1 | [ Jul 17 23:51:35 Enabled. ] | ||
2 | [ Jul 17 23:51:35 Rereading configuration. ] | ||
3 | [ Jul 17 23:51:37 Rereading configuration. ] | ||
4 | [ Jul 17 23:51:41 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 17 23:51:41 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.17 23:51:42.505633 [ 1 ] {} <Information> Application: Will watch for the process with pid 24888 | ||
29 | 2025.07.17 23:51:42.506011 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
30 | 2025.07.17 23:51:42.939614 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: <unknown>), PID 24888 | ||
31 | 2025.07.17 23:51:42.940306 [ 1 ] {} <Information> Application: starting up | ||
32 | 2025.07.17 23:51:42.940452 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
33 | 2025.07.17 23:51:43.031948 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
34 | 2025.07.17 23:51:43.063080 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
35 | 2025.07.17 23:51:43.063158 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
36 | 2025.07.17 23:51:43.063178 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
37 | 2025.07.17 23:51:43.063236 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
38 | 2025.07.17 23:51:43.063885 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
39 | 2025.07.17 23:51:43.065961 [ 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.17 23:51:43.066768 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
43 | 2025.07.17 23:51:43.067550 [ 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.17 23:51:43.067596 [ 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.17 23:51:43.067635 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
46 | 2025.07.17 23:51:43.068310 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
47 | 2025.07.17 23:51:43.069230 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
48 | 2025.07.17 23:51:43.074703 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
49 | 2025.07.17 23:51:43.075467 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
50 | 2025.07.17 23:51:43.076790 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
51 | 2025.07.17 23:51:43.076875 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
52 | 2025.07.17 23:51:43.077948 [ 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.17 23:51:43.078377 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
56 | 2025.07.17 23:51:43.082191 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
57 | 2025.07.17 23:51:43.082485 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
58 | 2025.07.17 23:51:43.085563 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
59 | 2025.07.17 23:51:43.085931 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
60 | 2025.07.17 23:51:43.086321 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
61 | 2025.07.17 23:51:43.086682 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
62 | 2025.07.17 23:51:43.088054 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
63 | 2025.07.17 23:51:43.088077 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
64 | 2025.07.17 23:51:43.088166 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
65 | 2025.07.17 23:51:43.088261 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
66 | 2025.07.17 23:51:43.103579 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
67 | 2025.07.17 23:51:43.103605 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000161652 sec | ||
68 | 2025.07.17 23:51:43.103651 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
69 | 2025.07.17 23:51:43.103694 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
70 | 2025.07.17 23:51:43.104354 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
71 | 2025.07.17 23:51:43.104917 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
72 | 2025.07.17 23:51:43.113862 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
73 | 2025.07.17 23:51:43.113901 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
74 | 2025.07.17 23:51:43.113984 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
75 | 2025.07.17 23:51:43.113997 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
76 | 2025.07.17 23:51:43.114028 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
77 | 2025.07.17 23:51:43.114108 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
78 | 2025.07.17 23:51:43.117976 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
79 | 2025.07.17 23:51:43.118018 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
80 | 2025.07.17 23:51:43.118063 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
81 | 2025.07.17 23:51:43.118224 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
82 | 2025.07.17 23:51:43.118263 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
83 | 2025.07.17 23:51:43.118276 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
84 | 2025.07.17 23:51:43.118342 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
85 | 2025.07.17 23:51:43.118354 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
86 | 2025.07.17 23:51:43.118383 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
87 | 2025.07.17 23:51:43.118447 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
88 | 2025.07.17 23:51:43.139696 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
89 | 2025.07.17 23:51:43.146726 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
90 | 2025.07.17 23:51:43.146855 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000193333 sec | ||
91 | 2025.07.17 23:51:43.146879 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
92 | 2025.07.17 23:51:43.146898 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
93 | 2025.07.17 23:51:43.146937 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
94 | 2025.07.17 23:51:43.147251 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
95 | 2025.07.17 23:51:43.147404 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
96 | 2025.07.17 23:51:43.147428 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
97 | 2025.07.17 23:51:43.147447 [ 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.17 23:51:43.147468 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
99 | 2025.07.17 23:51:43.150872 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
100 | 2025.07.17 23:51:43.151060 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.68 MiB (RSS), difference: 91.90 MiB | ||
101 | 2025.07.17 23:51:43.152348 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.2651e-05 sec. | ||
102 | 2025.07.17 23:51:43.152713 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
103 | 2025.07.17 23:51:43.153338 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
104 | 2025.07.17 23:51:43.153355 [ 1 ] {} <Information> Application: Ready for connections. | ||
105 | 2025.07.17 23:51:45.918201 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36169 | ||
106 | 2025.07.17 23:51:45.919048 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
107 | 2025.07.17 23:51:45.919795 [ 3 ] {} <Debug> TCP-Session: 2dc816ee-2bf9-4918-aa2f-8383dddcbda9 Authenticating user 'default' from [fd00:1122:3344:101::b]:36169 | ||
108 | 2025.07.17 23:51:45.919829 [ 3 ] {} <Debug> TCP-Session: 2dc816ee-2bf9-4918-aa2f-8383dddcbda9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
109 | 2025.07.17 23:51:45.919859 [ 3 ] {} <Debug> TCP-Session: 2dc816ee-2bf9-4918-aa2f-8383dddcbda9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
110 | 2025.07.17 23:51:45.919957 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
111 | 2025.07.17 23:51:45.919983 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
112 | 2025.07.17 23:51:45.920008 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
113 | 2025.07.17 23:51:45.922251 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48360 | ||
114 | 2025.07.17 23:51:45.922266 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56676 | ||
115 | 2025.07.17 23:51:45.922522 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
116 | 2025.07.17 23:51:45.922556 [ 5 ] {} <Debug> TCP-Session: 437a59ff-a752-4f35-be21-4d703b90f8e4 Authenticating user 'default' from [fd00:1122:3344:101::b]:56676 | ||
117 | 2025.07.17 23:51:45.922592 [ 5 ] {} <Debug> TCP-Session: 437a59ff-a752-4f35-be21-4d703b90f8e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
118 | 2025.07.17 23:51:45.922604 [ 5 ] {} <Debug> TCP-Session: 437a59ff-a752-4f35-be21-4d703b90f8e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2025.07.17 23:51:45.923163 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39733 | ||
120 | 2025.07.17 23:51:45.923202 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
121 | 2025.07.17 23:51:45.923912 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61088 | ||
122 | 2025.07.17 23:51:45.923923 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44816 | ||
123 | 2025.07.17 23:51:45.923931 [ 4 ] {} <Debug> TCP-Session: f8a3d9b3-5f8d-4e6e-a89d-2de45bb16d83 Authenticating user 'default' from [fd00:1122:3344:101::b]:48360 | ||
124 | 2025.07.17 23:51:45.924003 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
125 | 2025.07.17 23:51:45.923917 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53599 | ||
126 | 2025.07.17 23:51:45.924044 [ 4 ] {} <Debug> TCP-Session: f8a3d9b3-5f8d-4e6e-a89d-2de45bb16d83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
127 | 2025.07.17 23:51:45.923916 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50041 | ||
128 | 2025.07.17 23:51:45.924087 [ 4 ] {} <Debug> TCP-Session: f8a3d9b3-5f8d-4e6e-a89d-2de45bb16d83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
129 | 2025.07.17 23:51:45.924213 [ 253 ] {} <Debug> TCP-Session: 3edb65e7-14dd-4971-9e2d-6491946da79b Authenticating user 'default' from [fd00:1122:3344:101::b]:39733 | ||
130 | 2025.07.17 23:51:45.924234 [ 253 ] {} <Debug> TCP-Session: 3edb65e7-14dd-4971-9e2d-6491946da79b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
131 | 2025.07.17 23:51:45.924260 [ 253 ] {} <Debug> TCP-Session: 3edb65e7-14dd-4971-9e2d-6491946da79b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
132 | 2025.07.17 23:51:45.924081 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
133 | 2025.07.17 23:51:45.924289 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
134 | 2025.07.17 23:51:45.924427 [ 255 ] {} <Debug> TCP-Session: 1c380d6e-fc21-4817-a197-8dbe70d1de5c Authenticating user 'default' from [fd00:1122:3344:101::b]:61088 | ||
135 | 2025.07.17 23:51:45.924450 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
136 | 2025.07.17 23:51:45.924468 [ 257 ] {} <Debug> TCP-Session: 551824c1-5c5c-4f36-90ae-8f6d5849c30f Authenticating user 'default' from [fd00:1122:3344:101::b]:50041 | ||
137 | 2025.07.17 23:51:45.924471 [ 255 ] {} <Debug> TCP-Session: 1c380d6e-fc21-4817-a197-8dbe70d1de5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
138 | 2025.07.17 23:51:45.924496 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
139 | 2025.07.17 23:51:45.924502 [ 257 ] {} <Debug> TCP-Session: 551824c1-5c5c-4f36-90ae-8f6d5849c30f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
140 | 2025.07.17 23:51:45.924519 [ 255 ] {} <Debug> TCP-Session: 1c380d6e-fc21-4817-a197-8dbe70d1de5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
141 | 2025.07.17 23:51:45.924545 [ 258 ] {} <Debug> TCP-Session: 3fb34608-28d9-446c-bd1b-9cf04bb4a696 Authenticating user 'default' from [fd00:1122:3344:101::b]:44816 | ||
142 | 2025.07.17 23:51:45.924490 [ 256 ] {} <Debug> TCP-Session: 906b2576-61f3-4443-ac8c-5d3cfc91358e Authenticating user 'default' from [fd00:1122:3344:101::b]:53599 | ||
143 | 2025.07.17 23:51:45.924597 [ 258 ] {} <Debug> TCP-Session: 3fb34608-28d9-446c-bd1b-9cf04bb4a696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
144 | 2025.07.17 23:51:45.924614 [ 256 ] {} <Debug> TCP-Session: 906b2576-61f3-4443-ac8c-5d3cfc91358e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
145 | 2025.07.17 23:51:45.924545 [ 257 ] {} <Debug> TCP-Session: 551824c1-5c5c-4f36-90ae-8f6d5849c30f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
146 | 2025.07.17 23:51:45.924638 [ 258 ] {} <Debug> TCP-Session: 3fb34608-28d9-446c-bd1b-9cf04bb4a696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
147 | 2025.07.17 23:51:45.924648 [ 256 ] {} <Debug> TCP-Session: 906b2576-61f3-4443-ac8c-5d3cfc91358e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
148 | 2025.07.17 23:51:46.001094 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.27 MiB, peak 117.27 MiB, free memory in arenas 0.00 B, will set to 119.07 MiB (RSS), difference: 1.81 MiB | ||
149 | 2025.07.17 23:51:47.268482 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56834 | ||
150 | 2025.07.17 23:51:47.268743 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
151 | 2025.07.17 23:51:47.268788 [ 259 ] {} <Debug> TCP-Session: 74f1fee7-4299-4254-8b6a-6de9cbd84dc1 Authenticating user 'default' from [fd00:1122:3344:101::a]:56834 | ||
152 | 2025.07.17 23:51:47.268810 [ 259 ] {} <Debug> TCP-Session: 74f1fee7-4299-4254-8b6a-6de9cbd84dc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
153 | 2025.07.17 23:51:47.268876 [ 259 ] {} <Debug> TCP-Session: 74f1fee7-4299-4254-8b6a-6de9cbd84dc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
154 | 2025.07.17 23:51:47.268947 [ 259 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
155 | 2025.07.17 23:51:47.268982 [ 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.17 23:51:47.269047 [ 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.17 23:51:47.270866 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56621 | ||
158 | 2025.07.17 23:51:47.270874 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58457 | ||
159 | 2025.07.17 23:51:47.271076 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51561 | ||
160 | 2025.07.17 23:51:47.271088 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
161 | 2025.07.17 23:51:47.271112 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41401 | ||
162 | 2025.07.17 23:51:47.271209 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48688 | ||
163 | 2025.07.17 23:51:47.271231 [ 261 ] {} <Debug> TCP-Session: e9e007f0-b51f-454a-b908-f839b1002347 Authenticating user 'default' from [fd00:1122:3344:101::a]:56621 | ||
164 | 2025.07.17 23:51:47.271184 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
165 | 2025.07.17 23:51:47.271304 [ 261 ] {} <Debug> TCP-Session: e9e007f0-b51f-454a-b908-f839b1002347 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
166 | 2025.07.17 23:51:47.271307 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65433 | ||
167 | 2025.07.17 23:51:47.271379 [ 260 ] {} <Debug> TCP-Session: 4853b319-d739-46e5-b145-aa43dcbc5b7b Authenticating user 'default' from [fd00:1122:3344:101::a]:58457 | ||
168 | 2025.07.17 23:51:47.271394 [ 261 ] {} <Debug> TCP-Session: e9e007f0-b51f-454a-b908-f839b1002347 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
169 | 2025.07.17 23:51:47.271463 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34469 | ||
170 | 2025.07.17 23:51:47.271468 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
171 | 2025.07.17 23:51:47.271559 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
172 | 2025.07.17 23:51:47.271615 [ 264 ] {} <Debug> TCP-Session: 299a47ac-da51-41af-bc6e-057e12a6bae6 Authenticating user 'default' from [fd00:1122:3344:101::a]:48688 | ||
173 | 2025.07.17 23:51:47.271507 [ 260 ] {} <Debug> TCP-Session: 4853b319-d739-46e5-b145-aa43dcbc5b7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
174 | 2025.07.17 23:51:47.271687 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
175 | 2025.07.17 23:51:47.271715 [ 264 ] {} <Debug> TCP-Session: 299a47ac-da51-41af-bc6e-057e12a6bae6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2025.07.17 23:51:47.271703 [ 260 ] {} <Debug> TCP-Session: 4853b319-d739-46e5-b145-aa43dcbc5b7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
177 | 2025.07.17 23:51:47.271701 [ 262 ] {} <Debug> TCP-Session: fd06f0db-ef56-4a6d-ab18-005e4789f142 Authenticating user 'default' from [fd00:1122:3344:101::a]:41401 | ||
178 | 2025.07.17 23:51:47.271819 [ 264 ] {} <Debug> TCP-Session: 299a47ac-da51-41af-bc6e-057e12a6bae6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
179 | 2025.07.17 23:51:47.271814 [ 266 ] {} <Debug> TCP-Session: 33798912-ede4-4d81-95dc-d3de4c9a8872 Authenticating user 'default' from [fd00:1122:3344:101::a]:34469 | ||
180 | 2025.07.17 23:51:47.271887 [ 262 ] {} <Debug> TCP-Session: fd06f0db-ef56-4a6d-ab18-005e4789f142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2025.07.17 23:51:47.271890 [ 266 ] {} <Debug> TCP-Session: 33798912-ede4-4d81-95dc-d3de4c9a8872 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
182 | 2025.07.17 23:51:47.271966 [ 262 ] {} <Debug> TCP-Session: fd06f0db-ef56-4a6d-ab18-005e4789f142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
183 | 2025.07.17 23:51:47.271974 [ 266 ] {} <Debug> TCP-Session: 33798912-ede4-4d81-95dc-d3de4c9a8872 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
184 | 2025.07.17 23:51:47.272162 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
185 | 2025.07.17 23:51:47.272197 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
186 | 2025.07.17 23:51:47.272222 [ 265 ] {} <Debug> TCP-Session: 56174312-448e-4e49-ad80-c440ae2627d0 Authenticating user 'default' from [fd00:1122:3344:101::a]:65433 | ||
187 | 2025.07.17 23:51:47.272254 [ 263 ] {} <Debug> TCP-Session: 1f079df1-4c43-4416-962b-ea048d1d5823 Authenticating user 'default' from [fd00:1122:3344:101::a]:51561 | ||
188 | 2025.07.17 23:51:47.272335 [ 265 ] {} <Debug> TCP-Session: 56174312-448e-4e49-ad80-c440ae2627d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2025.07.17 23:51:47.272347 [ 263 ] {} <Debug> TCP-Session: 1f079df1-4c43-4416-962b-ea048d1d5823 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
190 | 2025.07.17 23:51:47.272360 [ 265 ] {} <Debug> TCP-Session: 56174312-448e-4e49-ad80-c440ae2627d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
191 | 2025.07.17 23:51:47.272429 [ 263 ] {} <Debug> TCP-Session: 1f079df1-4c43-4416-962b-ea048d1d5823 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
192 | 2025.07.17 23:51:47.324096 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39977 | ||
193 | 2025.07.17 23:51:47.324519 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
194 | 2025.07.17 23:51:47.324595 [ 267 ] {} <Debug> TCP-Session: 259476dd-f4ef-40e7-bb58-4dce95436596 Authenticating user 'default' from [fd00:1122:3344:101::c]:39977 | ||
195 | 2025.07.17 23:51:47.324624 [ 267 ] {} <Debug> TCP-Session: 259476dd-f4ef-40e7-bb58-4dce95436596 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
196 | 2025.07.17 23:51:47.324641 [ 267 ] {} <Debug> TCP-Session: 259476dd-f4ef-40e7-bb58-4dce95436596 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
197 | 2025.07.17 23:51:47.324798 [ 267 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
198 | 2025.07.17 23:51:47.324826 [ 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.17 23:51:47.324937 [ 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.17 23:51:47.327209 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37495 | ||
201 | 2025.07.17 23:51:47.327300 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43370 | ||
202 | 2025.07.17 23:51:47.327399 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40512 | ||
203 | 2025.07.17 23:51:47.327452 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
204 | 2025.07.17 23:51:47.327561 [ 268 ] {} <Debug> TCP-Session: 03932ae7-e37a-4d55-ba48-0d20f25a8ad2 Authenticating user 'default' from [fd00:1122:3344:101::c]:37495 | ||
205 | 2025.07.17 23:51:47.327608 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45691 | ||
206 | 2025.07.17 23:51:47.327682 [ 268 ] {} <Debug> TCP-Session: 03932ae7-e37a-4d55-ba48-0d20f25a8ad2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
207 | 2025.07.17 23:51:47.327708 [ 268 ] {} <Debug> TCP-Session: 03932ae7-e37a-4d55-ba48-0d20f25a8ad2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
208 | 2025.07.17 23:51:47.327853 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47054 | ||
209 | 2025.07.17 23:51:47.327884 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
210 | 2025.07.17 23:51:47.327933 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
211 | 2025.07.17 23:51:47.327980 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54745 | ||
212 | 2025.07.17 23:51:47.327936 [ 269 ] {} <Debug> TCP-Session: c2f86cce-4e7a-450e-8488-40abbd303652 Authenticating user 'default' from [fd00:1122:3344:101::c]:43370 | ||
213 | 2025.07.17 23:51:47.328086 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39028 | ||
214 | 2025.07.17 23:51:47.328109 [ 270 ] {} <Debug> TCP-Session: c6071a4a-a514-461a-b36e-54700c39271f Authenticating user 'default' from [fd00:1122:3344:101::c]:40512 | ||
215 | 2025.07.17 23:51:47.328114 [ 269 ] {} <Debug> TCP-Session: c2f86cce-4e7a-450e-8488-40abbd303652 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
216 | 2025.07.17 23:51:47.328230 [ 270 ] {} <Debug> TCP-Session: c6071a4a-a514-461a-b36e-54700c39271f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
217 | 2025.07.17 23:51:47.328254 [ 270 ] {} <Debug> TCP-Session: c6071a4a-a514-461a-b36e-54700c39271f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
218 | 2025.07.17 23:51:47.328283 [ 269 ] {} <Debug> TCP-Session: c2f86cce-4e7a-450e-8488-40abbd303652 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
219 | 2025.07.17 23:51:47.334384 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
220 | 2025.07.17 23:51:47.334417 [ 272 ] {} <Debug> TCP-Session: a6c0872e-231f-467a-8ad9-51e56772fecc Authenticating user 'default' from [fd00:1122:3344:101::c]:47054 | ||
221 | 2025.07.17 23:51:47.334545 [ 272 ] {} <Debug> TCP-Session: a6c0872e-231f-467a-8ad9-51e56772fecc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
222 | 2025.07.17 23:51:47.334559 [ 272 ] {} <Debug> TCP-Session: a6c0872e-231f-467a-8ad9-51e56772fecc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
223 | 2025.07.17 23:51:47.335552 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
224 | 2025.07.17 23:51:47.335660 [ 274 ] {} <Debug> TCP-Session: 75f7a02b-de94-48c2-9500-903a0c61524a Authenticating user 'default' from [fd00:1122:3344:101::c]:39028 | ||
225 | 2025.07.17 23:51:47.335713 [ 274 ] {} <Debug> TCP-Session: 75f7a02b-de94-48c2-9500-903a0c61524a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
226 | 2025.07.17 23:51:47.335726 [ 274 ] {} <Debug> TCP-Session: 75f7a02b-de94-48c2-9500-903a0c61524a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
227 | 2025.07.17 23:51:47.338400 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
228 | 2025.07.17 23:51:47.338535 [ 273 ] {} <Debug> TCP-Session: 252119ca-a77e-4971-8c13-904e8aca4400 Authenticating user 'default' from [fd00:1122:3344:101::c]:54745 | ||
229 | 2025.07.17 23:51:47.338557 [ 273 ] {} <Debug> TCP-Session: 252119ca-a77e-4971-8c13-904e8aca4400 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
230 | 2025.07.17 23:51:47.338569 [ 273 ] {} <Debug> TCP-Session: 252119ca-a77e-4971-8c13-904e8aca4400 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
231 | 2025.07.17 23:51:47.339129 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
232 | 2025.07.17 23:51:47.339187 [ 271 ] {} <Debug> TCP-Session: dda1ffe4-a698-4470-8990-8566f93a3ac8 Authenticating user 'default' from [fd00:1122:3344:101::c]:45691 | ||
233 | 2025.07.17 23:51:47.339207 [ 271 ] {} <Debug> TCP-Session: dda1ffe4-a698-4470-8990-8566f93a3ac8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
234 | 2025.07.17 23:51:47.339302 [ 271 ] {} <Debug> TCP-Session: dda1ffe4-a698-4470-8990-8566f93a3ac8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
235 | 2025.07.17 23:51:49.896176 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54871 | ||
236 | 2025.07.17 23:51:49.898049 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
237 | 2025.07.17 23:51:49.898164 [ 275 ] {} <Debug> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Authenticating user 'default' from [fd00:1122:3344:101::d]:54871 | ||
238 | 2025.07.17 23:51:49.898186 [ 275 ] {} <Debug> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
239 | 2025.07.17 23:51:49.898199 [ 275 ] {} <Debug> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
240 | 2025.07.17 23:51:49.898351 [ 275 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
241 | 2025.07.17 23:51:49.898394 [ 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.17 23:51:49.898478 [ 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.17 23:51:49.899033 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53522 | ||
244 | 2025.07.17 23:51:49.899055 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39576 | ||
245 | 2025.07.17 23:51:49.899217 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49368 | ||
246 | 2025.07.17 23:51:49.899234 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
247 | 2025.07.17 23:51:49.899247 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43177 | ||
248 | 2025.07.17 23:51:49.899309 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60382 | ||
249 | 2025.07.17 23:51:49.899270 [ 277 ] {} <Debug> TCP-Session: a01e0ec2-9bfc-4100-83e9-4a74f1ae393c Authenticating user 'default' from [fd00:1122:3344:101::d]:53522 | ||
250 | 2025.07.17 23:51:49.899403 [ 277 ] {} <Debug> TCP-Session: a01e0ec2-9bfc-4100-83e9-4a74f1ae393c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2025.07.17 23:51:49.899415 [ 277 ] {} <Debug> TCP-Session: a01e0ec2-9bfc-4100-83e9-4a74f1ae393c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2025.07.17 23:51:49.899476 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
253 | 2025.07.17 23:51:49.899493 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
254 | 2025.07.17 23:51:49.899511 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36455 | ||
255 | 2025.07.17 23:51:49.899549 [ 278 ] {} <Debug> TCP-Session: 84faee03-58e1-49a3-a94c-30660475f2e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49368 | ||
256 | 2025.07.17 23:51:49.899535 [ 276 ] {} <Debug> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Authenticating user 'default' from [fd00:1122:3344:101::d]:39576 | ||
257 | 2025.07.17 23:51:49.899676 [ 276 ] {} <Debug> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
258 | 2025.07.17 23:51:49.899710 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
259 | 2025.07.17 23:51:49.899737 [ 276 ] {} <Debug> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2025.07.17 23:51:49.899759 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
261 | 2025.07.17 23:51:49.899687 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58202 | ||
262 | 2025.07.17 23:51:49.899841 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
263 | 2025.07.17 23:51:49.899845 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57978 | ||
264 | 2025.07.17 23:51:49.899824 [ 279 ] {} <Debug> TCP-Session: a1009eed-c6d4-4a63-bf3a-b7e6338d8d20 Authenticating user 'default' from [fd00:1122:3344:101::d]:43177 | ||
265 | 2025.07.17 23:51:49.899817 [ 280 ] {} <Debug> TCP-Session: 893c446e-6a77-40e5-b0da-5c572fbfd6c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:60382 | ||
266 | 2025.07.17 23:51:49.899938 [ 281 ] {} <Debug> TCP-Session: 42ee6059-b465-4ba8-be7c-5daf8502ca8d Authenticating user 'default' from [fd00:1122:3344:101::d]:36455 | ||
267 | 2025.07.17 23:51:49.899920 [ 279 ] {} <Debug> TCP-Session: a1009eed-c6d4-4a63-bf3a-b7e6338d8d20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
268 | 2025.07.17 23:51:49.899681 [ 278 ] {} <Debug> TCP-Session: 84faee03-58e1-49a3-a94c-30660475f2e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
269 | 2025.07.17 23:51:49.900005 [ 279 ] {} <Debug> TCP-Session: a1009eed-c6d4-4a63-bf3a-b7e6338d8d20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
270 | 2025.07.17 23:51:49.900068 [ 281 ] {} <Debug> TCP-Session: 42ee6059-b465-4ba8-be7c-5daf8502ca8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2025.07.17 23:51:49.899999 [ 280 ] {} <Debug> TCP-Session: 893c446e-6a77-40e5-b0da-5c572fbfd6c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
272 | 2025.07.17 23:51:49.900131 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
273 | 2025.07.17 23:51:49.900113 [ 278 ] {} <Debug> TCP-Session: 84faee03-58e1-49a3-a94c-30660475f2e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
274 | 2025.07.17 23:51:49.900111 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
275 | 2025.07.17 23:51:49.900216 [ 283 ] {} <Debug> TCP-Session: 5f2a9692-837b-4d7e-89a9-f2afeccfde89 Authenticating user 'default' from [fd00:1122:3344:101::d]:57978 | ||
276 | 2025.07.17 23:51:49.900182 [ 280 ] {} <Debug> TCP-Session: 893c446e-6a77-40e5-b0da-5c572fbfd6c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
277 | 2025.07.17 23:51:49.900126 [ 281 ] {} <Debug> TCP-Session: 42ee6059-b465-4ba8-be7c-5daf8502ca8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
278 | 2025.07.17 23:51:49.900305 [ 283 ] {} <Debug> TCP-Session: 5f2a9692-837b-4d7e-89a9-f2afeccfde89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
279 | 2025.07.17 23:51:49.900286 [ 282 ] {} <Debug> TCP-Session: c3a8ab23-a499-4061-be11-0fef8f0da14c Authenticating user 'default' from [fd00:1122:3344:101::d]:58202 | ||
280 | 2025.07.17 23:51:49.900376 [ 282 ] {} <Debug> TCP-Session: c3a8ab23-a499-4061-be11-0fef8f0da14c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
281 | 2025.07.17 23:51:49.900386 [ 283 ] {} <Debug> TCP-Session: 5f2a9692-837b-4d7e-89a9-f2afeccfde89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
282 | 2025.07.17 23:51:49.900474 [ 282 ] {} <Debug> TCP-Session: c3a8ab23-a499-4061-be11-0fef8f0da14c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
283 | 2025.07.17 23:51:49.907202 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
284 | 2025.07.17 23:51:49.910117 [ 275 ] {86f77253-716f-4fda-98af-465e735822a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
285 | 2025.07.17 23:51:49.964976 [ 275 ] {86f77253-716f-4fda-98af-465e735822a4} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:54871) (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.17 23:51:49.966068 [ 275 ] {86f77253-716f-4fda-98af-465e735822a4} <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.17 23:51:49.966308 [ 275 ] {86f77253-716f-4fda-98af-465e735822a4} <Debug> TCPHandler: Processed in 0.065105243 sec. | ||
334 | 2025.07.17 23:51:49.966751 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
335 | 2025.07.17 23:51:49.967013 [ 276 ] {8e54e363-66dd-49c1-8325-937de7da6b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
336 | 2025.07.17 23:51:49.967546 [ 276 ] {8e54e363-66dd-49c1-8325-937de7da6b11} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:39576) (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.17 23:51:49.967819 [ 276 ] {8e54e363-66dd-49c1-8325-937de7da6b11} <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.17 23:51:49.968034 [ 276 ] {8e54e363-66dd-49c1-8325-937de7da6b11} <Debug> TCPHandler: Processed in 0.001483833 sec. | ||
385 | 2025.07.17 23:51:49.968413 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
386 | 2025.07.17 23:51:49.969240 [ 275 ] {9977a69d-ef57-4dcc-8828-882f891466c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
387 | 2025.07.17 23:51:49.969879 [ 275 ] {9977a69d-ef57-4dcc-8828-882f891466c4} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
388 | 2025.07.17 23:51:49.974293 [ 275 ] {9977a69d-ef57-4dcc-8828-882f891466c4} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
389 | 2025.07.17 23:51:49.974386 [ 275 ] {9977a69d-ef57-4dcc-8828-882f891466c4} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000129522 sec | ||
390 | 2025.07.17 23:51:49.974401 [ 275 ] {9977a69d-ef57-4dcc-8828-882f891466c4} <Trace> ReferentialDeps: No tables | ||
391 | 2025.07.17 23:51:49.974412 [ 275 ] {9977a69d-ef57-4dcc-8828-882f891466c4} <Trace> LoadingDeps: No tables | ||
392 | 2025.07.17 23:51:49.974468 [ 275 ] {9977a69d-ef57-4dcc-8828-882f891466c4} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
393 | 2025.07.17 23:51:49.975194 [ 275 ] {9977a69d-ef57-4dcc-8828-882f891466c4} <Debug> TCPHandler: Processed in 0.006899536 sec. | ||
394 | 2025.07.17 23:51:49.975376 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
395 | 2025.07.17 23:51:49.975538 [ 275 ] {a098ce36-aada-4dc9-8d1a-a544bf4182bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) /* 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.17 23:51:49.975657 [ 275 ] {a098ce36-aada-4dc9-8d1a-a544bf4182bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
398 | 2025.07.17 23:51:49.981243 [ 275 ] {a098ce36-aada-4dc9-8d1a-a544bf4182bd} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
399 | 2025.07.17 23:51:49.984370 [ 275 ] {a098ce36-aada-4dc9-8d1a-a544bf4182bd} <Debug> oximeter.version (59d9f01f-dbaa-45cd-880f-71ff747c90e5): Loading data parts | ||
400 | 2025.07.17 23:51:49.985593 [ 275 ] {a098ce36-aada-4dc9-8d1a-a544bf4182bd} <Debug> oximeter.version (59d9f01f-dbaa-45cd-880f-71ff747c90e5): There are no data parts | ||
401 | 2025.07.17 23:51:49.990684 [ 275 ] {a098ce36-aada-4dc9-8d1a-a544bf4182bd} <Debug> TCPHandler: Processed in 0.015373837 sec. | ||
402 | 2025.07.17 23:51:49.990983 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
403 | 2025.07.17 23:51:49.991182 [ 275 ] {d076ef6a-3f3f-4caf-a387-2aec0b010ca5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) /* 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.17 23:51:49.991313 [ 275 ] {d076ef6a-3f3f-4caf-a387-2aec0b010ca5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
415 | 2025.07.17 23:51:50.000884 [ 275 ] {d076ef6a-3f3f-4caf-a387-2aec0b010ca5} <Debug> oximeter.measurements_bool (17864b0b-2240-4518-adfe-15eb3e2474c7): Loading data parts | ||
416 | 2025.07.17 23:51:50.001166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.36 MiB, peak 124.36 MiB, free memory in arenas 0.00 B, will set to 132.38 MiB (RSS), difference: 8.01 MiB | ||
417 | 2025.07.17 23:51:50.001365 [ 275 ] {d076ef6a-3f3f-4caf-a387-2aec0b010ca5} <Debug> oximeter.measurements_bool (17864b0b-2240-4518-adfe-15eb3e2474c7): There are no data parts | ||
418 | 2025.07.17 23:51:50.005106 [ 275 ] {d076ef6a-3f3f-4caf-a387-2aec0b010ca5} <Debug> TCPHandler: Processed in 0.014204729 sec. | ||
419 | 2025.07.17 23:51:50.005410 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
420 | 2025.07.17 23:51:50.005613 [ 275 ] {3fed673c-4936-49ed-a784-534087d84aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
421 | 2025.07.17 23:51:50.005744 [ 275 ] {3fed673c-4936-49ed-a784-534087d84aaa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
422 | 2025.07.17 23:51:50.010122 [ 275 ] {3fed673c-4936-49ed-a784-534087d84aaa} <Debug> oximeter.measurements_i8 (2e98d955-282c-41e8-8d78-0790dfebd503): Loading data parts | ||
423 | 2025.07.17 23:51:50.010289 [ 275 ] {3fed673c-4936-49ed-a784-534087d84aaa} <Debug> oximeter.measurements_i8 (2e98d955-282c-41e8-8d78-0790dfebd503): There are no data parts | ||
424 | 2025.07.17 23:51:50.014889 [ 275 ] {3fed673c-4936-49ed-a784-534087d84aaa} <Debug> TCPHandler: Processed in 0.009553998 sec. | ||
425 | 2025.07.17 23:51:50.015142 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
426 | 2025.07.17 23:51:50.015348 [ 275 ] {6aaa09d8-4cd0-456c-971f-ed7b34a6fd39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
427 | 2025.07.17 23:51:50.015523 [ 275 ] {6aaa09d8-4cd0-456c-971f-ed7b34a6fd39} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
428 | 2025.07.17 23:51:50.020439 [ 275 ] {6aaa09d8-4cd0-456c-971f-ed7b34a6fd39} <Debug> oximeter.measurements_u8 (343c4bad-0f4d-4f97-b413-c78dcaf8ee4d): Loading data parts | ||
429 | 2025.07.17 23:51:50.020600 [ 275 ] {6aaa09d8-4cd0-456c-971f-ed7b34a6fd39} <Debug> oximeter.measurements_u8 (343c4bad-0f4d-4f97-b413-c78dcaf8ee4d): There are no data parts | ||
430 | 2025.07.17 23:51:50.022864 [ 275 ] {6aaa09d8-4cd0-456c-971f-ed7b34a6fd39} <Debug> TCPHandler: Processed in 0.00782915 sec. | ||
431 | 2025.07.17 23:51:50.023106 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
432 | 2025.07.17 23:51:50.023341 [ 275 ] {d1b5c72c-6186-4599-aa9d-2d6b7caa6dd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
433 | 2025.07.17 23:51:50.023510 [ 275 ] {d1b5c72c-6186-4599-aa9d-2d6b7caa6dd8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
434 | 2025.07.17 23:51:50.034135 [ 275 ] {d1b5c72c-6186-4599-aa9d-2d6b7caa6dd8} <Debug> oximeter.measurements_i16 (7e138764-b94d-4c29-abbf-98a442d146bf): Loading data parts | ||
435 | 2025.07.17 23:51:50.034306 [ 275 ] {d1b5c72c-6186-4599-aa9d-2d6b7caa6dd8} <Debug> oximeter.measurements_i16 (7e138764-b94d-4c29-abbf-98a442d146bf): There are no data parts | ||
436 | 2025.07.17 23:51:50.038487 [ 275 ] {d1b5c72c-6186-4599-aa9d-2d6b7caa6dd8} <Debug> TCPHandler: Processed in 0.015446768 sec. | ||
437 | 2025.07.17 23:51:50.038685 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
438 | 2025.07.17 23:51:50.038887 [ 275 ] {11687bd5-6190-43ae-8671-eb05831f8510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
439 | 2025.07.17 23:51:50.039024 [ 275 ] {11687bd5-6190-43ae-8671-eb05831f8510} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
440 | 2025.07.17 23:51:50.043973 [ 275 ] {11687bd5-6190-43ae-8671-eb05831f8510} <Debug> oximeter.measurements_u16 (85c43334-cf38-4d34-9250-9ec37baa86a9): Loading data parts | ||
441 | 2025.07.17 23:51:50.044136 [ 275 ] {11687bd5-6190-43ae-8671-eb05831f8510} <Debug> oximeter.measurements_u16 (85c43334-cf38-4d34-9250-9ec37baa86a9): There are no data parts | ||
442 | 2025.07.17 23:51:50.048799 [ 275 ] {11687bd5-6190-43ae-8671-eb05831f8510} <Debug> TCPHandler: Processed in 0.010175667 sec. | ||
443 | 2025.07.17 23:51:50.048962 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
444 | 2025.07.17 23:51:50.049196 [ 275 ] {84b98a8c-f143-4a5d-a6df-3f64a2d91f9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
445 | 2025.07.17 23:51:50.049307 [ 275 ] {84b98a8c-f143-4a5d-a6df-3f64a2d91f9b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
446 | 2025.07.17 23:51:50.053035 [ 275 ] {84b98a8c-f143-4a5d-a6df-3f64a2d91f9b} <Debug> oximeter.measurements_i32 (c360f875-b8a9-4efd-94ea-0f0315c3040c): Loading data parts | ||
447 | 2025.07.17 23:51:50.053265 [ 275 ] {84b98a8c-f143-4a5d-a6df-3f64a2d91f9b} <Debug> oximeter.measurements_i32 (c360f875-b8a9-4efd-94ea-0f0315c3040c): There are no data parts | ||
448 | 2025.07.17 23:51:50.058211 [ 275 ] {84b98a8c-f143-4a5d-a6df-3f64a2d91f9b} <Debug> TCPHandler: Processed in 0.009298704 sec. | ||
449 | 2025.07.17 23:51:50.058362 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
450 | 2025.07.17 23:51:50.058530 [ 275 ] {4d5b33be-c0b2-408b-92a2-89442fbfbd6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
451 | 2025.07.17 23:51:50.058664 [ 275 ] {4d5b33be-c0b2-408b-92a2-89442fbfbd6e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
452 | 2025.07.17 23:51:50.063113 [ 275 ] {4d5b33be-c0b2-408b-92a2-89442fbfbd6e} <Debug> oximeter.measurements_u32 (e2d69638-16fd-45fd-983e-66eb305b9b31): Loading data parts | ||
453 | 2025.07.17 23:51:50.063266 [ 275 ] {4d5b33be-c0b2-408b-92a2-89442fbfbd6e} <Debug> oximeter.measurements_u32 (e2d69638-16fd-45fd-983e-66eb305b9b31): There are no data parts | ||
454 | 2025.07.17 23:51:50.066773 [ 275 ] {4d5b33be-c0b2-408b-92a2-89442fbfbd6e} <Debug> TCPHandler: Processed in 0.00846108 sec. | ||
455 | 2025.07.17 23:51:50.066948 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
456 | 2025.07.17 23:51:50.067242 [ 275 ] {33fcf709-57ad-4d32-911b-c3ded9ca40c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
457 | 2025.07.17 23:51:50.067379 [ 275 ] {33fcf709-57ad-4d32-911b-c3ded9ca40c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
458 | 2025.07.17 23:51:50.072672 [ 275 ] {33fcf709-57ad-4d32-911b-c3ded9ca40c3} <Debug> oximeter.measurements_i64 (44a3456e-2d93-48d6-888c-4fb4eac35cdc): Loading data parts | ||
459 | 2025.07.17 23:51:50.072814 [ 275 ] {33fcf709-57ad-4d32-911b-c3ded9ca40c3} <Debug> oximeter.measurements_i64 (44a3456e-2d93-48d6-888c-4fb4eac35cdc): There are no data parts | ||
460 | 2025.07.17 23:51:50.076044 [ 275 ] {33fcf709-57ad-4d32-911b-c3ded9ca40c3} <Debug> TCPHandler: Processed in 0.009157391 sec. | ||
461 | 2025.07.17 23:51:50.076207 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
462 | 2025.07.17 23:51:50.076369 [ 275 ] {2ed58341-88e9-40bf-a02d-8cff6ac2edd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
463 | 2025.07.17 23:51:50.076505 [ 275 ] {2ed58341-88e9-40bf-a02d-8cff6ac2edd6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
464 | 2025.07.17 23:51:50.080566 [ 275 ] {2ed58341-88e9-40bf-a02d-8cff6ac2edd6} <Debug> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Loading data parts | ||
465 | 2025.07.17 23:51:50.080751 [ 275 ] {2ed58341-88e9-40bf-a02d-8cff6ac2edd6} <Debug> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): There are no data parts | ||
466 | 2025.07.17 23:51:50.085216 [ 275 ] {2ed58341-88e9-40bf-a02d-8cff6ac2edd6} <Debug> TCPHandler: Processed in 0.009067709 sec. | ||
467 | 2025.07.17 23:51:50.085385 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
468 | 2025.07.17 23:51:50.085654 [ 275 ] {69cce1c3-8fc8-4fe3-8af3-7c444d353955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
469 | 2025.07.17 23:51:50.085775 [ 275 ] {69cce1c3-8fc8-4fe3-8af3-7c444d353955} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
470 | 2025.07.17 23:51:50.090009 [ 275 ] {69cce1c3-8fc8-4fe3-8af3-7c444d353955} <Debug> oximeter.measurements_f32 (b5cbb29b-2e16-4af3-9256-e0b2bb08ad11): Loading data parts | ||
471 | 2025.07.17 23:51:50.090152 [ 275 ] {69cce1c3-8fc8-4fe3-8af3-7c444d353955} <Debug> oximeter.measurements_f32 (b5cbb29b-2e16-4af3-9256-e0b2bb08ad11): There are no data parts | ||
472 | 2025.07.17 23:51:50.094677 [ 275 ] {69cce1c3-8fc8-4fe3-8af3-7c444d353955} <Debug> TCPHandler: Processed in 0.009350174 sec. | ||
473 | 2025.07.17 23:51:50.094854 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
474 | 2025.07.17 23:51:50.095081 [ 275 ] {f5107fe6-c879-48ac-8c13-47fe7315993d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
475 | 2025.07.17 23:51:50.095208 [ 275 ] {f5107fe6-c879-48ac-8c13-47fe7315993d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
476 | 2025.07.17 23:51:50.100274 [ 275 ] {f5107fe6-c879-48ac-8c13-47fe7315993d} <Debug> oximeter.measurements_f64 (c8206fba-38c9-4477-b7e0-f7d263030646): Loading data parts | ||
477 | 2025.07.17 23:51:50.100461 [ 275 ] {f5107fe6-c879-48ac-8c13-47fe7315993d} <Debug> oximeter.measurements_f64 (c8206fba-38c9-4477-b7e0-f7d263030646): There are no data parts | ||
478 | 2025.07.17 23:51:50.105158 [ 275 ] {f5107fe6-c879-48ac-8c13-47fe7315993d} <Debug> TCPHandler: Processed in 0.010371469 sec. | ||
479 | 2025.07.17 23:51:50.105331 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
480 | 2025.07.17 23:51:50.105589 [ 275 ] {3091a7ec-05eb-4022-acd9-86d35916222e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
481 | 2025.07.17 23:51:50.105697 [ 275 ] {3091a7ec-05eb-4022-acd9-86d35916222e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
482 | 2025.07.17 23:51:50.110079 [ 275 ] {3091a7ec-05eb-4022-acd9-86d35916222e} <Debug> oximeter.measurements_string (59629a63-48ec-425b-adda-c05c89465bed): Loading data parts | ||
483 | 2025.07.17 23:51:50.110288 [ 275 ] {3091a7ec-05eb-4022-acd9-86d35916222e} <Debug> oximeter.measurements_string (59629a63-48ec-425b-adda-c05c89465bed): There are no data parts | ||
484 | 2025.07.17 23:51:50.115115 [ 275 ] {3091a7ec-05eb-4022-acd9-86d35916222e} <Debug> TCPHandler: Processed in 0.009847231 sec. | ||
485 | 2025.07.17 23:51:50.115297 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
486 | 2025.07.17 23:51:50.115452 [ 275 ] {43c61f4e-132c-486f-92b5-b3378e8d93c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
487 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
488 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
489 | * a string isn't palatable for a few reasons. | ||
490 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
491 | * details. | ||
492 | */ | ||
493 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
494 | 2025.07.17 23:51:50.115598 [ 275 ] {43c61f4e-132c-486f-92b5-b3378e8d93c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
495 | 2025.07.17 23:51:50.120075 [ 275 ] {43c61f4e-132c-486f-92b5-b3378e8d93c1} <Debug> oximeter.measurements_bytes (fc99fe6b-2db1-46c6-bce4-a581b9616194): Loading data parts | ||
496 | 2025.07.17 23:51:50.120244 [ 275 ] {43c61f4e-132c-486f-92b5-b3378e8d93c1} <Debug> oximeter.measurements_bytes (fc99fe6b-2db1-46c6-bce4-a581b9616194): There are no data parts | ||
497 | 2025.07.17 23:51:50.125664 [ 275 ] {43c61f4e-132c-486f-92b5-b3378e8d93c1} <Debug> TCPHandler: Processed in 0.010416641 sec. | ||
498 | 2025.07.17 23:51:50.125815 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
499 | 2025.07.17 23:51:50.125972 [ 275 ] {ed1813de-e2b2-43fc-9034-2724e5c37157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
500 | 2025.07.17 23:51:50.126098 [ 275 ] {ed1813de-e2b2-43fc-9034-2724e5c37157} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
501 | 2025.07.17 23:51:50.130573 [ 275 ] {ed1813de-e2b2-43fc-9034-2724e5c37157} <Debug> oximeter.measurements_cumulativei64 (2347a42d-e15a-4826-8c9b-e259a9595258): Loading data parts | ||
502 | 2025.07.17 23:51:50.130758 [ 275 ] {ed1813de-e2b2-43fc-9034-2724e5c37157} <Debug> oximeter.measurements_cumulativei64 (2347a42d-e15a-4826-8c9b-e259a9595258): There are no data parts | ||
503 | 2025.07.17 23:51:50.136397 [ 275 ] {ed1813de-e2b2-43fc-9034-2724e5c37157} <Debug> TCPHandler: Processed in 0.010629974 sec. | ||
504 | 2025.07.17 23:51:50.136654 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
505 | 2025.07.17 23:51:50.136811 [ 275 ] {2b99b5b5-738d-4721-951f-f3bafaf00838} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
506 | 2025.07.17 23:51:50.136943 [ 275 ] {2b99b5b5-738d-4721-951f-f3bafaf00838} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
507 | 2025.07.17 23:51:50.142164 [ 275 ] {2b99b5b5-738d-4721-951f-f3bafaf00838} <Debug> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Loading data parts | ||
508 | 2025.07.17 23:51:50.142407 [ 275 ] {2b99b5b5-738d-4721-951f-f3bafaf00838} <Debug> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): There are no data parts | ||
509 | 2025.07.17 23:51:50.146844 [ 275 ] {2b99b5b5-738d-4721-951f-f3bafaf00838} <Debug> TCPHandler: Processed in 0.010238168 sec. | ||
510 | 2025.07.17 23:51:50.146993 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
511 | 2025.07.17 23:51:50.147290 [ 275 ] {fadd3015-8d2c-4e4f-b489-78db7f810573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
512 | 2025.07.17 23:51:50.147413 [ 275 ] {fadd3015-8d2c-4e4f-b489-78db7f810573} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
513 | 2025.07.17 23:51:50.151652 [ 275 ] {fadd3015-8d2c-4e4f-b489-78db7f810573} <Debug> oximeter.measurements_cumulativef32 (07c7add1-8008-4510-825e-4b082eacfa77): Loading data parts | ||
514 | 2025.07.17 23:51:50.151809 [ 275 ] {fadd3015-8d2c-4e4f-b489-78db7f810573} <Debug> oximeter.measurements_cumulativef32 (07c7add1-8008-4510-825e-4b082eacfa77): There are no data parts | ||
515 | 2025.07.17 23:51:50.159389 [ 275 ] {fadd3015-8d2c-4e4f-b489-78db7f810573} <Debug> TCPHandler: Processed in 0.012449022 sec. | ||
516 | 2025.07.17 23:51:50.159540 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
517 | 2025.07.17 23:51:50.159737 [ 275 ] {b796e1d2-e04c-4690-8d2f-df8e02368f00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
518 | 2025.07.17 23:51:50.159880 [ 275 ] {b796e1d2-e04c-4690-8d2f-df8e02368f00} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
519 | 2025.07.17 23:51:50.164981 [ 275 ] {b796e1d2-e04c-4690-8d2f-df8e02368f00} <Debug> oximeter.measurements_cumulativef64 (58f1ee70-b90c-46ca-8f14-ce68e5c7f025): Loading data parts | ||
520 | 2025.07.17 23:51:50.165176 [ 275 ] {b796e1d2-e04c-4690-8d2f-df8e02368f00} <Debug> oximeter.measurements_cumulativef64 (58f1ee70-b90c-46ca-8f14-ce68e5c7f025): There are no data parts | ||
521 | 2025.07.17 23:51:50.169593 [ 275 ] {b796e1d2-e04c-4690-8d2f-df8e02368f00} <Debug> TCPHandler: Processed in 0.010104976 sec. | ||
522 | 2025.07.17 23:51:50.169848 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
523 | 2025.07.17 23:51:50.170119 [ 275 ] {fdeede8c-90ca-4059-955b-46a8ee3e03f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
524 | * NOTE: Array types cannot be Nullable, see | ||
525 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
526 | * for more details. | ||
527 | * | ||
528 | * This means we need to use empty arrays to indicate a missing value. This | ||
529 | * is unfortunate, and at this point relies on the fact that an | ||
530 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
531 | * to figure out another way to represent missing samples here. | ||
532 | */ | ||
533 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
534 | 2025.07.17 23:51:50.170278 [ 275 ] {fdeede8c-90ca-4059-955b-46a8ee3e03f3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
535 | 2025.07.17 23:51:50.174745 [ 275 ] {fdeede8c-90ca-4059-955b-46a8ee3e03f3} <Debug> oximeter.measurements_histogrami8 (19b2b984-f053-4193-a788-08f99eee7304): Loading data parts | ||
536 | 2025.07.17 23:51:50.174902 [ 275 ] {fdeede8c-90ca-4059-955b-46a8ee3e03f3} <Debug> oximeter.measurements_histogrami8 (19b2b984-f053-4193-a788-08f99eee7304): There are no data parts | ||
537 | 2025.07.17 23:51:50.178816 [ 275 ] {fdeede8c-90ca-4059-955b-46a8ee3e03f3} <Debug> TCPHandler: Processed in 0.009029029 sec. | ||
538 | 2025.07.17 23:51:50.178980 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
539 | 2025.07.17 23:51:50.179191 [ 275 ] {0919e331-8faa-415b-bf59-0580861e3ef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
540 | 2025.07.17 23:51:50.179325 [ 275 ] {0919e331-8faa-415b-bf59-0580861e3ef3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
541 | 2025.07.17 23:51:50.184047 [ 275 ] {0919e331-8faa-415b-bf59-0580861e3ef3} <Debug> oximeter.measurements_histogramu8 (f038033e-c4be-48e6-99b8-bdbe4cce873a): Loading data parts | ||
542 | 2025.07.17 23:51:50.184203 [ 275 ] {0919e331-8faa-415b-bf59-0580861e3ef3} <Debug> oximeter.measurements_histogramu8 (f038033e-c4be-48e6-99b8-bdbe4cce873a): There are no data parts | ||
543 | 2025.07.17 23:51:50.185897 [ 275 ] {0919e331-8faa-415b-bf59-0580861e3ef3} <Debug> TCPHandler: Processed in 0.006971297 sec. | ||
544 | 2025.07.17 23:51:50.186080 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
545 | 2025.07.17 23:51:50.186326 [ 275 ] {85862b66-0612-4a4d-bbfa-d03f152e1bba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
546 | 2025.07.17 23:51:50.186449 [ 275 ] {85862b66-0612-4a4d-bbfa-d03f152e1bba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
547 | 2025.07.17 23:51:50.190355 [ 275 ] {85862b66-0612-4a4d-bbfa-d03f152e1bba} <Debug> oximeter.measurements_histogrami16 (401324eb-cf47-4376-bb03-42d7a5efe763): Loading data parts | ||
548 | 2025.07.17 23:51:50.190580 [ 275 ] {85862b66-0612-4a4d-bbfa-d03f152e1bba} <Debug> oximeter.measurements_histogrami16 (401324eb-cf47-4376-bb03-42d7a5efe763): There are no data parts | ||
549 | 2025.07.17 23:51:50.195770 [ 275 ] {85862b66-0612-4a4d-bbfa-d03f152e1bba} <Debug> TCPHandler: Processed in 0.00973848 sec. | ||
550 | 2025.07.17 23:51:50.195934 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
551 | 2025.07.17 23:51:50.196160 [ 275 ] {666c907a-32ef-46a4-ae9e-7481e4828627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
552 | 2025.07.17 23:51:50.196288 [ 275 ] {666c907a-32ef-46a4-ae9e-7481e4828627} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
553 | 2025.07.17 23:51:50.200554 [ 275 ] {666c907a-32ef-46a4-ae9e-7481e4828627} <Debug> oximeter.measurements_histogramu16 (989491a7-92f6-4e2d-98b4-967a92dac496): Loading data parts | ||
554 | 2025.07.17 23:51:50.200748 [ 275 ] {666c907a-32ef-46a4-ae9e-7481e4828627} <Debug> oximeter.measurements_histogramu16 (989491a7-92f6-4e2d-98b4-967a92dac496): There are no data parts | ||
555 | 2025.07.17 23:51:50.205771 [ 275 ] {666c907a-32ef-46a4-ae9e-7481e4828627} <Debug> TCPHandler: Processed in 0.009891792 sec. | ||
556 | 2025.07.17 23:51:50.206017 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
557 | 2025.07.17 23:51:50.206301 [ 275 ] {d4449cdb-f2cd-4767-9060-66d732a187dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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.17 23:51:50.206463 [ 275 ] {d4449cdb-f2cd-4767-9060-66d732a187dc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
559 | 2025.07.17 23:51:50.210378 [ 275 ] {d4449cdb-f2cd-4767-9060-66d732a187dc} <Debug> oximeter.measurements_histogrami32 (18b6807c-b1c6-44fc-b95c-1113369f5960): Loading data parts | ||
560 | 2025.07.17 23:51:50.210914 [ 275 ] {d4449cdb-f2cd-4767-9060-66d732a187dc} <Debug> oximeter.measurements_histogrami32 (18b6807c-b1c6-44fc-b95c-1113369f5960): There are no data parts | ||
561 | 2025.07.17 23:51:50.215777 [ 275 ] {d4449cdb-f2cd-4767-9060-66d732a187dc} <Debug> TCPHandler: Processed in 0.009819211 sec. | ||
562 | 2025.07.17 23:51:50.216068 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
563 | 2025.07.17 23:51:50.216422 [ 275 ] {28225136-e847-4373-b2c7-f7d7741e1c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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.17 23:51:50.216625 [ 275 ] {28225136-e847-4373-b2c7-f7d7741e1c25} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
565 | 2025.07.17 23:51:50.222884 [ 275 ] {28225136-e847-4373-b2c7-f7d7741e1c25} <Debug> oximeter.measurements_histogramu32 (847c55f9-25a5-4e15-ad13-1bdc7b9814fb): Loading data parts | ||
566 | 2025.07.17 23:51:50.223093 [ 275 ] {28225136-e847-4373-b2c7-f7d7741e1c25} <Debug> oximeter.measurements_histogramu32 (847c55f9-25a5-4e15-ad13-1bdc7b9814fb): There are no data parts | ||
567 | 2025.07.17 23:51:50.229297 [ 275 ] {28225136-e847-4373-b2c7-f7d7741e1c25} <Debug> TCPHandler: Processed in 0.013361725 sec. | ||
568 | 2025.07.17 23:51:50.229598 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
569 | 2025.07.17 23:51:50.230073 [ 275 ] {1fd70920-0c63-43f8-879b-6805e80b9f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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.17 23:51:50.230368 [ 275 ] {1fd70920-0c63-43f8-879b-6805e80b9f1a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
571 | 2025.07.17 23:51:50.237409 [ 275 ] {1fd70920-0c63-43f8-879b-6805e80b9f1a} <Debug> oximeter.measurements_histogrami64 (9a728495-c796-403b-be63-70c3042a6185): Loading data parts | ||
572 | 2025.07.17 23:51:50.237747 [ 275 ] {1fd70920-0c63-43f8-879b-6805e80b9f1a} <Debug> oximeter.measurements_histogrami64 (9a728495-c796-403b-be63-70c3042a6185): There are no data parts | ||
573 | 2025.07.17 23:51:50.243911 [ 275 ] {1fd70920-0c63-43f8-879b-6805e80b9f1a} <Debug> TCPHandler: Processed in 0.014428242 sec. | ||
574 | 2025.07.17 23:51:50.244251 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
575 | 2025.07.17 23:51:50.244557 [ 275 ] {ed00b3d7-93d8-4e1a-9100-2c06811110b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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.17 23:51:50.244802 [ 275 ] {ed00b3d7-93d8-4e1a-9100-2c06811110b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
577 | 2025.07.17 23:51:50.249591 [ 275 ] {ed00b3d7-93d8-4e1a-9100-2c06811110b7} <Debug> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Loading data parts | ||
578 | 2025.07.17 23:51:50.249951 [ 275 ] {ed00b3d7-93d8-4e1a-9100-2c06811110b7} <Debug> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): There are no data parts | ||
579 | 2025.07.17 23:51:50.254555 [ 275 ] {ed00b3d7-93d8-4e1a-9100-2c06811110b7} <Debug> TCPHandler: Processed in 0.01042944 sec. | ||
580 | 2025.07.17 23:51:50.254843 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
581 | 2025.07.17 23:51:50.255211 [ 275 ] {9b212b9e-66c1-4132-957e-264a625f9a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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.17 23:51:50.255344 [ 275 ] {9b212b9e-66c1-4132-957e-264a625f9a4d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
583 | 2025.07.17 23:51:50.260800 [ 275 ] {9b212b9e-66c1-4132-957e-264a625f9a4d} <Debug> oximeter.measurements_histogramf32 (15604075-6667-48d5-8cb1-ee6505746f81): Loading data parts | ||
584 | 2025.07.17 23:51:50.261042 [ 275 ] {9b212b9e-66c1-4132-957e-264a625f9a4d} <Debug> oximeter.measurements_histogramf32 (15604075-6667-48d5-8cb1-ee6505746f81): There are no data parts | ||
585 | 2025.07.17 23:51:50.266379 [ 275 ] {9b212b9e-66c1-4132-957e-264a625f9a4d} <Debug> TCPHandler: Processed in 0.011635429 sec. | ||
586 | 2025.07.17 23:51:50.266735 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
587 | 2025.07.17 23:51:50.267111 [ 275 ] {593ef868-7095-4970-9a49-f9db1fd644ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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.17 23:51:50.267305 [ 275 ] {593ef868-7095-4970-9a49-f9db1fd644ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
589 | 2025.07.17 23:51:50.271373 [ 275 ] {593ef868-7095-4970-9a49-f9db1fd644ce} <Debug> oximeter.measurements_histogramf64 (258e7f1b-a245-402b-8e9c-261716654325): Loading data parts | ||
590 | 2025.07.17 23:51:50.271597 [ 275 ] {593ef868-7095-4970-9a49-f9db1fd644ce} <Debug> oximeter.measurements_histogramf64 (258e7f1b-a245-402b-8e9c-261716654325): There are no data parts | ||
591 | 2025.07.17 23:51:50.277252 [ 275 ] {593ef868-7095-4970-9a49-f9db1fd644ce} <Debug> TCPHandler: Processed in 0.010652193 sec. | ||
592 | 2025.07.17 23:51:50.277563 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
593 | 2025.07.17 23:51:50.278117 [ 275 ] {90bd5bf2-a16d-435b-8212-0e40cf3f1855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) /* 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.17 23:51:50.278529 [ 275 ] {90bd5bf2-a16d-435b-8212-0e40cf3f1855} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
620 | 2025.07.17 23:51:50.286070 [ 275 ] {90bd5bf2-a16d-435b-8212-0e40cf3f1855} <Debug> oximeter.fields_bool (093cfe31-2a47-4f53-a121-6ead1fdf93de): Loading data parts | ||
621 | 2025.07.17 23:51:50.286651 [ 275 ] {90bd5bf2-a16d-435b-8212-0e40cf3f1855} <Debug> oximeter.fields_bool (093cfe31-2a47-4f53-a121-6ead1fdf93de): There are no data parts | ||
622 | 2025.07.17 23:51:50.296315 [ 275 ] {90bd5bf2-a16d-435b-8212-0e40cf3f1855} <Debug> TCPHandler: Processed in 0.018870351 sec. | ||
623 | 2025.07.17 23:51:50.296730 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
624 | 2025.07.17 23:51:50.297068 [ 275 ] {03a4b97d-167b-4427-86ec-8a750bd1ef57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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.17 23:51:50.298101 [ 275 ] {03a4b97d-167b-4427-86ec-8a750bd1ef57} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
626 | 2025.07.17 23:51:50.307061 [ 275 ] {03a4b97d-167b-4427-86ec-8a750bd1ef57} <Debug> oximeter.fields_i8 (c7268465-894f-4445-8b26-f6cb4c290ddd): Loading data parts | ||
627 | 2025.07.17 23:51:50.310392 [ 275 ] {03a4b97d-167b-4427-86ec-8a750bd1ef57} <Debug> oximeter.fields_i8 (c7268465-894f-4445-8b26-f6cb4c290ddd): There are no data parts | ||
628 | 2025.07.17 23:51:50.317811 [ 275 ] {03a4b97d-167b-4427-86ec-8a750bd1ef57} <Debug> TCPHandler: Processed in 0.021269308 sec. | ||
629 | 2025.07.17 23:51:50.318196 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2025.07.17 23:51:50.318676 [ 275 ] {011d5017-7323-4fb0-9bb8-ccd46fd7cf40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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.17 23:51:50.318841 [ 275 ] {011d5017-7323-4fb0-9bb8-ccd46fd7cf40} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
632 | 2025.07.17 23:51:50.324266 [ 275 ] {011d5017-7323-4fb0-9bb8-ccd46fd7cf40} <Debug> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Loading data parts | ||
633 | 2025.07.17 23:51:50.327002 [ 275 ] {011d5017-7323-4fb0-9bb8-ccd46fd7cf40} <Debug> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): There are no data parts | ||
634 | 2025.07.17 23:51:50.335022 [ 275 ] {011d5017-7323-4fb0-9bb8-ccd46fd7cf40} <Debug> TCPHandler: Processed in 0.016994242 sec. | ||
635 | 2025.07.17 23:51:50.335347 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
636 | 2025.07.17 23:51:50.335625 [ 275 ] {ada9df91-2446-4e1c-845d-033f47496851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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.17 23:51:50.335817 [ 275 ] {ada9df91-2446-4e1c-845d-033f47496851} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
638 | 2025.07.17 23:51:50.342613 [ 275 ] {ada9df91-2446-4e1c-845d-033f47496851} <Debug> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Loading data parts | ||
639 | 2025.07.17 23:51:50.343289 [ 275 ] {ada9df91-2446-4e1c-845d-033f47496851} <Debug> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): There are no data parts | ||
640 | 2025.07.17 23:51:50.348040 [ 275 ] {ada9df91-2446-4e1c-845d-033f47496851} <Debug> TCPHandler: Processed in 0.012814357 sec. | ||
641 | 2025.07.17 23:51:50.348452 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2025.07.17 23:51:50.349054 [ 275 ] {dee5466b-877e-4d42-9914-4cbe0b60dbb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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.17 23:51:50.349281 [ 275 ] {dee5466b-877e-4d42-9914-4cbe0b60dbb9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
644 | 2025.07.17 23:51:50.355398 [ 275 ] {dee5466b-877e-4d42-9914-4cbe0b60dbb9} <Debug> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Loading data parts | ||
645 | 2025.07.17 23:51:50.355662 [ 275 ] {dee5466b-877e-4d42-9914-4cbe0b60dbb9} <Debug> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): There are no data parts | ||
646 | 2025.07.17 23:51:50.363829 [ 275 ] {dee5466b-877e-4d42-9914-4cbe0b60dbb9} <Debug> TCPHandler: Processed in 0.01557396 sec. | ||
647 | 2025.07.17 23:51:50.364219 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
648 | 2025.07.17 23:51:50.364475 [ 275 ] {99909702-5429-4e14-aafb-c95933a93e2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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.17 23:51:50.364657 [ 275 ] {99909702-5429-4e14-aafb-c95933a93e2a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
650 | 2025.07.17 23:51:50.370334 [ 275 ] {99909702-5429-4e14-aafb-c95933a93e2a} <Debug> oximeter.fields_i32 (f2579c69-982a-473b-88f2-b269f01b0e00): Loading data parts | ||
651 | 2025.07.17 23:51:50.370508 [ 275 ] {99909702-5429-4e14-aafb-c95933a93e2a} <Debug> oximeter.fields_i32 (f2579c69-982a-473b-88f2-b269f01b0e00): There are no data parts | ||
652 | 2025.07.17 23:51:50.372208 [ 275 ] {99909702-5429-4e14-aafb-c95933a93e2a} <Debug> TCPHandler: Processed in 0.008151735 sec. | ||
653 | 2025.07.17 23:51:50.372455 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
654 | 2025.07.17 23:51:50.372773 [ 275 ] {86ac4609-ba07-4108-b0df-c78115ed243c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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.17 23:51:50.372889 [ 275 ] {86ac4609-ba07-4108-b0df-c78115ed243c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
656 | 2025.07.17 23:51:50.376589 [ 275 ] {86ac4609-ba07-4108-b0df-c78115ed243c} <Debug> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Loading data parts | ||
657 | 2025.07.17 23:51:50.376728 [ 275 ] {86ac4609-ba07-4108-b0df-c78115ed243c} <Debug> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): There are no data parts | ||
658 | 2025.07.17 23:51:50.380524 [ 275 ] {86ac4609-ba07-4108-b0df-c78115ed243c} <Debug> TCPHandler: Processed in 0.008136705 sec. | ||
659 | 2025.07.17 23:51:50.380793 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
660 | 2025.07.17 23:51:50.380988 [ 275 ] {118866d2-48e0-486d-8ed2-efe422afe0bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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.17 23:51:50.381168 [ 275 ] {118866d2-48e0-486d-8ed2-efe422afe0bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
662 | 2025.07.17 23:51:50.385263 [ 275 ] {118866d2-48e0-486d-8ed2-efe422afe0bd} <Debug> oximeter.fields_i64 (e4d2cbe2-2b9c-41a0-80a2-1ecbe7ea6169): Loading data parts | ||
663 | 2025.07.17 23:51:50.385417 [ 275 ] {118866d2-48e0-486d-8ed2-efe422afe0bd} <Debug> oximeter.fields_i64 (e4d2cbe2-2b9c-41a0-80a2-1ecbe7ea6169): There are no data parts | ||
664 | 2025.07.17 23:51:50.387368 [ 275 ] {118866d2-48e0-486d-8ed2-efe422afe0bd} <Debug> TCPHandler: Processed in 0.006653513 sec. | ||
665 | 2025.07.17 23:51:50.387624 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
666 | 2025.07.17 23:51:50.387849 [ 275 ] {6af5ae10-42c0-44a2-9183-631123a2923f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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.17 23:51:50.387989 [ 275 ] {6af5ae10-42c0-44a2-9183-631123a2923f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
668 | 2025.07.17 23:51:50.396671 [ 275 ] {6af5ae10-42c0-44a2-9183-631123a2923f} <Debug> oximeter.fields_u64 (b73dab25-0b00-43fa-85e3-3799ecdb0168): Loading data parts | ||
669 | 2025.07.17 23:51:50.396952 [ 275 ] {6af5ae10-42c0-44a2-9183-631123a2923f} <Debug> oximeter.fields_u64 (b73dab25-0b00-43fa-85e3-3799ecdb0168): There are no data parts | ||
670 | 2025.07.17 23:51:50.406350 [ 275 ] {6af5ae10-42c0-44a2-9183-631123a2923f} <Debug> TCPHandler: Processed in 0.018779289 sec. | ||
671 | 2025.07.17 23:51:50.406690 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
672 | 2025.07.17 23:51:50.406937 [ 275 ] {3e450599-e870-41a0-9ceb-d71a3d5c729c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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.17 23:51:50.407189 [ 275 ] {3e450599-e870-41a0-9ceb-d71a3d5c729c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
674 | 2025.07.17 23:51:50.414223 [ 275 ] {3e450599-e870-41a0-9ceb-d71a3d5c729c} <Debug> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Loading data parts | ||
675 | 2025.07.17 23:51:50.415175 [ 275 ] {3e450599-e870-41a0-9ceb-d71a3d5c729c} <Debug> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): There are no data parts | ||
676 | 2025.07.17 23:51:50.419907 [ 275 ] {3e450599-e870-41a0-9ceb-d71a3d5c729c} <Debug> TCPHandler: Processed in 0.013351646 sec. | ||
677 | 2025.07.17 23:51:50.420452 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
678 | 2025.07.17 23:51:50.420679 [ 275 ] {660496d7-77d0-4023-a340-452e9530c839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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.17 23:51:50.420841 [ 275 ] {660496d7-77d0-4023-a340-452e9530c839} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
680 | 2025.07.17 23:51:50.428640 [ 275 ] {660496d7-77d0-4023-a340-452e9530c839} <Debug> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Loading data parts | ||
681 | 2025.07.17 23:51:50.429219 [ 275 ] {660496d7-77d0-4023-a340-452e9530c839} <Debug> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): There are no data parts | ||
682 | 2025.07.17 23:51:50.434869 [ 275 ] {660496d7-77d0-4023-a340-452e9530c839} <Debug> TCPHandler: Processed in 0.014538414 sec. | ||
683 | 2025.07.17 23:51:50.435292 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
684 | 2025.07.17 23:51:50.436213 [ 275 ] {67ba656e-e1b9-47a9-b052-a8c131fc1b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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.17 23:51:50.436300 [ 275 ] {67ba656e-e1b9-47a9-b052-a8c131fc1b05} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
686 | 2025.07.17 23:51:50.440797 [ 275 ] {67ba656e-e1b9-47a9-b052-a8c131fc1b05} <Debug> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Loading data parts | ||
687 | 2025.07.17 23:51:50.441168 [ 275 ] {67ba656e-e1b9-47a9-b052-a8c131fc1b05} <Debug> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): There are no data parts | ||
688 | 2025.07.17 23:51:50.449706 [ 275 ] {67ba656e-e1b9-47a9-b052-a8c131fc1b05} <Debug> TCPHandler: Processed in 0.014589914 sec. | ||
689 | 2025.07.17 23:51:50.450191 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
690 | 2025.07.17 23:51:50.450550 [ 275 ] {d0d12899-5967-4759-8c4e-6c7758e7a113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) /* 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.17 23:51:50.450769 [ 275 ] {d0d12899-5967-4759-8c4e-6c7758e7a113} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
695 | 2025.07.17 23:51:50.454435 [ 275 ] {d0d12899-5967-4759-8c4e-6c7758e7a113} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd): Loading data parts | ||
696 | 2025.07.17 23:51:50.454787 [ 275 ] {d0d12899-5967-4759-8c4e-6c7758e7a113} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd): There are no data parts | ||
697 | 2025.07.17 23:51:50.457296 [ 275 ] {d0d12899-5967-4759-8c4e-6c7758e7a113} <Debug> TCPHandler: Processed in 0.007225771 sec. | ||
698 | 2025.07.17 23:51:50.458186 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
699 | 2025.07.17 23:51:50.458980 [ 276 ] {eb9239d4-0f9e-4851-a806-3818644d5747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
700 | 2025.07.17 23:51:50.461149 [ 276 ] {eb9239d4-0f9e-4851-a806-3818644d5747} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
701 | 2025.07.17 23:51:50.488493 [ 284 ] {eb9239d4-0f9e-4851-a806-3818644d5747} <Trace> oximeter.version (59d9f01f-dbaa-45cd-880f-71ff747c90e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
702 | 2025.07.17 23:51:50.488665 [ 284 ] {eb9239d4-0f9e-4851-a806-3818644d5747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
703 | 2025.07.17 23:51:50.520452 [ 284 ] {eb9239d4-0f9e-4851-a806-3818644d5747} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
704 | 2025.07.17 23:51:50.521978 [ 284 ] {eb9239d4-0f9e-4851-a806-3818644d5747} <Trace> oximeter.version (59d9f01f-dbaa-45cd-880f-71ff747c90e5): 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.17 23:51:50.522467 [ 276 ] {eb9239d4-0f9e-4851-a806-3818644d5747} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.063759 sec., 15.684060289527753 rows/sec., 250.94 B/sec. | ||
706 | 2025.07.17 23:51:50.523051 [ 276 ] {eb9239d4-0f9e-4851-a806-3818644d5747} <Debug> TCPHandler: Processed in 0.065118253 sec. | ||
707 | 2025.07.17 23:51:50.619578 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
708 | 2025.07.17 23:51:50.619631 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
709 | 2025.07.17 23:51:50.619696 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
710 | 2025.07.17 23:51:50.619751 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
711 | 2025.07.17 23:51:50.626499 [ 243 ] {} <Debug> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Loading data parts | ||
712 | 2025.07.17 23:51:50.626818 [ 243 ] {} <Debug> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): There are no data parts | ||
713 | 2025.07.17 23:51:50.637642 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
714 | 2025.07.17 23:51:50.637907 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
715 | 2025.07.17 23:51:50.644302 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
716 | 2025.07.17 23:51:50.645325 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
717 | 2025.07.17 23:51:50.645865 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
718 | 2025.07.17 23:51:50.647597 [ 244 ] {} <Debug> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Loading data parts | ||
719 | 2025.07.17 23:51:50.647907 [ 244 ] {} <Debug> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): There are no data parts | ||
720 | 2025.07.17 23:51:50.691204 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
721 | 2025.07.17 23:51:50.691412 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
722 | 2025.07.17 23:51:50.703320 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
723 | 2025.07.17 23:51:50.705534 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
724 | 2025.07.17 23:51:50.713918 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
725 | 2025.07.17 23:51:51.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 140.36 MiB, peak 144.36 MiB, free memory in arenas 0.00 B, will set to 153.63 MiB (RSS), difference: 13.27 MiB | ||
726 | 2025.07.17 23:51:53.119448 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
727 | 2025.07.17 23:51:53.119662 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
728 | 2025.07.17 23:51:53.125046 [ 242 ] {} <Debug> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Loading data parts | ||
729 | 2025.07.17 23:51:53.125252 [ 242 ] {} <Debug> system.query_log (fffc79bd-d093-4609-b94c-831763790625): There are no data parts | ||
730 | 2025.07.17 23:51:53.131270 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
731 | 2025.07.17 23:51:53.131400 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
732 | 2025.07.17 23:51:53.133084 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
733 | 2025.07.17 23:51:53.133685 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
734 | 2025.07.17 23:51:53.133990 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
735 | 2025.07.17 23:51:54.000148 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.92 MiB, peak 157.92 MiB, free memory in arenas 0.00 B, will set to 154.78 MiB (RSS), difference: -3.14 MiB | ||
736 | 2025.07.17 23:51:58.088512 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
737 | 2025.07.17 23:51:58.088574 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
738 | 2025.07.17 23:51:58.146899 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
739 | 2025.07.17 23:51:58.149794 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
740 | 2025.07.17 23:51:58.149835 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
741 | 2025.07.17 23:51:58.150527 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
742 | 2025.07.17 23:51:58.151247 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
743 | 2025.07.17 23:51:58.151399 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
744 | 2025.07.17 23:51:58.214968 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
745 | 2025.07.17 23:51:58.233311 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
746 | 2025.07.17 23:51:58.233432 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB. | ||
747 | 2025.07.17 23:51:58.240135 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
748 | 2025.07.17 23:51:58.241258 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
749 | 2025.07.17 23:51:58.245078 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
750 | 2025.07.17 23:51:59.000332 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.60 MiB, peak 159.60 MiB, free memory in arenas 0.00 B, will set to 157.59 MiB (RSS), difference: 1.98 MiB | ||
751 | 2025.07.17 23:52:04.000185 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.64 MiB, peak 159.60 MiB, free memory in arenas 0.00 B, will set to 157.66 MiB (RSS), difference: 4.02 MiB | ||
752 | 2025.07.17 23:52:05.652582 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
753 | 2025.07.17 23:52:05.653078 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
754 | 2025.07.17 23:52:05.653126 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
755 | 2025.07.17 23:52:05.653885 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
756 | 2025.07.17 23:52:05.654479 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
757 | 2025.07.17 23:52:05.654611 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
758 | 2025.07.17 23:52:05.746065 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
759 | 2025.07.17 23:52:05.762442 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
760 | 2025.07.17 23:52:05.762510 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
761 | 2025.07.17 23:52:05.768950 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
762 | 2025.07.17 23:52:05.770093 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
763 | 2025.07.17 23:52:05.773780 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
764 | 2025.07.17 23:52:06.000284 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.21 MiB, peak 162.21 MiB, free memory in arenas 0.00 B, will set to 159.22 MiB (RSS), difference: 1.02 MiB | ||
765 | 2025.07.17 23:52:10.533436 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
766 | 2025.07.17 23:52:10.533750 [ 275 ] {2b01e29b-78db-4aee-b77b-67c6cac69ad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
767 | 2025.07.17 23:52:10.536345 [ 275 ] {2b01e29b-78db-4aee-b77b-67c6cac69ad5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
768 | 2025.07.17 23:52:10.540648 [ 275 ] {2b01e29b-78db-4aee-b77b-67c6cac69ad5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
769 | 2025.07.17 23:52:10.543557 [ 275 ] {2b01e29b-78db-4aee-b77b-67c6cac69ad5} <Debug> TCPHandler: Processed in 0.010314019 sec. | ||
770 | 2025.07.17 23:52:10.548509 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
771 | 2025.07.17 23:52:10.548754 [ 275 ] {98955f12-5351-41bd-a0cc-7764f077fcbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
772 | 2025.07.17 23:52:10.555020 [ 275 ] {98955f12-5351-41bd-a0cc-7764f077fcbe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
773 | 2025.07.17 23:52:10.555066 [ 275 ] {98955f12-5351-41bd-a0cc-7764f077fcbe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
774 | 2025.07.17 23:52:10.557620 [ 275 ] {98955f12-5351-41bd-a0cc-7764f077fcbe} <Debug> TCPHandler: Processed in 0.009226682 sec. | ||
775 | 2025.07.17 23:52:10.557936 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
776 | 2025.07.17 23:52:10.558085 [ 275 ] {41af3ec3-b24d-42c7-9e18-312ca2283695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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.17 23:52:10.558365 [ 275 ] {41af3ec3-b24d-42c7-9e18-312ca2283695} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
778 | 2025.07.17 23:52:10.558407 [ 275 ] {41af3ec3-b24d-42c7-9e18-312ca2283695} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
779 | 2025.07.17 23:52:10.558696 [ 275 ] {41af3ec3-b24d-42c7-9e18-312ca2283695} <Debug> TCPHandler: Processed in 0.000819232 sec. | ||
780 | 2025.07.17 23:52:10.558901 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
781 | 2025.07.17 23:52:10.559015 [ 275 ] {7764c0f1-36d1-4b09-9e77-95e4c20eb643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) 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.17 23:52:10.559251 [ 275 ] {7764c0f1-36d1-4b09-9e77-95e4c20eb643} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
783 | 2025.07.17 23:52:10.559293 [ 275 ] {7764c0f1-36d1-4b09-9e77-95e4c20eb643} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
784 | 2025.07.17 23:52:10.559578 [ 275 ] {7764c0f1-36d1-4b09-9e77-95e4c20eb643} <Debug> TCPHandler: Processed in 0.000724921 sec. | ||
785 | 2025.07.17 23:52:10.559780 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
786 | 2025.07.17 23:52:10.559892 [ 275 ] {31fb7083-73de-49f0-baef-a60dbde354ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
787 | 2025.07.17 23:52:10.560125 [ 275 ] {31fb7083-73de-49f0-baef-a60dbde354ab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
788 | 2025.07.17 23:52:10.560166 [ 275 ] {31fb7083-73de-49f0-baef-a60dbde354ab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
789 | 2025.07.17 23:52:10.560443 [ 275 ] {31fb7083-73de-49f0-baef-a60dbde354ab} <Debug> TCPHandler: Processed in 0.000710521 sec. | ||
790 | 2025.07.17 23:52:10.560646 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2025.07.17 23:52:10.560758 [ 275 ] {9c1efeba-c5db-4805-b60a-7598d8bd6cd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
792 | 2025.07.17 23:52:10.560988 [ 275 ] {9c1efeba-c5db-4805-b60a-7598d8bd6cd4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
793 | 2025.07.17 23:52:10.561029 [ 275 ] {9c1efeba-c5db-4805-b60a-7598d8bd6cd4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
794 | 2025.07.17 23:52:10.561310 [ 275 ] {9c1efeba-c5db-4805-b60a-7598d8bd6cd4} <Debug> TCPHandler: Processed in 0.000711431 sec. | ||
795 | 2025.07.17 23:52:10.561506 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
796 | 2025.07.17 23:52:10.561620 [ 275 ] {2e7cec27-06a1-408b-8391-878e6ad195a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
797 | 2025.07.17 23:52:10.561856 [ 275 ] {2e7cec27-06a1-408b-8391-878e6ad195a9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
798 | 2025.07.17 23:52:10.561898 [ 275 ] {2e7cec27-06a1-408b-8391-878e6ad195a9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
799 | 2025.07.17 23:52:10.562177 [ 275 ] {2e7cec27-06a1-408b-8391-878e6ad195a9} <Debug> TCPHandler: Processed in 0.000718601 sec. | ||
800 | 2025.07.17 23:52:10.562425 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
801 | 2025.07.17 23:52:10.562538 [ 275 ] {49c19c84-20b6-4783-ad02-7d8e64711f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
802 | 2025.07.17 23:52:10.562775 [ 275 ] {49c19c84-20b6-4783-ad02-7d8e64711f26} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
803 | 2025.07.17 23:52:10.562815 [ 275 ] {49c19c84-20b6-4783-ad02-7d8e64711f26} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
804 | 2025.07.17 23:52:10.563094 [ 275 ] {49c19c84-20b6-4783-ad02-7d8e64711f26} <Debug> TCPHandler: Processed in 0.000717271 sec. | ||
805 | 2025.07.17 23:52:10.563293 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
806 | 2025.07.17 23:52:10.563406 [ 275 ] {3ec99994-0ddd-4a8e-b817-e1512689ce78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
807 | 2025.07.17 23:52:10.563644 [ 275 ] {3ec99994-0ddd-4a8e-b817-e1512689ce78} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
808 | 2025.07.17 23:52:10.563685 [ 275 ] {3ec99994-0ddd-4a8e-b817-e1512689ce78} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
809 | 2025.07.17 23:52:10.563961 [ 275 ] {3ec99994-0ddd-4a8e-b817-e1512689ce78} <Debug> TCPHandler: Processed in 0.000714211 sec. | ||
810 | 2025.07.17 23:52:10.564161 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
811 | 2025.07.17 23:52:10.564277 [ 275 ] {75931e82-1fd4-43f4-a785-601edb494ebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
812 | 2025.07.17 23:52:10.564517 [ 275 ] {75931e82-1fd4-43f4-a785-601edb494ebf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
813 | 2025.07.17 23:52:10.564559 [ 275 ] {75931e82-1fd4-43f4-a785-601edb494ebf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
814 | 2025.07.17 23:52:10.564834 [ 275 ] {75931e82-1fd4-43f4-a785-601edb494ebf} <Debug> TCPHandler: Processed in 0.000719572 sec. | ||
815 | 2025.07.17 23:52:10.565023 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
816 | 2025.07.17 23:52:10.565140 [ 275 ] {cbbc92be-995a-43c4-9f60-60bc7bf36cbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
817 | 2025.07.17 23:52:10.565381 [ 275 ] {cbbc92be-995a-43c4-9f60-60bc7bf36cbe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
818 | 2025.07.17 23:52:10.565421 [ 275 ] {cbbc92be-995a-43c4-9f60-60bc7bf36cbe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
819 | 2025.07.17 23:52:10.565698 [ 275 ] {cbbc92be-995a-43c4-9f60-60bc7bf36cbe} <Debug> TCPHandler: Processed in 0.000722741 sec. | ||
820 | 2025.07.17 23:52:10.565885 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
821 | 2025.07.17 23:52:10.566002 [ 275 ] {cd908faf-c715-486b-8fee-1003cc726157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
822 | 2025.07.17 23:52:10.566248 [ 275 ] {cd908faf-c715-486b-8fee-1003cc726157} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
823 | 2025.07.17 23:52:10.566289 [ 275 ] {cd908faf-c715-486b-8fee-1003cc726157} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
824 | 2025.07.17 23:52:10.566579 [ 275 ] {cd908faf-c715-486b-8fee-1003cc726157} <Debug> TCPHandler: Processed in 0.000741981 sec. | ||
825 | 2025.07.17 23:52:10.566818 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
826 | 2025.07.17 23:52:10.566933 [ 275 ] {00da9891-9ea6-4230-8cbe-d166e7988266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
827 | 2025.07.17 23:52:10.567178 [ 275 ] {00da9891-9ea6-4230-8cbe-d166e7988266} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
828 | 2025.07.17 23:52:10.567218 [ 275 ] {00da9891-9ea6-4230-8cbe-d166e7988266} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
829 | 2025.07.17 23:52:10.567539 [ 275 ] {00da9891-9ea6-4230-8cbe-d166e7988266} <Debug> TCPHandler: Processed in 0.000767821 sec. | ||
830 | 2025.07.17 23:52:10.567797 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
831 | 2025.07.17 23:52:10.567913 [ 275 ] {0c3bba66-d7cc-473e-b7fd-12a829079b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
832 | 2025.07.17 23:52:10.568161 [ 275 ] {0c3bba66-d7cc-473e-b7fd-12a829079b0a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
833 | 2025.07.17 23:52:10.568202 [ 275 ] {0c3bba66-d7cc-473e-b7fd-12a829079b0a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
834 | 2025.07.17 23:52:10.568502 [ 275 ] {0c3bba66-d7cc-473e-b7fd-12a829079b0a} <Debug> TCPHandler: Processed in 0.000752882 sec. | ||
835 | 2025.07.17 23:52:10.568773 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
836 | 2025.07.17 23:52:10.568891 [ 275 ] {2f1d56da-9b5d-4fb4-bbe9-e082576efe0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
837 | 2025.07.17 23:52:10.569144 [ 275 ] {2f1d56da-9b5d-4fb4-bbe9-e082576efe0b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
838 | 2025.07.17 23:52:10.569185 [ 275 ] {2f1d56da-9b5d-4fb4-bbe9-e082576efe0b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
839 | 2025.07.17 23:52:10.569535 [ 275 ] {2f1d56da-9b5d-4fb4-bbe9-e082576efe0b} <Debug> TCPHandler: Processed in 0.000809392 sec. | ||
840 | 2025.07.17 23:52:10.569762 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
841 | 2025.07.17 23:52:10.569881 [ 275 ] {767e68af-06e9-486a-a5eb-8cdabd41b27e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
842 | 2025.07.17 23:52:10.570137 [ 275 ] {767e68af-06e9-486a-a5eb-8cdabd41b27e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
843 | 2025.07.17 23:52:10.570179 [ 275 ] {767e68af-06e9-486a-a5eb-8cdabd41b27e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
844 | 2025.07.17 23:52:10.570496 [ 275 ] {767e68af-06e9-486a-a5eb-8cdabd41b27e} <Debug> TCPHandler: Processed in 0.000781942 sec. | ||
845 | 2025.07.17 23:52:10.570698 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
846 | 2025.07.17 23:52:10.570817 [ 275 ] {29bb3447-0456-4345-9b20-90198cf15759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
847 | 2025.07.17 23:52:10.571073 [ 275 ] {29bb3447-0456-4345-9b20-90198cf15759} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
848 | 2025.07.17 23:52:10.571114 [ 275 ] {29bb3447-0456-4345-9b20-90198cf15759} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
849 | 2025.07.17 23:52:10.571420 [ 275 ] {29bb3447-0456-4345-9b20-90198cf15759} <Debug> TCPHandler: Processed in 0.000769822 sec. | ||
850 | 2025.07.17 23:52:10.571634 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
851 | 2025.07.17 23:52:10.571753 [ 275 ] {88705905-5882-4c1b-ae61-f9751d6e8458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
852 | 2025.07.17 23:52:10.572023 [ 275 ] {88705905-5882-4c1b-ae61-f9751d6e8458} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
853 | 2025.07.17 23:52:10.572063 [ 275 ] {88705905-5882-4c1b-ae61-f9751d6e8458} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
854 | 2025.07.17 23:52:10.572376 [ 275 ] {88705905-5882-4c1b-ae61-f9751d6e8458} <Debug> TCPHandler: Processed in 0.000790483 sec. | ||
855 | 2025.07.17 23:52:10.574504 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
856 | 2025.07.17 23:52:10.574686 [ 275 ] {9b086473-4904-474c-965e-a58f089d9046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
857 | 2025.07.17 23:52:10.574757 [ 275 ] {9b086473-4904-474c-965e-a58f089d9046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
858 | 2025.07.17 23:52:10.575395 [ 275 ] {9b086473-4904-474c-965e-a58f089d9046} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
859 | 2025.07.17 23:52:10.575430 [ 275 ] {9b086473-4904-474c-965e-a58f089d9046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
860 | 2025.07.17 23:52:10.576006 [ 275 ] {9b086473-4904-474c-965e-a58f089d9046} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
861 | 2025.07.17 23:52:10.576384 [ 275 ] {9b086473-4904-474c-965e-a58f089d9046} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
862 | 2025.07.17 23:52:10.576523 [ 275 ] {9b086473-4904-474c-965e-a58f089d9046} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.00189 sec., 9523.809523809525 rows/sec., 1.30 MiB/sec. | ||
863 | 2025.07.17 23:52:10.576562 [ 275 ] {9b086473-4904-474c-965e-a58f089d9046} <Debug> TCPHandler: Processed in 0.002146813 sec. | ||
864 | 2025.07.17 23:52:10.576672 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
865 | 2025.07.17 23:52:10.576765 [ 275 ] {747e8738-524b-469b-b91f-630c2406b60c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
866 | 2025.07.17 23:52:10.576804 [ 275 ] {747e8738-524b-469b-b91f-630c2406b60c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
867 | 2025.07.17 23:52:10.579397 [ 275 ] {747e8738-524b-469b-b91f-630c2406b60c} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
868 | 2025.07.17 23:52:10.579459 [ 275 ] {747e8738-524b-469b-b91f-630c2406b60c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
869 | 2025.07.17 23:52:10.580272 [ 275 ] {747e8738-524b-469b-b91f-630c2406b60c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
870 | 2025.07.17 23:52:10.580698 [ 275 ] {747e8738-524b-469b-b91f-630c2406b60c} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
871 | 2025.07.17 23:52:10.580825 [ 275 ] {747e8738-524b-469b-b91f-630c2406b60c} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.004078 sec., 7356.547327121138 rows/sec., 588.14 KiB/sec. | ||
872 | 2025.07.17 23:52:10.580860 [ 275 ] {747e8738-524b-469b-b91f-630c2406b60c} <Debug> TCPHandler: Processed in 0.004237285 sec. | ||
873 | 2025.07.17 23:52:10.580979 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
874 | 2025.07.17 23:52:10.581073 [ 275 ] {2e5f2f3a-aec2-40e3-95a2-62bf5adaacfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
875 | 2025.07.17 23:52:10.581112 [ 275 ] {2e5f2f3a-aec2-40e3-95a2-62bf5adaacfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
876 | 2025.07.17 23:52:10.581514 [ 275 ] {2e5f2f3a-aec2-40e3-95a2-62bf5adaacfd} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
877 | 2025.07.17 23:52:10.581550 [ 275 ] {2e5f2f3a-aec2-40e3-95a2-62bf5adaacfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
878 | 2025.07.17 23:52:10.581932 [ 275 ] {2e5f2f3a-aec2-40e3-95a2-62bf5adaacfd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
879 | 2025.07.17 23:52:10.582342 [ 275 ] {2e5f2f3a-aec2-40e3-95a2-62bf5adaacfd} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
880 | 2025.07.17 23:52:10.582465 [ 275 ] {2e5f2f3a-aec2-40e3-95a2-62bf5adaacfd} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.00141 sec., 25531.91489361702 rows/sec., 1.99 MiB/sec. | ||
881 | 2025.07.17 23:52:10.582502 [ 275 ] {2e5f2f3a-aec2-40e3-95a2-62bf5adaacfd} <Debug> TCPHandler: Processed in 0.001572455 sec. | ||
882 | 2025.07.17 23:52:10.582610 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
883 | 2025.07.17 23:52:10.582703 [ 275 ] {41c75bff-dec6-4c62-a1c6-108f1db547aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
884 | 2025.07.17 23:52:10.582744 [ 275 ] {41c75bff-dec6-4c62-a1c6-108f1db547aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
885 | 2025.07.17 23:52:10.583190 [ 275 ] {41c75bff-dec6-4c62-a1c6-108f1db547aa} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
886 | 2025.07.17 23:52:10.583223 [ 275 ] {41c75bff-dec6-4c62-a1c6-108f1db547aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
887 | 2025.07.17 23:52:10.583733 [ 275 ] {41c75bff-dec6-4c62-a1c6-108f1db547aa} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
888 | 2025.07.17 23:52:10.584137 [ 275 ] {41c75bff-dec6-4c62-a1c6-108f1db547aa} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
889 | 2025.07.17 23:52:10.584261 [ 275 ] {41c75bff-dec6-4c62-a1c6-108f1db547aa} <Debug> executeQuery: Read 48 rows, 3.45 KiB in 0.001576 sec., 30456.852791878173 rows/sec., 2.14 MiB/sec. | ||
890 | 2025.07.17 23:52:10.584295 [ 275 ] {41c75bff-dec6-4c62-a1c6-108f1db547aa} <Debug> TCPHandler: Processed in 0.001734456 sec. | ||
891 | 2025.07.17 23:52:10.584403 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
892 | 2025.07.17 23:52:10.584496 [ 275 ] {bde8cc0f-cac4-42f0-8d39-c2b0f2ea3559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
893 | 2025.07.17 23:52:10.584536 [ 275 ] {bde8cc0f-cac4-42f0-8d39-c2b0f2ea3559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
894 | 2025.07.17 23:52:10.584848 [ 275 ] {bde8cc0f-cac4-42f0-8d39-c2b0f2ea3559} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
895 | 2025.07.17 23:52:10.584881 [ 275 ] {bde8cc0f-cac4-42f0-8d39-c2b0f2ea3559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
896 | 2025.07.17 23:52:10.585269 [ 275 ] {bde8cc0f-cac4-42f0-8d39-c2b0f2ea3559} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
897 | 2025.07.17 23:52:10.585710 [ 275 ] {bde8cc0f-cac4-42f0-8d39-c2b0f2ea3559} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
898 | 2025.07.17 23:52:10.585833 [ 275 ] {bde8cc0f-cac4-42f0-8d39-c2b0f2ea3559} <Debug> executeQuery: Read 24 rows, 1.63 KiB in 0.001355 sec., 17712.177121771216 rows/sec., 1.17 MiB/sec. | ||
899 | 2025.07.17 23:52:10.585868 [ 275 ] {bde8cc0f-cac4-42f0-8d39-c2b0f2ea3559} <Debug> TCPHandler: Processed in 0.001513803 sec. | ||
900 | 2025.07.17 23:52:13.088618 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
901 | 2025.07.17 23:52:13.088683 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
902 | 2025.07.17 23:52:13.135277 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134 | ||
903 | 2025.07.17 23:52:13.138159 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
904 | 2025.07.17 23:52:13.138203 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
905 | 2025.07.17 23:52:13.139520 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
906 | 2025.07.17 23:52:13.140005 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
907 | 2025.07.17 23:52:13.140236 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 134 | ||
908 | 2025.07.17 23:52:13.154825 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
909 | 2025.07.17 23:52:13.155345 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
910 | 2025.07.17 23:52:13.155391 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
911 | 2025.07.17 23:52:13.156065 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
912 | 2025.07.17 23:52:13.156640 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
913 | 2025.07.17 23:52:13.156781 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
914 | 2025.07.17 23:52:13.273938 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
915 | 2025.07.17 23:52:13.290449 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
916 | 2025.07.17 23:52:13.290503 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
917 | 2025.07.17 23:52:13.296889 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
918 | 2025.07.17 23:52:13.298031 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
919 | 2025.07.17 23:52:13.300885 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
920 | 2025.07.17 23:52:15.533125 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
921 | 2025.07.17 23:52:15.533300 [ 275 ] {8abc30be-26e9-45ac-a33c-307657c6f6a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
922 | 2025.07.17 23:52:15.533365 [ 275 ] {8abc30be-26e9-45ac-a33c-307657c6f6a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
923 | 2025.07.17 23:52:15.533996 [ 275 ] {8abc30be-26e9-45ac-a33c-307657c6f6a2} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
924 | 2025.07.17 23:52:15.534047 [ 275 ] {8abc30be-26e9-45ac-a33c-307657c6f6a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
925 | 2025.07.17 23:52:15.534588 [ 275 ] {8abc30be-26e9-45ac-a33c-307657c6f6a2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
926 | 2025.07.17 23:52:15.535114 [ 275 ] {8abc30be-26e9-45ac-a33c-307657c6f6a2} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
927 | 2025.07.17 23:52:15.535274 [ 275 ] {8abc30be-26e9-45ac-a33c-307657c6f6a2} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.00202 sec., 14851.48514851485 rows/sec., 1.16 MiB/sec. | ||
928 | 2025.07.17 23:52:15.535321 [ 275 ] {8abc30be-26e9-45ac-a33c-307657c6f6a2} <Debug> TCPHandler: Processed in 0.002332486 sec. | ||
929 | 2025.07.17 23:52:15.535451 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
930 | 2025.07.17 23:52:15.535554 [ 275 ] {d25c1828-79e2-4996-a517-93015c9c7aef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
931 | 2025.07.17 23:52:15.535595 [ 275 ] {d25c1828-79e2-4996-a517-93015c9c7aef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
932 | 2025.07.17 23:52:15.536015 [ 275 ] {d25c1828-79e2-4996-a517-93015c9c7aef} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
933 | 2025.07.17 23:52:15.536049 [ 275 ] {d25c1828-79e2-4996-a517-93015c9c7aef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
934 | 2025.07.17 23:52:15.536452 [ 275 ] {d25c1828-79e2-4996-a517-93015c9c7aef} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
935 | 2025.07.17 23:52:15.536894 [ 275 ] {d25c1828-79e2-4996-a517-93015c9c7aef} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
936 | 2025.07.17 23:52:15.537022 [ 275 ] {d25c1828-79e2-4996-a517-93015c9c7aef} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001492 sec., 24128.686327077747 rows/sec., 1.88 MiB/sec. | ||
937 | 2025.07.17 23:52:15.537059 [ 275 ] {d25c1828-79e2-4996-a517-93015c9c7aef} <Debug> TCPHandler: Processed in 0.001660596 sec. | ||
938 | 2025.07.17 23:52:15.537171 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
939 | 2025.07.17 23:52:15.537266 [ 275 ] {265ba9c9-b760-464e-bd61-a0c28d5fa7d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
940 | 2025.07.17 23:52:15.537308 [ 275 ] {265ba9c9-b760-464e-bd61-a0c28d5fa7d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
941 | 2025.07.17 23:52:15.537738 [ 275 ] {265ba9c9-b760-464e-bd61-a0c28d5fa7d4} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
942 | 2025.07.17 23:52:15.537785 [ 275 ] {265ba9c9-b760-464e-bd61-a0c28d5fa7d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
943 | 2025.07.17 23:52:15.538319 [ 275 ] {265ba9c9-b760-464e-bd61-a0c28d5fa7d4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
944 | 2025.07.17 23:52:15.538799 [ 275 ] {265ba9c9-b760-464e-bd61-a0c28d5fa7d4} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
945 | 2025.07.17 23:52:15.538933 [ 275 ] {265ba9c9-b760-464e-bd61-a0c28d5fa7d4} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001685 sec., 35608.30860534125 rows/sec., 2.50 MiB/sec. | ||
946 | 2025.07.17 23:52:15.538970 [ 275 ] {265ba9c9-b760-464e-bd61-a0c28d5fa7d4} <Debug> TCPHandler: Processed in 0.001848038 sec. | ||
947 | 2025.07.17 23:52:15.539086 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
948 | 2025.07.17 23:52:15.539184 [ 275 ] {40c22231-e1ad-4b96-9f2b-865271d774cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
949 | 2025.07.17 23:52:15.539226 [ 275 ] {40c22231-e1ad-4b96-9f2b-865271d774cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
950 | 2025.07.17 23:52:15.539563 [ 275 ] {40c22231-e1ad-4b96-9f2b-865271d774cc} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
951 | 2025.07.17 23:52:15.539598 [ 275 ] {40c22231-e1ad-4b96-9f2b-865271d774cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
952 | 2025.07.17 23:52:15.540113 [ 275 ] {40c22231-e1ad-4b96-9f2b-865271d774cc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
953 | 2025.07.17 23:52:15.540630 [ 275 ] {40c22231-e1ad-4b96-9f2b-865271d774cc} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
954 | 2025.07.17 23:52:15.540757 [ 275 ] {40c22231-e1ad-4b96-9f2b-865271d774cc} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001593 sec., 18832.391713747646 rows/sec., 1.25 MiB/sec. | ||
955 | 2025.07.17 23:52:15.540793 [ 275 ] {40c22231-e1ad-4b96-9f2b-865271d774cc} <Debug> TCPHandler: Processed in 0.001756637 sec. | ||
956 | 2025.07.17 23:52:20.534765 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
957 | 2025.07.17 23:52:20.534966 [ 275 ] {217215ce-2588-48d0-a31f-373d35e20b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
958 | 2025.07.17 23:52:20.535042 [ 275 ] {217215ce-2588-48d0-a31f-373d35e20b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
959 | 2025.07.17 23:52:20.535753 [ 275 ] {217215ce-2588-48d0-a31f-373d35e20b8f} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
960 | 2025.07.17 23:52:20.535805 [ 275 ] {217215ce-2588-48d0-a31f-373d35e20b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
961 | 2025.07.17 23:52:20.536350 [ 275 ] {217215ce-2588-48d0-a31f-373d35e20b8f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
962 | 2025.07.17 23:52:20.536829 [ 275 ] {217215ce-2588-48d0-a31f-373d35e20b8f} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
963 | 2025.07.17 23:52:20.536988 [ 275 ] {217215ce-2588-48d0-a31f-373d35e20b8f} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.002076 sec., 14450.86705202312 rows/sec., 1.13 MiB/sec. | ||
964 | 2025.07.17 23:52:20.537031 [ 275 ] {217215ce-2588-48d0-a31f-373d35e20b8f} <Debug> TCPHandler: Processed in 0.002408037 sec. | ||
965 | 2025.07.17 23:52:20.537161 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
966 | 2025.07.17 23:52:20.537261 [ 275 ] {27d6e148-e2b6-4e09-9a55-97fe031caa4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
967 | 2025.07.17 23:52:20.537304 [ 275 ] {27d6e148-e2b6-4e09-9a55-97fe031caa4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
968 | 2025.07.17 23:52:20.537844 [ 275 ] {27d6e148-e2b6-4e09-9a55-97fe031caa4b} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
969 | 2025.07.17 23:52:20.537892 [ 275 ] {27d6e148-e2b6-4e09-9a55-97fe031caa4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
970 | 2025.07.17 23:52:20.538506 [ 275 ] {27d6e148-e2b6-4e09-9a55-97fe031caa4b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
971 | 2025.07.17 23:52:20.539002 [ 275 ] {27d6e148-e2b6-4e09-9a55-97fe031caa4b} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
972 | 2025.07.17 23:52:20.539139 [ 275 ] {27d6e148-e2b6-4e09-9a55-97fe031caa4b} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001899 sec., 18957.34597156398 rows/sec., 1.48 MiB/sec. | ||
973 | 2025.07.17 23:52:20.539177 [ 275 ] {27d6e148-e2b6-4e09-9a55-97fe031caa4b} <Debug> TCPHandler: Processed in 0.002071022 sec. | ||
974 | 2025.07.17 23:52:20.539303 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
975 | 2025.07.17 23:52:20.539406 [ 275 ] {b5937d6a-6dd3-4431-82ec-597157fe1fdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
976 | 2025.07.17 23:52:20.539453 [ 275 ] {b5937d6a-6dd3-4431-82ec-597157fe1fdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
977 | 2025.07.17 23:52:20.539896 [ 275 ] {b5937d6a-6dd3-4431-82ec-597157fe1fdb} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
978 | 2025.07.17 23:52:20.539937 [ 275 ] {b5937d6a-6dd3-4431-82ec-597157fe1fdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
979 | 2025.07.17 23:52:20.540494 [ 275 ] {b5937d6a-6dd3-4431-82ec-597157fe1fdb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
980 | 2025.07.17 23:52:20.541090 [ 275 ] {b5937d6a-6dd3-4431-82ec-597157fe1fdb} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
981 | 2025.07.17 23:52:20.541261 [ 275 ] {b5937d6a-6dd3-4431-82ec-597157fe1fdb} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001875 sec., 32000 rows/sec., 2.25 MiB/sec. | ||
982 | 2025.07.17 23:52:20.541305 [ 275 ] {b5937d6a-6dd3-4431-82ec-597157fe1fdb} <Debug> TCPHandler: Processed in 0.002053761 sec. | ||
983 | 2025.07.17 23:52:20.541436 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
984 | 2025.07.17 23:52:20.541546 [ 275 ] {a4d0ebdc-a466-4402-a8f1-10a0c04f7c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
985 | 2025.07.17 23:52:20.541597 [ 275 ] {a4d0ebdc-a466-4402-a8f1-10a0c04f7c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
986 | 2025.07.17 23:52:20.542002 [ 275 ] {a4d0ebdc-a466-4402-a8f1-10a0c04f7c1d} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
987 | 2025.07.17 23:52:20.542048 [ 275 ] {a4d0ebdc-a466-4402-a8f1-10a0c04f7c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
988 | 2025.07.17 23:52:20.542507 [ 275 ] {a4d0ebdc-a466-4402-a8f1-10a0c04f7c1d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
989 | 2025.07.17 23:52:20.543077 [ 275 ] {a4d0ebdc-a466-4402-a8f1-10a0c04f7c1d} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
990 | 2025.07.17 23:52:20.543232 [ 275 ] {a4d0ebdc-a466-4402-a8f1-10a0c04f7c1d} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001711 sec., 17533.606078316774 rows/sec., 1.16 MiB/sec. | ||
991 | 2025.07.17 23:52:20.543270 [ 275 ] {a4d0ebdc-a466-4402-a8f1-10a0c04f7c1d} <Debug> TCPHandler: Processed in 0.001891729 sec. | ||
992 | 2025.07.17 23:52:20.656946 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
993 | 2025.07.17 23:52:20.657561 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
994 | 2025.07.17 23:52:20.657626 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
995 | 2025.07.17 23:52:20.658428 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
996 | 2025.07.17 23:52:20.658972 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
997 | 2025.07.17 23:52:20.659186 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
998 | 2025.07.17 23:52:20.801037 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
999 | 2025.07.17 23:52:20.820769 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1000 | 2025.07.17 23:52:20.820851 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1001 | 2025.07.17 23:52:20.827982 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1002 | 2025.07.17 23:52:20.829510 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1003 | 2025.07.17 23:52:20.835018 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
1004 | 2025.07.17 23:52:23.140461 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 150 | ||
1005 | 2025.07.17 23:52:23.142801 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1006 | 2025.07.17 23:52:23.142863 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1007 | 2025.07.17 23:52:23.144499 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1008 | 2025.07.17 23:52:23.145129 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1009 | 2025.07.17 23:52:23.145497 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 150 | ||
1010 | 2025.07.17 23:52:25.532608 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1011 | 2025.07.17 23:52:25.532803 [ 275 ] {c1e28269-1a37-4e70-be43-d39608e4f229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1012 | 2025.07.17 23:52:25.532875 [ 275 ] {c1e28269-1a37-4e70-be43-d39608e4f229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1013 | 2025.07.17 23:52:25.533559 [ 275 ] {c1e28269-1a37-4e70-be43-d39608e4f229} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1014 | 2025.07.17 23:52:25.533599 [ 275 ] {c1e28269-1a37-4e70-be43-d39608e4f229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1015 | 2025.07.17 23:52:25.534102 [ 275 ] {c1e28269-1a37-4e70-be43-d39608e4f229} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1016 | 2025.07.17 23:52:25.534545 [ 275 ] {c1e28269-1a37-4e70-be43-d39608e4f229} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1017 | 2025.07.17 23:52:25.534697 [ 275 ] {c1e28269-1a37-4e70-be43-d39608e4f229} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001948 sec., 15400.410677618069 rows/sec., 1.20 MiB/sec. | ||
1018 | 2025.07.17 23:52:25.534739 [ 275 ] {c1e28269-1a37-4e70-be43-d39608e4f229} <Debug> TCPHandler: Processed in 0.002268585 sec. | ||
1019 | 2025.07.17 23:52:25.534867 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1020 | 2025.07.17 23:52:25.534961 [ 275 ] {5b738410-6fd8-400e-acb6-6311c42efa9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1021 | 2025.07.17 23:52:25.535003 [ 275 ] {5b738410-6fd8-400e-acb6-6311c42efa9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1022 | 2025.07.17 23:52:25.535410 [ 275 ] {5b738410-6fd8-400e-acb6-6311c42efa9a} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1023 | 2025.07.17 23:52:25.535446 [ 275 ] {5b738410-6fd8-400e-acb6-6311c42efa9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1024 | 2025.07.17 23:52:25.535841 [ 275 ] {5b738410-6fd8-400e-acb6-6311c42efa9a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1025 | 2025.07.17 23:52:25.536271 [ 275 ] {5b738410-6fd8-400e-acb6-6311c42efa9a} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1026 | 2025.07.17 23:52:25.536401 [ 275 ] {5b738410-6fd8-400e-acb6-6311c42efa9a} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001457 sec., 24708.304735758407 rows/sec., 1.93 MiB/sec. | ||
1027 | 2025.07.17 23:52:25.536437 [ 275 ] {5b738410-6fd8-400e-acb6-6311c42efa9a} <Debug> TCPHandler: Processed in 0.001619705 sec. | ||
1028 | 2025.07.17 23:52:25.536552 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1029 | 2025.07.17 23:52:25.536647 [ 275 ] {f6fe2022-a46c-4815-94a4-4f4e6a9ad022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1030 | 2025.07.17 23:52:25.536690 [ 275 ] {f6fe2022-a46c-4815-94a4-4f4e6a9ad022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1031 | 2025.07.17 23:52:25.537060 [ 275 ] {f6fe2022-a46c-4815-94a4-4f4e6a9ad022} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1032 | 2025.07.17 23:52:25.537097 [ 275 ] {f6fe2022-a46c-4815-94a4-4f4e6a9ad022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1033 | 2025.07.17 23:52:25.537569 [ 275 ] {f6fe2022-a46c-4815-94a4-4f4e6a9ad022} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1034 | 2025.07.17 23:52:25.538022 [ 275 ] {f6fe2022-a46c-4815-94a4-4f4e6a9ad022} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1035 | 2025.07.17 23:52:25.538150 [ 275 ] {f6fe2022-a46c-4815-94a4-4f4e6a9ad022} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001523 sec., 39395.92908732764 rows/sec., 2.76 MiB/sec. | ||
1036 | 2025.07.17 23:52:25.538186 [ 275 ] {f6fe2022-a46c-4815-94a4-4f4e6a9ad022} <Debug> TCPHandler: Processed in 0.001689386 sec. | ||
1037 | 2025.07.17 23:52:25.538287 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1038 | 2025.07.17 23:52:25.538380 [ 275 ] {4c65bdb0-f9c7-467b-a54c-907dce78a521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1039 | 2025.07.17 23:52:25.538421 [ 275 ] {4c65bdb0-f9c7-467b-a54c-907dce78a521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1040 | 2025.07.17 23:52:25.538780 [ 275 ] {4c65bdb0-f9c7-467b-a54c-907dce78a521} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1041 | 2025.07.17 23:52:25.538822 [ 275 ] {4c65bdb0-f9c7-467b-a54c-907dce78a521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1042 | 2025.07.17 23:52:25.539293 [ 275 ] {4c65bdb0-f9c7-467b-a54c-907dce78a521} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1043 | 2025.07.17 23:52:25.539842 [ 275 ] {4c65bdb0-f9c7-467b-a54c-907dce78a521} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1044 | 2025.07.17 23:52:25.539989 [ 275 ] {4c65bdb0-f9c7-467b-a54c-907dce78a521} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001626 sec., 18450.18450184502 rows/sec., 1.22 MiB/sec. | ||
1045 | 2025.07.17 23:52:25.540030 [ 275 ] {4c65bdb0-f9c7-467b-a54c-907dce78a521} <Debug> TCPHandler: Processed in 0.001791538 sec. | ||
1046 | 2025.07.17 23:52:28.088786 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1047 | 2025.07.17 23:52:28.088850 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1048 | 2025.07.17 23:52:28.159247 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
1049 | 2025.07.17 23:52:28.159764 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1050 | 2025.07.17 23:52:28.159815 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1051 | 2025.07.17 23:52:28.160534 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1052 | 2025.07.17 23:52:28.161091 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1053 | 2025.07.17 23:52:28.161224 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
1054 | 2025.07.17 23:52:28.161249 [ 85 ] {} <Debug> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1055 | 2025.07.17 23:52:28.161342 [ 85 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1056 | 2025.07.17 23:52:28.161365 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1057 | 2025.07.17 23:52:28.163688 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
1058 | 2025.07.17 23:52:28.166055 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1059 | 2025.07.17 23:52:28.168168 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
1060 | 2025.07.17 23:52:28.172589 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
1061 | 2025.07.17 23:52:28.172649 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
1062 | 2025.07.17 23:52:28.174696 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
1063 | 2025.07.17 23:52:28.176751 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
1064 | 2025.07.17 23:52:28.178896 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
1065 | 2025.07.17 23:52:28.213393 [ 200 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.051932859 sec., 54031.30222428155 rows/sec., 791.47 KiB/sec. | ||
1066 | 2025.07.17 23:52:28.214326 [ 189 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1067 | 2025.07.17 23:52:28.214846 [ 189 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_6_1} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1068 | 2025.07.17 23:52:28.214920 [ 189 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_6_1} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1069 | 2025.07.17 23:52:28.215011 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
1070 | 2025.07.17 23:52:28.335066 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
1071 | 2025.07.17 23:52:28.352559 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1072 | 2025.07.17 23:52:28.352616 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1073 | 2025.07.17 23:52:28.358837 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1074 | 2025.07.17 23:52:28.359999 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1075 | 2025.07.17 23:52:28.360315 [ 85 ] {} <Debug> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1076 | 2025.07.17 23:52:28.360391 [ 85 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1077 | 2025.07.17 23:52:28.360428 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1078 | 2025.07.17 23:52:28.360564 [ 189 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
1079 | 2025.07.17 23:52:28.363504 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
1080 | 2025.07.17 23:52:28.365006 [ 189 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1081 | 2025.07.17 23:52:28.366508 [ 189 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
1082 | 2025.07.17 23:52:28.371110 [ 189 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
1083 | 2025.07.17 23:52:28.375520 [ 189 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part | ||
1084 | 2025.07.17 23:52:28.379627 [ 189 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
1085 | 2025.07.17 23:52:28.389301 [ 189 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part | ||
1086 | 2025.07.17 23:52:28.393771 [ 189 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part | ||
1087 | 2025.07.17 23:52:28.460530 [ 200 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.100039 sec., 459.8206699387239 rows/sec., 2.38 MiB/sec. | ||
1088 | 2025.07.17 23:52:28.462997 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1089 | 2025.07.17 23:52:28.465411 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_6_1} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1090 | 2025.07.17 23:52:28.465517 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_6_1} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1091 | 2025.07.17 23:52:28.467180 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
1092 | 2025.07.17 23:52:29.001052 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.83 MiB, peak 174.37 MiB, free memory in arenas 0.00 B, will set to 174.56 MiB (RSS), difference: 9.73 MiB | ||
1093 | 2025.07.17 23:52:30.532331 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1094 | 2025.07.17 23:52:30.532615 [ 275 ] {dbe3ae9b-dd84-4ae8-ade2-c8ae82f1b058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1095 | 2025.07.17 23:52:30.532721 [ 275 ] {dbe3ae9b-dd84-4ae8-ade2-c8ae82f1b058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1096 | 2025.07.17 23:52:30.533454 [ 275 ] {dbe3ae9b-dd84-4ae8-ade2-c8ae82f1b058} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1097 | 2025.07.17 23:52:30.533505 [ 275 ] {dbe3ae9b-dd84-4ae8-ade2-c8ae82f1b058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1098 | 2025.07.17 23:52:30.533906 [ 275 ] {dbe3ae9b-dd84-4ae8-ade2-c8ae82f1b058} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1099 | 2025.07.17 23:52:30.534133 [ 275 ] {dbe3ae9b-dd84-4ae8-ade2-c8ae82f1b058} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1100 | 2025.07.17 23:52:30.534270 [ 83 ] {} <Debug> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
1101 | 2025.07.17 23:52:30.534285 [ 275 ] {dbe3ae9b-dd84-4ae8-ade2-c8ae82f1b058} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001747 sec., 17172.29536348025 rows/sec., 1.34 MiB/sec. | ||
1102 | 2025.07.17 23:52:30.534342 [ 83 ] {} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1103 | 2025.07.17 23:52:30.534353 [ 275 ] {dbe3ae9b-dd84-4ae8-ade2-c8ae82f1b058} <Debug> TCPHandler: Processed in 0.002207434 sec. | ||
1104 | 2025.07.17 23:52:30.534374 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1105 | 2025.07.17 23:52:30.534491 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1106 | 2025.07.17 23:52:30.534582 [ 193 ] {97e9e053-2700-4610-a493-547689adb125::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 | ||
1107 | 2025.07.17 23:52:30.534592 [ 275 ] {f1856013-dd1d-4469-8462-8c308906bbab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1108 | 2025.07.17 23:52:30.534691 [ 275 ] {f1856013-dd1d-4469-8462-8c308906bbab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1109 | 2025.07.17 23:52:30.534803 [ 193 ] {97e9e053-2700-4610-a493-547689adb125::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1110 | 2025.07.17 23:52:30.534864 [ 193 ] {97e9e053-2700-4610-a493-547689adb125::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
1111 | 2025.07.17 23:52:30.534997 [ 193 ] {97e9e053-2700-4610-a493-547689adb125::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
1112 | 2025.07.17 23:52:30.535046 [ 193 ] {97e9e053-2700-4610-a493-547689adb125::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
1113 | 2025.07.17 23:52:30.535091 [ 193 ] {97e9e053-2700-4610-a493-547689adb125::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
1114 | 2025.07.17 23:52:30.535111 [ 275 ] {f1856013-dd1d-4469-8462-8c308906bbab} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1115 | 2025.07.17 23:52:30.535136 [ 193 ] {97e9e053-2700-4610-a493-547689adb125::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
1116 | 2025.07.17 23:52:30.535153 [ 275 ] {f1856013-dd1d-4469-8462-8c308906bbab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1117 | 2025.07.17 23:52:30.535575 [ 275 ] {f1856013-dd1d-4469-8462-8c308906bbab} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1118 | 2025.07.17 23:52:30.535813 [ 275 ] {f1856013-dd1d-4469-8462-8c308906bbab} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1119 | 2025.07.17 23:52:30.535922 [ 83 ] {} <Debug> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
1120 | 2025.07.17 23:52:30.535956 [ 83 ] {} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1121 | 2025.07.17 23:52:30.535957 [ 275 ] {f1856013-dd1d-4469-8462-8c308906bbab} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001384 sec., 26011.56069364162 rows/sec., 2.03 MiB/sec. | ||
1122 | 2025.07.17 23:52:30.535979 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1123 | 2025.07.17 23:52:30.536012 [ 275 ] {f1856013-dd1d-4469-8462-8c308906bbab} <Debug> TCPHandler: Processed in 0.001573434 sec. | ||
1124 | 2025.07.17 23:52:30.536029 [ 200 ] {97e9e053-2700-4610-a493-547689adb125::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 5 columns (5 merged, 0 gathered) in 0.001552184 sec., 96638.02745035382 rows/sec., 7.91 MiB/sec. | ||
1125 | 2025.07.17 23:52:30.536103 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::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 | ||
1126 | 2025.07.17 23:52:30.536122 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1127 | 2025.07.17 23:52:30.536159 [ 193 ] {97e9e053-2700-4610-a493-547689adb125::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
1128 | 2025.07.17 23:52:30.536233 [ 275 ] {2b87b528-3b44-4df5-bfe9-003094cd6e25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1129 | 2025.07.17 23:52:30.536263 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1130 | 2025.07.17 23:52:30.536283 [ 275 ] {2b87b528-3b44-4df5-bfe9-003094cd6e25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1131 | 2025.07.17 23:52:30.536314 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
1132 | 2025.07.17 23:52:30.536414 [ 193 ] {97e9e053-2700-4610-a493-547689adb125::all_1_5_1} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1133 | 2025.07.17 23:52:30.536423 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part | ||
1134 | 2025.07.17 23:52:30.536488 [ 193 ] {97e9e053-2700-4610-a493-547689adb125::all_1_5_1} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
1135 | 2025.07.17 23:52:30.536490 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part | ||
1136 | 2025.07.17 23:52:30.536565 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part | ||
1137 | 2025.07.17 23:52:30.536566 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
1138 | 2025.07.17 23:52:30.536637 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part | ||
1139 | 2025.07.17 23:52:30.536693 [ 275 ] {2b87b528-3b44-4df5-bfe9-003094cd6e25} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1140 | 2025.07.17 23:52:30.536735 [ 275 ] {2b87b528-3b44-4df5-bfe9-003094cd6e25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1141 | 2025.07.17 23:52:30.537126 [ 275 ] {2b87b528-3b44-4df5-bfe9-003094cd6e25} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1142 | 2025.07.17 23:52:30.537392 [ 275 ] {2b87b528-3b44-4df5-bfe9-003094cd6e25} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1143 | 2025.07.17 23:52:30.537532 [ 275 ] {2b87b528-3b44-4df5-bfe9-003094cd6e25} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001317 sec., 45558.08656036446 rows/sec., 3.20 MiB/sec. | ||
1144 | 2025.07.17 23:52:30.537539 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.001488413 sec., 120934.176199751 rows/sec., 9.91 MiB/sec. | ||
1145 | 2025.07.17 23:52:30.537570 [ 275 ] {2b87b528-3b44-4df5-bfe9-003094cd6e25} <Debug> TCPHandler: Processed in 0.001498353 sec. | ||
1146 | 2025.07.17 23:52:30.537665 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
1147 | 2025.07.17 23:52:30.537676 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1148 | 2025.07.17 23:52:30.537781 [ 275 ] {7169a771-f58b-4e5a-be7d-19fdcc7870a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1149 | 2025.07.17 23:52:30.537826 [ 275 ] {7169a771-f58b-4e5a-be7d-19fdcc7870a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1150 | 2025.07.17 23:52:30.537923 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_5_1} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1151 | 2025.07.17 23:52:30.537992 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_5_1} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
1152 | 2025.07.17 23:52:30.538057 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
1153 | 2025.07.17 23:52:30.538157 [ 275 ] {7169a771-f58b-4e5a-be7d-19fdcc7870a5} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1154 | 2025.07.17 23:52:30.538198 [ 275 ] {7169a771-f58b-4e5a-be7d-19fdcc7870a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1155 | 2025.07.17 23:52:30.538530 [ 275 ] {7169a771-f58b-4e5a-be7d-19fdcc7870a5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1156 | 2025.07.17 23:52:30.538742 [ 275 ] {7169a771-f58b-4e5a-be7d-19fdcc7870a5} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1157 | 2025.07.17 23:52:30.538874 [ 275 ] {7169a771-f58b-4e5a-be7d-19fdcc7870a5} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001113 sec., 26954.17789757412 rows/sec., 1.79 MiB/sec. | ||
1158 | 2025.07.17 23:52:30.538912 [ 275 ] {7169a771-f58b-4e5a-be7d-19fdcc7870a5} <Debug> TCPHandler: Processed in 0.001287289 sec. | ||
1159 | 2025.07.17 23:52:33.145587 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 166 | ||
1160 | 2025.07.17 23:52:33.147480 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1161 | 2025.07.17 23:52:33.147535 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1162 | 2025.07.17 23:52:33.148659 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1163 | 2025.07.17 23:52:33.148918 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): 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.17 23:52:33.149199 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 166 | ||
1165 | 2025.07.17 23:52:35.528559 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1166 | 2025.07.17 23:52:35.528782 [ 275 ] {f868b4aa-efa2-4c76-877b-10dd5259f379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1167 | 2025.07.17 23:52:35.531264 [ 275 ] {f868b4aa-efa2-4c76-877b-10dd5259f379} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1168 | 2025.07.17 23:52:35.535166 [ 275 ] {f868b4aa-efa2-4c76-877b-10dd5259f379} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1169 | 2025.07.17 23:52:35.535418 [ 275 ] {f868b4aa-efa2-4c76-877b-10dd5259f379} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1170 | 2025.07.17 23:52:35.537532 [ 275 ] {f868b4aa-efa2-4c76-877b-10dd5259f379} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1171 | 2025.07.17 23:52:35.541525 [ 275 ] {f868b4aa-efa2-4c76-877b-10dd5259f379} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1172 | 2025.07.17 23:52:35.545410 [ 275 ] {f868b4aa-efa2-4c76-877b-10dd5259f379} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1173 | 2025.07.17 23:52:35.547351 [ 275 ] {f868b4aa-efa2-4c76-877b-10dd5259f379} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1174 | 2025.07.17 23:52:35.547377 [ 275 ] {f868b4aa-efa2-4c76-877b-10dd5259f379} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1175 | 2025.07.17 23:52:35.547472 [ 275 ] {f868b4aa-efa2-4c76-877b-10dd5259f379} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1176 | 2025.07.17 23:52:35.547500 [ 275 ] {f868b4aa-efa2-4c76-877b-10dd5259f379} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1177 | 2025.07.17 23:52:35.560726 [ 275 ] {f868b4aa-efa2-4c76-877b-10dd5259f379} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.032033 sec., 561.9205194643024 rows/sec., 22.99 KiB/sec. | ||
1178 | 2025.07.17 23:52:35.560829 [ 275 ] {f868b4aa-efa2-4c76-877b-10dd5259f379} <Debug> TCPHandler: Processed in 0.032397569 sec. | ||
1179 | 2025.07.17 23:52:35.562602 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1180 | 2025.07.17 23:52:35.562743 [ 275 ] {30537df8-47f2-4f09-9c24-773ee4ea999f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1181 | 2025.07.17 23:52:35.562959 [ 275 ] {30537df8-47f2-4f09-9c24-773ee4ea999f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1182 | 2025.07.17 23:52:35.562992 [ 275 ] {30537df8-47f2-4f09-9c24-773ee4ea999f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1183 | 2025.07.17 23:52:35.563168 [ 275 ] {30537df8-47f2-4f09-9c24-773ee4ea999f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1184 | 2025.07.17 23:52:35.563223 [ 275 ] {30537df8-47f2-4f09-9c24-773ee4ea999f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1185 | 2025.07.17 23:52:35.563330 [ 275 ] {30537df8-47f2-4f09-9c24-773ee4ea999f} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1186 | 2025.07.17 23:52:35.563360 [ 275 ] {30537df8-47f2-4f09-9c24-773ee4ea999f} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1187 | 2025.07.17 23:52:35.563379 [ 275 ] {30537df8-47f2-4f09-9c24-773ee4ea999f} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (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 | ||
1188 | 2025.07.17 23:52:35.563395 [ 275 ] {30537df8-47f2-4f09-9c24-773ee4ea999f} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1189 | 2025.07.17 23:52:35.563430 [ 275 ] {30537df8-47f2-4f09-9c24-773ee4ea999f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1190 | 2025.07.17 23:52:35.563448 [ 275 ] {30537df8-47f2-4f09-9c24-773ee4ea999f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1191 | 2025.07.17 23:52:35.563930 [ 275 ] {30537df8-47f2-4f09-9c24-773ee4ea999f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001247 sec., 14434.643143544507 rows/sec., 590.48 KiB/sec. | ||
1192 | 2025.07.17 23:52:35.564014 [ 275 ] {30537df8-47f2-4f09-9c24-773ee4ea999f} <Debug> TCPHandler: Processed in 0.001469653 sec. | ||
1193 | 2025.07.17 23:52:35.564205 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1194 | 2025.07.17 23:52:35.564331 [ 275 ] {80dfc00c-c94c-4443-889d-3865b31f9291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1195 | 2025.07.17 23:52:35.564528 [ 275 ] {80dfc00c-c94c-4443-889d-3865b31f9291} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1196 | 2025.07.17 23:52:35.564561 [ 275 ] {80dfc00c-c94c-4443-889d-3865b31f9291} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1197 | 2025.07.17 23:52:35.564749 [ 275 ] {80dfc00c-c94c-4443-889d-3865b31f9291} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1198 | 2025.07.17 23:52:35.564803 [ 275 ] {80dfc00c-c94c-4443-889d-3865b31f9291} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1199 | 2025.07.17 23:52:35.564904 [ 275 ] {80dfc00c-c94c-4443-889d-3865b31f9291} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1200 | 2025.07.17 23:52:35.564933 [ 275 ] {80dfc00c-c94c-4443-889d-3865b31f9291} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1201 | 2025.07.17 23:52:35.564953 [ 275 ] {80dfc00c-c94c-4443-889d-3865b31f9291} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (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 | ||
1202 | 2025.07.17 23:52:35.564967 [ 275 ] {80dfc00c-c94c-4443-889d-3865b31f9291} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1203 | 2025.07.17 23:52:35.564999 [ 275 ] {80dfc00c-c94c-4443-889d-3865b31f9291} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1204 | 2025.07.17 23:52:35.565017 [ 275 ] {80dfc00c-c94c-4443-889d-3865b31f9291} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1205 | 2025.07.17 23:52:35.565431 [ 275 ] {80dfc00c-c94c-4443-889d-3865b31f9291} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001149 sec., 15665.796344647519 rows/sec., 640.84 KiB/sec. | ||
1206 | 2025.07.17 23:52:35.565513 [ 275 ] {80dfc00c-c94c-4443-889d-3865b31f9291} <Debug> TCPHandler: Processed in 0.001358071 sec. | ||
1207 | 2025.07.17 23:52:35.565707 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1208 | 2025.07.17 23:52:35.565834 [ 275 ] {e3199028-bbe2-4ad0-9e36-14122fb52b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1209 | 2025.07.17 23:52:35.566031 [ 275 ] {e3199028-bbe2-4ad0-9e36-14122fb52b0a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1210 | 2025.07.17 23:52:35.566063 [ 275 ] {e3199028-bbe2-4ad0-9e36-14122fb52b0a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1211 | 2025.07.17 23:52:35.566237 [ 275 ] {e3199028-bbe2-4ad0-9e36-14122fb52b0a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1212 | 2025.07.17 23:52:35.566289 [ 275 ] {e3199028-bbe2-4ad0-9e36-14122fb52b0a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1213 | 2025.07.17 23:52:35.566388 [ 275 ] {e3199028-bbe2-4ad0-9e36-14122fb52b0a} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1214 | 2025.07.17 23:52:35.566415 [ 275 ] {e3199028-bbe2-4ad0-9e36-14122fb52b0a} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1215 | 2025.07.17 23:52:35.566434 [ 275 ] {e3199028-bbe2-4ad0-9e36-14122fb52b0a} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (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 | ||
1216 | 2025.07.17 23:52:35.566448 [ 275 ] {e3199028-bbe2-4ad0-9e36-14122fb52b0a} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1217 | 2025.07.17 23:52:35.566480 [ 275 ] {e3199028-bbe2-4ad0-9e36-14122fb52b0a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1218 | 2025.07.17 23:52:35.566497 [ 275 ] {e3199028-bbe2-4ad0-9e36-14122fb52b0a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1219 | 2025.07.17 23:52:35.566910 [ 275 ] {e3199028-bbe2-4ad0-9e36-14122fb52b0a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001126 sec., 15985.790408525754 rows/sec., 653.93 KiB/sec. | ||
1220 | 2025.07.17 23:52:35.566991 [ 275 ] {e3199028-bbe2-4ad0-9e36-14122fb52b0a} <Debug> TCPHandler: Processed in 0.00133222 sec. | ||
1221 | 2025.07.17 23:52:35.567821 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1222 | 2025.07.17 23:52:35.567948 [ 275 ] {2b58e94c-b4a2-4c22-b321-f9a0cd6b1822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1223 | 2025.07.17 23:52:35.568145 [ 275 ] {2b58e94c-b4a2-4c22-b321-f9a0cd6b1822} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1224 | 2025.07.17 23:52:35.568177 [ 275 ] {2b58e94c-b4a2-4c22-b321-f9a0cd6b1822} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1225 | 2025.07.17 23:52:35.568347 [ 275 ] {2b58e94c-b4a2-4c22-b321-f9a0cd6b1822} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1226 | 2025.07.17 23:52:35.568398 [ 275 ] {2b58e94c-b4a2-4c22-b321-f9a0cd6b1822} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1227 | 2025.07.17 23:52:35.568496 [ 275 ] {2b58e94c-b4a2-4c22-b321-f9a0cd6b1822} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1228 | 2025.07.17 23:52:35.568523 [ 275 ] {2b58e94c-b4a2-4c22-b321-f9a0cd6b1822} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1229 | 2025.07.17 23:52:35.568542 [ 275 ] {2b58e94c-b4a2-4c22-b321-f9a0cd6b1822} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (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 | ||
1230 | 2025.07.17 23:52:35.568556 [ 275 ] {2b58e94c-b4a2-4c22-b321-f9a0cd6b1822} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1231 | 2025.07.17 23:52:35.568587 [ 275 ] {2b58e94c-b4a2-4c22-b321-f9a0cd6b1822} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1232 | 2025.07.17 23:52:35.568604 [ 275 ] {2b58e94c-b4a2-4c22-b321-f9a0cd6b1822} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1233 | 2025.07.17 23:52:35.568998 [ 275 ] {2b58e94c-b4a2-4c22-b321-f9a0cd6b1822} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001099 sec., 16378.525932666062 rows/sec., 670.00 KiB/sec. | ||
1234 | 2025.07.17 23:52:35.569076 [ 275 ] {2b58e94c-b4a2-4c22-b321-f9a0cd6b1822} <Debug> TCPHandler: Processed in 0.001304371 sec. | ||
1235 | 2025.07.17 23:52:35.573030 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1236 | 2025.07.17 23:52:35.573146 [ 275 ] {fc815e15-4b38-449d-bf0f-f7752bf94418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1237 | 2025.07.17 23:52:35.573192 [ 275 ] {fc815e15-4b38-449d-bf0f-f7752bf94418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1238 | 2025.07.17 23:52:35.573725 [ 275 ] {fc815e15-4b38-449d-bf0f-f7752bf94418} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1239 | 2025.07.17 23:52:35.573773 [ 275 ] {fc815e15-4b38-449d-bf0f-f7752bf94418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1240 | 2025.07.17 23:52:35.574318 [ 275 ] {fc815e15-4b38-449d-bf0f-f7752bf94418} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1241 | 2025.07.17 23:52:35.574518 [ 275 ] {fc815e15-4b38-449d-bf0f-f7752bf94418} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1242 | 2025.07.17 23:52:35.574666 [ 275 ] {fc815e15-4b38-449d-bf0f-f7752bf94418} <Debug> executeQuery: Read 5 rows, 539.00 B in 0.001542 sec., 3242.54215304799 rows/sec., 341.35 KiB/sec. | ||
1243 | 2025.07.17 23:52:35.574705 [ 275 ] {fc815e15-4b38-449d-bf0f-f7752bf94418} <Debug> TCPHandler: Processed in 0.001728516 sec. | ||
1244 | 2025.07.17 23:52:35.574816 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1245 | 2025.07.17 23:52:35.574909 [ 275 ] {22c45591-68d9-4e54-a238-94fe077e06e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1246 | 2025.07.17 23:52:35.574949 [ 275 ] {22c45591-68d9-4e54-a238-94fe077e06e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1247 | 2025.07.17 23:52:35.575385 [ 275 ] {22c45591-68d9-4e54-a238-94fe077e06e7} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1248 | 2025.07.17 23:52:35.575422 [ 275 ] {22c45591-68d9-4e54-a238-94fe077e06e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1249 | 2025.07.17 23:52:35.575745 [ 275 ] {22c45591-68d9-4e54-a238-94fe077e06e7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1250 | 2025.07.17 23:52:35.575955 [ 275 ] {22c45591-68d9-4e54-a238-94fe077e06e7} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1251 | 2025.07.17 23:52:35.576082 [ 275 ] {22c45591-68d9-4e54-a238-94fe077e06e7} <Debug> executeQuery: Read 95 rows, 8.59 KiB in 0.001191 sec., 79764.9034424853 rows/sec., 7.05 MiB/sec. | ||
1252 | 2025.07.17 23:52:35.576119 [ 275 ] {22c45591-68d9-4e54-a238-94fe077e06e7} <Debug> TCPHandler: Processed in 0.001352661 sec. | ||
1253 | 2025.07.17 23:52:35.576232 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1254 | 2025.07.17 23:52:35.576326 [ 275 ] {9d37115c-7cc7-44b8-b337-86f2512fc847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1255 | 2025.07.17 23:52:35.576365 [ 275 ] {9d37115c-7cc7-44b8-b337-86f2512fc847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1256 | 2025.07.17 23:52:35.576763 [ 275 ] {9d37115c-7cc7-44b8-b337-86f2512fc847} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1257 | 2025.07.17 23:52:35.576799 [ 275 ] {9d37115c-7cc7-44b8-b337-86f2512fc847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1258 | 2025.07.17 23:52:35.577113 [ 275 ] {9d37115c-7cc7-44b8-b337-86f2512fc847} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1259 | 2025.07.17 23:52:35.577318 [ 275 ] {9d37115c-7cc7-44b8-b337-86f2512fc847} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1260 | 2025.07.17 23:52:35.577439 [ 275 ] {9d37115c-7cc7-44b8-b337-86f2512fc847} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001132 sec., 28268.551236749117 rows/sec., 2.08 MiB/sec. | ||
1261 | 2025.07.17 23:52:35.577476 [ 275 ] {9d37115c-7cc7-44b8-b337-86f2512fc847} <Debug> TCPHandler: Processed in 0.00129268 sec. | ||
1262 | 2025.07.17 23:52:35.577577 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1263 | 2025.07.17 23:52:35.577669 [ 275 ] {ad0c58d3-e6bd-450b-9e7f-1d40668ac653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1264 | 2025.07.17 23:52:35.577708 [ 275 ] {ad0c58d3-e6bd-450b-9e7f-1d40668ac653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1265 | 2025.07.17 23:52:35.578131 [ 275 ] {ad0c58d3-e6bd-450b-9e7f-1d40668ac653} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1266 | 2025.07.17 23:52:35.578167 [ 275 ] {ad0c58d3-e6bd-450b-9e7f-1d40668ac653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1267 | 2025.07.17 23:52:35.578450 [ 275 ] {ad0c58d3-e6bd-450b-9e7f-1d40668ac653} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1268 | 2025.07.17 23:52:35.578662 [ 275 ] {ad0c58d3-e6bd-450b-9e7f-1d40668ac653} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1269 | 2025.07.17 23:52:35.578793 [ 275 ] {ad0c58d3-e6bd-450b-9e7f-1d40668ac653} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001141 sec., 876.4241893076248 rows/sec., 58.20 KiB/sec. | ||
1270 | 2025.07.17 23:52:35.578829 [ 275 ] {ad0c58d3-e6bd-450b-9e7f-1d40668ac653} <Debug> TCPHandler: Processed in 0.00129959 sec. | ||
1271 | 2025.07.17 23:52:35.578937 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1272 | 2025.07.17 23:52:35.579029 [ 275 ] {4c12a154-13b2-4661-a458-0032a92ece82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1273 | 2025.07.17 23:52:35.579067 [ 275 ] {4c12a154-13b2-4661-a458-0032a92ece82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1274 | 2025.07.17 23:52:35.579462 [ 275 ] {4c12a154-13b2-4661-a458-0032a92ece82} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1275 | 2025.07.17 23:52:35.579499 [ 275 ] {4c12a154-13b2-4661-a458-0032a92ece82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1276 | 2025.07.17 23:52:35.579795 [ 275 ] {4c12a154-13b2-4661-a458-0032a92ece82} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1277 | 2025.07.17 23:52:35.579999 [ 275 ] {4c12a154-13b2-4661-a458-0032a92ece82} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1278 | 2025.07.17 23:52:35.580130 [ 275 ] {4c12a154-13b2-4661-a458-0032a92ece82} <Debug> executeQuery: Read 80 rows, 6.41 KiB in 0.001119 sec., 71492.40393208222 rows/sec., 5.59 MiB/sec. | ||
1279 | 2025.07.17 23:52:35.580165 [ 275 ] {4c12a154-13b2-4661-a458-0032a92ece82} <Debug> TCPHandler: Processed in 0.001276939 sec. | ||
1280 | 2025.07.17 23:52:35.580275 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1281 | 2025.07.17 23:52:35.580368 [ 275 ] {71ed1900-8d97-4861-bc2c-f45a49a26001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1282 | 2025.07.17 23:52:35.580410 [ 275 ] {71ed1900-8d97-4861-bc2c-f45a49a26001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1283 | 2025.07.17 23:52:35.580758 [ 275 ] {71ed1900-8d97-4861-bc2c-f45a49a26001} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1284 | 2025.07.17 23:52:35.580794 [ 275 ] {71ed1900-8d97-4861-bc2c-f45a49a26001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1285 | 2025.07.17 23:52:35.581136 [ 275 ] {71ed1900-8d97-4861-bc2c-f45a49a26001} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1286 | 2025.07.17 23:52:35.581346 [ 275 ] {71ed1900-8d97-4861-bc2c-f45a49a26001} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1287 | 2025.07.17 23:52:35.581442 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1288 | 2025.07.17 23:52:35.581477 [ 275 ] {71ed1900-8d97-4861-bc2c-f45a49a26001} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001127 sec., 53238.686779059455 rows/sec., 3.74 MiB/sec. | ||
1289 | 2025.07.17 23:52:35.581507 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1290 | 2025.07.17 23:52:35.581530 [ 275 ] {71ed1900-8d97-4861-bc2c-f45a49a26001} <Debug> TCPHandler: Processed in 0.00130262 sec. | ||
1291 | 2025.07.17 23:52:35.581531 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1292 | 2025.07.17 23:52:35.581647 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1293 | 2025.07.17 23:52:35.581649 [ 193 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
1294 | 2025.07.17 23:52:35.581744 [ 275 ] {9b519914-d797-4b25-a7f7-7073095cff43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
1295 | 2025.07.17 23:52:35.581790 [ 275 ] {9b519914-d797-4b25-a7f7-7073095cff43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1296 | 2025.07.17 23:52:35.581800 [ 193 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1297 | 2025.07.17 23:52:35.581839 [ 193 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part | ||
1298 | 2025.07.17 23:52:35.581903 [ 193 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
1299 | 2025.07.17 23:52:35.581947 [ 193 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
1300 | 2025.07.17 23:52:35.581986 [ 193 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
1301 | 2025.07.17 23:52:35.582023 [ 193 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
1302 | 2025.07.17 23:52:35.582063 [ 193 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
1303 | 2025.07.17 23:52:35.582125 [ 275 ] {9b519914-d797-4b25-a7f7-7073095cff43} <Trace> oximeter.measurements_f64 (c8206fba-38c9-4477-b7e0-f7d263030646): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1304 | 2025.07.17 23:52:35.582169 [ 275 ] {9b519914-d797-4b25-a7f7-7073095cff43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1305 | 2025.07.17 23:52:35.582575 [ 275 ] {9b519914-d797-4b25-a7f7-7073095cff43} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1306 | 2025.07.17 23:52:35.582869 [ 275 ] {9b519914-d797-4b25-a7f7-7073095cff43} <Trace> oximeter.measurements_f64 (c8206fba-38c9-4477-b7e0-f7d263030646): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1307 | 2025.07.17 23:52:35.583026 [ 275 ] {9b519914-d797-4b25-a7f7-7073095cff43} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001299 sec., 769.8229407236336 rows/sec., 48.87 KiB/sec. | ||
1308 | 2025.07.17 23:52:35.583066 [ 275 ] {9b519914-d797-4b25-a7f7-7073095cff43} <Debug> TCPHandler: Processed in 0.001467922 sec. | ||
1309 | 2025.07.17 23:52:35.583088 [ 191 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 5 columns (5 merged, 0 gathered) in 0.001480222 sec., 235099.87015461194 rows/sec., 16.50 MiB/sec. | ||
1310 | 2025.07.17 23:52:35.583185 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1311 | 2025.07.17 23:52:35.583259 [ 193 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1312 | 2025.07.17 23:52:35.583295 [ 275 ] {476328ee-93b0-4d33-9246-44f05da852d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1313 | 2025.07.17 23:52:35.583355 [ 275 ] {476328ee-93b0-4d33-9246-44f05da852d7} <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 | ||
1314 | 2025.07.17 23:52:35.583521 [ 193 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1315 | 2025.07.17 23:52:35.583591 [ 193 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1316 | 2025.07.17 23:52:35.583660 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
1317 | 2025.07.17 23:52:35.584327 [ 275 ] {476328ee-93b0-4d33-9246-44f05da852d7} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1318 | 2025.07.17 23:52:35.584372 [ 275 ] {476328ee-93b0-4d33-9246-44f05da852d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1319 | 2025.07.17 23:52:35.587477 [ 275 ] {476328ee-93b0-4d33-9246-44f05da852d7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1320 | 2025.07.17 23:52:35.587719 [ 275 ] {476328ee-93b0-4d33-9246-44f05da852d7} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1321 | 2025.07.17 23:52:35.587862 [ 275 ] {476328ee-93b0-4d33-9246-44f05da852d7} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.004586 sec., 6977.758395115569 rows/sec., 12.50 MiB/sec. | ||
1322 | 2025.07.17 23:52:35.587924 [ 275 ] {476328ee-93b0-4d33-9246-44f05da852d7} <Debug> TCPHandler: Processed in 0.004790614 sec. | ||
1323 | 2025.07.17 23:52:35.588048 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1324 | 2025.07.17 23:52:35.588143 [ 275 ] {689dd2e9-d47f-4b16-938a-a8f222972f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
1325 | 2025.07.17 23:52:35.588185 [ 275 ] {689dd2e9-d47f-4b16-938a-a8f222972f44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1326 | 2025.07.17 23:52:35.588524 [ 275 ] {689dd2e9-d47f-4b16-938a-a8f222972f44} <Trace> oximeter.measurements_i64 (44a3456e-2d93-48d6-888c-4fb4eac35cdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1327 | 2025.07.17 23:52:35.588560 [ 275 ] {689dd2e9-d47f-4b16-938a-a8f222972f44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1328 | 2025.07.17 23:52:35.588864 [ 275 ] {689dd2e9-d47f-4b16-938a-a8f222972f44} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1329 | 2025.07.17 23:52:35.589062 [ 275 ] {689dd2e9-d47f-4b16-938a-a8f222972f44} <Trace> oximeter.measurements_i64 (44a3456e-2d93-48d6-888c-4fb4eac35cdc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1330 | 2025.07.17 23:52:35.589186 [ 275 ] {689dd2e9-d47f-4b16-938a-a8f222972f44} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001063 sec., 19755.40921919097 rows/sec., 1.44 MiB/sec. | ||
1331 | 2025.07.17 23:52:35.589222 [ 275 ] {689dd2e9-d47f-4b16-938a-a8f222972f44} <Debug> TCPHandler: Processed in 0.001223069 sec. | ||
1332 | 2025.07.17 23:52:35.589329 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1333 | 2025.07.17 23:52:35.589427 [ 275 ] {ee1bb15f-8544-4298-b851-635e1ae72caa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1334 | 2025.07.17 23:52:35.589470 [ 275 ] {ee1bb15f-8544-4298-b851-635e1ae72caa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1335 | 2025.07.17 23:52:35.589816 [ 275 ] {ee1bb15f-8544-4298-b851-635e1ae72caa} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1336 | 2025.07.17 23:52:35.589854 [ 275 ] {ee1bb15f-8544-4298-b851-635e1ae72caa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1337 | 2025.07.17 23:52:35.590180 [ 275 ] {ee1bb15f-8544-4298-b851-635e1ae72caa} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1338 | 2025.07.17 23:52:35.590392 [ 275 ] {ee1bb15f-8544-4298-b851-635e1ae72caa} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1339 | 2025.07.17 23:52:35.590486 [ 78 ] {} <Debug> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1340 | 2025.07.17 23:52:35.590520 [ 275 ] {ee1bb15f-8544-4298-b851-635e1ae72caa} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001112 sec., 26978.41726618705 rows/sec., 1.79 MiB/sec. | ||
1341 | 2025.07.17 23:52:35.590522 [ 78 ] {} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1342 | 2025.07.17 23:52:35.590561 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1343 | 2025.07.17 23:52:35.590563 [ 275 ] {ee1bb15f-8544-4298-b851-635e1ae72caa} <Debug> TCPHandler: Processed in 0.001285939 sec. | ||
1344 | 2025.07.17 23:52:35.590673 [ 188 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
1345 | 2025.07.17 23:52:35.590786 [ 188 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1346 | 2025.07.17 23:52:35.590827 [ 188 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
1347 | 2025.07.17 23:52:35.590909 [ 188 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
1348 | 2025.07.17 23:52:35.590971 [ 188 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
1349 | 2025.07.17 23:52:35.591026 [ 188 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
1350 | 2025.07.17 23:52:35.591072 [ 188 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
1351 | 2025.07.17 23:52:35.591135 [ 188 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
1352 | 2025.07.17 23:52:35.591903 [ 191 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.00128488 sec., 135421.20664964823 rows/sec., 8.98 MiB/sec. | ||
1353 | 2025.07.17 23:52:35.592025 [ 188 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1354 | 2025.07.17 23:52:35.592268 [ 188 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_6_1} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1355 | 2025.07.17 23:52:35.592328 [ 188 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_6_1} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1356 | 2025.07.17 23:52:35.592383 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1357 | 2025.07.17 23:52:35.662129 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
1358 | 2025.07.17 23:52:35.662610 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1359 | 2025.07.17 23:52:35.662649 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1360 | 2025.07.17 23:52:35.663205 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1361 | 2025.07.17 23:52:35.663442 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1362 | 2025.07.17 23:52:35.663580 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
1363 | 2025.07.17 23:52:35.864445 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
1364 | 2025.07.17 23:52:35.879862 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1365 | 2025.07.17 23:52:35.879916 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1366 | 2025.07.17 23:52:35.886376 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1367 | 2025.07.17 23:52:35.887103 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1368 | 2025.07.17 23:52:35.889852 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
1369 | 2025.07.17 23:52:36.000215 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.31 MiB, peak 180.31 MiB, free memory in arenas 0.00 B, will set to 177.81 MiB (RSS), difference: 1.51 MiB | ||
1370 | 2025.07.17 23:52:40.529697 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1371 | 2025.07.17 23:52:40.529933 [ 275 ] {a7562d0a-f7c9-4402-92d8-4a9494425504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1372 | 2025.07.17 23:52:40.530266 [ 275 ] {a7562d0a-f7c9-4402-92d8-4a9494425504} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1373 | 2025.07.17 23:52:40.530303 [ 275 ] {a7562d0a-f7c9-4402-92d8-4a9494425504} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1374 | 2025.07.17 23:52:40.530534 [ 275 ] {a7562d0a-f7c9-4402-92d8-4a9494425504} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1375 | 2025.07.17 23:52:40.530603 [ 275 ] {a7562d0a-f7c9-4402-92d8-4a9494425504} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1376 | 2025.07.17 23:52:40.530744 [ 275 ] {a7562d0a-f7c9-4402-92d8-4a9494425504} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1377 | 2025.07.17 23:52:40.530926 [ 290 ] {a7562d0a-f7c9-4402-92d8-4a9494425504} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1378 | 2025.07.17 23:52:40.530944 [ 292 ] {a7562d0a-f7c9-4402-92d8-4a9494425504} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1379 | 2025.07.17 23:52:40.531066 [ 275 ] {a7562d0a-f7c9-4402-92d8-4a9494425504} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (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 | ||
1380 | 2025.07.17 23:52:40.531098 [ 275 ] {a7562d0a-f7c9-4402-92d8-4a9494425504} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1381 | 2025.07.17 23:52:40.535496 [ 275 ] {a7562d0a-f7c9-4402-92d8-4a9494425504} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1382 | 2025.07.17 23:52:40.535527 [ 275 ] {a7562d0a-f7c9-4402-92d8-4a9494425504} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
1383 | 2025.07.17 23:52:40.535594 [ 275 ] {a7562d0a-f7c9-4402-92d8-4a9494425504} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1384 | 2025.07.17 23:52:40.535646 [ 275 ] {a7562d0a-f7c9-4402-92d8-4a9494425504} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1385 | 2025.07.17 23:52:40.536626 [ 275 ] {a7562d0a-f7c9-4402-92d8-4a9494425504} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.006782 sec., 3391.329991153052 rows/sec., 141.55 KiB/sec. | ||
1386 | 2025.07.17 23:52:40.536730 [ 275 ] {a7562d0a-f7c9-4402-92d8-4a9494425504} <Debug> TCPHandler: Processed in 0.00716129 sec. | ||
1387 | 2025.07.17 23:52:40.537117 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1388 | 2025.07.17 23:52:40.537264 [ 275 ] {f3bd3d6b-990b-494c-815a-716c7ea0bda9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1389 | 2025.07.17 23:52:40.537482 [ 275 ] {f3bd3d6b-990b-494c-815a-716c7ea0bda9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1390 | 2025.07.17 23:52:40.537516 [ 275 ] {f3bd3d6b-990b-494c-815a-716c7ea0bda9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
1391 | 2025.07.17 23:52:40.537699 [ 275 ] {f3bd3d6b-990b-494c-815a-716c7ea0bda9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1392 | 2025.07.17 23:52:40.537752 [ 275 ] {f3bd3d6b-990b-494c-815a-716c7ea0bda9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1393 | 2025.07.17 23:52:40.537856 [ 275 ] {f3bd3d6b-990b-494c-815a-716c7ea0bda9} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1394 | 2025.07.17 23:52:40.537920 [ 290 ] {f3bd3d6b-990b-494c-815a-716c7ea0bda9} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1395 | 2025.07.17 23:52:40.537923 [ 293 ] {f3bd3d6b-990b-494c-815a-716c7ea0bda9} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1396 | 2025.07.17 23:52:40.538021 [ 275 ] {f3bd3d6b-990b-494c-815a-716c7ea0bda9} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (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 | ||
1397 | 2025.07.17 23:52:40.538042 [ 275 ] {f3bd3d6b-990b-494c-815a-716c7ea0bda9} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1398 | 2025.07.17 23:52:40.538097 [ 275 ] {f3bd3d6b-990b-494c-815a-716c7ea0bda9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1399 | 2025.07.17 23:52:40.538115 [ 275 ] {f3bd3d6b-990b-494c-815a-716c7ea0bda9} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
1400 | 2025.07.17 23:52:40.538145 [ 275 ] {f3bd3d6b-990b-494c-815a-716c7ea0bda9} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))" | ||
1401 | 2025.07.17 23:52:40.538175 [ 275 ] {f3bd3d6b-990b-494c-815a-716c7ea0bda9} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))" | ||
1402 | 2025.07.17 23:52:40.538890 [ 275 ] {f3bd3d6b-990b-494c-815a-716c7ea0bda9} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.00169 sec., 13609.467455621301 rows/sec., 568.02 KiB/sec. | ||
1403 | 2025.07.17 23:52:40.538979 [ 275 ] {f3bd3d6b-990b-494c-815a-716c7ea0bda9} <Debug> TCPHandler: Processed in 0.00191671 sec. | ||
1404 | 2025.07.17 23:52:40.539272 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1405 | 2025.07.17 23:52:40.539406 [ 275 ] {6a46ccaf-07b5-4186-9e96-14ddaa3195cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1406 | 2025.07.17 23:52:40.539614 [ 275 ] {6a46ccaf-07b5-4186-9e96-14ddaa3195cd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1407 | 2025.07.17 23:52:40.539646 [ 275 ] {6a46ccaf-07b5-4186-9e96-14ddaa3195cd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
1408 | 2025.07.17 23:52:40.539824 [ 275 ] {6a46ccaf-07b5-4186-9e96-14ddaa3195cd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1409 | 2025.07.17 23:52:40.539876 [ 275 ] {6a46ccaf-07b5-4186-9e96-14ddaa3195cd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1410 | 2025.07.17 23:52:40.539974 [ 275 ] {6a46ccaf-07b5-4186-9e96-14ddaa3195cd} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1411 | 2025.07.17 23:52:40.540036 [ 293 ] {6a46ccaf-07b5-4186-9e96-14ddaa3195cd} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1412 | 2025.07.17 23:52:40.540036 [ 292 ] {6a46ccaf-07b5-4186-9e96-14ddaa3195cd} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1413 | 2025.07.17 23:52:40.540127 [ 275 ] {6a46ccaf-07b5-4186-9e96-14ddaa3195cd} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (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 | ||
1414 | 2025.07.17 23:52:40.540152 [ 275 ] {6a46ccaf-07b5-4186-9e96-14ddaa3195cd} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1415 | 2025.07.17 23:52:40.540205 [ 275 ] {6a46ccaf-07b5-4186-9e96-14ddaa3195cd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1416 | 2025.07.17 23:52:40.540223 [ 275 ] {6a46ccaf-07b5-4186-9e96-14ddaa3195cd} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
1417 | 2025.07.17 23:52:40.540253 [ 275 ] {6a46ccaf-07b5-4186-9e96-14ddaa3195cd} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
1418 | 2025.07.17 23:52:40.540285 [ 275 ] {6a46ccaf-07b5-4186-9e96-14ddaa3195cd} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
1419 | 2025.07.17 23:52:40.540818 [ 275 ] {6a46ccaf-07b5-4186-9e96-14ddaa3195cd} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.001464 sec., 15710.382513661201 rows/sec., 655.71 KiB/sec. | ||
1420 | 2025.07.17 23:52:40.540921 [ 275 ] {6a46ccaf-07b5-4186-9e96-14ddaa3195cd} <Debug> TCPHandler: Processed in 0.001700197 sec. | ||
1421 | 2025.07.17 23:52:40.541157 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1422 | 2025.07.17 23:52:40.541286 [ 275 ] {5ca307cf-0484-483d-8325-3da8b86eaeeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1423 | 2025.07.17 23:52:40.541493 [ 275 ] {5ca307cf-0484-483d-8325-3da8b86eaeeb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1424 | 2025.07.17 23:52:40.541525 [ 275 ] {5ca307cf-0484-483d-8325-3da8b86eaeeb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
1425 | 2025.07.17 23:52:40.541705 [ 275 ] {5ca307cf-0484-483d-8325-3da8b86eaeeb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1426 | 2025.07.17 23:52:40.541757 [ 275 ] {5ca307cf-0484-483d-8325-3da8b86eaeeb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1427 | 2025.07.17 23:52:40.541855 [ 275 ] {5ca307cf-0484-483d-8325-3da8b86eaeeb} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1428 | 2025.07.17 23:52:40.541911 [ 290 ] {5ca307cf-0484-483d-8325-3da8b86eaeeb} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1429 | 2025.07.17 23:52:40.541913 [ 292 ] {5ca307cf-0484-483d-8325-3da8b86eaeeb} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1430 | 2025.07.17 23:52:40.541997 [ 275 ] {5ca307cf-0484-483d-8325-3da8b86eaeeb} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (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 | ||
1431 | 2025.07.17 23:52:40.542024 [ 275 ] {5ca307cf-0484-483d-8325-3da8b86eaeeb} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1432 | 2025.07.17 23:52:40.542079 [ 275 ] {5ca307cf-0484-483d-8325-3da8b86eaeeb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1433 | 2025.07.17 23:52:40.542098 [ 275 ] {5ca307cf-0484-483d-8325-3da8b86eaeeb} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
1434 | 2025.07.17 23:52:40.542128 [ 275 ] {5ca307cf-0484-483d-8325-3da8b86eaeeb} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
1435 | 2025.07.17 23:52:40.542160 [ 275 ] {5ca307cf-0484-483d-8325-3da8b86eaeeb} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
1436 | 2025.07.17 23:52:40.542683 [ 275 ] {5ca307cf-0484-483d-8325-3da8b86eaeeb} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.001447 sec., 15894.955079474776 rows/sec., 663.41 KiB/sec. | ||
1437 | 2025.07.17 23:52:40.542769 [ 275 ] {5ca307cf-0484-483d-8325-3da8b86eaeeb} <Debug> TCPHandler: Processed in 0.001662556 sec. | ||
1438 | 2025.07.17 23:52:40.543007 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1439 | 2025.07.17 23:52:40.543136 [ 275 ] {5263aa11-728f-4d3a-baea-b6258fa0880d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1440 | 2025.07.17 23:52:40.543344 [ 275 ] {5263aa11-728f-4d3a-baea-b6258fa0880d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1441 | 2025.07.17 23:52:40.543378 [ 275 ] {5263aa11-728f-4d3a-baea-b6258fa0880d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
1442 | 2025.07.17 23:52:40.543561 [ 275 ] {5263aa11-728f-4d3a-baea-b6258fa0880d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1443 | 2025.07.17 23:52:40.543613 [ 275 ] {5263aa11-728f-4d3a-baea-b6258fa0880d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1444 | 2025.07.17 23:52:40.543709 [ 275 ] {5263aa11-728f-4d3a-baea-b6258fa0880d} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1445 | 2025.07.17 23:52:40.543766 [ 290 ] {5263aa11-728f-4d3a-baea-b6258fa0880d} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1446 | 2025.07.17 23:52:40.543769 [ 293 ] {5263aa11-728f-4d3a-baea-b6258fa0880d} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1447 | 2025.07.17 23:52:40.543847 [ 275 ] {5263aa11-728f-4d3a-baea-b6258fa0880d} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (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 | ||
1448 | 2025.07.17 23:52:40.543868 [ 275 ] {5263aa11-728f-4d3a-baea-b6258fa0880d} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1449 | 2025.07.17 23:52:40.543922 [ 275 ] {5263aa11-728f-4d3a-baea-b6258fa0880d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1450 | 2025.07.17 23:52:40.543939 [ 275 ] {5263aa11-728f-4d3a-baea-b6258fa0880d} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
1451 | 2025.07.17 23:52:40.543969 [ 275 ] {5263aa11-728f-4d3a-baea-b6258fa0880d} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
1452 | 2025.07.17 23:52:40.543999 [ 275 ] {5263aa11-728f-4d3a-baea-b6258fa0880d} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
1453 | 2025.07.17 23:52:40.544510 [ 275 ] {5263aa11-728f-4d3a-baea-b6258fa0880d} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.001423 sec., 16163.035839775122 rows/sec., 674.60 KiB/sec. | ||
1454 | 2025.07.17 23:52:40.544596 [ 275 ] {5263aa11-728f-4d3a-baea-b6258fa0880d} <Debug> TCPHandler: Processed in 0.001639555 sec. | ||
1455 | 2025.07.17 23:52:40.544851 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1456 | 2025.07.17 23:52:40.544983 [ 275 ] {59a0d869-90af-4d56-a992-b1a99977b05c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1457 | 2025.07.17 23:52:40.545190 [ 275 ] {59a0d869-90af-4d56-a992-b1a99977b05c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1458 | 2025.07.17 23:52:40.545225 [ 275 ] {59a0d869-90af-4d56-a992-b1a99977b05c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
1459 | 2025.07.17 23:52:40.545410 [ 275 ] {59a0d869-90af-4d56-a992-b1a99977b05c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1460 | 2025.07.17 23:52:40.545463 [ 275 ] {59a0d869-90af-4d56-a992-b1a99977b05c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1461 | 2025.07.17 23:52:40.545561 [ 275 ] {59a0d869-90af-4d56-a992-b1a99977b05c} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1462 | 2025.07.17 23:52:40.545618 [ 292 ] {59a0d869-90af-4d56-a992-b1a99977b05c} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1463 | 2025.07.17 23:52:40.545619 [ 293 ] {59a0d869-90af-4d56-a992-b1a99977b05c} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1464 | 2025.07.17 23:52:40.545707 [ 275 ] {59a0d869-90af-4d56-a992-b1a99977b05c} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (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 | ||
1465 | 2025.07.17 23:52:40.545728 [ 275 ] {59a0d869-90af-4d56-a992-b1a99977b05c} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1466 | 2025.07.17 23:52:40.545781 [ 275 ] {59a0d869-90af-4d56-a992-b1a99977b05c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1467 | 2025.07.17 23:52:40.545798 [ 275 ] {59a0d869-90af-4d56-a992-b1a99977b05c} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
1468 | 2025.07.17 23:52:40.545827 [ 275 ] {59a0d869-90af-4d56-a992-b1a99977b05c} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
1469 | 2025.07.17 23:52:40.545857 [ 275 ] {59a0d869-90af-4d56-a992-b1a99977b05c} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
1470 | 2025.07.17 23:52:40.546357 [ 275 ] {59a0d869-90af-4d56-a992-b1a99977b05c} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.001427 sec., 16117.729502452697 rows/sec., 672.71 KiB/sec. | ||
1471 | 2025.07.17 23:52:40.546443 [ 275 ] {59a0d869-90af-4d56-a992-b1a99977b05c} <Debug> TCPHandler: Processed in 0.001643215 sec. | ||
1472 | 2025.07.17 23:52:40.563307 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1473 | 2025.07.17 23:52:40.563432 [ 275 ] {b7cc0705-dc55-4d4b-bc1b-80ff08603a20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1474 | 2025.07.17 23:52:40.563482 [ 275 ] {b7cc0705-dc55-4d4b-bc1b-80ff08603a20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1475 | 2025.07.17 23:52:40.564101 [ 275 ] {b7cc0705-dc55-4d4b-bc1b-80ff08603a20} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1476 | 2025.07.17 23:52:40.564145 [ 275 ] {b7cc0705-dc55-4d4b-bc1b-80ff08603a20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1477 | 2025.07.17 23:52:40.564595 [ 275 ] {b7cc0705-dc55-4d4b-bc1b-80ff08603a20} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1478 | 2025.07.17 23:52:40.564788 [ 275 ] {b7cc0705-dc55-4d4b-bc1b-80ff08603a20} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1479 | 2025.07.17 23:52:40.564928 [ 275 ] {b7cc0705-dc55-4d4b-bc1b-80ff08603a20} <Debug> executeQuery: Read 6 rows, 2.84 KiB in 0.001532 sec., 3916.44908616188 rows/sec., 1.81 MiB/sec. | ||
1480 | 2025.07.17 23:52:40.564968 [ 275 ] {b7cc0705-dc55-4d4b-bc1b-80ff08603a20} <Debug> TCPHandler: Processed in 0.001723177 sec. | ||
1481 | 2025.07.17 23:52:40.565092 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1482 | 2025.07.17 23:52:40.565188 [ 275 ] {42908058-d502-49e6-aa07-8da021708775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1483 | 2025.07.17 23:52:40.565229 [ 275 ] {42908058-d502-49e6-aa07-8da021708775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1484 | 2025.07.17 23:52:40.566208 [ 275 ] {42908058-d502-49e6-aa07-8da021708775} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1485 | 2025.07.17 23:52:40.566243 [ 275 ] {42908058-d502-49e6-aa07-8da021708775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1486 | 2025.07.17 23:52:40.566671 [ 275 ] {42908058-d502-49e6-aa07-8da021708775} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1487 | 2025.07.17 23:52:40.566879 [ 275 ] {42908058-d502-49e6-aa07-8da021708775} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1488 | 2025.07.17 23:52:40.567012 [ 275 ] {42908058-d502-49e6-aa07-8da021708775} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001841 sec., 13036.393264530147 rows/sec., 1.08 MiB/sec. | ||
1489 | 2025.07.17 23:52:40.567050 [ 275 ] {42908058-d502-49e6-aa07-8da021708775} <Debug> TCPHandler: Processed in 0.002009231 sec. | ||
1490 | 2025.07.17 23:52:40.567180 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1491 | 2025.07.17 23:52:40.567283 [ 275 ] {efa8d590-d8f9-40cd-95c1-cdec8ae8ca1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1492 | 2025.07.17 23:52:40.567325 [ 275 ] {efa8d590-d8f9-40cd-95c1-cdec8ae8ca1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1493 | 2025.07.17 23:52:40.567822 [ 275 ] {efa8d590-d8f9-40cd-95c1-cdec8ae8ca1f} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1494 | 2025.07.17 23:52:40.567861 [ 275 ] {efa8d590-d8f9-40cd-95c1-cdec8ae8ca1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1495 | 2025.07.17 23:52:40.568196 [ 275 ] {efa8d590-d8f9-40cd-95c1-cdec8ae8ca1f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1496 | 2025.07.17 23:52:40.568409 [ 275 ] {efa8d590-d8f9-40cd-95c1-cdec8ae8ca1f} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1497 | 2025.07.17 23:52:40.568543 [ 275 ] {efa8d590-d8f9-40cd-95c1-cdec8ae8ca1f} <Debug> executeQuery: Read 176 rows, 15.82 KiB in 0.001279 sec., 137607.5058639562 rows/sec., 12.08 MiB/sec. | ||
1498 | 2025.07.17 23:52:40.568582 [ 275 ] {efa8d590-d8f9-40cd-95c1-cdec8ae8ca1f} <Debug> TCPHandler: Processed in 0.001453802 sec. | ||
1499 | 2025.07.17 23:52:40.568706 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1500 | 2025.07.17 23:52:40.568799 [ 275 ] {26748c65-2c92-4df1-a309-47e5e7c279f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1501 | 2025.07.17 23:52:40.568841 [ 275 ] {26748c65-2c92-4df1-a309-47e5e7c279f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1502 | 2025.07.17 23:52:40.569242 [ 275 ] {26748c65-2c92-4df1-a309-47e5e7c279f3} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1503 | 2025.07.17 23:52:40.569280 [ 275 ] {26748c65-2c92-4df1-a309-47e5e7c279f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1504 | 2025.07.17 23:52:40.569571 [ 275 ] {26748c65-2c92-4df1-a309-47e5e7c279f3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1505 | 2025.07.17 23:52:40.569786 [ 275 ] {26748c65-2c92-4df1-a309-47e5e7c279f3} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1506 | 2025.07.17 23:52:40.569915 [ 275 ] {26748c65-2c92-4df1-a309-47e5e7c279f3} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.001134 sec., 10582.010582010582 rows/sec., 847.39 KiB/sec. | ||
1507 | 2025.07.17 23:52:40.569954 [ 275 ] {26748c65-2c92-4df1-a309-47e5e7c279f3} <Debug> TCPHandler: Processed in 0.00129764 sec. | ||
1508 | 2025.07.17 23:52:40.570064 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1509 | 2025.07.17 23:52:40.570157 [ 275 ] {b638c6c8-bdb7-4de3-af5e-d28dfa33bda0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1510 | 2025.07.17 23:52:40.570197 [ 275 ] {b638c6c8-bdb7-4de3-af5e-d28dfa33bda0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1511 | 2025.07.17 23:52:40.570627 [ 275 ] {b638c6c8-bdb7-4de3-af5e-d28dfa33bda0} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1512 | 2025.07.17 23:52:40.570662 [ 275 ] {b638c6c8-bdb7-4de3-af5e-d28dfa33bda0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1513 | 2025.07.17 23:52:40.570944 [ 275 ] {b638c6c8-bdb7-4de3-af5e-d28dfa33bda0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1514 | 2025.07.17 23:52:40.571152 [ 275 ] {b638c6c8-bdb7-4de3-af5e-d28dfa33bda0} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1515 | 2025.07.17 23:52:40.571279 [ 275 ] {b638c6c8-bdb7-4de3-af5e-d28dfa33bda0} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00114 sec., 21052.63157894737 rows/sec., 1.75 MiB/sec. | ||
1516 | 2025.07.17 23:52:40.571318 [ 275 ] {b638c6c8-bdb7-4de3-af5e-d28dfa33bda0} <Debug> TCPHandler: Processed in 0.00130354 sec. | ||
1517 | 2025.07.17 23:52:40.571427 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1518 | 2025.07.17 23:52:40.571531 [ 275 ] {652e5b60-59fa-4286-ac44-a5cae35c2ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
1519 | 2025.07.17 23:52:40.571572 [ 275 ] {652e5b60-59fa-4286-ac44-a5cae35c2ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1520 | 2025.07.17 23:52:40.571984 [ 275 ] {652e5b60-59fa-4286-ac44-a5cae35c2ac4} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1521 | 2025.07.17 23:52:40.572022 [ 275 ] {652e5b60-59fa-4286-ac44-a5cae35c2ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1522 | 2025.07.17 23:52:40.574234 [ 275 ] {652e5b60-59fa-4286-ac44-a5cae35c2ac4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1523 | 2025.07.17 23:52:40.574452 [ 275 ] {652e5b60-59fa-4286-ac44-a5cae35c2ac4} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1524 | 2025.07.17 23:52:40.574580 [ 275 ] {652e5b60-59fa-4286-ac44-a5cae35c2ac4} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.003067 sec., 3912.6181936746007 rows/sec., 305.67 KiB/sec. | ||
1525 | 2025.07.17 23:52:40.574619 [ 275 ] {652e5b60-59fa-4286-ac44-a5cae35c2ac4} <Debug> TCPHandler: Processed in 0.00324225 sec. | ||
1526 | 2025.07.17 23:52:40.574733 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1527 | 2025.07.17 23:52:40.574829 [ 275 ] {f6a9451a-63f0-43ff-b43f-38977e3b6ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1528 | 2025.07.17 23:52:40.574869 [ 275 ] {f6a9451a-63f0-43ff-b43f-38977e3b6ca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1529 | 2025.07.17 23:52:40.575295 [ 275 ] {f6a9451a-63f0-43ff-b43f-38977e3b6ca4} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1530 | 2025.07.17 23:52:40.575331 [ 275 ] {f6a9451a-63f0-43ff-b43f-38977e3b6ca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1531 | 2025.07.17 23:52:40.575626 [ 275 ] {f6a9451a-63f0-43ff-b43f-38977e3b6ca4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1532 | 2025.07.17 23:52:40.575840 [ 275 ] {f6a9451a-63f0-43ff-b43f-38977e3b6ca4} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1533 | 2025.07.17 23:52:40.575966 [ 275 ] {f6a9451a-63f0-43ff-b43f-38977e3b6ca4} <Debug> executeQuery: Read 100 rows, 8.37 KiB in 0.001156 sec., 86505.19031141869 rows/sec., 7.07 MiB/sec. | ||
1534 | 2025.07.17 23:52:40.576001 [ 275 ] {f6a9451a-63f0-43ff-b43f-38977e3b6ca4} <Debug> TCPHandler: Processed in 0.00131723 sec. | ||
1535 | 2025.07.17 23:52:40.576115 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1536 | 2025.07.17 23:52:40.576209 [ 275 ] {cd632a4f-b55b-4478-abc8-4eb1cafcd536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1537 | 2025.07.17 23:52:40.576251 [ 275 ] {cd632a4f-b55b-4478-abc8-4eb1cafcd536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1538 | 2025.07.17 23:52:40.576711 [ 275 ] {cd632a4f-b55b-4478-abc8-4eb1cafcd536} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1539 | 2025.07.17 23:52:40.576748 [ 275 ] {cd632a4f-b55b-4478-abc8-4eb1cafcd536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1540 | 2025.07.17 23:52:40.577074 [ 275 ] {cd632a4f-b55b-4478-abc8-4eb1cafcd536} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1541 | 2025.07.17 23:52:40.577278 [ 275 ] {cd632a4f-b55b-4478-abc8-4eb1cafcd536} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1542 | 2025.07.17 23:52:40.577409 [ 275 ] {cd632a4f-b55b-4478-abc8-4eb1cafcd536} <Debug> executeQuery: Read 404 rows, 31.91 KiB in 0.001218 sec., 331691.2972085386 rows/sec., 25.58 MiB/sec. | ||
1543 | 2025.07.17 23:52:40.577445 [ 275 ] {cd632a4f-b55b-4478-abc8-4eb1cafcd536} <Debug> TCPHandler: Processed in 0.001379831 sec. | ||
1544 | 2025.07.17 23:52:40.577554 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1545 | 2025.07.17 23:52:40.577651 [ 275 ] {8a6a177d-5ad1-4316-a3cb-3f49a50cf80c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1546 | 2025.07.17 23:52:40.577692 [ 275 ] {8a6a177d-5ad1-4316-a3cb-3f49a50cf80c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1547 | 2025.07.17 23:52:40.578021 [ 275 ] {8a6a177d-5ad1-4316-a3cb-3f49a50cf80c} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1548 | 2025.07.17 23:52:40.578058 [ 275 ] {8a6a177d-5ad1-4316-a3cb-3f49a50cf80c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1549 | 2025.07.17 23:52:40.578364 [ 275 ] {8a6a177d-5ad1-4316-a3cb-3f49a50cf80c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1550 | 2025.07.17 23:52:40.578573 [ 275 ] {8a6a177d-5ad1-4316-a3cb-3f49a50cf80c} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1551 | 2025.07.17 23:52:40.578700 [ 275 ] {8a6a177d-5ad1-4316-a3cb-3f49a50cf80c} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.001068 sec., 50561.79775280899 rows/sec., 3.40 MiB/sec. | ||
1552 | 2025.07.17 23:52:40.578735 [ 275 ] {8a6a177d-5ad1-4316-a3cb-3f49a50cf80c} <Debug> TCPHandler: Processed in 0.001230129 sec. | ||
1553 | 2025.07.17 23:52:43.089104 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1554 | 2025.07.17 23:52:43.089174 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1555 | 2025.07.17 23:52:43.149583 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 226 | ||
1556 | 2025.07.17 23:52:43.152319 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1557 | 2025.07.17 23:52:43.152364 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1558 | 2025.07.17 23:52:43.153572 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1559 | 2025.07.17 23:52:43.153839 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1560 | 2025.07.17 23:52:43.154082 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 226 | ||
1561 | 2025.07.17 23:52:43.163848 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
1562 | 2025.07.17 23:52:43.164361 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1563 | 2025.07.17 23:52:43.164407 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1564 | 2025.07.17 23:52:43.164981 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1565 | 2025.07.17 23:52:43.165260 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1566 | 2025.07.17 23:52:43.165388 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
1567 | 2025.07.17 23:52:43.390105 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
1568 | 2025.07.17 23:52:43.407646 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1569 | 2025.07.17 23:52:43.407695 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1570 | 2025.07.17 23:52:43.413450 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1571 | 2025.07.17 23:52:43.414178 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1572 | 2025.07.17 23:52:43.417259 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
1573 | 2025.07.17 23:52:45.537774 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1574 | 2025.07.17 23:52:45.537965 [ 275 ] {ee58a1f3-e41d-44d2-bc81-53bf83a68617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1575 | 2025.07.17 23:52:45.538038 [ 275 ] {ee58a1f3-e41d-44d2-bc81-53bf83a68617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1576 | 2025.07.17 23:52:45.538783 [ 275 ] {ee58a1f3-e41d-44d2-bc81-53bf83a68617} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1577 | 2025.07.17 23:52:45.538832 [ 275 ] {ee58a1f3-e41d-44d2-bc81-53bf83a68617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1578 | 2025.07.17 23:52:45.539222 [ 275 ] {ee58a1f3-e41d-44d2-bc81-53bf83a68617} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1579 | 2025.07.17 23:52:45.539452 [ 275 ] {ee58a1f3-e41d-44d2-bc81-53bf83a68617} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1580 | 2025.07.17 23:52:45.539599 [ 275 ] {ee58a1f3-e41d-44d2-bc81-53bf83a68617} <Debug> executeQuery: Read 120 rows, 10.48 KiB in 0.001688 sec., 71090.04739336493 rows/sec., 6.06 MiB/sec. | ||
1581 | 2025.07.17 23:52:45.539639 [ 275 ] {ee58a1f3-e41d-44d2-bc81-53bf83a68617} <Debug> TCPHandler: Processed in 0.002007601 sec. | ||
1582 | 2025.07.17 23:52:45.539766 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1583 | 2025.07.17 23:52:45.539859 [ 275 ] {e259a6a7-2cc1-4308-8ce6-0cd75201672c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1584 | 2025.07.17 23:52:45.539900 [ 275 ] {e259a6a7-2cc1-4308-8ce6-0cd75201672c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1585 | 2025.07.17 23:52:45.540318 [ 275 ] {e259a6a7-2cc1-4308-8ce6-0cd75201672c} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1586 | 2025.07.17 23:52:45.540356 [ 275 ] {e259a6a7-2cc1-4308-8ce6-0cd75201672c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1587 | 2025.07.17 23:52:45.540661 [ 275 ] {e259a6a7-2cc1-4308-8ce6-0cd75201672c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1588 | 2025.07.17 23:52:45.540881 [ 275 ] {e259a6a7-2cc1-4308-8ce6-0cd75201672c} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1589 | 2025.07.17 23:52:45.541007 [ 275 ] {e259a6a7-2cc1-4308-8ce6-0cd75201672c} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001167 sec., 27420.736932305055 rows/sec., 2.01 MiB/sec. | ||
1590 | 2025.07.17 23:52:45.541043 [ 275 ] {e259a6a7-2cc1-4308-8ce6-0cd75201672c} <Debug> TCPHandler: Processed in 0.001326911 sec. | ||
1591 | 2025.07.17 23:52:45.541142 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1592 | 2025.07.17 23:52:45.541235 [ 275 ] {45810967-d46b-4297-9a77-b5ee5bf06380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1593 | 2025.07.17 23:52:45.541274 [ 275 ] {45810967-d46b-4297-9a77-b5ee5bf06380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1594 | 2025.07.17 23:52:45.541692 [ 275 ] {45810967-d46b-4297-9a77-b5ee5bf06380} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1595 | 2025.07.17 23:52:45.541729 [ 275 ] {45810967-d46b-4297-9a77-b5ee5bf06380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1596 | 2025.07.17 23:52:45.542029 [ 275 ] {45810967-d46b-4297-9a77-b5ee5bf06380} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1597 | 2025.07.17 23:52:45.542244 [ 275 ] {45810967-d46b-4297-9a77-b5ee5bf06380} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1598 | 2025.07.17 23:52:45.542369 [ 275 ] {45810967-d46b-4297-9a77-b5ee5bf06380} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001152 sec., 83333.33333333333 rows/sec., 6.51 MiB/sec. | ||
1599 | 2025.07.17 23:52:45.542406 [ 275 ] {45810967-d46b-4297-9a77-b5ee5bf06380} <Debug> TCPHandler: Processed in 0.00131205 sec. | ||
1600 | 2025.07.17 23:52:45.542512 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1601 | 2025.07.17 23:52:45.542605 [ 275 ] {777a1b94-39ac-4fe7-b969-1ce7518a30c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1602 | 2025.07.17 23:52:45.542649 [ 275 ] {777a1b94-39ac-4fe7-b969-1ce7518a30c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1603 | 2025.07.17 23:52:45.543044 [ 275 ] {777a1b94-39ac-4fe7-b969-1ce7518a30c2} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1604 | 2025.07.17 23:52:45.543081 [ 275 ] {777a1b94-39ac-4fe7-b969-1ce7518a30c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1605 | 2025.07.17 23:52:45.543400 [ 275 ] {777a1b94-39ac-4fe7-b969-1ce7518a30c2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1606 | 2025.07.17 23:52:45.543608 [ 275 ] {777a1b94-39ac-4fe7-b969-1ce7518a30c2} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1607 | 2025.07.17 23:52:45.543732 [ 275 ] {777a1b94-39ac-4fe7-b969-1ce7518a30c2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001145 sec., 139737.99126637555 rows/sec., 9.73 MiB/sec. | ||
1608 | 2025.07.17 23:52:45.543766 [ 275 ] {777a1b94-39ac-4fe7-b969-1ce7518a30c2} <Debug> TCPHandler: Processed in 0.00130224 sec. | ||
1609 | 2025.07.17 23:52:45.543871 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1610 | 2025.07.17 23:52:45.543973 [ 275 ] {afb52b82-5b0c-4882-8f90-afacb6fd7a7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1611 | 2025.07.17 23:52:45.544031 [ 275 ] {afb52b82-5b0c-4882-8f90-afacb6fd7a7a} <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 | ||
1612 | 2025.07.17 23:52:45.544837 [ 275 ] {afb52b82-5b0c-4882-8f90-afacb6fd7a7a} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1613 | 2025.07.17 23:52:45.544874 [ 275 ] {afb52b82-5b0c-4882-8f90-afacb6fd7a7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1614 | 2025.07.17 23:52:45.545422 [ 275 ] {afb52b82-5b0c-4882-8f90-afacb6fd7a7a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1615 | 2025.07.17 23:52:45.545658 [ 275 ] {afb52b82-5b0c-4882-8f90-afacb6fd7a7a} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1616 | 2025.07.17 23:52:45.545799 [ 275 ] {afb52b82-5b0c-4882-8f90-afacb6fd7a7a} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001845 sec., 17344.173441734416 rows/sec., 31.08 MiB/sec. | ||
1617 | 2025.07.17 23:52:45.545851 [ 275 ] {afb52b82-5b0c-4882-8f90-afacb6fd7a7a} <Debug> TCPHandler: Processed in 0.002030662 sec. | ||
1618 | 2025.07.17 23:52:45.545976 [ 275 ] {} <Trace> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1619 | 2025.07.17 23:52:45.546070 [ 275 ] {abf4874e-ab54-423a-83e3-9d48348b3c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1620 | 2025.07.17 23:52:45.546113 [ 275 ] {abf4874e-ab54-423a-83e3-9d48348b3c31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1621 | 2025.07.17 23:52:45.546467 [ 275 ] {abf4874e-ab54-423a-83e3-9d48348b3c31} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1622 | 2025.07.17 23:52:45.546502 [ 275 ] {abf4874e-ab54-423a-83e3-9d48348b3c31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB. | ||
1623 | 2025.07.17 23:52:45.546809 [ 275 ] {abf4874e-ab54-423a-83e3-9d48348b3c31} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1624 | 2025.07.17 23:52:45.547021 [ 275 ] {abf4874e-ab54-423a-83e3-9d48348b3c31} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1625 | 2025.07.17 23:52:45.547148 [ 275 ] {abf4874e-ab54-423a-83e3-9d48348b3c31} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. | ||
1626 | 2025.07.17 23:52:45.547189 [ 275 ] {abf4874e-ab54-423a-83e3-9d48348b3c31} <Debug> TCPHandler: Processed in 0.001262609 sec. | ||
1627 | 2025.07.17 23:52:49.898987 [ 275 ] {} <Debug> TCPHandler: Done processing connection. | ||
1628 | 2025.07.17 23:52:49.899134 [ 275 ] {} <Debug> TCP-Session: 892567d0-ada8-443e-9d44-3b6c6b2f74ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1629 | 2025.07.17 23:52:50.001162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.78 MiB, peak 182.68 MiB, free memory in arenas 0.00 B, will set to 178.85 MiB (RSS), difference: 2.06 MiB | ||
1630 | 2025.07.17 23:52:50.541791 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1631 | 2025.07.17 23:52:50.542041 [ 276 ] {3a2b7ef1-40d9-43e3-86ee-862f8d2ee073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1632 | 2025.07.17 23:52:50.542132 [ 276 ] {3a2b7ef1-40d9-43e3-86ee-862f8d2ee073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1633 | 2025.07.17 23:52:50.543104 [ 276 ] {3a2b7ef1-40d9-43e3-86ee-862f8d2ee073} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1634 | 2025.07.17 23:52:50.543170 [ 276 ] {3a2b7ef1-40d9-43e3-86ee-862f8d2ee073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1635 | 2025.07.17 23:52:50.543765 [ 276 ] {3a2b7ef1-40d9-43e3-86ee-862f8d2ee073} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1636 | 2025.07.17 23:52:50.544095 [ 276 ] {3a2b7ef1-40d9-43e3-86ee-862f8d2ee073} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1637 | 2025.07.17 23:52:50.544288 [ 276 ] {3a2b7ef1-40d9-43e3-86ee-862f8d2ee073} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002326 sec., 24075.666380051593 rows/sec., 1.84 MiB/sec. | ||
1638 | 2025.07.17 23:52:50.544344 [ 276 ] {3a2b7ef1-40d9-43e3-86ee-862f8d2ee073} <Debug> TCPHandler: Processed in 0.002769593 sec. | ||
1639 | 2025.07.17 23:52:50.544532 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1640 | 2025.07.17 23:52:50.544663 [ 276 ] {d498dff3-b986-461a-a9b7-c08f641c3f99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1641 | 2025.07.17 23:52:50.544722 [ 276 ] {d498dff3-b986-461a-a9b7-c08f641c3f99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1642 | 2025.07.17 23:52:50.545329 [ 276 ] {d498dff3-b986-461a-a9b7-c08f641c3f99} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1643 | 2025.07.17 23:52:50.545370 [ 276 ] {d498dff3-b986-461a-a9b7-c08f641c3f99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1644 | 2025.07.17 23:52:50.545765 [ 276 ] {d498dff3-b986-461a-a9b7-c08f641c3f99} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1645 | 2025.07.17 23:52:50.546095 [ 276 ] {d498dff3-b986-461a-a9b7-c08f641c3f99} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1646 | 2025.07.17 23:52:50.546257 [ 276 ] {d498dff3-b986-461a-a9b7-c08f641c3f99} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001627 sec., 39336.20159803319 rows/sec., 3.07 MiB/sec. | ||
1647 | 2025.07.17 23:52:50.546311 [ 276 ] {d498dff3-b986-461a-a9b7-c08f641c3f99} <Debug> TCPHandler: Processed in 0.001845388 sec. | ||
1648 | 2025.07.17 23:52:50.546480 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1649 | 2025.07.17 23:52:50.546605 [ 276 ] {f32f19fd-8237-453b-9b34-155c3c7b3e4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1650 | 2025.07.17 23:52:50.546661 [ 276 ] {f32f19fd-8237-453b-9b34-155c3c7b3e4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1651 | 2025.07.17 23:52:50.547209 [ 276 ] {f32f19fd-8237-453b-9b34-155c3c7b3e4a} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1652 | 2025.07.17 23:52:50.547249 [ 276 ] {f32f19fd-8237-453b-9b34-155c3c7b3e4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1653 | 2025.07.17 23:52:50.547705 [ 276 ] {f32f19fd-8237-453b-9b34-155c3c7b3e4a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1654 | 2025.07.17 23:52:50.547972 [ 276 ] {f32f19fd-8237-453b-9b34-155c3c7b3e4a} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1655 | 2025.07.17 23:52:50.548128 [ 276 ] {f32f19fd-8237-453b-9b34-155c3c7b3e4a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001549 sec., 103292.44673983214 rows/sec., 7.19 MiB/sec. | ||
1656 | 2025.07.17 23:52:50.548172 [ 276 ] {f32f19fd-8237-453b-9b34-155c3c7b3e4a} <Debug> TCPHandler: Processed in 0.001758687 sec. | ||
1657 | 2025.07.17 23:52:50.548328 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1658 | 2025.07.17 23:52:50.548438 [ 276 ] {b22a6744-6104-4f69-9080-752cafbb8640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1659 | 2025.07.17 23:52:50.548490 [ 276 ] {b22a6744-6104-4f69-9080-752cafbb8640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1660 | 2025.07.17 23:52:50.548965 [ 276 ] {b22a6744-6104-4f69-9080-752cafbb8640} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1661 | 2025.07.17 23:52:50.549010 [ 276 ] {b22a6744-6104-4f69-9080-752cafbb8640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1662 | 2025.07.17 23:52:50.549439 [ 276 ] {b22a6744-6104-4f69-9080-752cafbb8640} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1663 | 2025.07.17 23:52:50.549757 [ 276 ] {b22a6744-6104-4f69-9080-752cafbb8640} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1664 | 2025.07.17 23:52:50.549918 [ 276 ] {b22a6744-6104-4f69-9080-752cafbb8640} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001502 sec., 39946.73768308921 rows/sec., 2.69 MiB/sec. | ||
1665 | 2025.07.17 23:52:50.549961 [ 276 ] {b22a6744-6104-4f69-9080-752cafbb8640} <Debug> TCPHandler: Processed in 0.001693886 sec. | ||
1666 | 2025.07.17 23:52:50.666394 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
1667 | 2025.07.17 23:52:50.667020 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1668 | 2025.07.17 23:52:50.667078 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1669 | 2025.07.17 23:52:50.667699 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1670 | 2025.07.17 23:52:50.667994 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1671 | 2025.07.17 23:52:50.668170 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
1672 | 2025.07.17 23:52:50.918242 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
1673 | 2025.07.17 23:52:50.936896 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1674 | 2025.07.17 23:52:50.936955 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1675 | 2025.07.17 23:52:50.943435 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1676 | 2025.07.17 23:52:50.944197 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1677 | 2025.07.17 23:52:50.947929 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
1678 | 2025.07.17 23:52:53.155183 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 246 | ||
1679 | 2025.07.17 23:52:53.157150 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1680 | 2025.07.17 23:52:53.157202 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1681 | 2025.07.17 23:52:53.158378 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1682 | 2025.07.17 23:52:53.158656 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1683 | 2025.07.17 23:52:53.158792 [ 54 ] {} <Debug> system.query_log (fffc79bd-d093-4609-b94c-831763790625) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1684 | 2025.07.17 23:52:53.158829 [ 54 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1685 | 2025.07.17 23:52:53.158848 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1686 | 2025.07.17 23:52:53.158969 [ 193 ] {fffc79bd-d093-4609-b94c-831763790625::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 | ||
1687 | 2025.07.17 23:52:53.158988 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 246 | ||
1688 | 2025.07.17 23:52:53.159602 [ 193 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1689 | 2025.07.17 23:52:53.159779 [ 193 ] {fffc79bd-d093-4609-b94c-831763790625::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 | ||
1690 | 2025.07.17 23:52:53.160219 [ 193 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part | ||
1691 | 2025.07.17 23:52:53.160616 [ 193 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
1692 | 2025.07.17 23:52:53.161008 [ 193 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 16 rows starting from the beginning of the part | ||
1693 | 2025.07.17 23:52:53.161369 [ 193 ] {fffc79bd-d093-4609-b94c-831763790625::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 | ||
1694 | 2025.07.17 23:52:53.161738 [ 193 ] {fffc79bd-d093-4609-b94c-831763790625::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 | ||
1695 | 2025.07.17 23:52:53.167673 [ 191 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 72 columns (72 merged, 0 gathered) in 0.008756885 sec., 28092.18118086511 rows/sec., 28.24 MiB/sec. | ||
1696 | 2025.07.17 23:52:53.168530 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1697 | 2025.07.17 23:52:53.169215 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_6_1} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1698 | 2025.07.17 23:52:53.169298 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_6_1} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1699 | 2025.07.17 23:52:53.169535 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. | ||
1700 | 2025.07.17 23:52:55.538029 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1701 | 2025.07.17 23:52:55.538211 [ 276 ] {8e81c42c-d2ef-4a0c-a2c2-cc84c58f3479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1702 | 2025.07.17 23:52:55.538276 [ 276 ] {8e81c42c-d2ef-4a0c-a2c2-cc84c58f3479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1703 | 2025.07.17 23:52:55.538966 [ 276 ] {8e81c42c-d2ef-4a0c-a2c2-cc84c58f3479} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1704 | 2025.07.17 23:52:55.539010 [ 276 ] {8e81c42c-d2ef-4a0c-a2c2-cc84c58f3479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1705 | 2025.07.17 23:52:55.539401 [ 276 ] {8e81c42c-d2ef-4a0c-a2c2-cc84c58f3479} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1706 | 2025.07.17 23:52:55.539624 [ 276 ] {8e81c42c-d2ef-4a0c-a2c2-cc84c58f3479} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1707 | 2025.07.17 23:52:55.539755 [ 51 ] {} <Debug> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
1708 | 2025.07.17 23:52:55.539767 [ 276 ] {8e81c42c-d2ef-4a0c-a2c2-cc84c58f3479} <Debug> executeQuery: Read 120 rows, 10.48 KiB in 0.001606 sec., 74719.80074719801 rows/sec., 6.37 MiB/sec. | ||
1709 | 2025.07.17 23:52:55.539833 [ 51 ] {} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1710 | 2025.07.17 23:52:55.539863 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1711 | 2025.07.17 23:52:55.539866 [ 276 ] {8e81c42c-d2ef-4a0c-a2c2-cc84c58f3479} <Debug> TCPHandler: Processed in 0.00196313 sec. | ||
1712 | 2025.07.17 23:52:55.539967 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
1713 | 2025.07.17 23:52:55.540025 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1714 | 2025.07.17 23:52:55.540097 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1715 | 2025.07.17 23:52:55.540135 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 30 rows starting from the beginning of the part | ||
1716 | 2025.07.17 23:52:55.540148 [ 276 ] {cbf3fd9a-4eaa-48a0-b048-7df034231771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1717 | 2025.07.17 23:52:55.540200 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 95 rows starting from the beginning of the part | ||
1718 | 2025.07.17 23:52:55.540202 [ 276 ] {cbf3fd9a-4eaa-48a0-b048-7df034231771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1719 | 2025.07.17 23:52:55.540253 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 176 rows starting from the beginning of the part | ||
1720 | 2025.07.17 23:52:55.540298 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 120 rows starting from the beginning of the part | ||
1721 | 2025.07.17 23:52:55.540343 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
1722 | 2025.07.17 23:52:55.540382 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 120 rows starting from the beginning of the part | ||
1723 | 2025.07.17 23:52:55.540702 [ 276 ] {cbf3fd9a-4eaa-48a0-b048-7df034231771} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1724 | 2025.07.17 23:52:55.540750 [ 276 ] {cbf3fd9a-4eaa-48a0-b048-7df034231771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1725 | 2025.07.17 23:52:55.541090 [ 276 ] {cbf3fd9a-4eaa-48a0-b048-7df034231771} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1726 | 2025.07.17 23:52:55.541310 [ 276 ] {cbf3fd9a-4eaa-48a0-b048-7df034231771} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1727 | 2025.07.17 23:52:55.541325 [ 199 ] {97e9e053-2700-4610-a493-547689adb125::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 597 rows, containing 5 columns (5 merged, 0 gathered) in 0.001402012 sec., 425816.6121260018 rows/sec., 37.95 MiB/sec. | ||
1728 | 2025.07.17 23:52:55.541439 [ 276 ] {cbf3fd9a-4eaa-48a0-b048-7df034231771} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001315 sec., 24334.600760456273 rows/sec., 1.79 MiB/sec. | ||
1729 | 2025.07.17 23:52:55.541462 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
1730 | 2025.07.17 23:52:55.541481 [ 276 ] {cbf3fd9a-4eaa-48a0-b048-7df034231771} <Debug> TCPHandler: Processed in 0.001516663 sec. | ||
1731 | 2025.07.17 23:52:55.541590 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1732 | 2025.07.17 23:52:55.541686 [ 276 ] {71bbbb7d-d06b-47d8-a91e-f83bf5747f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1733 | 2025.07.17 23:52:55.541710 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_10_2} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1734 | 2025.07.17 23:52:55.541728 [ 276 ] {71bbbb7d-d06b-47d8-a91e-f83bf5747f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1735 | 2025.07.17 23:52:55.541783 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_10_2} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
1736 | 2025.07.17 23:52:55.541851 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
1737 | 2025.07.17 23:52:55.542161 [ 276 ] {71bbbb7d-d06b-47d8-a91e-f83bf5747f82} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1738 | 2025.07.17 23:52:55.542201 [ 276 ] {71bbbb7d-d06b-47d8-a91e-f83bf5747f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1739 | 2025.07.17 23:52:55.542521 [ 276 ] {71bbbb7d-d06b-47d8-a91e-f83bf5747f82} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1740 | 2025.07.17 23:52:55.542733 [ 276 ] {71bbbb7d-d06b-47d8-a91e-f83bf5747f82} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1741 | 2025.07.17 23:52:55.542839 [ 51 ] {} <Debug> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
1742 | 2025.07.17 23:52:55.542856 [ 276 ] {71bbbb7d-d06b-47d8-a91e-f83bf5747f82} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001188 sec., 80808.0808080808 rows/sec., 6.31 MiB/sec. | ||
1743 | 2025.07.17 23:52:55.542869 [ 51 ] {} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1744 | 2025.07.17 23:52:55.542895 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1745 | 2025.07.17 23:52:55.542897 [ 276 ] {71bbbb7d-d06b-47d8-a91e-f83bf5747f82} <Debug> TCPHandler: Processed in 0.001357251 sec. | ||
1746 | 2025.07.17 23:52:55.543022 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1747 | 2025.07.17 23:52:55.543033 [ 198 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
1748 | 2025.07.17 23:52:55.543122 [ 276 ] {6774db36-514e-49ba-8957-1ccf08200ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1749 | 2025.07.17 23:52:55.543171 [ 276 ] {6774db36-514e-49ba-8957-1ccf08200ddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1750 | 2025.07.17 23:52:55.543196 [ 198 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1751 | 2025.07.17 23:52:55.543241 [ 198 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 36 rows starting from the beginning of the part | ||
1752 | 2025.07.17 23:52:55.543350 [ 198 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 80 rows starting from the beginning of the part | ||
1753 | 2025.07.17 23:52:55.543402 [ 198 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 100 rows starting from the beginning of the part | ||
1754 | 2025.07.17 23:52:55.543447 [ 198 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 96 rows starting from the beginning of the part | ||
1755 | 2025.07.17 23:52:55.543502 [ 198 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
1756 | 2025.07.17 23:52:55.543549 [ 198 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 96 rows starting from the beginning of the part | ||
1757 | 2025.07.17 23:52:55.543588 [ 276 ] {6774db36-514e-49ba-8957-1ccf08200ddb} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1758 | 2025.07.17 23:52:55.543629 [ 276 ] {6774db36-514e-49ba-8957-1ccf08200ddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1759 | 2025.07.17 23:52:55.544011 [ 276 ] {6774db36-514e-49ba-8957-1ccf08200ddb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1760 | 2025.07.17 23:52:55.544266 [ 276 ] {6774db36-514e-49ba-8957-1ccf08200ddb} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1761 | 2025.07.17 23:52:55.544401 [ 276 ] {6774db36-514e-49ba-8957-1ccf08200ddb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001297 sec., 123361.6037008481 rows/sec., 8.59 MiB/sec. | ||
1762 | 2025.07.17 23:52:55.544438 [ 276 ] {6774db36-514e-49ba-8957-1ccf08200ddb} <Debug> TCPHandler: Processed in 0.001466462 sec. | ||
1763 | 2025.07.17 23:52:55.544549 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1764 | 2025.07.17 23:52:55.544564 [ 196 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 472 rows, containing 5 columns (5 merged, 0 gathered) in 0.001589964 sec., 296862.06731724745 rows/sec., 24.55 MiB/sec. | ||
1765 | 2025.07.17 23:52:55.544644 [ 276 ] {de1f06f9-d305-430e-b851-792d67437413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1766 | 2025.07.17 23:52:55.544703 [ 276 ] {de1f06f9-d305-430e-b851-792d67437413} <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 | ||
1767 | 2025.07.17 23:52:55.544727 [ 198 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
1768 | 2025.07.17 23:52:55.544979 [ 198 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_10_2} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1769 | 2025.07.17 23:52:55.545047 [ 198 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_10_2} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
1770 | 2025.07.17 23:52:55.545126 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
1771 | 2025.07.17 23:52:55.545633 [ 276 ] {de1f06f9-d305-430e-b851-792d67437413} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1772 | 2025.07.17 23:52:55.545674 [ 276 ] {de1f06f9-d305-430e-b851-792d67437413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1773 | 2025.07.17 23:52:55.546252 [ 276 ] {de1f06f9-d305-430e-b851-792d67437413} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1774 | 2025.07.17 23:52:55.546485 [ 276 ] {de1f06f9-d305-430e-b851-792d67437413} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1775 | 2025.07.17 23:52:55.546614 [ 276 ] {de1f06f9-d305-430e-b851-792d67437413} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001988 sec., 16096.579476861165 rows/sec., 28.84 MiB/sec. | ||
1776 | 2025.07.17 23:52:55.546662 [ 276 ] {de1f06f9-d305-430e-b851-792d67437413} <Debug> TCPHandler: Processed in 0.002162314 sec. | ||
1777 | 2025.07.17 23:52:55.546778 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1778 | 2025.07.17 23:52:55.546873 [ 276 ] {3b6c5c27-5f0f-4176-8ec5-ee39dbd9c90d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1779 | 2025.07.17 23:52:55.546914 [ 276 ] {3b6c5c27-5f0f-4176-8ec5-ee39dbd9c90d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1780 | 2025.07.17 23:52:55.547254 [ 276 ] {3b6c5c27-5f0f-4176-8ec5-ee39dbd9c90d} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1781 | 2025.07.17 23:52:55.547290 [ 276 ] {3b6c5c27-5f0f-4176-8ec5-ee39dbd9c90d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1782 | 2025.07.17 23:52:55.547598 [ 276 ] {3b6c5c27-5f0f-4176-8ec5-ee39dbd9c90d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1783 | 2025.07.17 23:52:55.547801 [ 276 ] {3b6c5c27-5f0f-4176-8ec5-ee39dbd9c90d} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1784 | 2025.07.17 23:52:55.547926 [ 276 ] {3b6c5c27-5f0f-4176-8ec5-ee39dbd9c90d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. | ||
1785 | 2025.07.17 23:52:55.547959 [ 276 ] {3b6c5c27-5f0f-4176-8ec5-ee39dbd9c90d} <Debug> TCPHandler: Processed in 0.001230369 sec. | ||
1786 | 2025.07.17 23:52:58.089230 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1787 | 2025.07.17 23:52:58.089292 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1788 | 2025.07.17 23:52:58.168275 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
1789 | 2025.07.17 23:52:58.168787 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1790 | 2025.07.17 23:52:58.168832 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1791 | 2025.07.17 23:52:58.169303 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1792 | 2025.07.17 23:52:58.169531 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1793 | 2025.07.17 23:52:58.169658 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
1794 | 2025.07.17 23:52:58.448039 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
1795 | 2025.07.17 23:52:58.465815 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1796 | 2025.07.17 23:52:58.465870 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1797 | 2025.07.17 23:52:58.472124 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1798 | 2025.07.17 23:52:58.472842 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1799 | 2025.07.17 23:52:58.475856 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
1800 | 2025.07.17 23:52:59.000203 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.84 MiB, peak 185.84 MiB, free memory in arenas 0.00 B, will set to 183.95 MiB (RSS), difference: 2.11 MiB | ||
1801 | 2025.07.17 23:53:00.536647 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1802 | 2025.07.17 23:53:00.536831 [ 276 ] {2280695e-5a01-4580-b997-c98ba224e521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1803 | 2025.07.17 23:53:00.536900 [ 276 ] {2280695e-5a01-4580-b997-c98ba224e521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1804 | 2025.07.17 23:53:00.537568 [ 276 ] {2280695e-5a01-4580-b997-c98ba224e521} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1805 | 2025.07.17 23:53:00.537616 [ 276 ] {2280695e-5a01-4580-b997-c98ba224e521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1806 | 2025.07.17 23:53:00.538002 [ 276 ] {2280695e-5a01-4580-b997-c98ba224e521} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1807 | 2025.07.17 23:53:00.538238 [ 276 ] {2280695e-5a01-4580-b997-c98ba224e521} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1808 | 2025.07.17 23:53:00.538395 [ 276 ] {2280695e-5a01-4580-b997-c98ba224e521} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001615 sec., 34674.9226006192 rows/sec., 2.65 MiB/sec. | ||
1809 | 2025.07.17 23:53:00.538437 [ 276 ] {2280695e-5a01-4580-b997-c98ba224e521} <Debug> TCPHandler: Processed in 0.001919739 sec. | ||
1810 | 2025.07.17 23:53:00.538563 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1811 | 2025.07.17 23:53:00.538665 [ 276 ] {cb392415-c1b4-4b5c-97c0-cee797856ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1812 | 2025.07.17 23:53:00.538705 [ 276 ] {cb392415-c1b4-4b5c-97c0-cee797856ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1813 | 2025.07.17 23:53:00.539128 [ 276 ] {cb392415-c1b4-4b5c-97c0-cee797856ccb} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1814 | 2025.07.17 23:53:00.539164 [ 276 ] {cb392415-c1b4-4b5c-97c0-cee797856ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1815 | 2025.07.17 23:53:00.539488 [ 276 ] {cb392415-c1b4-4b5c-97c0-cee797856ccb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1816 | 2025.07.17 23:53:00.539697 [ 276 ] {cb392415-c1b4-4b5c-97c0-cee797856ccb} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1817 | 2025.07.17 23:53:00.539827 [ 276 ] {cb392415-c1b4-4b5c-97c0-cee797856ccb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001185 sec., 54008.438818565395 rows/sec., 4.22 MiB/sec. | ||
1818 | 2025.07.17 23:53:00.539864 [ 276 ] {cb392415-c1b4-4b5c-97c0-cee797856ccb} <Debug> TCPHandler: Processed in 0.001354751 sec. | ||
1819 | 2025.07.17 23:53:00.539974 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1820 | 2025.07.17 23:53:00.540070 [ 276 ] {cdf47872-5fca-425f-b86e-985caa01e535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1821 | 2025.07.17 23:53:00.540114 [ 276 ] {cdf47872-5fca-425f-b86e-985caa01e535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1822 | 2025.07.17 23:53:00.540520 [ 276 ] {cdf47872-5fca-425f-b86e-985caa01e535} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1823 | 2025.07.17 23:53:00.540556 [ 276 ] {cdf47872-5fca-425f-b86e-985caa01e535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1824 | 2025.07.17 23:53:00.540870 [ 276 ] {cdf47872-5fca-425f-b86e-985caa01e535} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1825 | 2025.07.17 23:53:00.541073 [ 276 ] {cdf47872-5fca-425f-b86e-985caa01e535} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1826 | 2025.07.17 23:53:00.541171 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1827 | 2025.07.17 23:53:00.541197 [ 276 ] {cdf47872-5fca-425f-b86e-985caa01e535} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001146 sec., 139616.05584642233 rows/sec., 9.72 MiB/sec. | ||
1828 | 2025.07.17 23:53:00.541237 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1829 | 2025.07.17 23:53:00.541245 [ 276 ] {cdf47872-5fca-425f-b86e-985caa01e535} <Debug> TCPHandler: Processed in 0.00131938 sec. | ||
1830 | 2025.07.17 23:53:00.541265 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1831 | 2025.07.17 23:53:00.541370 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1832 | 2025.07.17 23:53:00.541378 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
1833 | 2025.07.17 23:53:00.541477 [ 276 ] {349784bd-dc8e-466b-b953-1cc4718411a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1834 | 2025.07.17 23:53:00.541523 [ 276 ] {349784bd-dc8e-466b-b953-1cc4718411a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1835 | 2025.07.17 23:53:00.541554 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1836 | 2025.07.17 23:53:00.541597 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 348 rows starting from the beginning of the part | ||
1837 | 2025.07.17 23:53:00.541687 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 404 rows starting from the beginning of the part | ||
1838 | 2025.07.17 23:53:00.541737 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
1839 | 2025.07.17 23:53:00.541782 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
1840 | 2025.07.17 23:53:00.541830 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
1841 | 2025.07.17 23:53:00.541863 [ 276 ] {349784bd-dc8e-466b-b953-1cc4718411a4} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1842 | 2025.07.17 23:53:00.541871 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
1843 | 2025.07.17 23:53:00.541907 [ 276 ] {349784bd-dc8e-466b-b953-1cc4718411a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1844 | 2025.07.17 23:53:00.542345 [ 276 ] {349784bd-dc8e-466b-b953-1cc4718411a4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1845 | 2025.07.17 23:53:00.542566 [ 276 ] {349784bd-dc8e-466b-b953-1cc4718411a4} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1846 | 2025.07.17 23:53:00.542668 [ 44 ] {} <Debug> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1847 | 2025.07.17 23:53:00.542698 [ 44 ] {} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1848 | 2025.07.17 23:53:00.542699 [ 276 ] {349784bd-dc8e-466b-b953-1cc4718411a4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001241 sec., 48348.106365834006 rows/sec., 3.26 MiB/sec. | ||
1849 | 2025.07.17 23:53:00.542718 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1850 | 2025.07.17 23:53:00.542748 [ 276 ] {349784bd-dc8e-466b-b953-1cc4718411a4} <Debug> TCPHandler: Processed in 0.001427172 sec. | ||
1851 | 2025.07.17 23:53:00.542844 [ 198 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
1852 | 2025.07.17 23:53:00.543002 [ 198 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1853 | 2025.07.17 23:53:00.543039 [ 198 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 174 rows starting from the beginning of the part | ||
1854 | 2025.07.17 23:53:00.543104 [ 198 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 54 rows starting from the beginning of the part | ||
1855 | 2025.07.17 23:53:00.543114 [ 196 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1392 rows, containing 5 columns (5 merged, 0 gathered) in 0.001787587 sec., 778703.3582141736 rows/sec., 56.03 MiB/sec. | ||
1856 | 2025.07.17 23:53:00.543147 [ 198 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
1857 | 2025.07.17 23:53:00.543190 [ 198 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
1858 | 2025.07.17 23:53:00.543228 [ 198 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
1859 | 2025.07.17 23:53:00.543266 [ 198 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
1860 | 2025.07.17 23:53:00.543334 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1861 | 2025.07.17 23:53:00.543640 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1862 | 2025.07.17 23:53:00.543712 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1863 | 2025.07.17 23:53:00.543784 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
1864 | 2025.07.17 23:53:00.544190 [ 194 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 468 rows, containing 4 columns (4 merged, 0 gathered) in 0.001405542 sec., 332967.6381068655 rows/sec., 22.30 MiB/sec. | ||
1865 | 2025.07.17 23:53:00.544360 [ 199 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1866 | 2025.07.17 23:53:00.544609 [ 199 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_11_2} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1867 | 2025.07.17 23:53:00.544677 [ 199 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_11_2} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1868 | 2025.07.17 23:53:00.544743 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
1869 | 2025.07.17 23:53:03.159289 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 266 | ||
1870 | 2025.07.17 23:53:03.161337 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1871 | 2025.07.17 23:53:03.161385 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1872 | 2025.07.17 23:53:03.162503 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1873 | 2025.07.17 23:53:03.162761 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1874 | 2025.07.17 23:53:03.163005 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 266 | ||
1875 | 2025.07.17 23:53:05.538967 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1876 | 2025.07.17 23:53:05.539250 [ 276 ] {e45f5ac4-df44-4573-8cdc-c576666a28d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1877 | 2025.07.17 23:53:05.539353 [ 276 ] {e45f5ac4-df44-4573-8cdc-c576666a28d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1878 | 2025.07.17 23:53:05.540052 [ 276 ] {e45f5ac4-df44-4573-8cdc-c576666a28d7} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1879 | 2025.07.17 23:53:05.540100 [ 276 ] {e45f5ac4-df44-4573-8cdc-c576666a28d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1880 | 2025.07.17 23:53:05.540524 [ 276 ] {e45f5ac4-df44-4573-8cdc-c576666a28d7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1881 | 2025.07.17 23:53:05.540748 [ 276 ] {e45f5ac4-df44-4573-8cdc-c576666a28d7} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1882 | 2025.07.17 23:53:05.540896 [ 276 ] {e45f5ac4-df44-4573-8cdc-c576666a28d7} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001723 sec., 78932.09518282066 rows/sec., 6.80 MiB/sec. | ||
1883 | 2025.07.17 23:53:05.540938 [ 276 ] {e45f5ac4-df44-4573-8cdc-c576666a28d7} <Debug> TCPHandler: Processed in 0.002158823 sec. | ||
1884 | 2025.07.17 23:53:05.541053 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1885 | 2025.07.17 23:53:05.541149 [ 276 ] {99afb410-6b72-4e22-88ce-f7ab72117aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1886 | 2025.07.17 23:53:05.541189 [ 276 ] {99afb410-6b72-4e22-88ce-f7ab72117aa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1887 | 2025.07.17 23:53:05.541602 [ 276 ] {99afb410-6b72-4e22-88ce-f7ab72117aa9} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1888 | 2025.07.17 23:53:05.541639 [ 276 ] {99afb410-6b72-4e22-88ce-f7ab72117aa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1889 | 2025.07.17 23:53:05.541932 [ 276 ] {99afb410-6b72-4e22-88ce-f7ab72117aa9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1890 | 2025.07.17 23:53:05.542138 [ 276 ] {99afb410-6b72-4e22-88ce-f7ab72117aa9} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1891 | 2025.07.17 23:53:05.542266 [ 276 ] {99afb410-6b72-4e22-88ce-f7ab72117aa9} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001135 sec., 35242.29074889868 rows/sec., 2.59 MiB/sec. | ||
1892 | 2025.07.17 23:53:05.542302 [ 276 ] {99afb410-6b72-4e22-88ce-f7ab72117aa9} <Debug> TCPHandler: Processed in 0.00129837 sec. | ||
1893 | 2025.07.17 23:53:05.542415 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1894 | 2025.07.17 23:53:05.542508 [ 276 ] {b600cf90-a69e-4db1-bcdc-27bae2fbd0f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1895 | 2025.07.17 23:53:05.542549 [ 276 ] {b600cf90-a69e-4db1-bcdc-27bae2fbd0f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1896 | 2025.07.17 23:53:05.542970 [ 276 ] {b600cf90-a69e-4db1-bcdc-27bae2fbd0f4} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1897 | 2025.07.17 23:53:05.543007 [ 276 ] {b600cf90-a69e-4db1-bcdc-27bae2fbd0f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1898 | 2025.07.17 23:53:05.543297 [ 276 ] {b600cf90-a69e-4db1-bcdc-27bae2fbd0f4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1899 | 2025.07.17 23:53:05.543500 [ 276 ] {b600cf90-a69e-4db1-bcdc-27bae2fbd0f4} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1900 | 2025.07.17 23:53:05.543625 [ 276 ] {b600cf90-a69e-4db1-bcdc-27bae2fbd0f4} <Debug> executeQuery: Read 110 rows, 8.80 KiB in 0.001133 sec., 97087.3786407767 rows/sec., 7.59 MiB/sec. | ||
1901 | 2025.07.17 23:53:05.543662 [ 276 ] {b600cf90-a69e-4db1-bcdc-27bae2fbd0f4} <Debug> TCPHandler: Processed in 0.00129549 sec. | ||
1902 | 2025.07.17 23:53:05.543772 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1903 | 2025.07.17 23:53:05.543866 [ 276 ] {32baaf93-191f-4719-8d67-3cfcfc21dbd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1904 | 2025.07.17 23:53:05.543910 [ 276 ] {32baaf93-191f-4719-8d67-3cfcfc21dbd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1905 | 2025.07.17 23:53:05.544308 [ 276 ] {32baaf93-191f-4719-8d67-3cfcfc21dbd2} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1906 | 2025.07.17 23:53:05.544345 [ 276 ] {32baaf93-191f-4719-8d67-3cfcfc21dbd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1907 | 2025.07.17 23:53:05.544664 [ 276 ] {32baaf93-191f-4719-8d67-3cfcfc21dbd2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1908 | 2025.07.17 23:53:05.544875 [ 276 ] {32baaf93-191f-4719-8d67-3cfcfc21dbd2} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1909 | 2025.07.17 23:53:05.544999 [ 276 ] {32baaf93-191f-4719-8d67-3cfcfc21dbd2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001151 sec., 139009.55690703736 rows/sec., 9.68 MiB/sec. | ||
1910 | 2025.07.17 23:53:05.545035 [ 276 ] {32baaf93-191f-4719-8d67-3cfcfc21dbd2} <Debug> TCPHandler: Processed in 0.00131177 sec. | ||
1911 | 2025.07.17 23:53:05.545157 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1912 | 2025.07.17 23:53:05.545280 [ 276 ] {3c7099be-160d-4b81-9395-304db52478b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1913 | 2025.07.17 23:53:05.545346 [ 276 ] {3c7099be-160d-4b81-9395-304db52478b8} <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 | ||
1914 | 2025.07.17 23:53:05.546362 [ 276 ] {3c7099be-160d-4b81-9395-304db52478b8} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1915 | 2025.07.17 23:53:05.546399 [ 276 ] {3c7099be-160d-4b81-9395-304db52478b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1916 | 2025.07.17 23:53:05.546964 [ 276 ] {3c7099be-160d-4b81-9395-304db52478b8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1917 | 2025.07.17 23:53:05.547177 [ 276 ] {3c7099be-160d-4b81-9395-304db52478b8} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1918 | 2025.07.17 23:53:05.547312 [ 276 ] {3c7099be-160d-4b81-9395-304db52478b8} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002055 sec., 19464.7201946472 rows/sec., 34.88 MiB/sec. | ||
1919 | 2025.07.17 23:53:05.547364 [ 276 ] {3c7099be-160d-4b81-9395-304db52478b8} <Debug> TCPHandler: Processed in 0.002268925 sec. | ||
1920 | 2025.07.17 23:53:05.547475 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1921 | 2025.07.17 23:53:05.547570 [ 276 ] {5d3c1212-989f-424a-81fc-7747c0c8a6c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
1922 | 2025.07.17 23:53:05.547635 [ 276 ] {5d3c1212-989f-424a-81fc-7747c0c8a6c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1923 | 2025.07.17 23:53:05.547950 [ 276 ] {5d3c1212-989f-424a-81fc-7747c0c8a6c3} <Trace> oximeter.measurements_i64 (44a3456e-2d93-48d6-888c-4fb4eac35cdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1924 | 2025.07.17 23:53:05.547985 [ 276 ] {5d3c1212-989f-424a-81fc-7747c0c8a6c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1925 | 2025.07.17 23:53:05.548283 [ 276 ] {5d3c1212-989f-424a-81fc-7747c0c8a6c3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1926 | 2025.07.17 23:53:05.548488 [ 276 ] {5d3c1212-989f-424a-81fc-7747c0c8a6c3} <Trace> oximeter.measurements_i64 (44a3456e-2d93-48d6-888c-4fb4eac35cdc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1927 | 2025.07.17 23:53:05.548611 [ 276 ] {5d3c1212-989f-424a-81fc-7747c0c8a6c3} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.00106 sec., 5660.377358490567 rows/sec., 399.84 KiB/sec. | ||
1928 | 2025.07.17 23:53:05.548648 [ 276 ] {5d3c1212-989f-424a-81fc-7747c0c8a6c3} <Debug> TCPHandler: Processed in 0.001222759 sec. | ||
1929 | 2025.07.17 23:53:05.548764 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1930 | 2025.07.17 23:53:05.548878 [ 276 ] {5e5a9859-97f8-4579-b8fe-5fd9629db216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1931 | 2025.07.17 23:53:05.548926 [ 276 ] {5e5a9859-97f8-4579-b8fe-5fd9629db216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1932 | 2025.07.17 23:53:05.549309 [ 276 ] {5e5a9859-97f8-4579-b8fe-5fd9629db216} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1933 | 2025.07.17 23:53:05.549344 [ 276 ] {5e5a9859-97f8-4579-b8fe-5fd9629db216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1934 | 2025.07.17 23:53:05.549640 [ 276 ] {5e5a9859-97f8-4579-b8fe-5fd9629db216} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1935 | 2025.07.17 23:53:05.549849 [ 276 ] {5e5a9859-97f8-4579-b8fe-5fd9629db216} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1936 | 2025.07.17 23:53:05.549971 [ 276 ] {5e5a9859-97f8-4579-b8fe-5fd9629db216} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. | ||
1937 | 2025.07.17 23:53:05.550006 [ 276 ] {5e5a9859-97f8-4579-b8fe-5fd9629db216} <Debug> TCPHandler: Processed in 0.001300929 sec. | ||
1938 | 2025.07.17 23:53:05.669917 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
1939 | 2025.07.17 23:53:05.670406 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1940 | 2025.07.17 23:53:05.670458 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1941 | 2025.07.17 23:53:05.670953 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1942 | 2025.07.17 23:53:05.671200 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1943 | 2025.07.17 23:53:05.671354 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
1944 | 2025.07.17 23:53:05.671354 [ 38 ] {} <Debug> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1945 | 2025.07.17 23:53:05.671430 [ 38 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1946 | 2025.07.17 23:53:05.671453 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1947 | 2025.07.17 23:53:05.671574 [ 194 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
1948 | 2025.07.17 23:53:05.671714 [ 194 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1949 | 2025.07.17 23:53:05.671769 [ 194 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
1950 | 2025.07.17 23:53:05.671872 [ 194 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
1951 | 2025.07.17 23:53:05.671936 [ 194 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
1952 | 2025.07.17 23:53:05.671992 [ 194 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
1953 | 2025.07.17 23:53:05.672039 [ 194 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
1954 | 2025.07.17 23:53:05.672088 [ 194 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
1955 | 2025.07.17 23:53:05.673521 [ 199 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002002321 sec., 2528565.599621639 rows/sec., 36.17 MiB/sec. | ||
1956 | 2025.07.17 23:53:05.674408 [ 196 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1957 | 2025.07.17 23:53:05.674752 [ 196 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_11_2} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1958 | 2025.07.17 23:53:05.674837 [ 196 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_11_2} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1959 | 2025.07.17 23:53:05.674938 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
1960 | 2025.07.17 23:53:05.976094 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
1961 | 2025.07.17 23:53:05.994927 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1962 | 2025.07.17 23:53:05.994993 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1963 | 2025.07.17 23:53:06.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.20 MiB, peak 191.07 MiB, free memory in arenas 0.00 B, will set to 184.91 MiB (RSS), difference: -4.29 MiB | ||
1964 | 2025.07.17 23:53:06.000395 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1965 | 2025.07.17 23:53:06.001111 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1966 | 2025.07.17 23:53:06.001421 [ 38 ] {} <Debug> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1967 | 2025.07.17 23:53:06.001485 [ 38 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1968 | 2025.07.17 23:53:06.001505 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB. | ||
1969 | 2025.07.17 23:53:06.001611 [ 199 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
1970 | 2025.07.17 23:53:06.004652 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
1971 | 2025.07.17 23:53:06.005900 [ 199 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1972 | 2025.07.17 23:53:06.007462 [ 199 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
1973 | 2025.07.17 23:53:06.012484 [ 199 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
1974 | 2025.07.17 23:53:06.016870 [ 199 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
1975 | 2025.07.17 23:53:06.021120 [ 199 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
1976 | 2025.07.17 23:53:06.025695 [ 199 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
1977 | 2025.07.17 23:53:06.030050 [ 199 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
1978 | 2025.07.17 23:53:06.086410 [ 196 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.084843246 sec., 978.274687887354 rows/sec., 5.06 MiB/sec. | ||
1979 | 2025.07.17 23:53:06.088976 [ 192 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1980 | 2025.07.17 23:53:06.091084 [ 192 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_11_2} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1981 | 2025.07.17 23:53:06.091193 [ 192 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_11_2} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1982 | 2025.07.17 23:53:06.093032 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
1983 | 2025.07.17 23:53:07.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.46 MiB, peak 191.36 MiB, free memory in arenas 0.00 B, will set to 193.35 MiB (RSS), difference: 11.88 MiB | ||
1984 | 2025.07.17 23:53:10.528514 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1985 | 2025.07.17 23:53:10.528889 [ 276 ] {6da6e6a0-a7cc-42b0-98f5-8ab1acb06f50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1986 | 2025.07.17 23:53:10.529453 [ 276 ] {6da6e6a0-a7cc-42b0-98f5-8ab1acb06f50} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1987 | 2025.07.17 23:53:10.529492 [ 276 ] {6da6e6a0-a7cc-42b0-98f5-8ab1acb06f50} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
1988 | 2025.07.17 23:53:10.529755 [ 276 ] {6da6e6a0-a7cc-42b0-98f5-8ab1acb06f50} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1989 | 2025.07.17 23:53:10.529823 [ 276 ] {6da6e6a0-a7cc-42b0-98f5-8ab1acb06f50} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1990 | 2025.07.17 23:53:10.529966 [ 276 ] {6da6e6a0-a7cc-42b0-98f5-8ab1acb06f50} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
1991 | 2025.07.17 23:53:10.530099 [ 292 ] {6da6e6a0-a7cc-42b0-98f5-8ab1acb06f50} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1992 | 2025.07.17 23:53:10.530104 [ 293 ] {6da6e6a0-a7cc-42b0-98f5-8ab1acb06f50} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1993 | 2025.07.17 23:53:10.530099 [ 290 ] {6da6e6a0-a7cc-42b0-98f5-8ab1acb06f50} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1994 | 2025.07.17 23:53:10.530290 [ 276 ] {6da6e6a0-a7cc-42b0-98f5-8ab1acb06f50} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (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 | ||
1995 | 2025.07.17 23:53:10.530318 [ 276 ] {6da6e6a0-a7cc-42b0-98f5-8ab1acb06f50} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1996 | 2025.07.17 23:53:10.530399 [ 276 ] {6da6e6a0-a7cc-42b0-98f5-8ab1acb06f50} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1997 | 2025.07.17 23:53:10.530420 [ 276 ] {6da6e6a0-a7cc-42b0-98f5-8ab1acb06f50} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
1998 | 2025.07.17 23:53:10.530455 [ 276 ] {6da6e6a0-a7cc-42b0-98f5-8ab1acb06f50} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
1999 | 2025.07.17 23:53:10.530495 [ 276 ] {6da6e6a0-a7cc-42b0-98f5-8ab1acb06f50} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
2000 | 2025.07.17 23:53:10.530532 [ 276 ] {6da6e6a0-a7cc-42b0-98f5-8ab1acb06f50} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
2001 | 2025.07.17 23:53:10.531529 [ 276 ] {6da6e6a0-a7cc-42b0-98f5-8ab1acb06f50} <Debug> executeQuery: Read 29 rows, 1.26 KiB in 0.002806 sec., 10334.996436208126 rows/sec., 450.69 KiB/sec. | ||
2002 | 2025.07.17 23:53:10.531645 [ 276 ] {6da6e6a0-a7cc-42b0-98f5-8ab1acb06f50} <Debug> TCPHandler: Processed in 0.003310131 sec. | ||
2003 | 2025.07.17 23:53:10.541278 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2004 | 2025.07.17 23:53:10.541412 [ 276 ] {72438e48-bbfe-4886-8702-4be6a913c687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
2005 | 2025.07.17 23:53:10.541464 [ 276 ] {72438e48-bbfe-4886-8702-4be6a913c687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2006 | 2025.07.17 23:53:10.542091 [ 276 ] {72438e48-bbfe-4886-8702-4be6a913c687} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2007 | 2025.07.17 23:53:10.542134 [ 276 ] {72438e48-bbfe-4886-8702-4be6a913c687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2008 | 2025.07.17 23:53:10.542641 [ 276 ] {72438e48-bbfe-4886-8702-4be6a913c687} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2009 | 2025.07.17 23:53:10.542838 [ 276 ] {72438e48-bbfe-4886-8702-4be6a913c687} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2010 | 2025.07.17 23:53:10.542976 [ 276 ] {72438e48-bbfe-4886-8702-4be6a913c687} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001603 sec., 623.8303181534623 rows/sec., 141.34 KiB/sec. | ||
2011 | 2025.07.17 23:53:10.543015 [ 276 ] {72438e48-bbfe-4886-8702-4be6a913c687} <Debug> TCPHandler: Processed in 0.001799918 sec. | ||
2012 | 2025.07.17 23:53:10.543131 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2013 | 2025.07.17 23:53:10.543227 [ 276 ] {29095f4e-a474-4124-bd04-a15b515a3d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
2014 | 2025.07.17 23:53:10.543267 [ 276 ] {29095f4e-a474-4124-bd04-a15b515a3d62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
2015 | 2025.07.17 23:53:10.543698 [ 276 ] {29095f4e-a474-4124-bd04-a15b515a3d62} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2016 | 2025.07.17 23:53:10.543734 [ 276 ] {29095f4e-a474-4124-bd04-a15b515a3d62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2017 | 2025.07.17 23:53:10.544027 [ 276 ] {29095f4e-a474-4124-bd04-a15b515a3d62} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2018 | 2025.07.17 23:53:10.544234 [ 276 ] {29095f4e-a474-4124-bd04-a15b515a3d62} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2019 | 2025.07.17 23:53:10.544358 [ 276 ] {29095f4e-a474-4124-bd04-a15b515a3d62} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001149 sec., 20887.728459530026 rows/sec., 1.73 MiB/sec. | ||
2020 | 2025.07.17 23:53:10.544395 [ 276 ] {29095f4e-a474-4124-bd04-a15b515a3d62} <Debug> TCPHandler: Processed in 0.0013135 sec. | ||
2021 | 2025.07.17 23:53:10.544514 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2022 | 2025.07.17 23:53:10.544609 [ 276 ] {669c1265-010b-4936-a259-28d4c787f3dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
2023 | 2025.07.17 23:53:10.544649 [ 276 ] {669c1265-010b-4936-a259-28d4c787f3dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2024 | 2025.07.17 23:53:10.545038 [ 276 ] {669c1265-010b-4936-a259-28d4c787f3dc} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2025 | 2025.07.17 23:53:10.545074 [ 276 ] {669c1265-010b-4936-a259-28d4c787f3dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2026 | 2025.07.17 23:53:10.545368 [ 276 ] {669c1265-010b-4936-a259-28d4c787f3dc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2027 | 2025.07.17 23:53:10.545598 [ 276 ] {669c1265-010b-4936-a259-28d4c787f3dc} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2028 | 2025.07.17 23:53:10.545719 [ 276 ] {669c1265-010b-4936-a259-28d4c787f3dc} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001129 sec., 5314.437555358724 rows/sec., 433.36 KiB/sec. | ||
2029 | 2025.07.17 23:53:10.545757 [ 276 ] {669c1265-010b-4936-a259-28d4c787f3dc} <Debug> TCPHandler: Processed in 0.00129291 sec. | ||
2030 | 2025.07.17 23:53:10.545876 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2031 | 2025.07.17 23:53:10.545971 [ 276 ] {f51bee61-47b6-40f1-9d14-64f7c060f8ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2032 | 2025.07.17 23:53:10.546010 [ 276 ] {f51bee61-47b6-40f1-9d14-64f7c060f8ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2033 | 2025.07.17 23:53:10.546505 [ 276 ] {f51bee61-47b6-40f1-9d14-64f7c060f8ee} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2034 | 2025.07.17 23:53:10.546540 [ 276 ] {f51bee61-47b6-40f1-9d14-64f7c060f8ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2035 | 2025.07.17 23:53:10.546859 [ 276 ] {f51bee61-47b6-40f1-9d14-64f7c060f8ee} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2036 | 2025.07.17 23:53:10.547063 [ 276 ] {f51bee61-47b6-40f1-9d14-64f7c060f8ee} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2037 | 2025.07.17 23:53:10.547186 [ 276 ] {f51bee61-47b6-40f1-9d14-64f7c060f8ee} <Debug> executeQuery: Read 179 rows, 16.04 KiB in 0.001233 sec., 145174.37145174373 rows/sec., 12.70 MiB/sec. | ||
2038 | 2025.07.17 23:53:10.547221 [ 276 ] {f51bee61-47b6-40f1-9d14-64f7c060f8ee} <Debug> TCPHandler: Processed in 0.001394081 sec. | ||
2039 | 2025.07.17 23:53:10.547334 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2040 | 2025.07.17 23:53:10.547428 [ 276 ] {75db61bf-c09e-4fea-9185-aa6c84466027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2041 | 2025.07.17 23:53:10.547468 [ 276 ] {75db61bf-c09e-4fea-9185-aa6c84466027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2042 | 2025.07.17 23:53:10.547861 [ 276 ] {75db61bf-c09e-4fea-9185-aa6c84466027} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2043 | 2025.07.17 23:53:10.547895 [ 276 ] {75db61bf-c09e-4fea-9185-aa6c84466027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2044 | 2025.07.17 23:53:10.548186 [ 276 ] {75db61bf-c09e-4fea-9185-aa6c84466027} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2045 | 2025.07.17 23:53:10.548389 [ 276 ] {75db61bf-c09e-4fea-9185-aa6c84466027} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2046 | 2025.07.17 23:53:10.548483 [ 33 ] {} <Debug> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2047 | 2025.07.17 23:53:10.548512 [ 276 ] {75db61bf-c09e-4fea-9185-aa6c84466027} <Debug> executeQuery: Read 18 rows, 1.38 KiB in 0.001102 sec., 16333.938294010892 rows/sec., 1.22 MiB/sec. | ||
2048 | 2025.07.17 23:53:10.548519 [ 33 ] {} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2049 | 2025.07.17 23:53:10.548543 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2050 | 2025.07.17 23:53:10.548549 [ 276 ] {75db61bf-c09e-4fea-9185-aa6c84466027} <Debug> TCPHandler: Processed in 0.0012647 sec. | ||
2051 | 2025.07.17 23:53:10.548667 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::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 | ||
2052 | 2025.07.17 23:53:10.548672 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2053 | 2025.07.17 23:53:10.548793 [ 276 ] {4fc50776-7c59-4d43-974d-90c807c9457b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2054 | 2025.07.17 23:53:10.548810 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2055 | 2025.07.17 23:53:10.548833 [ 276 ] {4fc50776-7c59-4d43-974d-90c807c9457b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2056 | 2025.07.17 23:53:10.548852 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part | ||
2057 | 2025.07.17 23:53:10.548940 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part | ||
2058 | 2025.07.17 23:53:10.549001 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 32 rows starting from the beginning of the part | ||
2059 | 2025.07.17 23:53:10.549095 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::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 | ||
2060 | 2025.07.17 23:53:10.549161 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 40 rows starting from the beginning of the part | ||
2061 | 2025.07.17 23:53:10.549212 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 18 rows starting from the beginning of the part | ||
2062 | 2025.07.17 23:53:10.549241 [ 276 ] {4fc50776-7c59-4d43-974d-90c807c9457b} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2063 | 2025.07.17 23:53:10.549279 [ 276 ] {4fc50776-7c59-4d43-974d-90c807c9457b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2064 | 2025.07.17 23:53:10.549680 [ 276 ] {4fc50776-7c59-4d43-974d-90c807c9457b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2065 | 2025.07.17 23:53:10.549928 [ 276 ] {4fc50776-7c59-4d43-974d-90c807c9457b} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2066 | 2025.07.17 23:53:10.550062 [ 276 ] {4fc50776-7c59-4d43-974d-90c807c9457b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001286 sec., 18662.519440124415 rows/sec., 1.55 MiB/sec. | ||
2067 | 2025.07.17 23:53:10.550101 [ 276 ] {4fc50776-7c59-4d43-974d-90c807c9457b} <Debug> TCPHandler: Processed in 0.001483543 sec. | ||
2068 | 2025.07.17 23:53:10.550216 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2069 | 2025.07.17 23:53:10.550243 [ 192 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 166 rows, containing 5 columns (5 merged, 0 gathered) in 0.001621135 sec., 102397.3944181083 rows/sec., 7.96 MiB/sec. | ||
2070 | 2025.07.17 23:53:10.550310 [ 276 ] {7fe65514-57c8-4fb5-9345-5da84f944e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2071 | 2025.07.17 23:53:10.550355 [ 276 ] {7fe65514-57c8-4fb5-9345-5da84f944e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2072 | 2025.07.17 23:53:10.550422 [ 201 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2073 | 2025.07.17 23:53:10.550684 [ 201 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_6_1} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2074 | 2025.07.17 23:53:10.550745 [ 201 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_6_1} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2075 | 2025.07.17 23:53:10.550771 [ 276 ] {7fe65514-57c8-4fb5-9345-5da84f944e47} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2076 | 2025.07.17 23:53:10.550806 [ 276 ] {7fe65514-57c8-4fb5-9345-5da84f944e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2077 | 2025.07.17 23:53:10.550819 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2078 | 2025.07.17 23:53:10.551086 [ 276 ] {7fe65514-57c8-4fb5-9345-5da84f944e47} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2079 | 2025.07.17 23:53:10.551286 [ 276 ] {7fe65514-57c8-4fb5-9345-5da84f944e47} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2080 | 2025.07.17 23:53:10.551411 [ 276 ] {7fe65514-57c8-4fb5-9345-5da84f944e47} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001119 sec., 10723.860589812333 rows/sec., 837.80 KiB/sec. | ||
2081 | 2025.07.17 23:53:10.551448 [ 276 ] {7fe65514-57c8-4fb5-9345-5da84f944e47} <Debug> TCPHandler: Processed in 0.00128248 sec. | ||
2082 | 2025.07.17 23:53:10.551563 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2083 | 2025.07.17 23:53:10.551656 [ 276 ] {767f2f1a-b425-4c64-95e1-0bdd0aa5a71f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2084 | 2025.07.17 23:53:10.551695 [ 276 ] {767f2f1a-b425-4c64-95e1-0bdd0aa5a71f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2085 | 2025.07.17 23:53:10.552129 [ 276 ] {767f2f1a-b425-4c64-95e1-0bdd0aa5a71f} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2086 | 2025.07.17 23:53:10.552165 [ 276 ] {767f2f1a-b425-4c64-95e1-0bdd0aa5a71f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2087 | 2025.07.17 23:53:10.552467 [ 276 ] {767f2f1a-b425-4c64-95e1-0bdd0aa5a71f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2088 | 2025.07.17 23:53:10.552667 [ 276 ] {767f2f1a-b425-4c64-95e1-0bdd0aa5a71f} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2089 | 2025.07.17 23:53:10.552792 [ 276 ] {767f2f1a-b425-4c64-95e1-0bdd0aa5a71f} <Debug> executeQuery: Read 106 rows, 8.86 KiB in 0.001153 sec., 91934.08499566349 rows/sec., 7.51 MiB/sec. | ||
2090 | 2025.07.17 23:53:10.552830 [ 276 ] {767f2f1a-b425-4c64-95e1-0bdd0aa5a71f} <Debug> TCPHandler: Processed in 0.001316591 sec. | ||
2091 | 2025.07.17 23:53:10.552945 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2092 | 2025.07.17 23:53:10.553039 [ 276 ] {9c748d97-b773-4652-a8b5-a5988a33cd7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2093 | 2025.07.17 23:53:10.553082 [ 276 ] {9c748d97-b773-4652-a8b5-a5988a33cd7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2094 | 2025.07.17 23:53:10.553490 [ 276 ] {9c748d97-b773-4652-a8b5-a5988a33cd7a} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2095 | 2025.07.17 23:53:10.553527 [ 276 ] {9c748d97-b773-4652-a8b5-a5988a33cd7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2096 | 2025.07.17 23:53:10.553844 [ 276 ] {9c748d97-b773-4652-a8b5-a5988a33cd7a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2097 | 2025.07.17 23:53:10.554049 [ 276 ] {9c748d97-b773-4652-a8b5-a5988a33cd7a} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2098 | 2025.07.17 23:53:10.554176 [ 276 ] {9c748d97-b773-4652-a8b5-a5988a33cd7a} <Debug> executeQuery: Read 199 rows, 14.61 KiB in 0.001154 sec., 172443.67417677643 rows/sec., 12.36 MiB/sec. | ||
2099 | 2025.07.17 23:53:10.554212 [ 276 ] {9c748d97-b773-4652-a8b5-a5988a33cd7a} <Debug> TCPHandler: Processed in 0.00131725 sec. | ||
2100 | 2025.07.17 23:53:10.554327 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2101 | 2025.07.17 23:53:10.554421 [ 276 ] {c4da9d06-3c04-4c8e-90d3-8d46f55dc383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2102 | 2025.07.17 23:53:10.554462 [ 276 ] {c4da9d06-3c04-4c8e-90d3-8d46f55dc383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2103 | 2025.07.17 23:53:10.554801 [ 276 ] {c4da9d06-3c04-4c8e-90d3-8d46f55dc383} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2104 | 2025.07.17 23:53:10.554837 [ 276 ] {c4da9d06-3c04-4c8e-90d3-8d46f55dc383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2105 | 2025.07.17 23:53:10.555138 [ 276 ] {c4da9d06-3c04-4c8e-90d3-8d46f55dc383} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2106 | 2025.07.17 23:53:10.555340 [ 276 ] {c4da9d06-3c04-4c8e-90d3-8d46f55dc383} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2107 | 2025.07.17 23:53:10.555463 [ 276 ] {c4da9d06-3c04-4c8e-90d3-8d46f55dc383} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. | ||
2108 | 2025.07.17 23:53:10.555498 [ 276 ] {c4da9d06-3c04-4c8e-90d3-8d46f55dc383} <Debug> TCPHandler: Processed in 0.001220859 sec. | ||
2109 | 2025.07.17 23:53:13.089336 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2110 | 2025.07.17 23:53:13.089398 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2111 | 2025.07.17 23:53:13.163116 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 302 | ||
2112 | 2025.07.17 23:53:13.165386 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2113 | 2025.07.17 23:53:13.165435 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2114 | 2025.07.17 23:53:13.166620 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2115 | 2025.07.17 23:53:13.166883 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2116 | 2025.07.17 23:53:13.167132 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 302 | ||
2117 | 2025.07.17 23:53:13.172365 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
2118 | 2025.07.17 23:53:13.172875 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2119 | 2025.07.17 23:53:13.172910 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2120 | 2025.07.17 23:53:13.173404 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2121 | 2025.07.17 23:53:13.173632 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2122 | 2025.07.17 23:53:13.173755 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
2123 | 2025.07.17 23:53:13.505658 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
2124 | 2025.07.17 23:53:13.521813 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2125 | 2025.07.17 23:53:13.521881 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2126 | 2025.07.17 23:53:13.527910 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2127 | 2025.07.17 23:53:13.528638 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2128 | 2025.07.17 23:53:13.531304 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
2129 | 2025.07.17 23:53:14.001149 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.10 MiB, peak 198.10 MiB, free memory in arenas 0.00 B, will set to 196.17 MiB (RSS), difference: 2.07 MiB | ||
2130 | 2025.07.17 23:53:15.538768 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2131 | 2025.07.17 23:53:15.538970 [ 276 ] {b1dbb6a1-b230-47ca-a41b-9a31cc4ebd3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2132 | 2025.07.17 23:53:15.539047 [ 276 ] {b1dbb6a1-b230-47ca-a41b-9a31cc4ebd3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2133 | 2025.07.17 23:53:15.539799 [ 276 ] {b1dbb6a1-b230-47ca-a41b-9a31cc4ebd3c} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2134 | 2025.07.17 23:53:15.539867 [ 276 ] {b1dbb6a1-b230-47ca-a41b-9a31cc4ebd3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2135 | 2025.07.17 23:53:15.540301 [ 276 ] {b1dbb6a1-b230-47ca-a41b-9a31cc4ebd3c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2136 | 2025.07.17 23:53:15.540546 [ 276 ] {b1dbb6a1-b230-47ca-a41b-9a31cc4ebd3c} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2137 | 2025.07.17 23:53:15.540698 [ 276 ] {b1dbb6a1-b230-47ca-a41b-9a31cc4ebd3c} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001783 sec., 76275.93942793045 rows/sec., 6.57 MiB/sec. | ||
2138 | 2025.07.17 23:53:15.540748 [ 276 ] {b1dbb6a1-b230-47ca-a41b-9a31cc4ebd3c} <Debug> TCPHandler: Processed in 0.002118423 sec. | ||
2139 | 2025.07.17 23:53:15.540871 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2140 | 2025.07.17 23:53:15.540974 [ 276 ] {98c28e9b-a662-46e0-ab7d-94385cb92cd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2141 | 2025.07.17 23:53:15.541019 [ 276 ] {98c28e9b-a662-46e0-ab7d-94385cb92cd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2142 | 2025.07.17 23:53:15.541438 [ 276 ] {98c28e9b-a662-46e0-ab7d-94385cb92cd9} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2143 | 2025.07.17 23:53:15.541474 [ 276 ] {98c28e9b-a662-46e0-ab7d-94385cb92cd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2144 | 2025.07.17 23:53:15.541764 [ 276 ] {98c28e9b-a662-46e0-ab7d-94385cb92cd9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2145 | 2025.07.17 23:53:15.541970 [ 276 ] {98c28e9b-a662-46e0-ab7d-94385cb92cd9} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2146 | 2025.07.17 23:53:15.542091 [ 276 ] {98c28e9b-a662-46e0-ab7d-94385cb92cd9} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001142 sec., 35026.26970227671 rows/sec., 2.57 MiB/sec. | ||
2147 | 2025.07.17 23:53:15.542129 [ 276 ] {98c28e9b-a662-46e0-ab7d-94385cb92cd9} <Debug> TCPHandler: Processed in 0.00131046 sec. | ||
2148 | 2025.07.17 23:53:15.542237 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2149 | 2025.07.17 23:53:15.542332 [ 276 ] {881dcca5-c817-4093-ac3a-a413102b4c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2150 | 2025.07.17 23:53:15.542372 [ 276 ] {881dcca5-c817-4093-ac3a-a413102b4c26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2151 | 2025.07.17 23:53:15.542787 [ 276 ] {881dcca5-c817-4093-ac3a-a413102b4c26} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2152 | 2025.07.17 23:53:15.542824 [ 276 ] {881dcca5-c817-4093-ac3a-a413102b4c26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2153 | 2025.07.17 23:53:15.543119 [ 276 ] {881dcca5-c817-4093-ac3a-a413102b4c26} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2154 | 2025.07.17 23:53:15.543329 [ 276 ] {881dcca5-c817-4093-ac3a-a413102b4c26} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2155 | 2025.07.17 23:53:15.543450 [ 276 ] {881dcca5-c817-4093-ac3a-a413102b4c26} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001135 sec., 91629.95594713656 rows/sec., 7.16 MiB/sec. | ||
2156 | 2025.07.17 23:53:15.543486 [ 276 ] {881dcca5-c817-4093-ac3a-a413102b4c26} <Debug> TCPHandler: Processed in 0.00129848 sec. | ||
2157 | 2025.07.17 23:53:15.543594 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2158 | 2025.07.17 23:53:15.543688 [ 276 ] {9e023b3b-1c8b-4152-aaf8-c58575af4343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2159 | 2025.07.17 23:53:15.543732 [ 276 ] {9e023b3b-1c8b-4152-aaf8-c58575af4343} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2160 | 2025.07.17 23:53:15.544121 [ 276 ] {9e023b3b-1c8b-4152-aaf8-c58575af4343} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2161 | 2025.07.17 23:53:15.544157 [ 276 ] {9e023b3b-1c8b-4152-aaf8-c58575af4343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2162 | 2025.07.17 23:53:15.544480 [ 276 ] {9e023b3b-1c8b-4152-aaf8-c58575af4343} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2163 | 2025.07.17 23:53:15.544681 [ 276 ] {9e023b3b-1c8b-4152-aaf8-c58575af4343} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2164 | 2025.07.17 23:53:15.544806 [ 276 ] {9e023b3b-1c8b-4152-aaf8-c58575af4343} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001135 sec., 140969.16299559473 rows/sec., 9.82 MiB/sec. | ||
2165 | 2025.07.17 23:53:15.544842 [ 276 ] {9e023b3b-1c8b-4152-aaf8-c58575af4343} <Debug> TCPHandler: Processed in 0.00129534 sec. | ||
2166 | 2025.07.17 23:53:15.544953 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2167 | 2025.07.17 23:53:15.545046 [ 276 ] {5771b06e-0836-405e-a812-bb9f7ac50899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2168 | 2025.07.17 23:53:15.545100 [ 276 ] {5771b06e-0836-405e-a812-bb9f7ac50899} <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 | ||
2169 | 2025.07.17 23:53:15.545880 [ 276 ] {5771b06e-0836-405e-a812-bb9f7ac50899} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2170 | 2025.07.17 23:53:15.545914 [ 276 ] {5771b06e-0836-405e-a812-bb9f7ac50899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2171 | 2025.07.17 23:53:15.546502 [ 276 ] {5771b06e-0836-405e-a812-bb9f7ac50899} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2172 | 2025.07.17 23:53:15.546714 [ 276 ] {5771b06e-0836-405e-a812-bb9f7ac50899} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2173 | 2025.07.17 23:53:15.546848 [ 276 ] {5771b06e-0836-405e-a812-bb9f7ac50899} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00182 sec., 21978.021978021978 rows/sec., 39.38 MiB/sec. | ||
2174 | 2025.07.17 23:53:15.546898 [ 276 ] {5771b06e-0836-405e-a812-bb9f7ac50899} <Debug> TCPHandler: Processed in 0.001995031 sec. | ||
2175 | 2025.07.17 23:53:15.547010 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2176 | 2025.07.17 23:53:15.547103 [ 276 ] {1df69946-f7cb-4000-9fb8-8357a0a4c04f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2177 | 2025.07.17 23:53:15.547145 [ 276 ] {1df69946-f7cb-4000-9fb8-8357a0a4c04f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2178 | 2025.07.17 23:53:15.547471 [ 276 ] {1df69946-f7cb-4000-9fb8-8357a0a4c04f} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2179 | 2025.07.17 23:53:15.547506 [ 276 ] {1df69946-f7cb-4000-9fb8-8357a0a4c04f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2180 | 2025.07.17 23:53:15.547800 [ 276 ] {1df69946-f7cb-4000-9fb8-8357a0a4c04f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2181 | 2025.07.17 23:53:15.548003 [ 276 ] {1df69946-f7cb-4000-9fb8-8357a0a4c04f} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2182 | 2025.07.17 23:53:15.548125 [ 276 ] {1df69946-f7cb-4000-9fb8-8357a0a4c04f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00104 sec., 57692.307692307695 rows/sec., 3.89 MiB/sec. | ||
2183 | 2025.07.17 23:53:15.548160 [ 276 ] {1df69946-f7cb-4000-9fb8-8357a0a4c04f} <Debug> TCPHandler: Processed in 0.001198808 sec. | ||
2184 | 2025.07.17 23:53:20.539052 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2185 | 2025.07.17 23:53:20.539262 [ 276 ] {fd8b2980-43fb-4975-9306-f65d68ef3fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2186 | 2025.07.17 23:53:20.539330 [ 276 ] {fd8b2980-43fb-4975-9306-f65d68ef3fb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2187 | 2025.07.17 23:53:20.539991 [ 276 ] {fd8b2980-43fb-4975-9306-f65d68ef3fb8} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2188 | 2025.07.17 23:53:20.540039 [ 276 ] {fd8b2980-43fb-4975-9306-f65d68ef3fb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2189 | 2025.07.17 23:53:20.540443 [ 276 ] {fd8b2980-43fb-4975-9306-f65d68ef3fb8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2190 | 2025.07.17 23:53:20.540667 [ 276 ] {fd8b2980-43fb-4975-9306-f65d68ef3fb8} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2191 | 2025.07.17 23:53:20.540820 [ 276 ] {fd8b2980-43fb-4975-9306-f65d68ef3fb8} <Debug> executeQuery: Read 59 rows, 4.66 KiB in 0.001615 sec., 36532.50773993808 rows/sec., 2.82 MiB/sec. | ||
2192 | 2025.07.17 23:53:20.540837 [ 142 ] {} <Debug> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
2193 | 2025.07.17 23:53:20.540862 [ 276 ] {fd8b2980-43fb-4975-9306-f65d68ef3fb8} <Debug> TCPHandler: Processed in 0.00194127 sec. | ||
2194 | 2025.07.17 23:53:20.540910 [ 142 ] {} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2195 | 2025.07.17 23:53:20.540975 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2196 | 2025.07.17 23:53:20.541007 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2197 | 2025.07.17 23:53:20.541080 [ 201 ] {97e9e053-2700-4610-a493-547689adb125::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
2198 | 2025.07.17 23:53:20.541106 [ 276 ] {2ee108c2-3b13-4ab2-b12b-fcba79edf85e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2199 | 2025.07.17 23:53:20.541147 [ 276 ] {2ee108c2-3b13-4ab2-b12b-fcba79edf85e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2200 | 2025.07.17 23:53:20.541174 [ 201 ] {97e9e053-2700-4610-a493-547689adb125::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2201 | 2025.07.17 23:53:20.541204 [ 201 ] {97e9e053-2700-4610-a493-547689adb125::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 241 rows starting from the beginning of the part | ||
2202 | 2025.07.17 23:53:20.541291 [ 201 ] {97e9e053-2700-4610-a493-547689adb125::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
2203 | 2025.07.17 23:53:20.541345 [ 201 ] {97e9e053-2700-4610-a493-547689adb125::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 136 rows starting from the beginning of the part | ||
2204 | 2025.07.17 23:53:20.541393 [ 201 ] {97e9e053-2700-4610-a493-547689adb125::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 179 rows starting from the beginning of the part | ||
2205 | 2025.07.17 23:53:20.541437 [ 201 ] {97e9e053-2700-4610-a493-547689adb125::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 136 rows starting from the beginning of the part | ||
2206 | 2025.07.17 23:53:20.541483 [ 201 ] {97e9e053-2700-4610-a493-547689adb125::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 59 rows starting from the beginning of the part | ||
2207 | 2025.07.17 23:53:20.541559 [ 276 ] {2ee108c2-3b13-4ab2-b12b-fcba79edf85e} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2208 | 2025.07.17 23:53:20.541596 [ 276 ] {2ee108c2-3b13-4ab2-b12b-fcba79edf85e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2209 | 2025.07.17 23:53:20.541987 [ 276 ] {2ee108c2-3b13-4ab2-b12b-fcba79edf85e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2210 | 2025.07.17 23:53:20.542196 [ 276 ] {2ee108c2-3b13-4ab2-b12b-fcba79edf85e} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2211 | 2025.07.17 23:53:20.542326 [ 276 ] {2ee108c2-3b13-4ab2-b12b-fcba79edf85e} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001238 sec., 807.7544426494346 rows/sec., 60.74 KiB/sec. | ||
2212 | 2025.07.17 23:53:20.542363 [ 276 ] {2ee108c2-3b13-4ab2-b12b-fcba79edf85e} <Debug> TCPHandler: Processed in 0.001405951 sec. | ||
2213 | 2025.07.17 23:53:20.542420 [ 192 ] {97e9e053-2700-4610-a493-547689adb125::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 807 rows, containing 5 columns (5 merged, 0 gathered) in 0.001372651 sec., 587913.460886999 rows/sec., 52.81 MiB/sec. | ||
2214 | 2025.07.17 23:53:20.542489 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2215 | 2025.07.17 23:53:20.542588 [ 276 ] {cc30084c-98fc-4861-bbcf-d64e4c3d0039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2216 | 2025.07.17 23:53:20.542629 [ 276 ] {cc30084c-98fc-4861-bbcf-d64e4c3d0039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2217 | 2025.07.17 23:53:20.542701 [ 192 ] {97e9e053-2700-4610-a493-547689adb125::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
2218 | 2025.07.17 23:53:20.543022 [ 276 ] {cc30084c-98fc-4861-bbcf-d64e4c3d0039} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2219 | 2025.07.17 23:53:20.543066 [ 276 ] {cc30084c-98fc-4861-bbcf-d64e4c3d0039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2220 | 2025.07.17 23:53:20.543133 [ 192 ] {97e9e053-2700-4610-a493-547689adb125::all_1_15_3} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2221 | 2025.07.17 23:53:20.543263 [ 192 ] {97e9e053-2700-4610-a493-547689adb125::all_1_15_3} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
2222 | 2025.07.17 23:53:20.543376 [ 276 ] {cc30084c-98fc-4861-bbcf-d64e4c3d0039} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2223 | 2025.07.17 23:53:20.543412 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
2224 | 2025.07.17 23:53:20.543592 [ 276 ] {cc30084c-98fc-4861-bbcf-d64e4c3d0039} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2225 | 2025.07.17 23:53:20.543722 [ 276 ] {cc30084c-98fc-4861-bbcf-d64e4c3d0039} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001152 sec., 868.0555555555555 rows/sec., 57.64 KiB/sec. | ||
2226 | 2025.07.17 23:53:20.543759 [ 276 ] {cc30084c-98fc-4861-bbcf-d64e4c3d0039} <Debug> TCPHandler: Processed in 0.00131895 sec. | ||
2227 | 2025.07.17 23:53:20.543871 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2228 | 2025.07.17 23:53:20.543967 [ 276 ] {2671aff0-b0f1-441c-98c2-59571d10671a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2229 | 2025.07.17 23:53:20.544009 [ 276 ] {2671aff0-b0f1-441c-98c2-59571d10671a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2230 | 2025.07.17 23:53:20.544435 [ 276 ] {2671aff0-b0f1-441c-98c2-59571d10671a} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2231 | 2025.07.17 23:53:20.544471 [ 276 ] {2671aff0-b0f1-441c-98c2-59571d10671a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2232 | 2025.07.17 23:53:20.544767 [ 276 ] {2671aff0-b0f1-441c-98c2-59571d10671a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2233 | 2025.07.17 23:53:20.544999 [ 276 ] {2671aff0-b0f1-441c-98c2-59571d10671a} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2234 | 2025.07.17 23:53:20.545105 [ 142 ] {} <Debug> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
2235 | 2025.07.17 23:53:20.545128 [ 276 ] {2671aff0-b0f1-441c-98c2-59571d10671a} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001178 sec., 55178.268251273345 rows/sec., 4.31 MiB/sec. | ||
2236 | 2025.07.17 23:53:20.545155 [ 142 ] {} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2237 | 2025.07.17 23:53:20.545173 [ 276 ] {2671aff0-b0f1-441c-98c2-59571d10671a} <Debug> TCPHandler: Processed in 0.001350271 sec. | ||
2238 | 2025.07.17 23:53:20.545182 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2239 | 2025.07.17 23:53:20.545277 [ 197 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
2240 | 2025.07.17 23:53:20.545302 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2241 | 2025.07.17 23:53:20.545372 [ 197 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2242 | 2025.07.17 23:53:20.545398 [ 197 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 144 rows starting from the beginning of the part | ||
2243 | 2025.07.17 23:53:20.545414 [ 276 ] {30810445-7bb3-420b-a6b1-e49aa1d96316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2244 | 2025.07.17 23:53:20.545446 [ 197 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
2245 | 2025.07.17 23:53:20.545461 [ 276 ] {30810445-7bb3-420b-a6b1-e49aa1d96316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2246 | 2025.07.17 23:53:20.545490 [ 197 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 110 rows starting from the beginning of the part | ||
2247 | 2025.07.17 23:53:20.545532 [ 197 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 106 rows starting from the beginning of the part | ||
2248 | 2025.07.17 23:53:20.545569 [ 197 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 104 rows starting from the beginning of the part | ||
2249 | 2025.07.17 23:53:20.545605 [ 197 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 65 rows starting from the beginning of the part | ||
2250 | 2025.07.17 23:53:20.545886 [ 276 ] {30810445-7bb3-420b-a6b1-e49aa1d96316} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2251 | 2025.07.17 23:53:20.545921 [ 276 ] {30810445-7bb3-420b-a6b1-e49aa1d96316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2252 | 2025.07.17 23:53:20.546291 [ 276 ] {30810445-7bb3-420b-a6b1-e49aa1d96316} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2253 | 2025.07.17 23:53:20.546465 [ 192 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 593 rows, containing 5 columns (5 merged, 0 gathered) in 0.001225649 sec., 483825.3039818088 rows/sec., 40.24 MiB/sec. | ||
2254 | 2025.07.17 23:53:20.546522 [ 276 ] {30810445-7bb3-420b-a6b1-e49aa1d96316} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2255 | 2025.07.17 23:53:20.546606 [ 201 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
2256 | 2025.07.17 23:53:20.546660 [ 276 ] {30810445-7bb3-420b-a6b1-e49aa1d96316} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001272 sec., 125786.16352201259 rows/sec., 8.76 MiB/sec. | ||
2257 | 2025.07.17 23:53:20.546697 [ 276 ] {30810445-7bb3-420b-a6b1-e49aa1d96316} <Debug> TCPHandler: Processed in 0.001446582 sec. | ||
2258 | 2025.07.17 23:53:20.546810 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2259 | 2025.07.17 23:53:20.546851 [ 201 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_15_3} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2260 | 2025.07.17 23:53:20.546904 [ 276 ] {2ffb08b4-f341-41de-90ef-33861f6e57df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
2261 | 2025.07.17 23:53:20.546910 [ 201 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_15_3} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
2262 | 2025.07.17 23:53:20.546946 [ 276 ] {2ffb08b4-f341-41de-90ef-33861f6e57df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2263 | 2025.07.17 23:53:20.546975 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
2264 | 2025.07.17 23:53:20.547275 [ 276 ] {2ffb08b4-f341-41de-90ef-33861f6e57df} <Trace> oximeter.measurements_f64 (c8206fba-38c9-4477-b7e0-f7d263030646): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2265 | 2025.07.17 23:53:20.547310 [ 276 ] {2ffb08b4-f341-41de-90ef-33861f6e57df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2266 | 2025.07.17 23:53:20.547599 [ 276 ] {2ffb08b4-f341-41de-90ef-33861f6e57df} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2267 | 2025.07.17 23:53:20.547808 [ 276 ] {2ffb08b4-f341-41de-90ef-33861f6e57df} <Trace> oximeter.measurements_f64 (c8206fba-38c9-4477-b7e0-f7d263030646): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2268 | 2025.07.17 23:53:20.547931 [ 276 ] {2ffb08b4-f341-41de-90ef-33861f6e57df} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001046 sec., 956.0229445506692 rows/sec., 60.69 KiB/sec. | ||
2269 | 2025.07.17 23:53:20.547967 [ 276 ] {2ffb08b4-f341-41de-90ef-33861f6e57df} <Debug> TCPHandler: Processed in 0.001205488 sec. | ||
2270 | 2025.07.17 23:53:20.548077 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2271 | 2025.07.17 23:53:20.548171 [ 276 ] {f69b6749-e568-479b-99b7-f10ea2456527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2272 | 2025.07.17 23:53:20.548224 [ 276 ] {f69b6749-e568-479b-99b7-f10ea2456527} <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 | ||
2273 | 2025.07.17 23:53:20.548928 [ 276 ] {f69b6749-e568-479b-99b7-f10ea2456527} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2274 | 2025.07.17 23:53:20.548963 [ 276 ] {f69b6749-e568-479b-99b7-f10ea2456527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2275 | 2025.07.17 23:53:20.549425 [ 276 ] {f69b6749-e568-479b-99b7-f10ea2456527} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2276 | 2025.07.17 23:53:20.549644 [ 276 ] {f69b6749-e568-479b-99b7-f10ea2456527} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2277 | 2025.07.17 23:53:20.549749 [ 142 ] {} <Debug> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2278 | 2025.07.17 23:53:20.549777 [ 276 ] {f69b6749-e568-479b-99b7-f10ea2456527} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.001624 sec., 615.7635467980296 rows/sec., 1.10 MiB/sec. | ||
2279 | 2025.07.17 23:53:20.549786 [ 142 ] {} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2280 | 2025.07.17 23:53:20.549818 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2281 | 2025.07.17 23:53:20.549834 [ 276 ] {f69b6749-e568-479b-99b7-f10ea2456527} <Debug> TCPHandler: Processed in 0.001804967 sec. | ||
2282 | 2025.07.17 23:53:20.549940 [ 187 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::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 | ||
2283 | 2025.07.17 23:53:20.549958 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2284 | 2025.07.17 23:53:20.550078 [ 276 ] {b9a431b2-0490-4ae0-8581-df96ea606ed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2285 | 2025.07.17 23:53:20.550120 [ 276 ] {b9a431b2-0490-4ae0-8581-df96ea606ed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2286 | 2025.07.17 23:53:20.550246 [ 187 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2287 | 2025.07.17 23:53:20.550339 [ 187 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part | ||
2288 | 2025.07.17 23:53:20.550481 [ 276 ] {b9a431b2-0490-4ae0-8581-df96ea606ed0} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2289 | 2025.07.17 23:53:20.550517 [ 187 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 32 rows starting from the beginning of the part | ||
2290 | 2025.07.17 23:53:20.550521 [ 276 ] {b9a431b2-0490-4ae0-8581-df96ea606ed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2291 | 2025.07.17 23:53:20.550635 [ 187 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 32 rows starting from the beginning of the part | ||
2292 | 2025.07.17 23:53:20.550748 [ 187 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part | ||
2293 | 2025.07.17 23:53:20.550853 [ 187 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 40 rows starting from the beginning of the part | ||
2294 | 2025.07.17 23:53:20.550866 [ 276 ] {b9a431b2-0490-4ae0-8581-df96ea606ed0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2295 | 2025.07.17 23:53:20.550954 [ 187 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
2296 | 2025.07.17 23:53:20.551108 [ 276 ] {b9a431b2-0490-4ae0-8581-df96ea606ed0} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2297 | 2025.07.17 23:53:20.551248 [ 276 ] {b9a431b2-0490-4ae0-8581-df96ea606ed0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001188 sec., 50505.0505050505 rows/sec., 3.40 MiB/sec. | ||
2298 | 2025.07.17 23:53:20.551285 [ 276 ] {b9a431b2-0490-4ae0-8581-df96ea606ed0} <Debug> TCPHandler: Processed in 0.001375361 sec. | ||
2299 | 2025.07.17 23:53:20.553565 [ 201 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 177 rows, containing 19 columns (19 merged, 0 gathered) in 0.003689687 sec., 47971.548806172446 rows/sec., 85.96 MiB/sec. | ||
2300 | 2025.07.17 23:53:20.554030 [ 192 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2301 | 2025.07.17 23:53:20.554411 [ 192 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2302 | 2025.07.17 23:53:20.554490 [ 192 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2303 | 2025.07.17 23:53:20.554658 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
2304 | 2025.07.17 23:53:20.674788 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
2305 | 2025.07.17 23:53:20.675301 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2306 | 2025.07.17 23:53:20.675365 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2307 | 2025.07.17 23:53:20.675959 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2308 | 2025.07.17 23:53:20.676267 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2309 | 2025.07.17 23:53:20.676419 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
2310 | 2025.07.17 23:53:21.032336 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
2311 | 2025.07.17 23:53:21.050921 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2312 | 2025.07.17 23:53:21.050990 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2313 | 2025.07.17 23:53:21.056740 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2314 | 2025.07.17 23:53:21.057462 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): 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.17 23:53:21.060840 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
2316 | 2025.07.17 23:53:23.167310 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 330 | ||
2317 | 2025.07.17 23:53:23.169446 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2318 | 2025.07.17 23:53:23.169492 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2319 | 2025.07.17 23:53:23.170645 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2320 | 2025.07.17 23:53:23.170919 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2321 | 2025.07.17 23:53:23.171155 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 330 | ||
2322 | 2025.07.17 23:53:25.539311 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2323 | 2025.07.17 23:53:25.539491 [ 276 ] {96f6028b-108e-4efe-a3b9-da6f7b5843d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
2324 | 2025.07.17 23:53:25.539556 [ 276 ] {96f6028b-108e-4efe-a3b9-da6f7b5843d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2325 | 2025.07.17 23:53:25.540177 [ 276 ] {96f6028b-108e-4efe-a3b9-da6f7b5843d1} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2326 | 2025.07.17 23:53:25.540216 [ 276 ] {96f6028b-108e-4efe-a3b9-da6f7b5843d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2327 | 2025.07.17 23:53:25.540593 [ 276 ] {96f6028b-108e-4efe-a3b9-da6f7b5843d1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2328 | 2025.07.17 23:53:25.540816 [ 276 ] {96f6028b-108e-4efe-a3b9-da6f7b5843d1} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2329 | 2025.07.17 23:53:25.540964 [ 276 ] {96f6028b-108e-4efe-a3b9-da6f7b5843d1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001524 sec., 2624.6719160104985 rows/sec., 214.02 KiB/sec. | ||
2330 | 2025.07.17 23:53:25.541005 [ 276 ] {96f6028b-108e-4efe-a3b9-da6f7b5843d1} <Debug> TCPHandler: Processed in 0.001823088 sec. | ||
2331 | 2025.07.17 23:53:25.541123 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2332 | 2025.07.17 23:53:25.541219 [ 276 ] {0c0dc6ba-774d-4fe0-81d4-9354e6df0a9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2333 | 2025.07.17 23:53:25.541259 [ 276 ] {0c0dc6ba-774d-4fe0-81d4-9354e6df0a9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2334 | 2025.07.17 23:53:25.541726 [ 276 ] {0c0dc6ba-774d-4fe0-81d4-9354e6df0a9d} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2335 | 2025.07.17 23:53:25.541760 [ 276 ] {0c0dc6ba-774d-4fe0-81d4-9354e6df0a9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2336 | 2025.07.17 23:53:25.542072 [ 276 ] {0c0dc6ba-774d-4fe0-81d4-9354e6df0a9d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2337 | 2025.07.17 23:53:25.542275 [ 276 ] {0c0dc6ba-774d-4fe0-81d4-9354e6df0a9d} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2338 | 2025.07.17 23:53:25.542400 [ 276 ] {0c0dc6ba-774d-4fe0-81d4-9354e6df0a9d} <Debug> executeQuery: Read 138 rows, 12.14 KiB in 0.001201 sec., 114904.24646128227 rows/sec., 9.87 MiB/sec. | ||
2339 | 2025.07.17 23:53:25.542437 [ 276 ] {0c0dc6ba-774d-4fe0-81d4-9354e6df0a9d} <Debug> TCPHandler: Processed in 0.001364631 sec. | ||
2340 | 2025.07.17 23:53:25.542537 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2341 | 2025.07.17 23:53:25.542631 [ 276 ] {3a544c0f-2597-4fce-b422-b968907dbe13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2342 | 2025.07.17 23:53:25.542671 [ 276 ] {3a544c0f-2597-4fce-b422-b968907dbe13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2343 | 2025.07.17 23:53:25.543064 [ 276 ] {3a544c0f-2597-4fce-b422-b968907dbe13} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2344 | 2025.07.17 23:53:25.543099 [ 276 ] {3a544c0f-2597-4fce-b422-b968907dbe13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2345 | 2025.07.17 23:53:25.543402 [ 276 ] {3a544c0f-2597-4fce-b422-b968907dbe13} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2346 | 2025.07.17 23:53:25.543612 [ 276 ] {3a544c0f-2597-4fce-b422-b968907dbe13} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2347 | 2025.07.17 23:53:25.543733 [ 276 ] {3a544c0f-2597-4fce-b422-b968907dbe13} <Debug> executeQuery: Read 44 rows, 3.29 KiB in 0.001121 sec., 39250.669045495095 rows/sec., 2.86 MiB/sec. | ||
2348 | 2025.07.17 23:53:25.543769 [ 276 ] {3a544c0f-2597-4fce-b422-b968907dbe13} <Debug> TCPHandler: Processed in 0.00127991 sec. | ||
2349 | 2025.07.17 23:53:25.543890 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2350 | 2025.07.17 23:53:25.544014 [ 276 ] {da6fbd11-87c7-43d0-b661-c8c1905b3116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2351 | 2025.07.17 23:53:25.544062 [ 276 ] {da6fbd11-87c7-43d0-b661-c8c1905b3116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2352 | 2025.07.17 23:53:25.544582 [ 276 ] {da6fbd11-87c7-43d0-b661-c8c1905b3116} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2353 | 2025.07.17 23:53:25.544625 [ 276 ] {da6fbd11-87c7-43d0-b661-c8c1905b3116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2354 | 2025.07.17 23:53:25.544960 [ 276 ] {da6fbd11-87c7-43d0-b661-c8c1905b3116} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2355 | 2025.07.17 23:53:25.545173 [ 276 ] {da6fbd11-87c7-43d0-b661-c8c1905b3116} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2356 | 2025.07.17 23:53:25.545296 [ 276 ] {da6fbd11-87c7-43d0-b661-c8c1905b3116} <Debug> executeQuery: Read 108 rows, 8.64 KiB in 0.001307 sec., 82631.98163733742 rows/sec., 6.46 MiB/sec. | ||
2357 | 2025.07.17 23:53:25.545333 [ 276 ] {da6fbd11-87c7-43d0-b661-c8c1905b3116} <Debug> TCPHandler: Processed in 0.001504143 sec. | ||
2358 | 2025.07.17 23:53:25.545443 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2359 | 2025.07.17 23:53:25.545538 [ 276 ] {f52e3d2f-d64c-4e9c-9c4f-f34976a651ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2360 | 2025.07.17 23:53:25.545582 [ 276 ] {f52e3d2f-d64c-4e9c-9c4f-f34976a651ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2361 | 2025.07.17 23:53:25.545965 [ 276 ] {f52e3d2f-d64c-4e9c-9c4f-f34976a651ab} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2362 | 2025.07.17 23:53:25.545999 [ 276 ] {f52e3d2f-d64c-4e9c-9c4f-f34976a651ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2363 | 2025.07.17 23:53:25.546318 [ 276 ] {f52e3d2f-d64c-4e9c-9c4f-f34976a651ab} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2364 | 2025.07.17 23:53:25.546521 [ 276 ] {f52e3d2f-d64c-4e9c-9c4f-f34976a651ab} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2365 | 2025.07.17 23:53:25.546602 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2366 | 2025.07.17 23:53:25.546640 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2367 | 2025.07.17 23:53:25.546642 [ 276 ] {f52e3d2f-d64c-4e9c-9c4f-f34976a651ab} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001123 sec., 144256.45592163847 rows/sec., 10.05 MiB/sec. | ||
2368 | 2025.07.17 23:53:25.546657 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2369 | 2025.07.17 23:53:25.546683 [ 276 ] {f52e3d2f-d64c-4e9c-9c4f-f34976a651ab} <Debug> TCPHandler: Processed in 0.00128948 sec. | ||
2370 | 2025.07.17 23:53:25.546793 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2371 | 2025.07.17 23:53:25.546801 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
2372 | 2025.07.17 23:53:25.546917 [ 276 ] {1939732c-10d7-4329-9360-362a2da8c014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2373 | 2025.07.17 23:53:25.546987 [ 276 ] {1939732c-10d7-4329-9360-362a2da8c014} <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 | ||
2374 | 2025.07.17 23:53:25.546989 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2375 | 2025.07.17 23:53:25.547047 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1392 rows starting from the beginning of the part | ||
2376 | 2025.07.17 23:53:25.547122 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
2377 | 2025.07.17 23:53:25.547175 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 199 rows starting from the beginning of the part | ||
2378 | 2025.07.17 23:53:25.547225 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
2379 | 2025.07.17 23:53:25.547272 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
2380 | 2025.07.17 23:53:25.547316 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 162 rows starting from the beginning of the part | ||
2381 | 2025.07.17 23:53:25.547877 [ 276 ] {1939732c-10d7-4329-9360-362a2da8c014} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2382 | 2025.07.17 23:53:25.547919 [ 276 ] {1939732c-10d7-4329-9360-362a2da8c014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2383 | 2025.07.17 23:53:25.548611 [ 276 ] {1939732c-10d7-4329-9360-362a2da8c014} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2384 | 2025.07.17 23:53:25.548755 [ 192 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2233 rows, containing 5 columns (5 merged, 0 gathered) in 0.002023711 sec., 1103418.4228874578 rows/sec., 78.63 MiB/sec. | ||
2385 | 2025.07.17 23:53:25.548904 [ 276 ] {1939732c-10d7-4329-9360-362a2da8c014} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2386 | 2025.07.17 23:53:25.549064 [ 276 ] {1939732c-10d7-4329-9360-362a2da8c014} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002171 sec., 18424.689083371715 rows/sec., 33.02 MiB/sec. | ||
2387 | 2025.07.17 23:53:25.549068 [ 189 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2388 | 2025.07.17 23:53:25.549126 [ 276 ] {1939732c-10d7-4329-9360-362a2da8c014} <Debug> TCPHandler: Processed in 0.002388327 sec. | ||
2389 | 2025.07.17 23:53:25.549255 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2390 | 2025.07.17 23:53:25.549377 [ 276 ] {a979cdf7-ac5b-44b3-9055-bfc1412d3fe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2391 | 2025.07.17 23:53:25.549384 [ 189 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2392 | 2025.07.17 23:53:25.549429 [ 276 ] {a979cdf7-ac5b-44b3-9055-bfc1412d3fe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2393 | 2025.07.17 23:53:25.549463 [ 189 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2394 | 2025.07.17 23:53:25.549559 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
2395 | 2025.07.17 23:53:25.549816 [ 276 ] {a979cdf7-ac5b-44b3-9055-bfc1412d3fe7} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2396 | 2025.07.17 23:53:25.549851 [ 276 ] {a979cdf7-ac5b-44b3-9055-bfc1412d3fe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2397 | 2025.07.17 23:53:25.550148 [ 276 ] {a979cdf7-ac5b-44b3-9055-bfc1412d3fe7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2398 | 2025.07.17 23:53:25.550357 [ 276 ] {a979cdf7-ac5b-44b3-9055-bfc1412d3fe7} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2399 | 2025.07.17 23:53:25.550444 [ 29 ] {} <Debug> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2400 | 2025.07.17 23:53:25.550471 [ 29 ] {} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2401 | 2025.07.17 23:53:25.550480 [ 276 ] {a979cdf7-ac5b-44b3-9055-bfc1412d3fe7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. | ||
2402 | 2025.07.17 23:53:25.550488 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB. | ||
2403 | 2025.07.17 23:53:25.550516 [ 276 ] {a979cdf7-ac5b-44b3-9055-bfc1412d3fe7} <Debug> TCPHandler: Processed in 0.001320521 sec. | ||
2404 | 2025.07.17 23:53:25.550558 [ 189 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
2405 | 2025.07.17 23:53:25.550632 [ 189 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2406 | 2025.07.17 23:53:25.550659 [ 189 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 468 rows starting from the beginning of the part | ||
2407 | 2025.07.17 23:53:25.550711 [ 189 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
2408 | 2025.07.17 23:53:25.550753 [ 189 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
2409 | 2025.07.17 23:53:25.550791 [ 189 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
2410 | 2025.07.17 23:53:25.550830 [ 189 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
2411 | 2025.07.17 23:53:25.550870 [ 189 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
2412 | 2025.07.17 23:53:25.551692 [ 186 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.001156668 sec., 663976.1798545477 rows/sec., 44.57 MiB/sec. | ||
2413 | 2025.07.17 23:53:25.551847 [ 189 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2414 | 2025.07.17 23:53:25.552079 [ 189 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_16_3} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2415 | 2025.07.17 23:53:25.552136 [ 189 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_16_3} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2416 | 2025.07.17 23:53:25.552193 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
2417 | 2025.07.17 23:53:28.089657 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2418 | 2025.07.17 23:53:28.089723 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2419 | 2025.07.17 23:53:28.176610 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
2420 | 2025.07.17 23:53:28.177113 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2421 | 2025.07.17 23:53:28.177158 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2422 | 2025.07.17 23:53:28.177634 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2423 | 2025.07.17 23:53:28.177865 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2424 | 2025.07.17 23:53:28.177995 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
2425 | 2025.07.17 23:53:28.561008 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
2426 | 2025.07.17 23:53:28.578745 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2427 | 2025.07.17 23:53:28.578811 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2428 | 2025.07.17 23:53:28.584597 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2429 | 2025.07.17 23:53:28.585318 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2430 | 2025.07.17 23:53:28.588452 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
2431 | 2025.07.17 23:53:30.537080 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2432 | 2025.07.17 23:53:30.537277 [ 276 ] {42f9023d-4a33-4511-a569-beb67980ea39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2433 | 2025.07.17 23:53:30.537351 [ 276 ] {42f9023d-4a33-4511-a569-beb67980ea39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2434 | 2025.07.17 23:53:30.538094 [ 276 ] {42f9023d-4a33-4511-a569-beb67980ea39} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2435 | 2025.07.17 23:53:30.538145 [ 276 ] {42f9023d-4a33-4511-a569-beb67980ea39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2436 | 2025.07.17 23:53:30.538562 [ 276 ] {42f9023d-4a33-4511-a569-beb67980ea39} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2437 | 2025.07.17 23:53:30.538805 [ 276 ] {42f9023d-4a33-4511-a569-beb67980ea39} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2438 | 2025.07.17 23:53:30.538960 [ 276 ] {42f9023d-4a33-4511-a569-beb67980ea39} <Debug> executeQuery: Read 58 rows, 4.57 KiB in 0.001738 sec., 33371.6915995397 rows/sec., 2.57 MiB/sec. | ||
2439 | 2025.07.17 23:53:30.539004 [ 276 ] {42f9023d-4a33-4511-a569-beb67980ea39} <Debug> TCPHandler: Processed in 0.002063362 sec. | ||
2440 | 2025.07.17 23:53:30.539130 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2441 | 2025.07.17 23:53:30.539228 [ 276 ] {928798d1-b1e6-4f90-8c76-5c2abcdaf6de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2442 | 2025.07.17 23:53:30.539271 [ 276 ] {928798d1-b1e6-4f90-8c76-5c2abcdaf6de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2443 | 2025.07.17 23:53:30.539677 [ 276 ] {928798d1-b1e6-4f90-8c76-5c2abcdaf6de} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2444 | 2025.07.17 23:53:30.539712 [ 276 ] {928798d1-b1e6-4f90-8c76-5c2abcdaf6de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2445 | 2025.07.17 23:53:30.540007 [ 276 ] {928798d1-b1e6-4f90-8c76-5c2abcdaf6de} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2446 | 2025.07.17 23:53:30.540222 [ 276 ] {928798d1-b1e6-4f90-8c76-5c2abcdaf6de} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2447 | 2025.07.17 23:53:30.540348 [ 276 ] {928798d1-b1e6-4f90-8c76-5c2abcdaf6de} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001141 sec., 876.4241893076248 rows/sec., 65.90 KiB/sec. | ||
2448 | 2025.07.17 23:53:30.540385 [ 276 ] {928798d1-b1e6-4f90-8c76-5c2abcdaf6de} <Debug> TCPHandler: Processed in 0.00130658 sec. | ||
2449 | 2025.07.17 23:53:30.540502 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2450 | 2025.07.17 23:53:30.540596 [ 276 ] {930f2b61-8253-41a8-b50d-2320375fa775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2451 | 2025.07.17 23:53:30.540636 [ 276 ] {930f2b61-8253-41a8-b50d-2320375fa775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2452 | 2025.07.17 23:53:30.541079 [ 276 ] {930f2b61-8253-41a8-b50d-2320375fa775} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2453 | 2025.07.17 23:53:30.541114 [ 276 ] {930f2b61-8253-41a8-b50d-2320375fa775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2454 | 2025.07.17 23:53:30.541440 [ 276 ] {930f2b61-8253-41a8-b50d-2320375fa775} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2455 | 2025.07.17 23:53:30.541652 [ 276 ] {930f2b61-8253-41a8-b50d-2320375fa775} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2456 | 2025.07.17 23:53:30.541779 [ 276 ] {930f2b61-8253-41a8-b50d-2320375fa775} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001202 sec., 54076.53910149751 rows/sec., 4.22 MiB/sec. | ||
2457 | 2025.07.17 23:53:30.541816 [ 276 ] {930f2b61-8253-41a8-b50d-2320375fa775} <Debug> TCPHandler: Processed in 0.001364941 sec. | ||
2458 | 2025.07.17 23:53:30.541942 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2459 | 2025.07.17 23:53:30.542039 [ 276 ] {8186aa5a-0136-4d4a-96c5-e4fb7300eed1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2460 | 2025.07.17 23:53:30.542084 [ 276 ] {8186aa5a-0136-4d4a-96c5-e4fb7300eed1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2461 | 2025.07.17 23:53:30.542518 [ 276 ] {8186aa5a-0136-4d4a-96c5-e4fb7300eed1} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2462 | 2025.07.17 23:53:30.542553 [ 276 ] {8186aa5a-0136-4d4a-96c5-e4fb7300eed1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2463 | 2025.07.17 23:53:30.542875 [ 276 ] {8186aa5a-0136-4d4a-96c5-e4fb7300eed1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2464 | 2025.07.17 23:53:30.543105 [ 276 ] {8186aa5a-0136-4d4a-96c5-e4fb7300eed1} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2465 | 2025.07.17 23:53:30.543232 [ 276 ] {8186aa5a-0136-4d4a-96c5-e4fb7300eed1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. | ||
2466 | 2025.07.17 23:53:30.543267 [ 276 ] {8186aa5a-0136-4d4a-96c5-e4fb7300eed1} <Debug> TCPHandler: Processed in 0.001376321 sec. | ||
2467 | 2025.07.17 23:53:30.543385 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2468 | 2025.07.17 23:53:30.543479 [ 276 ] {50c7055f-0960-4d5e-ae57-4e851562cc9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2469 | 2025.07.17 23:53:30.543534 [ 276 ] {50c7055f-0960-4d5e-ae57-4e851562cc9d} <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 | ||
2470 | 2025.07.17 23:53:30.544238 [ 276 ] {50c7055f-0960-4d5e-ae57-4e851562cc9d} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2471 | 2025.07.17 23:53:30.544278 [ 276 ] {50c7055f-0960-4d5e-ae57-4e851562cc9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2472 | 2025.07.17 23:53:30.544767 [ 276 ] {50c7055f-0960-4d5e-ae57-4e851562cc9d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2473 | 2025.07.17 23:53:30.544996 [ 276 ] {50c7055f-0960-4d5e-ae57-4e851562cc9d} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2474 | 2025.07.17 23:53:30.545137 [ 276 ] {50c7055f-0960-4d5e-ae57-4e851562cc9d} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.001676 sec., 596.6587112171837 rows/sec., 1.07 MiB/sec. | ||
2475 | 2025.07.17 23:53:30.545190 [ 276 ] {50c7055f-0960-4d5e-ae57-4e851562cc9d} <Debug> TCPHandler: Processed in 0.001854608 sec. | ||
2476 | 2025.07.17 23:53:30.545305 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2477 | 2025.07.17 23:53:30.545406 [ 276 ] {9cb4ba5a-7214-4c4b-8340-96d2c45c5c1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2478 | 2025.07.17 23:53:30.545450 [ 276 ] {9cb4ba5a-7214-4c4b-8340-96d2c45c5c1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2479 | 2025.07.17 23:53:30.545800 [ 276 ] {9cb4ba5a-7214-4c4b-8340-96d2c45c5c1a} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2480 | 2025.07.17 23:53:30.545836 [ 276 ] {9cb4ba5a-7214-4c4b-8340-96d2c45c5c1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2481 | 2025.07.17 23:53:30.546138 [ 276 ] {9cb4ba5a-7214-4c4b-8340-96d2c45c5c1a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2482 | 2025.07.17 23:53:30.546349 [ 276 ] {9cb4ba5a-7214-4c4b-8340-96d2c45c5c1a} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2483 | 2025.07.17 23:53:30.546487 [ 276 ] {9cb4ba5a-7214-4c4b-8340-96d2c45c5c1a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. | ||
2484 | 2025.07.17 23:53:30.546535 [ 276 ] {9cb4ba5a-7214-4c4b-8340-96d2c45c5c1a} <Debug> TCPHandler: Processed in 0.00127991 sec. | ||
2485 | 2025.07.17 23:53:33.171333 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 356 | ||
2486 | 2025.07.17 23:53:33.173487 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2487 | 2025.07.17 23:53:33.173531 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2488 | 2025.07.17 23:53:33.174667 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2489 | 2025.07.17 23:53:33.174930 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2490 | 2025.07.17 23:53:33.175166 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 356 | ||
2491 | 2025.07.17 23:53:35.537811 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2492 | 2025.07.17 23:53:35.537997 [ 276 ] {13b1c12f-0ff3-4e72-b0a8-c0b0cb019ab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2493 | 2025.07.17 23:53:35.538068 [ 276 ] {13b1c12f-0ff3-4e72-b0a8-c0b0cb019ab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2494 | 2025.07.17 23:53:35.538843 [ 276 ] {13b1c12f-0ff3-4e72-b0a8-c0b0cb019ab0} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2495 | 2025.07.17 23:53:35.538893 [ 276 ] {13b1c12f-0ff3-4e72-b0a8-c0b0cb019ab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2496 | 2025.07.17 23:53:35.539293 [ 276 ] {13b1c12f-0ff3-4e72-b0a8-c0b0cb019ab0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2497 | 2025.07.17 23:53:35.539520 [ 276 ] {13b1c12f-0ff3-4e72-b0a8-c0b0cb019ab0} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2498 | 2025.07.17 23:53:35.539683 [ 276 ] {13b1c12f-0ff3-4e72-b0a8-c0b0cb019ab0} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001736 sec., 78341.0138248848 rows/sec., 6.75 MiB/sec. | ||
2499 | 2025.07.17 23:53:35.539731 [ 276 ] {13b1c12f-0ff3-4e72-b0a8-c0b0cb019ab0} <Debug> TCPHandler: Processed in 0.002051581 sec. | ||
2500 | 2025.07.17 23:53:35.539865 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2501 | 2025.07.17 23:53:35.539967 [ 276 ] {13f4eb17-55b5-4965-8301-463bdcf40a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2502 | 2025.07.17 23:53:35.540012 [ 276 ] {13f4eb17-55b5-4965-8301-463bdcf40a64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2503 | 2025.07.17 23:53:35.540459 [ 276 ] {13f4eb17-55b5-4965-8301-463bdcf40a64} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2504 | 2025.07.17 23:53:35.540497 [ 276 ] {13f4eb17-55b5-4965-8301-463bdcf40a64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2505 | 2025.07.17 23:53:35.540807 [ 276 ] {13f4eb17-55b5-4965-8301-463bdcf40a64} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2506 | 2025.07.17 23:53:35.541016 [ 276 ] {13f4eb17-55b5-4965-8301-463bdcf40a64} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2507 | 2025.07.17 23:53:35.541138 [ 185 ] {} <Debug> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2508 | 2025.07.17 23:53:35.541145 [ 276 ] {13f4eb17-55b5-4965-8301-463bdcf40a64} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.0012 sec., 33333.333333333336 rows/sec., 2.45 MiB/sec. | ||
2509 | 2025.07.17 23:53:35.541179 [ 185 ] {} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2510 | 2025.07.17 23:53:35.541194 [ 276 ] {13f4eb17-55b5-4965-8301-463bdcf40a64} <Debug> TCPHandler: Processed in 0.001381902 sec. | ||
2511 | 2025.07.17 23:53:35.541202 [ 185 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2512 | 2025.07.17 23:53:35.541321 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2513 | 2025.07.17 23:53:35.541342 [ 192 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::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 | ||
2514 | 2025.07.17 23:53:35.541417 [ 276 ] {0692d7d1-bea0-4651-a044-990ceb0b0015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2515 | 2025.07.17 23:53:35.541462 [ 276 ] {0692d7d1-bea0-4651-a044-990ceb0b0015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2516 | 2025.07.17 23:53:35.541482 [ 192 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2517 | 2025.07.17 23:53:35.541518 [ 192 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 58 rows starting from the beginning of the part | ||
2518 | 2025.07.17 23:53:35.541607 [ 192 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part | ||
2519 | 2025.07.17 23:53:35.541653 [ 192 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
2520 | 2025.07.17 23:53:35.541694 [ 192 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 44 rows starting from the beginning of the part | ||
2521 | 2025.07.17 23:53:35.541750 [ 192 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
2522 | 2025.07.17 23:53:35.541793 [ 192 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part | ||
2523 | 2025.07.17 23:53:35.541935 [ 276 ] {0692d7d1-bea0-4651-a044-990ceb0b0015} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2524 | 2025.07.17 23:53:35.541976 [ 276 ] {0692d7d1-bea0-4651-a044-990ceb0b0015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2525 | 2025.07.17 23:53:35.542343 [ 276 ] {0692d7d1-bea0-4651-a044-990ceb0b0015} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2526 | 2025.07.17 23:53:35.542567 [ 276 ] {0692d7d1-bea0-4651-a044-990ceb0b0015} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2527 | 2025.07.17 23:53:35.542665 [ 186 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.001390171 sec., 132357.81785118522 rows/sec., 10.23 MiB/sec. | ||
2528 | 2025.07.17 23:53:35.542698 [ 276 ] {0692d7d1-bea0-4651-a044-990ceb0b0015} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.0013 sec., 80000 rows/sec., 6.25 MiB/sec. | ||
2529 | 2025.07.17 23:53:35.542749 [ 276 ] {0692d7d1-bea0-4651-a044-990ceb0b0015} <Debug> TCPHandler: Processed in 0.001478523 sec. | ||
2530 | 2025.07.17 23:53:35.542856 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2531 | 2025.07.17 23:53:35.542873 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2532 | 2025.07.17 23:53:35.542972 [ 276 ] {035f26a5-3a86-48dd-8702-66a232689ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2533 | 2025.07.17 23:53:35.543019 [ 276 ] {035f26a5-3a86-48dd-8702-66a232689ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2534 | 2025.07.17 23:53:35.543121 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_11_2} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2535 | 2025.07.17 23:53:35.543204 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_11_2} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2536 | 2025.07.17 23:53:35.543275 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2537 | 2025.07.17 23:53:35.543431 [ 276 ] {035f26a5-3a86-48dd-8702-66a232689ba5} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2538 | 2025.07.17 23:53:35.543471 [ 276 ] {035f26a5-3a86-48dd-8702-66a232689ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2539 | 2025.07.17 23:53:35.543801 [ 276 ] {035f26a5-3a86-48dd-8702-66a232689ba5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2540 | 2025.07.17 23:53:35.544007 [ 276 ] {035f26a5-3a86-48dd-8702-66a232689ba5} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2541 | 2025.07.17 23:53:35.544137 [ 276 ] {035f26a5-3a86-48dd-8702-66a232689ba5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. | ||
2542 | 2025.07.17 23:53:35.544175 [ 276 ] {035f26a5-3a86-48dd-8702-66a232689ba5} <Debug> TCPHandler: Processed in 0.001351801 sec. | ||
2543 | 2025.07.17 23:53:35.544284 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2544 | 2025.07.17 23:53:35.544378 [ 276 ] {b77c83ca-a430-4dae-ad27-088b30b87fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2545 | 2025.07.17 23:53:35.544433 [ 276 ] {b77c83ca-a430-4dae-ad27-088b30b87fc6} <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 | ||
2546 | 2025.07.17 23:53:35.545268 [ 276 ] {b77c83ca-a430-4dae-ad27-088b30b87fc6} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2547 | 2025.07.17 23:53:35.545304 [ 276 ] {b77c83ca-a430-4dae-ad27-088b30b87fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2548 | 2025.07.17 23:53:35.545860 [ 276 ] {b77c83ca-a430-4dae-ad27-088b30b87fc6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2549 | 2025.07.17 23:53:35.546083 [ 276 ] {b77c83ca-a430-4dae-ad27-088b30b87fc6} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2550 | 2025.07.17 23:53:35.546215 [ 276 ] {b77c83ca-a430-4dae-ad27-088b30b87fc6} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001855 sec., 21563.342318059298 rows/sec., 38.64 MiB/sec. | ||
2551 | 2025.07.17 23:53:35.546265 [ 276 ] {b77c83ca-a430-4dae-ad27-088b30b87fc6} <Debug> TCPHandler: Processed in 0.002028591 sec. | ||
2552 | 2025.07.17 23:53:35.546384 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2553 | 2025.07.17 23:53:35.546500 [ 276 ] {e076653e-ba97-400b-bac1-27fd37317283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2554 | 2025.07.17 23:53:35.546549 [ 276 ] {e076653e-ba97-400b-bac1-27fd37317283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2555 | 2025.07.17 23:53:35.546932 [ 276 ] {e076653e-ba97-400b-bac1-27fd37317283} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2556 | 2025.07.17 23:53:35.546972 [ 276 ] {e076653e-ba97-400b-bac1-27fd37317283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2557 | 2025.07.17 23:53:35.547284 [ 276 ] {e076653e-ba97-400b-bac1-27fd37317283} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2558 | 2025.07.17 23:53:35.547487 [ 276 ] {e076653e-ba97-400b-bac1-27fd37317283} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2559 | 2025.07.17 23:53:35.547620 [ 276 ] {e076653e-ba97-400b-bac1-27fd37317283} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001145 sec., 52401.74672489083 rows/sec., 3.53 MiB/sec. | ||
2560 | 2025.07.17 23:53:35.547654 [ 276 ] {e076653e-ba97-400b-bac1-27fd37317283} <Debug> TCPHandler: Processed in 0.00132872 sec. | ||
2561 | 2025.07.17 23:53:35.679004 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
2562 | 2025.07.17 23:53:35.679479 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2563 | 2025.07.17 23:53:35.679515 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2564 | 2025.07.17 23:53:35.679978 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2565 | 2025.07.17 23:53:35.680229 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2566 | 2025.07.17 23:53:35.680355 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
2567 | 2025.07.17 23:53:36.089446 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
2568 | 2025.07.17 23:53:36.107217 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2569 | 2025.07.17 23:53:36.107284 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2570 | 2025.07.17 23:53:36.112872 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2571 | 2025.07.17 23:53:36.113615 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2572 | 2025.07.17 23:53:36.116471 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
2573 | 2025.07.17 23:53:36.171984 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2574 | 2025.07.17 23:53:36.172230 [ 276 ] {c2ce97be-bee3-41c9-8f62-3f20c24764b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
2575 | 2025.07.17 23:53:36.172639 [ 276 ] {c2ce97be-bee3-41c9-8f62-3f20c24764b3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2576 | 2025.07.17 23:53:36.172682 [ 276 ] {c2ce97be-bee3-41c9-8f62-3f20c24764b3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
2577 | 2025.07.17 23:53:36.172968 [ 276 ] {c2ce97be-bee3-41c9-8f62-3f20c24764b3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2578 | 2025.07.17 23:53:36.173043 [ 276 ] {c2ce97be-bee3-41c9-8f62-3f20c24764b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2579 | 2025.07.17 23:53:36.173197 [ 276 ] {c2ce97be-bee3-41c9-8f62-3f20c24764b3} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
2580 | 2025.07.17 23:53:36.173318 [ 295 ] {c2ce97be-bee3-41c9-8f62-3f20c24764b3} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2581 | 2025.07.17 23:53:36.173341 [ 290 ] {c2ce97be-bee3-41c9-8f62-3f20c24764b3} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2582 | 2025.07.17 23:53:36.173353 [ 293 ] {c2ce97be-bee3-41c9-8f62-3f20c24764b3} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2583 | 2025.07.17 23:53:36.173342 [ 292 ] {c2ce97be-bee3-41c9-8f62-3f20c24764b3} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2584 | 2025.07.17 23:53:36.173506 [ 276 ] {c2ce97be-bee3-41c9-8f62-3f20c24764b3} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (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 | ||
2585 | 2025.07.17 23:53:36.173535 [ 276 ] {c2ce97be-bee3-41c9-8f62-3f20c24764b3} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2586 | 2025.07.17 23:53:36.173621 [ 276 ] {c2ce97be-bee3-41c9-8f62-3f20c24764b3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2587 | 2025.07.17 23:53:36.173645 [ 276 ] {c2ce97be-bee3-41c9-8f62-3f20c24764b3} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
2588 | 2025.07.17 23:53:36.173681 [ 276 ] {c2ce97be-bee3-41c9-8f62-3f20c24764b3} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
2589 | 2025.07.17 23:53:36.173725 [ 276 ] {c2ce97be-bee3-41c9-8f62-3f20c24764b3} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
2590 | 2025.07.17 23:53:36.173768 [ 276 ] {c2ce97be-bee3-41c9-8f62-3f20c24764b3} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
2591 | 2025.07.17 23:53:36.174625 [ 276 ] {c2ce97be-bee3-41c9-8f62-3f20c24764b3} <Debug> executeQuery: Read 29 rows, 1.26 KiB in 0.002498 sec., 11609.287429943955 rows/sec., 506.26 KiB/sec. | ||
2592 | 2025.07.17 23:53:36.174757 [ 276 ] {c2ce97be-bee3-41c9-8f62-3f20c24764b3} <Debug> TCPHandler: Processed in 0.002920465 sec. | ||
2593 | 2025.07.17 23:53:36.175022 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2594 | 2025.07.17 23:53:36.175181 [ 276 ] {6ebb7f72-a90e-48b0-8ed8-5724918b24b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
2595 | 2025.07.17 23:53:36.175444 [ 276 ] {6ebb7f72-a90e-48b0-8ed8-5724918b24b2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2596 | 2025.07.17 23:53:36.175483 [ 276 ] {6ebb7f72-a90e-48b0-8ed8-5724918b24b2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
2597 | 2025.07.17 23:53:36.175720 [ 276 ] {6ebb7f72-a90e-48b0-8ed8-5724918b24b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2598 | 2025.07.17 23:53:36.175783 [ 276 ] {6ebb7f72-a90e-48b0-8ed8-5724918b24b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2599 | 2025.07.17 23:53:36.175895 [ 276 ] {6ebb7f72-a90e-48b0-8ed8-5724918b24b2} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
2600 | 2025.07.17 23:53:36.175972 [ 293 ] {6ebb7f72-a90e-48b0-8ed8-5724918b24b2} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2601 | 2025.07.17 23:53:36.175990 [ 290 ] {6ebb7f72-a90e-48b0-8ed8-5724918b24b2} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2602 | 2025.07.17 23:53:36.175982 [ 295 ] {6ebb7f72-a90e-48b0-8ed8-5724918b24b2} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2603 | 2025.07.17 23:53:36.175980 [ 292 ] {6ebb7f72-a90e-48b0-8ed8-5724918b24b2} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2604 | 2025.07.17 23:53:36.176140 [ 276 ] {6ebb7f72-a90e-48b0-8ed8-5724918b24b2} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (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 | ||
2605 | 2025.07.17 23:53:36.176167 [ 276 ] {6ebb7f72-a90e-48b0-8ed8-5724918b24b2} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2606 | 2025.07.17 23:53:36.176239 [ 276 ] {6ebb7f72-a90e-48b0-8ed8-5724918b24b2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2607 | 2025.07.17 23:53:36.176257 [ 276 ] {6ebb7f72-a90e-48b0-8ed8-5724918b24b2} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
2608 | 2025.07.17 23:53:36.176288 [ 276 ] {6ebb7f72-a90e-48b0-8ed8-5724918b24b2} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
2609 | 2025.07.17 23:53:36.176319 [ 276 ] {6ebb7f72-a90e-48b0-8ed8-5724918b24b2} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
2610 | 2025.07.17 23:53:36.176347 [ 276 ] {6ebb7f72-a90e-48b0-8ed8-5724918b24b2} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
2611 | 2025.07.17 23:53:36.177086 [ 276 ] {6ebb7f72-a90e-48b0-8ed8-5724918b24b2} <Debug> executeQuery: Read 29 rows, 1.26 KiB in 0.00197 sec., 14720.812182741118 rows/sec., 641.95 KiB/sec. | ||
2612 | 2025.07.17 23:53:36.177236 [ 276 ] {6ebb7f72-a90e-48b0-8ed8-5724918b24b2} <Debug> TCPHandler: Processed in 0.002266875 sec. | ||
2613 | 2025.07.17 23:53:36.177501 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2614 | 2025.07.17 23:53:36.177661 [ 276 ] {6b010469-8b2d-4fca-bcd5-fe96c7cef4b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
2615 | 2025.07.17 23:53:36.177894 [ 276 ] {6b010469-8b2d-4fca-bcd5-fe96c7cef4b5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2616 | 2025.07.17 23:53:36.177932 [ 276 ] {6b010469-8b2d-4fca-bcd5-fe96c7cef4b5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
2617 | 2025.07.17 23:53:36.178135 [ 276 ] {6b010469-8b2d-4fca-bcd5-fe96c7cef4b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2618 | 2025.07.17 23:53:36.178191 [ 276 ] {6b010469-8b2d-4fca-bcd5-fe96c7cef4b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2619 | 2025.07.17 23:53:36.178295 [ 276 ] {6b010469-8b2d-4fca-bcd5-fe96c7cef4b5} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
2620 | 2025.07.17 23:53:36.178359 [ 290 ] {6b010469-8b2d-4fca-bcd5-fe96c7cef4b5} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2621 | 2025.07.17 23:53:36.178376 [ 292 ] {6b010469-8b2d-4fca-bcd5-fe96c7cef4b5} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2622 | 2025.07.17 23:53:36.178384 [ 293 ] {6b010469-8b2d-4fca-bcd5-fe96c7cef4b5} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2623 | 2025.07.17 23:53:36.178384 [ 295 ] {6b010469-8b2d-4fca-bcd5-fe96c7cef4b5} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2624 | 2025.07.17 23:53:36.178510 [ 276 ] {6b010469-8b2d-4fca-bcd5-fe96c7cef4b5} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (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 | ||
2625 | 2025.07.17 23:53:36.178533 [ 276 ] {6b010469-8b2d-4fca-bcd5-fe96c7cef4b5} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2626 | 2025.07.17 23:53:36.178601 [ 276 ] {6b010469-8b2d-4fca-bcd5-fe96c7cef4b5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2627 | 2025.07.17 23:53:36.178619 [ 276 ] {6b010469-8b2d-4fca-bcd5-fe96c7cef4b5} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
2628 | 2025.07.17 23:53:36.178652 [ 276 ] {6b010469-8b2d-4fca-bcd5-fe96c7cef4b5} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
2629 | 2025.07.17 23:53:36.178683 [ 276 ] {6b010469-8b2d-4fca-bcd5-fe96c7cef4b5} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
2630 | 2025.07.17 23:53:36.178712 [ 276 ] {6b010469-8b2d-4fca-bcd5-fe96c7cef4b5} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
2631 | 2025.07.17 23:53:36.179313 [ 276 ] {6b010469-8b2d-4fca-bcd5-fe96c7cef4b5} <Debug> executeQuery: Read 29 rows, 1.26 KiB in 0.001717 sec., 16889.924286546302 rows/sec., 736.55 KiB/sec. | ||
2632 | 2025.07.17 23:53:36.179431 [ 276 ] {6b010469-8b2d-4fca-bcd5-fe96c7cef4b5} <Debug> TCPHandler: Processed in 0.001993961 sec. | ||
2633 | 2025.07.17 23:53:36.179670 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2634 | 2025.07.17 23:53:36.179809 [ 276 ] {f0d17654-1d3f-40d1-81f1-f9e1f6f40a10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
2635 | 2025.07.17 23:53:36.180034 [ 276 ] {f0d17654-1d3f-40d1-81f1-f9e1f6f40a10} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2636 | 2025.07.17 23:53:36.180071 [ 276 ] {f0d17654-1d3f-40d1-81f1-f9e1f6f40a10} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
2637 | 2025.07.17 23:53:36.180276 [ 276 ] {f0d17654-1d3f-40d1-81f1-f9e1f6f40a10} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2638 | 2025.07.17 23:53:36.180356 [ 276 ] {f0d17654-1d3f-40d1-81f1-f9e1f6f40a10} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2639 | 2025.07.17 23:53:36.180465 [ 276 ] {f0d17654-1d3f-40d1-81f1-f9e1f6f40a10} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
2640 | 2025.07.17 23:53:36.180544 [ 295 ] {f0d17654-1d3f-40d1-81f1-f9e1f6f40a10} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2641 | 2025.07.17 23:53:36.180546 [ 293 ] {f0d17654-1d3f-40d1-81f1-f9e1f6f40a10} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2642 | 2025.07.17 23:53:36.180566 [ 290 ] {f0d17654-1d3f-40d1-81f1-f9e1f6f40a10} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2643 | 2025.07.17 23:53:36.180549 [ 292 ] {f0d17654-1d3f-40d1-81f1-f9e1f6f40a10} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2644 | 2025.07.17 23:53:36.180683 [ 276 ] {f0d17654-1d3f-40d1-81f1-f9e1f6f40a10} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (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 | ||
2645 | 2025.07.17 23:53:36.180711 [ 276 ] {f0d17654-1d3f-40d1-81f1-f9e1f6f40a10} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2646 | 2025.07.17 23:53:36.180780 [ 276 ] {f0d17654-1d3f-40d1-81f1-f9e1f6f40a10} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2647 | 2025.07.17 23:53:36.180799 [ 276 ] {f0d17654-1d3f-40d1-81f1-f9e1f6f40a10} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
2648 | 2025.07.17 23:53:36.180830 [ 276 ] {f0d17654-1d3f-40d1-81f1-f9e1f6f40a10} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" | ||
2649 | 2025.07.17 23:53:36.180860 [ 276 ] {f0d17654-1d3f-40d1-81f1-f9e1f6f40a10} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" | ||
2650 | 2025.07.17 23:53:36.180890 [ 276 ] {f0d17654-1d3f-40d1-81f1-f9e1f6f40a10} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" | ||
2651 | 2025.07.17 23:53:36.181508 [ 276 ] {f0d17654-1d3f-40d1-81f1-f9e1f6f40a10} <Debug> executeQuery: Read 29 rows, 1.26 KiB in 0.001757 sec., 16505.406943653954 rows/sec., 719.78 KiB/sec. | ||
2652 | 2025.07.17 23:53:36.181625 [ 276 ] {f0d17654-1d3f-40d1-81f1-f9e1f6f40a10} <Debug> TCPHandler: Processed in 0.00200545 sec. | ||
2653 | 2025.07.17 23:53:36.181837 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2654 | 2025.07.17 23:53:36.181974 [ 276 ] {171906d0-6cda-469b-a330-a410a2f2f5c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
2655 | 2025.07.17 23:53:36.182196 [ 276 ] {171906d0-6cda-469b-a330-a410a2f2f5c2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2656 | 2025.07.17 23:53:36.182233 [ 276 ] {171906d0-6cda-469b-a330-a410a2f2f5c2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
2657 | 2025.07.17 23:53:36.182443 [ 276 ] {171906d0-6cda-469b-a330-a410a2f2f5c2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2658 | 2025.07.17 23:53:36.182497 [ 276 ] {171906d0-6cda-469b-a330-a410a2f2f5c2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2659 | 2025.07.17 23:53:36.182597 [ 276 ] {171906d0-6cda-469b-a330-a410a2f2f5c2} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2660 | 2025.07.17 23:53:36.182669 [ 293 ] {171906d0-6cda-469b-a330-a410a2f2f5c2} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2661 | 2025.07.17 23:53:36.182679 [ 290 ] {171906d0-6cda-469b-a330-a410a2f2f5c2} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2662 | 2025.07.17 23:53:36.182678 [ 292 ] {171906d0-6cda-469b-a330-a410a2f2f5c2} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2663 | 2025.07.17 23:53:36.182678 [ 295 ] {171906d0-6cda-469b-a330-a410a2f2f5c2} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2664 | 2025.07.17 23:53:36.182807 [ 276 ] {171906d0-6cda-469b-a330-a410a2f2f5c2} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (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 | ||
2665 | 2025.07.17 23:53:36.182829 [ 276 ] {171906d0-6cda-469b-a330-a410a2f2f5c2} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2666 | 2025.07.17 23:53:36.182895 [ 276 ] {171906d0-6cda-469b-a330-a410a2f2f5c2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2667 | 2025.07.17 23:53:36.182912 [ 276 ] {171906d0-6cda-469b-a330-a410a2f2f5c2} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
2668 | 2025.07.17 23:53:36.182942 [ 276 ] {171906d0-6cda-469b-a330-a410a2f2f5c2} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" | ||
2669 | 2025.07.17 23:53:36.182974 [ 276 ] {171906d0-6cda-469b-a330-a410a2f2f5c2} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" | ||
2670 | 2025.07.17 23:53:36.183005 [ 276 ] {171906d0-6cda-469b-a330-a410a2f2f5c2} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" | ||
2671 | 2025.07.17 23:53:36.183616 [ 276 ] {171906d0-6cda-469b-a330-a410a2f2f5c2} <Debug> executeQuery: Read 29 rows, 1.26 KiB in 0.001699 sec., 17068.864037669216 rows/sec., 744.35 KiB/sec. | ||
2672 | 2025.07.17 23:53:36.183733 [ 276 ] {171906d0-6cda-469b-a330-a410a2f2f5c2} <Debug> TCPHandler: Processed in 0.0019449 sec. | ||
2673 | 2025.07.17 23:53:36.183942 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2674 | 2025.07.17 23:53:36.184080 [ 276 ] {f2f17d26-47b7-43fb-8aab-284aab56e67d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
2675 | 2025.07.17 23:53:36.184297 [ 276 ] {f2f17d26-47b7-43fb-8aab-284aab56e67d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2676 | 2025.07.17 23:53:36.184343 [ 276 ] {f2f17d26-47b7-43fb-8aab-284aab56e67d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
2677 | 2025.07.17 23:53:36.184554 [ 276 ] {f2f17d26-47b7-43fb-8aab-284aab56e67d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2678 | 2025.07.17 23:53:36.184607 [ 276 ] {f2f17d26-47b7-43fb-8aab-284aab56e67d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2679 | 2025.07.17 23:53:36.184706 [ 276 ] {f2f17d26-47b7-43fb-8aab-284aab56e67d} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2680 | 2025.07.17 23:53:36.184776 [ 293 ] {f2f17d26-47b7-43fb-8aab-284aab56e67d} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2681 | 2025.07.17 23:53:36.184786 [ 292 ] {f2f17d26-47b7-43fb-8aab-284aab56e67d} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2682 | 2025.07.17 23:53:36.184786 [ 295 ] {f2f17d26-47b7-43fb-8aab-284aab56e67d} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2683 | 2025.07.17 23:53:36.184786 [ 290 ] {f2f17d26-47b7-43fb-8aab-284aab56e67d} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2684 | 2025.07.17 23:53:36.184935 [ 276 ] {f2f17d26-47b7-43fb-8aab-284aab56e67d} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (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 | ||
2685 | 2025.07.17 23:53:36.184962 [ 276 ] {f2f17d26-47b7-43fb-8aab-284aab56e67d} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2686 | 2025.07.17 23:53:36.185031 [ 276 ] {f2f17d26-47b7-43fb-8aab-284aab56e67d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2687 | 2025.07.17 23:53:36.185050 [ 276 ] {f2f17d26-47b7-43fb-8aab-284aab56e67d} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
2688 | 2025.07.17 23:53:36.185080 [ 276 ] {f2f17d26-47b7-43fb-8aab-284aab56e67d} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" | ||
2689 | 2025.07.17 23:53:36.185111 [ 276 ] {f2f17d26-47b7-43fb-8aab-284aab56e67d} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" | ||
2690 | 2025.07.17 23:53:36.185146 [ 276 ] {f2f17d26-47b7-43fb-8aab-284aab56e67d} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" | ||
2691 | 2025.07.17 23:53:36.185733 [ 276 ] {f2f17d26-47b7-43fb-8aab-284aab56e67d} <Debug> executeQuery: Read 29 rows, 1.26 KiB in 0.001711 sec., 16949.15254237288 rows/sec., 739.13 KiB/sec. | ||
2692 | 2025.07.17 23:53:36.185849 [ 276 ] {f2f17d26-47b7-43fb-8aab-284aab56e67d} <Debug> TCPHandler: Processed in 0.001955911 sec. | ||
2693 | 2025.07.17 23:53:36.311844 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2694 | 2025.07.17 23:53:36.312113 [ 276 ] {65bf5071-79ff-4cba-96ae-6415d2f5e54f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
2695 | 2025.07.17 23:53:36.312510 [ 276 ] {65bf5071-79ff-4cba-96ae-6415d2f5e54f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2696 | 2025.07.17 23:53:36.312558 [ 276 ] {65bf5071-79ff-4cba-96ae-6415d2f5e54f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
2697 | 2025.07.17 23:53:36.312861 [ 276 ] {65bf5071-79ff-4cba-96ae-6415d2f5e54f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2698 | 2025.07.17 23:53:36.312941 [ 276 ] {65bf5071-79ff-4cba-96ae-6415d2f5e54f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2699 | 2025.07.17 23:53:36.313097 [ 276 ] {65bf5071-79ff-4cba-96ae-6415d2f5e54f} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
2700 | 2025.07.17 23:53:36.313226 [ 295 ] {65bf5071-79ff-4cba-96ae-6415d2f5e54f} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2701 | 2025.07.17 23:53:36.313238 [ 293 ] {65bf5071-79ff-4cba-96ae-6415d2f5e54f} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2702 | 2025.07.17 23:53:36.313251 [ 292 ] {65bf5071-79ff-4cba-96ae-6415d2f5e54f} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2703 | 2025.07.17 23:53:36.313243 [ 290 ] {65bf5071-79ff-4cba-96ae-6415d2f5e54f} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2704 | 2025.07.17 23:53:36.313396 [ 276 ] {65bf5071-79ff-4cba-96ae-6415d2f5e54f} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (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 | ||
2705 | 2025.07.17 23:53:36.313422 [ 276 ] {65bf5071-79ff-4cba-96ae-6415d2f5e54f} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2706 | 2025.07.17 23:53:36.313504 [ 276 ] {65bf5071-79ff-4cba-96ae-6415d2f5e54f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2707 | 2025.07.17 23:53:36.313526 [ 276 ] {65bf5071-79ff-4cba-96ae-6415d2f5e54f} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
2708 | 2025.07.17 23:53:36.313560 [ 276 ] {65bf5071-79ff-4cba-96ae-6415d2f5e54f} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
2709 | 2025.07.17 23:53:36.313596 [ 276 ] {65bf5071-79ff-4cba-96ae-6415d2f5e54f} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
2710 | 2025.07.17 23:53:36.313629 [ 276 ] {65bf5071-79ff-4cba-96ae-6415d2f5e54f} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
2711 | 2025.07.17 23:53:36.314407 [ 276 ] {65bf5071-79ff-4cba-96ae-6415d2f5e54f} <Debug> executeQuery: Read 29 rows, 1.26 KiB in 0.002415 sec., 12008.281573498965 rows/sec., 523.66 KiB/sec. | ||
2712 | 2025.07.17 23:53:36.314549 [ 276 ] {65bf5071-79ff-4cba-96ae-6415d2f5e54f} <Debug> TCPHandler: Processed in 0.002840814 sec. | ||
2713 | 2025.07.17 23:53:36.315062 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2714 | 2025.07.17 23:53:36.315171 [ 276 ] {819c6392-9ce2-4b1a-9a8c-b9d639c00706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
2715 | 2025.07.17 23:53:36.315214 [ 276 ] {819c6392-9ce2-4b1a-9a8c-b9d639c00706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2716 | 2025.07.17 23:53:36.315738 [ 276 ] {819c6392-9ce2-4b1a-9a8c-b9d639c00706} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2717 | 2025.07.17 23:53:36.315781 [ 276 ] {819c6392-9ce2-4b1a-9a8c-b9d639c00706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2718 | 2025.07.17 23:53:36.316187 [ 276 ] {819c6392-9ce2-4b1a-9a8c-b9d639c00706} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2719 | 2025.07.17 23:53:36.316386 [ 276 ] {819c6392-9ce2-4b1a-9a8c-b9d639c00706} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2720 | 2025.07.17 23:53:36.316538 [ 276 ] {819c6392-9ce2-4b1a-9a8c-b9d639c00706} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.001398 sec., 5007.153075822604 rows/sec., 1018.48 KiB/sec. | ||
2721 | 2025.07.17 23:53:36.316578 [ 276 ] {819c6392-9ce2-4b1a-9a8c-b9d639c00706} <Debug> TCPHandler: Processed in 0.001566214 sec. | ||
2722 | 2025.07.17 23:53:36.316690 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2723 | 2025.07.17 23:53:36.316784 [ 276 ] {c5d98a7e-066b-4c52-8a8b-7eaae4ef9d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
2724 | 2025.07.17 23:53:36.316825 [ 276 ] {c5d98a7e-066b-4c52-8a8b-7eaae4ef9d02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
2725 | 2025.07.17 23:53:36.317247 [ 276 ] {c5d98a7e-066b-4c52-8a8b-7eaae4ef9d02} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2726 | 2025.07.17 23:53:36.317284 [ 276 ] {c5d98a7e-066b-4c52-8a8b-7eaae4ef9d02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2727 | 2025.07.17 23:53:36.317582 [ 276 ] {c5d98a7e-066b-4c52-8a8b-7eaae4ef9d02} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2728 | 2025.07.17 23:53:36.317808 [ 276 ] {c5d98a7e-066b-4c52-8a8b-7eaae4ef9d02} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2729 | 2025.07.17 23:53:36.317937 [ 276 ] {c5d98a7e-066b-4c52-8a8b-7eaae4ef9d02} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001171 sec., 20495.303159692572 rows/sec., 1.70 MiB/sec. | ||
2730 | 2025.07.17 23:53:36.317974 [ 276 ] {c5d98a7e-066b-4c52-8a8b-7eaae4ef9d02} <Debug> TCPHandler: Processed in 0.001332701 sec. | ||
2731 | 2025.07.17 23:53:36.318084 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2732 | 2025.07.17 23:53:36.318177 [ 276 ] {3db81f89-e33a-4466-a9d8-14e893e558c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
2733 | 2025.07.17 23:53:36.318217 [ 276 ] {3db81f89-e33a-4466-a9d8-14e893e558c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2734 | 2025.07.17 23:53:36.318598 [ 276 ] {3db81f89-e33a-4466-a9d8-14e893e558c9} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2735 | 2025.07.17 23:53:36.318635 [ 276 ] {3db81f89-e33a-4466-a9d8-14e893e558c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2736 | 2025.07.17 23:53:36.318939 [ 276 ] {3db81f89-e33a-4466-a9d8-14e893e558c9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2737 | 2025.07.17 23:53:36.319144 [ 276 ] {3db81f89-e33a-4466-a9d8-14e893e558c9} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2738 | 2025.07.17 23:53:36.319266 [ 276 ] {3db81f89-e33a-4466-a9d8-14e893e558c9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001107 sec., 1806.684733514002 rows/sec., 147.32 KiB/sec. | ||
2739 | 2025.07.17 23:53:36.319305 [ 276 ] {3db81f89-e33a-4466-a9d8-14e893e558c9} <Debug> TCPHandler: Processed in 0.001269979 sec. | ||
2740 | 2025.07.17 23:53:36.319416 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2741 | 2025.07.17 23:53:36.319510 [ 276 ] {b39bb17b-dc72-413a-a267-7bbe7521bd4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2742 | 2025.07.17 23:53:36.319548 [ 276 ] {b39bb17b-dc72-413a-a267-7bbe7521bd4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2743 | 2025.07.17 23:53:36.320628 [ 276 ] {b39bb17b-dc72-413a-a267-7bbe7521bd4a} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2744 | 2025.07.17 23:53:36.320666 [ 276 ] {b39bb17b-dc72-413a-a267-7bbe7521bd4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2745 | 2025.07.17 23:53:36.321057 [ 276 ] {b39bb17b-dc72-413a-a267-7bbe7521bd4a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2746 | 2025.07.17 23:53:36.321273 [ 276 ] {b39bb17b-dc72-413a-a267-7bbe7521bd4a} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2747 | 2025.07.17 23:53:36.321405 [ 276 ] {b39bb17b-dc72-413a-a267-7bbe7521bd4a} <Debug> executeQuery: Read 1320 rows, 112.27 KiB in 0.001913 sec., 690015.6821745948 rows/sec., 57.31 MiB/sec. | ||
2748 | 2025.07.17 23:53:36.321445 [ 276 ] {b39bb17b-dc72-413a-a267-7bbe7521bd4a} <Debug> TCPHandler: Processed in 0.002077342 sec. | ||
2749 | 2025.07.17 23:53:36.321571 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2750 | 2025.07.17 23:53:36.321676 [ 276 ] {4ecbc731-25cf-41c8-b6b9-855a6a15e7aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2751 | 2025.07.17 23:53:36.321718 [ 276 ] {4ecbc731-25cf-41c8-b6b9-855a6a15e7aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2752 | 2025.07.17 23:53:36.322141 [ 276 ] {4ecbc731-25cf-41c8-b6b9-855a6a15e7aa} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2753 | 2025.07.17 23:53:36.322179 [ 276 ] {4ecbc731-25cf-41c8-b6b9-855a6a15e7aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2754 | 2025.07.17 23:53:36.322498 [ 276 ] {4ecbc731-25cf-41c8-b6b9-855a6a15e7aa} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2755 | 2025.07.17 23:53:36.322717 [ 276 ] {4ecbc731-25cf-41c8-b6b9-855a6a15e7aa} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2756 | 2025.07.17 23:53:36.322843 [ 276 ] {4ecbc731-25cf-41c8-b6b9-855a6a15e7aa} <Debug> executeQuery: Read 15 rows, 1.18 KiB in 0.001186 sec., 12647.554806070826 rows/sec., 991.38 KiB/sec. | ||
2757 | 2025.07.17 23:53:36.322881 [ 276 ] {4ecbc731-25cf-41c8-b6b9-855a6a15e7aa} <Debug> TCPHandler: Processed in 0.001367401 sec. | ||
2758 | 2025.07.17 23:53:36.323000 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2759 | 2025.07.17 23:53:36.323098 [ 276 ] {6cab7525-9bfc-41ea-a155-22966c7ef04f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2760 | 2025.07.17 23:53:36.323139 [ 276 ] {6cab7525-9bfc-41ea-a155-22966c7ef04f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2761 | 2025.07.17 23:53:36.323624 [ 276 ] {6cab7525-9bfc-41ea-a155-22966c7ef04f} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2762 | 2025.07.17 23:53:36.323662 [ 276 ] {6cab7525-9bfc-41ea-a155-22966c7ef04f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2763 | 2025.07.17 23:53:36.323961 [ 276 ] {6cab7525-9bfc-41ea-a155-22966c7ef04f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2764 | 2025.07.17 23:53:36.324166 [ 276 ] {6cab7525-9bfc-41ea-a155-22966c7ef04f} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2765 | 2025.07.17 23:53:36.324292 [ 276 ] {6cab7525-9bfc-41ea-a155-22966c7ef04f} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001212 sec., 207920.79207920792 rows/sec., 14.38 MiB/sec. | ||
2766 | 2025.07.17 23:53:36.324351 [ 276 ] {6cab7525-9bfc-41ea-a155-22966c7ef04f} <Debug> TCPHandler: Processed in 0.001399122 sec. | ||
2767 | 2025.07.17 23:53:36.324483 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2768 | 2025.07.17 23:53:36.324587 [ 276 ] {832cc3ff-5af0-4d90-9215-14edbe6b76a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2769 | 2025.07.17 23:53:36.324661 [ 276 ] {832cc3ff-5af0-4d90-9215-14edbe6b76a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2770 | 2025.07.17 23:53:36.325085 [ 276 ] {832cc3ff-5af0-4d90-9215-14edbe6b76a8} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2771 | 2025.07.17 23:53:36.325122 [ 276 ] {832cc3ff-5af0-4d90-9215-14edbe6b76a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2772 | 2025.07.17 23:53:36.325447 [ 276 ] {832cc3ff-5af0-4d90-9215-14edbe6b76a8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2773 | 2025.07.17 23:53:36.325659 [ 276 ] {832cc3ff-5af0-4d90-9215-14edbe6b76a8} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2774 | 2025.07.17 23:53:36.325788 [ 276 ] {832cc3ff-5af0-4d90-9215-14edbe6b76a8} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001219 sec., 9844.134536505331 rows/sec., 769.07 KiB/sec. | ||
2775 | 2025.07.17 23:53:36.325827 [ 276 ] {832cc3ff-5af0-4d90-9215-14edbe6b76a8} <Debug> TCPHandler: Processed in 0.001393581 sec. | ||
2776 | 2025.07.17 23:53:36.325942 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2777 | 2025.07.17 23:53:36.326037 [ 276 ] {ff2f26f5-1041-4592-bc32-d1286d48a361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2778 | 2025.07.17 23:53:36.326077 [ 276 ] {ff2f26f5-1041-4592-bc32-d1286d48a361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2779 | 2025.07.17 23:53:36.326676 [ 276 ] {ff2f26f5-1041-4592-bc32-d1286d48a361} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2780 | 2025.07.17 23:53:36.326716 [ 276 ] {ff2f26f5-1041-4592-bc32-d1286d48a361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2781 | 2025.07.17 23:53:36.327100 [ 276 ] {ff2f26f5-1041-4592-bc32-d1286d48a361} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2782 | 2025.07.17 23:53:36.327313 [ 276 ] {ff2f26f5-1041-4592-bc32-d1286d48a361} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2783 | 2025.07.17 23:53:36.327443 [ 276 ] {ff2f26f5-1041-4592-bc32-d1286d48a361} <Debug> executeQuery: Read 559 rows, 42.91 KiB in 0.001424 sec., 392556.17977528094 rows/sec., 29.42 MiB/sec. | ||
2784 | 2025.07.17 23:53:36.327482 [ 276 ] {ff2f26f5-1041-4592-bc32-d1286d48a361} <Debug> TCPHandler: Processed in 0.001590235 sec. | ||
2785 | 2025.07.17 23:53:36.327596 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2786 | 2025.07.17 23:53:36.327691 [ 276 ] {f8a77622-1fdf-46c6-99a2-9678aab81337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2787 | 2025.07.17 23:53:36.327736 [ 276 ] {f8a77622-1fdf-46c6-99a2-9678aab81337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2788 | 2025.07.17 23:53:36.329028 [ 276 ] {f8a77622-1fdf-46c6-99a2-9678aab81337} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2789 | 2025.07.17 23:53:36.329065 [ 276 ] {f8a77622-1fdf-46c6-99a2-9678aab81337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2790 | 2025.07.17 23:53:36.329619 [ 276 ] {f8a77622-1fdf-46c6-99a2-9678aab81337} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2791 | 2025.07.17 23:53:36.329829 [ 276 ] {f8a77622-1fdf-46c6-99a2-9678aab81337} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2792 | 2025.07.17 23:53:36.329956 [ 276 ] {f8a77622-1fdf-46c6-99a2-9678aab81337} <Debug> executeQuery: Read 3562 rows, 244.13 KiB in 0.002283 sec., 1560227.770477442 rows/sec., 104.43 MiB/sec. | ||
2793 | 2025.07.17 23:53:36.329994 [ 276 ] {f8a77622-1fdf-46c6-99a2-9678aab81337} <Debug> TCPHandler: Processed in 0.002447157 sec. | ||
2794 | 2025.07.17 23:53:36.330110 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2795 | 2025.07.17 23:53:36.330204 [ 276 ] {4bc7d99c-9c26-49bd-a824-645cc53b6f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2796 | 2025.07.17 23:53:36.330259 [ 276 ] {4bc7d99c-9c26-49bd-a824-645cc53b6f5e} <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 | ||
2797 | 2025.07.17 23:53:36.330935 [ 276 ] {4bc7d99c-9c26-49bd-a824-645cc53b6f5e} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2798 | 2025.07.17 23:53:36.330972 [ 276 ] {4bc7d99c-9c26-49bd-a824-645cc53b6f5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2799 | 2025.07.17 23:53:36.331415 [ 276 ] {4bc7d99c-9c26-49bd-a824-645cc53b6f5e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2800 | 2025.07.17 23:53:36.331656 [ 276 ] {4bc7d99c-9c26-49bd-a824-645cc53b6f5e} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2801 | 2025.07.17 23:53:36.331791 [ 276 ] {4bc7d99c-9c26-49bd-a824-645cc53b6f5e} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.001604 sec., 623.4413965087282 rows/sec., 1.12 MiB/sec. | ||
2802 | 2025.07.17 23:53:36.331849 [ 276 ] {4bc7d99c-9c26-49bd-a824-645cc53b6f5e} <Debug> TCPHandler: Processed in 0.001788167 sec. | ||
2803 | 2025.07.17 23:53:36.331961 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2804 | 2025.07.17 23:53:36.332056 [ 276 ] {6c4dd3c5-ae4a-494e-b74b-e44ec258c1d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2805 | 2025.07.17 23:53:36.332098 [ 276 ] {6c4dd3c5-ae4a-494e-b74b-e44ec258c1d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2806 | 2025.07.17 23:53:36.332411 [ 276 ] {6c4dd3c5-ae4a-494e-b74b-e44ec258c1d5} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2807 | 2025.07.17 23:53:36.332447 [ 276 ] {6c4dd3c5-ae4a-494e-b74b-e44ec258c1d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2808 | 2025.07.17 23:53:36.332737 [ 276 ] {6c4dd3c5-ae4a-494e-b74b-e44ec258c1d5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2809 | 2025.07.17 23:53:36.332934 [ 276 ] {6c4dd3c5-ae4a-494e-b74b-e44ec258c1d5} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2810 | 2025.07.17 23:53:36.333056 [ 276 ] {6c4dd3c5-ae4a-494e-b74b-e44ec258c1d5} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001018 sec., 11787.819253438114 rows/sec., 813.48 KiB/sec. | ||
2811 | 2025.07.17 23:53:36.333092 [ 276 ] {6c4dd3c5-ae4a-494e-b74b-e44ec258c1d5} <Debug> TCPHandler: Processed in 0.001178928 sec. | ||
2812 | 2025.07.17 23:53:37.000147 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.76 MiB, peak 203.52 MiB, free memory in arenas 0.00 B, will set to 199.61 MiB (RSS), difference: -1.15 MiB | ||
2813 | 2025.07.17 23:53:40.535036 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2814 | 2025.07.17 23:53:40.535316 [ 276 ] {21729d8c-c4fc-4367-b7fd-99daac121206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2815 | 2025.07.17 23:53:40.535423 [ 276 ] {21729d8c-c4fc-4367-b7fd-99daac121206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2816 | 2025.07.17 23:53:40.536311 [ 276 ] {21729d8c-c4fc-4367-b7fd-99daac121206} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2817 | 2025.07.17 23:53:40.536353 [ 276 ] {21729d8c-c4fc-4367-b7fd-99daac121206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2818 | 2025.07.17 23:53:40.536747 [ 276 ] {21729d8c-c4fc-4367-b7fd-99daac121206} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2819 | 2025.07.17 23:53:40.536991 [ 276 ] {21729d8c-c4fc-4367-b7fd-99daac121206} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2820 | 2025.07.17 23:53:40.537106 [ 61 ] {} <Debug> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
2821 | 2025.07.17 23:53:40.537143 [ 276 ] {21729d8c-c4fc-4367-b7fd-99daac121206} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001904 sec., 29411.764705882353 rows/sec., 2.25 MiB/sec. | ||
2822 | 2025.07.17 23:53:40.537150 [ 61 ] {} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2823 | 2025.07.17 23:53:40.537179 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2824 | 2025.07.17 23:53:40.537189 [ 276 ] {21729d8c-c4fc-4367-b7fd-99daac121206} <Debug> TCPHandler: Processed in 0.002282925 sec. | ||
2825 | 2025.07.17 23:53:40.537269 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
2826 | 2025.07.17 23:53:40.537310 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2827 | 2025.07.17 23:53:40.537372 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2828 | 2025.07.17 23:53:40.537404 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 262 rows starting from the beginning of the part | ||
2829 | 2025.07.17 23:53:40.537408 [ 276 ] {0c34739e-3c81-4cbe-a910-9b7a45b4bb2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2830 | 2025.07.17 23:53:40.537453 [ 276 ] {0c34739e-3c81-4cbe-a910-9b7a45b4bb2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2831 | 2025.07.17 23:53:40.537473 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 138 rows starting from the beginning of the part | ||
2832 | 2025.07.17 23:53:40.537522 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 58 rows starting from the beginning of the part | ||
2833 | 2025.07.17 23:53:40.537569 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 136 rows starting from the beginning of the part | ||
2834 | 2025.07.17 23:53:40.537614 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1320 rows starting from the beginning of the part | ||
2835 | 2025.07.17 23:53:40.537660 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part | ||
2836 | 2025.07.17 23:53:40.537880 [ 276 ] {0c34739e-3c81-4cbe-a910-9b7a45b4bb2b} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2837 | 2025.07.17 23:53:40.537916 [ 276 ] {0c34739e-3c81-4cbe-a910-9b7a45b4bb2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2838 | 2025.07.17 23:53:40.538216 [ 276 ] {0c34739e-3c81-4cbe-a910-9b7a45b4bb2b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2839 | 2025.07.17 23:53:40.538429 [ 276 ] {0c34739e-3c81-4cbe-a910-9b7a45b4bb2b} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2840 | 2025.07.17 23:53:40.538522 [ 61 ] {} <Debug> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
2841 | 2025.07.17 23:53:40.538545 [ 61 ] {} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2842 | 2025.07.17 23:53:40.538552 [ 276 ] {0c34739e-3c81-4cbe-a910-9b7a45b4bb2b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001164 sec., 54982.817869415805 rows/sec., 4.29 MiB/sec. | ||
2843 | 2025.07.17 23:53:40.538561 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2844 | 2025.07.17 23:53:40.538590 [ 276 ] {0c34739e-3c81-4cbe-a910-9b7a45b4bb2b} <Debug> TCPHandler: Processed in 0.001332541 sec. | ||
2845 | 2025.07.17 23:53:40.538663 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
2846 | 2025.07.17 23:53:40.538701 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2847 | 2025.07.17 23:53:40.538787 [ 186 ] {97e9e053-2700-4610-a493-547689adb125::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1970 rows, containing 5 columns (5 merged, 0 gathered) in 0.001553434 sec., 1268158.1579906195 rows/sec., 111.27 MiB/sec. | ||
2848 | 2025.07.17 23:53:40.538813 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2849 | 2025.07.17 23:53:40.538801 [ 276 ] {1217ca21-52a8-4031-b020-88e52e81cb1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2850 | 2025.07.17 23:53:40.538871 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 165 rows starting from the beginning of the part | ||
2851 | 2025.07.17 23:53:40.538898 [ 276 ] {1217ca21-52a8-4031-b020-88e52e81cb1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2852 | 2025.07.17 23:53:40.538964 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 108 rows starting from the beginning of the part | ||
2853 | 2025.07.17 23:53:40.539004 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
2854 | 2025.07.17 23:53:40.539022 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 65 rows starting from the beginning of the part | ||
2855 | 2025.07.17 23:53:40.539073 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 104 rows starting from the beginning of the part | ||
2856 | 2025.07.17 23:53:40.539120 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 559 rows starting from the beginning of the part | ||
2857 | 2025.07.17 23:53:40.539167 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part | ||
2858 | 2025.07.17 23:53:40.539261 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_20_4} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2859 | 2025.07.17 23:53:40.539279 [ 276 ] {1217ca21-52a8-4031-b020-88e52e81cb1c} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2860 | 2025.07.17 23:53:40.539315 [ 276 ] {1217ca21-52a8-4031-b020-88e52e81cb1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2861 | 2025.07.17 23:53:40.539330 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_20_4} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
2862 | 2025.07.17 23:53:40.539400 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
2863 | 2025.07.17 23:53:40.539670 [ 276 ] {1217ca21-52a8-4031-b020-88e52e81cb1c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2864 | 2025.07.17 23:53:40.539893 [ 276 ] {1217ca21-52a8-4031-b020-88e52e81cb1c} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2865 | 2025.07.17 23:53:40.540022 [ 276 ] {1217ca21-52a8-4031-b020-88e52e81cb1c} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00124 sec., 103225.80645161291 rows/sec., 7.19 MiB/sec. | ||
2866 | 2025.07.17 23:53:40.540058 [ 276 ] {1217ca21-52a8-4031-b020-88e52e81cb1c} <Debug> TCPHandler: Processed in 0.001405821 sec. | ||
2867 | 2025.07.17 23:53:40.540167 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2868 | 2025.07.17 23:53:40.540224 [ 193 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1065 rows, containing 5 columns (5 merged, 0 gathered) in 0.001612185 sec., 660594.1625805972 rows/sec., 53.26 MiB/sec. | ||
2869 | 2025.07.17 23:53:40.540261 [ 276 ] {15e2bbd7-fdf4-468b-b1fb-10bd6ca067f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2870 | 2025.07.17 23:53:40.540302 [ 276 ] {15e2bbd7-fdf4-468b-b1fb-10bd6ca067f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2871 | 2025.07.17 23:53:40.540369 [ 189 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
2872 | 2025.07.17 23:53:40.540587 [ 189 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_20_4} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2873 | 2025.07.17 23:53:40.540619 [ 276 ] {15e2bbd7-fdf4-468b-b1fb-10bd6ca067f6} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2874 | 2025.07.17 23:53:40.540643 [ 189 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_20_4} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
2875 | 2025.07.17 23:53:40.540654 [ 276 ] {15e2bbd7-fdf4-468b-b1fb-10bd6ca067f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2876 | 2025.07.17 23:53:40.540719 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
2877 | 2025.07.17 23:53:40.540947 [ 276 ] {15e2bbd7-fdf4-468b-b1fb-10bd6ca067f6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2878 | 2025.07.17 23:53:40.541168 [ 276 ] {15e2bbd7-fdf4-468b-b1fb-10bd6ca067f6} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2879 | 2025.07.17 23:53:40.541290 [ 276 ] {15e2bbd7-fdf4-468b-b1fb-10bd6ca067f6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001048 sec., 45801.526717557244 rows/sec., 3.09 MiB/sec. | ||
2880 | 2025.07.17 23:53:40.541326 [ 276 ] {15e2bbd7-fdf4-468b-b1fb-10bd6ca067f6} <Debug> TCPHandler: Processed in 0.001207369 sec. | ||
2881 | 2025.07.17 23:53:43.089969 [ 154 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2882 | 2025.07.17 23:53:43.090031 [ 154 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2883 | 2025.07.17 23:53:43.176128 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 412 | ||
2884 | 2025.07.17 23:53:43.178826 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2885 | 2025.07.17 23:53:43.178866 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2886 | 2025.07.17 23:53:43.180075 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2887 | 2025.07.17 23:53:43.180349 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2888 | 2025.07.17 23:53:43.180499 [ 154 ] {} <Debug> system.query_log (fffc79bd-d093-4609-b94c-831763790625) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2889 | 2025.07.17 23:53:43.180557 [ 154 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2890 | 2025.07.17 23:53:43.180580 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2891 | 2025.07.17 23:53:43.180627 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 412 | ||
2892 | 2025.07.17 23:53:43.180697 [ 189 ] {fffc79bd-d093-4609-b94c-831763790625::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 | ||
2893 | 2025.07.17 23:53:43.181315 [ 189 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2894 | 2025.07.17 23:53:43.181351 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
2895 | 2025.07.17 23:53:43.181489 [ 189 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 246 rows starting from the beginning of the part | ||
2896 | 2025.07.17 23:53:43.181866 [ 189 ] {fffc79bd-d093-4609-b94c-831763790625::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 | ||
2897 | 2025.07.17 23:53:43.181875 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2898 | 2025.07.17 23:53:43.181930 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2899 | 2025.07.17 23:53:43.182222 [ 189 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part | ||
2900 | 2025.07.17 23:53:43.182432 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2901 | 2025.07.17 23:53:43.182576 [ 189 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part | ||
2902 | 2025.07.17 23:53:43.182686 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2903 | 2025.07.17 23:53:43.182819 [ 154 ] {} <Debug> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2904 | 2025.07.17 23:53:43.182829 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
2905 | 2025.07.17 23:53:43.182857 [ 154 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2906 | 2025.07.17 23:53:43.182881 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2907 | 2025.07.17 23:53:43.182909 [ 189 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
2908 | 2025.07.17 23:53:43.182966 [ 193 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
2909 | 2025.07.17 23:53:43.183058 [ 193 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2910 | 2025.07.17 23:53:43.183085 [ 193 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
2911 | 2025.07.17 23:53:43.183134 [ 193 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
2912 | 2025.07.17 23:53:43.183178 [ 193 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
2913 | 2025.07.17 23:53:43.183217 [ 193 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
2914 | 2025.07.17 23:53:43.183246 [ 189 ] {fffc79bd-d093-4609-b94c-831763790625::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 | ||
2915 | 2025.07.17 23:53:43.183254 [ 193 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
2916 | 2025.07.17 23:53:43.183298 [ 193 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
2917 | 2025.07.17 23:53:43.184632 [ 193 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.001699387 sec., 4343330.8598924205 rows/sec., 62.13 MiB/sec. | ||
2918 | 2025.07.17 23:53:43.185048 [ 191 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2919 | 2025.07.17 23:53:43.185324 [ 191 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_16_3} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2920 | 2025.07.17 23:53:43.185391 [ 191 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_16_3} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2921 | 2025.07.17 23:53:43.185480 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
2922 | 2025.07.17 23:53:43.189331 [ 193 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 412 rows, containing 72 columns (72 merged, 0 gathered) in 0.008691154 sec., 47404.521885125956 rows/sec., 44.38 MiB/sec. | ||
2923 | 2025.07.17 23:53:43.190286 [ 191 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2924 | 2025.07.17 23:53:43.190854 [ 191 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_11_2} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2925 | 2025.07.17 23:53:43.190928 [ 191 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_11_2} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2926 | 2025.07.17 23:53:43.191145 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. | ||
2927 | 2025.07.17 23:53:43.617467 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
2928 | 2025.07.17 23:53:43.634074 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2929 | 2025.07.17 23:53:43.634121 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2930 | 2025.07.17 23:53:43.640256 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2931 | 2025.07.17 23:53:43.640973 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2932 | 2025.07.17 23:53:43.641276 [ 154 ] {} <Debug> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2933 | 2025.07.17 23:53:43.641347 [ 154 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2934 | 2025.07.17 23:53:43.641370 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2935 | 2025.07.17 23:53:43.641504 [ 193 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
2936 | 2025.07.17 23:53:43.643912 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
2937 | 2025.07.17 23:53:43.645433 [ 193 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2938 | 2025.07.17 23:53:43.646794 [ 193 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
2939 | 2025.07.17 23:53:43.651347 [ 193 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
2940 | 2025.07.17 23:53:43.655778 [ 193 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
2941 | 2025.07.17 23:53:43.660261 [ 193 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
2942 | 2025.07.17 23:53:43.664874 [ 193 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
2943 | 2025.07.17 23:53:43.669344 [ 193 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
2944 | 2025.07.17 23:53:43.723723 [ 191 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.082279117 sec., 1470.6040172988244 rows/sec., 7.60 MiB/sec. | ||
2945 | 2025.07.17 23:53:43.726155 [ 191 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2946 | 2025.07.17 23:53:43.728198 [ 191 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_16_3} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2947 | 2025.07.17 23:53:43.728304 [ 191 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_16_3} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2948 | 2025.07.17 23:53:43.730319 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
2949 | 2025.07.17 23:53:44.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.82 MiB, peak 210.78 MiB, free memory in arenas 0.00 B, will set to 211.15 MiB (RSS), difference: 10.33 MiB | ||
2950 | 2025.07.17 23:53:44.001237 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000820592 sec. | ||
2951 | 2025.07.17 23:53:45.538416 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2952 | 2025.07.17 23:53:45.538595 [ 276 ] {9ded7b92-3974-49b9-94ce-b58a649e7b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2953 | 2025.07.17 23:53:45.538660 [ 276 ] {9ded7b92-3974-49b9-94ce-b58a649e7b40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2954 | 2025.07.17 23:53:45.539375 [ 276 ] {9ded7b92-3974-49b9-94ce-b58a649e7b40} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2955 | 2025.07.17 23:53:45.539421 [ 276 ] {9ded7b92-3974-49b9-94ce-b58a649e7b40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2956 | 2025.07.17 23:53:45.539821 [ 276 ] {9ded7b92-3974-49b9-94ce-b58a649e7b40} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
2957 | 2025.07.17 23:53:45.540050 [ 276 ] {9ded7b92-3974-49b9-94ce-b58a649e7b40} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2958 | 2025.07.17 23:53:45.540208 [ 276 ] {9ded7b92-3974-49b9-94ce-b58a649e7b40} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001665 sec., 81681.68168168169 rows/sec., 7.04 MiB/sec. | ||
2959 | 2025.07.17 23:53:45.540254 [ 276 ] {9ded7b92-3974-49b9-94ce-b58a649e7b40} <Debug> TCPHandler: Processed in 0.001968681 sec. | ||
2960 | 2025.07.17 23:53:45.540379 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2961 | 2025.07.17 23:53:45.540476 [ 276 ] {e567ff59-f027-4981-8167-20bde49978c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2962 | 2025.07.17 23:53:45.540517 [ 276 ] {e567ff59-f027-4981-8167-20bde49978c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2963 | 2025.07.17 23:53:45.540924 [ 276 ] {e567ff59-f027-4981-8167-20bde49978c7} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2964 | 2025.07.17 23:53:45.540962 [ 276 ] {e567ff59-f027-4981-8167-20bde49978c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2965 | 2025.07.17 23:53:45.541258 [ 276 ] {e567ff59-f027-4981-8167-20bde49978c7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2966 | 2025.07.17 23:53:45.541464 [ 276 ] {e567ff59-f027-4981-8167-20bde49978c7} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2967 | 2025.07.17 23:53:45.541588 [ 276 ] {e567ff59-f027-4981-8167-20bde49978c7} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001132 sec., 35335.68904593639 rows/sec., 2.59 MiB/sec. | ||
2968 | 2025.07.17 23:53:45.541626 [ 276 ] {e567ff59-f027-4981-8167-20bde49978c7} <Debug> TCPHandler: Processed in 0.00129736 sec. | ||
2969 | 2025.07.17 23:53:45.541732 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2970 | 2025.07.17 23:53:45.541827 [ 276 ] {3930310d-c181-4080-b38b-7d973664b9d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2971 | 2025.07.17 23:53:45.541865 [ 276 ] {3930310d-c181-4080-b38b-7d973664b9d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2972 | 2025.07.17 23:53:45.542280 [ 276 ] {3930310d-c181-4080-b38b-7d973664b9d9} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2973 | 2025.07.17 23:53:45.542315 [ 276 ] {3930310d-c181-4080-b38b-7d973664b9d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2974 | 2025.07.17 23:53:45.542615 [ 276 ] {3930310d-c181-4080-b38b-7d973664b9d9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
2975 | 2025.07.17 23:53:45.542829 [ 276 ] {3930310d-c181-4080-b38b-7d973664b9d9} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2976 | 2025.07.17 23:53:45.542953 [ 276 ] {3930310d-c181-4080-b38b-7d973664b9d9} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001144 sec., 90909.09090909091 rows/sec., 7.10 MiB/sec. | ||
2977 | 2025.07.17 23:53:45.542990 [ 276 ] {3930310d-c181-4080-b38b-7d973664b9d9} <Debug> TCPHandler: Processed in 0.00130624 sec. | ||
2978 | 2025.07.17 23:53:45.543113 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2979 | 2025.07.17 23:53:45.543209 [ 276 ] {189d94db-4b0c-47fd-b9c9-14a3b6a3e25b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2980 | 2025.07.17 23:53:45.543252 [ 276 ] {189d94db-4b0c-47fd-b9c9-14a3b6a3e25b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2981 | 2025.07.17 23:53:45.543653 [ 276 ] {189d94db-4b0c-47fd-b9c9-14a3b6a3e25b} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2982 | 2025.07.17 23:53:45.543687 [ 276 ] {189d94db-4b0c-47fd-b9c9-14a3b6a3e25b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2983 | 2025.07.17 23:53:45.544004 [ 276 ] {189d94db-4b0c-47fd-b9c9-14a3b6a3e25b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
2984 | 2025.07.17 23:53:45.544207 [ 276 ] {189d94db-4b0c-47fd-b9c9-14a3b6a3e25b} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2985 | 2025.07.17 23:53:45.544315 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
2986 | 2025.07.17 23:53:45.544333 [ 276 ] {189d94db-4b0c-47fd-b9c9-14a3b6a3e25b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001143 sec., 139982.5021872266 rows/sec., 9.75 MiB/sec. | ||
2987 | 2025.07.17 23:53:45.544385 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2988 | 2025.07.17 23:53:45.544394 [ 276 ] {189d94db-4b0c-47fd-b9c9-14a3b6a3e25b} <Debug> TCPHandler: Processed in 0.00132862 sec. | ||
2989 | 2025.07.17 23:53:45.544413 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
2990 | 2025.07.17 23:53:45.544517 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2991 | 2025.07.17 23:53:45.544538 [ 198 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
2992 | 2025.07.17 23:53:45.544615 [ 276 ] {8f586588-9da4-42e9-b995-6582c5126041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2993 | 2025.07.17 23:53:45.544673 [ 276 ] {8f586588-9da4-42e9-b995-6582c5126041} <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 | ||
2994 | 2025.07.17 23:53:45.544690 [ 198 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2995 | 2025.07.17 23:53:45.544735 [ 198 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2233 rows starting from the beginning of the part | ||
2996 | 2025.07.17 23:53:45.544806 [ 198 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
2997 | 2025.07.17 23:53:45.544857 [ 198 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
2998 | 2025.07.17 23:53:45.544905 [ 198 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 3562 rows starting from the beginning of the part | ||
2999 | 2025.07.17 23:53:45.544950 [ 198 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 128 rows starting from the beginning of the part | ||
3000 | 2025.07.17 23:53:45.544997 [ 198 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
3001 | 2025.07.17 23:53:45.545492 [ 276 ] {8f586588-9da4-42e9-b995-6582c5126041} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3002 | 2025.07.17 23:53:45.545534 [ 276 ] {8f586588-9da4-42e9-b995-6582c5126041} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
3003 | 2025.07.17 23:53:45.546297 [ 276 ] {8f586588-9da4-42e9-b995-6582c5126041} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3004 | 2025.07.17 23:53:45.546523 [ 276 ] {8f586588-9da4-42e9-b995-6582c5126041} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3005 | 2025.07.17 23:53:45.546665 [ 276 ] {8f586588-9da4-42e9-b995-6582c5126041} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002068 sec., 19342.359767891685 rows/sec., 34.66 MiB/sec. | ||
3006 | 2025.07.17 23:53:45.546685 [ 147 ] {} <Debug> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3007 | 2025.07.17 23:53:45.546718 [ 276 ] {8f586588-9da4-42e9-b995-6582c5126041} <Debug> TCPHandler: Processed in 0.002250055 sec. | ||
3008 | 2025.07.17 23:53:45.546867 [ 147 ] {} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3009 | 2025.07.17 23:53:45.546893 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
3010 | 2025.07.17 23:53:45.546957 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3011 | 2025.07.17 23:53:45.546991 [ 191 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::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 | ||
3012 | 2025.07.17 23:53:45.547057 [ 276 ] {3ccd95a1-2d3a-4f6e-bb5c-c7cbd721a174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3013 | 2025.07.17 23:53:45.547104 [ 276 ] {3ccd95a1-2d3a-4f6e-bb5c-c7cbd721a174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3014 | 2025.07.17 23:53:45.547236 [ 191 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3015 | 2025.07.17 23:53:45.547307 [ 191 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 177 rows starting from the beginning of the part | ||
3016 | 2025.07.17 23:53:45.547464 [ 276 ] {3ccd95a1-2d3a-4f6e-bb5c-c7cbd721a174} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3017 | 2025.07.17 23:53:45.547506 [ 276 ] {3ccd95a1-2d3a-4f6e-bb5c-c7cbd721a174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
3018 | 2025.07.17 23:53:45.547564 [ 191 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part | ||
3019 | 2025.07.17 23:53:45.547611 [ 194 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6403 rows, containing 5 columns (5 merged, 0 gathered) in 0.003121639 sec., 2051166.0701317482 rows/sec., 140.91 MiB/sec. | ||
3020 | 2025.07.17 23:53:45.547688 [ 191 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
3021 | 2025.07.17 23:53:45.547803 [ 191 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part | ||
3022 | 2025.07.17 23:53:45.547876 [ 276 ] {3ccd95a1-2d3a-4f6e-bb5c-c7cbd721a174} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3023 | 2025.07.17 23:53:45.547906 [ 191 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
3024 | 2025.07.17 23:53:45.548012 [ 191 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part | ||
3025 | 2025.07.17 23:53:45.548101 [ 276 ] {3ccd95a1-2d3a-4f6e-bb5c-c7cbd721a174} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3026 | 2025.07.17 23:53:45.548217 [ 194 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3027 | 2025.07.17 23:53:45.548235 [ 147 ] {} <Debug> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3028 | 2025.07.17 23:53:45.548241 [ 276 ] {3ccd95a1-2d3a-4f6e-bb5c-c7cbd721a174} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001203 sec., 49875.31172069825 rows/sec., 3.36 MiB/sec. | ||
3029 | 2025.07.17 23:53:45.548278 [ 147 ] {} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3030 | 2025.07.17 23:53:45.548296 [ 276 ] {3ccd95a1-2d3a-4f6e-bb5c-c7cbd721a174} <Debug> TCPHandler: Processed in 0.001389481 sec. | ||
3031 | 2025.07.17 23:53:45.548305 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB. | ||
3032 | 2025.07.17 23:53:45.548389 [ 198 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
3033 | 2025.07.17 23:53:45.548483 [ 198 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3034 | 2025.07.17 23:53:45.548511 [ 198 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 768 rows starting from the beginning of the part | ||
3035 | 2025.07.17 23:53:45.548550 [ 194 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3036 | 2025.07.17 23:53:45.548555 [ 198 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
3037 | 2025.07.17 23:53:45.548596 [ 198 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
3038 | 2025.07.17 23:53:45.548626 [ 194 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3039 | 2025.07.17 23:53:45.548630 [ 198 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part | ||
3040 | 2025.07.17 23:53:45.548666 [ 198 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 48 rows starting from the beginning of the part | ||
3041 | 2025.07.17 23:53:45.548699 [ 198 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
3042 | 2025.07.17 23:53:45.548700 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. | ||
3043 | 2025.07.17 23:53:45.549476 [ 199 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1008 rows, containing 4 columns (4 merged, 0 gathered) in 0.001116977 sec., 902435.7708350307 rows/sec., 60.64 MiB/sec. | ||
3044 | 2025.07.17 23:53:45.549623 [ 194 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3045 | 2025.07.17 23:53:45.549863 [ 194 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_21_4} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3046 | 2025.07.17 23:53:45.549925 [ 194 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_21_4} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3047 | 2025.07.17 23:53:45.549981 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
3048 | 2025.07.17 23:53:45.551830 [ 194 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 19 columns (19 merged, 0 gathered) in 0.004888095 sec., 61169.023924453184 rows/sec., 109.61 MiB/sec. | ||
3049 | 2025.07.17 23:53:45.552315 [ 190 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3050 | 2025.07.17 23:53:45.552652 [ 190 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3051 | 2025.07.17 23:53:45.552732 [ 190 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3052 | 2025.07.17 23:53:45.552848 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.73 MiB. | ||
3053 | 2025.07.17 23:53:46.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.69 MiB, peak 218.39 MiB, free memory in arenas 0.00 B, will set to 213.61 MiB (RSS), difference: 1.92 MiB | ||
3054 | 2025.07.17 23:53:47.461774 [ 150 ] {} <Debug> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3055 | 2025.07.17 23:53:47.461850 [ 150 ] {} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3056 | 2025.07.17 23:53:47.461872 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3057 | 2025.07.17 23:53:47.461988 [ 191 ] {55dd9d47-a261-43b2-bf79-918f27a6dcbd::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 | ||
3058 | 2025.07.17 23:53:47.462273 [ 191 ] {55dd9d47-a261-43b2-bf79-918f27a6dcbd::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3059 | 2025.07.17 23:53:47.462316 [ 191 ] {55dd9d47-a261-43b2-bf79-918f27a6dcbd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
3060 | 2025.07.17 23:53:47.462392 [ 191 ] {55dd9d47-a261-43b2-bf79-918f27a6dcbd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 5 rows starting from the beginning of the part | ||
3061 | 2025.07.17 23:53:47.462453 [ 191 ] {55dd9d47-a261-43b2-bf79-918f27a6dcbd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
3062 | 2025.07.17 23:53:47.462506 [ 191 ] {55dd9d47-a261-43b2-bf79-918f27a6dcbd::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 | ||
3063 | 2025.07.17 23:53:47.462566 [ 191 ] {55dd9d47-a261-43b2-bf79-918f27a6dcbd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part | ||
3064 | 2025.07.17 23:53:47.464003 [ 190 ] {55dd9d47-a261-43b2-bf79-918f27a6dcbd::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 6 columns (6 merged, 0 gathered) in 0.002068932 sec., 17883.62304802671 rows/sec., 3.56 MiB/sec. | ||
3065 | 2025.07.17 23:53:47.464145 [ 191 ] {55dd9d47-a261-43b2-bf79-918f27a6dcbd::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3066 | 2025.07.17 23:53:47.464445 [ 191 ] {55dd9d47-a261-43b2-bf79-918f27a6dcbd::all_1_5_1} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3067 | 2025.07.17 23:53:47.464515 [ 191 ] {55dd9d47-a261-43b2-bf79-918f27a6dcbd::all_1_5_1} <Trace> oximeter.timeseries_schema (55dd9d47-a261-43b2-bf79-918f27a6dcbd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3068 | 2025.07.17 23:53:47.464586 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3069 | 2025.07.17 23:53:48.367314 [ 150 ] {} <Debug> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3070 | 2025.07.17 23:53:48.367400 [ 150 ] {} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3071 | 2025.07.17 23:53:48.367437 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3072 | 2025.07.17 23:53:48.367574 [ 199 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::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 | ||
3073 | 2025.07.17 23:53:48.367712 [ 199 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3074 | 2025.07.17 23:53:48.367745 [ 199 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
3075 | 2025.07.17 23:53:48.367813 [ 199 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part | ||
3076 | 2025.07.17 23:53:48.367858 [ 199 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::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 | ||
3077 | 2025.07.17 23:53:48.367899 [ 199 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::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 | ||
3078 | 2025.07.17 23:53:48.367941 [ 199 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 252 rows starting from the beginning of the part | ||
3079 | 2025.07.17 23:53:48.368729 [ 191 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 302 rows, containing 5 columns (5 merged, 0 gathered) in 0.001211079 sec., 249364.40975361638 rows/sec., 18.74 MiB/sec. | ||
3080 | 2025.07.17 23:53:48.368866 [ 199 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3081 | 2025.07.17 23:53:48.369105 [ 199 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_5_1} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3082 | 2025.07.17 23:53:48.369169 [ 199 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_5_1} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3083 | 2025.07.17 23:53:48.369244 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
3084 | 2025.07.17 23:53:50.542912 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3085 | 2025.07.17 23:53:50.543137 [ 276 ] {fb4b4f6f-9c0f-4b4e-97d8-1554d1492633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3086 | 2025.07.17 23:53:50.543221 [ 276 ] {fb4b4f6f-9c0f-4b4e-97d8-1554d1492633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3087 | 2025.07.17 23:53:50.544055 [ 276 ] {fb4b4f6f-9c0f-4b4e-97d8-1554d1492633} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3088 | 2025.07.17 23:53:50.544120 [ 276 ] {fb4b4f6f-9c0f-4b4e-97d8-1554d1492633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3089 | 2025.07.17 23:53:50.544619 [ 276 ] {fb4b4f6f-9c0f-4b4e-97d8-1554d1492633} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3090 | 2025.07.17 23:53:50.544904 [ 276 ] {fb4b4f6f-9c0f-4b4e-97d8-1554d1492633} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3091 | 2025.07.17 23:53:50.545105 [ 276 ] {fb4b4f6f-9c0f-4b4e-97d8-1554d1492633} <Debug> executeQuery: Read 58 rows, 4.57 KiB in 0.00203 sec., 28571.42857142857 rows/sec., 2.20 MiB/sec. | ||
3092 | 2025.07.17 23:53:50.545167 [ 276 ] {fb4b4f6f-9c0f-4b4e-97d8-1554d1492633} <Debug> TCPHandler: Processed in 0.002447387 sec. | ||
3093 | 2025.07.17 23:53:50.545327 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3094 | 2025.07.17 23:53:50.545448 [ 276 ] {7ce20d66-8466-4570-83e2-ea1e1ccda34a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3095 | 2025.07.17 23:53:50.545500 [ 276 ] {7ce20d66-8466-4570-83e2-ea1e1ccda34a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3096 | 2025.07.17 23:53:50.546049 [ 276 ] {7ce20d66-8466-4570-83e2-ea1e1ccda34a} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3097 | 2025.07.17 23:53:50.546091 [ 276 ] {7ce20d66-8466-4570-83e2-ea1e1ccda34a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3098 | 2025.07.17 23:53:50.546420 [ 276 ] {7ce20d66-8466-4570-83e2-ea1e1ccda34a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3099 | 2025.07.17 23:53:50.546644 [ 276 ] {7ce20d66-8466-4570-83e2-ea1e1ccda34a} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3100 | 2025.07.17 23:53:50.546789 [ 276 ] {7ce20d66-8466-4570-83e2-ea1e1ccda34a} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001371 sec., 729.3946024799417 rows/sec., 54.85 KiB/sec. | ||
3101 | 2025.07.17 23:53:50.546839 [ 276 ] {7ce20d66-8466-4570-83e2-ea1e1ccda34a} <Debug> TCPHandler: Processed in 0.001574214 sec. | ||
3102 | 2025.07.17 23:53:50.546995 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3103 | 2025.07.17 23:53:50.547111 [ 276 ] {d135ce0b-63c4-4d47-9df3-53305b281f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3104 | 2025.07.17 23:53:50.547165 [ 276 ] {d135ce0b-63c4-4d47-9df3-53305b281f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3105 | 2025.07.17 23:53:50.547725 [ 276 ] {d135ce0b-63c4-4d47-9df3-53305b281f03} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3106 | 2025.07.17 23:53:50.547769 [ 276 ] {d135ce0b-63c4-4d47-9df3-53305b281f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3107 | 2025.07.17 23:53:50.548187 [ 276 ] {d135ce0b-63c4-4d47-9df3-53305b281f03} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3108 | 2025.07.17 23:53:50.548501 [ 276 ] {d135ce0b-63c4-4d47-9df3-53305b281f03} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3109 | 2025.07.17 23:53:50.548672 [ 276 ] {d135ce0b-63c4-4d47-9df3-53305b281f03} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001583 sec., 41061.276058117495 rows/sec., 3.21 MiB/sec. | ||
3110 | 2025.07.17 23:53:50.548724 [ 276 ] {d135ce0b-63c4-4d47-9df3-53305b281f03} <Debug> TCPHandler: Processed in 0.001791037 sec. | ||
3111 | 2025.07.17 23:53:50.548872 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3112 | 2025.07.17 23:53:50.548969 [ 276 ] {57660683-da42-44c9-952f-e9f6b5bda21c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3113 | 2025.07.17 23:53:50.549024 [ 276 ] {57660683-da42-44c9-952f-e9f6b5bda21c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3114 | 2025.07.17 23:53:50.549506 [ 276 ] {57660683-da42-44c9-952f-e9f6b5bda21c} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3115 | 2025.07.17 23:53:50.549545 [ 276 ] {57660683-da42-44c9-952f-e9f6b5bda21c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3116 | 2025.07.17 23:53:50.549900 [ 276 ] {57660683-da42-44c9-952f-e9f6b5bda21c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3117 | 2025.07.17 23:53:50.550132 [ 276 ] {57660683-da42-44c9-952f-e9f6b5bda21c} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3118 | 2025.07.17 23:53:50.550283 [ 276 ] {57660683-da42-44c9-952f-e9f6b5bda21c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001334 sec., 119940.02998500751 rows/sec., 8.35 MiB/sec. | ||
3119 | 2025.07.17 23:53:50.550326 [ 276 ] {57660683-da42-44c9-952f-e9f6b5bda21c} <Debug> TCPHandler: Processed in 0.001506123 sec. | ||
3120 | 2025.07.17 23:53:50.550478 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3121 | 2025.07.17 23:53:50.550598 [ 276 ] {db5eccfc-d8f0-4b1d-adf3-0dc6cddf978a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3122 | 2025.07.17 23:53:50.550672 [ 276 ] {db5eccfc-d8f0-4b1d-adf3-0dc6cddf978a} <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 | ||
3123 | 2025.07.17 23:53:50.551578 [ 276 ] {db5eccfc-d8f0-4b1d-adf3-0dc6cddf978a} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3124 | 2025.07.17 23:53:50.551619 [ 276 ] {db5eccfc-d8f0-4b1d-adf3-0dc6cddf978a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3125 | 2025.07.17 23:53:50.552199 [ 276 ] {db5eccfc-d8f0-4b1d-adf3-0dc6cddf978a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3126 | 2025.07.17 23:53:50.552492 [ 276 ] {db5eccfc-d8f0-4b1d-adf3-0dc6cddf978a} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3127 | 2025.07.17 23:53:50.552649 [ 276 ] {db5eccfc-d8f0-4b1d-adf3-0dc6cddf978a} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002075 sec., 481.92771084337346 rows/sec., 884.32 KiB/sec. | ||
3128 | 2025.07.17 23:53:50.552716 [ 276 ] {db5eccfc-d8f0-4b1d-adf3-0dc6cddf978a} <Debug> TCPHandler: Processed in 0.002292466 sec. | ||
3129 | 2025.07.17 23:53:50.552875 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3130 | 2025.07.17 23:53:50.553000 [ 276 ] {d8dab1b0-0e0a-4409-9623-2eeb8004f768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3131 | 2025.07.17 23:53:50.553055 [ 276 ] {d8dab1b0-0e0a-4409-9623-2eeb8004f768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3132 | 2025.07.17 23:53:50.553640 [ 276 ] {d8dab1b0-0e0a-4409-9623-2eeb8004f768} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3133 | 2025.07.17 23:53:50.553685 [ 276 ] {d8dab1b0-0e0a-4409-9623-2eeb8004f768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3134 | 2025.07.17 23:53:50.554122 [ 276 ] {d8dab1b0-0e0a-4409-9623-2eeb8004f768} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3135 | 2025.07.17 23:53:50.554436 [ 276 ] {d8dab1b0-0e0a-4409-9623-2eeb8004f768} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3136 | 2025.07.17 23:53:50.554605 [ 276 ] {d8dab1b0-0e0a-4409-9623-2eeb8004f768} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001629 sec., 36832.412523020255 rows/sec., 2.48 MiB/sec. | ||
3137 | 2025.07.17 23:53:50.554654 [ 276 ] {d8dab1b0-0e0a-4409-9623-2eeb8004f768} <Debug> TCPHandler: Processed in 0.001844648 sec. | ||
3138 | 2025.07.17 23:53:50.683063 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
3139 | 2025.07.17 23:53:50.683747 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3140 | 2025.07.17 23:53:50.683805 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3141 | 2025.07.17 23:53:50.684444 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3142 | 2025.07.17 23:53:50.684683 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3143 | 2025.07.17 23:53:50.684827 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
3144 | 2025.07.17 23:53:51.144097 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
3145 | 2025.07.17 23:53:51.160330 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3146 | 2025.07.17 23:53:51.160409 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3147 | 2025.07.17 23:53:51.166816 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3148 | 2025.07.17 23:53:51.167689 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3149 | 2025.07.17 23:53:51.171879 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
3150 | 2025.07.17 23:53:53.180972 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 436 | ||
3151 | 2025.07.17 23:53:53.182989 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3152 | 2025.07.17 23:53:53.183036 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3153 | 2025.07.17 23:53:53.184197 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3154 | 2025.07.17 23:53:53.184469 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3155 | 2025.07.17 23:53:53.184714 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 436 | ||
3156 | 2025.07.17 23:53:55.539105 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3157 | 2025.07.17 23:53:55.539304 [ 276 ] {a6f76dea-da8c-4638-a653-009458734667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3158 | 2025.07.17 23:53:55.539376 [ 276 ] {a6f76dea-da8c-4638-a653-009458734667} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3159 | 2025.07.17 23:53:55.540017 [ 276 ] {a6f76dea-da8c-4638-a653-009458734667} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3160 | 2025.07.17 23:53:55.540059 [ 276 ] {a6f76dea-da8c-4638-a653-009458734667} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3161 | 2025.07.17 23:53:55.540483 [ 276 ] {a6f76dea-da8c-4638-a653-009458734667} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3162 | 2025.07.17 23:53:55.540776 [ 276 ] {a6f76dea-da8c-4638-a653-009458734667} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3163 | 2025.07.17 23:53:55.540949 [ 276 ] {a6f76dea-da8c-4638-a653-009458734667} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001699 sec., 1177.1630370806356 rows/sec., 95.99 KiB/sec. | ||
3164 | 2025.07.17 23:53:55.541002 [ 276 ] {a6f76dea-da8c-4638-a653-009458734667} <Debug> TCPHandler: Processed in 0.002033561 sec. | ||
3165 | 2025.07.17 23:53:55.541149 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3166 | 2025.07.17 23:53:55.541264 [ 276 ] {1cabe121-250f-4b90-ae55-159dd4d33b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3167 | 2025.07.17 23:53:55.541315 [ 276 ] {1cabe121-250f-4b90-ae55-159dd4d33b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3168 | 2025.07.17 23:53:55.541858 [ 276 ] {1cabe121-250f-4b90-ae55-159dd4d33b8f} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3169 | 2025.07.17 23:53:55.541895 [ 276 ] {1cabe121-250f-4b90-ae55-159dd4d33b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3170 | 2025.07.17 23:53:55.542222 [ 276 ] {1cabe121-250f-4b90-ae55-159dd4d33b8f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3171 | 2025.07.17 23:53:55.542433 [ 276 ] {1cabe121-250f-4b90-ae55-159dd4d33b8f} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3172 | 2025.07.17 23:53:55.542561 [ 276 ] {1cabe121-250f-4b90-ae55-159dd4d33b8f} <Debug> executeQuery: Read 137 rows, 12.07 KiB in 0.001322 sec., 103630.86232980332 rows/sec., 8.92 MiB/sec. | ||
3173 | 2025.07.17 23:53:55.542598 [ 276 ] {1cabe121-250f-4b90-ae55-159dd4d33b8f} <Debug> TCPHandler: Processed in 0.001510643 sec. | ||
3174 | 2025.07.17 23:53:55.542710 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3175 | 2025.07.17 23:53:55.542804 [ 276 ] {5de2cc91-993b-4fab-b206-a53b24c7bbbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3176 | 2025.07.17 23:53:55.542846 [ 276 ] {5de2cc91-993b-4fab-b206-a53b24c7bbbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3177 | 2025.07.17 23:53:55.543256 [ 276 ] {5de2cc91-993b-4fab-b206-a53b24c7bbbd} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3178 | 2025.07.17 23:53:55.543292 [ 276 ] {5de2cc91-993b-4fab-b206-a53b24c7bbbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3179 | 2025.07.17 23:53:55.543587 [ 276 ] {5de2cc91-993b-4fab-b206-a53b24c7bbbd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3180 | 2025.07.17 23:53:55.543794 [ 276 ] {5de2cc91-993b-4fab-b206-a53b24c7bbbd} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3181 | 2025.07.17 23:53:55.543918 [ 276 ] {5de2cc91-993b-4fab-b206-a53b24c7bbbd} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.001133 sec., 37069.726390114745 rows/sec., 2.71 MiB/sec. | ||
3182 | 2025.07.17 23:53:55.543956 [ 276 ] {5de2cc91-993b-4fab-b206-a53b24c7bbbd} <Debug> TCPHandler: Processed in 0.00129577 sec. | ||
3183 | 2025.07.17 23:53:55.544058 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3184 | 2025.07.17 23:53:55.544151 [ 276 ] {fb9d9efd-0e96-4233-9409-894be7fb29ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3185 | 2025.07.17 23:53:55.544193 [ 276 ] {fb9d9efd-0e96-4233-9409-894be7fb29ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3186 | 2025.07.17 23:53:55.544618 [ 276 ] {fb9d9efd-0e96-4233-9409-894be7fb29ee} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3187 | 2025.07.17 23:53:55.544654 [ 276 ] {fb9d9efd-0e96-4233-9409-894be7fb29ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3188 | 2025.07.17 23:53:55.544981 [ 276 ] {fb9d9efd-0e96-4233-9409-894be7fb29ee} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3189 | 2025.07.17 23:53:55.545189 [ 276 ] {fb9d9efd-0e96-4233-9409-894be7fb29ee} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3190 | 2025.07.17 23:53:55.545312 [ 276 ] {fb9d9efd-0e96-4233-9409-894be7fb29ee} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.001178 sec., 89983.0220713073 rows/sec., 7.03 MiB/sec. | ||
3191 | 2025.07.17 23:53:55.545347 [ 276 ] {fb9d9efd-0e96-4233-9409-894be7fb29ee} <Debug> TCPHandler: Processed in 0.00133903 sec. | ||
3192 | 2025.07.17 23:53:55.545466 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3193 | 2025.07.17 23:53:55.545560 [ 276 ] {fcae831b-92b9-4e6a-9b3e-7fd7e20d4ae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3194 | 2025.07.17 23:53:55.545603 [ 276 ] {fcae831b-92b9-4e6a-9b3e-7fd7e20d4ae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3195 | 2025.07.17 23:53:55.546008 [ 276 ] {fcae831b-92b9-4e6a-9b3e-7fd7e20d4ae1} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3196 | 2025.07.17 23:53:55.546043 [ 276 ] {fcae831b-92b9-4e6a-9b3e-7fd7e20d4ae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3197 | 2025.07.17 23:53:55.546367 [ 276 ] {fcae831b-92b9-4e6a-9b3e-7fd7e20d4ae1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3198 | 2025.07.17 23:53:55.546568 [ 276 ] {fcae831b-92b9-4e6a-9b3e-7fd7e20d4ae1} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3199 | 2025.07.17 23:53:55.546692 [ 276 ] {fcae831b-92b9-4e6a-9b3e-7fd7e20d4ae1} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00115 sec., 140000 rows/sec., 9.75 MiB/sec. | ||
3200 | 2025.07.17 23:53:55.546728 [ 276 ] {fcae831b-92b9-4e6a-9b3e-7fd7e20d4ae1} <Debug> TCPHandler: Processed in 0.00131097 sec. | ||
3201 | 2025.07.17 23:53:55.546876 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3202 | 2025.07.17 23:53:55.546978 [ 276 ] {494bdd71-88a3-49e2-98eb-bc5142caa70b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3203 | 2025.07.17 23:53:55.547033 [ 276 ] {494bdd71-88a3-49e2-98eb-bc5142caa70b} <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 | ||
3204 | 2025.07.17 23:53:55.547857 [ 276 ] {494bdd71-88a3-49e2-98eb-bc5142caa70b} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3205 | 2025.07.17 23:53:55.547896 [ 276 ] {494bdd71-88a3-49e2-98eb-bc5142caa70b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3206 | 2025.07.17 23:53:55.548462 [ 276 ] {494bdd71-88a3-49e2-98eb-bc5142caa70b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3207 | 2025.07.17 23:53:55.548686 [ 276 ] {494bdd71-88a3-49e2-98eb-bc5142caa70b} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3208 | 2025.07.17 23:53:55.548820 [ 276 ] {494bdd71-88a3-49e2-98eb-bc5142caa70b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001865 sec., 21447.721179624667 rows/sec., 38.43 MiB/sec. | ||
3209 | 2025.07.17 23:53:55.548872 [ 276 ] {494bdd71-88a3-49e2-98eb-bc5142caa70b} <Debug> TCPHandler: Processed in 0.002047491 sec. | ||
3210 | 2025.07.17 23:53:55.548987 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3211 | 2025.07.17 23:53:55.549083 [ 276 ] {aa4ca179-25e0-4cec-9e95-b0e5050ec16a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3212 | 2025.07.17 23:53:55.549125 [ 276 ] {aa4ca179-25e0-4cec-9e95-b0e5050ec16a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3213 | 2025.07.17 23:53:55.549467 [ 276 ] {aa4ca179-25e0-4cec-9e95-b0e5050ec16a} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3214 | 2025.07.17 23:53:55.549505 [ 276 ] {aa4ca179-25e0-4cec-9e95-b0e5050ec16a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3215 | 2025.07.17 23:53:55.549809 [ 276 ] {aa4ca179-25e0-4cec-9e95-b0e5050ec16a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3216 | 2025.07.17 23:53:55.550010 [ 276 ] {aa4ca179-25e0-4cec-9e95-b0e5050ec16a} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3217 | 2025.07.17 23:53:55.550135 [ 276 ] {aa4ca179-25e0-4cec-9e95-b0e5050ec16a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. | ||
3218 | 2025.07.17 23:53:55.550170 [ 276 ] {aa4ca179-25e0-4cec-9e95-b0e5050ec16a} <Debug> TCPHandler: Processed in 0.001233839 sec. | ||
3219 | 2025.07.17 23:53:58.090078 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3220 | 2025.07.17 23:53:58.090136 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3221 | 2025.07.17 23:53:58.184955 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
3222 | 2025.07.17 23:53:58.185468 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3223 | 2025.07.17 23:53:58.185511 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3224 | 2025.07.17 23:53:58.185997 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3225 | 2025.07.17 23:53:58.186225 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3226 | 2025.07.17 23:53:58.186357 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
3227 | 2025.07.17 23:53:58.671991 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
3228 | 2025.07.17 23:53:58.687900 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3229 | 2025.07.17 23:53:58.687955 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3230 | 2025.07.17 23:53:58.694246 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3231 | 2025.07.17 23:53:58.694978 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3232 | 2025.07.17 23:53:58.697696 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
3233 | 2025.07.17 23:54:00.536992 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3234 | 2025.07.17 23:54:00.537277 [ 276 ] {9b066231-ee0a-42ec-bc07-78a84fb3b773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3235 | 2025.07.17 23:54:00.537384 [ 276 ] {9b066231-ee0a-42ec-bc07-78a84fb3b773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3236 | 2025.07.17 23:54:00.538203 [ 276 ] {9b066231-ee0a-42ec-bc07-78a84fb3b773} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3237 | 2025.07.17 23:54:00.538252 [ 276 ] {9b066231-ee0a-42ec-bc07-78a84fb3b773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3238 | 2025.07.17 23:54:00.538645 [ 276 ] {9b066231-ee0a-42ec-bc07-78a84fb3b773} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3239 | 2025.07.17 23:54:00.538865 [ 276 ] {9b066231-ee0a-42ec-bc07-78a84fb3b773} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3240 | 2025.07.17 23:54:00.539019 [ 276 ] {9b066231-ee0a-42ec-bc07-78a84fb3b773} <Debug> executeQuery: Read 58 rows, 4.57 KiB in 0.001821 sec., 31850.63152114223 rows/sec., 2.45 MiB/sec. | ||
3241 | 2025.07.17 23:54:00.539061 [ 276 ] {9b066231-ee0a-42ec-bc07-78a84fb3b773} <Debug> TCPHandler: Processed in 0.002257064 sec. | ||
3242 | 2025.07.17 23:54:00.539185 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3243 | 2025.07.17 23:54:00.539281 [ 276 ] {6d1b58a6-2af2-420a-82b3-7aa6897dca6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3244 | 2025.07.17 23:54:00.539323 [ 276 ] {6d1b58a6-2af2-420a-82b3-7aa6897dca6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3245 | 2025.07.17 23:54:00.539710 [ 276 ] {6d1b58a6-2af2-420a-82b3-7aa6897dca6e} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3246 | 2025.07.17 23:54:00.539747 [ 276 ] {6d1b58a6-2af2-420a-82b3-7aa6897dca6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3247 | 2025.07.17 23:54:00.540034 [ 276 ] {6d1b58a6-2af2-420a-82b3-7aa6897dca6e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3248 | 2025.07.17 23:54:00.540242 [ 276 ] {6d1b58a6-2af2-420a-82b3-7aa6897dca6e} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3249 | 2025.07.17 23:54:00.540346 [ 134 ] {} <Debug> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3250 | 2025.07.17 23:54:00.540368 [ 276 ] {6d1b58a6-2af2-420a-82b3-7aa6897dca6e} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001105 sec., 904.9773755656108 rows/sec., 68.05 KiB/sec. | ||
3251 | 2025.07.17 23:54:00.540419 [ 134 ] {} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3252 | 2025.07.17 23:54:00.540427 [ 276 ] {6d1b58a6-2af2-420a-82b3-7aa6897dca6e} <Debug> TCPHandler: Processed in 0.001291849 sec. | ||
3253 | 2025.07.17 23:54:00.540448 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3254 | 2025.07.17 23:54:00.540547 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3255 | 2025.07.17 23:54:00.540559 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::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 | ||
3256 | 2025.07.17 23:54:00.540647 [ 276 ] {67bf7aab-74d9-4b2f-948b-cd2fb580c374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3257 | 2025.07.17 23:54:00.540692 [ 276 ] {67bf7aab-74d9-4b2f-948b-cd2fb580c374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3258 | 2025.07.17 23:54:00.540703 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3259 | 2025.07.17 23:54:00.540748 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 63 rows starting from the beginning of the part | ||
3260 | 2025.07.17 23:54:00.540823 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 15 rows starting from the beginning of the part | ||
3261 | 2025.07.17 23:54:00.540878 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part | ||
3262 | 2025.07.17 23:54:00.540925 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
3263 | 2025.07.17 23:54:00.541007 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 42 rows starting from the beginning of the part | ||
3264 | 2025.07.17 23:54:00.541054 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
3265 | 2025.07.17 23:54:00.541128 [ 276 ] {67bf7aab-74d9-4b2f-948b-cd2fb580c374} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3266 | 2025.07.17 23:54:00.541169 [ 276 ] {67bf7aab-74d9-4b2f-948b-cd2fb580c374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3267 | 2025.07.17 23:54:00.541539 [ 276 ] {67bf7aab-74d9-4b2f-948b-cd2fb580c374} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3268 | 2025.07.17 23:54:00.541768 [ 276 ] {67bf7aab-74d9-4b2f-948b-cd2fb580c374} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3269 | 2025.07.17 23:54:00.541898 [ 276 ] {67bf7aab-74d9-4b2f-948b-cd2fb580c374} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001269 sec., 51221.43420015761 rows/sec., 4.00 MiB/sec. | ||
3270 | 2025.07.17 23:54:00.541904 [ 191 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 5 columns (5 merged, 0 gathered) in 0.001389641 sec., 116576.8712926576 rows/sec., 9.03 MiB/sec. | ||
3271 | 2025.07.17 23:54:00.541936 [ 276 ] {67bf7aab-74d9-4b2f-948b-cd2fb580c374} <Debug> TCPHandler: Processed in 0.001439132 sec. | ||
3272 | 2025.07.17 23:54:00.542075 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3273 | 2025.07.17 23:54:00.542075 [ 197 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3274 | 2025.07.17 23:54:00.542170 [ 276 ] {8508eb4e-814d-4f40-a6e1-c583a6c28a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3275 | 2025.07.17 23:54:00.542215 [ 276 ] {8508eb4e-814d-4f40-a6e1-c583a6c28a4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3276 | 2025.07.17 23:54:00.542348 [ 197 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_16_3} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3277 | 2025.07.17 23:54:00.542416 [ 197 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_16_3} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3278 | 2025.07.17 23:54:00.542495 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
3279 | 2025.07.17 23:54:00.542641 [ 276 ] {8508eb4e-814d-4f40-a6e1-c583a6c28a4b} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3280 | 2025.07.17 23:54:00.542676 [ 276 ] {8508eb4e-814d-4f40-a6e1-c583a6c28a4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3281 | 2025.07.17 23:54:00.542996 [ 276 ] {8508eb4e-814d-4f40-a6e1-c583a6c28a4b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3282 | 2025.07.17 23:54:00.543199 [ 276 ] {8508eb4e-814d-4f40-a6e1-c583a6c28a4b} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3283 | 2025.07.17 23:54:00.543324 [ 276 ] {8508eb4e-814d-4f40-a6e1-c583a6c28a4b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. | ||
3284 | 2025.07.17 23:54:00.543360 [ 276 ] {8508eb4e-814d-4f40-a6e1-c583a6c28a4b} <Debug> TCPHandler: Processed in 0.001334061 sec. | ||
3285 | 2025.07.17 23:54:00.543472 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3286 | 2025.07.17 23:54:00.543566 [ 276 ] {0afd0b77-dc8f-4e2f-87ac-d5a12a7e92c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3287 | 2025.07.17 23:54:00.543619 [ 276 ] {0afd0b77-dc8f-4e2f-87ac-d5a12a7e92c0} <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 | ||
3288 | 2025.07.17 23:54:00.544306 [ 276 ] {0afd0b77-dc8f-4e2f-87ac-d5a12a7e92c0} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3289 | 2025.07.17 23:54:00.544341 [ 276 ] {0afd0b77-dc8f-4e2f-87ac-d5a12a7e92c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3290 | 2025.07.17 23:54:00.544812 [ 276 ] {0afd0b77-dc8f-4e2f-87ac-d5a12a7e92c0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3291 | 2025.07.17 23:54:00.545024 [ 276 ] {0afd0b77-dc8f-4e2f-87ac-d5a12a7e92c0} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3292 | 2025.07.17 23:54:00.545158 [ 276 ] {0afd0b77-dc8f-4e2f-87ac-d5a12a7e92c0} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.00161 sec., 621.1180124223602 rows/sec., 1.11 MiB/sec. | ||
3293 | 2025.07.17 23:54:00.545209 [ 276 ] {0afd0b77-dc8f-4e2f-87ac-d5a12a7e92c0} <Debug> TCPHandler: Processed in 0.001785957 sec. | ||
3294 | 2025.07.17 23:54:00.545320 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3295 | 2025.07.17 23:54:00.545419 [ 276 ] {7cc2a9ec-feb7-4fca-89f0-8d19aefc137b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3296 | 2025.07.17 23:54:00.545461 [ 276 ] {7cc2a9ec-feb7-4fca-89f0-8d19aefc137b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3297 | 2025.07.17 23:54:00.545800 [ 276 ] {7cc2a9ec-feb7-4fca-89f0-8d19aefc137b} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3298 | 2025.07.17 23:54:00.545837 [ 276 ] {7cc2a9ec-feb7-4fca-89f0-8d19aefc137b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3299 | 2025.07.17 23:54:00.546133 [ 276 ] {7cc2a9ec-feb7-4fca-89f0-8d19aefc137b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3300 | 2025.07.17 23:54:00.546354 [ 276 ] {7cc2a9ec-feb7-4fca-89f0-8d19aefc137b} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3301 | 2025.07.17 23:54:00.546479 [ 276 ] {7cc2a9ec-feb7-4fca-89f0-8d19aefc137b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. | ||
3302 | 2025.07.17 23:54:00.546514 [ 276 ] {7cc2a9ec-feb7-4fca-89f0-8d19aefc137b} <Debug> TCPHandler: Processed in 0.001242499 sec. | ||
3303 | 2025.07.17 23:54:03.184895 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 462 | ||
3304 | 2025.07.17 23:54:03.187586 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3305 | 2025.07.17 23:54:03.187631 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3306 | 2025.07.17 23:54:03.188818 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3307 | 2025.07.17 23:54:03.189084 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3308 | 2025.07.17 23:54:03.189329 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 462 | ||
3309 | 2025.07.17 23:54:05.539053 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3310 | 2025.07.17 23:54:05.539255 [ 276 ] {1f11c8c6-3a46-44b5-afee-c7d35658d039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3311 | 2025.07.17 23:54:05.539330 [ 276 ] {1f11c8c6-3a46-44b5-afee-c7d35658d039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3312 | 2025.07.17 23:54:05.540131 [ 276 ] {1f11c8c6-3a46-44b5-afee-c7d35658d039} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3313 | 2025.07.17 23:54:05.540175 [ 276 ] {1f11c8c6-3a46-44b5-afee-c7d35658d039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3314 | 2025.07.17 23:54:05.540567 [ 276 ] {1f11c8c6-3a46-44b5-afee-c7d35658d039} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3315 | 2025.07.17 23:54:05.540789 [ 276 ] {1f11c8c6-3a46-44b5-afee-c7d35658d039} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3316 | 2025.07.17 23:54:05.540929 [ 130 ] {} <Debug> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
3317 | 2025.07.17 23:54:05.540942 [ 276 ] {1f11c8c6-3a46-44b5-afee-c7d35658d039} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001743 sec., 78026.39127940332 rows/sec., 6.72 MiB/sec. | ||
3318 | 2025.07.17 23:54:05.540997 [ 130 ] {} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3319 | 2025.07.17 23:54:05.541009 [ 276 ] {1f11c8c6-3a46-44b5-afee-c7d35658d039} <Debug> TCPHandler: Processed in 0.002097502 sec. | ||
3320 | 2025.07.17 23:54:05.541024 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3321 | 2025.07.17 23:54:05.541127 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
3322 | 2025.07.17 23:54:05.541137 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3323 | 2025.07.17 23:54:05.541250 [ 276 ] {a7ded64c-0ce6-4fd8-b354-d3dac9f38acf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3324 | 2025.07.17 23:54:05.541251 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3325 | 2025.07.17 23:54:05.541297 [ 276 ] {a7ded64c-0ce6-4fd8-b354-d3dac9f38acf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3326 | 2025.07.17 23:54:05.541315 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 1406 rows starting from the beginning of the part | ||
3327 | 2025.07.17 23:54:05.541388 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 136 rows starting from the beginning of the part | ||
3328 | 2025.07.17 23:54:05.541434 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 58 rows starting from the beginning of the part | ||
3329 | 2025.07.17 23:54:05.541474 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 137 rows starting from the beginning of the part | ||
3330 | 2025.07.17 23:54:05.541545 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 58 rows starting from the beginning of the part | ||
3331 | 2025.07.17 23:54:05.541595 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 136 rows starting from the beginning of the part | ||
3332 | 2025.07.17 23:54:05.541739 [ 276 ] {a7ded64c-0ce6-4fd8-b354-d3dac9f38acf} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3333 | 2025.07.17 23:54:05.541782 [ 276 ] {a7ded64c-0ce6-4fd8-b354-d3dac9f38acf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3334 | 2025.07.17 23:54:05.542108 [ 276 ] {a7ded64c-0ce6-4fd8-b354-d3dac9f38acf} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3335 | 2025.07.17 23:54:05.542337 [ 276 ] {a7ded64c-0ce6-4fd8-b354-d3dac9f38acf} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3336 | 2025.07.17 23:54:05.542469 [ 276 ] {a7ded64c-0ce6-4fd8-b354-d3dac9f38acf} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001237 sec., 32336.297493936945 rows/sec., 2.37 MiB/sec. | ||
3337 | 2025.07.17 23:54:05.542507 [ 276 ] {a7ded64c-0ce6-4fd8-b354-d3dac9f38acf} <Debug> TCPHandler: Processed in 0.001419662 sec. | ||
3338 | 2025.07.17 23:54:05.542629 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3339 | 2025.07.17 23:54:05.542724 [ 276 ] {eca6694f-b89b-47bf-a778-e44d74cf9f5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3340 | 2025.07.17 23:54:05.542764 [ 276 ] {eca6694f-b89b-47bf-a778-e44d74cf9f5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3341 | 2025.07.17 23:54:05.542883 [ 201 ] {97e9e053-2700-4610-a493-547689adb125::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1931 rows, containing 5 columns (5 merged, 0 gathered) in 0.001800878 sec., 1072254.7557358134 rows/sec., 93.86 MiB/sec. | ||
3342 | 2025.07.17 23:54:05.543187 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
3343 | 2025.07.17 23:54:05.543210 [ 276 ] {eca6694f-b89b-47bf-a778-e44d74cf9f5f} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3344 | 2025.07.17 23:54:05.543258 [ 276 ] {eca6694f-b89b-47bf-a778-e44d74cf9f5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3345 | 2025.07.17 23:54:05.543604 [ 276 ] {eca6694f-b89b-47bf-a778-e44d74cf9f5f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3346 | 2025.07.17 23:54:05.543611 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_25_5} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3347 | 2025.07.17 23:54:05.543725 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_25_5} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
3348 | 2025.07.17 23:54:05.543839 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
3349 | 2025.07.17 23:54:05.543850 [ 276 ] {eca6694f-b89b-47bf-a778-e44d74cf9f5f} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3350 | 2025.07.17 23:54:05.543970 [ 130 ] {} <Debug> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
3351 | 2025.07.17 23:54:05.543991 [ 276 ] {eca6694f-b89b-47bf-a778-e44d74cf9f5f} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001285 sec., 80933.85214007783 rows/sec., 6.32 MiB/sec. | ||
3352 | 2025.07.17 23:54:05.544003 [ 130 ] {} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3353 | 2025.07.17 23:54:05.544032 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3354 | 2025.07.17 23:54:05.544036 [ 276 ] {eca6694f-b89b-47bf-a778-e44d74cf9f5f} <Debug> TCPHandler: Processed in 0.001455012 sec. | ||
3355 | 2025.07.17 23:54:05.544097 [ 190 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
3356 | 2025.07.17 23:54:05.544161 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3357 | 2025.07.17 23:54:05.544189 [ 190 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3358 | 2025.07.17 23:54:05.544219 [ 190 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 627 rows starting from the beginning of the part | ||
3359 | 2025.07.17 23:54:05.544261 [ 276 ] {c941c2df-20b3-4e25-8a90-8872bc0468f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3360 | 2025.07.17 23:54:05.544265 [ 190 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 104 rows starting from the beginning of the part | ||
3361 | 2025.07.17 23:54:05.544313 [ 276 ] {c941c2df-20b3-4e25-8a90-8872bc0468f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3362 | 2025.07.17 23:54:05.544323 [ 190 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 65 rows starting from the beginning of the part | ||
3363 | 2025.07.17 23:54:05.544372 [ 190 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 106 rows starting from the beginning of the part | ||
3364 | 2025.07.17 23:54:05.544406 [ 190 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 65 rows starting from the beginning of the part | ||
3365 | 2025.07.17 23:54:05.544439 [ 190 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 104 rows starting from the beginning of the part | ||
3366 | 2025.07.17 23:54:05.544741 [ 276 ] {c941c2df-20b3-4e25-8a90-8872bc0468f3} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3367 | 2025.07.17 23:54:05.544782 [ 276 ] {c941c2df-20b3-4e25-8a90-8872bc0468f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3368 | 2025.07.17 23:54:05.545128 [ 276 ] {c941c2df-20b3-4e25-8a90-8872bc0468f3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3369 | 2025.07.17 23:54:05.545311 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1071 rows, containing 5 columns (5 merged, 0 gathered) in 0.001241639 sec., 862569.5552410968 rows/sec., 69.26 MiB/sec. | ||
3370 | 2025.07.17 23:54:05.545338 [ 276 ] {c941c2df-20b3-4e25-8a90-8872bc0468f3} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3371 | 2025.07.17 23:54:05.545468 [ 190 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
3372 | 2025.07.17 23:54:05.545478 [ 276 ] {c941c2df-20b3-4e25-8a90-8872bc0468f3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001235 sec., 129554.65587044535 rows/sec., 9.02 MiB/sec. | ||
3373 | 2025.07.17 23:54:05.545530 [ 276 ] {c941c2df-20b3-4e25-8a90-8872bc0468f3} <Debug> TCPHandler: Processed in 0.001417862 sec. | ||
3374 | 2025.07.17 23:54:05.545643 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3375 | 2025.07.17 23:54:05.545740 [ 276 ] {83c398c8-0c5a-4d43-9e60-85c248e3c4d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3376 | 2025.07.17 23:54:05.545748 [ 190 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_25_5} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3377 | 2025.07.17 23:54:05.545799 [ 276 ] {83c398c8-0c5a-4d43-9e60-85c248e3c4d8} <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 | ||
3378 | 2025.07.17 23:54:05.545830 [ 190 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_25_5} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
3379 | 2025.07.17 23:54:05.545906 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
3380 | 2025.07.17 23:54:05.546662 [ 276 ] {83c398c8-0c5a-4d43-9e60-85c248e3c4d8} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3381 | 2025.07.17 23:54:05.546703 [ 276 ] {83c398c8-0c5a-4d43-9e60-85c248e3c4d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3382 | 2025.07.17 23:54:05.547258 [ 276 ] {83c398c8-0c5a-4d43-9e60-85c248e3c4d8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3383 | 2025.07.17 23:54:05.547471 [ 276 ] {83c398c8-0c5a-4d43-9e60-85c248e3c4d8} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3384 | 2025.07.17 23:54:05.547605 [ 276 ] {83c398c8-0c5a-4d43-9e60-85c248e3c4d8} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001883 sec., 21242.697822623475 rows/sec., 38.07 MiB/sec. | ||
3385 | 2025.07.17 23:54:05.547656 [ 276 ] {83c398c8-0c5a-4d43-9e60-85c248e3c4d8} <Debug> TCPHandler: Processed in 0.002061602 sec. | ||
3386 | 2025.07.17 23:54:05.547764 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3387 | 2025.07.17 23:54:05.547860 [ 276 ] {2ac850e8-4247-472a-86d0-d47d8ee7aa60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3388 | 2025.07.17 23:54:05.547903 [ 276 ] {2ac850e8-4247-472a-86d0-d47d8ee7aa60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3389 | 2025.07.17 23:54:05.548235 [ 276 ] {2ac850e8-4247-472a-86d0-d47d8ee7aa60} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3390 | 2025.07.17 23:54:05.548270 [ 276 ] {2ac850e8-4247-472a-86d0-d47d8ee7aa60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3391 | 2025.07.17 23:54:05.548569 [ 276 ] {2ac850e8-4247-472a-86d0-d47d8ee7aa60} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3392 | 2025.07.17 23:54:05.548784 [ 276 ] {2ac850e8-4247-472a-86d0-d47d8ee7aa60} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3393 | 2025.07.17 23:54:05.548910 [ 276 ] {2ac850e8-4247-472a-86d0-d47d8ee7aa60} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. | ||
3394 | 2025.07.17 23:54:05.548946 [ 276 ] {2ac850e8-4247-472a-86d0-d47d8ee7aa60} <Debug> TCPHandler: Processed in 0.00123065 sec. | ||
3395 | 2025.07.17 23:54:05.686492 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
3396 | 2025.07.17 23:54:05.686955 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3397 | 2025.07.17 23:54:05.687000 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3398 | 2025.07.17 23:54:05.687474 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3399 | 2025.07.17 23:54:05.687711 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3400 | 2025.07.17 23:54:05.687837 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
3401 | 2025.07.17 23:54:06.197825 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
3402 | 2025.07.17 23:54:06.215594 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3403 | 2025.07.17 23:54:06.215670 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
3404 | 2025.07.17 23:54:06.222173 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3405 | 2025.07.17 23:54:06.222908 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3406 | 2025.07.17 23:54:06.226197 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
3407 | 2025.07.17 23:54:10.565837 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3408 | 2025.07.17 23:54:10.566064 [ 276 ] {39dfd0e5-727d-41fd-a796-c7503c866a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
3409 | 2025.07.17 23:54:10.566139 [ 276 ] {39dfd0e5-727d-41fd-a796-c7503c866a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
3410 | 2025.07.17 23:54:10.566827 [ 276 ] {39dfd0e5-727d-41fd-a796-c7503c866a2a} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3411 | 2025.07.17 23:54:10.566878 [ 276 ] {39dfd0e5-727d-41fd-a796-c7503c866a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3412 | 2025.07.17 23:54:10.567268 [ 276 ] {39dfd0e5-727d-41fd-a796-c7503c866a2a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3413 | 2025.07.17 23:54:10.567503 [ 276 ] {39dfd0e5-727d-41fd-a796-c7503c866a2a} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3414 | 2025.07.17 23:54:10.567658 [ 276 ] {39dfd0e5-727d-41fd-a796-c7503c866a2a} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00165 sec., 14545.454545454546 rows/sec., 1.21 MiB/sec. | ||
3415 | 2025.07.17 23:54:10.567703 [ 276 ] {39dfd0e5-727d-41fd-a796-c7503c866a2a} <Debug> TCPHandler: Processed in 0.002006591 sec. | ||
3416 | 2025.07.17 23:54:10.567826 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3417 | 2025.07.17 23:54:10.567922 [ 276 ] {14780f6e-153d-4859-93bd-2b24b9715370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3418 | 2025.07.17 23:54:10.567963 [ 276 ] {14780f6e-153d-4859-93bd-2b24b9715370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3419 | 2025.07.17 23:54:10.568361 [ 276 ] {14780f6e-153d-4859-93bd-2b24b9715370} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3420 | 2025.07.17 23:54:10.568397 [ 276 ] {14780f6e-153d-4859-93bd-2b24b9715370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3421 | 2025.07.17 23:54:10.568703 [ 276 ] {14780f6e-153d-4859-93bd-2b24b9715370} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3422 | 2025.07.17 23:54:10.568917 [ 276 ] {14780f6e-153d-4859-93bd-2b24b9715370} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3423 | 2025.07.17 23:54:10.569047 [ 276 ] {14780f6e-153d-4859-93bd-2b24b9715370} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001143 sec., 8748.906386701663 rows/sec., 713.41 KiB/sec. | ||
3424 | 2025.07.17 23:54:10.569084 [ 276 ] {14780f6e-153d-4859-93bd-2b24b9715370} <Debug> TCPHandler: Processed in 0.00130707 sec. | ||
3425 | 2025.07.17 23:54:10.569186 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3426 | 2025.07.17 23:54:10.569279 [ 276 ] {2bb13f40-335b-42e0-92e0-59ca4e782ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3427 | 2025.07.17 23:54:10.569319 [ 276 ] {2bb13f40-335b-42e0-92e0-59ca4e782ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3428 | 2025.07.17 23:54:10.570355 [ 276 ] {2bb13f40-335b-42e0-92e0-59ca4e782ff2} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3429 | 2025.07.17 23:54:10.570392 [ 276 ] {2bb13f40-335b-42e0-92e0-59ca4e782ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3430 | 2025.07.17 23:54:10.570769 [ 276 ] {2bb13f40-335b-42e0-92e0-59ca4e782ff2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3431 | 2025.07.17 23:54:10.570987 [ 276 ] {2bb13f40-335b-42e0-92e0-59ca4e782ff2} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3432 | 2025.07.17 23:54:10.571115 [ 276 ] {2bb13f40-335b-42e0-92e0-59ca4e782ff2} <Debug> executeQuery: Read 1323 rows, 112.49 KiB in 0.001853 sec., 713977.3340528872 rows/sec., 59.28 MiB/sec. | ||
3433 | 2025.07.17 23:54:10.571152 [ 276 ] {2bb13f40-335b-42e0-92e0-59ca4e782ff2} <Debug> TCPHandler: Processed in 0.002015281 sec. | ||
3434 | 2025.07.17 23:54:10.571255 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3435 | 2025.07.17 23:54:10.571350 [ 276 ] {d4cc1465-6fb7-4f57-96f5-654154826e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3436 | 2025.07.17 23:54:10.571390 [ 276 ] {d4cc1465-6fb7-4f57-96f5-654154826e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3437 | 2025.07.17 23:54:10.571784 [ 276 ] {d4cc1465-6fb7-4f57-96f5-654154826e09} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3438 | 2025.07.17 23:54:10.571821 [ 276 ] {d4cc1465-6fb7-4f57-96f5-654154826e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3439 | 2025.07.17 23:54:10.572148 [ 276 ] {d4cc1465-6fb7-4f57-96f5-654154826e09} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3440 | 2025.07.17 23:54:10.572357 [ 276 ] {d4cc1465-6fb7-4f57-96f5-654154826e09} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3441 | 2025.07.17 23:54:10.572486 [ 276 ] {d4cc1465-6fb7-4f57-96f5-654154826e09} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001155 sec., 19913.419913419915 rows/sec., 1.47 MiB/sec. | ||
3442 | 2025.07.17 23:54:10.572524 [ 276 ] {d4cc1465-6fb7-4f57-96f5-654154826e09} <Debug> TCPHandler: Processed in 0.0013182 sec. | ||
3443 | 2025.07.17 23:54:10.572625 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3444 | 2025.07.17 23:54:10.572719 [ 276 ] {717a71cc-82b7-439a-a224-6e0cbf9ca053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
3445 | 2025.07.17 23:54:10.572758 [ 276 ] {717a71cc-82b7-439a-a224-6e0cbf9ca053} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3446 | 2025.07.17 23:54:10.573214 [ 276 ] {717a71cc-82b7-439a-a224-6e0cbf9ca053} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3447 | 2025.07.17 23:54:10.573251 [ 276 ] {717a71cc-82b7-439a-a224-6e0cbf9ca053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3448 | 2025.07.17 23:54:10.573547 [ 276 ] {717a71cc-82b7-439a-a224-6e0cbf9ca053} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3449 | 2025.07.17 23:54:10.573757 [ 276 ] {717a71cc-82b7-439a-a224-6e0cbf9ca053} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3450 | 2025.07.17 23:54:10.573877 [ 276 ] {717a71cc-82b7-439a-a224-6e0cbf9ca053} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001175 sec., 214468.08510638296 rows/sec., 14.83 MiB/sec. | ||
3451 | 2025.07.17 23:54:10.573916 [ 276 ] {717a71cc-82b7-439a-a224-6e0cbf9ca053} <Debug> TCPHandler: Processed in 0.00133842 sec. | ||
3452 | 2025.07.17 23:54:10.574026 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3453 | 2025.07.17 23:54:10.574121 [ 276 ] {8152520f-a72b-435e-92f5-947031a15665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
3454 | 2025.07.17 23:54:10.574161 [ 276 ] {8152520f-a72b-435e-92f5-947031a15665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3455 | 2025.07.17 23:54:10.574552 [ 276 ] {8152520f-a72b-435e-92f5-947031a15665} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3456 | 2025.07.17 23:54:10.574593 [ 276 ] {8152520f-a72b-435e-92f5-947031a15665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3457 | 2025.07.17 23:54:10.574901 [ 276 ] {8152520f-a72b-435e-92f5-947031a15665} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3458 | 2025.07.17 23:54:10.575105 [ 276 ] {8152520f-a72b-435e-92f5-947031a15665} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3459 | 2025.07.17 23:54:10.575228 [ 276 ] {8152520f-a72b-435e-92f5-947031a15665} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001125 sec., 10666.666666666668 rows/sec., 833.33 KiB/sec. | ||
3460 | 2025.07.17 23:54:10.575266 [ 276 ] {8152520f-a72b-435e-92f5-947031a15665} <Debug> TCPHandler: Processed in 0.00128838 sec. | ||
3461 | 2025.07.17 23:54:10.575390 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3462 | 2025.07.17 23:54:10.575519 [ 276 ] {5e566099-026f-49f5-bcc7-6eb6c3d05fa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3463 | 2025.07.17 23:54:10.575569 [ 276 ] {5e566099-026f-49f5-bcc7-6eb6c3d05fa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3464 | 2025.07.17 23:54:10.576253 [ 276 ] {5e566099-026f-49f5-bcc7-6eb6c3d05fa5} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3465 | 2025.07.17 23:54:10.576291 [ 276 ] {5e566099-026f-49f5-bcc7-6eb6c3d05fa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3466 | 2025.07.17 23:54:10.576658 [ 276 ] {5e566099-026f-49f5-bcc7-6eb6c3d05fa5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3467 | 2025.07.17 23:54:10.576870 [ 276 ] {5e566099-026f-49f5-bcc7-6eb6c3d05fa5} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3468 | 2025.07.17 23:54:10.577004 [ 276 ] {5e566099-026f-49f5-bcc7-6eb6c3d05fa5} <Debug> executeQuery: Read 567 rows, 43.56 KiB in 0.001509 sec., 375745.52683896624 rows/sec., 28.19 MiB/sec. | ||
3469 | 2025.07.17 23:54:10.577043 [ 276 ] {5e566099-026f-49f5-bcc7-6eb6c3d05fa5} <Debug> TCPHandler: Processed in 0.001714747 sec. | ||
3470 | 2025.07.17 23:54:10.577155 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3471 | 2025.07.17 23:54:10.577253 [ 276 ] {54ae34a5-f933-46b4-80d6-b2a69864e444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3472 | 2025.07.17 23:54:10.577297 [ 276 ] {54ae34a5-f933-46b4-80d6-b2a69864e444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3473 | 2025.07.17 23:54:10.577892 [ 276 ] {54ae34a5-f933-46b4-80d6-b2a69864e444} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3474 | 2025.07.17 23:54:10.577929 [ 276 ] {54ae34a5-f933-46b4-80d6-b2a69864e444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3475 | 2025.07.17 23:54:10.578314 [ 276 ] {54ae34a5-f933-46b4-80d6-b2a69864e444} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3476 | 2025.07.17 23:54:10.578526 [ 276 ] {54ae34a5-f933-46b4-80d6-b2a69864e444} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3477 | 2025.07.17 23:54:10.578639 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3478 | 2025.07.17 23:54:10.578658 [ 276 ] {54ae34a5-f933-46b4-80d6-b2a69864e444} <Debug> executeQuery: Read 921 rows, 63.97 KiB in 0.001425 sec., 646315.7894736842 rows/sec., 43.84 MiB/sec. | ||
3479 | 2025.07.17 23:54:10.578717 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3480 | 2025.07.17 23:54:10.578725 [ 276 ] {54ae34a5-f933-46b4-80d6-b2a69864e444} <Debug> TCPHandler: Processed in 0.001620065 sec. | ||
3481 | 2025.07.17 23:54:10.578747 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3482 | 2025.07.17 23:54:10.578853 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3483 | 2025.07.17 23:54:10.578883 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
3484 | 2025.07.17 23:54:10.578953 [ 276 ] {6921e210-6b0d-4668-b83b-2c9b9c039f5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3485 | 2025.07.17 23:54:10.579015 [ 276 ] {6921e210-6b0d-4668-b83b-2c9b9c039f5b} <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 | ||
3486 | 2025.07.17 23:54:10.579062 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3487 | 2025.07.17 23:54:10.579110 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6403 rows starting from the beginning of the part | ||
3488 | 2025.07.17 23:54:10.579184 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
3489 | 2025.07.17 23:54:10.579230 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 161 rows starting from the beginning of the part | ||
3490 | 2025.07.17 23:54:10.579274 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
3491 | 2025.07.17 23:54:10.579314 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
3492 | 2025.07.17 23:54:10.579355 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 921 rows starting from the beginning of the part | ||
3493 | 2025.07.17 23:54:10.579771 [ 276 ] {6921e210-6b0d-4668-b83b-2c9b9c039f5b} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3494 | 2025.07.17 23:54:10.579812 [ 276 ] {6921e210-6b0d-4668-b83b-2c9b9c039f5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3495 | 2025.07.17 23:54:10.580387 [ 276 ] {6921e210-6b0d-4668-b83b-2c9b9c039f5b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3496 | 2025.07.17 23:54:10.580632 [ 276 ] {6921e210-6b0d-4668-b83b-2c9b9c039f5b} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3497 | 2025.07.17 23:54:10.580742 [ 122 ] {} <Debug> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3498 | 2025.07.17 23:54:10.580775 [ 276 ] {6921e210-6b0d-4668-b83b-2c9b9c039f5b} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.00184 sec., 543.4782608695652 rows/sec., 997.26 KiB/sec. | ||
3499 | 2025.07.17 23:54:10.580781 [ 122 ] {} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3500 | 2025.07.17 23:54:10.580820 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3501 | 2025.07.17 23:54:10.580846 [ 276 ] {6921e210-6b0d-4668-b83b-2c9b9c039f5b} <Debug> TCPHandler: Processed in 0.002042731 sec. | ||
3502 | 2025.07.17 23:54:10.580927 [ 190 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::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 | ||
3503 | 2025.07.17 23:54:10.580976 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3504 | 2025.07.17 23:54:10.581078 [ 276 ] {53569ba0-78cc-4ec6-93ee-216581874461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3505 | 2025.07.17 23:54:10.581121 [ 276 ] {53569ba0-78cc-4ec6-93ee-216581874461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3506 | 2025.07.17 23:54:10.581193 [ 190 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3507 | 2025.07.17 23:54:10.581264 [ 190 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 299 rows starting from the beginning of the part | ||
3508 | 2025.07.17 23:54:10.581419 [ 190 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
3509 | 2025.07.17 23:54:10.581472 [ 276 ] {53569ba0-78cc-4ec6-93ee-216581874461} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3510 | 2025.07.17 23:54:10.581514 [ 276 ] {53569ba0-78cc-4ec6-93ee-216581874461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3511 | 2025.07.17 23:54:10.581545 [ 190 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part | ||
3512 | 2025.07.17 23:54:10.581673 [ 190 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
3513 | 2025.07.17 23:54:10.581793 [ 190 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part | ||
3514 | 2025.07.17 23:54:10.581903 [ 276 ] {53569ba0-78cc-4ec6-93ee-216581874461} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3515 | 2025.07.17 23:54:10.581909 [ 190 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
3516 | 2025.07.17 23:54:10.582145 [ 276 ] {53569ba0-78cc-4ec6-93ee-216581874461} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3517 | 2025.07.17 23:54:10.582226 [ 191 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7965 rows, containing 5 columns (5 merged, 0 gathered) in 0.003405563 sec., 2338820.336020799 rows/sec., 160.62 MiB/sec. | ||
3518 | 2025.07.17 23:54:10.582260 [ 122 ] {} <Debug> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3519 | 2025.07.17 23:54:10.582289 [ 276 ] {53569ba0-78cc-4ec6-93ee-216581874461} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00123 sec., 48780.48780487805 rows/sec., 3.29 MiB/sec. | ||
3520 | 2025.07.17 23:54:10.582298 [ 122 ] {} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3521 | 2025.07.17 23:54:10.582333 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3522 | 2025.07.17 23:54:10.582335 [ 276 ] {53569ba0-78cc-4ec6-93ee-216581874461} <Debug> TCPHandler: Processed in 0.001409551 sec. | ||
3523 | 2025.07.17 23:54:10.582436 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
3524 | 2025.07.17 23:54:10.582580 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3525 | 2025.07.17 23:54:10.582618 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1008 rows starting from the beginning of the part | ||
3526 | 2025.07.17 23:54:10.582682 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3527 | 2025.07.17 23:54:10.582683 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
3528 | 2025.07.17 23:54:10.582747 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
3529 | 2025.07.17 23:54:10.582789 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
3530 | 2025.07.17 23:54:10.582832 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
3531 | 2025.07.17 23:54:10.582877 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
3532 | 2025.07.17 23:54:10.582977 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3533 | 2025.07.17 23:54:10.583060 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3534 | 2025.07.17 23:54:10.583133 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. | ||
3535 | 2025.07.17 23:54:10.584016 [ 187 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1308 rows, containing 4 columns (4 merged, 0 gathered) in 0.001629705 sec., 802599.2434213554 rows/sec., 53.97 MiB/sec. | ||
3536 | 2025.07.17 23:54:10.584246 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3537 | 2025.07.17 23:54:10.584517 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_26_5} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3538 | 2025.07.17 23:54:10.584591 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_26_5} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3539 | 2025.07.17 23:54:10.584678 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
3540 | 2025.07.17 23:54:10.585653 [ 192 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 382 rows, containing 19 columns (19 merged, 0 gathered) in 0.004775813 sec., 79986.38137632272 rows/sec., 143.33 MiB/sec. | ||
3541 | 2025.07.17 23:54:10.586256 [ 190 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3542 | 2025.07.17 23:54:10.586580 [ 190 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3543 | 2025.07.17 23:54:10.586651 [ 190 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3544 | 2025.07.17 23:54:10.586742 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.00 MiB. | ||
3545 | 2025.07.17 23:54:11.000199 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.83 MiB, peak 223.56 MiB, free memory in arenas 0.00 B, will set to 217.36 MiB (RSS), difference: 1.53 MiB | ||
3546 | 2025.07.17 23:54:13.090185 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3547 | 2025.07.17 23:54:13.090259 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3548 | 2025.07.17 23:54:13.188054 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
3549 | 2025.07.17 23:54:13.188630 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3550 | 2025.07.17 23:54:13.188678 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3551 | 2025.07.17 23:54:13.189236 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3552 | 2025.07.17 23:54:13.189477 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3553 | 2025.07.17 23:54:13.189608 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
3554 | 2025.07.17 23:54:13.189633 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 494 | ||
3555 | 2025.07.17 23:54:13.191907 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3556 | 2025.07.17 23:54:13.191951 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3557 | 2025.07.17 23:54:13.193104 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3558 | 2025.07.17 23:54:13.193384 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3559 | 2025.07.17 23:54:13.193633 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 494 | ||
3560 | 2025.07.17 23:54:13.726441 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
3561 | 2025.07.17 23:54:13.743462 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3562 | 2025.07.17 23:54:13.743508 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3563 | 2025.07.17 23:54:13.749317 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3564 | 2025.07.17 23:54:13.749997 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3565 | 2025.07.17 23:54:13.752773 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
3566 | 2025.07.17 23:54:15.538433 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3567 | 2025.07.17 23:54:15.538614 [ 276 ] {540dd09a-5478-4290-baa5-67c21d2a6571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3568 | 2025.07.17 23:54:15.538681 [ 276 ] {540dd09a-5478-4290-baa5-67c21d2a6571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3569 | 2025.07.17 23:54:15.539398 [ 276 ] {540dd09a-5478-4290-baa5-67c21d2a6571} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3570 | 2025.07.17 23:54:15.539446 [ 276 ] {540dd09a-5478-4290-baa5-67c21d2a6571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3571 | 2025.07.17 23:54:15.539839 [ 276 ] {540dd09a-5478-4290-baa5-67c21d2a6571} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3572 | 2025.07.17 23:54:15.540050 [ 276 ] {540dd09a-5478-4290-baa5-67c21d2a6571} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3573 | 2025.07.17 23:54:15.540195 [ 276 ] {540dd09a-5478-4290-baa5-67c21d2a6571} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001632 sec., 83333.33333333333 rows/sec., 7.18 MiB/sec. | ||
3574 | 2025.07.17 23:54:15.540235 [ 276 ] {540dd09a-5478-4290-baa5-67c21d2a6571} <Debug> TCPHandler: Processed in 0.00193127 sec. | ||
3575 | 2025.07.17 23:54:15.540354 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3576 | 2025.07.17 23:54:15.540448 [ 276 ] {5f344fe4-5483-4bd9-ab97-8d4c9f2af777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3577 | 2025.07.17 23:54:15.540488 [ 276 ] {5f344fe4-5483-4bd9-ab97-8d4c9f2af777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3578 | 2025.07.17 23:54:15.540886 [ 276 ] {5f344fe4-5483-4bd9-ab97-8d4c9f2af777} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3579 | 2025.07.17 23:54:15.540922 [ 276 ] {5f344fe4-5483-4bd9-ab97-8d4c9f2af777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3580 | 2025.07.17 23:54:15.541212 [ 276 ] {5f344fe4-5483-4bd9-ab97-8d4c9f2af777} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3581 | 2025.07.17 23:54:15.541414 [ 276 ] {5f344fe4-5483-4bd9-ab97-8d4c9f2af777} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3582 | 2025.07.17 23:54:15.541535 [ 276 ] {5f344fe4-5483-4bd9-ab97-8d4c9f2af777} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001106 sec., 36166.365280289334 rows/sec., 2.66 MiB/sec. | ||
3583 | 2025.07.17 23:54:15.541572 [ 276 ] {5f344fe4-5483-4bd9-ab97-8d4c9f2af777} <Debug> TCPHandler: Processed in 0.0012669 sec. | ||
3584 | 2025.07.17 23:54:15.541672 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3585 | 2025.07.17 23:54:15.541763 [ 276 ] {6a5187a5-6006-4068-9984-df2357f0e1d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3586 | 2025.07.17 23:54:15.541802 [ 276 ] {6a5187a5-6006-4068-9984-df2357f0e1d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3587 | 2025.07.17 23:54:15.542215 [ 276 ] {6a5187a5-6006-4068-9984-df2357f0e1d0} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3588 | 2025.07.17 23:54:15.542252 [ 276 ] {6a5187a5-6006-4068-9984-df2357f0e1d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3589 | 2025.07.17 23:54:15.542543 [ 276 ] {6a5187a5-6006-4068-9984-df2357f0e1d0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3590 | 2025.07.17 23:54:15.542745 [ 276 ] {6a5187a5-6006-4068-9984-df2357f0e1d0} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3591 | 2025.07.17 23:54:15.542866 [ 276 ] {6a5187a5-6006-4068-9984-df2357f0e1d0} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001121 sec., 92774.3086529884 rows/sec., 7.25 MiB/sec. | ||
3592 | 2025.07.17 23:54:15.542903 [ 276 ] {6a5187a5-6006-4068-9984-df2357f0e1d0} <Debug> TCPHandler: Processed in 0.00127835 sec. | ||
3593 | 2025.07.17 23:54:15.543009 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3594 | 2025.07.17 23:54:15.543100 [ 276 ] {e10993fb-b7ec-4c46-8650-6fbf7bc7e4ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3595 | 2025.07.17 23:54:15.543143 [ 276 ] {e10993fb-b7ec-4c46-8650-6fbf7bc7e4ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3596 | 2025.07.17 23:54:15.543536 [ 276 ] {e10993fb-b7ec-4c46-8650-6fbf7bc7e4ec} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3597 | 2025.07.17 23:54:15.543572 [ 276 ] {e10993fb-b7ec-4c46-8650-6fbf7bc7e4ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3598 | 2025.07.17 23:54:15.543884 [ 276 ] {e10993fb-b7ec-4c46-8650-6fbf7bc7e4ec} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3599 | 2025.07.17 23:54:15.544090 [ 276 ] {e10993fb-b7ec-4c46-8650-6fbf7bc7e4ec} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3600 | 2025.07.17 23:54:15.544214 [ 276 ] {e10993fb-b7ec-4c46-8650-6fbf7bc7e4ec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001131 sec., 141467.7276746242 rows/sec., 9.85 MiB/sec. | ||
3601 | 2025.07.17 23:54:15.544249 [ 276 ] {e10993fb-b7ec-4c46-8650-6fbf7bc7e4ec} <Debug> TCPHandler: Processed in 0.00128759 sec. | ||
3602 | 2025.07.17 23:54:15.544370 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3603 | 2025.07.17 23:54:15.544495 [ 276 ] {f6ab9288-616d-4ca9-b1a4-d34cb5e3411d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3604 | 2025.07.17 23:54:15.544560 [ 276 ] {f6ab9288-616d-4ca9-b1a4-d34cb5e3411d} <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 | ||
3605 | 2025.07.17 23:54:15.545496 [ 276 ] {f6ab9288-616d-4ca9-b1a4-d34cb5e3411d} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3606 | 2025.07.17 23:54:15.545534 [ 276 ] {f6ab9288-616d-4ca9-b1a4-d34cb5e3411d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3607 | 2025.07.17 23:54:15.546108 [ 276 ] {f6ab9288-616d-4ca9-b1a4-d34cb5e3411d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3608 | 2025.07.17 23:54:15.546327 [ 276 ] {f6ab9288-616d-4ca9-b1a4-d34cb5e3411d} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3609 | 2025.07.17 23:54:15.546462 [ 276 ] {f6ab9288-616d-4ca9-b1a4-d34cb5e3411d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001992 sec., 20080.321285140562 rows/sec., 35.98 MiB/sec. | ||
3610 | 2025.07.17 23:54:15.546514 [ 276 ] {f6ab9288-616d-4ca9-b1a4-d34cb5e3411d} <Debug> TCPHandler: Processed in 0.002206623 sec. | ||
3611 | 2025.07.17 23:54:15.546624 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3612 | 2025.07.17 23:54:15.546721 [ 276 ] {08a0bdd7-2ff2-408a-af19-21fdde944b86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3613 | 2025.07.17 23:54:15.546764 [ 276 ] {08a0bdd7-2ff2-408a-af19-21fdde944b86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3614 | 2025.07.17 23:54:15.547101 [ 276 ] {08a0bdd7-2ff2-408a-af19-21fdde944b86} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3615 | 2025.07.17 23:54:15.547138 [ 276 ] {08a0bdd7-2ff2-408a-af19-21fdde944b86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3616 | 2025.07.17 23:54:15.547451 [ 276 ] {08a0bdd7-2ff2-408a-af19-21fdde944b86} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3617 | 2025.07.17 23:54:15.547660 [ 276 ] {08a0bdd7-2ff2-408a-af19-21fdde944b86} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3618 | 2025.07.17 23:54:15.547797 [ 276 ] {08a0bdd7-2ff2-408a-af19-21fdde944b86} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. | ||
3619 | 2025.07.17 23:54:15.547834 [ 276 ] {08a0bdd7-2ff2-408a-af19-21fdde944b86} <Debug> TCPHandler: Processed in 0.001260719 sec. | ||
3620 | 2025.07.17 23:54:20.537849 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3621 | 2025.07.17 23:54:20.538115 [ 276 ] {613668fc-12ea-4132-86ef-521ec9c44e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3622 | 2025.07.17 23:54:20.538238 [ 276 ] {613668fc-12ea-4132-86ef-521ec9c44e22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3623 | 2025.07.17 23:54:20.539066 [ 276 ] {613668fc-12ea-4132-86ef-521ec9c44e22} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3624 | 2025.07.17 23:54:20.539119 [ 276 ] {613668fc-12ea-4132-86ef-521ec9c44e22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3625 | 2025.07.17 23:54:20.539678 [ 276 ] {613668fc-12ea-4132-86ef-521ec9c44e22} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3626 | 2025.07.17 23:54:20.539985 [ 276 ] {613668fc-12ea-4132-86ef-521ec9c44e22} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3627 | 2025.07.17 23:54:20.540175 [ 276 ] {613668fc-12ea-4132-86ef-521ec9c44e22} <Debug> executeQuery: Read 58 rows, 4.57 KiB in 0.002125 sec., 27294.11764705882 rows/sec., 2.10 MiB/sec. | ||
3628 | 2025.07.17 23:54:20.540234 [ 276 ] {613668fc-12ea-4132-86ef-521ec9c44e22} <Debug> TCPHandler: Processed in 0.002576799 sec. | ||
3629 | 2025.07.17 23:54:20.540383 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3630 | 2025.07.17 23:54:20.540487 [ 276 ] {63ad7dda-2fc1-4b0d-aeb6-692fb485ddfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3631 | 2025.07.17 23:54:20.540538 [ 276 ] {63ad7dda-2fc1-4b0d-aeb6-692fb485ddfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3632 | 2025.07.17 23:54:20.541048 [ 276 ] {63ad7dda-2fc1-4b0d-aeb6-692fb485ddfa} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3633 | 2025.07.17 23:54:20.541087 [ 276 ] {63ad7dda-2fc1-4b0d-aeb6-692fb485ddfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3634 | 2025.07.17 23:54:20.541459 [ 276 ] {63ad7dda-2fc1-4b0d-aeb6-692fb485ddfa} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3635 | 2025.07.17 23:54:20.541725 [ 276 ] {63ad7dda-2fc1-4b0d-aeb6-692fb485ddfa} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3636 | 2025.07.17 23:54:20.541876 [ 276 ] {63ad7dda-2fc1-4b0d-aeb6-692fb485ddfa} <Debug> executeQuery: Read 1 rows, 77.00 B in 0.001411 sec., 708.7172218284904 rows/sec., 53.29 KiB/sec. | ||
3637 | 2025.07.17 23:54:20.541920 [ 276 ] {63ad7dda-2fc1-4b0d-aeb6-692fb485ddfa} <Debug> TCPHandler: Processed in 0.001594204 sec. | ||
3638 | 2025.07.17 23:54:20.542052 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3639 | 2025.07.17 23:54:20.542155 [ 276 ] {8f0ddd95-90dc-4760-8514-4444fd89727c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3640 | 2025.07.17 23:54:20.542202 [ 276 ] {8f0ddd95-90dc-4760-8514-4444fd89727c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3641 | 2025.07.17 23:54:20.542713 [ 276 ] {8f0ddd95-90dc-4760-8514-4444fd89727c} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3642 | 2025.07.17 23:54:20.542753 [ 276 ] {8f0ddd95-90dc-4760-8514-4444fd89727c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3643 | 2025.07.17 23:54:20.543119 [ 276 ] {8f0ddd95-90dc-4760-8514-4444fd89727c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3644 | 2025.07.17 23:54:20.543403 [ 276 ] {8f0ddd95-90dc-4760-8514-4444fd89727c} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3645 | 2025.07.17 23:54:20.543555 [ 276 ] {8f0ddd95-90dc-4760-8514-4444fd89727c} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001421 sec., 45742.43490499648 rows/sec., 3.57 MiB/sec. | ||
3646 | 2025.07.17 23:54:20.543600 [ 276 ] {8f0ddd95-90dc-4760-8514-4444fd89727c} <Debug> TCPHandler: Processed in 0.001602995 sec. | ||
3647 | 2025.07.17 23:54:20.543758 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3648 | 2025.07.17 23:54:20.543865 [ 276 ] {dd714307-1eb7-4084-b82a-e7c23c4189f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3649 | 2025.07.17 23:54:20.543917 [ 276 ] {dd714307-1eb7-4084-b82a-e7c23c4189f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3650 | 2025.07.17 23:54:20.544534 [ 276 ] {dd714307-1eb7-4084-b82a-e7c23c4189f2} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3651 | 2025.07.17 23:54:20.544575 [ 276 ] {dd714307-1eb7-4084-b82a-e7c23c4189f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3652 | 2025.07.17 23:54:20.545013 [ 276 ] {dd714307-1eb7-4084-b82a-e7c23c4189f2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3653 | 2025.07.17 23:54:20.545299 [ 276 ] {dd714307-1eb7-4084-b82a-e7c23c4189f2} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3654 | 2025.07.17 23:54:20.545565 [ 276 ] {dd714307-1eb7-4084-b82a-e7c23c4189f2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00172 sec., 93023.2558139535 rows/sec., 6.48 MiB/sec. | ||
3655 | 2025.07.17 23:54:20.545617 [ 276 ] {dd714307-1eb7-4084-b82a-e7c23c4189f2} <Debug> TCPHandler: Processed in 0.001918319 sec. | ||
3656 | 2025.07.17 23:54:20.545760 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3657 | 2025.07.17 23:54:20.545875 [ 276 ] {47799377-61d8-4cb3-b914-ad15c734ce97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3658 | 2025.07.17 23:54:20.545942 [ 276 ] {47799377-61d8-4cb3-b914-ad15c734ce97} <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 | ||
3659 | 2025.07.17 23:54:20.546871 [ 276 ] {47799377-61d8-4cb3-b914-ad15c734ce97} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3660 | 2025.07.17 23:54:20.546911 [ 276 ] {47799377-61d8-4cb3-b914-ad15c734ce97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3661 | 2025.07.17 23:54:20.547538 [ 276 ] {47799377-61d8-4cb3-b914-ad15c734ce97} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3662 | 2025.07.17 23:54:20.547809 [ 276 ] {47799377-61d8-4cb3-b914-ad15c734ce97} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3663 | 2025.07.17 23:54:20.547980 [ 276 ] {47799377-61d8-4cb3-b914-ad15c734ce97} <Debug> executeQuery: Read 1 rows, 1.83 KiB in 0.002127 sec., 470.14574518100613 rows/sec., 862.70 KiB/sec. | ||
3664 | 2025.07.17 23:54:20.548048 [ 276 ] {47799377-61d8-4cb3-b914-ad15c734ce97} <Debug> TCPHandler: Processed in 0.002351246 sec. | ||
3665 | 2025.07.17 23:54:20.548188 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3666 | 2025.07.17 23:54:20.548291 [ 276 ] {3da3863b-f72a-4ab8-ac56-551077fc992c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3667 | 2025.07.17 23:54:20.548340 [ 276 ] {3da3863b-f72a-4ab8-ac56-551077fc992c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3668 | 2025.07.17 23:54:20.548771 [ 276 ] {3da3863b-f72a-4ab8-ac56-551077fc992c} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3669 | 2025.07.17 23:54:20.548811 [ 276 ] {3da3863b-f72a-4ab8-ac56-551077fc992c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3670 | 2025.07.17 23:54:20.549193 [ 276 ] {3da3863b-f72a-4ab8-ac56-551077fc992c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3671 | 2025.07.17 23:54:20.549442 [ 276 ] {3da3863b-f72a-4ab8-ac56-551077fc992c} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3672 | 2025.07.17 23:54:20.549589 [ 276 ] {3da3863b-f72a-4ab8-ac56-551077fc992c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001321 sec., 45420.136260408784 rows/sec., 3.06 MiB/sec. | ||
3673 | 2025.07.17 23:54:20.549631 [ 276 ] {3da3863b-f72a-4ab8-ac56-551077fc992c} <Debug> TCPHandler: Processed in 0.001501803 sec. | ||
3674 | 2025.07.17 23:54:20.690611 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
3675 | 2025.07.17 23:54:20.691106 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3676 | 2025.07.17 23:54:20.691150 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3677 | 2025.07.17 23:54:20.691633 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3678 | 2025.07.17 23:54:20.691861 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3679 | 2025.07.17 23:54:20.691991 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
3680 | 2025.07.17 23:54:20.692031 [ 113 ] {} <Debug> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3681 | 2025.07.17 23:54:20.692102 [ 113 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3682 | 2025.07.17 23:54:20.692123 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3683 | 2025.07.17 23:54:20.692218 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
3684 | 2025.07.17 23:54:20.692313 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3685 | 2025.07.17 23:54:20.692344 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
3686 | 2025.07.17 23:54:20.692401 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
3687 | 2025.07.17 23:54:20.692526 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
3688 | 2025.07.17 23:54:20.692567 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
3689 | 2025.07.17 23:54:20.692605 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
3690 | 2025.07.17 23:54:20.692645 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
3691 | 2025.07.17 23:54:20.694528 [ 192 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.002347567 sec., 4105527.1265953216 rows/sec., 58.73 MiB/sec. | ||
3692 | 2025.07.17 23:54:20.694857 [ 200 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3693 | 2025.07.17 23:54:20.695162 [ 200 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_21_4} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3694 | 2025.07.17 23:54:20.695270 [ 200 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_21_4} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3695 | 2025.07.17 23:54:20.695374 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
3696 | 2025.07.17 23:54:21.253737 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
3697 | 2025.07.17 23:54:21.272005 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3698 | 2025.07.17 23:54:21.272068 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3699 | 2025.07.17 23:54:21.277614 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3700 | 2025.07.17 23:54:21.278352 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3701 | 2025.07.17 23:54:21.278626 [ 112 ] {} <Debug> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3702 | 2025.07.17 23:54:21.278661 [ 112 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3703 | 2025.07.17 23:54:21.278679 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3704 | 2025.07.17 23:54:21.278799 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
3705 | 2025.07.17 23:54:21.281707 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
3706 | 2025.07.17 23:54:21.282191 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3707 | 2025.07.17 23:54:21.283599 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
3708 | 2025.07.17 23:54:21.288175 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
3709 | 2025.07.17 23:54:21.292648 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
3710 | 2025.07.17 23:54:21.297064 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
3711 | 2025.07.17 23:54:21.301345 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
3712 | 2025.07.17 23:54:21.305721 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
3713 | 2025.07.17 23:54:21.361008 [ 192 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.082271296 sec., 1932.6303064436959 rows/sec., 9.99 MiB/sec. | ||
3714 | 2025.07.17 23:54:21.363713 [ 186 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3715 | 2025.07.17 23:54:21.365778 [ 186 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_21_4} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3716 | 2025.07.17 23:54:21.365883 [ 186 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_21_4} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3717 | 2025.07.17 23:54:21.367765 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
3718 | 2025.07.17 23:54:22.001136 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.01 MiB, peak 229.55 MiB, free memory in arenas 0.00 B, will set to 223.60 MiB (RSS), difference: 4.59 MiB | ||
3719 | 2025.07.17 23:54:22.110172 [ 111 ] {} <Debug> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3720 | 2025.07.17 23:54:22.110237 [ 111 ] {} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3721 | 2025.07.17 23:54:22.110259 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3722 | 2025.07.17 23:54:22.110371 [ 189 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::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 | ||
3723 | 2025.07.17 23:54:22.110501 [ 189 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3724 | 2025.07.17 23:54:22.110536 [ 189 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
3725 | 2025.07.17 23:54:22.110601 [ 189 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
3726 | 2025.07.17 23:54:22.110645 [ 189 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::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 | ||
3727 | 2025.07.17 23:54:22.110687 [ 189 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
3728 | 2025.07.17 23:54:22.110726 [ 189 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part | ||
3729 | 2025.07.17 23:54:22.111479 [ 192 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 5 columns (5 merged, 0 gathered) in 0.001155218 sec., 20775.299553850444 rows/sec., 1.73 MiB/sec. | ||
3730 | 2025.07.17 23:54:22.111690 [ 195 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3731 | 2025.07.17 23:54:22.111975 [ 195 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_5_1} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3732 | 2025.07.17 23:54:22.112045 [ 195 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_5_1} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3733 | 2025.07.17 23:54:22.112134 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3734 | 2025.07.17 23:54:23.194654 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 518 | ||
3735 | 2025.07.17 23:54:23.196785 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3736 | 2025.07.17 23:54:23.196830 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3737 | 2025.07.17 23:54:23.197983 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3738 | 2025.07.17 23:54:23.198232 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3739 | 2025.07.17 23:54:23.198482 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 518 | ||
3740 | 2025.07.17 23:54:25.538506 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3741 | 2025.07.17 23:54:25.538709 [ 276 ] {458c3799-53fe-4b44-88e4-bbda3159ad3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3742 | 2025.07.17 23:54:25.538783 [ 276 ] {458c3799-53fe-4b44-88e4-bbda3159ad3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3743 | 2025.07.17 23:54:25.539464 [ 276 ] {458c3799-53fe-4b44-88e4-bbda3159ad3c} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3744 | 2025.07.17 23:54:25.539514 [ 276 ] {458c3799-53fe-4b44-88e4-bbda3159ad3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3745 | 2025.07.17 23:54:25.539894 [ 276 ] {458c3799-53fe-4b44-88e4-bbda3159ad3c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3746 | 2025.07.17 23:54:25.540124 [ 276 ] {458c3799-53fe-4b44-88e4-bbda3159ad3c} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3747 | 2025.07.17 23:54:25.540271 [ 276 ] {458c3799-53fe-4b44-88e4-bbda3159ad3c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001618 sec., 2472.187886279357 rows/sec., 201.59 KiB/sec. | ||
3748 | 2025.07.17 23:54:25.540314 [ 276 ] {458c3799-53fe-4b44-88e4-bbda3159ad3c} <Debug> TCPHandler: Processed in 0.00194874 sec. | ||
3749 | 2025.07.17 23:54:25.540439 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3750 | 2025.07.17 23:54:25.540595 [ 276 ] {a3f001bf-d2a9-4446-9b3a-c83ece0c231f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3751 | 2025.07.17 23:54:25.540658 [ 276 ] {a3f001bf-d2a9-4446-9b3a-c83ece0c231f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3752 | 2025.07.17 23:54:25.541247 [ 276 ] {a3f001bf-d2a9-4446-9b3a-c83ece0c231f} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3753 | 2025.07.17 23:54:25.541292 [ 276 ] {a3f001bf-d2a9-4446-9b3a-c83ece0c231f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3754 | 2025.07.17 23:54:25.541653 [ 276 ] {a3f001bf-d2a9-4446-9b3a-c83ece0c231f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3755 | 2025.07.17 23:54:25.541875 [ 276 ] {a3f001bf-d2a9-4446-9b3a-c83ece0c231f} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3756 | 2025.07.17 23:54:25.542007 [ 276 ] {a3f001bf-d2a9-4446-9b3a-c83ece0c231f} <Debug> executeQuery: Read 138 rows, 12.14 KiB in 0.001439 sec., 95899.93050729674 rows/sec., 8.24 MiB/sec. | ||
3757 | 2025.07.17 23:54:25.542046 [ 276 ] {a3f001bf-d2a9-4446-9b3a-c83ece0c231f} <Debug> TCPHandler: Processed in 0.001657265 sec. | ||
3758 | 2025.07.17 23:54:25.542157 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3759 | 2025.07.17 23:54:25.542254 [ 276 ] {7763762a-b200-440f-be8f-073a070943d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3760 | 2025.07.17 23:54:25.542295 [ 276 ] {7763762a-b200-440f-be8f-073a070943d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3761 | 2025.07.17 23:54:25.542710 [ 276 ] {7763762a-b200-440f-be8f-073a070943d4} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3762 | 2025.07.17 23:54:25.542747 [ 276 ] {7763762a-b200-440f-be8f-073a070943d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3763 | 2025.07.17 23:54:25.543046 [ 276 ] {7763762a-b200-440f-be8f-073a070943d4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3764 | 2025.07.17 23:54:25.543256 [ 276 ] {7763762a-b200-440f-be8f-073a070943d4} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3765 | 2025.07.17 23:54:25.543366 [ 108 ] {} <Debug> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3766 | 2025.07.17 23:54:25.543383 [ 276 ] {7763762a-b200-440f-be8f-073a070943d4} <Debug> executeQuery: Read 44 rows, 3.29 KiB in 0.001148 sec., 38327.526132404186 rows/sec., 2.80 MiB/sec. | ||
3767 | 2025.07.17 23:54:25.543446 [ 108 ] {} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3768 | 2025.07.17 23:54:25.543463 [ 276 ] {7763762a-b200-440f-be8f-073a070943d4} <Debug> TCPHandler: Processed in 0.001354101 sec. | ||
3769 | 2025.07.17 23:54:25.543475 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3770 | 2025.07.17 23:54:25.543579 [ 189 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::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 | ||
3771 | 2025.07.17 23:54:25.543596 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3772 | 2025.07.17 23:54:25.543680 [ 189 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3773 | 2025.07.17 23:54:25.543706 [ 276 ] {8fa6cc8d-d9a2-4efc-ae96-b4fd372b842a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3774 | 2025.07.17 23:54:25.543713 [ 189 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 67 rows starting from the beginning of the part | ||
3775 | 2025.07.17 23:54:25.543750 [ 276 ] {8fa6cc8d-d9a2-4efc-ae96-b4fd372b842a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3776 | 2025.07.17 23:54:25.543786 [ 189 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part | ||
3777 | 2025.07.17 23:54:25.543838 [ 189 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 23 rows starting from the beginning of the part | ||
3778 | 2025.07.17 23:54:25.543883 [ 189 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part | ||
3779 | 2025.07.17 23:54:25.543925 [ 189 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
3780 | 2025.07.17 23:54:25.543970 [ 189 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 44 rows starting from the beginning of the part | ||
3781 | 2025.07.17 23:54:25.544227 [ 276 ] {8fa6cc8d-d9a2-4efc-ae96-b4fd372b842a} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3782 | 2025.07.17 23:54:25.544265 [ 276 ] {8fa6cc8d-d9a2-4efc-ae96-b4fd372b842a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3783 | 2025.07.17 23:54:25.544709 [ 276 ] {8fa6cc8d-d9a2-4efc-ae96-b4fd372b842a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3784 | 2025.07.17 23:54:25.544766 [ 192 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 215 rows, containing 5 columns (5 merged, 0 gathered) in 0.001230929 sec., 174664.82632223304 rows/sec., 13.47 MiB/sec. | ||
3785 | 2025.07.17 23:54:25.544955 [ 195 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3786 | 2025.07.17 23:54:25.544961 [ 276 ] {8fa6cc8d-d9a2-4efc-ae96-b4fd372b842a} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3787 | 2025.07.17 23:54:25.545130 [ 276 ] {8fa6cc8d-d9a2-4efc-ae96-b4fd372b842a} <Debug> executeQuery: Read 108 rows, 8.64 KiB in 0.001443 sec., 74844.07484407484 rows/sec., 5.85 MiB/sec. | ||
3788 | 2025.07.17 23:54:25.545173 [ 276 ] {8fa6cc8d-d9a2-4efc-ae96-b4fd372b842a} <Debug> TCPHandler: Processed in 0.001628105 sec. | ||
3789 | 2025.07.17 23:54:25.545280 [ 195 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_21_4} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3790 | 2025.07.17 23:54:25.545297 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3791 | 2025.07.17 23:54:25.545364 [ 195 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_21_4} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3792 | 2025.07.17 23:54:25.545397 [ 276 ] {e4f5022d-b7bc-4b13-b5ee-57a24a84b6d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3793 | 2025.07.17 23:54:25.545448 [ 276 ] {e4f5022d-b7bc-4b13-b5ee-57a24a84b6d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3794 | 2025.07.17 23:54:25.545473 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
3795 | 2025.07.17 23:54:25.545873 [ 276 ] {e4f5022d-b7bc-4b13-b5ee-57a24a84b6d5} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3796 | 2025.07.17 23:54:25.545916 [ 276 ] {e4f5022d-b7bc-4b13-b5ee-57a24a84b6d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3797 | 2025.07.17 23:54:25.546262 [ 276 ] {e4f5022d-b7bc-4b13-b5ee-57a24a84b6d5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3798 | 2025.07.17 23:54:25.546476 [ 276 ] {e4f5022d-b7bc-4b13-b5ee-57a24a84b6d5} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3799 | 2025.07.17 23:54:25.546608 [ 276 ] {e4f5022d-b7bc-4b13-b5ee-57a24a84b6d5} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001229 sec., 131814.48331977217 rows/sec., 9.18 MiB/sec. | ||
3800 | 2025.07.17 23:54:25.546646 [ 276 ] {e4f5022d-b7bc-4b13-b5ee-57a24a84b6d5} <Debug> TCPHandler: Processed in 0.001398721 sec. | ||
3801 | 2025.07.17 23:54:25.546764 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3802 | 2025.07.17 23:54:25.546859 [ 276 ] {325ebd9a-f42e-466f-a890-89cbc764de0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3803 | 2025.07.17 23:54:25.546914 [ 276 ] {325ebd9a-f42e-466f-a890-89cbc764de0d} <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 | ||
3804 | 2025.07.17 23:54:25.547770 [ 276 ] {325ebd9a-f42e-466f-a890-89cbc764de0d} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3805 | 2025.07.17 23:54:25.547808 [ 276 ] {325ebd9a-f42e-466f-a890-89cbc764de0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3806 | 2025.07.17 23:54:25.548403 [ 276 ] {325ebd9a-f42e-466f-a890-89cbc764de0d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3807 | 2025.07.17 23:54:25.548637 [ 276 ] {325ebd9a-f42e-466f-a890-89cbc764de0d} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3808 | 2025.07.17 23:54:25.548774 [ 276 ] {325ebd9a-f42e-466f-a890-89cbc764de0d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001934 sec., 20682.52326783868 rows/sec., 37.06 MiB/sec. | ||
3809 | 2025.07.17 23:54:25.548838 [ 276 ] {325ebd9a-f42e-466f-a890-89cbc764de0d} <Debug> TCPHandler: Processed in 0.002123803 sec. | ||
3810 | 2025.07.17 23:54:25.548948 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3811 | 2025.07.17 23:54:25.549045 [ 276 ] {80fa56b0-ea92-4864-8c1e-4461ffd67320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3812 | 2025.07.17 23:54:25.549087 [ 276 ] {80fa56b0-ea92-4864-8c1e-4461ffd67320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3813 | 2025.07.17 23:54:25.549427 [ 276 ] {80fa56b0-ea92-4864-8c1e-4461ffd67320} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3814 | 2025.07.17 23:54:25.549464 [ 276 ] {80fa56b0-ea92-4864-8c1e-4461ffd67320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3815 | 2025.07.17 23:54:25.549771 [ 276 ] {80fa56b0-ea92-4864-8c1e-4461ffd67320} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3816 | 2025.07.17 23:54:25.549976 [ 276 ] {80fa56b0-ea92-4864-8c1e-4461ffd67320} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3817 | 2025.07.17 23:54:25.550104 [ 276 ] {80fa56b0-ea92-4864-8c1e-4461ffd67320} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. | ||
3818 | 2025.07.17 23:54:25.550140 [ 276 ] {80fa56b0-ea92-4864-8c1e-4461ffd67320} <Debug> TCPHandler: Processed in 0.001240859 sec. | ||
3819 | 2025.07.17 23:54:28.090510 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3820 | 2025.07.17 23:54:28.090578 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3821 | 2025.07.17 23:54:28.192965 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
3822 | 2025.07.17 23:54:28.193479 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3823 | 2025.07.17 23:54:28.193524 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3824 | 2025.07.17 23:54:28.194080 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3825 | 2025.07.17 23:54:28.194310 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3826 | 2025.07.17 23:54:28.194439 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
3827 | 2025.07.17 23:54:28.782692 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
3828 | 2025.07.17 23:54:28.797094 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3829 | 2025.07.17 23:54:28.797143 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3830 | 2025.07.17 23:54:28.803227 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3831 | 2025.07.17 23:54:28.803916 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3832 | 2025.07.17 23:54:28.806533 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
3833 | 2025.07.17 23:54:30.536936 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3834 | 2025.07.17 23:54:30.537114 [ 276 ] {8f4895f5-13f0-413e-8ee0-6b8822bf30eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3835 | 2025.07.17 23:54:30.537179 [ 276 ] {8f4895f5-13f0-413e-8ee0-6b8822bf30eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3836 | 2025.07.17 23:54:30.537903 [ 276 ] {8f4895f5-13f0-413e-8ee0-6b8822bf30eb} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3837 | 2025.07.17 23:54:30.537947 [ 276 ] {8f4895f5-13f0-413e-8ee0-6b8822bf30eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3838 | 2025.07.17 23:54:30.538352 [ 276 ] {8f4895f5-13f0-413e-8ee0-6b8822bf30eb} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
3839 | 2025.07.17 23:54:30.538574 [ 276 ] {8f4895f5-13f0-413e-8ee0-6b8822bf30eb} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3840 | 2025.07.17 23:54:30.538716 [ 103 ] {} <Debug> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
3841 | 2025.07.17 23:54:30.538741 [ 276 ] {8f4895f5-13f0-413e-8ee0-6b8822bf30eb} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.001676 sec., 35799.522673031024 rows/sec., 2.78 MiB/sec. | ||
3842 | 2025.07.17 23:54:30.538794 [ 103 ] {} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3843 | 2025.07.17 23:54:30.538811 [ 276 ] {8f4895f5-13f0-413e-8ee0-6b8822bf30eb} <Debug> TCPHandler: Processed in 0.001999291 sec. | ||
3844 | 2025.07.17 23:54:30.538824 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3845 | 2025.07.17 23:54:30.538938 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3846 | 2025.07.17 23:54:30.538952 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
3847 | 2025.07.17 23:54:30.539062 [ 276 ] {2706f330-1a00-4441-b4dd-d564f0476848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3848 | 2025.07.17 23:54:30.539084 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3849 | 2025.07.17 23:54:30.539114 [ 276 ] {2706f330-1a00-4441-b4dd-d564f0476848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3850 | 2025.07.17 23:54:30.539124 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 1407 rows starting from the beginning of the part | ||
3851 | 2025.07.17 23:54:30.539225 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1323 rows starting from the beginning of the part | ||
3852 | 2025.07.17 23:54:30.539278 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 136 rows starting from the beginning of the part | ||
3853 | 2025.07.17 23:54:30.539323 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 58 rows starting from the beginning of the part | ||
3854 | 2025.07.17 23:54:30.539370 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 138 rows starting from the beginning of the part | ||
3855 | 2025.07.17 23:54:30.539415 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
3856 | 2025.07.17 23:54:30.539521 [ 276 ] {2706f330-1a00-4441-b4dd-d564f0476848} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3857 | 2025.07.17 23:54:30.539562 [ 276 ] {2706f330-1a00-4441-b4dd-d564f0476848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3858 | 2025.07.17 23:54:30.539877 [ 276 ] {2706f330-1a00-4441-b4dd-d564f0476848} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3859 | 2025.07.17 23:54:30.540097 [ 276 ] {2706f330-1a00-4441-b4dd-d564f0476848} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3860 | 2025.07.17 23:54:30.540231 [ 276 ] {2706f330-1a00-4441-b4dd-d564f0476848} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.00119 sec., 1680.672268907563 rows/sec., 126.38 KiB/sec. | ||
3861 | 2025.07.17 23:54:30.540268 [ 276 ] {2706f330-1a00-4441-b4dd-d564f0476848} <Debug> TCPHandler: Processed in 0.001377512 sec. | ||
3862 | 2025.07.17 23:54:30.540380 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3863 | 2025.07.17 23:54:30.540471 [ 276 ] {2d0114d0-e531-4e95-8b9b-1f310880ca5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3864 | 2025.07.17 23:54:30.540511 [ 276 ] {2d0114d0-e531-4e95-8b9b-1f310880ca5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3865 | 2025.07.17 23:54:30.540868 [ 195 ] {97e9e053-2700-4610-a493-547689adb125::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3122 rows, containing 5 columns (5 merged, 0 gathered) in 0.00197257 sec., 1582706.8240924277 rows/sec., 137.92 MiB/sec. | ||
3866 | 2025.07.17 23:54:30.540937 [ 276 ] {2d0114d0-e531-4e95-8b9b-1f310880ca5d} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3867 | 2025.07.17 23:54:30.540977 [ 276 ] {2d0114d0-e531-4e95-8b9b-1f310880ca5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3868 | 2025.07.17 23:54:30.541129 [ 192 ] {97e9e053-2700-4610-a493-547689adb125::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
3869 | 2025.07.17 23:54:30.541322 [ 276 ] {2d0114d0-e531-4e95-8b9b-1f310880ca5d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
3870 | 2025.07.17 23:54:30.541467 [ 192 ] {97e9e053-2700-4610-a493-547689adb125::all_1_30_6} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3871 | 2025.07.17 23:54:30.541552 [ 192 ] {97e9e053-2700-4610-a493-547689adb125::all_1_30_6} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
3872 | 2025.07.17 23:54:30.541580 [ 276 ] {2d0114d0-e531-4e95-8b9b-1f310880ca5d} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3873 | 2025.07.17 23:54:30.541643 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
3874 | 2025.07.17 23:54:30.541758 [ 276 ] {2d0114d0-e531-4e95-8b9b-1f310880ca5d} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001304 sec., 50613.496932515336 rows/sec., 3.95 MiB/sec. | ||
3875 | 2025.07.17 23:54:30.541789 [ 102 ] {} <Debug> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
3876 | 2025.07.17 23:54:30.541806 [ 276 ] {2d0114d0-e531-4e95-8b9b-1f310880ca5d} <Debug> TCPHandler: Processed in 0.001473232 sec. | ||
3877 | 2025.07.17 23:54:30.541872 [ 102 ] {} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3878 | 2025.07.17 23:54:30.541901 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3879 | 2025.07.17 23:54:30.541954 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3880 | 2025.07.17 23:54:30.541984 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
3881 | 2025.07.17 23:54:30.542053 [ 276 ] {3a6d40bd-57a4-45fa-9bbb-f53235c17f78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3882 | 2025.07.17 23:54:30.542098 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3883 | 2025.07.17 23:54:30.542100 [ 276 ] {3a6d40bd-57a4-45fa-9bbb-f53235c17f78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3884 | 2025.07.17 23:54:30.542137 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 629 rows starting from the beginning of the part | ||
3885 | 2025.07.17 23:54:30.542224 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 567 rows starting from the beginning of the part | ||
3886 | 2025.07.17 23:54:30.542273 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 104 rows starting from the beginning of the part | ||
3887 | 2025.07.17 23:54:30.542320 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 65 rows starting from the beginning of the part | ||
3888 | 2025.07.17 23:54:30.542373 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 108 rows starting from the beginning of the part | ||
3889 | 2025.07.17 23:54:30.542417 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 66 rows starting from the beginning of the part | ||
3890 | 2025.07.17 23:54:30.542553 [ 276 ] {3a6d40bd-57a4-45fa-9bbb-f53235c17f78} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3891 | 2025.07.17 23:54:30.542596 [ 276 ] {3a6d40bd-57a4-45fa-9bbb-f53235c17f78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3892 | 2025.07.17 23:54:30.542970 [ 276 ] {3a6d40bd-57a4-45fa-9bbb-f53235c17f78} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
3893 | 2025.07.17 23:54:30.543193 [ 276 ] {3a6d40bd-57a4-45fa-9bbb-f53235c17f78} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3894 | 2025.07.17 23:54:30.543323 [ 276 ] {3a6d40bd-57a4-45fa-9bbb-f53235c17f78} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001289 sec., 124127.23041117145 rows/sec., 8.65 MiB/sec. | ||
3895 | 2025.07.17 23:54:30.543359 [ 276 ] {3a6d40bd-57a4-45fa-9bbb-f53235c17f78} <Debug> TCPHandler: Processed in 0.001453222 sec. | ||
3896 | 2025.07.17 23:54:30.543475 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3897 | 2025.07.17 23:54:30.543569 [ 276 ] {ac30da8a-b0c2-4e3c-b853-eabee4a1ee11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3898 | 2025.07.17 23:54:30.543609 [ 198 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1539 rows, containing 5 columns (5 merged, 0 gathered) in 0.001658106 sec., 928167.4392348861 rows/sec., 73.94 MiB/sec. | ||
3899 | 2025.07.17 23:54:30.543622 [ 276 ] {ac30da8a-b0c2-4e3c-b853-eabee4a1ee11} <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 | ||
3900 | 2025.07.17 23:54:30.543781 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
3901 | 2025.07.17 23:54:30.544034 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_30_6} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3902 | 2025.07.17 23:54:30.544112 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_30_6} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
3903 | 2025.07.17 23:54:30.544185 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
3904 | 2025.07.17 23:54:30.544374 [ 276 ] {ac30da8a-b0c2-4e3c-b853-eabee4a1ee11} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3905 | 2025.07.17 23:54:30.544414 [ 276 ] {ac30da8a-b0c2-4e3c-b853-eabee4a1ee11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3906 | 2025.07.17 23:54:30.544930 [ 276 ] {ac30da8a-b0c2-4e3c-b853-eabee4a1ee11} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3907 | 2025.07.17 23:54:30.545157 [ 276 ] {ac30da8a-b0c2-4e3c-b853-eabee4a1ee11} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3908 | 2025.07.17 23:54:30.545288 [ 276 ] {ac30da8a-b0c2-4e3c-b853-eabee4a1ee11} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001737 sec., 1151.4104778353483 rows/sec., 2.06 MiB/sec. | ||
3909 | 2025.07.17 23:54:30.545340 [ 276 ] {ac30da8a-b0c2-4e3c-b853-eabee4a1ee11} <Debug> TCPHandler: Processed in 0.00191335 sec. | ||
3910 | 2025.07.17 23:54:30.545510 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3911 | 2025.07.17 23:54:30.545603 [ 276 ] {8be64372-028d-42f4-898e-a7fe27b96856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3912 | 2025.07.17 23:54:30.545644 [ 276 ] {8be64372-028d-42f4-898e-a7fe27b96856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3913 | 2025.07.17 23:54:30.545980 [ 276 ] {8be64372-028d-42f4-898e-a7fe27b96856} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3914 | 2025.07.17 23:54:30.546013 [ 276 ] {8be64372-028d-42f4-898e-a7fe27b96856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3915 | 2025.07.17 23:54:30.546301 [ 276 ] {8be64372-028d-42f4-898e-a7fe27b96856} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
3916 | 2025.07.17 23:54:30.546502 [ 276 ] {8be64372-028d-42f4-898e-a7fe27b96856} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3917 | 2025.07.17 23:54:30.546623 [ 276 ] {8be64372-028d-42f4-898e-a7fe27b96856} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001039 sec., 57747.83445620789 rows/sec., 3.89 MiB/sec. | ||
3918 | 2025.07.17 23:54:30.546658 [ 276 ] {8be64372-028d-42f4-898e-a7fe27b96856} <Debug> TCPHandler: Processed in 0.001196168 sec. | ||
3919 | 2025.07.17 23:54:33.198634 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 544 | ||
3920 | 2025.07.17 23:54:33.200913 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3921 | 2025.07.17 23:54:33.200962 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3922 | 2025.07.17 23:54:33.202127 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3923 | 2025.07.17 23:54:33.202390 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3924 | 2025.07.17 23:54:33.202563 [ 99 ] {} <Debug> system.query_log (fffc79bd-d093-4609-b94c-831763790625) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3925 | 2025.07.17 23:54:33.202633 [ 99 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3926 | 2025.07.17 23:54:33.202654 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3927 | 2025.07.17 23:54:33.202656 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 544 | ||
3928 | 2025.07.17 23:54:33.202786 [ 192 ] {fffc79bd-d093-4609-b94c-831763790625::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 | ||
3929 | 2025.07.17 23:54:33.203408 [ 192 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3930 | 2025.07.17 23:54:33.203583 [ 192 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 412 rows starting from the beginning of the part | ||
3931 | 2025.07.17 23:54:33.203952 [ 192 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part | ||
3932 | 2025.07.17 23:54:33.204264 [ 192 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part | ||
3933 | 2025.07.17 23:54:33.204563 [ 192 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part | ||
3934 | 2025.07.17 23:54:33.204856 [ 192 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part | ||
3935 | 2025.07.17 23:54:33.205161 [ 192 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part | ||
3936 | 2025.07.17 23:54:33.211734 [ 198 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 544 rows, containing 72 columns (72 merged, 0 gathered) in 0.009011139 sec., 60369.72684585157 rows/sec., 53.17 MiB/sec. | ||
3937 | 2025.07.17 23:54:33.213092 [ 193 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3938 | 2025.07.17 23:54:33.213753 [ 193 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_16_3} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3939 | 2025.07.17 23:54:33.213836 [ 193 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_16_3} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3940 | 2025.07.17 23:54:33.214172 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB. | ||
3941 | 2025.07.17 23:54:35.538952 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3942 | 2025.07.17 23:54:35.539150 [ 276 ] {cd287822-e185-468c-a745-342475236282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3943 | 2025.07.17 23:54:35.539225 [ 276 ] {cd287822-e185-468c-a745-342475236282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3944 | 2025.07.17 23:54:35.539958 [ 276 ] {cd287822-e185-468c-a745-342475236282} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3945 | 2025.07.17 23:54:35.540007 [ 276 ] {cd287822-e185-468c-a745-342475236282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3946 | 2025.07.17 23:54:35.540424 [ 276 ] {cd287822-e185-468c-a745-342475236282} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
3947 | 2025.07.17 23:54:35.540659 [ 276 ] {cd287822-e185-468c-a745-342475236282} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3948 | 2025.07.17 23:54:35.540813 [ 276 ] {cd287822-e185-468c-a745-342475236282} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.00172 sec., 79069.76744186047 rows/sec., 6.81 MiB/sec. | ||
3949 | 2025.07.17 23:54:35.540856 [ 276 ] {cd287822-e185-468c-a745-342475236282} <Debug> TCPHandler: Processed in 0.002048212 sec. | ||
3950 | 2025.07.17 23:54:35.540971 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3951 | 2025.07.17 23:54:35.541066 [ 276 ] {8b497afb-9dbf-4b3d-a67e-772af11e09a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3952 | 2025.07.17 23:54:35.541106 [ 276 ] {8b497afb-9dbf-4b3d-a67e-772af11e09a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3953 | 2025.07.17 23:54:35.541510 [ 276 ] {8b497afb-9dbf-4b3d-a67e-772af11e09a5} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3954 | 2025.07.17 23:54:35.541546 [ 276 ] {8b497afb-9dbf-4b3d-a67e-772af11e09a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3955 | 2025.07.17 23:54:35.541842 [ 276 ] {8b497afb-9dbf-4b3d-a67e-772af11e09a5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3956 | 2025.07.17 23:54:35.542052 [ 276 ] {8b497afb-9dbf-4b3d-a67e-772af11e09a5} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3957 | 2025.07.17 23:54:35.542175 [ 276 ] {8b497afb-9dbf-4b3d-a67e-772af11e09a5} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001128 sec., 35460.99290780142 rows/sec., 2.60 MiB/sec. | ||
3958 | 2025.07.17 23:54:35.542212 [ 276 ] {8b497afb-9dbf-4b3d-a67e-772af11e09a5} <Debug> TCPHandler: Processed in 0.00129147 sec. | ||
3959 | 2025.07.17 23:54:35.542313 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3960 | 2025.07.17 23:54:35.542407 [ 276 ] {6985664c-5874-4798-bb15-8942367adceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3961 | 2025.07.17 23:54:35.542448 [ 276 ] {6985664c-5874-4798-bb15-8942367adceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3962 | 2025.07.17 23:54:35.542864 [ 276 ] {6985664c-5874-4798-bb15-8942367adceb} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3963 | 2025.07.17 23:54:35.542900 [ 276 ] {6985664c-5874-4798-bb15-8942367adceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3964 | 2025.07.17 23:54:35.543228 [ 276 ] {6985664c-5874-4798-bb15-8942367adceb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
3965 | 2025.07.17 23:54:35.543443 [ 276 ] {6985664c-5874-4798-bb15-8942367adceb} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3966 | 2025.07.17 23:54:35.543573 [ 276 ] {6985664c-5874-4798-bb15-8942367adceb} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001183 sec., 87912.08791208791 rows/sec., 6.87 MiB/sec. | ||
3967 | 2025.07.17 23:54:35.543609 [ 276 ] {6985664c-5874-4798-bb15-8942367adceb} <Debug> TCPHandler: Processed in 0.00134571 sec. | ||
3968 | 2025.07.17 23:54:35.543718 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3969 | 2025.07.17 23:54:35.543813 [ 276 ] {9e40a659-6a5f-4e1e-bcb6-3029d6412b68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3970 | 2025.07.17 23:54:35.543855 [ 276 ] {9e40a659-6a5f-4e1e-bcb6-3029d6412b68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3971 | 2025.07.17 23:54:35.544244 [ 276 ] {9e40a659-6a5f-4e1e-bcb6-3029d6412b68} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3972 | 2025.07.17 23:54:35.544278 [ 276 ] {9e40a659-6a5f-4e1e-bcb6-3029d6412b68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3973 | 2025.07.17 23:54:35.544606 [ 276 ] {9e40a659-6a5f-4e1e-bcb6-3029d6412b68} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
3974 | 2025.07.17 23:54:35.544814 [ 276 ] {9e40a659-6a5f-4e1e-bcb6-3029d6412b68} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3975 | 2025.07.17 23:54:35.544903 [ 97 ] {} <Debug> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
3976 | 2025.07.17 23:54:35.544938 [ 276 ] {9e40a659-6a5f-4e1e-bcb6-3029d6412b68} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001143 sec., 139982.5021872266 rows/sec., 9.75 MiB/sec. | ||
3977 | 2025.07.17 23:54:35.544943 [ 97 ] {} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3978 | 2025.07.17 23:54:35.544970 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3979 | 2025.07.17 23:54:35.544975 [ 276 ] {9e40a659-6a5f-4e1e-bcb6-3029d6412b68} <Debug> TCPHandler: Processed in 0.00130694 sec. | ||
3980 | 2025.07.17 23:54:35.545078 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3981 | 2025.07.17 23:54:35.545091 [ 192 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
3982 | 2025.07.17 23:54:35.545173 [ 276 ] {5a0bb811-2c32-4cb2-b407-d9b18367697d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3983 | 2025.07.17 23:54:35.545230 [ 276 ] {5a0bb811-2c32-4cb2-b407-d9b18367697d} <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 | ||
3984 | 2025.07.17 23:54:35.545251 [ 192 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3985 | 2025.07.17 23:54:35.545297 [ 192 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7965 rows starting from the beginning of the part | ||
3986 | 2025.07.17 23:54:35.545371 [ 192 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
3987 | 2025.07.17 23:54:35.545420 [ 192 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
3988 | 2025.07.17 23:54:35.545467 [ 192 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 162 rows starting from the beginning of the part | ||
3989 | 2025.07.17 23:54:35.545509 [ 192 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
3990 | 2025.07.17 23:54:35.545556 [ 192 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
3991 | 2025.07.17 23:54:35.546020 [ 276 ] {5a0bb811-2c32-4cb2-b407-d9b18367697d} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3992 | 2025.07.17 23:54:35.546061 [ 276 ] {5a0bb811-2c32-4cb2-b407-d9b18367697d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3993 | 2025.07.17 23:54:35.546830 [ 276 ] {5a0bb811-2c32-4cb2-b407-d9b18367697d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3994 | 2025.07.17 23:54:35.547076 [ 276 ] {5a0bb811-2c32-4cb2-b407-d9b18367697d} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3995 | 2025.07.17 23:54:35.547184 [ 97 ] {} <Debug> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3996 | 2025.07.17 23:54:35.547213 [ 97 ] {} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3997 | 2025.07.17 23:54:35.547221 [ 276 ] {5a0bb811-2c32-4cb2-b407-d9b18367697d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002067 sec., 19351.717464925016 rows/sec., 34.68 MiB/sec. | ||
3998 | 2025.07.17 23:54:35.547232 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
3999 | 2025.07.17 23:54:35.547276 [ 276 ] {5a0bb811-2c32-4cb2-b407-d9b18367697d} <Debug> TCPHandler: Processed in 0.002247595 sec. | ||
4000 | 2025.07.17 23:54:35.547338 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::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 | ||
4001 | 2025.07.17 23:54:35.547392 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4002 | 2025.07.17 23:54:35.547496 [ 276 ] {43ae3075-ac96-40e9-a997-a0008477b7f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4003 | 2025.07.17 23:54:35.547538 [ 276 ] {43ae3075-ac96-40e9-a997-a0008477b7f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4004 | 2025.07.17 23:54:35.547599 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4005 | 2025.07.17 23:54:35.547661 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 382 rows starting from the beginning of the part | ||
4006 | 2025.07.17 23:54:35.547791 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part | ||
4007 | 2025.07.17 23:54:35.547869 [ 276 ] {43ae3075-ac96-40e9-a997-a0008477b7f3} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4008 | 2025.07.17 23:54:35.547904 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
4009 | 2025.07.17 23:54:35.547908 [ 276 ] {43ae3075-ac96-40e9-a997-a0008477b7f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
4010 | 2025.07.17 23:54:35.548018 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part | ||
4011 | 2025.07.17 23:54:35.548123 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
4012 | 2025.07.17 23:54:35.548230 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part | ||
4013 | 2025.07.17 23:54:35.548331 [ 276 ] {43ae3075-ac96-40e9-a997-a0008477b7f3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4014 | 2025.07.17 23:54:35.548560 [ 276 ] {43ae3075-ac96-40e9-a997-a0008477b7f3} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4015 | 2025.07.17 23:54:35.548657 [ 97 ] {} <Debug> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4016 | 2025.07.17 23:54:35.548687 [ 97 ] {} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4017 | 2025.07.17 23:54:35.548693 [ 276 ] {43ae3075-ac96-40e9-a997-a0008477b7f3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001216 sec., 49342.10526315789 rows/sec., 3.33 MiB/sec. | ||
4018 | 2025.07.17 23:54:35.548707 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
4019 | 2025.07.17 23:54:35.548731 [ 276 ] {43ae3075-ac96-40e9-a997-a0008477b7f3} <Debug> TCPHandler: Processed in 0.001389131 sec. | ||
4020 | 2025.07.17 23:54:35.548791 [ 194 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
4021 | 2025.07.17 23:54:35.548898 [ 194 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4022 | 2025.07.17 23:54:35.548926 [ 194 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1308 rows starting from the beginning of the part | ||
4023 | 2025.07.17 23:54:35.548975 [ 194 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
4024 | 2025.07.17 23:54:35.549017 [ 194 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
4025 | 2025.07.17 23:54:35.549053 [ 194 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
4026 | 2025.07.17 23:54:35.549085 [ 194 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
4027 | 2025.07.17 23:54:35.549119 [ 194 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
4028 | 2025.07.17 23:54:35.549549 [ 197 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8767 rows, containing 5 columns (5 merged, 0 gathered) in 0.00451861 sec., 1940198.4238515827 rows/sec., 133.42 MiB/sec. | ||
4029 | 2025.07.17 23:54:35.549733 [ 201 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4030 | 2025.07.17 23:54:35.550010 [ 201 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4031 | 2025.07.17 23:54:35.550077 [ 201 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4032 | 2025.07.17 23:54:35.550151 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. | ||
4033 | 2025.07.17 23:54:35.550215 [ 194 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 4 columns (4 merged, 0 gathered) in 0.001461253 sec., 1100425.4567826379 rows/sec., 74.02 MiB/sec. | ||
4034 | 2025.07.17 23:54:35.550482 [ 201 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4035 | 2025.07.17 23:54:35.550723 [ 201 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_31_6} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4036 | 2025.07.17 23:54:35.550787 [ 201 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_31_6} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4037 | 2025.07.17 23:54:35.550855 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
4038 | 2025.07.17 23:54:35.553161 [ 201 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 505 rows, containing 19 columns (19 merged, 0 gathered) in 0.0058766 sec., 85934.04349453766 rows/sec., 153.99 MiB/sec. | ||
4039 | 2025.07.17 23:54:35.553984 [ 197 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4040 | 2025.07.17 23:54:35.554293 [ 197 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4041 | 2025.07.17 23:54:35.554356 [ 197 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4042 | 2025.07.17 23:54:35.554460 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.84 MiB. | ||
4043 | 2025.07.17 23:54:35.694585 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
4044 | 2025.07.17 23:54:35.695284 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4045 | 2025.07.17 23:54:35.695350 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
4046 | 2025.07.17 23:54:35.696137 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4047 | 2025.07.17 23:54:35.696367 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4048 | 2025.07.17 23:54:35.696498 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
4049 | 2025.07.17 23:54:36.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.33 MiB, peak 236.30 MiB, free memory in arenas 0.00 B, will set to 228.97 MiB (RSS), difference: 3.64 MiB | ||
4050 | 2025.07.17 23:54:36.306669 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
4051 | 2025.07.17 23:54:36.323159 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4052 | 2025.07.17 23:54:36.323216 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.87 GiB. | ||
4053 | 2025.07.17 23:54:36.329722 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4054 | 2025.07.17 23:54:36.330443 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4055 | 2025.07.17 23:54:36.333344 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
4056 | 2025.07.17 23:54:40.565143 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4057 | 2025.07.17 23:54:40.565365 [ 276 ] {8d4f424d-c507-4f09-8854-ace36b8bac00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
4058 | 2025.07.17 23:54:40.565442 [ 276 ] {8d4f424d-c507-4f09-8854-ace36b8bac00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
4059 | 2025.07.17 23:54:40.566185 [ 276 ] {8d4f424d-c507-4f09-8854-ace36b8bac00} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4060 | 2025.07.17 23:54:40.566239 [ 276 ] {8d4f424d-c507-4f09-8854-ace36b8bac00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4061 | 2025.07.17 23:54:40.566659 [ 276 ] {8d4f424d-c507-4f09-8854-ace36b8bac00} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4062 | 2025.07.17 23:54:40.566883 [ 276 ] {8d4f424d-c507-4f09-8854-ace36b8bac00} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4063 | 2025.07.17 23:54:40.567043 [ 276 ] {8d4f424d-c507-4f09-8854-ace36b8bac00} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001736 sec., 13824.884792626728 rows/sec., 1.15 MiB/sec. | ||
4064 | 2025.07.17 23:54:40.567040 [ 91 ] {} <Debug> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4065 | 2025.07.17 23:54:40.567094 [ 276 ] {8d4f424d-c507-4f09-8854-ace36b8bac00} <Debug> TCPHandler: Processed in 0.002093763 sec. | ||
4066 | 2025.07.17 23:54:40.567129 [ 91 ] {} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4067 | 2025.07.17 23:54:40.567160 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4068 | 2025.07.17 23:54:40.567237 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4069 | 2025.07.17 23:54:40.567295 [ 194 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::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 | ||
4070 | 2025.07.17 23:54:40.567344 [ 276 ] {64059125-eb46-4d9a-9856-34153d841fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
4071 | 2025.07.17 23:54:40.567393 [ 276 ] {64059125-eb46-4d9a-9856-34153d841fa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4072 | 2025.07.17 23:54:40.567456 [ 194 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4073 | 2025.07.17 23:54:40.567501 [ 194 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
4074 | 2025.07.17 23:54:40.567574 [ 194 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part | ||
4075 | 2025.07.17 23:54:40.567646 [ 194 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::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 | ||
4076 | 2025.07.17 23:54:40.567697 [ 194 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::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 | ||
4077 | 2025.07.17 23:54:40.567754 [ 194 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::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 | ||
4078 | 2025.07.17 23:54:40.567957 [ 276 ] {64059125-eb46-4d9a-9856-34153d841fa7} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4079 | 2025.07.17 23:54:40.568008 [ 276 ] {64059125-eb46-4d9a-9856-34153d841fa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4080 | 2025.07.17 23:54:40.568412 [ 276 ] {64059125-eb46-4d9a-9856-34153d841fa7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4081 | 2025.07.17 23:54:40.568549 [ 197 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.00131761 sec., 91073.99002739809 rows/sec., 7.90 MiB/sec. | ||
4082 | 2025.07.17 23:54:40.568669 [ 276 ] {64059125-eb46-4d9a-9856-34153d841fa7} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4083 | 2025.07.17 23:54:40.568691 [ 201 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4084 | 2025.07.17 23:54:40.568827 [ 276 ] {64059125-eb46-4d9a-9856-34153d841fa7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001504 sec., 1329.7872340425533 rows/sec., 108.43 KiB/sec. | ||
4085 | 2025.07.17 23:54:40.568872 [ 276 ] {64059125-eb46-4d9a-9856-34153d841fa7} <Debug> TCPHandler: Processed in 0.001688276 sec. | ||
4086 | 2025.07.17 23:54:40.568960 [ 201 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_5_1} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4087 | 2025.07.17 23:54:40.568988 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4088 | 2025.07.17 23:54:40.569024 [ 201 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_5_1} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4089 | 2025.07.17 23:54:40.569084 [ 276 ] {e83aa7b5-a15e-4527-9ecb-4c1b36eec1be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4090 | 2025.07.17 23:54:40.569100 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4091 | 2025.07.17 23:54:40.569125 [ 276 ] {e83aa7b5-a15e-4527-9ecb-4c1b36eec1be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4092 | 2025.07.17 23:54:40.570183 [ 276 ] {e83aa7b5-a15e-4527-9ecb-4c1b36eec1be} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4093 | 2025.07.17 23:54:40.570219 [ 276 ] {e83aa7b5-a15e-4527-9ecb-4c1b36eec1be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4094 | 2025.07.17 23:54:40.570608 [ 276 ] {e83aa7b5-a15e-4527-9ecb-4c1b36eec1be} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4095 | 2025.07.17 23:54:40.570812 [ 276 ] {e83aa7b5-a15e-4527-9ecb-4c1b36eec1be} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4096 | 2025.07.17 23:54:40.570937 [ 276 ] {e83aa7b5-a15e-4527-9ecb-4c1b36eec1be} <Debug> executeQuery: Read 1321 rows, 112.40 KiB in 0.001873 sec., 705285.6380138814 rows/sec., 58.60 MiB/sec. | ||
4097 | 2025.07.17 23:54:40.570974 [ 276 ] {e83aa7b5-a15e-4527-9ecb-4c1b36eec1be} <Debug> TCPHandler: Processed in 0.002033681 sec. | ||
4098 | 2025.07.17 23:54:40.571083 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4099 | 2025.07.17 23:54:40.571176 [ 276 ] {208da6ab-d8e2-4c3d-b28c-57d8ec15fc87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4100 | 2025.07.17 23:54:40.571214 [ 276 ] {208da6ab-d8e2-4c3d-b28c-57d8ec15fc87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4101 | 2025.07.17 23:54:40.571609 [ 276 ] {208da6ab-d8e2-4c3d-b28c-57d8ec15fc87} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4102 | 2025.07.17 23:54:40.571645 [ 276 ] {208da6ab-d8e2-4c3d-b28c-57d8ec15fc87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4103 | 2025.07.17 23:54:40.571939 [ 276 ] {208da6ab-d8e2-4c3d-b28c-57d8ec15fc87} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4104 | 2025.07.17 23:54:40.572136 [ 276 ] {208da6ab-d8e2-4c3d-b28c-57d8ec15fc87} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4105 | 2025.07.17 23:54:40.572261 [ 276 ] {208da6ab-d8e2-4c3d-b28c-57d8ec15fc87} <Debug> executeQuery: Read 16 rows, 1.25 KiB in 0.001103 sec., 14505.893019038984 rows/sec., 1.11 MiB/sec. | ||
4106 | 2025.07.17 23:54:40.572297 [ 276 ] {208da6ab-d8e2-4c3d-b28c-57d8ec15fc87} <Debug> TCPHandler: Processed in 0.001261 sec. | ||
4107 | 2025.07.17 23:54:40.572404 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4108 | 2025.07.17 23:54:40.572495 [ 276 ] {90f47734-fa76-4fdd-bd14-04f65fcb1bec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4109 | 2025.07.17 23:54:40.572534 [ 276 ] {90f47734-fa76-4fdd-bd14-04f65fcb1bec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4110 | 2025.07.17 23:54:40.573012 [ 276 ] {90f47734-fa76-4fdd-bd14-04f65fcb1bec} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4111 | 2025.07.17 23:54:40.573048 [ 276 ] {90f47734-fa76-4fdd-bd14-04f65fcb1bec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4112 | 2025.07.17 23:54:40.573357 [ 276 ] {90f47734-fa76-4fdd-bd14-04f65fcb1bec} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4113 | 2025.07.17 23:54:40.573551 [ 276 ] {90f47734-fa76-4fdd-bd14-04f65fcb1bec} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4114 | 2025.07.17 23:54:40.573671 [ 276 ] {90f47734-fa76-4fdd-bd14-04f65fcb1bec} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001194 sec., 211055.27638190956 rows/sec., 14.60 MiB/sec. | ||
4115 | 2025.07.17 23:54:40.573707 [ 276 ] {90f47734-fa76-4fdd-bd14-04f65fcb1bec} <Debug> TCPHandler: Processed in 0.001350701 sec. | ||
4116 | 2025.07.17 23:54:40.573818 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4117 | 2025.07.17 23:54:40.573910 [ 276 ] {277aa815-beeb-4fba-8413-9a70c77e9629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
4118 | 2025.07.17 23:54:40.573949 [ 276 ] {277aa815-beeb-4fba-8413-9a70c77e9629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4119 | 2025.07.17 23:54:40.574328 [ 276 ] {277aa815-beeb-4fba-8413-9a70c77e9629} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4120 | 2025.07.17 23:54:40.574363 [ 276 ] {277aa815-beeb-4fba-8413-9a70c77e9629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4121 | 2025.07.17 23:54:40.574651 [ 276 ] {277aa815-beeb-4fba-8413-9a70c77e9629} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4122 | 2025.07.17 23:54:40.574850 [ 276 ] {277aa815-beeb-4fba-8413-9a70c77e9629} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4123 | 2025.07.17 23:54:40.574967 [ 90 ] {} <Debug> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4124 | 2025.07.17 23:54:40.574972 [ 276 ] {277aa815-beeb-4fba-8413-9a70c77e9629} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001079 sec., 11121.408711770157 rows/sec., 868.86 KiB/sec. | ||
4125 | 2025.07.17 23:54:40.575017 [ 90 ] {} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4126 | 2025.07.17 23:54:40.575034 [ 276 ] {277aa815-beeb-4fba-8413-9a70c77e9629} <Debug> TCPHandler: Processed in 0.00126276 sec. | ||
4127 | 2025.07.17 23:54:40.575042 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4128 | 2025.07.17 23:54:40.575131 [ 197 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::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 | ||
4129 | 2025.07.17 23:54:40.575150 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4130 | 2025.07.17 23:54:40.575226 [ 197 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4131 | 2025.07.17 23:54:40.575243 [ 276 ] {5e354d98-4aaf-40dd-b40a-837872c09660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4132 | 2025.07.17 23:54:40.575257 [ 197 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
4133 | 2025.07.17 23:54:40.575283 [ 276 ] {5e354d98-4aaf-40dd-b40a-837872c09660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4134 | 2025.07.17 23:54:40.575321 [ 197 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part | ||
4135 | 2025.07.17 23:54:40.575372 [ 197 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::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 | ||
4136 | 2025.07.17 23:54:40.575417 [ 197 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::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 | ||
4137 | 2025.07.17 23:54:40.575459 [ 197 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::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 | ||
4138 | 2025.07.17 23:54:40.575865 [ 276 ] {5e354d98-4aaf-40dd-b40a-837872c09660} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4139 | 2025.07.17 23:54:40.575899 [ 276 ] {5e354d98-4aaf-40dd-b40a-837872c09660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4140 | 2025.07.17 23:54:40.576141 [ 201 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001044526 sec., 57442.32312072653 rows/sec., 4.60 MiB/sec. | ||
4141 | 2025.07.17 23:54:40.576221 [ 276 ] {5e354d98-4aaf-40dd-b40a-837872c09660} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4142 | 2025.07.17 23:54:40.576240 [ 197 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4143 | 2025.07.17 23:54:40.576432 [ 276 ] {5e354d98-4aaf-40dd-b40a-837872c09660} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4144 | 2025.07.17 23:54:40.576484 [ 197 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_5_1} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4145 | 2025.07.17 23:54:40.576545 [ 197 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_5_1} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4146 | 2025.07.17 23:54:40.576559 [ 276 ] {5e354d98-4aaf-40dd-b40a-837872c09660} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.001332 sec., 420420.4204204204 rows/sec., 31.51 MiB/sec. | ||
4147 | 2025.07.17 23:54:40.576596 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4148 | 2025.07.17 23:54:40.576597 [ 276 ] {5e354d98-4aaf-40dd-b40a-837872c09660} <Debug> TCPHandler: Processed in 0.001494493 sec. | ||
4149 | 2025.07.17 23:54:40.576717 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4150 | 2025.07.17 23:54:40.576809 [ 276 ] {c22e6cee-1b8d-4f15-b629-f502726b5105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4151 | 2025.07.17 23:54:40.576851 [ 276 ] {c22e6cee-1b8d-4f15-b629-f502726b5105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4152 | 2025.07.17 23:54:40.577427 [ 276 ] {c22e6cee-1b8d-4f15-b629-f502726b5105} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4153 | 2025.07.17 23:54:40.577461 [ 276 ] {c22e6cee-1b8d-4f15-b629-f502726b5105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4154 | 2025.07.17 23:54:40.577826 [ 276 ] {c22e6cee-1b8d-4f15-b629-f502726b5105} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4155 | 2025.07.17 23:54:40.578020 [ 276 ] {c22e6cee-1b8d-4f15-b629-f502726b5105} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4156 | 2025.07.17 23:54:40.578141 [ 276 ] {c22e6cee-1b8d-4f15-b629-f502726b5105} <Debug> executeQuery: Read 917 rows, 63.69 KiB in 0.00135 sec., 679259.2592592592 rows/sec., 46.07 MiB/sec. | ||
4157 | 2025.07.17 23:54:40.578177 [ 276 ] {c22e6cee-1b8d-4f15-b629-f502726b5105} <Debug> TCPHandler: Processed in 0.001507703 sec. | ||
4158 | 2025.07.17 23:54:40.578289 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4159 | 2025.07.17 23:54:40.578382 [ 276 ] {45479827-bebc-4dbf-b540-51860aa99168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4160 | 2025.07.17 23:54:40.578435 [ 276 ] {45479827-bebc-4dbf-b540-51860aa99168} <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 | ||
4161 | 2025.07.17 23:54:40.579163 [ 276 ] {45479827-bebc-4dbf-b540-51860aa99168} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4162 | 2025.07.17 23:54:40.579199 [ 276 ] {45479827-bebc-4dbf-b540-51860aa99168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4163 | 2025.07.17 23:54:40.579673 [ 276 ] {45479827-bebc-4dbf-b540-51860aa99168} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4164 | 2025.07.17 23:54:40.579890 [ 276 ] {45479827-bebc-4dbf-b540-51860aa99168} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4165 | 2025.07.17 23:54:40.580021 [ 276 ] {45479827-bebc-4dbf-b540-51860aa99168} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001657 sec., 1207.0006035003016 rows/sec., 2.16 MiB/sec. | ||
4166 | 2025.07.17 23:54:40.580072 [ 276 ] {45479827-bebc-4dbf-b540-51860aa99168} <Debug> TCPHandler: Processed in 0.001830489 sec. | ||
4167 | 2025.07.17 23:54:40.580184 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4168 | 2025.07.17 23:54:40.580277 [ 276 ] {e726aa0d-6519-4c16-8539-f53ac5324fa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4169 | 2025.07.17 23:54:40.580317 [ 276 ] {e726aa0d-6519-4c16-8539-f53ac5324fa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4170 | 2025.07.17 23:54:40.580690 [ 276 ] {e726aa0d-6519-4c16-8539-f53ac5324fa0} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4171 | 2025.07.17 23:54:40.580725 [ 276 ] {e726aa0d-6519-4c16-8539-f53ac5324fa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4172 | 2025.07.17 23:54:40.581013 [ 276 ] {e726aa0d-6519-4c16-8539-f53ac5324fa0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4173 | 2025.07.17 23:54:40.581209 [ 276 ] {e726aa0d-6519-4c16-8539-f53ac5324fa0} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4174 | 2025.07.17 23:54:40.581332 [ 276 ] {e726aa0d-6519-4c16-8539-f53ac5324fa0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. | ||
4175 | 2025.07.17 23:54:40.581366 [ 276 ] {e726aa0d-6519-4c16-8539-f53ac5324fa0} <Debug> TCPHandler: Processed in 0.001229979 sec. | ||
4176 | 2025.07.17 23:54:43.090618 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4177 | 2025.07.17 23:54:43.090683 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4178 | 2025.07.17 23:54:43.196606 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
4179 | 2025.07.17 23:54:43.197163 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4180 | 2025.07.17 23:54:43.197208 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4181 | 2025.07.17 23:54:43.197701 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4182 | 2025.07.17 23:54:43.197938 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4183 | 2025.07.17 23:54:43.198063 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
4184 | 2025.07.17 23:54:43.202824 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 576 | ||
4185 | 2025.07.17 23:54:43.205567 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4186 | 2025.07.17 23:54:43.205616 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4187 | 2025.07.17 23:54:43.206824 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4188 | 2025.07.17 23:54:43.207097 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4189 | 2025.07.17 23:54:43.207447 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 576 | ||
4190 | 2025.07.17 23:54:43.833435 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
4191 | 2025.07.17 23:54:43.849860 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4192 | 2025.07.17 23:54:43.849918 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4193 | 2025.07.17 23:54:43.856559 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4194 | 2025.07.17 23:54:43.857266 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4195 | 2025.07.17 23:54:43.860400 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
4196 | 2025.07.17 23:54:45.538114 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4197 | 2025.07.17 23:54:45.538311 [ 276 ] {80fc0f9f-8658-4e41-b899-c8af8c22ffb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4198 | 2025.07.17 23:54:45.538383 [ 276 ] {80fc0f9f-8658-4e41-b899-c8af8c22ffb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4199 | 2025.07.17 23:54:45.539176 [ 276 ] {80fc0f9f-8658-4e41-b899-c8af8c22ffb1} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4200 | 2025.07.17 23:54:45.539213 [ 276 ] {80fc0f9f-8658-4e41-b899-c8af8c22ffb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4201 | 2025.07.17 23:54:45.539715 [ 276 ] {80fc0f9f-8658-4e41-b899-c8af8c22ffb1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4202 | 2025.07.17 23:54:45.539989 [ 276 ] {80fc0f9f-8658-4e41-b899-c8af8c22ffb1} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4203 | 2025.07.17 23:54:45.540147 [ 276 ] {80fc0f9f-8658-4e41-b899-c8af8c22ffb1} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001891 sec., 71919.61924907456 rows/sec., 6.20 MiB/sec. | ||
4204 | 2025.07.17 23:54:45.540190 [ 276 ] {80fc0f9f-8658-4e41-b899-c8af8c22ffb1} <Debug> TCPHandler: Processed in 0.002214204 sec. | ||
4205 | 2025.07.17 23:54:45.540312 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4206 | 2025.07.17 23:54:45.540410 [ 276 ] {feb91797-0ae6-44b8-8e87-79701a96e0f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4207 | 2025.07.17 23:54:45.540452 [ 276 ] {feb91797-0ae6-44b8-8e87-79701a96e0f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4208 | 2025.07.17 23:54:45.540866 [ 276 ] {feb91797-0ae6-44b8-8e87-79701a96e0f9} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4209 | 2025.07.17 23:54:45.540903 [ 276 ] {feb91797-0ae6-44b8-8e87-79701a96e0f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4210 | 2025.07.17 23:54:45.541265 [ 276 ] {feb91797-0ae6-44b8-8e87-79701a96e0f9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4211 | 2025.07.17 23:54:45.541477 [ 276 ] {feb91797-0ae6-44b8-8e87-79701a96e0f9} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4212 | 2025.07.17 23:54:45.541606 [ 276 ] {feb91797-0ae6-44b8-8e87-79701a96e0f9} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001216 sec., 32894.73684210526 rows/sec., 2.42 MiB/sec. | ||
4213 | 2025.07.17 23:54:45.541643 [ 276 ] {feb91797-0ae6-44b8-8e87-79701a96e0f9} <Debug> TCPHandler: Processed in 0.001381751 sec. | ||
4214 | 2025.07.17 23:54:45.541775 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4215 | 2025.07.17 23:54:45.541873 [ 276 ] {40fb48e3-e4ec-4c7f-acdd-ef65abbdfdfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4216 | 2025.07.17 23:54:45.541913 [ 276 ] {40fb48e3-e4ec-4c7f-acdd-ef65abbdfdfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4217 | 2025.07.17 23:54:45.542361 [ 276 ] {40fb48e3-e4ec-4c7f-acdd-ef65abbdfdfa} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4218 | 2025.07.17 23:54:45.542397 [ 276 ] {40fb48e3-e4ec-4c7f-acdd-ef65abbdfdfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4219 | 2025.07.17 23:54:45.542706 [ 276 ] {40fb48e3-e4ec-4c7f-acdd-ef65abbdfdfa} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4220 | 2025.07.17 23:54:45.542908 [ 276 ] {40fb48e3-e4ec-4c7f-acdd-ef65abbdfdfa} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4221 | 2025.07.17 23:54:45.543030 [ 276 ] {40fb48e3-e4ec-4c7f-acdd-ef65abbdfdfa} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001175 sec., 88510.63829787234 rows/sec., 6.91 MiB/sec. | ||
4222 | 2025.07.17 23:54:45.543066 [ 276 ] {40fb48e3-e4ec-4c7f-acdd-ef65abbdfdfa} <Debug> TCPHandler: Processed in 0.00134064 sec. | ||
4223 | 2025.07.17 23:54:45.543179 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4224 | 2025.07.17 23:54:45.543274 [ 276 ] {96666f67-86c3-4187-bde3-a8ff6f4983f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4225 | 2025.07.17 23:54:45.543323 [ 276 ] {96666f67-86c3-4187-bde3-a8ff6f4983f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4226 | 2025.07.17 23:54:45.543730 [ 276 ] {96666f67-86c3-4187-bde3-a8ff6f4983f2} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4227 | 2025.07.17 23:54:45.543764 [ 276 ] {96666f67-86c3-4187-bde3-a8ff6f4983f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4228 | 2025.07.17 23:54:45.544083 [ 276 ] {96666f67-86c3-4187-bde3-a8ff6f4983f2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4229 | 2025.07.17 23:54:45.544284 [ 276 ] {96666f67-86c3-4187-bde3-a8ff6f4983f2} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4230 | 2025.07.17 23:54:45.544409 [ 276 ] {96666f67-86c3-4187-bde3-a8ff6f4983f2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001153 sec., 138768.43018213357 rows/sec., 9.66 MiB/sec. | ||
4231 | 2025.07.17 23:54:45.544446 [ 276 ] {96666f67-86c3-4187-bde3-a8ff6f4983f2} <Debug> TCPHandler: Processed in 0.001314961 sec. | ||
4232 | 2025.07.17 23:54:45.544559 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4233 | 2025.07.17 23:54:45.544659 [ 276 ] {6767c205-0662-4b0e-879f-ef990d54a651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4234 | 2025.07.17 23:54:45.544713 [ 276 ] {6767c205-0662-4b0e-879f-ef990d54a651} <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 | ||
4235 | 2025.07.17 23:54:45.545553 [ 276 ] {6767c205-0662-4b0e-879f-ef990d54a651} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4236 | 2025.07.17 23:54:45.545590 [ 276 ] {6767c205-0662-4b0e-879f-ef990d54a651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4237 | 2025.07.17 23:54:45.546180 [ 276 ] {6767c205-0662-4b0e-879f-ef990d54a651} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4238 | 2025.07.17 23:54:45.546407 [ 276 ] {6767c205-0662-4b0e-879f-ef990d54a651} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4239 | 2025.07.17 23:54:45.546543 [ 276 ] {6767c205-0662-4b0e-879f-ef990d54a651} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001901 sec., 21041.55707522357 rows/sec., 37.71 MiB/sec. | ||
4240 | 2025.07.17 23:54:45.546596 [ 276 ] {6767c205-0662-4b0e-879f-ef990d54a651} <Debug> TCPHandler: Processed in 0.002085203 sec. | ||
4241 | 2025.07.17 23:54:45.546708 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4242 | 2025.07.17 23:54:45.546802 [ 276 ] {469f8990-8616-4ff0-b709-0764fee62df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4243 | 2025.07.17 23:54:45.546843 [ 276 ] {469f8990-8616-4ff0-b709-0764fee62df1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4244 | 2025.07.17 23:54:45.547175 [ 276 ] {469f8990-8616-4ff0-b709-0764fee62df1} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4245 | 2025.07.17 23:54:45.547209 [ 276 ] {469f8990-8616-4ff0-b709-0764fee62df1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4246 | 2025.07.17 23:54:45.547511 [ 276 ] {469f8990-8616-4ff0-b709-0764fee62df1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4247 | 2025.07.17 23:54:45.547719 [ 276 ] {469f8990-8616-4ff0-b709-0764fee62df1} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4248 | 2025.07.17 23:54:45.547850 [ 276 ] {469f8990-8616-4ff0-b709-0764fee62df1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. | ||
4249 | 2025.07.17 23:54:45.547885 [ 276 ] {469f8990-8616-4ff0-b709-0764fee62df1} <Debug> TCPHandler: Processed in 0.001226159 sec. | ||
4250 | 2025.07.17 23:54:50.539718 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4251 | 2025.07.17 23:54:50.539971 [ 276 ] {a345459f-bd8d-477d-8d0b-b3dce582d968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4252 | 2025.07.17 23:54:50.540061 [ 276 ] {a345459f-bd8d-477d-8d0b-b3dce582d968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4253 | 2025.07.17 23:54:50.540870 [ 276 ] {a345459f-bd8d-477d-8d0b-b3dce582d968} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4254 | 2025.07.17 23:54:50.540932 [ 276 ] {a345459f-bd8d-477d-8d0b-b3dce582d968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4255 | 2025.07.17 23:54:50.541433 [ 276 ] {a345459f-bd8d-477d-8d0b-b3dce582d968} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4256 | 2025.07.17 23:54:50.541711 [ 276 ] {a345459f-bd8d-477d-8d0b-b3dce582d968} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4257 | 2025.07.17 23:54:50.541908 [ 276 ] {a345459f-bd8d-477d-8d0b-b3dce582d968} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.002002 sec., 29970.029970029973 rows/sec., 2.33 MiB/sec. | ||
4258 | 2025.07.17 23:54:50.541971 [ 276 ] {a345459f-bd8d-477d-8d0b-b3dce582d968} <Debug> TCPHandler: Processed in 0.002441217 sec. | ||
4259 | 2025.07.17 23:54:50.542132 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4260 | 2025.07.17 23:54:50.542249 [ 276 ] {313cccbc-6d28-491f-bd84-8ca70e92f4b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4261 | 2025.07.17 23:54:50.542305 [ 276 ] {313cccbc-6d28-491f-bd84-8ca70e92f4b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4262 | 2025.07.17 23:54:50.542842 [ 276 ] {313cccbc-6d28-491f-bd84-8ca70e92f4b2} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4263 | 2025.07.17 23:54:50.542889 [ 276 ] {313cccbc-6d28-491f-bd84-8ca70e92f4b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4264 | 2025.07.17 23:54:50.543268 [ 276 ] {313cccbc-6d28-491f-bd84-8ca70e92f4b2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4265 | 2025.07.17 23:54:50.543526 [ 276 ] {313cccbc-6d28-491f-bd84-8ca70e92f4b2} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4266 | 2025.07.17 23:54:50.543659 [ 80 ] {} <Debug> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4267 | 2025.07.17 23:54:50.543681 [ 276 ] {313cccbc-6d28-491f-bd84-8ca70e92f4b2} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001461 sec., 1368.9253935660506 rows/sec., 102.94 KiB/sec. | ||
4268 | 2025.07.17 23:54:50.543744 [ 80 ] {} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4269 | 2025.07.17 23:54:50.543758 [ 276 ] {313cccbc-6d28-491f-bd84-8ca70e92f4b2} <Debug> TCPHandler: Processed in 0.001686186 sec. | ||
4270 | 2025.07.17 23:54:50.543785 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4271 | 2025.07.17 23:54:50.543936 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4272 | 2025.07.17 23:54:50.543956 [ 191 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
4273 | 2025.07.17 23:54:50.544051 [ 276 ] {2f248ca7-fc4d-415c-b1cd-070df9e2a58a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4274 | 2025.07.17 23:54:50.544107 [ 276 ] {2f248ca7-fc4d-415c-b1cd-070df9e2a58a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4275 | 2025.07.17 23:54:50.544142 [ 191 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4276 | 2025.07.17 23:54:50.544187 [ 191 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 71 rows starting from the beginning of the part | ||
4277 | 2025.07.17 23:54:50.544285 [ 191 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
4278 | 2025.07.17 23:54:50.544365 [ 191 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part | ||
4279 | 2025.07.17 23:54:50.544448 [ 191 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 16 rows starting from the beginning of the part | ||
4280 | 2025.07.17 23:54:50.544506 [ 191 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part | ||
4281 | 2025.07.17 23:54:50.544549 [ 191 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
4282 | 2025.07.17 23:54:50.544646 [ 276 ] {2f248ca7-fc4d-415c-b1cd-070df9e2a58a} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4283 | 2025.07.17 23:54:50.544695 [ 276 ] {2f248ca7-fc4d-415c-b1cd-070df9e2a58a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4284 | 2025.07.17 23:54:50.545099 [ 276 ] {2f248ca7-fc4d-415c-b1cd-070df9e2a58a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4285 | 2025.07.17 23:54:50.545397 [ 276 ] {2f248ca7-fc4d-415c-b1cd-070df9e2a58a} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4286 | 2025.07.17 23:54:50.545557 [ 276 ] {2f248ca7-fc4d-415c-b1cd-070df9e2a58a} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001532 sec., 43080.93994778068 rows/sec., 3.36 MiB/sec. | ||
4287 | 2025.07.17 23:54:50.545594 [ 201 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 171 rows, containing 5 columns (5 merged, 0 gathered) in 0.001719217 sec., 99463.88384945007 rows/sec., 7.69 MiB/sec. | ||
4288 | 2025.07.17 23:54:50.545604 [ 276 ] {2f248ca7-fc4d-415c-b1cd-070df9e2a58a} <Debug> TCPHandler: Processed in 0.001726876 sec. | ||
4289 | 2025.07.17 23:54:50.545767 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4290 | 2025.07.17 23:54:50.545831 [ 188 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4291 | 2025.07.17 23:54:50.545875 [ 276 ] {c5b949a2-b8bd-4226-aec7-729a8d20b5e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4292 | 2025.07.17 23:54:50.545931 [ 276 ] {c5b949a2-b8bd-4226-aec7-729a8d20b5e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4293 | 2025.07.17 23:54:50.546217 [ 188 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_26_5} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4294 | 2025.07.17 23:54:50.546316 [ 188 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_26_5} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4295 | 2025.07.17 23:54:50.546428 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
4296 | 2025.07.17 23:54:50.546442 [ 276 ] {c5b949a2-b8bd-4226-aec7-729a8d20b5e1} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4297 | 2025.07.17 23:54:50.546488 [ 276 ] {c5b949a2-b8bd-4226-aec7-729a8d20b5e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4298 | 2025.07.17 23:54:50.546871 [ 276 ] {c5b949a2-b8bd-4226-aec7-729a8d20b5e1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4299 | 2025.07.17 23:54:50.547101 [ 276 ] {c5b949a2-b8bd-4226-aec7-729a8d20b5e1} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4300 | 2025.07.17 23:54:50.547238 [ 276 ] {c5b949a2-b8bd-4226-aec7-729a8d20b5e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001418 sec., 112834.97884344147 rows/sec., 7.86 MiB/sec. | ||
4301 | 2025.07.17 23:54:50.547278 [ 276 ] {c5b949a2-b8bd-4226-aec7-729a8d20b5e1} <Debug> TCPHandler: Processed in 0.001604975 sec. | ||
4302 | 2025.07.17 23:54:50.547412 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4303 | 2025.07.17 23:54:50.547508 [ 276 ] {34b1d1eb-ec38-47d3-ba0e-200f98380c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4304 | 2025.07.17 23:54:50.547567 [ 276 ] {34b1d1eb-ec38-47d3-ba0e-200f98380c97} <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 | ||
4305 | 2025.07.17 23:54:50.548564 [ 276 ] {34b1d1eb-ec38-47d3-ba0e-200f98380c97} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4306 | 2025.07.17 23:54:50.548608 [ 276 ] {34b1d1eb-ec38-47d3-ba0e-200f98380c97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4307 | 2025.07.17 23:54:50.549220 [ 276 ] {34b1d1eb-ec38-47d3-ba0e-200f98380c97} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4308 | 2025.07.17 23:54:50.549487 [ 276 ] {34b1d1eb-ec38-47d3-ba0e-200f98380c97} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4309 | 2025.07.17 23:54:50.549644 [ 276 ] {34b1d1eb-ec38-47d3-ba0e-200f98380c97} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002104 sec., 950.5703422053232 rows/sec., 1.70 MiB/sec. | ||
4310 | 2025.07.17 23:54:50.549713 [ 276 ] {34b1d1eb-ec38-47d3-ba0e-200f98380c97} <Debug> TCPHandler: Processed in 0.002309645 sec. | ||
4311 | 2025.07.17 23:54:50.549886 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4312 | 2025.07.17 23:54:50.549989 [ 276 ] {502719f7-2c28-4fd6-8a0b-782e36083cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4313 | 2025.07.17 23:54:50.550038 [ 276 ] {502719f7-2c28-4fd6-8a0b-782e36083cdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4314 | 2025.07.17 23:54:50.550486 [ 276 ] {502719f7-2c28-4fd6-8a0b-782e36083cdf} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4315 | 2025.07.17 23:54:50.550528 [ 276 ] {502719f7-2c28-4fd6-8a0b-782e36083cdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4316 | 2025.07.17 23:54:50.550903 [ 276 ] {502719f7-2c28-4fd6-8a0b-782e36083cdf} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4317 | 2025.07.17 23:54:50.551166 [ 276 ] {502719f7-2c28-4fd6-8a0b-782e36083cdf} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4318 | 2025.07.17 23:54:50.551317 [ 276 ] {502719f7-2c28-4fd6-8a0b-782e36083cdf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
4319 | 2025.07.17 23:54:50.551360 [ 276 ] {502719f7-2c28-4fd6-8a0b-782e36083cdf} <Debug> TCPHandler: Processed in 0.001530604 sec. | ||
4320 | 2025.07.17 23:54:50.698298 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
4321 | 2025.07.17 23:54:50.698800 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4322 | 2025.07.17 23:54:50.698846 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4323 | 2025.07.17 23:54:50.699330 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4324 | 2025.07.17 23:54:50.699559 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4325 | 2025.07.17 23:54:50.699697 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
4326 | 2025.07.17 23:54:51.360668 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
4327 | 2025.07.17 23:54:51.377849 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4328 | 2025.07.17 23:54:51.377902 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4329 | 2025.07.17 23:54:51.383573 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4330 | 2025.07.17 23:54:51.384292 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4331 | 2025.07.17 23:54:51.387229 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
4332 | 2025.07.17 23:54:53.207909 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 600 | ||
4333 | 2025.07.17 23:54:53.210043 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4334 | 2025.07.17 23:54:53.210097 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4335 | 2025.07.17 23:54:53.211258 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4336 | 2025.07.17 23:54:53.211521 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4337 | 2025.07.17 23:54:53.211784 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 600 | ||
4338 | 2025.07.17 23:54:55.538895 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4339 | 2025.07.17 23:54:55.539097 [ 276 ] {eb5a4b00-00bd-42fa-9be8-9d62e1337d15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
4340 | 2025.07.17 23:54:55.539172 [ 276 ] {eb5a4b00-00bd-42fa-9be8-9d62e1337d15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4341 | 2025.07.17 23:54:55.539837 [ 276 ] {eb5a4b00-00bd-42fa-9be8-9d62e1337d15} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4342 | 2025.07.17 23:54:55.539883 [ 276 ] {eb5a4b00-00bd-42fa-9be8-9d62e1337d15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4343 | 2025.07.17 23:54:55.540252 [ 276 ] {eb5a4b00-00bd-42fa-9be8-9d62e1337d15} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4344 | 2025.07.17 23:54:55.540465 [ 276 ] {eb5a4b00-00bd-42fa-9be8-9d62e1337d15} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4345 | 2025.07.17 23:54:55.540614 [ 276 ] {eb5a4b00-00bd-42fa-9be8-9d62e1337d15} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001574 sec., 1270.6480304955526 rows/sec., 103.61 KiB/sec. | ||
4346 | 2025.07.17 23:54:55.540657 [ 276 ] {eb5a4b00-00bd-42fa-9be8-9d62e1337d15} <Debug> TCPHandler: Processed in 0.00190605 sec. | ||
4347 | 2025.07.17 23:54:55.540781 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4348 | 2025.07.17 23:54:55.540878 [ 276 ] {a216cc07-5c95-4281-b01a-94165322bbd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4349 | 2025.07.17 23:54:55.540918 [ 276 ] {a216cc07-5c95-4281-b01a-94165322bbd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4350 | 2025.07.17 23:54:55.541399 [ 276 ] {a216cc07-5c95-4281-b01a-94165322bbd6} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4351 | 2025.07.17 23:54:55.541436 [ 276 ] {a216cc07-5c95-4281-b01a-94165322bbd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4352 | 2025.07.17 23:54:55.541751 [ 276 ] {a216cc07-5c95-4281-b01a-94165322bbd6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4353 | 2025.07.17 23:54:55.541972 [ 276 ] {a216cc07-5c95-4281-b01a-94165322bbd6} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4354 | 2025.07.17 23:54:55.542085 [ 75 ] {} <Debug> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
4355 | 2025.07.17 23:54:55.542099 [ 276 ] {a216cc07-5c95-4281-b01a-94165322bbd6} <Debug> executeQuery: Read 137 rows, 12.07 KiB in 0.00124 sec., 110483.87096774194 rows/sec., 9.51 MiB/sec. | ||
4356 | 2025.07.17 23:54:55.542155 [ 75 ] {} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4357 | 2025.07.17 23:54:55.542164 [ 276 ] {a216cc07-5c95-4281-b01a-94165322bbd6} <Debug> TCPHandler: Processed in 0.001432942 sec. | ||
4358 | 2025.07.17 23:54:55.542183 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4359 | 2025.07.17 23:54:55.542297 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4360 | 2025.07.17 23:54:55.542299 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
4361 | 2025.07.17 23:54:55.542407 [ 276 ] {68d2583e-a617-43ab-8305-76567f17dd5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4362 | 2025.07.17 23:54:55.542451 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4363 | 2025.07.17 23:54:55.542455 [ 276 ] {68d2583e-a617-43ab-8305-76567f17dd5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4364 | 2025.07.17 23:54:55.542491 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 1411 rows starting from the beginning of the part | ||
4365 | 2025.07.17 23:54:55.542562 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 136 rows starting from the beginning of the part | ||
4366 | 2025.07.17 23:54:55.542609 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1321 rows starting from the beginning of the part | ||
4367 | 2025.07.17 23:54:55.542652 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 136 rows starting from the beginning of the part | ||
4368 | 2025.07.17 23:54:55.542693 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
4369 | 2025.07.17 23:54:55.542764 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 137 rows starting from the beginning of the part | ||
4370 | 2025.07.17 23:54:55.542911 [ 276 ] {68d2583e-a617-43ab-8305-76567f17dd5d} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4371 | 2025.07.17 23:54:55.542960 [ 276 ] {68d2583e-a617-43ab-8305-76567f17dd5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4372 | 2025.07.17 23:54:55.543321 [ 276 ] {68d2583e-a617-43ab-8305-76567f17dd5d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4373 | 2025.07.17 23:54:55.543542 [ 276 ] {68d2583e-a617-43ab-8305-76567f17dd5d} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4374 | 2025.07.17 23:54:55.543680 [ 276 ] {68d2583e-a617-43ab-8305-76567f17dd5d} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.001293 sec., 32482.598607888627 rows/sec., 2.38 MiB/sec. | ||
4375 | 2025.07.17 23:54:55.543722 [ 276 ] {68d2583e-a617-43ab-8305-76567f17dd5d} <Debug> TCPHandler: Processed in 0.001481363 sec. | ||
4376 | 2025.07.17 23:54:55.543828 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4377 | 2025.07.17 23:54:55.543952 [ 276 ] {4d082c0f-5c5d-4ce6-bfdd-9d2f17adeec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4378 | 2025.07.17 23:54:55.543994 [ 276 ] {4d082c0f-5c5d-4ce6-bfdd-9d2f17adeec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4379 | 2025.07.17 23:54:55.544300 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3201 rows, containing 5 columns (5 merged, 0 gathered) in 0.002052752 sec., 1559370.0554182872 rows/sec., 136.30 MiB/sec. | ||
4380 | 2025.07.17 23:54:55.544439 [ 276 ] {4d082c0f-5c5d-4ce6-bfdd-9d2f17adeec0} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4381 | 2025.07.17 23:54:55.544483 [ 276 ] {4d082c0f-5c5d-4ce6-bfdd-9d2f17adeec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4382 | 2025.07.17 23:54:55.544578 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
4383 | 2025.07.17 23:54:55.544845 [ 276 ] {4d082c0f-5c5d-4ce6-bfdd-9d2f17adeec0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4384 | 2025.07.17 23:54:55.544937 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_35_7} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4385 | 2025.07.17 23:54:55.545028 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_35_7} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
4386 | 2025.07.17 23:54:55.545088 [ 276 ] {4d082c0f-5c5d-4ce6-bfdd-9d2f17adeec0} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4387 | 2025.07.17 23:54:55.545129 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
4388 | 2025.07.17 23:54:55.545204 [ 75 ] {} <Debug> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
4389 | 2025.07.17 23:54:55.545228 [ 276 ] {4d082c0f-5c5d-4ce6-bfdd-9d2f17adeec0} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.001295 sec., 81853.28185328186 rows/sec., 6.40 MiB/sec. | ||
4390 | 2025.07.17 23:54:55.545242 [ 75 ] {} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4391 | 2025.07.17 23:54:55.545269 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4392 | 2025.07.17 23:54:55.545275 [ 276 ] {4d082c0f-5c5d-4ce6-bfdd-9d2f17adeec0} <Debug> TCPHandler: Processed in 0.001495523 sec. | ||
4393 | 2025.07.17 23:54:55.545360 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
4394 | 2025.07.17 23:54:55.545400 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4395 | 2025.07.17 23:54:55.545470 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4396 | 2025.07.17 23:54:55.545499 [ 276 ] {1c284f57-f16f-41a0-b7a7-88a43d8d8464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4397 | 2025.07.17 23:54:55.545505 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 634 rows starting from the beginning of the part | ||
4398 | 2025.07.17 23:54:55.545551 [ 276 ] {1c284f57-f16f-41a0-b7a7-88a43d8d8464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4399 | 2025.07.17 23:54:55.545586 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 104 rows starting from the beginning of the part | ||
4400 | 2025.07.17 23:54:55.545636 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 560 rows starting from the beginning of the part | ||
4401 | 2025.07.17 23:54:55.545678 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 104 rows starting from the beginning of the part | ||
4402 | 2025.07.17 23:54:55.545717 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 66 rows starting from the beginning of the part | ||
4403 | 2025.07.17 23:54:55.545754 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 106 rows starting from the beginning of the part | ||
4404 | 2025.07.17 23:54:55.545979 [ 276 ] {1c284f57-f16f-41a0-b7a7-88a43d8d8464} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4405 | 2025.07.17 23:54:55.546024 [ 276 ] {1c284f57-f16f-41a0-b7a7-88a43d8d8464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4406 | 2025.07.17 23:54:55.546383 [ 276 ] {1c284f57-f16f-41a0-b7a7-88a43d8d8464} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4407 | 2025.07.17 23:54:55.546600 [ 276 ] {1c284f57-f16f-41a0-b7a7-88a43d8d8464} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4408 | 2025.07.17 23:54:55.546732 [ 276 ] {1c284f57-f16f-41a0-b7a7-88a43d8d8464} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001251 sec., 128697.04236610713 rows/sec., 8.96 MiB/sec. | ||
4409 | 2025.07.17 23:54:55.546772 [ 276 ] {1c284f57-f16f-41a0-b7a7-88a43d8d8464} <Debug> TCPHandler: Processed in 0.001421252 sec. | ||
4410 | 2025.07.17 23:54:55.546775 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1574 rows, containing 5 columns (5 merged, 0 gathered) in 0.001453503 sec., 1082901.1016833126 rows/sec., 86.31 MiB/sec. | ||
4411 | 2025.07.17 23:54:55.546883 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4412 | 2025.07.17 23:54:55.546919 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
4413 | 2025.07.17 23:54:55.546983 [ 276 ] {1992b8ce-38df-4d00-ae4c-7bd71db71c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4414 | 2025.07.17 23:54:55.547045 [ 276 ] {1992b8ce-38df-4d00-ae4c-7bd71db71c96} <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 | ||
4415 | 2025.07.17 23:54:55.547164 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_35_7} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4416 | 2025.07.17 23:54:55.547236 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_35_7} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
4417 | 2025.07.17 23:54:55.547296 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
4418 | 2025.07.17 23:54:55.547906 [ 276 ] {1992b8ce-38df-4d00-ae4c-7bd71db71c96} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4419 | 2025.07.17 23:54:55.547956 [ 276 ] {1992b8ce-38df-4d00-ae4c-7bd71db71c96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4420 | 2025.07.17 23:54:55.548532 [ 276 ] {1992b8ce-38df-4d00-ae4c-7bd71db71c96} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4421 | 2025.07.17 23:54:55.548750 [ 276 ] {1992b8ce-38df-4d00-ae4c-7bd71db71c96} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4422 | 2025.07.17 23:54:55.548894 [ 276 ] {1992b8ce-38df-4d00-ae4c-7bd71db71c96} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00193 sec., 20725.38860103627 rows/sec., 37.14 MiB/sec. | ||
4423 | 2025.07.17 23:54:55.548951 [ 276 ] {1992b8ce-38df-4d00-ae4c-7bd71db71c96} <Debug> TCPHandler: Processed in 0.002116103 sec. | ||
4424 | 2025.07.17 23:54:55.549064 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4425 | 2025.07.17 23:54:55.549159 [ 276 ] {24e36353-eb6d-4148-a1cd-86d9ad42aab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4426 | 2025.07.17 23:54:55.549203 [ 276 ] {24e36353-eb6d-4148-a1cd-86d9ad42aab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4427 | 2025.07.17 23:54:55.549542 [ 276 ] {24e36353-eb6d-4148-a1cd-86d9ad42aab7} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4428 | 2025.07.17 23:54:55.549579 [ 276 ] {24e36353-eb6d-4148-a1cd-86d9ad42aab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4429 | 2025.07.17 23:54:55.549887 [ 276 ] {24e36353-eb6d-4148-a1cd-86d9ad42aab7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4430 | 2025.07.17 23:54:55.550107 [ 276 ] {24e36353-eb6d-4148-a1cd-86d9ad42aab7} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4431 | 2025.07.17 23:54:55.550237 [ 276 ] {24e36353-eb6d-4148-a1cd-86d9ad42aab7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. | ||
4432 | 2025.07.17 23:54:55.550274 [ 276 ] {24e36353-eb6d-4148-a1cd-86d9ad42aab7} <Debug> TCPHandler: Processed in 0.001259299 sec. | ||
4433 | 2025.07.17 23:54:58.090922 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4434 | 2025.07.17 23:54:58.090997 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4435 | 2025.07.17 23:54:58.199954 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
4436 | 2025.07.17 23:54:58.200537 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4437 | 2025.07.17 23:54:58.200582 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4438 | 2025.07.17 23:54:58.201102 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4439 | 2025.07.17 23:54:58.201344 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4440 | 2025.07.17 23:54:58.201474 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
4441 | 2025.07.17 23:54:58.201473 [ 71 ] {} <Debug> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4442 | 2025.07.17 23:54:58.201523 [ 71 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4443 | 2025.07.17 23:54:58.201541 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4444 | 2025.07.17 23:54:58.201662 [ 190 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
4445 | 2025.07.17 23:54:58.201810 [ 190 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4446 | 2025.07.17 23:54:58.201846 [ 190 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
4447 | 2025.07.17 23:54:58.201910 [ 190 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
4448 | 2025.07.17 23:54:58.201955 [ 190 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
4449 | 2025.07.17 23:54:58.201997 [ 190 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
4450 | 2025.07.17 23:54:58.202041 [ 190 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
4451 | 2025.07.17 23:54:58.202078 [ 190 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
4452 | 2025.07.17 23:54:58.206792 [ 200 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.00518205 sec., 2307195.028994317 rows/sec., 33.00 MiB/sec. | ||
4453 | 2025.07.17 23:54:58.207315 [ 200 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4454 | 2025.07.17 23:54:58.207701 [ 200 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_26_5} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4455 | 2025.07.17 23:54:58.207809 [ 200 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_26_5} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4456 | 2025.07.17 23:54:58.207946 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
4457 | 2025.07.17 23:54:58.887467 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
4458 | 2025.07.17 23:54:58.905662 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4459 | 2025.07.17 23:54:58.905717 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4460 | 2025.07.17 23:54:58.911520 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4461 | 2025.07.17 23:54:58.912274 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4462 | 2025.07.17 23:54:58.912568 [ 68 ] {} <Debug> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4463 | 2025.07.17 23:54:58.912606 [ 68 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4464 | 2025.07.17 23:54:58.912627 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4465 | 2025.07.17 23:54:58.912813 [ 186 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
4466 | 2025.07.17 23:54:58.915460 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
4467 | 2025.07.17 23:54:58.916380 [ 186 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4468 | 2025.07.17 23:54:58.917737 [ 186 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
4469 | 2025.07.17 23:54:58.922507 [ 186 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
4470 | 2025.07.17 23:54:58.926996 [ 186 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
4471 | 2025.07.17 23:54:58.931310 [ 186 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
4472 | 2025.07.17 23:54:58.935772 [ 186 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
4473 | 2025.07.17 23:54:58.940040 [ 186 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
4474 | 2025.07.17 23:54:58.990955 [ 200 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.078229654 sec., 2505.4437796695356 rows/sec., 12.96 MiB/sec. | ||
4475 | 2025.07.17 23:54:58.993800 [ 200 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4476 | 2025.07.17 23:54:58.996339 [ 200 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_26_5} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4477 | 2025.07.17 23:54:58.996443 [ 200 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_26_5} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4478 | 2025.07.17 23:54:58.998679 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
4479 | 2025.07.17 23:54:59.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 231.88 MiB, peak 242.44 MiB, free memory in arenas 0.00 B, will set to 235.64 MiB (RSS), difference: 3.76 MiB | ||
4480 | 2025.07.17 23:55:00.537525 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4481 | 2025.07.17 23:55:00.537730 [ 276 ] {730b63d1-443d-45c8-afa2-690f3697e937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4482 | 2025.07.17 23:55:00.537802 [ 276 ] {730b63d1-443d-45c8-afa2-690f3697e937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4483 | 2025.07.17 23:55:00.538442 [ 276 ] {730b63d1-443d-45c8-afa2-690f3697e937} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4484 | 2025.07.17 23:55:00.538486 [ 276 ] {730b63d1-443d-45c8-afa2-690f3697e937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4485 | 2025.07.17 23:55:00.538879 [ 276 ] {730b63d1-443d-45c8-afa2-690f3697e937} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4486 | 2025.07.17 23:55:00.539101 [ 276 ] {730b63d1-443d-45c8-afa2-690f3697e937} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4487 | 2025.07.17 23:55:00.539250 [ 276 ] {730b63d1-443d-45c8-afa2-690f3697e937} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.001577 sec., 38046.92454026633 rows/sec., 2.95 MiB/sec. | ||
4488 | 2025.07.17 23:55:00.539294 [ 276 ] {730b63d1-443d-45c8-afa2-690f3697e937} <Debug> TCPHandler: Processed in 0.001908599 sec. | ||
4489 | 2025.07.17 23:55:00.539409 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4490 | 2025.07.17 23:55:00.539505 [ 276 ] {f1d2eded-6f3e-4d08-88c0-538b4c6c553a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4491 | 2025.07.17 23:55:00.539545 [ 276 ] {f1d2eded-6f3e-4d08-88c0-538b4c6c553a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4492 | 2025.07.17 23:55:00.539936 [ 276 ] {f1d2eded-6f3e-4d08-88c0-538b4c6c553a} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4493 | 2025.07.17 23:55:00.539974 [ 276 ] {f1d2eded-6f3e-4d08-88c0-538b4c6c553a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4494 | 2025.07.17 23:55:00.540268 [ 276 ] {f1d2eded-6f3e-4d08-88c0-538b4c6c553a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4495 | 2025.07.17 23:55:00.540479 [ 276 ] {f1d2eded-6f3e-4d08-88c0-538b4c6c553a} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4496 | 2025.07.17 23:55:00.540609 [ 276 ] {f1d2eded-6f3e-4d08-88c0-538b4c6c553a} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001122 sec., 1782.5311942959001 rows/sec., 134.04 KiB/sec. | ||
4497 | 2025.07.17 23:55:00.540647 [ 276 ] {f1d2eded-6f3e-4d08-88c0-538b4c6c553a} <Debug> TCPHandler: Processed in 0.001288109 sec. | ||
4498 | 2025.07.17 23:55:00.540753 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4499 | 2025.07.17 23:55:00.540848 [ 276 ] {da3a598c-368d-45bd-8fb8-864eebfdb887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4500 | 2025.07.17 23:55:00.540888 [ 276 ] {da3a598c-368d-45bd-8fb8-864eebfdb887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4501 | 2025.07.17 23:55:00.541308 [ 276 ] {da3a598c-368d-45bd-8fb8-864eebfdb887} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4502 | 2025.07.17 23:55:00.541344 [ 276 ] {da3a598c-368d-45bd-8fb8-864eebfdb887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4503 | 2025.07.17 23:55:00.541649 [ 276 ] {da3a598c-368d-45bd-8fb8-864eebfdb887} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4504 | 2025.07.17 23:55:00.541866 [ 276 ] {da3a598c-368d-45bd-8fb8-864eebfdb887} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4505 | 2025.07.17 23:55:00.542000 [ 276 ] {da3a598c-368d-45bd-8fb8-864eebfdb887} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001169 sec., 56458.51154833191 rows/sec., 4.41 MiB/sec. | ||
4506 | 2025.07.17 23:55:00.542037 [ 276 ] {da3a598c-368d-45bd-8fb8-864eebfdb887} <Debug> TCPHandler: Processed in 0.001332571 sec. | ||
4507 | 2025.07.17 23:55:00.542151 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4508 | 2025.07.17 23:55:00.542247 [ 276 ] {d71ab875-4328-4dec-928d-ded070542b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4509 | 2025.07.17 23:55:00.542292 [ 276 ] {d71ab875-4328-4dec-928d-ded070542b49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4510 | 2025.07.17 23:55:00.542686 [ 276 ] {d71ab875-4328-4dec-928d-ded070542b49} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4511 | 2025.07.17 23:55:00.542723 [ 276 ] {d71ab875-4328-4dec-928d-ded070542b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4512 | 2025.07.17 23:55:00.543044 [ 276 ] {d71ab875-4328-4dec-928d-ded070542b49} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4513 | 2025.07.17 23:55:00.543248 [ 276 ] {d71ab875-4328-4dec-928d-ded070542b49} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4514 | 2025.07.17 23:55:00.543382 [ 276 ] {d71ab875-4328-4dec-928d-ded070542b49} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001153 sec., 138768.43018213357 rows/sec., 9.66 MiB/sec. | ||
4515 | 2025.07.17 23:55:00.543419 [ 276 ] {d71ab875-4328-4dec-928d-ded070542b49} <Debug> TCPHandler: Processed in 0.00131625 sec. | ||
4516 | 2025.07.17 23:55:00.543414 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4517 | 2025.07.17 23:55:00.543498 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4518 | 2025.07.17 23:55:00.543521 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4519 | 2025.07.17 23:55:00.543523 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4520 | 2025.07.17 23:55:00.543624 [ 276 ] {44174b90-d9f2-464e-a318-43ff7a21759c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4521 | 2025.07.17 23:55:00.543681 [ 276 ] {44174b90-d9f2-464e-a318-43ff7a21759c} <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 | ||
4522 | 2025.07.17 23:55:00.543692 [ 196 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
4523 | 2025.07.17 23:55:00.543867 [ 196 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4524 | 2025.07.17 23:55:00.543908 [ 196 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 8767 rows starting from the beginning of the part | ||
4525 | 2025.07.17 23:55:00.543981 [ 196 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 917 rows starting from the beginning of the part | ||
4526 | 2025.07.17 23:55:00.544034 [ 196 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
4527 | 2025.07.17 23:55:00.544086 [ 196 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
4528 | 2025.07.17 23:55:00.544130 [ 196 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 161 rows starting from the beginning of the part | ||
4529 | 2025.07.17 23:55:00.544177 [ 196 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
4530 | 2025.07.17 23:55:00.544413 [ 276 ] {44174b90-d9f2-464e-a318-43ff7a21759c} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4531 | 2025.07.17 23:55:00.544455 [ 276 ] {44174b90-d9f2-464e-a318-43ff7a21759c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4532 | 2025.07.17 23:55:00.545142 [ 276 ] {44174b90-d9f2-464e-a318-43ff7a21759c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4533 | 2025.07.17 23:55:00.545363 [ 276 ] {44174b90-d9f2-464e-a318-43ff7a21759c} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4534 | 2025.07.17 23:55:00.545474 [ 67 ] {} <Debug> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4535 | 2025.07.17 23:55:00.545499 [ 276 ] {44174b90-d9f2-464e-a318-43ff7a21759c} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001894 sec., 1055.9662090813094 rows/sec., 1.89 MiB/sec. | ||
4536 | 2025.07.17 23:55:00.545507 [ 67 ] {} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4537 | 2025.07.17 23:55:00.545539 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
4538 | 2025.07.17 23:55:00.545562 [ 276 ] {44174b90-d9f2-464e-a318-43ff7a21759c} <Debug> TCPHandler: Processed in 0.002089702 sec. | ||
4539 | 2025.07.17 23:55:00.545620 [ 200 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::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 | ||
4540 | 2025.07.17 23:55:00.545681 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4541 | 2025.07.17 23:55:00.545781 [ 276 ] {229ce4f9-2495-4ccc-8119-b5e17f1dedcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4542 | 2025.07.17 23:55:00.545823 [ 276 ] {229ce4f9-2495-4ccc-8119-b5e17f1dedcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4543 | 2025.07.17 23:55:00.545823 [ 200 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4544 | 2025.07.17 23:55:00.545901 [ 200 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 505 rows starting from the beginning of the part | ||
4545 | 2025.07.17 23:55:00.546021 [ 200 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
4546 | 2025.07.17 23:55:00.546125 [ 200 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part | ||
4547 | 2025.07.17 23:55:00.546167 [ 276 ] {229ce4f9-2495-4ccc-8119-b5e17f1dedcf} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4548 | 2025.07.17 23:55:00.546207 [ 276 ] {229ce4f9-2495-4ccc-8119-b5e17f1dedcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4549 | 2025.07.17 23:55:00.546221 [ 200 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
4550 | 2025.07.17 23:55:00.546322 [ 200 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part | ||
4551 | 2025.07.17 23:55:00.546416 [ 200 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
4552 | 2025.07.17 23:55:00.546552 [ 276 ] {229ce4f9-2495-4ccc-8119-b5e17f1dedcf} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4553 | 2025.07.17 23:55:00.546791 [ 276 ] {229ce4f9-2495-4ccc-8119-b5e17f1dedcf} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4554 | 2025.07.17 23:55:00.546901 [ 67 ] {} <Debug> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4555 | 2025.07.17 23:55:00.546925 [ 276 ] {229ce4f9-2495-4ccc-8119-b5e17f1dedcf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001162 sec., 51635.11187607573 rows/sec., 3.48 MiB/sec. | ||
4556 | 2025.07.17 23:55:00.546930 [ 67 ] {} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4557 | 2025.07.17 23:55:00.546966 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4558 | 2025.07.17 23:55:00.546971 [ 276 ] {229ce4f9-2495-4ccc-8119-b5e17f1dedcf} <Debug> TCPHandler: Processed in 0.001340301 sec. | ||
4559 | 2025.07.17 23:55:00.547049 [ 189 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
4560 | 2025.07.17 23:55:00.547137 [ 189 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4561 | 2025.07.17 23:55:00.547167 [ 189 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1608 rows starting from the beginning of the part | ||
4562 | 2025.07.17 23:55:00.547221 [ 189 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
4563 | 2025.07.17 23:55:00.547261 [ 189 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
4564 | 2025.07.17 23:55:00.547298 [ 189 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
4565 | 2025.07.17 23:55:00.547334 [ 189 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
4566 | 2025.07.17 23:55:00.547370 [ 189 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
4567 | 2025.07.17 23:55:00.548571 [ 195 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1908 rows, containing 4 columns (4 merged, 0 gathered) in 0.001557084 sec., 1225367.4175574342 rows/sec., 82.45 MiB/sec. | ||
4568 | 2025.07.17 23:55:00.548599 [ 189 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10325 rows, containing 5 columns (5 merged, 0 gathered) in 0.004978877 sec., 2073760.809917578 rows/sec., 142.54 MiB/sec. | ||
4569 | 2025.07.17 23:55:00.548841 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4570 | 2025.07.17 23:55:00.548968 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4571 | 2025.07.17 23:55:00.549159 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_36_7} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4572 | 2025.07.17 23:55:00.549255 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_36_7} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4573 | 2025.07.17 23:55:00.549341 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
4574 | 2025.07.17 23:55:00.549377 [ 196 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4575 | 2025.07.17 23:55:00.549442 [ 196 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4576 | 2025.07.17 23:55:00.549507 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB. | ||
4577 | 2025.07.17 23:55:00.567807 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 591 rows, containing 19 columns (19 merged, 0 gathered) in 0.022224013 sec., 26592.857014617475 rows/sec., 47.65 MiB/sec. | ||
4578 | 2025.07.17 23:55:00.568825 [ 195 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4579 | 2025.07.17 23:55:00.569196 [ 195 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4580 | 2025.07.17 23:55:00.569276 [ 195 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4581 | 2025.07.17 23:55:00.569405 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
4582 | 2025.07.17 23:55:01.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 236.16 MiB, peak 247.98 MiB, free memory in arenas 0.00 B, will set to 240.10 MiB (RSS), difference: 3.94 MiB | ||
4583 | 2025.07.17 23:55:03.212865 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 626 | ||
4584 | 2025.07.17 23:55:03.215104 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4585 | 2025.07.17 23:55:03.215166 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4586 | 2025.07.17 23:55:03.216385 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4587 | 2025.07.17 23:55:03.216675 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4588 | 2025.07.17 23:55:03.217075 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 626 | ||
4589 | 2025.07.17 23:55:05.539021 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4590 | 2025.07.17 23:55:05.539304 [ 276 ] {ff0743e4-5acd-4e67-996e-7b58c3d6510d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4591 | 2025.07.17 23:55:05.539407 [ 276 ] {ff0743e4-5acd-4e67-996e-7b58c3d6510d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4592 | 2025.07.17 23:55:05.540200 [ 276 ] {ff0743e4-5acd-4e67-996e-7b58c3d6510d} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4593 | 2025.07.17 23:55:05.540241 [ 276 ] {ff0743e4-5acd-4e67-996e-7b58c3d6510d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4594 | 2025.07.17 23:55:05.540637 [ 276 ] {ff0743e4-5acd-4e67-996e-7b58c3d6510d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4595 | 2025.07.17 23:55:05.540855 [ 276 ] {ff0743e4-5acd-4e67-996e-7b58c3d6510d} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4596 | 2025.07.17 23:55:05.541011 [ 276 ] {ff0743e4-5acd-4e67-996e-7b58c3d6510d} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001785 sec., 76190.4761904762 rows/sec., 6.56 MiB/sec. | ||
4597 | 2025.07.17 23:55:05.541061 [ 276 ] {ff0743e4-5acd-4e67-996e-7b58c3d6510d} <Debug> TCPHandler: Processed in 0.002225595 sec. | ||
4598 | 2025.07.17 23:55:05.541180 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4599 | 2025.07.17 23:55:05.541282 [ 276 ] {69072077-85e3-4280-8ebd-83dc65091645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4600 | 2025.07.17 23:55:05.541324 [ 276 ] {69072077-85e3-4280-8ebd-83dc65091645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4601 | 2025.07.17 23:55:05.541738 [ 276 ] {69072077-85e3-4280-8ebd-83dc65091645} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4602 | 2025.07.17 23:55:05.541773 [ 276 ] {69072077-85e3-4280-8ebd-83dc65091645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4603 | 2025.07.17 23:55:05.542075 [ 276 ] {69072077-85e3-4280-8ebd-83dc65091645} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4604 | 2025.07.17 23:55:05.542285 [ 276 ] {69072077-85e3-4280-8ebd-83dc65091645} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4605 | 2025.07.17 23:55:05.542410 [ 276 ] {69072077-85e3-4280-8ebd-83dc65091645} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001151 sec., 34752.38922675934 rows/sec., 2.55 MiB/sec. | ||
4606 | 2025.07.17 23:55:05.542446 [ 276 ] {69072077-85e3-4280-8ebd-83dc65091645} <Debug> TCPHandler: Processed in 0.00131751 sec. | ||
4607 | 2025.07.17 23:55:05.542544 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4608 | 2025.07.17 23:55:05.542636 [ 276 ] {bed155ee-8b1e-4ac8-81bf-0160fde86a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4609 | 2025.07.17 23:55:05.542675 [ 276 ] {bed155ee-8b1e-4ac8-81bf-0160fde86a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4610 | 2025.07.17 23:55:05.543080 [ 276 ] {bed155ee-8b1e-4ac8-81bf-0160fde86a25} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4611 | 2025.07.17 23:55:05.543114 [ 276 ] {bed155ee-8b1e-4ac8-81bf-0160fde86a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4612 | 2025.07.17 23:55:05.543402 [ 276 ] {bed155ee-8b1e-4ac8-81bf-0160fde86a25} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4613 | 2025.07.17 23:55:05.543603 [ 276 ] {bed155ee-8b1e-4ac8-81bf-0160fde86a25} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4614 | 2025.07.17 23:55:05.543722 [ 276 ] {bed155ee-8b1e-4ac8-81bf-0160fde86a25} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001104 sec., 94202.89855072464 rows/sec., 7.36 MiB/sec. | ||
4615 | 2025.07.17 23:55:05.543758 [ 276 ] {bed155ee-8b1e-4ac8-81bf-0160fde86a25} <Debug> TCPHandler: Processed in 0.001260759 sec. | ||
4616 | 2025.07.17 23:55:05.543869 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4617 | 2025.07.17 23:55:05.543961 [ 276 ] {6e8eb669-a6ba-4e1c-97a8-ccb1af45c977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4618 | 2025.07.17 23:55:05.544003 [ 276 ] {6e8eb669-a6ba-4e1c-97a8-ccb1af45c977} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4619 | 2025.07.17 23:55:05.544388 [ 276 ] {6e8eb669-a6ba-4e1c-97a8-ccb1af45c977} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4620 | 2025.07.17 23:55:05.544421 [ 276 ] {6e8eb669-a6ba-4e1c-97a8-ccb1af45c977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4621 | 2025.07.17 23:55:05.544727 [ 276 ] {6e8eb669-a6ba-4e1c-97a8-ccb1af45c977} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4622 | 2025.07.17 23:55:05.544928 [ 276 ] {6e8eb669-a6ba-4e1c-97a8-ccb1af45c977} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4623 | 2025.07.17 23:55:05.545050 [ 276 ] {6e8eb669-a6ba-4e1c-97a8-ccb1af45c977} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001107 sec., 144534.77868112017 rows/sec., 10.07 MiB/sec. | ||
4624 | 2025.07.17 23:55:05.545086 [ 276 ] {6e8eb669-a6ba-4e1c-97a8-ccb1af45c977} <Debug> TCPHandler: Processed in 0.00126414 sec. | ||
4625 | 2025.07.17 23:55:05.545189 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4626 | 2025.07.17 23:55:05.545293 [ 276 ] {3a4504e8-44be-437f-90ab-625add063bfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4627 | 2025.07.17 23:55:05.545348 [ 276 ] {3a4504e8-44be-437f-90ab-625add063bfb} <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 | ||
4628 | 2025.07.17 23:55:05.546149 [ 276 ] {3a4504e8-44be-437f-90ab-625add063bfb} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4629 | 2025.07.17 23:55:05.546186 [ 276 ] {3a4504e8-44be-437f-90ab-625add063bfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4630 | 2025.07.17 23:55:05.546807 [ 276 ] {3a4504e8-44be-437f-90ab-625add063bfb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4631 | 2025.07.17 23:55:05.547044 [ 276 ] {3a4504e8-44be-437f-90ab-625add063bfb} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4632 | 2025.07.17 23:55:05.547182 [ 276 ] {3a4504e8-44be-437f-90ab-625add063bfb} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001909 sec., 20953.378732320587 rows/sec., 37.55 MiB/sec. | ||
4633 | 2025.07.17 23:55:05.547248 [ 276 ] {3a4504e8-44be-437f-90ab-625add063bfb} <Debug> TCPHandler: Processed in 0.002109443 sec. | ||
4634 | 2025.07.17 23:55:05.547358 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4635 | 2025.07.17 23:55:05.547454 [ 276 ] {c257fad0-dd15-44ed-ad1c-a971e7047139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4636 | 2025.07.17 23:55:05.547496 [ 276 ] {c257fad0-dd15-44ed-ad1c-a971e7047139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4637 | 2025.07.17 23:55:05.547846 [ 276 ] {c257fad0-dd15-44ed-ad1c-a971e7047139} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4638 | 2025.07.17 23:55:05.547883 [ 276 ] {c257fad0-dd15-44ed-ad1c-a971e7047139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4639 | 2025.07.17 23:55:05.548192 [ 276 ] {c257fad0-dd15-44ed-ad1c-a971e7047139} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4640 | 2025.07.17 23:55:05.548399 [ 276 ] {c257fad0-dd15-44ed-ad1c-a971e7047139} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4641 | 2025.07.17 23:55:05.548526 [ 276 ] {c257fad0-dd15-44ed-ad1c-a971e7047139} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. | ||
4642 | 2025.07.17 23:55:05.548563 [ 276 ] {c257fad0-dd15-44ed-ad1c-a971e7047139} <Debug> TCPHandler: Processed in 0.001255279 sec. | ||
4643 | 2025.07.17 23:55:05.702230 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
4644 | 2025.07.17 23:55:05.702722 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4645 | 2025.07.17 23:55:05.702771 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4646 | 2025.07.17 23:55:05.703273 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4647 | 2025.07.17 23:55:05.703507 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4648 | 2025.07.17 23:55:05.703650 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
4649 | 2025.07.17 23:55:06.416182 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
4650 | 2025.07.17 23:55:06.431187 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4651 | 2025.07.17 23:55:06.431245 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4652 | 2025.07.17 23:55:06.437362 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4653 | 2025.07.17 23:55:06.438060 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4654 | 2025.07.17 23:55:06.440704 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
4655 | 2025.07.17 23:55:10.565313 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4656 | 2025.07.17 23:55:10.565527 [ 276 ] {57e599ae-27fd-4e11-8685-a2ce42994e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
4657 | 2025.07.17 23:55:10.565599 [ 276 ] {57e599ae-27fd-4e11-8685-a2ce42994e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
4658 | 2025.07.17 23:55:10.566252 [ 276 ] {57e599ae-27fd-4e11-8685-a2ce42994e0b} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4659 | 2025.07.17 23:55:10.566291 [ 276 ] {57e599ae-27fd-4e11-8685-a2ce42994e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4660 | 2025.07.17 23:55:10.566675 [ 276 ] {57e599ae-27fd-4e11-8685-a2ce42994e0b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4661 | 2025.07.17 23:55:10.566891 [ 276 ] {57e599ae-27fd-4e11-8685-a2ce42994e0b} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4662 | 2025.07.17 23:55:10.567038 [ 276 ] {57e599ae-27fd-4e11-8685-a2ce42994e0b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001567 sec., 15315.890236119974 rows/sec., 1.27 MiB/sec. | ||
4663 | 2025.07.17 23:55:10.567078 [ 276 ] {57e599ae-27fd-4e11-8685-a2ce42994e0b} <Debug> TCPHandler: Processed in 0.001899269 sec. | ||
4664 | 2025.07.17 23:55:10.567189 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4665 | 2025.07.17 23:55:10.567283 [ 276 ] {921be38b-4ccf-48c7-8db0-04af86827b06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
4666 | 2025.07.17 23:55:10.567323 [ 276 ] {921be38b-4ccf-48c7-8db0-04af86827b06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4667 | 2025.07.17 23:55:10.567719 [ 276 ] {921be38b-4ccf-48c7-8db0-04af86827b06} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4668 | 2025.07.17 23:55:10.567753 [ 276 ] {921be38b-4ccf-48c7-8db0-04af86827b06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4669 | 2025.07.17 23:55:10.568034 [ 276 ] {921be38b-4ccf-48c7-8db0-04af86827b06} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4670 | 2025.07.17 23:55:10.568242 [ 276 ] {921be38b-4ccf-48c7-8db0-04af86827b06} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4671 | 2025.07.17 23:55:10.568364 [ 276 ] {921be38b-4ccf-48c7-8db0-04af86827b06} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.0011 sec., 9090.90909090909 rows/sec., 741.30 KiB/sec. | ||
4672 | 2025.07.17 23:55:10.568400 [ 276 ] {921be38b-4ccf-48c7-8db0-04af86827b06} <Debug> TCPHandler: Processed in 0.00125827 sec. | ||
4673 | 2025.07.17 23:55:10.568499 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4674 | 2025.07.17 23:55:10.568591 [ 276 ] {01e62931-d2c3-4976-89c4-7df259779084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4675 | 2025.07.17 23:55:10.568629 [ 276 ] {01e62931-d2c3-4976-89c4-7df259779084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4676 | 2025.07.17 23:55:10.569570 [ 276 ] {01e62931-d2c3-4976-89c4-7df259779084} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4677 | 2025.07.17 23:55:10.569607 [ 276 ] {01e62931-d2c3-4976-89c4-7df259779084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4678 | 2025.07.17 23:55:10.570003 [ 276 ] {01e62931-d2c3-4976-89c4-7df259779084} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4679 | 2025.07.17 23:55:10.570206 [ 276 ] {01e62931-d2c3-4976-89c4-7df259779084} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4680 | 2025.07.17 23:55:10.570336 [ 276 ] {01e62931-d2c3-4976-89c4-7df259779084} <Debug> executeQuery: Read 1325 rows, 112.69 KiB in 0.001763 sec., 751559.8411798071 rows/sec., 62.42 MiB/sec. | ||
4681 | 2025.07.17 23:55:10.570373 [ 276 ] {01e62931-d2c3-4976-89c4-7df259779084} <Debug> TCPHandler: Processed in 0.001921179 sec. | ||
4682 | 2025.07.17 23:55:10.570477 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4683 | 2025.07.17 23:55:10.570587 [ 276 ] {097e3190-d4f0-4455-b3fd-173777030f6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4684 | 2025.07.17 23:55:10.570636 [ 276 ] {097e3190-d4f0-4455-b3fd-173777030f6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4685 | 2025.07.17 23:55:10.571136 [ 276 ] {097e3190-d4f0-4455-b3fd-173777030f6f} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4686 | 2025.07.17 23:55:10.571179 [ 276 ] {097e3190-d4f0-4455-b3fd-173777030f6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4687 | 2025.07.17 23:55:10.571550 [ 276 ] {097e3190-d4f0-4455-b3fd-173777030f6f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4688 | 2025.07.17 23:55:10.571779 [ 276 ] {097e3190-d4f0-4455-b3fd-173777030f6f} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4689 | 2025.07.17 23:55:10.571907 [ 276 ] {097e3190-d4f0-4455-b3fd-173777030f6f} <Debug> executeQuery: Read 24 rows, 1.81 KiB in 0.001339 sec., 17923.82374906647 rows/sec., 1.32 MiB/sec. | ||
4690 | 2025.07.17 23:55:10.571945 [ 276 ] {097e3190-d4f0-4455-b3fd-173777030f6f} <Debug> TCPHandler: Processed in 0.001517883 sec. | ||
4691 | 2025.07.17 23:55:10.572064 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4692 | 2025.07.17 23:55:10.572184 [ 276 ] {2484c312-6398-4632-ab5d-9a63bbf9c33b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4693 | 2025.07.17 23:55:10.572233 [ 276 ] {2484c312-6398-4632-ab5d-9a63bbf9c33b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4694 | 2025.07.17 23:55:10.572766 [ 276 ] {2484c312-6398-4632-ab5d-9a63bbf9c33b} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4695 | 2025.07.17 23:55:10.572801 [ 276 ] {2484c312-6398-4632-ab5d-9a63bbf9c33b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4696 | 2025.07.17 23:55:10.573111 [ 276 ] {2484c312-6398-4632-ab5d-9a63bbf9c33b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4697 | 2025.07.17 23:55:10.573313 [ 276 ] {2484c312-6398-4632-ab5d-9a63bbf9c33b} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4698 | 2025.07.17 23:55:10.573433 [ 276 ] {2484c312-6398-4632-ab5d-9a63bbf9c33b} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001273 sec., 197957.58051846034 rows/sec., 13.69 MiB/sec. | ||
4699 | 2025.07.17 23:55:10.573471 [ 276 ] {2484c312-6398-4632-ab5d-9a63bbf9c33b} <Debug> TCPHandler: Processed in 0.001465553 sec. | ||
4700 | 2025.07.17 23:55:10.573596 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4701 | 2025.07.17 23:55:10.573690 [ 276 ] {30dff625-270e-45c2-97a8-b7e8afb759c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
4702 | 2025.07.17 23:55:10.573729 [ 276 ] {30dff625-270e-45c2-97a8-b7e8afb759c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4703 | 2025.07.17 23:55:10.574126 [ 276 ] {30dff625-270e-45c2-97a8-b7e8afb759c4} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4704 | 2025.07.17 23:55:10.574159 [ 276 ] {30dff625-270e-45c2-97a8-b7e8afb759c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4705 | 2025.07.17 23:55:10.574442 [ 276 ] {30dff625-270e-45c2-97a8-b7e8afb759c4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4706 | 2025.07.17 23:55:10.574651 [ 276 ] {30dff625-270e-45c2-97a8-b7e8afb759c4} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4707 | 2025.07.17 23:55:10.574771 [ 276 ] {30dff625-270e-45c2-97a8-b7e8afb759c4} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001099 sec., 10919.01728844404 rows/sec., 853.05 KiB/sec. | ||
4708 | 2025.07.17 23:55:10.574809 [ 276 ] {30dff625-270e-45c2-97a8-b7e8afb759c4} <Debug> TCPHandler: Processed in 0.001261099 sec. | ||
4709 | 2025.07.17 23:55:10.574919 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4710 | 2025.07.17 23:55:10.575012 [ 276 ] {288ca448-6638-4d3f-9aec-4b11a0db083a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4711 | 2025.07.17 23:55:10.575051 [ 276 ] {288ca448-6638-4d3f-9aec-4b11a0db083a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4712 | 2025.07.17 23:55:10.575653 [ 276 ] {288ca448-6638-4d3f-9aec-4b11a0db083a} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4713 | 2025.07.17 23:55:10.575688 [ 276 ] {288ca448-6638-4d3f-9aec-4b11a0db083a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4714 | 2025.07.17 23:55:10.576003 [ 276 ] {288ca448-6638-4d3f-9aec-4b11a0db083a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4715 | 2025.07.17 23:55:10.576208 [ 276 ] {288ca448-6638-4d3f-9aec-4b11a0db083a} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4716 | 2025.07.17 23:55:10.576333 [ 276 ] {288ca448-6638-4d3f-9aec-4b11a0db083a} <Debug> executeQuery: Read 568 rows, 43.64 KiB in 0.001339 sec., 424197.16206123977 rows/sec., 31.83 MiB/sec. | ||
4717 | 2025.07.17 23:55:10.576370 [ 276 ] {288ca448-6638-4d3f-9aec-4b11a0db083a} <Debug> TCPHandler: Processed in 0.001498252 sec. | ||
4718 | 2025.07.17 23:55:10.576484 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4719 | 2025.07.17 23:55:10.576578 [ 276 ] {1a16694d-8cbf-4d28-a521-cb90aa796cc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4720 | 2025.07.17 23:55:10.576620 [ 276 ] {1a16694d-8cbf-4d28-a521-cb90aa796cc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4721 | 2025.07.17 23:55:10.577206 [ 276 ] {1a16694d-8cbf-4d28-a521-cb90aa796cc3} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4722 | 2025.07.17 23:55:10.577239 [ 276 ] {1a16694d-8cbf-4d28-a521-cb90aa796cc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4723 | 2025.07.17 23:55:10.577601 [ 276 ] {1a16694d-8cbf-4d28-a521-cb90aa796cc3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4724 | 2025.07.17 23:55:10.577808 [ 276 ] {1a16694d-8cbf-4d28-a521-cb90aa796cc3} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4725 | 2025.07.17 23:55:10.577941 [ 276 ] {1a16694d-8cbf-4d28-a521-cb90aa796cc3} <Debug> executeQuery: Read 921 rows, 63.97 KiB in 0.001382 sec., 666425.4703328509 rows/sec., 45.20 MiB/sec. | ||
4726 | 2025.07.17 23:55:10.577978 [ 276 ] {1a16694d-8cbf-4d28-a521-cb90aa796cc3} <Debug> TCPHandler: Processed in 0.001541473 sec. | ||
4727 | 2025.07.17 23:55:10.578088 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4728 | 2025.07.17 23:55:10.578181 [ 276 ] {bcfe1637-674e-4463-b2bc-73e0f64d6ac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4729 | 2025.07.17 23:55:10.578232 [ 276 ] {bcfe1637-674e-4463-b2bc-73e0f64d6ac9} <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 | ||
4730 | 2025.07.17 23:55:10.578942 [ 276 ] {bcfe1637-674e-4463-b2bc-73e0f64d6ac9} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4731 | 2025.07.17 23:55:10.578978 [ 276 ] {bcfe1637-674e-4463-b2bc-73e0f64d6ac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4732 | 2025.07.17 23:55:10.579439 [ 276 ] {bcfe1637-674e-4463-b2bc-73e0f64d6ac9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4733 | 2025.07.17 23:55:10.579644 [ 276 ] {bcfe1637-674e-4463-b2bc-73e0f64d6ac9} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4734 | 2025.07.17 23:55:10.579777 [ 276 ] {bcfe1637-674e-4463-b2bc-73e0f64d6ac9} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001614 sec., 1239.1573729863692 rows/sec., 2.22 MiB/sec. | ||
4735 | 2025.07.17 23:55:10.579829 [ 276 ] {bcfe1637-674e-4463-b2bc-73e0f64d6ac9} <Debug> TCPHandler: Processed in 0.001788358 sec. | ||
4736 | 2025.07.17 23:55:10.579938 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4737 | 2025.07.17 23:55:10.580031 [ 276 ] {265846b6-a257-4f68-9696-9d3de7720627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4738 | 2025.07.17 23:55:10.580071 [ 276 ] {265846b6-a257-4f68-9696-9d3de7720627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4739 | 2025.07.17 23:55:10.580397 [ 276 ] {265846b6-a257-4f68-9696-9d3de7720627} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4740 | 2025.07.17 23:55:10.580432 [ 276 ] {265846b6-a257-4f68-9696-9d3de7720627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4741 | 2025.07.17 23:55:10.580728 [ 276 ] {265846b6-a257-4f68-9696-9d3de7720627} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4742 | 2025.07.17 23:55:10.580931 [ 276 ] {265846b6-a257-4f68-9696-9d3de7720627} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4743 | 2025.07.17 23:55:10.581058 [ 276 ] {265846b6-a257-4f68-9696-9d3de7720627} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001045 sec., 57416.267942583734 rows/sec., 3.87 MiB/sec. | ||
4744 | 2025.07.17 23:55:10.581093 [ 276 ] {265846b6-a257-4f68-9696-9d3de7720627} <Debug> TCPHandler: Processed in 0.001202138 sec. | ||
4745 | 2025.07.17 23:55:13.091244 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4746 | 2025.07.17 23:55:13.091303 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4747 | 2025.07.17 23:55:13.204548 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
4748 | 2025.07.17 23:55:13.205079 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4749 | 2025.07.17 23:55:13.205125 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4750 | 2025.07.17 23:55:13.205611 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4751 | 2025.07.17 23:55:13.205841 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4752 | 2025.07.17 23:55:13.205973 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
4753 | 2025.07.17 23:55:13.217823 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 658 | ||
4754 | 2025.07.17 23:55:13.220084 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4755 | 2025.07.17 23:55:13.220126 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4756 | 2025.07.17 23:55:13.221283 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4757 | 2025.07.17 23:55:13.221561 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4758 | 2025.07.17 23:55:13.221824 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 658 | ||
4759 | 2025.07.17 23:55:13.941620 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
4760 | 2025.07.17 23:55:13.957624 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4761 | 2025.07.17 23:55:13.957691 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4762 | 2025.07.17 23:55:13.963831 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4763 | 2025.07.17 23:55:13.964575 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4764 | 2025.07.17 23:55:13.967483 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
4765 | 2025.07.17 23:55:15.539031 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4766 | 2025.07.17 23:55:15.539291 [ 276 ] {2831d106-ea18-469d-aebc-74c1b2fb65bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4767 | 2025.07.17 23:55:15.539389 [ 276 ] {2831d106-ea18-469d-aebc-74c1b2fb65bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4768 | 2025.07.17 23:55:15.540222 [ 276 ] {2831d106-ea18-469d-aebc-74c1b2fb65bb} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4769 | 2025.07.17 23:55:15.540264 [ 276 ] {2831d106-ea18-469d-aebc-74c1b2fb65bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4770 | 2025.07.17 23:55:15.540653 [ 276 ] {2831d106-ea18-469d-aebc-74c1b2fb65bb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
4771 | 2025.07.17 23:55:15.540877 [ 276 ] {2831d106-ea18-469d-aebc-74c1b2fb65bb} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4772 | 2025.07.17 23:55:15.541028 [ 276 ] {2831d106-ea18-469d-aebc-74c1b2fb65bb} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.00181 sec., 75138.12154696132 rows/sec., 6.47 MiB/sec. | ||
4773 | 2025.07.17 23:55:15.541071 [ 276 ] {2831d106-ea18-469d-aebc-74c1b2fb65bb} <Debug> TCPHandler: Processed in 0.002210304 sec. | ||
4774 | 2025.07.17 23:55:15.541195 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4775 | 2025.07.17 23:55:15.541290 [ 276 ] {6c00932b-93a1-4b55-8c41-2c1fabdf8c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4776 | 2025.07.17 23:55:15.541330 [ 276 ] {6c00932b-93a1-4b55-8c41-2c1fabdf8c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4777 | 2025.07.17 23:55:15.541742 [ 276 ] {6c00932b-93a1-4b55-8c41-2c1fabdf8c9a} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4778 | 2025.07.17 23:55:15.541779 [ 276 ] {6c00932b-93a1-4b55-8c41-2c1fabdf8c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4779 | 2025.07.17 23:55:15.542080 [ 276 ] {6c00932b-93a1-4b55-8c41-2c1fabdf8c9a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4780 | 2025.07.17 23:55:15.542288 [ 276 ] {6c00932b-93a1-4b55-8c41-2c1fabdf8c9a} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4781 | 2025.07.17 23:55:15.542394 [ 51 ] {} <Debug> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4782 | 2025.07.17 23:55:15.542414 [ 276 ] {6c00932b-93a1-4b55-8c41-2c1fabdf8c9a} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001142 sec., 35026.26970227671 rows/sec., 2.57 MiB/sec. | ||
4783 | 2025.07.17 23:55:15.542463 [ 51 ] {} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4784 | 2025.07.17 23:55:15.542472 [ 276 ] {6c00932b-93a1-4b55-8c41-2c1fabdf8c9a} <Debug> TCPHandler: Processed in 0.001327451 sec. | ||
4785 | 2025.07.17 23:55:15.542492 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4786 | 2025.07.17 23:55:15.542586 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4787 | 2025.07.17 23:55:15.542631 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::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 | ||
4788 | 2025.07.17 23:55:15.542684 [ 276 ] {be19b785-661f-430d-8096-0ce5c3381957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4789 | 2025.07.17 23:55:15.542729 [ 276 ] {be19b785-661f-430d-8096-0ce5c3381957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4790 | 2025.07.17 23:55:15.542783 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4791 | 2025.07.17 23:55:15.542825 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 72 rows starting from the beginning of the part | ||
4792 | 2025.07.17 23:55:15.542896 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 42 rows starting from the beginning of the part | ||
4793 | 2025.07.17 23:55:15.542945 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
4794 | 2025.07.17 23:55:15.542992 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part | ||
4795 | 2025.07.17 23:55:15.543036 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 24 rows starting from the beginning of the part | ||
4796 | 2025.07.17 23:55:15.543078 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part | ||
4797 | 2025.07.17 23:55:15.543162 [ 276 ] {be19b785-661f-430d-8096-0ce5c3381957} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4798 | 2025.07.17 23:55:15.543204 [ 276 ] {be19b785-661f-430d-8096-0ce5c3381957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4799 | 2025.07.17 23:55:15.543549 [ 276 ] {be19b785-661f-430d-8096-0ce5c3381957} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
4800 | 2025.07.17 23:55:15.543787 [ 276 ] {be19b785-661f-430d-8096-0ce5c3381957} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4801 | 2025.07.17 23:55:15.543915 [ 276 ] {be19b785-661f-430d-8096-0ce5c3381957} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001249 sec., 83266.61329063251 rows/sec., 6.50 MiB/sec. | ||
4802 | 2025.07.17 23:55:15.543953 [ 276 ] {be19b785-661f-430d-8096-0ce5c3381957} <Debug> TCPHandler: Processed in 0.001416722 sec. | ||
4803 | 2025.07.17 23:55:15.543985 [ 195 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 220 rows, containing 5 columns (5 merged, 0 gathered) in 0.001420832 sec., 154838.8549807437 rows/sec., 11.93 MiB/sec. | ||
4804 | 2025.07.17 23:55:15.544066 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4805 | 2025.07.17 23:55:15.544123 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4806 | 2025.07.17 23:55:15.544165 [ 276 ] {c17bc948-3e0b-4268-9159-eddd4b8121e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4807 | 2025.07.17 23:55:15.544214 [ 276 ] {c17bc948-3e0b-4268-9159-eddd4b8121e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4808 | 2025.07.17 23:55:15.544377 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_31_6} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4809 | 2025.07.17 23:55:15.544458 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_31_6} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4810 | 2025.07.17 23:55:15.544533 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
4811 | 2025.07.17 23:55:15.544623 [ 276 ] {c17bc948-3e0b-4268-9159-eddd4b8121e8} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4812 | 2025.07.17 23:55:15.544664 [ 276 ] {c17bc948-3e0b-4268-9159-eddd4b8121e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4813 | 2025.07.17 23:55:15.544991 [ 276 ] {c17bc948-3e0b-4268-9159-eddd4b8121e8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
4814 | 2025.07.17 23:55:15.545196 [ 276 ] {c17bc948-3e0b-4268-9159-eddd4b8121e8} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4815 | 2025.07.17 23:55:15.545324 [ 276 ] {c17bc948-3e0b-4268-9159-eddd4b8121e8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. | ||
4816 | 2025.07.17 23:55:15.545360 [ 276 ] {c17bc948-3e0b-4268-9159-eddd4b8121e8} <Debug> TCPHandler: Processed in 0.00134333 sec. | ||
4817 | 2025.07.17 23:55:15.545460 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4818 | 2025.07.17 23:55:15.545553 [ 276 ] {e4a436b7-b627-4bee-9885-f8cf8960b39e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4819 | 2025.07.17 23:55:15.545606 [ 276 ] {e4a436b7-b627-4bee-9885-f8cf8960b39e} <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 | ||
4820 | 2025.07.17 23:55:15.546465 [ 276 ] {e4a436b7-b627-4bee-9885-f8cf8960b39e} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4821 | 2025.07.17 23:55:15.546501 [ 276 ] {e4a436b7-b627-4bee-9885-f8cf8960b39e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4822 | 2025.07.17 23:55:15.547060 [ 276 ] {e4a436b7-b627-4bee-9885-f8cf8960b39e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4823 | 2025.07.17 23:55:15.547278 [ 276 ] {e4a436b7-b627-4bee-9885-f8cf8960b39e} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4824 | 2025.07.17 23:55:15.547412 [ 276 ] {e4a436b7-b627-4bee-9885-f8cf8960b39e} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001876 sec., 21321.961620469083 rows/sec., 38.21 MiB/sec. | ||
4825 | 2025.07.17 23:55:15.547467 [ 276 ] {e4a436b7-b627-4bee-9885-f8cf8960b39e} <Debug> TCPHandler: Processed in 0.002055792 sec. | ||
4826 | 2025.07.17 23:55:15.547577 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4827 | 2025.07.17 23:55:15.547672 [ 276 ] {bf59f352-ddf1-42c5-8681-0454872b5eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4828 | 2025.07.17 23:55:15.547713 [ 276 ] {bf59f352-ddf1-42c5-8681-0454872b5eab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4829 | 2025.07.17 23:55:15.548057 [ 276 ] {bf59f352-ddf1-42c5-8681-0454872b5eab} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4830 | 2025.07.17 23:55:15.548093 [ 276 ] {bf59f352-ddf1-42c5-8681-0454872b5eab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4831 | 2025.07.17 23:55:15.548393 [ 276 ] {bf59f352-ddf1-42c5-8681-0454872b5eab} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
4832 | 2025.07.17 23:55:15.548603 [ 276 ] {bf59f352-ddf1-42c5-8681-0454872b5eab} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4833 | 2025.07.17 23:55:15.548727 [ 276 ] {bf59f352-ddf1-42c5-8681-0454872b5eab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. | ||
4834 | 2025.07.17 23:55:15.548762 [ 276 ] {bf59f352-ddf1-42c5-8681-0454872b5eab} <Debug> TCPHandler: Processed in 0.001234069 sec. | ||
4835 | 2025.07.17 23:55:20.540276 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4836 | 2025.07.17 23:55:20.540551 [ 276 ] {76dfbba3-1cf8-4a88-afb4-ecd7c22e9a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4837 | 2025.07.17 23:55:20.540675 [ 276 ] {76dfbba3-1cf8-4a88-afb4-ecd7c22e9a92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4838 | 2025.07.17 23:55:20.541519 [ 276 ] {76dfbba3-1cf8-4a88-afb4-ecd7c22e9a92} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4839 | 2025.07.17 23:55:20.541582 [ 276 ] {76dfbba3-1cf8-4a88-afb4-ecd7c22e9a92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4840 | 2025.07.17 23:55:20.542033 [ 276 ] {76dfbba3-1cf8-4a88-afb4-ecd7c22e9a92} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
4841 | 2025.07.17 23:55:20.542295 [ 276 ] {76dfbba3-1cf8-4a88-afb4-ecd7c22e9a92} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4842 | 2025.07.17 23:55:20.542500 [ 276 ] {76dfbba3-1cf8-4a88-afb4-ecd7c22e9a92} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.002016 sec., 29761.904761904763 rows/sec., 2.31 MiB/sec. | ||
4843 | 2025.07.17 23:55:20.542497 [ 43 ] {} <Debug> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
4844 | 2025.07.17 23:55:20.542567 [ 276 ] {76dfbba3-1cf8-4a88-afb4-ecd7c22e9a92} <Debug> TCPHandler: Processed in 0.002446308 sec. | ||
4845 | 2025.07.17 23:55:20.542587 [ 43 ] {} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4846 | 2025.07.17 23:55:20.542614 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4847 | 2025.07.17 23:55:20.542726 [ 199 ] {97e9e053-2700-4610-a493-547689adb125::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
4848 | 2025.07.17 23:55:20.542796 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4849 | 2025.07.17 23:55:20.542850 [ 199 ] {97e9e053-2700-4610-a493-547689adb125::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4850 | 2025.07.17 23:55:20.542889 [ 199 ] {97e9e053-2700-4610-a493-547689adb125::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 1411 rows starting from the beginning of the part | ||
4851 | 2025.07.17 23:55:20.542945 [ 276 ] {28b8935d-2c70-44bd-9535-fb466742d8b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4852 | 2025.07.17 23:55:20.542959 [ 199 ] {97e9e053-2700-4610-a493-547689adb125::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
4853 | 2025.07.17 23:55:20.543018 [ 276 ] {28b8935d-2c70-44bd-9535-fb466742d8b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4854 | 2025.07.17 23:55:20.543021 [ 199 ] {97e9e053-2700-4610-a493-547689adb125::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 136 rows starting from the beginning of the part | ||
4855 | 2025.07.17 23:55:20.543085 [ 199 ] {97e9e053-2700-4610-a493-547689adb125::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1325 rows starting from the beginning of the part | ||
4856 | 2025.07.17 23:55:20.543125 [ 199 ] {97e9e053-2700-4610-a493-547689adb125::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 136 rows starting from the beginning of the part | ||
4857 | 2025.07.17 23:55:20.543167 [ 199 ] {97e9e053-2700-4610-a493-547689adb125::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
4858 | 2025.07.17 23:55:20.543630 [ 276 ] {28b8935d-2c70-44bd-9535-fb466742d8b0} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4859 | 2025.07.17 23:55:20.543688 [ 276 ] {28b8935d-2c70-44bd-9535-fb466742d8b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4860 | 2025.07.17 23:55:20.544086 [ 276 ] {28b8935d-2c70-44bd-9535-fb466742d8b0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4861 | 2025.07.17 23:55:20.544402 [ 276 ] {28b8935d-2c70-44bd-9535-fb466742d8b0} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4862 | 2025.07.17 23:55:20.544551 [ 276 ] {28b8935d-2c70-44bd-9535-fb466742d8b0} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001642 sec., 1218.026796589525 rows/sec., 91.59 KiB/sec. | ||
4863 | 2025.07.17 23:55:20.544595 [ 276 ] {28b8935d-2c70-44bd-9535-fb466742d8b0} <Debug> TCPHandler: Processed in 0.0019302 sec. | ||
4864 | 2025.07.17 23:55:20.544713 [ 200 ] {97e9e053-2700-4610-a493-547689adb125::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3128 rows, containing 5 columns (5 merged, 0 gathered) in 0.002034111 sec., 1537772.5207719738 rows/sec., 134.05 MiB/sec. | ||
4865 | 2025.07.17 23:55:20.544723 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4866 | 2025.07.17 23:55:20.544868 [ 276 ] {90b2f49a-11b5-4dee-8143-fe9b9dda52a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4867 | 2025.07.17 23:55:20.544933 [ 276 ] {90b2f49a-11b5-4dee-8143-fe9b9dda52a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4868 | 2025.07.17 23:55:20.544992 [ 195 ] {97e9e053-2700-4610-a493-547689adb125::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
4869 | 2025.07.17 23:55:20.545273 [ 195 ] {97e9e053-2700-4610-a493-547689adb125::all_1_40_8} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4870 | 2025.07.17 23:55:20.545346 [ 195 ] {97e9e053-2700-4610-a493-547689adb125::all_1_40_8} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
4871 | 2025.07.17 23:55:20.545395 [ 276 ] {90b2f49a-11b5-4dee-8143-fe9b9dda52a7} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4872 | 2025.07.17 23:55:20.545425 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
4873 | 2025.07.17 23:55:20.545440 [ 276 ] {90b2f49a-11b5-4dee-8143-fe9b9dda52a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4874 | 2025.07.17 23:55:20.545881 [ 276 ] {90b2f49a-11b5-4dee-8143-fe9b9dda52a7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
4875 | 2025.07.17 23:55:20.546114 [ 276 ] {90b2f49a-11b5-4dee-8143-fe9b9dda52a7} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4876 | 2025.07.17 23:55:20.546240 [ 43 ] {} <Debug> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
4877 | 2025.07.17 23:55:20.546254 [ 276 ] {90b2f49a-11b5-4dee-8143-fe9b9dda52a7} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001408 sec., 46875 rows/sec., 3.66 MiB/sec. | ||
4878 | 2025.07.17 23:55:20.546275 [ 43 ] {} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4879 | 2025.07.17 23:55:20.546300 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4880 | 2025.07.17 23:55:20.546302 [ 276 ] {90b2f49a-11b5-4dee-8143-fe9b9dda52a7} <Debug> TCPHandler: Processed in 0.001633565 sec. | ||
4881 | 2025.07.17 23:55:20.546417 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
4882 | 2025.07.17 23:55:20.546447 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4883 | 2025.07.17 23:55:20.546553 [ 276 ] {8db711f4-cf1c-4d76-8b81-a83254b47e01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4884 | 2025.07.17 23:55:20.546580 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4885 | 2025.07.17 23:55:20.546601 [ 276 ] {8db711f4-cf1c-4d76-8b81-a83254b47e01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4886 | 2025.07.17 23:55:20.546634 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 634 rows starting from the beginning of the part | ||
4887 | 2025.07.17 23:55:20.546726 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 66 rows starting from the beginning of the part | ||
4888 | 2025.07.17 23:55:20.546775 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 104 rows starting from the beginning of the part | ||
4889 | 2025.07.17 23:55:20.546817 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 568 rows starting from the beginning of the part | ||
4890 | 2025.07.17 23:55:20.546863 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 104 rows starting from the beginning of the part | ||
4891 | 2025.07.17 23:55:20.546913 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 66 rows starting from the beginning of the part | ||
4892 | 2025.07.17 23:55:20.547114 [ 276 ] {8db711f4-cf1c-4d76-8b81-a83254b47e01} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4893 | 2025.07.17 23:55:20.547156 [ 276 ] {8db711f4-cf1c-4d76-8b81-a83254b47e01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4894 | 2025.07.17 23:55:20.547571 [ 276 ] {8db711f4-cf1c-4d76-8b81-a83254b47e01} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
4895 | 2025.07.17 23:55:20.547827 [ 276 ] {8db711f4-cf1c-4d76-8b81-a83254b47e01} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4896 | 2025.07.17 23:55:20.548008 [ 276 ] {8db711f4-cf1c-4d76-8b81-a83254b47e01} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001472 sec., 108695.65217391304 rows/sec., 7.57 MiB/sec. | ||
4897 | 2025.07.17 23:55:20.548060 [ 276 ] {8db711f4-cf1c-4d76-8b81-a83254b47e01} <Debug> TCPHandler: Processed in 0.001662095 sec. | ||
4898 | 2025.07.17 23:55:20.548127 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1542 rows, containing 5 columns (5 merged, 0 gathered) in 0.001769507 sec., 871429.1607775498 rows/sec., 69.42 MiB/sec. | ||
4899 | 2025.07.17 23:55:20.548228 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4900 | 2025.07.17 23:55:20.548306 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
4901 | 2025.07.17 23:55:20.548369 [ 276 ] {430b7ca9-1b3a-4568-ac46-fb57b47f6e10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4902 | 2025.07.17 23:55:20.548442 [ 276 ] {430b7ca9-1b3a-4568-ac46-fb57b47f6e10} <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 | ||
4903 | 2025.07.17 23:55:20.548622 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_40_8} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4904 | 2025.07.17 23:55:20.548701 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_40_8} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
4905 | 2025.07.17 23:55:20.548785 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
4906 | 2025.07.17 23:55:20.549278 [ 276 ] {430b7ca9-1b3a-4568-ac46-fb57b47f6e10} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4907 | 2025.07.17 23:55:20.549323 [ 276 ] {430b7ca9-1b3a-4568-ac46-fb57b47f6e10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4908 | 2025.07.17 23:55:20.549918 [ 276 ] {430b7ca9-1b3a-4568-ac46-fb57b47f6e10} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4909 | 2025.07.17 23:55:20.550159 [ 276 ] {430b7ca9-1b3a-4568-ac46-fb57b47f6e10} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4910 | 2025.07.17 23:55:20.550309 [ 276 ] {430b7ca9-1b3a-4568-ac46-fb57b47f6e10} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001961 sec., 1019.8878123406425 rows/sec., 1.83 MiB/sec. | ||
4911 | 2025.07.17 23:55:20.550398 [ 276 ] {430b7ca9-1b3a-4568-ac46-fb57b47f6e10} <Debug> TCPHandler: Processed in 0.002220954 sec. | ||
4912 | 2025.07.17 23:55:20.550560 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4913 | 2025.07.17 23:55:20.550663 [ 276 ] {5b82f239-5e8d-42dd-af0f-a6a0cc932b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4914 | 2025.07.17 23:55:20.550708 [ 276 ] {5b82f239-5e8d-42dd-af0f-a6a0cc932b40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4915 | 2025.07.17 23:55:20.551084 [ 276 ] {5b82f239-5e8d-42dd-af0f-a6a0cc932b40} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4916 | 2025.07.17 23:55:20.551123 [ 276 ] {5b82f239-5e8d-42dd-af0f-a6a0cc932b40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4917 | 2025.07.17 23:55:20.551541 [ 276 ] {5b82f239-5e8d-42dd-af0f-a6a0cc932b40} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
4918 | 2025.07.17 23:55:20.551793 [ 276 ] {5b82f239-5e8d-42dd-af0f-a6a0cc932b40} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4919 | 2025.07.17 23:55:20.551938 [ 276 ] {5b82f239-5e8d-42dd-af0f-a6a0cc932b40} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001295 sec., 46332.04633204633 rows/sec., 3.12 MiB/sec. | ||
4920 | 2025.07.17 23:55:20.551979 [ 276 ] {5b82f239-5e8d-42dd-af0f-a6a0cc932b40} <Debug> TCPHandler: Processed in 0.001477352 sec. | ||
4921 | 2025.07.17 23:55:20.706030 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
4922 | 2025.07.17 23:55:20.706537 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4923 | 2025.07.17 23:55:20.706584 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4924 | 2025.07.17 23:55:20.707084 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4925 | 2025.07.17 23:55:20.707329 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4926 | 2025.07.17 23:55:20.707466 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
4927 | 2025.07.17 23:55:21.467544 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
4928 | 2025.07.17 23:55:21.484883 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4929 | 2025.07.17 23:55:21.484939 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4930 | 2025.07.17 23:55:21.491226 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4931 | 2025.07.17 23:55:21.491932 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4932 | 2025.07.17 23:55:21.494828 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
4933 | 2025.07.17 23:55:21.764352 [ 44 ] {} <Debug> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
4934 | 2025.07.17 23:55:21.764429 [ 44 ] {} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4935 | 2025.07.17 23:55:21.764455 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4936 | 2025.07.17 23:55:21.764587 [ 198 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
4937 | 2025.07.17 23:55:21.764745 [ 198 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4938 | 2025.07.17 23:55:21.764780 [ 198 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part | ||
4939 | 2025.07.17 23:55:21.764856 [ 198 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
4940 | 2025.07.17 23:55:21.764899 [ 198 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
4941 | 2025.07.17 23:55:21.764941 [ 198 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
4942 | 2025.07.17 23:55:21.764979 [ 198 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part | ||
4943 | 2025.07.17 23:55:21.765702 [ 192 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001175927 sec., 30614.145265820072 rows/sec., 2.55 MiB/sec. | ||
4944 | 2025.07.17 23:55:21.765819 [ 198 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
4945 | 2025.07.17 23:55:21.766059 [ 198 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_9_2} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4946 | 2025.07.17 23:55:21.766124 [ 198 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_9_2} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
4947 | 2025.07.17 23:55:21.766187 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4948 | 2025.07.17 23:55:23.222020 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 682 | ||
4949 | 2025.07.17 23:55:23.224217 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4950 | 2025.07.17 23:55:23.224273 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4951 | 2025.07.17 23:55:23.225454 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4952 | 2025.07.17 23:55:23.225731 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4953 | 2025.07.17 23:55:23.225898 [ 39 ] {} <Debug> system.query_log (fffc79bd-d093-4609-b94c-831763790625) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4954 | 2025.07.17 23:55:23.225964 [ 39 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4955 | 2025.07.17 23:55:23.225985 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4956 | 2025.07.17 23:55:23.226091 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 682 | ||
4957 | 2025.07.17 23:55:23.226090 [ 195 ] {fffc79bd-d093-4609-b94c-831763790625::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 | ||
4958 | 2025.07.17 23:55:23.226658 [ 195 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4959 | 2025.07.17 23:55:23.226821 [ 195 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 544 rows starting from the beginning of the part | ||
4960 | 2025.07.17 23:55:23.227209 [ 195 ] {fffc79bd-d093-4609-b94c-831763790625::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 | ||
4961 | 2025.07.17 23:55:23.227563 [ 195 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part | ||
4962 | 2025.07.17 23:55:23.227912 [ 195 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part | ||
4963 | 2025.07.17 23:55:23.228251 [ 195 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 32 rows starting from the beginning of the part | ||
4964 | 2025.07.17 23:55:23.228578 [ 195 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part | ||
4965 | 2025.07.17 23:55:23.234860 [ 192 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 682 rows, containing 72 columns (72 merged, 0 gathered) in 0.008810426 sec., 77408.28877059974 rows/sec., 65.47 MiB/sec. | ||
4966 | 2025.07.17 23:55:23.235927 [ 194 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4967 | 2025.07.17 23:55:23.236538 [ 194 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_21_4} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4968 | 2025.07.17 23:55:23.236614 [ 194 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_21_4} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4969 | 2025.07.17 23:55:23.236831 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. | ||
4970 | 2025.07.17 23:55:25.538981 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4971 | 2025.07.17 23:55:25.539169 [ 276 ] {2bc5a806-e131-4c25-8003-8960712e5326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
4972 | 2025.07.17 23:55:25.539264 [ 276 ] {2bc5a806-e131-4c25-8003-8960712e5326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4973 | 2025.07.17 23:55:25.539910 [ 276 ] {2bc5a806-e131-4c25-8003-8960712e5326} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4974 | 2025.07.17 23:55:25.539960 [ 276 ] {2bc5a806-e131-4c25-8003-8960712e5326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4975 | 2025.07.17 23:55:25.540355 [ 276 ] {2bc5a806-e131-4c25-8003-8960712e5326} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4976 | 2025.07.17 23:55:25.540587 [ 276 ] {2bc5a806-e131-4c25-8003-8960712e5326} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4977 | 2025.07.17 23:55:25.540741 [ 276 ] {2bc5a806-e131-4c25-8003-8960712e5326} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001623 sec., 2464.5717806531115 rows/sec., 200.97 KiB/sec. | ||
4978 | 2025.07.17 23:55:25.540790 [ 276 ] {2bc5a806-e131-4c25-8003-8960712e5326} <Debug> TCPHandler: Processed in 0.00194347 sec. | ||
4979 | 2025.07.17 23:55:25.540919 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4980 | 2025.07.17 23:55:25.541018 [ 276 ] {cf568759-e621-469d-a3b9-1ab221fb8edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4981 | 2025.07.17 23:55:25.541060 [ 276 ] {cf568759-e621-469d-a3b9-1ab221fb8edb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4982 | 2025.07.17 23:55:25.541572 [ 276 ] {cf568759-e621-469d-a3b9-1ab221fb8edb} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4983 | 2025.07.17 23:55:25.541609 [ 276 ] {cf568759-e621-469d-a3b9-1ab221fb8edb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4984 | 2025.07.17 23:55:25.541909 [ 276 ] {cf568759-e621-469d-a3b9-1ab221fb8edb} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
4985 | 2025.07.17 23:55:25.542116 [ 276 ] {cf568759-e621-469d-a3b9-1ab221fb8edb} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4986 | 2025.07.17 23:55:25.542239 [ 276 ] {cf568759-e621-469d-a3b9-1ab221fb8edb} <Debug> executeQuery: Read 138 rows, 12.14 KiB in 0.001286 sec., 107309.4867807154 rows/sec., 9.22 MiB/sec. | ||
4987 | 2025.07.17 23:55:25.542276 [ 276 ] {cf568759-e621-469d-a3b9-1ab221fb8edb} <Debug> TCPHandler: Processed in 0.001455033 sec. | ||
4988 | 2025.07.17 23:55:25.542378 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4989 | 2025.07.17 23:55:25.542467 [ 276 ] {ecd91531-647d-466d-865a-18e136fdabb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4990 | 2025.07.17 23:55:25.542505 [ 276 ] {ecd91531-647d-466d-865a-18e136fdabb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4991 | 2025.07.17 23:55:25.542989 [ 276 ] {ecd91531-647d-466d-865a-18e136fdabb0} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4992 | 2025.07.17 23:55:25.543025 [ 276 ] {ecd91531-647d-466d-865a-18e136fdabb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
4993 | 2025.07.17 23:55:25.543321 [ 276 ] {ecd91531-647d-466d-865a-18e136fdabb0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4994 | 2025.07.17 23:55:25.543524 [ 276 ] {ecd91531-647d-466d-865a-18e136fdabb0} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4995 | 2025.07.17 23:55:25.543650 [ 276 ] {ecd91531-647d-466d-865a-18e136fdabb0} <Debug> executeQuery: Read 44 rows, 3.29 KiB in 0.001141 sec., 38562.664329535495 rows/sec., 2.81 MiB/sec. | ||
4996 | 2025.07.17 23:55:25.543690 [ 276 ] {ecd91531-647d-466d-865a-18e136fdabb0} <Debug> TCPHandler: Processed in 0.00130627 sec. | ||
4997 | 2025.07.17 23:55:25.543797 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4998 | 2025.07.17 23:55:25.543891 [ 276 ] {a36f6805-f0b5-4980-9852-77ed5b57d804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4999 | 2025.07.17 23:55:25.543930 [ 276 ] {a36f6805-f0b5-4980-9852-77ed5b57d804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5000 | 2025.07.17 23:55:25.544367 [ 276 ] {a36f6805-f0b5-4980-9852-77ed5b57d804} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5001 | 2025.07.17 23:55:25.544404 [ 276 ] {a36f6805-f0b5-4980-9852-77ed5b57d804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
5002 | 2025.07.17 23:55:25.544711 [ 276 ] {a36f6805-f0b5-4980-9852-77ed5b57d804} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5003 | 2025.07.17 23:55:25.544915 [ 276 ] {a36f6805-f0b5-4980-9852-77ed5b57d804} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5004 | 2025.07.17 23:55:25.545041 [ 276 ] {a36f6805-f0b5-4980-9852-77ed5b57d804} <Debug> executeQuery: Read 108 rows, 8.64 KiB in 0.001168 sec., 92465.75342465754 rows/sec., 7.23 MiB/sec. | ||
5005 | 2025.07.17 23:55:25.545079 [ 276 ] {a36f6805-f0b5-4980-9852-77ed5b57d804} <Debug> TCPHandler: Processed in 0.00133045 sec. | ||
5006 | 2025.07.17 23:55:25.545192 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5007 | 2025.07.17 23:55:25.545285 [ 276 ] {a9df2282-1f94-4503-8131-8b269dcacf33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5008 | 2025.07.17 23:55:25.545329 [ 276 ] {a9df2282-1f94-4503-8131-8b269dcacf33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5009 | 2025.07.17 23:55:25.545754 [ 276 ] {a9df2282-1f94-4503-8131-8b269dcacf33} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5010 | 2025.07.17 23:55:25.545792 [ 276 ] {a9df2282-1f94-4503-8131-8b269dcacf33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
5011 | 2025.07.17 23:55:25.546107 [ 276 ] {a9df2282-1f94-4503-8131-8b269dcacf33} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5012 | 2025.07.17 23:55:25.546309 [ 276 ] {a9df2282-1f94-4503-8131-8b269dcacf33} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5013 | 2025.07.17 23:55:25.546436 [ 276 ] {a9df2282-1f94-4503-8131-8b269dcacf33} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001169 sec., 138579.98289136015 rows/sec., 9.65 MiB/sec. | ||
5014 | 2025.07.17 23:55:25.546447 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5015 | 2025.07.17 23:55:25.546473 [ 276 ] {a9df2282-1f94-4503-8131-8b269dcacf33} <Debug> TCPHandler: Processed in 0.001329031 sec. | ||
5016 | 2025.07.17 23:55:25.546535 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5017 | 2025.07.17 23:55:25.546567 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
5018 | 2025.07.17 23:55:25.546610 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5019 | 2025.07.17 23:55:25.546693 [ 195 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
5020 | 2025.07.17 23:55:25.546709 [ 276 ] {1a5fb39f-2ffb-4c51-b82a-4b8b548bbe28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5021 | 2025.07.17 23:55:25.546791 [ 276 ] {1a5fb39f-2ffb-4c51-b82a-4b8b548bbe28} <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 | ||
5022 | 2025.07.17 23:55:25.546853 [ 195 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5023 | 2025.07.17 23:55:25.546894 [ 195 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10325 rows starting from the beginning of the part | ||
5024 | 2025.07.17 23:55:25.546961 [ 195 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part | ||
5025 | 2025.07.17 23:55:25.547007 [ 195 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 921 rows starting from the beginning of the part | ||
5026 | 2025.07.17 23:55:25.547051 [ 195 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::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 | ||
5027 | 2025.07.17 23:55:25.547091 [ 195 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
5028 | 2025.07.17 23:55:25.547135 [ 195 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 162 rows starting from the beginning of the part | ||
5029 | 2025.07.17 23:55:25.547647 [ 276 ] {1a5fb39f-2ffb-4c51-b82a-4b8b548bbe28} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5030 | 2025.07.17 23:55:25.547689 [ 276 ] {1a5fb39f-2ffb-4c51-b82a-4b8b548bbe28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
5031 | 2025.07.17 23:55:25.548326 [ 276 ] {1a5fb39f-2ffb-4c51-b82a-4b8b548bbe28} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5032 | 2025.07.17 23:55:25.548546 [ 276 ] {1a5fb39f-2ffb-4c51-b82a-4b8b548bbe28} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5033 | 2025.07.17 23:55:25.548661 [ 38 ] {} <Debug> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5034 | 2025.07.17 23:55:25.548687 [ 276 ] {1a5fb39f-2ffb-4c51-b82a-4b8b548bbe28} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001997 sec., 20030.0450676014 rows/sec., 35.89 MiB/sec. | ||
5035 | 2025.07.17 23:55:25.548724 [ 38 ] {} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5036 | 2025.07.17 23:55:25.548754 [ 276 ] {1a5fb39f-2ffb-4c51-b82a-4b8b548bbe28} <Debug> TCPHandler: Processed in 0.002192704 sec. | ||
5037 | 2025.07.17 23:55:25.548765 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. | ||
5038 | 2025.07.17 23:55:25.548880 [ 194 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::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 | ||
5039 | 2025.07.17 23:55:25.548893 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5040 | 2025.07.17 23:55:25.549006 [ 276 ] {16649ffa-5ddf-40b3-8f98-eea2af8f925d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5041 | 2025.07.17 23:55:25.549050 [ 276 ] {16649ffa-5ddf-40b3-8f98-eea2af8f925d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5042 | 2025.07.17 23:55:25.549057 [ 194 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5043 | 2025.07.17 23:55:25.549109 [ 194 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 591 rows starting from the beginning of the part | ||
5044 | 2025.07.17 23:55:25.549220 [ 194 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part | ||
5045 | 2025.07.17 23:55:25.549321 [ 194 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
5046 | 2025.07.17 23:55:25.549442 [ 276 ] {16649ffa-5ddf-40b3-8f98-eea2af8f925d} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5047 | 2025.07.17 23:55:25.549448 [ 194 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part | ||
5048 | 2025.07.17 23:55:25.549481 [ 276 ] {16649ffa-5ddf-40b3-8f98-eea2af8f925d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5049 | 2025.07.17 23:55:25.549551 [ 194 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part | ||
5050 | 2025.07.17 23:55:25.549648 [ 194 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part | ||
5051 | 2025.07.17 23:55:25.549832 [ 276 ] {16649ffa-5ddf-40b3-8f98-eea2af8f925d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5052 | 2025.07.17 23:55:25.550054 [ 276 ] {16649ffa-5ddf-40b3-8f98-eea2af8f925d} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5053 | 2025.07.17 23:55:25.550182 [ 38 ] {} <Debug> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5054 | 2025.07.17 23:55:25.550192 [ 276 ] {16649ffa-5ddf-40b3-8f98-eea2af8f925d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001204 sec., 49833.88704318937 rows/sec., 3.36 MiB/sec. | ||
5055 | 2025.07.17 23:55:25.550272 [ 38 ] {} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5056 | 2025.07.17 23:55:25.550297 [ 276 ] {16649ffa-5ddf-40b3-8f98-eea2af8f925d} <Debug> TCPHandler: Processed in 0.001458633 sec. | ||
5057 | 2025.07.17 23:55:25.550301 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5058 | 2025.07.17 23:55:25.550426 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
5059 | 2025.07.17 23:55:25.550559 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5060 | 2025.07.17 23:55:25.550594 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1908 rows starting from the beginning of the part | ||
5061 | 2025.07.17 23:55:25.550651 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
5062 | 2025.07.17 23:55:25.550693 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
5063 | 2025.07.17 23:55:25.550728 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
5064 | 2025.07.17 23:55:25.550764 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
5065 | 2025.07.17 23:55:25.550799 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::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 | ||
5066 | 2025.07.17 23:55:25.551624 [ 197 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11888 rows, containing 5 columns (5 merged, 0 gathered) in 0.004992327 sec., 2381254.2728070496 rows/sec., 163.63 MiB/sec. | ||
5067 | 2025.07.17 23:55:25.551955 [ 201 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5068 | 2025.07.17 23:55:25.552076 [ 195 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2208 rows, containing 4 columns (4 merged, 0 gathered) in 0.001698316 sec., 1300111.404473608 rows/sec., 87.50 MiB/sec. | ||
5069 | 2025.07.17 23:55:25.552224 [ 201 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5070 | 2025.07.17 23:55:25.552298 [ 201 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5071 | 2025.07.17 23:55:25.552377 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.33 MiB. | ||
5072 | 2025.07.17 23:55:25.552383 [ 197 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5073 | 2025.07.17 23:55:25.552663 [ 197 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_41_8} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5074 | 2025.07.17 23:55:25.552732 [ 197 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_41_8} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5075 | 2025.07.17 23:55:25.552804 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
5076 | 2025.07.17 23:55:25.555715 [ 197 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 715 rows, containing 19 columns (19 merged, 0 gathered) in 0.006876516 sec., 103977.07211035356 rows/sec., 186.32 MiB/sec. | ||
5077 | 2025.07.17 23:55:25.556719 [ 194 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5078 | 2025.07.17 23:55:25.557060 [ 194 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5079 | 2025.07.17 23:55:25.557145 [ 194 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5080 | 2025.07.17 23:55:25.557260 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. | ||
5081 | 2025.07.17 23:55:26.000226 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.05 MiB, peak 253.88 MiB, free memory in arenas 0.00 B, will set to 245.91 MiB (RSS), difference: 3.86 MiB | ||
5082 | 2025.07.17 23:55:28.091364 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5083 | 2025.07.17 23:55:28.091432 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5084 | 2025.07.17 23:55:28.207817 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
5085 | 2025.07.17 23:55:28.208551 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5086 | 2025.07.17 23:55:28.208610 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5087 | 2025.07.17 23:55:28.209287 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5088 | 2025.07.17 23:55:28.209639 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5089 | 2025.07.17 23:55:28.209816 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
5090 | 2025.07.17 23:55:28.995197 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 | ||
5091 | 2025.07.17 23:55:29.014506 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5092 | 2025.07.17 23:55:29.014587 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5093 | 2025.07.17 23:55:29.020391 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5094 | 2025.07.17 23:55:29.021148 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5095 | 2025.07.17 23:55:29.025588 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 226 | ||
5096 | 2025.07.17 23:55:30.536883 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5097 | 2025.07.17 23:55:30.537087 [ 276 ] {a6e6601b-bd42-4ec9-9edc-1cb4fde1418f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5098 | 2025.07.17 23:55:30.537164 [ 276 ] {a6e6601b-bd42-4ec9-9edc-1cb4fde1418f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5099 | 2025.07.17 23:55:30.537844 [ 276 ] {a6e6601b-bd42-4ec9-9edc-1cb4fde1418f} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5100 | 2025.07.17 23:55:30.537891 [ 276 ] {a6e6601b-bd42-4ec9-9edc-1cb4fde1418f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5101 | 2025.07.17 23:55:30.538288 [ 276 ] {a6e6601b-bd42-4ec9-9edc-1cb4fde1418f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5102 | 2025.07.17 23:55:30.538512 [ 276 ] {a6e6601b-bd42-4ec9-9edc-1cb4fde1418f} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5103 | 2025.07.17 23:55:30.538662 [ 276 ] {a6e6601b-bd42-4ec9-9edc-1cb4fde1418f} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.001634 sec., 36719.70624235006 rows/sec., 2.85 MiB/sec. | ||
5104 | 2025.07.17 23:55:30.538704 [ 276 ] {a6e6601b-bd42-4ec9-9edc-1cb4fde1418f} <Debug> TCPHandler: Processed in 0.00196413 sec. | ||
5105 | 2025.07.17 23:55:30.538824 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5106 | 2025.07.17 23:55:30.538919 [ 276 ] {9b15cabf-939d-41ec-ab4f-a48d74abc673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5107 | 2025.07.17 23:55:30.538960 [ 276 ] {9b15cabf-939d-41ec-ab4f-a48d74abc673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5108 | 2025.07.17 23:55:30.539350 [ 276 ] {9b15cabf-939d-41ec-ab4f-a48d74abc673} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5109 | 2025.07.17 23:55:30.539385 [ 276 ] {9b15cabf-939d-41ec-ab4f-a48d74abc673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5110 | 2025.07.17 23:55:30.539691 [ 276 ] {9b15cabf-939d-41ec-ab4f-a48d74abc673} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5111 | 2025.07.17 23:55:30.539903 [ 276 ] {9b15cabf-939d-41ec-ab4f-a48d74abc673} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5112 | 2025.07.17 23:55:30.540028 [ 276 ] {9b15cabf-939d-41ec-ab4f-a48d74abc673} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001127 sec., 1774.622892635315 rows/sec., 133.44 KiB/sec. | ||
5113 | 2025.07.17 23:55:30.540065 [ 276 ] {9b15cabf-939d-41ec-ab4f-a48d74abc673} <Debug> TCPHandler: Processed in 0.00129545 sec. | ||
5114 | 2025.07.17 23:55:30.540175 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5115 | 2025.07.17 23:55:30.540269 [ 276 ] {95d8311a-7afb-4530-a097-a923bc709a9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5116 | 2025.07.17 23:55:30.540310 [ 276 ] {95d8311a-7afb-4530-a097-a923bc709a9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5117 | 2025.07.17 23:55:30.540715 [ 276 ] {95d8311a-7afb-4530-a097-a923bc709a9d} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5118 | 2025.07.17 23:55:30.540750 [ 276 ] {95d8311a-7afb-4530-a097-a923bc709a9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5119 | 2025.07.17 23:55:30.541053 [ 276 ] {95d8311a-7afb-4530-a097-a923bc709a9d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5120 | 2025.07.17 23:55:30.541251 [ 276 ] {95d8311a-7afb-4530-a097-a923bc709a9d} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5121 | 2025.07.17 23:55:30.541376 [ 276 ] {95d8311a-7afb-4530-a097-a923bc709a9d} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001124 sec., 58718.861209964416 rows/sec., 4.58 MiB/sec. | ||
5122 | 2025.07.17 23:55:30.541413 [ 276 ] {95d8311a-7afb-4530-a097-a923bc709a9d} <Debug> TCPHandler: Processed in 0.00128699 sec. | ||
5123 | 2025.07.17 23:55:30.541526 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5124 | 2025.07.17 23:55:30.541621 [ 276 ] {fa87a707-dd1b-4b7e-9f7e-fb4e8f5e5d55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5125 | 2025.07.17 23:55:30.541664 [ 276 ] {fa87a707-dd1b-4b7e-9f7e-fb4e8f5e5d55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5126 | 2025.07.17 23:55:30.542061 [ 276 ] {fa87a707-dd1b-4b7e-9f7e-fb4e8f5e5d55} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5127 | 2025.07.17 23:55:30.542096 [ 276 ] {fa87a707-dd1b-4b7e-9f7e-fb4e8f5e5d55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5128 | 2025.07.17 23:55:30.542418 [ 276 ] {fa87a707-dd1b-4b7e-9f7e-fb4e8f5e5d55} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5129 | 2025.07.17 23:55:30.542619 [ 276 ] {fa87a707-dd1b-4b7e-9f7e-fb4e8f5e5d55} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5130 | 2025.07.17 23:55:30.542747 [ 276 ] {fa87a707-dd1b-4b7e-9f7e-fb4e8f5e5d55} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001145 sec., 139737.99126637555 rows/sec., 9.73 MiB/sec. | ||
5131 | 2025.07.17 23:55:30.542784 [ 276 ] {fa87a707-dd1b-4b7e-9f7e-fb4e8f5e5d55} <Debug> TCPHandler: Processed in 0.00130639 sec. | ||
5132 | 2025.07.17 23:55:30.542893 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5133 | 2025.07.17 23:55:30.542989 [ 276 ] {747ef1df-7b21-4522-8527-2b2580106a1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5134 | 2025.07.17 23:55:30.543044 [ 276 ] {747ef1df-7b21-4522-8527-2b2580106a1d} <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 | ||
5135 | 2025.07.17 23:55:30.543752 [ 276 ] {747ef1df-7b21-4522-8527-2b2580106a1d} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5136 | 2025.07.17 23:55:30.543790 [ 276 ] {747ef1df-7b21-4522-8527-2b2580106a1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5137 | 2025.07.17 23:55:30.544282 [ 276 ] {747ef1df-7b21-4522-8527-2b2580106a1d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5138 | 2025.07.17 23:55:30.544502 [ 276 ] {747ef1df-7b21-4522-8527-2b2580106a1d} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5139 | 2025.07.17 23:55:30.544636 [ 276 ] {747ef1df-7b21-4522-8527-2b2580106a1d} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001665 sec., 1201.2012012012012 rows/sec., 2.15 MiB/sec. | ||
5140 | 2025.07.17 23:55:30.544688 [ 276 ] {747ef1df-7b21-4522-8527-2b2580106a1d} <Debug> TCPHandler: Processed in 0.001844248 sec. | ||
5141 | 2025.07.17 23:55:30.544803 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5142 | 2025.07.17 23:55:30.544898 [ 276 ] {d4090028-9e81-46db-9c22-d1ea51dffccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5143 | 2025.07.17 23:55:30.544940 [ 276 ] {d4090028-9e81-46db-9c22-d1ea51dffccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5144 | 2025.07.17 23:55:30.545271 [ 276 ] {d4090028-9e81-46db-9c22-d1ea51dffccc} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5145 | 2025.07.17 23:55:30.545306 [ 276 ] {d4090028-9e81-46db-9c22-d1ea51dffccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5146 | 2025.07.17 23:55:30.545609 [ 276 ] {d4090028-9e81-46db-9c22-d1ea51dffccc} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5147 | 2025.07.17 23:55:30.545815 [ 276 ] {d4090028-9e81-46db-9c22-d1ea51dffccc} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5148 | 2025.07.17 23:55:30.545939 [ 276 ] {d4090028-9e81-46db-9c22-d1ea51dffccc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. | ||
5149 | 2025.07.17 23:55:30.545974 [ 276 ] {d4090028-9e81-46db-9c22-d1ea51dffccc} <Debug> TCPHandler: Processed in 0.001220349 sec. | ||
5150 | 2025.07.17 23:55:33.226569 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 708 | ||
5151 | 2025.07.17 23:55:33.228737 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5152 | 2025.07.17 23:55:33.228780 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5153 | 2025.07.17 23:55:33.229947 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5154 | 2025.07.17 23:55:33.230211 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5155 | 2025.07.17 23:55:33.230465 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 708 | ||
5156 | 2025.07.17 23:55:35.538673 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5157 | 2025.07.17 23:55:35.538859 [ 276 ] {30422d39-65cc-48d6-85b1-36dc01d450b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5158 | 2025.07.17 23:55:35.538933 [ 276 ] {30422d39-65cc-48d6-85b1-36dc01d450b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5159 | 2025.07.17 23:55:35.539631 [ 276 ] {30422d39-65cc-48d6-85b1-36dc01d450b2} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5160 | 2025.07.17 23:55:35.539685 [ 276 ] {30422d39-65cc-48d6-85b1-36dc01d450b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5161 | 2025.07.17 23:55:35.540106 [ 276 ] {30422d39-65cc-48d6-85b1-36dc01d450b2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5162 | 2025.07.17 23:55:35.540337 [ 276 ] {30422d39-65cc-48d6-85b1-36dc01d450b2} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5163 | 2025.07.17 23:55:35.540498 [ 276 ] {30422d39-65cc-48d6-85b1-36dc01d450b2} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.00169 sec., 80473.37278106509 rows/sec., 6.93 MiB/sec. | ||
5164 | 2025.07.17 23:55:35.540548 [ 276 ] {30422d39-65cc-48d6-85b1-36dc01d450b2} <Debug> TCPHandler: Processed in 0.00200709 sec. | ||
5165 | 2025.07.17 23:55:35.540666 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5166 | 2025.07.17 23:55:35.540769 [ 276 ] {5efb9641-7fbc-4df4-a39a-1e141396d4e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5167 | 2025.07.17 23:55:35.540813 [ 276 ] {5efb9641-7fbc-4df4-a39a-1e141396d4e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5168 | 2025.07.17 23:55:35.541242 [ 276 ] {5efb9641-7fbc-4df4-a39a-1e141396d4e6} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5169 | 2025.07.17 23:55:35.541281 [ 276 ] {5efb9641-7fbc-4df4-a39a-1e141396d4e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5170 | 2025.07.17 23:55:35.541592 [ 276 ] {5efb9641-7fbc-4df4-a39a-1e141396d4e6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5171 | 2025.07.17 23:55:35.541818 [ 276 ] {5efb9641-7fbc-4df4-a39a-1e141396d4e6} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5172 | 2025.07.17 23:55:35.541948 [ 276 ] {5efb9641-7fbc-4df4-a39a-1e141396d4e6} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001204 sec., 33222.591362126244 rows/sec., 2.44 MiB/sec. | ||
5173 | 2025.07.17 23:55:35.541986 [ 276 ] {5efb9641-7fbc-4df4-a39a-1e141396d4e6} <Debug> TCPHandler: Processed in 0.001372761 sec. | ||
5174 | 2025.07.17 23:55:35.542099 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5175 | 2025.07.17 23:55:35.542193 [ 276 ] {a6f5e777-0af7-4fb0-8a77-0b0c30cbb5be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5176 | 2025.07.17 23:55:35.542234 [ 276 ] {a6f5e777-0af7-4fb0-8a77-0b0c30cbb5be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5177 | 2025.07.17 23:55:35.542656 [ 276 ] {a6f5e777-0af7-4fb0-8a77-0b0c30cbb5be} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5178 | 2025.07.17 23:55:35.542693 [ 276 ] {a6f5e777-0af7-4fb0-8a77-0b0c30cbb5be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5179 | 2025.07.17 23:55:35.542996 [ 276 ] {a6f5e777-0af7-4fb0-8a77-0b0c30cbb5be} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5180 | 2025.07.17 23:55:35.543204 [ 276 ] {a6f5e777-0af7-4fb0-8a77-0b0c30cbb5be} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5181 | 2025.07.17 23:55:35.543330 [ 276 ] {a6f5e777-0af7-4fb0-8a77-0b0c30cbb5be} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001155 sec., 90043.29004329005 rows/sec., 7.03 MiB/sec. | ||
5182 | 2025.07.17 23:55:35.543368 [ 276 ] {a6f5e777-0af7-4fb0-8a77-0b0c30cbb5be} <Debug> TCPHandler: Processed in 0.00131868 sec. | ||
5183 | 2025.07.17 23:55:35.543484 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5184 | 2025.07.17 23:55:35.543580 [ 276 ] {fffce267-5bf9-40fd-b1b1-59241900ba88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5185 | 2025.07.17 23:55:35.543624 [ 276 ] {fffce267-5bf9-40fd-b1b1-59241900ba88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5186 | 2025.07.17 23:55:35.544025 [ 276 ] {fffce267-5bf9-40fd-b1b1-59241900ba88} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5187 | 2025.07.17 23:55:35.544063 [ 276 ] {fffce267-5bf9-40fd-b1b1-59241900ba88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5188 | 2025.07.17 23:55:35.544393 [ 276 ] {fffce267-5bf9-40fd-b1b1-59241900ba88} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5189 | 2025.07.17 23:55:35.544603 [ 276 ] {fffce267-5bf9-40fd-b1b1-59241900ba88} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5190 | 2025.07.17 23:55:35.544731 [ 276 ] {fffce267-5bf9-40fd-b1b1-59241900ba88} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001169 sec., 136869.11890504707 rows/sec., 9.53 MiB/sec. | ||
5191 | 2025.07.17 23:55:35.544768 [ 276 ] {fffce267-5bf9-40fd-b1b1-59241900ba88} <Debug> TCPHandler: Processed in 0.00133292 sec. | ||
5192 | 2025.07.17 23:55:35.544883 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5193 | 2025.07.17 23:55:35.544976 [ 276 ] {919ac821-cd54-4928-9e3d-f551fff44295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5194 | 2025.07.17 23:55:35.545030 [ 276 ] {919ac821-cd54-4928-9e3d-f551fff44295} <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 | ||
5195 | 2025.07.17 23:55:35.545832 [ 276 ] {919ac821-cd54-4928-9e3d-f551fff44295} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5196 | 2025.07.17 23:55:35.545869 [ 276 ] {919ac821-cd54-4928-9e3d-f551fff44295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5197 | 2025.07.17 23:55:35.546425 [ 276 ] {919ac821-cd54-4928-9e3d-f551fff44295} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5198 | 2025.07.17 23:55:35.546656 [ 276 ] {919ac821-cd54-4928-9e3d-f551fff44295} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5199 | 2025.07.17 23:55:35.546792 [ 276 ] {919ac821-cd54-4928-9e3d-f551fff44295} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001834 sec., 21810.250817884407 rows/sec., 39.08 MiB/sec. | ||
5200 | 2025.07.17 23:55:35.546846 [ 276 ] {919ac821-cd54-4928-9e3d-f551fff44295} <Debug> TCPHandler: Processed in 0.00201216 sec. | ||
5201 | 2025.07.17 23:55:35.546958 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5202 | 2025.07.17 23:55:35.547062 [ 276 ] {14cda3b8-adfd-4759-b04a-1dc0825efb36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5203 | 2025.07.17 23:55:35.547106 [ 276 ] {14cda3b8-adfd-4759-b04a-1dc0825efb36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5204 | 2025.07.17 23:55:35.547454 [ 276 ] {14cda3b8-adfd-4759-b04a-1dc0825efb36} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5205 | 2025.07.17 23:55:35.547491 [ 276 ] {14cda3b8-adfd-4759-b04a-1dc0825efb36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5206 | 2025.07.17 23:55:35.547817 [ 276 ] {14cda3b8-adfd-4759-b04a-1dc0825efb36} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5207 | 2025.07.17 23:55:35.548036 [ 276 ] {14cda3b8-adfd-4759-b04a-1dc0825efb36} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5208 | 2025.07.17 23:55:35.548164 [ 276 ] {14cda3b8-adfd-4759-b04a-1dc0825efb36} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001122 sec., 53475.93582887701 rows/sec., 3.60 MiB/sec. | ||
5209 | 2025.07.17 23:55:35.548201 [ 276 ] {14cda3b8-adfd-4759-b04a-1dc0825efb36} <Debug> TCPHandler: Processed in 0.001294349 sec. | ||
5210 | 2025.07.17 23:55:35.710062 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
5211 | 2025.07.17 23:55:35.710577 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5212 | 2025.07.17 23:55:35.710618 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5213 | 2025.07.17 23:55:35.711147 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5214 | 2025.07.17 23:55:35.711369 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5215 | 2025.07.17 23:55:35.711494 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
5216 | 2025.07.17 23:55:35.711510 [ 24 ] {} <Debug> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5217 | 2025.07.17 23:55:35.711580 [ 24 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5218 | 2025.07.17 23:55:35.711603 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5219 | 2025.07.17 23:55:35.711734 [ 194 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
5220 | 2025.07.17 23:55:35.711885 [ 194 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5221 | 2025.07.17 23:55:35.711929 [ 194 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 11956 rows starting from the beginning of the part | ||
5222 | 2025.07.17 23:55:35.711997 [ 194 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part | ||
5223 | 2025.07.17 23:55:35.712048 [ 194 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part | ||
5224 | 2025.07.17 23:55:35.712097 [ 194 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part | ||
5225 | 2025.07.17 23:55:35.712139 [ 194 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part | ||
5226 | 2025.07.17 23:55:35.712183 [ 194 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part | ||
5227 | 2025.07.17 23:55:35.713961 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.002289695 sec., 6207376.965054298 rows/sec., 88.80 MiB/sec. | ||
5228 | 2025.07.17 23:55:35.714319 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5229 | 2025.07.17 23:55:35.714592 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_31_6} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5230 | 2025.07.17 23:55:35.714670 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_31_6} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5231 | 2025.07.17 23:55:35.714764 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
5232 | 2025.07.17 23:55:36.525825 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 | ||
5233 | 2025.07.17 23:55:36.543479 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5234 | 2025.07.17 23:55:36.543545 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5235 | 2025.07.17 23:55:36.549077 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5236 | 2025.07.17 23:55:36.549762 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5237 | 2025.07.17 23:55:36.550070 [ 47 ] {} <Debug> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5238 | 2025.07.17 23:55:36.550141 [ 47 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5239 | 2025.07.17 23:55:36.550160 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5240 | 2025.07.17 23:55:36.550291 [ 201 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
5241 | 2025.07.17 23:55:36.553006 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
5242 | 2025.07.17 23:55:36.554294 [ 201 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5243 | 2025.07.17 23:55:36.555828 [ 201 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part | ||
5244 | 2025.07.17 23:55:36.560368 [ 201 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part | ||
5245 | 2025.07.17 23:55:36.565034 [ 201 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part | ||
5246 | 2025.07.17 23:55:36.569008 [ 201 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
5247 | 2025.07.17 23:55:36.573216 [ 201 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part | ||
5248 | 2025.07.17 23:55:36.577247 [ 201 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part | ||
5249 | 2025.07.17 23:55:36.628594 [ 190 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.078362937 sec., 2986.105536090359 rows/sec., 15.44 MiB/sec. | ||
5250 | 2025.07.17 23:55:36.631229 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5251 | 2025.07.17 23:55:36.633126 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_31_6} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5252 | 2025.07.17 23:55:36.633235 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_31_6} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5253 | 2025.07.17 23:55:36.635919 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. | ||
5254 | 2025.07.17 23:55:37.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 247.13 MiB, peak 257.68 MiB, free memory in arenas 0.00 B, will set to 251.56 MiB (RSS), difference: 4.44 MiB | ||
5255 | 2025.07.17 23:55:40.568367 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5256 | 2025.07.17 23:55:40.568552 [ 276 ] {9d5e6391-32e3-47eb-aa51-95aaacd6e7f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
5257 | 2025.07.17 23:55:40.568619 [ 276 ] {9d5e6391-32e3-47eb-aa51-95aaacd6e7f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
5258 | 2025.07.17 23:55:40.569305 [ 276 ] {9d5e6391-32e3-47eb-aa51-95aaacd6e7f4} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5259 | 2025.07.17 23:55:40.569360 [ 276 ] {9d5e6391-32e3-47eb-aa51-95aaacd6e7f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5260 | 2025.07.17 23:55:40.569805 [ 276 ] {9d5e6391-32e3-47eb-aa51-95aaacd6e7f4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5261 | 2025.07.17 23:55:40.570032 [ 276 ] {9d5e6391-32e3-47eb-aa51-95aaacd6e7f4} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5262 | 2025.07.17 23:55:40.570179 [ 276 ] {9d5e6391-32e3-47eb-aa51-95aaacd6e7f4} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001678 sec., 14302.74135876043 rows/sec., 1.19 MiB/sec. | ||
5263 | 2025.07.17 23:55:40.570221 [ 276 ] {9d5e6391-32e3-47eb-aa51-95aaacd6e7f4} <Debug> TCPHandler: Processed in 0.001985161 sec. | ||
5264 | 2025.07.17 23:55:40.570337 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5265 | 2025.07.17 23:55:40.570430 [ 276 ] {9b58319f-bc7e-4d74-b949-4acfd0f975d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
5266 | 2025.07.17 23:55:40.570470 [ 276 ] {9b58319f-bc7e-4d74-b949-4acfd0f975d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5267 | 2025.07.17 23:55:40.570861 [ 276 ] {9b58319f-bc7e-4d74-b949-4acfd0f975d6} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5268 | 2025.07.17 23:55:40.570897 [ 276 ] {9b58319f-bc7e-4d74-b949-4acfd0f975d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5269 | 2025.07.17 23:55:40.571175 [ 276 ] {9b58319f-bc7e-4d74-b949-4acfd0f975d6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5270 | 2025.07.17 23:55:40.571370 [ 276 ] {9b58319f-bc7e-4d74-b949-4acfd0f975d6} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5271 | 2025.07.17 23:55:40.571497 [ 276 ] {9b58319f-bc7e-4d74-b949-4acfd0f975d6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001086 sec., 1841.620626151013 rows/sec., 150.17 KiB/sec. | ||
5272 | 2025.07.17 23:55:40.571534 [ 276 ] {9b58319f-bc7e-4d74-b949-4acfd0f975d6} <Debug> TCPHandler: Processed in 0.001245319 sec. | ||
5273 | 2025.07.17 23:55:40.571674 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5274 | 2025.07.17 23:55:40.571794 [ 276 ] {fed3a212-8a81-4ff4-b331-21b61ba181e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5275 | 2025.07.17 23:55:40.571842 [ 276 ] {fed3a212-8a81-4ff4-b331-21b61ba181e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5276 | 2025.07.17 23:55:40.572775 [ 276 ] {fed3a212-8a81-4ff4-b331-21b61ba181e5} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5277 | 2025.07.17 23:55:40.572812 [ 276 ] {fed3a212-8a81-4ff4-b331-21b61ba181e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5278 | 2025.07.17 23:55:40.573202 [ 276 ] {fed3a212-8a81-4ff4-b331-21b61ba181e5} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5279 | 2025.07.17 23:55:40.573415 [ 276 ] {fed3a212-8a81-4ff4-b331-21b61ba181e5} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5280 | 2025.07.17 23:55:40.573544 [ 276 ] {fed3a212-8a81-4ff4-b331-21b61ba181e5} <Debug> executeQuery: Read 1321 rows, 112.40 KiB in 0.001774 sec., 744644.8703494926 rows/sec., 61.87 MiB/sec. | ||
5281 | 2025.07.17 23:55:40.573582 [ 276 ] {fed3a212-8a81-4ff4-b331-21b61ba181e5} <Debug> TCPHandler: Processed in 0.00197405 sec. | ||
5282 | 2025.07.17 23:55:40.573692 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5283 | 2025.07.17 23:55:40.573787 [ 276 ] {64955eb0-ba1e-406b-805f-9199b9b53882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5284 | 2025.07.17 23:55:40.573826 [ 276 ] {64955eb0-ba1e-406b-805f-9199b9b53882} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5285 | 2025.07.17 23:55:40.574221 [ 276 ] {64955eb0-ba1e-406b-805f-9199b9b53882} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5286 | 2025.07.17 23:55:40.574258 [ 276 ] {64955eb0-ba1e-406b-805f-9199b9b53882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5287 | 2025.07.17 23:55:40.574549 [ 276 ] {64955eb0-ba1e-406b-805f-9199b9b53882} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5288 | 2025.07.17 23:55:40.574754 [ 276 ] {64955eb0-ba1e-406b-805f-9199b9b53882} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5289 | 2025.07.17 23:55:40.574860 [ 107 ] {} <Debug> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5290 | 2025.07.17 23:55:40.574878 [ 276 ] {64955eb0-ba1e-406b-805f-9199b9b53882} <Debug> executeQuery: Read 16 rows, 1.25 KiB in 0.00111 sec., 14414.414414414414 rows/sec., 1.10 MiB/sec. | ||
5291 | 2025.07.17 23:55:40.574936 [ 107 ] {} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5292 | 2025.07.17 23:55:40.574944 [ 276 ] {64955eb0-ba1e-406b-805f-9199b9b53882} <Debug> TCPHandler: Processed in 0.00129998 sec. | ||
5293 | 2025.07.17 23:55:40.574970 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5294 | 2025.07.17 23:55:40.575057 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5295 | 2025.07.17 23:55:40.575107 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::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 | ||
5296 | 2025.07.17 23:55:40.575153 [ 276 ] {951e22f9-c4e2-4828-b036-5483eb4182d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
5297 | 2025.07.17 23:55:40.575197 [ 276 ] {951e22f9-c4e2-4828-b036-5483eb4182d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5298 | 2025.07.17 23:55:40.575274 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5299 | 2025.07.17 23:55:40.575317 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 72 rows starting from the beginning of the part | ||
5300 | 2025.07.17 23:55:40.575392 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part | ||
5301 | 2025.07.17 23:55:40.575450 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 44 rows starting from the beginning of the part | ||
5302 | 2025.07.17 23:55:40.575507 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2 rows starting from the beginning of the part | ||
5303 | 2025.07.17 23:55:40.575552 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part | ||
5304 | 2025.07.17 23:55:40.575597 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 16 rows starting from the beginning of the part | ||
5305 | 2025.07.17 23:55:40.575649 [ 276 ] {951e22f9-c4e2-4828-b036-5483eb4182d1} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5306 | 2025.07.17 23:55:40.575691 [ 276 ] {951e22f9-c4e2-4828-b036-5483eb4182d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5307 | 2025.07.17 23:55:40.576229 [ 276 ] {951e22f9-c4e2-4828-b036-5483eb4182d1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5308 | 2025.07.17 23:55:40.576466 [ 276 ] {951e22f9-c4e2-4828-b036-5483eb4182d1} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5309 | 2025.07.17 23:55:40.576564 [ 193 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.001521863 sec., 115647.72913199151 rows/sec., 8.93 MiB/sec. | ||
5310 | 2025.07.17 23:55:40.576590 [ 276 ] {951e22f9-c4e2-4828-b036-5483eb4182d1} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001454 sec., 173314.9931224209 rows/sec., 11.99 MiB/sec. | ||
5311 | 2025.07.17 23:55:40.576628 [ 276 ] {951e22f9-c4e2-4828-b036-5483eb4182d1} <Debug> TCPHandler: Processed in 0.001618345 sec. | ||
5312 | 2025.07.17 23:55:40.576706 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5313 | 2025.07.17 23:55:40.576749 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5314 | 2025.07.17 23:55:40.576848 [ 276 ] {0dcbcd32-5c12-43bb-bf3f-a70ee3644d54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
5315 | 2025.07.17 23:55:40.576889 [ 276 ] {0dcbcd32-5c12-43bb-bf3f-a70ee3644d54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5316 | 2025.07.17 23:55:40.576963 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_36_7} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5317 | 2025.07.17 23:55:40.577040 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_36_7} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5318 | 2025.07.17 23:55:40.577112 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
5319 | 2025.07.17 23:55:40.577284 [ 276 ] {0dcbcd32-5c12-43bb-bf3f-a70ee3644d54} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5320 | 2025.07.17 23:55:40.577325 [ 276 ] {0dcbcd32-5c12-43bb-bf3f-a70ee3644d54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5321 | 2025.07.17 23:55:40.577617 [ 276 ] {0dcbcd32-5c12-43bb-bf3f-a70ee3644d54} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5322 | 2025.07.17 23:55:40.577818 [ 276 ] {0dcbcd32-5c12-43bb-bf3f-a70ee3644d54} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5323 | 2025.07.17 23:55:40.577938 [ 276 ] {0dcbcd32-5c12-43bb-bf3f-a70ee3644d54} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001109 sec., 10820.559062218215 rows/sec., 845.36 KiB/sec. | ||
5324 | 2025.07.17 23:55:40.577976 [ 276 ] {0dcbcd32-5c12-43bb-bf3f-a70ee3644d54} <Debug> TCPHandler: Processed in 0.0012848 sec. | ||
5325 | 2025.07.17 23:55:40.578076 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5326 | 2025.07.17 23:55:40.578168 [ 276 ] {b0d44ffb-ce89-4542-90c7-a744a06e4d1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5327 | 2025.07.17 23:55:40.578206 [ 276 ] {b0d44ffb-ce89-4542-90c7-a744a06e4d1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5328 | 2025.07.17 23:55:40.578773 [ 276 ] {b0d44ffb-ce89-4542-90c7-a744a06e4d1f} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5329 | 2025.07.17 23:55:40.578810 [ 276 ] {b0d44ffb-ce89-4542-90c7-a744a06e4d1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5330 | 2025.07.17 23:55:40.579139 [ 276 ] {b0d44ffb-ce89-4542-90c7-a744a06e4d1f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5331 | 2025.07.17 23:55:40.579346 [ 276 ] {b0d44ffb-ce89-4542-90c7-a744a06e4d1f} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5332 | 2025.07.17 23:55:40.579474 [ 276 ] {b0d44ffb-ce89-4542-90c7-a744a06e4d1f} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.001323 sec., 423280.4232804233 rows/sec., 31.73 MiB/sec. | ||
5333 | 2025.07.17 23:55:40.579512 [ 276 ] {b0d44ffb-ce89-4542-90c7-a744a06e4d1f} <Debug> TCPHandler: Processed in 0.001483413 sec. | ||
5334 | 2025.07.17 23:55:40.579625 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5335 | 2025.07.17 23:55:40.579719 [ 276 ] {2e8483dd-d04a-4de3-8cfb-8f523bc813ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5336 | 2025.07.17 23:55:40.579762 [ 276 ] {2e8483dd-d04a-4de3-8cfb-8f523bc813ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5337 | 2025.07.17 23:55:40.580331 [ 276 ] {2e8483dd-d04a-4de3-8cfb-8f523bc813ea} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5338 | 2025.07.17 23:55:40.580368 [ 276 ] {2e8483dd-d04a-4de3-8cfb-8f523bc813ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5339 | 2025.07.17 23:55:40.580738 [ 276 ] {2e8483dd-d04a-4de3-8cfb-8f523bc813ea} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5340 | 2025.07.17 23:55:40.580960 [ 276 ] {2e8483dd-d04a-4de3-8cfb-8f523bc813ea} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5341 | 2025.07.17 23:55:40.581099 [ 276 ] {2e8483dd-d04a-4de3-8cfb-8f523bc813ea} <Debug> executeQuery: Read 917 rows, 63.69 KiB in 0.001398 sec., 655937.0529327611 rows/sec., 44.49 MiB/sec. | ||
5342 | 2025.07.17 23:55:40.581137 [ 276 ] {2e8483dd-d04a-4de3-8cfb-8f523bc813ea} <Debug> TCPHandler: Processed in 0.001559724 sec. | ||
5343 | 2025.07.17 23:55:40.581249 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5344 | 2025.07.17 23:55:40.581343 [ 276 ] {24f0fc3f-7f88-40a7-b154-d88258d38735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5345 | 2025.07.17 23:55:40.581397 [ 276 ] {24f0fc3f-7f88-40a7-b154-d88258d38735} <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 | ||
5346 | 2025.07.17 23:55:40.582109 [ 276 ] {24f0fc3f-7f88-40a7-b154-d88258d38735} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5347 | 2025.07.17 23:55:40.582145 [ 276 ] {24f0fc3f-7f88-40a7-b154-d88258d38735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5348 | 2025.07.17 23:55:40.582623 [ 276 ] {24f0fc3f-7f88-40a7-b154-d88258d38735} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5349 | 2025.07.17 23:55:40.582838 [ 276 ] {24f0fc3f-7f88-40a7-b154-d88258d38735} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5350 | 2025.07.17 23:55:40.582972 [ 276 ] {24f0fc3f-7f88-40a7-b154-d88258d38735} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001648 sec., 1213.5922330097087 rows/sec., 2.17 MiB/sec. | ||
5351 | 2025.07.17 23:55:40.583025 [ 276 ] {24f0fc3f-7f88-40a7-b154-d88258d38735} <Debug> TCPHandler: Processed in 0.001823558 sec. | ||
5352 | 2025.07.17 23:55:40.583137 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5353 | 2025.07.17 23:55:40.583230 [ 276 ] {10e09e74-a90b-41d8-bbb2-b00917ffd411} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5354 | 2025.07.17 23:55:40.583271 [ 276 ] {10e09e74-a90b-41d8-bbb2-b00917ffd411} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5355 | 2025.07.17 23:55:40.583600 [ 276 ] {10e09e74-a90b-41d8-bbb2-b00917ffd411} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5356 | 2025.07.17 23:55:40.583636 [ 276 ] {10e09e74-a90b-41d8-bbb2-b00917ffd411} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5357 | 2025.07.17 23:55:40.583927 [ 276 ] {10e09e74-a90b-41d8-bbb2-b00917ffd411} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5358 | 2025.07.17 23:55:40.584127 [ 276 ] {10e09e74-a90b-41d8-bbb2-b00917ffd411} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5359 | 2025.07.17 23:55:40.584251 [ 276 ] {10e09e74-a90b-41d8-bbb2-b00917ffd411} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001039 sec., 57747.83445620789 rows/sec., 3.89 MiB/sec. | ||
5360 | 2025.07.17 23:55:40.584286 [ 276 ] {10e09e74-a90b-41d8-bbb2-b00917ffd411} <Debug> TCPHandler: Processed in 0.001196678 sec. | ||
5361 | 2025.07.17 23:55:43.091671 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5362 | 2025.07.17 23:55:43.091736 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5363 | 2025.07.17 23:55:43.211662 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
5364 | 2025.07.17 23:55:43.212234 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5365 | 2025.07.17 23:55:43.212289 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5366 | 2025.07.17 23:55:43.212785 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5367 | 2025.07.17 23:55:43.213029 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5368 | 2025.07.17 23:55:43.213173 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
5369 | 2025.07.17 23:55:43.230763 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 740 | ||
5370 | 2025.07.17 23:55:43.233286 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5371 | 2025.07.17 23:55:43.233341 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5372 | 2025.07.17 23:55:43.234610 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5373 | 2025.07.17 23:55:43.234887 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5374 | 2025.07.17 23:55:43.235262 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 740 | ||
5375 | 2025.07.17 23:55:44.001166 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000820003 sec. | ||
5376 | 2025.07.17 23:55:44.053162 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 | ||
5377 | 2025.07.17 23:55:44.068966 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5378 | 2025.07.17 23:55:44.069036 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5379 | 2025.07.17 23:55:44.074578 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5380 | 2025.07.17 23:55:44.075271 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5381 | 2025.07.17 23:55:44.078144 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 241 | ||
5382 | 2025.07.17 23:55:45.539412 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5383 | 2025.07.17 23:55:45.539603 [ 276 ] {2f14c25e-9aeb-44ae-86a7-22f710d38cab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5384 | 2025.07.17 23:55:45.539672 [ 276 ] {2f14c25e-9aeb-44ae-86a7-22f710d38cab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5385 | 2025.07.17 23:55:45.540462 [ 276 ] {2f14c25e-9aeb-44ae-86a7-22f710d38cab} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5386 | 2025.07.17 23:55:45.540510 [ 276 ] {2f14c25e-9aeb-44ae-86a7-22f710d38cab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5387 | 2025.07.17 23:55:45.540921 [ 276 ] {2f14c25e-9aeb-44ae-86a7-22f710d38cab} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
5388 | 2025.07.17 23:55:45.541146 [ 276 ] {2f14c25e-9aeb-44ae-86a7-22f710d38cab} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5389 | 2025.07.17 23:55:45.541320 [ 276 ] {2f14c25e-9aeb-44ae-86a7-22f710d38cab} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001771 sec., 76792.77244494636 rows/sec., 6.62 MiB/sec. | ||
5390 | 2025.07.17 23:55:45.541341 [ 63 ] {} <Debug> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
5391 | 2025.07.17 23:55:45.541380 [ 276 ] {2f14c25e-9aeb-44ae-86a7-22f710d38cab} <Debug> TCPHandler: Processed in 0.002103372 sec. | ||
5392 | 2025.07.17 23:55:45.541432 [ 63 ] {} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5393 | 2025.07.17 23:55:45.541460 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5394 | 2025.07.17 23:55:45.541539 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5395 | 2025.07.17 23:55:45.541577 [ 187 ] {97e9e053-2700-4610-a493-547689adb125::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
5396 | 2025.07.17 23:55:45.541643 [ 276 ] {498ba652-eaa5-4b33-8d2e-71809bff3df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5397 | 2025.07.17 23:55:45.541689 [ 276 ] {498ba652-eaa5-4b33-8d2e-71809bff3df8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5398 | 2025.07.17 23:55:45.541699 [ 187 ] {97e9e053-2700-4610-a493-547689adb125::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5399 | 2025.07.17 23:55:45.541739 [ 187 ] {97e9e053-2700-4610-a493-547689adb125::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 1411 rows starting from the beginning of the part | ||
5400 | 2025.07.17 23:55:45.541822 [ 187 ] {97e9e053-2700-4610-a493-547689adb125::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 138 rows starting from the beginning of the part | ||
5401 | 2025.07.17 23:55:45.541892 [ 187 ] {97e9e053-2700-4610-a493-547689adb125::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
5402 | 2025.07.17 23:55:45.541967 [ 187 ] {97e9e053-2700-4610-a493-547689adb125::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 136 rows starting from the beginning of the part | ||
5403 | 2025.07.17 23:55:45.542036 [ 187 ] {97e9e053-2700-4610-a493-547689adb125::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1321 rows starting from the beginning of the part | ||
5404 | 2025.07.17 23:55:45.542101 [ 187 ] {97e9e053-2700-4610-a493-547689adb125::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 136 rows starting from the beginning of the part | ||
5405 | 2025.07.17 23:55:45.542191 [ 276 ] {498ba652-eaa5-4b33-8d2e-71809bff3df8} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5406 | 2025.07.17 23:55:45.542233 [ 276 ] {498ba652-eaa5-4b33-8d2e-71809bff3df8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5407 | 2025.07.17 23:55:45.542690 [ 276 ] {498ba652-eaa5-4b33-8d2e-71809bff3df8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5408 | 2025.07.17 23:55:45.542934 [ 276 ] {498ba652-eaa5-4b33-8d2e-71809bff3df8} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5409 | 2025.07.17 23:55:45.543068 [ 276 ] {498ba652-eaa5-4b33-8d2e-71809bff3df8} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001445 sec., 27681.660899653976 rows/sec., 2.03 MiB/sec. | ||
5410 | 2025.07.17 23:55:45.543108 [ 276 ] {498ba652-eaa5-4b33-8d2e-71809bff3df8} <Debug> TCPHandler: Processed in 0.001620915 sec. | ||
5411 | 2025.07.17 23:55:45.543239 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5412 | 2025.07.17 23:55:45.543336 [ 276 ] {c31bf0c3-c882-4fed-baf1-89240c1956cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5413 | 2025.07.17 23:55:45.543378 [ 276 ] {c31bf0c3-c882-4fed-baf1-89240c1956cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5414 | 2025.07.17 23:55:45.543586 [ 193 ] {97e9e053-2700-4610-a493-547689adb125::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3202 rows, containing 5 columns (5 merged, 0 gathered) in 0.002063911 sec., 1551423.4867685672 rows/sec., 135.60 MiB/sec. | ||
5415 | 2025.07.17 23:55:45.543825 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
5416 | 2025.07.17 23:55:45.543836 [ 276 ] {c31bf0c3-c882-4fed-baf1-89240c1956cd} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5417 | 2025.07.17 23:55:45.543872 [ 276 ] {c31bf0c3-c882-4fed-baf1-89240c1956cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5418 | 2025.07.17 23:55:45.544092 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_45_9} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5419 | 2025.07.17 23:55:45.544163 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_45_9} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
5420 | 2025.07.17 23:55:45.544200 [ 276 ] {c31bf0c3-c882-4fed-baf1-89240c1956cd} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
5421 | 2025.07.17 23:55:45.544241 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
5422 | 2025.07.17 23:55:45.544413 [ 276 ] {c31bf0c3-c882-4fed-baf1-89240c1956cd} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5423 | 2025.07.17 23:55:45.544544 [ 276 ] {c31bf0c3-c882-4fed-baf1-89240c1956cd} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001228 sec., 84690.55374592834 rows/sec., 6.62 MiB/sec. | ||
5424 | 2025.07.17 23:55:45.544548 [ 63 ] {} <Debug> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
5425 | 2025.07.17 23:55:45.544585 [ 276 ] {c31bf0c3-c882-4fed-baf1-89240c1956cd} <Debug> TCPHandler: Processed in 0.001395862 sec. | ||
5426 | 2025.07.17 23:55:45.544612 [ 63 ] {} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5427 | 2025.07.17 23:55:45.544651 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5428 | 2025.07.17 23:55:45.544716 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5429 | 2025.07.17 23:55:45.544730 [ 187 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
5430 | 2025.07.17 23:55:45.544822 [ 276 ] {eade14f5-9a27-47fe-9bc6-d912661d7c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5431 | 2025.07.17 23:55:45.544843 [ 187 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5432 | 2025.07.17 23:55:45.544872 [ 276 ] {eade14f5-9a27-47fe-9bc6-d912661d7c23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5433 | 2025.07.17 23:55:45.544882 [ 187 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 634 rows starting from the beginning of the part | ||
5434 | 2025.07.17 23:55:45.544936 [ 187 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 108 rows starting from the beginning of the part | ||
5435 | 2025.07.17 23:55:45.544973 [ 187 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 66 rows starting from the beginning of the part | ||
5436 | 2025.07.17 23:55:45.545007 [ 187 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 104 rows starting from the beginning of the part | ||
5437 | 2025.07.17 23:55:45.545049 [ 187 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 560 rows starting from the beginning of the part | ||
5438 | 2025.07.17 23:55:45.545087 [ 187 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 104 rows starting from the beginning of the part | ||
5439 | 2025.07.17 23:55:45.545303 [ 276 ] {eade14f5-9a27-47fe-9bc6-d912661d7c23} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5440 | 2025.07.17 23:55:45.545344 [ 276 ] {eade14f5-9a27-47fe-9bc6-d912661d7c23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5441 | 2025.07.17 23:55:45.545709 [ 276 ] {eade14f5-9a27-47fe-9bc6-d912661d7c23} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
5442 | 2025.07.17 23:55:45.545951 [ 276 ] {eade14f5-9a27-47fe-9bc6-d912661d7c23} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5443 | 2025.07.17 23:55:45.546005 [ 189 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1576 rows, containing 5 columns (5 merged, 0 gathered) in 0.001301911 sec., 1210528.2158304215 rows/sec., 96.49 MiB/sec. | ||
5444 | 2025.07.17 23:55:45.546088 [ 276 ] {eade14f5-9a27-47fe-9bc6-d912661d7c23} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001285 sec., 124513.61867704282 rows/sec., 8.67 MiB/sec. | ||
5445 | 2025.07.17 23:55:45.546128 [ 276 ] {eade14f5-9a27-47fe-9bc6-d912661d7c23} <Debug> TCPHandler: Processed in 0.001463023 sec. | ||
5446 | 2025.07.17 23:55:45.546159 [ 187 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
5447 | 2025.07.17 23:55:45.546246 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5448 | 2025.07.17 23:55:45.546347 [ 276 ] {75c1c4d4-f9d1-4f08-80ba-c74ff4d39d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5449 | 2025.07.17 23:55:45.546406 [ 276 ] {75c1c4d4-f9d1-4f08-80ba-c74ff4d39d6b} <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 | ||
5450 | 2025.07.17 23:55:45.546415 [ 187 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_45_9} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5451 | 2025.07.17 23:55:45.546488 [ 187 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_45_9} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
5452 | 2025.07.17 23:55:45.546567 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
5453 | 2025.07.17 23:55:45.547304 [ 276 ] {75c1c4d4-f9d1-4f08-80ba-c74ff4d39d6b} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5454 | 2025.07.17 23:55:45.547352 [ 276 ] {75c1c4d4-f9d1-4f08-80ba-c74ff4d39d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5455 | 2025.07.17 23:55:45.547970 [ 276 ] {75c1c4d4-f9d1-4f08-80ba-c74ff4d39d6b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5456 | 2025.07.17 23:55:45.548227 [ 276 ] {75c1c4d4-f9d1-4f08-80ba-c74ff4d39d6b} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5457 | 2025.07.17 23:55:45.548370 [ 276 ] {75c1c4d4-f9d1-4f08-80ba-c74ff4d39d6b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00204 sec., 19607.843137254902 rows/sec., 35.14 MiB/sec. | ||
5458 | 2025.07.17 23:55:45.548438 [ 276 ] {75c1c4d4-f9d1-4f08-80ba-c74ff4d39d6b} <Debug> TCPHandler: Processed in 0.002241565 sec. | ||
5459 | 2025.07.17 23:55:45.548567 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5460 | 2025.07.17 23:55:45.548666 [ 276 ] {d1b731d2-2b49-4d1d-99d4-4464a68259da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5461 | 2025.07.17 23:55:45.548712 [ 276 ] {d1b731d2-2b49-4d1d-99d4-4464a68259da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5462 | 2025.07.17 23:55:45.549122 [ 276 ] {d1b731d2-2b49-4d1d-99d4-4464a68259da} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5463 | 2025.07.17 23:55:45.549160 [ 276 ] {d1b731d2-2b49-4d1d-99d4-4464a68259da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. | ||
5464 | 2025.07.17 23:55:45.549650 [ 276 ] {d1b731d2-2b49-4d1d-99d4-4464a68259da} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
5465 | 2025.07.17 23:55:45.549913 [ 276 ] {d1b731d2-2b49-4d1d-99d4-4464a68259da} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5466 | 2025.07.17 23:55:45.550093 [ 276 ] {d1b731d2-2b49-4d1d-99d4-4464a68259da} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001447 sec., 41465.1002073255 rows/sec., 2.79 MiB/sec. | ||
5467 | 2025.07.17 23:55:45.550151 [ 276 ] {d1b731d2-2b49-4d1d-99d4-4464a68259da} <Debug> TCPHandler: Processed in 0.001646125 sec. | ||
5468 | 2025.07.17 23:55:50.540582 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5469 | 2025.07.17 23:55:50.540833 [ 276 ] {b340a902-8250-4c86-b239-d47a5e1c0e81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5470 | 2025.07.17 23:55:50.540914 [ 276 ] {b340a902-8250-4c86-b239-d47a5e1c0e81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5471 | 2025.07.17 23:55:50.541770 [ 276 ] {b340a902-8250-4c86-b239-d47a5e1c0e81} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5472 | 2025.07.17 23:55:50.541828 [ 276 ] {b340a902-8250-4c86-b239-d47a5e1c0e81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5473 | 2025.07.17 23:55:50.542315 [ 276 ] {b340a902-8250-4c86-b239-d47a5e1c0e81} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
5474 | 2025.07.17 23:55:50.542725 [ 276 ] {b340a902-8250-4c86-b239-d47a5e1c0e81} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5475 | 2025.07.17 23:55:50.542927 [ 276 ] {b340a902-8250-4c86-b239-d47a5e1c0e81} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.002158 sec., 27803.52177942539 rows/sec., 2.16 MiB/sec. | ||
5476 | 2025.07.17 23:55:50.542977 [ 276 ] {b340a902-8250-4c86-b239-d47a5e1c0e81} <Debug> TCPHandler: Processed in 0.002580149 sec. | ||
5477 | 2025.07.17 23:55:50.543141 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5478 | 2025.07.17 23:55:50.543316 [ 276 ] {0132564d-a1ba-422e-9865-401e1d973834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5479 | 2025.07.17 23:55:50.543373 [ 276 ] {0132564d-a1ba-422e-9865-401e1d973834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5480 | 2025.07.17 23:55:50.543909 [ 276 ] {0132564d-a1ba-422e-9865-401e1d973834} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5481 | 2025.07.17 23:55:50.543970 [ 276 ] {0132564d-a1ba-422e-9865-401e1d973834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5482 | 2025.07.17 23:55:50.544367 [ 276 ] {0132564d-a1ba-422e-9865-401e1d973834} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5483 | 2025.07.17 23:55:50.544633 [ 276 ] {0132564d-a1ba-422e-9865-401e1d973834} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5484 | 2025.07.17 23:55:50.544805 [ 276 ] {0132564d-a1ba-422e-9865-401e1d973834} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001533 sec., 1304.631441617743 rows/sec., 98.10 KiB/sec. | ||
5485 | 2025.07.17 23:55:50.544860 [ 276 ] {0132564d-a1ba-422e-9865-401e1d973834} <Debug> TCPHandler: Processed in 0.001777928 sec. | ||
5486 | 2025.07.17 23:55:50.545009 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5487 | 2025.07.17 23:55:50.545111 [ 276 ] {d9f85a37-20f1-41f9-8d6f-96cb4127d4f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5488 | 2025.07.17 23:55:50.545158 [ 276 ] {d9f85a37-20f1-41f9-8d6f-96cb4127d4f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5489 | 2025.07.17 23:55:50.545675 [ 276 ] {d9f85a37-20f1-41f9-8d6f-96cb4127d4f0} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5490 | 2025.07.17 23:55:50.545718 [ 276 ] {d9f85a37-20f1-41f9-8d6f-96cb4127d4f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5491 | 2025.07.17 23:55:50.546106 [ 276 ] {d9f85a37-20f1-41f9-8d6f-96cb4127d4f0} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
5492 | 2025.07.17 23:55:50.546375 [ 276 ] {d9f85a37-20f1-41f9-8d6f-96cb4127d4f0} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5493 | 2025.07.17 23:55:50.546536 [ 276 ] {d9f85a37-20f1-41f9-8d6f-96cb4127d4f0} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001447 sec., 45611.61022805805 rows/sec., 3.56 MiB/sec. | ||
5494 | 2025.07.17 23:55:50.546582 [ 276 ] {d9f85a37-20f1-41f9-8d6f-96cb4127d4f0} <Debug> TCPHandler: Processed in 0.001629865 sec. | ||
5495 | 2025.07.17 23:55:50.546728 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5496 | 2025.07.17 23:55:50.546831 [ 276 ] {f05d0fd9-6b1f-47bf-81e3-53c603ef7e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5497 | 2025.07.17 23:55:50.546883 [ 276 ] {f05d0fd9-6b1f-47bf-81e3-53c603ef7e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5498 | 2025.07.17 23:55:50.547345 [ 276 ] {f05d0fd9-6b1f-47bf-81e3-53c603ef7e95} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5499 | 2025.07.17 23:55:50.547381 [ 276 ] {f05d0fd9-6b1f-47bf-81e3-53c603ef7e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5500 | 2025.07.17 23:55:50.547740 [ 276 ] {f05d0fd9-6b1f-47bf-81e3-53c603ef7e95} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
5501 | 2025.07.17 23:55:50.547970 [ 276 ] {f05d0fd9-6b1f-47bf-81e3-53c603ef7e95} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5502 | 2025.07.17 23:55:50.548076 [ 25 ] {} <Debug> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
5503 | 2025.07.17 23:55:50.548107 [ 276 ] {f05d0fd9-6b1f-47bf-81e3-53c603ef7e95} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001298 sec., 123266.56394453006 rows/sec., 8.59 MiB/sec. | ||
5504 | 2025.07.17 23:55:50.548120 [ 25 ] {} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5505 | 2025.07.17 23:55:50.548147 [ 276 ] {f05d0fd9-6b1f-47bf-81e3-53c603ef7e95} <Debug> TCPHandler: Processed in 0.001475653 sec. | ||
5506 | 2025.07.17 23:55:50.548148 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5507 | 2025.07.17 23:55:50.548281 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5508 | 2025.07.17 23:55:50.548299 [ 186 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
5509 | 2025.07.17 23:55:50.548382 [ 276 ] {8f9f2040-348f-457c-8d9f-27761d1f4435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5510 | 2025.07.17 23:55:50.548443 [ 276 ] {8f9f2040-348f-457c-8d9f-27761d1f4435} <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 | ||
5511 | 2025.07.17 23:55:50.548475 [ 186 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5512 | 2025.07.17 23:55:50.548522 [ 186 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11888 rows starting from the beginning of the part | ||
5513 | 2025.07.17 23:55:50.548596 [ 186 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
5514 | 2025.07.17 23:55:50.548648 [ 186 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
5515 | 2025.07.17 23:55:50.548696 [ 186 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 917 rows starting from the beginning of the part | ||
5516 | 2025.07.17 23:55:50.548744 [ 186 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
5517 | 2025.07.17 23:55:50.548796 [ 186 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part | ||
5518 | 2025.07.17 23:55:50.549392 [ 276 ] {8f9f2040-348f-457c-8d9f-27761d1f4435} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5519 | 2025.07.17 23:55:50.549444 [ 276 ] {8f9f2040-348f-457c-8d9f-27761d1f4435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5520 | 2025.07.17 23:55:50.550282 [ 276 ] {8f9f2040-348f-457c-8d9f-27761d1f4435} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5521 | 2025.07.17 23:55:50.550533 [ 276 ] {8f9f2040-348f-457c-8d9f-27761d1f4435} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5522 | 2025.07.17 23:55:50.550704 [ 276 ] {8f9f2040-348f-457c-8d9f-27761d1f4435} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.00234 sec., 854.7008547008546 rows/sec., 1.53 MiB/sec. | ||
5523 | 2025.07.17 23:55:50.550705 [ 25 ] {} <Debug> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5524 | 2025.07.17 23:55:50.550755 [ 25 ] {} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5525 | 2025.07.17 23:55:50.550783 [ 276 ] {8f9f2040-348f-457c-8d9f-27761d1f4435} <Debug> TCPHandler: Processed in 0.00255277 sec. | ||
5526 | 2025.07.17 23:55:50.550783 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5527 | 2025.07.17 23:55:50.550938 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5528 | 2025.07.17 23:55:50.550938 [ 187 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::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 | ||
5529 | 2025.07.17 23:55:50.551042 [ 276 ] {beff9575-0235-4ad8-9b02-16c6b91d69c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5530 | 2025.07.17 23:55:50.551090 [ 276 ] {beff9575-0235-4ad8-9b02-16c6b91d69c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5531 | 2025.07.17 23:55:50.551229 [ 187 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5532 | 2025.07.17 23:55:50.551311 [ 187 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 715 rows starting from the beginning of the part | ||
5533 | 2025.07.17 23:55:50.551454 [ 187 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part | ||
5534 | 2025.07.17 23:55:50.551561 [ 187 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part | ||
5535 | 2025.07.17 23:55:50.551594 [ 276 ] {beff9575-0235-4ad8-9b02-16c6b91d69c1} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5536 | 2025.07.17 23:55:50.551638 [ 276 ] {beff9575-0235-4ad8-9b02-16c6b91d69c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5537 | 2025.07.17 23:55:50.551682 [ 187 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2 rows starting from the beginning of the part | ||
5538 | 2025.07.17 23:55:50.551856 [ 187 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part | ||
5539 | 2025.07.17 23:55:50.551970 [ 187 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part | ||
5540 | 2025.07.17 23:55:50.552143 [ 276 ] {beff9575-0235-4ad8-9b02-16c6b91d69c1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
5541 | 2025.07.17 23:55:50.552542 [ 276 ] {beff9575-0235-4ad8-9b02-16c6b91d69c1} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5542 | 2025.07.17 23:55:50.552681 [ 25 ] {} <Debug> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
5543 | 2025.07.17 23:55:50.552711 [ 276 ] {beff9575-0235-4ad8-9b02-16c6b91d69c1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001687 sec., 35566.09365737996 rows/sec., 2.40 MiB/sec. | ||
5544 | 2025.07.17 23:55:50.552725 [ 25 ] {} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5545 | 2025.07.17 23:55:50.552756 [ 276 ] {beff9575-0235-4ad8-9b02-16c6b91d69c1} <Debug> TCPHandler: Processed in 0.001880179 sec. | ||
5546 | 2025.07.17 23:55:50.552758 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5547 | 2025.07.17 23:55:50.552905 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
5548 | 2025.07.17 23:55:50.553086 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5549 | 2025.07.17 23:55:50.553127 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2208 rows starting from the beginning of the part | ||
5550 | 2025.07.17 23:55:50.553207 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
5551 | 2025.07.17 23:55:50.553265 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
5552 | 2025.07.17 23:55:50.553316 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
5553 | 2025.07.17 23:55:50.553373 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
5554 | 2025.07.17 23:55:50.553422 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
5555 | 2025.07.17 23:55:50.555518 [ 199 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2508 rows, containing 4 columns (4 merged, 0 gathered) in 0.002678831 sec., 936229.273141904 rows/sec., 63.02 MiB/sec. | ||
5556 | 2025.07.17 23:55:50.555705 [ 198 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13445 rows, containing 5 columns (5 merged, 0 gathered) in 0.007472855 sec., 1799178.4933603022 rows/sec., 123.60 MiB/sec. | ||
5557 | 2025.07.17 23:55:50.555929 [ 200 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
5558 | 2025.07.17 23:55:50.556304 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
5559 | 2025.07.17 23:55:50.556308 [ 200 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_46_9} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5560 | 2025.07.17 23:55:50.556434 [ 200 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_46_9} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
5561 | 2025.07.17 23:55:50.556528 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
5562 | 2025.07.17 23:55:50.556675 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5563 | 2025.07.17 23:55:50.556777 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
5564 | 2025.07.17 23:55:50.556892 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. | ||
5565 | 2025.07.17 23:55:50.568963 [ 187 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 801 rows, containing 19 columns (19 merged, 0 gathered) in 0.018080888 sec., 44300.92150341289 rows/sec., 79.39 MiB/sec. | ||
5566 | 2025.07.17 23:55:50.570296 [ 200 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5567 | 2025.07.17 23:55:50.570665 [ 200 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5568 | 2025.07.17 23:55:50.570744 [ 200 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5569 | 2025.07.17 23:55:50.570880 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. | ||
5570 | 2025.07.17 23:55:50.713440 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
5571 | 2025.07.17 23:55:50.713933 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5572 | 2025.07.17 23:55:50.713979 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5573 | 2025.07.17 23:55:50.714476 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5574 | 2025.07.17 23:55:50.714706 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5575 | 2025.07.17 23:55:50.714834 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
5576 | 2025.07.17 23:55:51.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 252.72 MiB, peak 264.91 MiB, free memory in arenas 0.00 B, will set to 257.95 MiB (RSS), difference: 5.23 MiB | ||
5577 | 2025.07.17 23:55:51.578367 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 | ||
5578 | 2025.07.17 23:55:51.594962 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5579 | 2025.07.17 23:55:51.595032 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5580 | 2025.07.17 23:55:51.600711 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5581 | 2025.07.17 23:55:51.601409 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5582 | 2025.07.17 23:55:51.604252 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
5583 | 2025.07.17 23:55:53.228593 [ 125 ] {} <Debug> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
5584 | 2025.07.17 23:55:53.228673 [ 125 ] {} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5585 | 2025.07.17 23:55:53.228700 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5586 | 2025.07.17 23:55:53.228820 [ 199 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
5587 | 2025.07.17 23:55:53.228959 [ 199 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5588 | 2025.07.17 23:55:53.228992 [ 199 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 253 rows starting from the beginning of the part | ||
5589 | 2025.07.17 23:55:53.229056 [ 199 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 252 rows starting from the beginning of the part | ||
5590 | 2025.07.17 23:55:53.229100 [ 199 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 252 rows starting from the beginning of the part | ||
5591 | 2025.07.17 23:55:53.229150 [ 199 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 252 rows starting from the beginning of the part | ||
5592 | 2025.07.17 23:55:53.229189 [ 199 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 252 rows starting from the beginning of the part | ||
5593 | 2025.07.17 23:55:53.230160 [ 200 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1261 rows, containing 5 columns (5 merged, 0 gathered) in 0.001391311 sec., 906339.4165646646 rows/sec., 66.14 MiB/sec. | ||
5594 | 2025.07.17 23:55:53.230317 [ 187 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
5595 | 2025.07.17 23:55:53.230580 [ 187 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_9_2} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5596 | 2025.07.17 23:55:53.230650 [ 187 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_9_2} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
5597 | 2025.07.17 23:55:53.230724 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
5598 | 2025.07.17 23:55:53.235545 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 764 | ||
5599 | 2025.07.17 23:55:53.237751 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5600 | 2025.07.17 23:55:53.237805 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5601 | 2025.07.17 23:55:53.238985 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5602 | 2025.07.17 23:55:53.239272 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5603 | 2025.07.17 23:55:53.239567 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 764 | ||
5604 | 2025.07.17 23:55:55.539647 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5605 | 2025.07.17 23:55:55.539848 [ 276 ] {a2e6a03d-d9c2-4932-8583-b90fb7a52f87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
5606 | 2025.07.17 23:55:55.539923 [ 276 ] {a2e6a03d-d9c2-4932-8583-b90fb7a52f87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5607 | 2025.07.17 23:55:55.540597 [ 276 ] {a2e6a03d-d9c2-4932-8583-b90fb7a52f87} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5608 | 2025.07.17 23:55:55.540641 [ 276 ] {a2e6a03d-d9c2-4932-8583-b90fb7a52f87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5609 | 2025.07.17 23:55:55.541005 [ 276 ] {a2e6a03d-d9c2-4932-8583-b90fb7a52f87} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5610 | 2025.07.17 23:55:55.541272 [ 276 ] {a2e6a03d-d9c2-4932-8583-b90fb7a52f87} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5611 | 2025.07.17 23:55:55.541429 [ 276 ] {a2e6a03d-d9c2-4932-8583-b90fb7a52f87} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001638 sec., 1221.001221001221 rows/sec., 99.56 KiB/sec. | ||
5612 | 2025.07.17 23:55:55.541480 [ 276 ] {a2e6a03d-d9c2-4932-8583-b90fb7a52f87} <Debug> TCPHandler: Processed in 0.001971121 sec. | ||
5613 | 2025.07.17 23:55:55.541603 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5614 | 2025.07.17 23:55:55.541712 [ 276 ] {3eac38ad-a3c3-4feb-96bc-0f42b74606a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5615 | 2025.07.17 23:55:55.541754 [ 276 ] {3eac38ad-a3c3-4feb-96bc-0f42b74606a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5616 | 2025.07.17 23:55:55.542231 [ 276 ] {3eac38ad-a3c3-4feb-96bc-0f42b74606a8} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5617 | 2025.07.17 23:55:55.542268 [ 276 ] {3eac38ad-a3c3-4feb-96bc-0f42b74606a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5618 | 2025.07.17 23:55:55.542583 [ 276 ] {3eac38ad-a3c3-4feb-96bc-0f42b74606a8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
5619 | 2025.07.17 23:55:55.542795 [ 276 ] {3eac38ad-a3c3-4feb-96bc-0f42b74606a8} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5620 | 2025.07.17 23:55:55.542924 [ 276 ] {3eac38ad-a3c3-4feb-96bc-0f42b74606a8} <Debug> executeQuery: Read 137 rows, 12.07 KiB in 0.001236 sec., 110841.42394822008 rows/sec., 9.54 MiB/sec. | ||
5621 | 2025.07.17 23:55:55.542961 [ 276 ] {3eac38ad-a3c3-4feb-96bc-0f42b74606a8} <Debug> TCPHandler: Processed in 0.001410882 sec. | ||
5622 | 2025.07.17 23:55:55.543063 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5623 | 2025.07.17 23:55:55.543157 [ 276 ] {342342e5-b00f-4b3a-94ad-3b58608501db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5624 | 2025.07.17 23:55:55.543196 [ 276 ] {342342e5-b00f-4b3a-94ad-3b58608501db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5625 | 2025.07.17 23:55:55.543594 [ 276 ] {342342e5-b00f-4b3a-94ad-3b58608501db} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5626 | 2025.07.17 23:55:55.543629 [ 276 ] {342342e5-b00f-4b3a-94ad-3b58608501db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5627 | 2025.07.17 23:55:55.543918 [ 276 ] {342342e5-b00f-4b3a-94ad-3b58608501db} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5628 | 2025.07.17 23:55:55.544121 [ 276 ] {342342e5-b00f-4b3a-94ad-3b58608501db} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5629 | 2025.07.17 23:55:55.544244 [ 276 ] {342342e5-b00f-4b3a-94ad-3b58608501db} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.001106 sec., 37974.6835443038 rows/sec., 2.78 MiB/sec. | ||
5630 | 2025.07.17 23:55:55.544282 [ 276 ] {342342e5-b00f-4b3a-94ad-3b58608501db} <Debug> TCPHandler: Processed in 0.00126822 sec. | ||
5631 | 2025.07.17 23:55:55.544390 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5632 | 2025.07.17 23:55:55.544483 [ 276 ] {5f4db919-7613-498b-ab80-df39b2c7f559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5633 | 2025.07.17 23:55:55.544523 [ 276 ] {5f4db919-7613-498b-ab80-df39b2c7f559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5634 | 2025.07.17 23:55:55.544933 [ 276 ] {5f4db919-7613-498b-ab80-df39b2c7f559} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5635 | 2025.07.17 23:55:55.544969 [ 276 ] {5f4db919-7613-498b-ab80-df39b2c7f559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5636 | 2025.07.17 23:55:55.545262 [ 276 ] {5f4db919-7613-498b-ab80-df39b2c7f559} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
5637 | 2025.07.17 23:55:55.545464 [ 276 ] {5f4db919-7613-498b-ab80-df39b2c7f559} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5638 | 2025.07.17 23:55:55.545587 [ 276 ] {5f4db919-7613-498b-ab80-df39b2c7f559} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.001121 sec., 94558.42997323818 rows/sec., 7.39 MiB/sec. | ||
5639 | 2025.07.17 23:55:55.545624 [ 276 ] {5f4db919-7613-498b-ab80-df39b2c7f559} <Debug> TCPHandler: Processed in 0.001283149 sec. | ||
5640 | 2025.07.17 23:55:55.545734 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5641 | 2025.07.17 23:55:55.545828 [ 276 ] {9559ac7f-ec06-4d23-8965-d02fa0db2418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5642 | 2025.07.17 23:55:55.545870 [ 276 ] {9559ac7f-ec06-4d23-8965-d02fa0db2418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5643 | 2025.07.17 23:55:55.546310 [ 276 ] {9559ac7f-ec06-4d23-8965-d02fa0db2418} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5644 | 2025.07.17 23:55:55.546358 [ 276 ] {9559ac7f-ec06-4d23-8965-d02fa0db2418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5645 | 2025.07.17 23:55:55.546769 [ 276 ] {9559ac7f-ec06-4d23-8965-d02fa0db2418} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
5646 | 2025.07.17 23:55:55.547019 [ 276 ] {9559ac7f-ec06-4d23-8965-d02fa0db2418} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5647 | 2025.07.17 23:55:55.547176 [ 276 ] {9559ac7f-ec06-4d23-8965-d02fa0db2418} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001364 sec., 118035.19061583577 rows/sec., 8.22 MiB/sec. | ||
5648 | 2025.07.17 23:55:55.547222 [ 276 ] {9559ac7f-ec06-4d23-8965-d02fa0db2418} <Debug> TCPHandler: Processed in 0.001536694 sec. | ||
5649 | 2025.07.17 23:55:55.547345 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5650 | 2025.07.17 23:55:55.547442 [ 276 ] {6c89a76c-f98d-4345-aeea-1dc38407f80a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5651 | 2025.07.17 23:55:55.547497 [ 276 ] {6c89a76c-f98d-4345-aeea-1dc38407f80a} <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 | ||
5652 | 2025.07.17 23:55:55.548322 [ 276 ] {6c89a76c-f98d-4345-aeea-1dc38407f80a} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5653 | 2025.07.17 23:55:55.548359 [ 276 ] {6c89a76c-f98d-4345-aeea-1dc38407f80a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5654 | 2025.07.17 23:55:55.548922 [ 276 ] {6c89a76c-f98d-4345-aeea-1dc38407f80a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5655 | 2025.07.17 23:55:55.549143 [ 276 ] {6c89a76c-f98d-4345-aeea-1dc38407f80a} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5656 | 2025.07.17 23:55:55.549283 [ 276 ] {6c89a76c-f98d-4345-aeea-1dc38407f80a} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00186 sec., 21505.37634408602 rows/sec., 38.54 MiB/sec. | ||
5657 | 2025.07.17 23:55:55.549349 [ 276 ] {6c89a76c-f98d-4345-aeea-1dc38407f80a} <Debug> TCPHandler: Processed in 0.002055392 sec. | ||
5658 | 2025.07.17 23:55:55.549461 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5659 | 2025.07.17 23:55:55.549560 [ 276 ] {c95de07c-4ba1-4c28-bece-f7c8a164ed51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5660 | 2025.07.17 23:55:55.549603 [ 276 ] {c95de07c-4ba1-4c28-bece-f7c8a164ed51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5661 | 2025.07.17 23:55:55.549941 [ 276 ] {c95de07c-4ba1-4c28-bece-f7c8a164ed51} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5662 | 2025.07.17 23:55:55.549978 [ 276 ] {c95de07c-4ba1-4c28-bece-f7c8a164ed51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5663 | 2025.07.17 23:55:55.550304 [ 276 ] {c95de07c-4ba1-4c28-bece-f7c8a164ed51} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
5664 | 2025.07.17 23:55:55.550513 [ 276 ] {c95de07c-4ba1-4c28-bece-f7c8a164ed51} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5665 | 2025.07.17 23:55:55.550642 [ 276 ] {c95de07c-4ba1-4c28-bece-f7c8a164ed51} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. | ||
5666 | 2025.07.17 23:55:55.550678 [ 276 ] {c95de07c-4ba1-4c28-bece-f7c8a164ed51} <Debug> TCPHandler: Processed in 0.001266469 sec. | ||
5667 | 2025.07.17 23:55:58.091781 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5668 | 2025.07.17 23:55:58.091870 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5669 | 2025.07.17 23:55:58.215693 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
5670 | 2025.07.17 23:55:58.216249 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5671 | 2025.07.17 23:55:58.216299 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5672 | 2025.07.17 23:55:58.216797 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5673 | 2025.07.17 23:55:58.217036 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5674 | 2025.07.17 23:55:58.217172 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
5675 | 2025.07.17 23:55:59.105139 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 | ||
5676 | 2025.07.17 23:55:59.121350 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5677 | 2025.07.17 23:55:59.121408 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5678 | 2025.07.17 23:55:59.127266 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5679 | 2025.07.17 23:55:59.127952 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5680 | 2025.07.17 23:55:59.130671 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 256 | ||
5681 | 2025.07.17 23:56:00.537362 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5682 | 2025.07.17 23:56:00.537565 [ 276 ] {53f5cd63-c4f0-4def-9da8-ef1a9f02f087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5683 | 2025.07.17 23:56:00.537643 [ 276 ] {53f5cd63-c4f0-4def-9da8-ef1a9f02f087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5684 | 2025.07.17 23:56:00.538367 [ 276 ] {53f5cd63-c4f0-4def-9da8-ef1a9f02f087} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5685 | 2025.07.17 23:56:00.538423 [ 276 ] {53f5cd63-c4f0-4def-9da8-ef1a9f02f087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5686 | 2025.07.17 23:56:00.538815 [ 276 ] {53f5cd63-c4f0-4def-9da8-ef1a9f02f087} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
5687 | 2025.07.17 23:56:00.539037 [ 276 ] {53f5cd63-c4f0-4def-9da8-ef1a9f02f087} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5688 | 2025.07.17 23:56:00.539188 [ 276 ] {53f5cd63-c4f0-4def-9da8-ef1a9f02f087} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.00168 sec., 35714.28571428571 rows/sec., 2.77 MiB/sec. | ||
5689 | 2025.07.17 23:56:00.539234 [ 276 ] {53f5cd63-c4f0-4def-9da8-ef1a9f02f087} <Debug> TCPHandler: Processed in 0.002016231 sec. | ||
5690 | 2025.07.17 23:56:00.539355 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5691 | 2025.07.17 23:56:00.539452 [ 276 ] {aa40b0b8-2f7d-4350-af4b-faa84c3c269d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5692 | 2025.07.17 23:56:00.539493 [ 276 ] {aa40b0b8-2f7d-4350-af4b-faa84c3c269d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5693 | 2025.07.17 23:56:00.539884 [ 276 ] {aa40b0b8-2f7d-4350-af4b-faa84c3c269d} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5694 | 2025.07.17 23:56:00.539919 [ 276 ] {aa40b0b8-2f7d-4350-af4b-faa84c3c269d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5695 | 2025.07.17 23:56:00.540220 [ 276 ] {aa40b0b8-2f7d-4350-af4b-faa84c3c269d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5696 | 2025.07.17 23:56:00.540424 [ 276 ] {aa40b0b8-2f7d-4350-af4b-faa84c3c269d} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5697 | 2025.07.17 23:56:00.540550 [ 276 ] {aa40b0b8-2f7d-4350-af4b-faa84c3c269d} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001118 sec., 1788.9087656529516 rows/sec., 134.52 KiB/sec. | ||
5698 | 2025.07.17 23:56:00.540588 [ 276 ] {aa40b0b8-2f7d-4350-af4b-faa84c3c269d} <Debug> TCPHandler: Processed in 0.00128566 sec. | ||
5699 | 2025.07.17 23:56:00.540688 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5700 | 2025.07.17 23:56:00.540783 [ 276 ] {55837686-ba94-4fcc-a956-079e7306d4cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5701 | 2025.07.17 23:56:00.540823 [ 276 ] {55837686-ba94-4fcc-a956-079e7306d4cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5702 | 2025.07.17 23:56:00.541236 [ 276 ] {55837686-ba94-4fcc-a956-079e7306d4cf} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5703 | 2025.07.17 23:56:00.541270 [ 276 ] {55837686-ba94-4fcc-a956-079e7306d4cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5704 | 2025.07.17 23:56:00.541581 [ 276 ] {55837686-ba94-4fcc-a956-079e7306d4cf} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
5705 | 2025.07.17 23:56:00.541790 [ 276 ] {55837686-ba94-4fcc-a956-079e7306d4cf} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5706 | 2025.07.17 23:56:00.541915 [ 276 ] {55837686-ba94-4fcc-a956-079e7306d4cf} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001151 sec., 57341.44222415292 rows/sec., 4.48 MiB/sec. | ||
5707 | 2025.07.17 23:56:00.541952 [ 276 ] {55837686-ba94-4fcc-a956-079e7306d4cf} <Debug> TCPHandler: Processed in 0.00131229 sec. | ||
5708 | 2025.07.17 23:56:00.542069 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5709 | 2025.07.17 23:56:00.542163 [ 276 ] {25917b71-4094-439e-9a8b-05595f10433b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5710 | 2025.07.17 23:56:00.542207 [ 276 ] {25917b71-4094-439e-9a8b-05595f10433b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5711 | 2025.07.17 23:56:00.542610 [ 276 ] {25917b71-4094-439e-9a8b-05595f10433b} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5712 | 2025.07.17 23:56:00.542646 [ 276 ] {25917b71-4094-439e-9a8b-05595f10433b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5713 | 2025.07.17 23:56:00.542967 [ 276 ] {25917b71-4094-439e-9a8b-05595f10433b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
5714 | 2025.07.17 23:56:00.543178 [ 276 ] {25917b71-4094-439e-9a8b-05595f10433b} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5715 | 2025.07.17 23:56:00.543306 [ 276 ] {25917b71-4094-439e-9a8b-05595f10433b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00116 sec., 137931.0344827586 rows/sec., 9.61 MiB/sec. | ||
5716 | 2025.07.17 23:56:00.543344 [ 276 ] {25917b71-4094-439e-9a8b-05595f10433b} <Debug> TCPHandler: Processed in 0.001322841 sec. | ||
5717 | 2025.07.17 23:56:00.543447 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5718 | 2025.07.17 23:56:00.543541 [ 276 ] {731f81ce-7a87-4f63-9473-d142b740df68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5719 | 2025.07.17 23:56:00.543596 [ 276 ] {731f81ce-7a87-4f63-9473-d142b740df68} <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 | ||
5720 | 2025.07.17 23:56:00.544303 [ 276 ] {731f81ce-7a87-4f63-9473-d142b740df68} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5721 | 2025.07.17 23:56:00.544339 [ 276 ] {731f81ce-7a87-4f63-9473-d142b740df68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5722 | 2025.07.17 23:56:00.544822 [ 276 ] {731f81ce-7a87-4f63-9473-d142b740df68} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5723 | 2025.07.17 23:56:00.545035 [ 276 ] {731f81ce-7a87-4f63-9473-d142b740df68} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5724 | 2025.07.17 23:56:00.545175 [ 276 ] {731f81ce-7a87-4f63-9473-d142b740df68} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001651 sec., 1211.3870381586917 rows/sec., 2.17 MiB/sec. | ||
5725 | 2025.07.17 23:56:00.545228 [ 276 ] {731f81ce-7a87-4f63-9473-d142b740df68} <Debug> TCPHandler: Processed in 0.001828638 sec. | ||
5726 | 2025.07.17 23:56:00.545338 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5727 | 2025.07.17 23:56:00.545461 [ 276 ] {f39e3993-3ab9-462e-9cd0-801519c9694a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5728 | 2025.07.17 23:56:00.545502 [ 276 ] {f39e3993-3ab9-462e-9cd0-801519c9694a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5729 | 2025.07.17 23:56:00.545831 [ 276 ] {f39e3993-3ab9-462e-9cd0-801519c9694a} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5730 | 2025.07.17 23:56:00.545869 [ 276 ] {f39e3993-3ab9-462e-9cd0-801519c9694a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5731 | 2025.07.17 23:56:00.546168 [ 276 ] {f39e3993-3ab9-462e-9cd0-801519c9694a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
5732 | 2025.07.17 23:56:00.546381 [ 276 ] {f39e3993-3ab9-462e-9cd0-801519c9694a} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5733 | 2025.07.17 23:56:00.546507 [ 276 ] {f39e3993-3ab9-462e-9cd0-801519c9694a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. | ||
5734 | 2025.07.17 23:56:00.546542 [ 276 ] {f39e3993-3ab9-462e-9cd0-801519c9694a} <Debug> TCPHandler: Processed in 0.001253209 sec. | ||
5735 | 2025.07.17 23:56:03.240645 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 790 | ||
5736 | 2025.07.17 23:56:03.243394 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5737 | 2025.07.17 23:56:03.243465 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5738 | 2025.07.17 23:56:03.245053 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5739 | 2025.07.17 23:56:03.245427 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5740 | 2025.07.17 23:56:03.245930 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 790 | ||
5741 | 2025.07.17 23:56:05.539007 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5742 | 2025.07.17 23:56:05.539207 [ 276 ] {37ffbd74-6884-4457-b82d-373097df0ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5743 | 2025.07.17 23:56:05.539280 [ 276 ] {37ffbd74-6884-4457-b82d-373097df0ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5744 | 2025.07.17 23:56:05.540027 [ 276 ] {37ffbd74-6884-4457-b82d-373097df0ce2} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5745 | 2025.07.17 23:56:05.540072 [ 276 ] {37ffbd74-6884-4457-b82d-373097df0ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5746 | 2025.07.17 23:56:05.540457 [ 276 ] {37ffbd74-6884-4457-b82d-373097df0ce2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
5747 | 2025.07.17 23:56:05.540676 [ 276 ] {37ffbd74-6884-4457-b82d-373097df0ce2} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5748 | 2025.07.17 23:56:05.540823 [ 276 ] {37ffbd74-6884-4457-b82d-373097df0ce2} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001672 sec., 81339.71291866028 rows/sec., 7.01 MiB/sec. | ||
5749 | 2025.07.17 23:56:05.540863 [ 276 ] {37ffbd74-6884-4457-b82d-373097df0ce2} <Debug> TCPHandler: Processed in 0.001995201 sec. | ||
5750 | 2025.07.17 23:56:05.540984 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5751 | 2025.07.17 23:56:05.541089 [ 276 ] {075175c1-b871-4ff2-a221-08866df5aa16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5752 | 2025.07.17 23:56:05.541131 [ 276 ] {075175c1-b871-4ff2-a221-08866df5aa16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5753 | 2025.07.17 23:56:05.541537 [ 276 ] {075175c1-b871-4ff2-a221-08866df5aa16} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5754 | 2025.07.17 23:56:05.541572 [ 276 ] {075175c1-b871-4ff2-a221-08866df5aa16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5755 | 2025.07.17 23:56:05.541869 [ 276 ] {075175c1-b871-4ff2-a221-08866df5aa16} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5756 | 2025.07.17 23:56:05.542084 [ 276 ] {075175c1-b871-4ff2-a221-08866df5aa16} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5757 | 2025.07.17 23:56:05.542183 [ 169 ] {} <Debug> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5758 | 2025.07.17 23:56:05.542209 [ 276 ] {075175c1-b871-4ff2-a221-08866df5aa16} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001149 sec., 34812.880765883376 rows/sec., 2.56 MiB/sec. | ||
5759 | 2025.07.17 23:56:05.542221 [ 169 ] {} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5760 | 2025.07.17 23:56:05.542242 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5761 | 2025.07.17 23:56:05.542248 [ 276 ] {075175c1-b871-4ff2-a221-08866df5aa16} <Debug> TCPHandler: Processed in 0.00131257 sec. | ||
5762 | 2025.07.17 23:56:05.542356 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5763 | 2025.07.17 23:56:05.542365 [ 198 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::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 | ||
5764 | 2025.07.17 23:56:05.542452 [ 276 ] {29366a39-5bb4-4614-8b37-d8b810ea0260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5765 | 2025.07.17 23:56:05.542498 [ 276 ] {29366a39-5bb4-4614-8b37-d8b810ea0260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5766 | 2025.07.17 23:56:05.542513 [ 198 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5767 | 2025.07.17 23:56:05.542551 [ 198 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 72 rows starting from the beginning of the part | ||
5768 | 2025.07.17 23:56:05.542618 [ 198 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part | ||
5769 | 2025.07.17 23:56:05.542667 [ 198 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 2 rows starting from the beginning of the part | ||
5770 | 2025.07.17 23:56:05.542711 [ 198 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 42 rows starting from the beginning of the part | ||
5771 | 2025.07.17 23:56:05.542776 [ 198 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 2 rows starting from the beginning of the part | ||
5772 | 2025.07.17 23:56:05.542842 [ 198 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part | ||
5773 | 2025.07.17 23:56:05.542934 [ 276 ] {29366a39-5bb4-4614-8b37-d8b810ea0260} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5774 | 2025.07.17 23:56:05.542976 [ 276 ] {29366a39-5bb4-4614-8b37-d8b810ea0260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5775 | 2025.07.17 23:56:05.543313 [ 276 ] {29366a39-5bb4-4614-8b37-d8b810ea0260} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
5776 | 2025.07.17 23:56:05.543545 [ 276 ] {29366a39-5bb4-4614-8b37-d8b810ea0260} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5777 | 2025.07.17 23:56:05.543677 [ 276 ] {29366a39-5bb4-4614-8b37-d8b810ea0260} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001242 sec., 83735.90982286634 rows/sec., 6.54 MiB/sec. | ||
5778 | 2025.07.17 23:56:05.543714 [ 276 ] {29366a39-5bb4-4614-8b37-d8b810ea0260} <Debug> TCPHandler: Processed in 0.001405732 sec. | ||
5779 | 2025.07.17 23:56:05.543769 [ 198 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 5 columns (5 merged, 0 gathered) in 0.001465153 sec., 135139.47007582142 rows/sec., 10.41 MiB/sec. | ||
5780 | 2025.07.17 23:56:05.543833 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5781 | 2025.07.17 23:56:05.543932 [ 276 ] {860b74df-9cf6-47e1-af7f-7a1ba577866f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5782 | 2025.07.17 23:56:05.543950 [ 187 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5783 | 2025.07.17 23:56:05.543977 [ 276 ] {860b74df-9cf6-47e1-af7f-7a1ba577866f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5784 | 2025.07.17 23:56:05.544258 [ 187 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_41_8} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5785 | 2025.07.17 23:56:05.544334 [ 187 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_41_8} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5786 | 2025.07.17 23:56:05.544397 [ 276 ] {860b74df-9cf6-47e1-af7f-7a1ba577866f} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5787 | 2025.07.17 23:56:05.544438 [ 276 ] {860b74df-9cf6-47e1-af7f-7a1ba577866f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5788 | 2025.07.17 23:56:05.544443 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
5789 | 2025.07.17 23:56:05.544768 [ 276 ] {860b74df-9cf6-47e1-af7f-7a1ba577866f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
5790 | 2025.07.17 23:56:05.544979 [ 276 ] {860b74df-9cf6-47e1-af7f-7a1ba577866f} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5791 | 2025.07.17 23:56:05.545106 [ 276 ] {860b74df-9cf6-47e1-af7f-7a1ba577866f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. | ||
5792 | 2025.07.17 23:56:05.545143 [ 276 ] {860b74df-9cf6-47e1-af7f-7a1ba577866f} <Debug> TCPHandler: Processed in 0.001358611 sec. | ||
5793 | 2025.07.17 23:56:05.545251 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5794 | 2025.07.17 23:56:05.545345 [ 276 ] {ef1ff7ed-01f8-4750-8e81-2d80b1b49656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5795 | 2025.07.17 23:56:05.545399 [ 276 ] {ef1ff7ed-01f8-4750-8e81-2d80b1b49656} <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 | ||
5796 | 2025.07.17 23:56:05.546254 [ 276 ] {ef1ff7ed-01f8-4750-8e81-2d80b1b49656} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5797 | 2025.07.17 23:56:05.546289 [ 276 ] {ef1ff7ed-01f8-4750-8e81-2d80b1b49656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5798 | 2025.07.17 23:56:05.546841 [ 276 ] {ef1ff7ed-01f8-4750-8e81-2d80b1b49656} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5799 | 2025.07.17 23:56:05.547054 [ 276 ] {ef1ff7ed-01f8-4750-8e81-2d80b1b49656} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5800 | 2025.07.17 23:56:05.547191 [ 276 ] {ef1ff7ed-01f8-4750-8e81-2d80b1b49656} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001864 sec., 21459.227467811157 rows/sec., 38.45 MiB/sec. | ||
5801 | 2025.07.17 23:56:05.547244 [ 276 ] {ef1ff7ed-01f8-4750-8e81-2d80b1b49656} <Debug> TCPHandler: Processed in 0.002041811 sec. | ||
5802 | 2025.07.17 23:56:05.547364 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5803 | 2025.07.17 23:56:05.547460 [ 276 ] {5bb0d5df-6f1b-4846-b1ad-46068e146161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5804 | 2025.07.17 23:56:05.547502 [ 276 ] {5bb0d5df-6f1b-4846-b1ad-46068e146161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5805 | 2025.07.17 23:56:05.547839 [ 276 ] {5bb0d5df-6f1b-4846-b1ad-46068e146161} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5806 | 2025.07.17 23:56:05.547874 [ 276 ] {5bb0d5df-6f1b-4846-b1ad-46068e146161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5807 | 2025.07.17 23:56:05.548179 [ 276 ] {5bb0d5df-6f1b-4846-b1ad-46068e146161} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
5808 | 2025.07.17 23:56:05.548395 [ 276 ] {5bb0d5df-6f1b-4846-b1ad-46068e146161} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5809 | 2025.07.17 23:56:05.548519 [ 276 ] {5bb0d5df-6f1b-4846-b1ad-46068e146161} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. | ||
5810 | 2025.07.17 23:56:05.548554 [ 276 ] {5bb0d5df-6f1b-4846-b1ad-46068e146161} <Debug> TCPHandler: Processed in 0.001238909 sec. | ||
5811 | 2025.07.17 23:56:05.717295 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
5812 | 2025.07.17 23:56:05.717849 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5813 | 2025.07.17 23:56:05.717899 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5814 | 2025.07.17 23:56:05.718390 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5815 | 2025.07.17 23:56:05.718618 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5816 | 2025.07.17 23:56:05.718753 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
5817 | 2025.07.17 23:56:06.630774 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 | ||
5818 | 2025.07.17 23:56:06.647655 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5819 | 2025.07.17 23:56:06.647739 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.83 GiB. | ||
5820 | 2025.07.17 23:56:06.654062 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5821 | 2025.07.17 23:56:06.654775 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5822 | 2025.07.17 23:56:06.657827 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
5823 | 2025.07.17 23:56:10.566848 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5824 | 2025.07.17 23:56:10.567027 [ 276 ] {bc7a2143-846f-45ef-ad77-45c1ec0bde08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
5825 | 2025.07.17 23:56:10.567097 [ 276 ] {bc7a2143-846f-45ef-ad77-45c1ec0bde08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
5826 | 2025.07.17 23:56:10.567730 [ 276 ] {bc7a2143-846f-45ef-ad77-45c1ec0bde08} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5827 | 2025.07.17 23:56:10.567777 [ 276 ] {bc7a2143-846f-45ef-ad77-45c1ec0bde08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
5828 | 2025.07.17 23:56:10.568154 [ 276 ] {bc7a2143-846f-45ef-ad77-45c1ec0bde08} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5829 | 2025.07.17 23:56:10.568375 [ 276 ] {bc7a2143-846f-45ef-ad77-45c1ec0bde08} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5830 | 2025.07.17 23:56:10.568528 [ 276 ] {bc7a2143-846f-45ef-ad77-45c1ec0bde08} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001552 sec., 15463.917525773197 rows/sec., 1.28 MiB/sec. | ||
5831 | 2025.07.17 23:56:10.568570 [ 276 ] {bc7a2143-846f-45ef-ad77-45c1ec0bde08} <Debug> TCPHandler: Processed in 0.001860049 sec. | ||
5832 | 2025.07.17 23:56:10.568686 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5833 | 2025.07.17 23:56:10.568782 [ 276 ] {201564fe-bdb0-47f3-ab91-9e503372588f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
5834 | 2025.07.17 23:56:10.568823 [ 276 ] {201564fe-bdb0-47f3-ab91-9e503372588f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5835 | 2025.07.17 23:56:10.569234 [ 276 ] {201564fe-bdb0-47f3-ab91-9e503372588f} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5836 | 2025.07.17 23:56:10.569273 [ 276 ] {201564fe-bdb0-47f3-ab91-9e503372588f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
5837 | 2025.07.17 23:56:10.569564 [ 276 ] {201564fe-bdb0-47f3-ab91-9e503372588f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5838 | 2025.07.17 23:56:10.569769 [ 276 ] {201564fe-bdb0-47f3-ab91-9e503372588f} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5839 | 2025.07.17 23:56:10.569897 [ 276 ] {201564fe-bdb0-47f3-ab91-9e503372588f} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001133 sec., 8826.125330979701 rows/sec., 719.71 KiB/sec. | ||
5840 | 2025.07.17 23:56:10.569934 [ 276 ] {201564fe-bdb0-47f3-ab91-9e503372588f} <Debug> TCPHandler: Processed in 0.00129899 sec. | ||
5841 | 2025.07.17 23:56:10.570036 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5842 | 2025.07.17 23:56:10.570130 [ 276 ] {dafa42ed-49b9-44b8-be0f-5508afb4c656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5843 | 2025.07.17 23:56:10.570168 [ 276 ] {dafa42ed-49b9-44b8-be0f-5508afb4c656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5844 | 2025.07.17 23:56:10.571082 [ 276 ] {dafa42ed-49b9-44b8-be0f-5508afb4c656} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5845 | 2025.07.17 23:56:10.571118 [ 276 ] {dafa42ed-49b9-44b8-be0f-5508afb4c656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
5846 | 2025.07.17 23:56:10.571496 [ 276 ] {dafa42ed-49b9-44b8-be0f-5508afb4c656} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
5847 | 2025.07.17 23:56:10.571701 [ 276 ] {dafa42ed-49b9-44b8-be0f-5508afb4c656} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5848 | 2025.07.17 23:56:10.571828 [ 276 ] {dafa42ed-49b9-44b8-be0f-5508afb4c656} <Debug> executeQuery: Read 1325 rows, 112.69 KiB in 0.001716 sec., 772144.522144522 rows/sec., 64.13 MiB/sec. | ||
5849 | 2025.07.17 23:56:10.571823 [ 152 ] {} <Debug> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
5850 | 2025.07.17 23:56:10.571866 [ 276 ] {dafa42ed-49b9-44b8-be0f-5508afb4c656} <Debug> TCPHandler: Processed in 0.001878189 sec. | ||
5851 | 2025.07.17 23:56:10.571900 [ 152 ] {} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5852 | 2025.07.17 23:56:10.571927 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
5853 | 2025.07.17 23:56:10.572000 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5854 | 2025.07.17 23:56:10.572045 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
5855 | 2025.07.17 23:56:10.572126 [ 276 ] {2fcb9e90-a045-4294-9d9f-c924f528ae02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5856 | 2025.07.17 23:56:10.572180 [ 276 ] {2fcb9e90-a045-4294-9d9f-c924f528ae02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5857 | 2025.07.17 23:56:10.572195 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5858 | 2025.07.17 23:56:10.572237 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 1411 rows starting from the beginning of the part | ||
5859 | 2025.07.17 23:56:10.572311 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
5860 | 2025.07.17 23:56:10.572363 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 137 rows starting from the beginning of the part | ||
5861 | 2025.07.17 23:56:10.572412 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
5862 | 2025.07.17 23:56:10.572460 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 136 rows starting from the beginning of the part | ||
5863 | 2025.07.17 23:56:10.572507 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1325 rows starting from the beginning of the part | ||
5864 | 2025.07.17 23:56:10.572671 [ 276 ] {2fcb9e90-a045-4294-9d9f-c924f528ae02} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5865 | 2025.07.17 23:56:10.572716 [ 276 ] {2fcb9e90-a045-4294-9d9f-c924f528ae02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
5866 | 2025.07.17 23:56:10.573043 [ 276 ] {2fcb9e90-a045-4294-9d9f-c924f528ae02} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5867 | 2025.07.17 23:56:10.573266 [ 276 ] {2fcb9e90-a045-4294-9d9f-c924f528ae02} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5868 | 2025.07.17 23:56:10.573402 [ 276 ] {2fcb9e90-a045-4294-9d9f-c924f528ae02} <Debug> executeQuery: Read 24 rows, 1.81 KiB in 0.001301 sec., 18447.348193697155 rows/sec., 1.36 MiB/sec. | ||
5869 | 2025.07.17 23:56:10.573440 [ 276 ] {2fcb9e90-a045-4294-9d9f-c924f528ae02} <Debug> TCPHandler: Processed in 0.001502823 sec. | ||
5870 | 2025.07.17 23:56:10.573561 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5871 | 2025.07.17 23:56:10.573685 [ 276 ] {351f20b8-8903-4101-b220-68d1f34e3f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
5872 | 2025.07.17 23:56:10.573728 [ 276 ] {351f20b8-8903-4101-b220-68d1f34e3f34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5873 | 2025.07.17 23:56:10.573946 [ 187 ] {97e9e053-2700-4610-a493-547689adb125::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3129 rows, containing 5 columns (5 merged, 0 gathered) in 0.001957741 sec., 1598270.6599085375 rows/sec., 139.32 MiB/sec. | ||
5874 | 2025.07.17 23:56:10.574146 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
5875 | 2025.07.17 23:56:10.574202 [ 276 ] {351f20b8-8903-4101-b220-68d1f34e3f34} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5876 | 2025.07.17 23:56:10.574247 [ 276 ] {351f20b8-8903-4101-b220-68d1f34e3f34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
5877 | 2025.07.17 23:56:10.574418 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_50_10} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5878 | 2025.07.17 23:56:10.574509 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_50_10} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
5879 | 2025.07.17 23:56:10.574582 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
5880 | 2025.07.17 23:56:10.574627 [ 276 ] {351f20b8-8903-4101-b220-68d1f34e3f34} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5881 | 2025.07.17 23:56:10.574852 [ 276 ] {351f20b8-8903-4101-b220-68d1f34e3f34} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5882 | 2025.07.17 23:56:10.574985 [ 276 ] {351f20b8-8903-4101-b220-68d1f34e3f34} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001324 sec., 190332.3262839879 rows/sec., 13.16 MiB/sec. | ||
5883 | 2025.07.17 23:56:10.575025 [ 276 ] {351f20b8-8903-4101-b220-68d1f34e3f34} <Debug> TCPHandler: Processed in 0.001525863 sec. | ||
5884 | 2025.07.17 23:56:10.575140 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5885 | 2025.07.17 23:56:10.575236 [ 276 ] {2e2510cc-bf32-4711-9608-5b139d310759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
5886 | 2025.07.17 23:56:10.575276 [ 276 ] {2e2510cc-bf32-4711-9608-5b139d310759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5887 | 2025.07.17 23:56:10.575675 [ 276 ] {2e2510cc-bf32-4711-9608-5b139d310759} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5888 | 2025.07.17 23:56:10.575712 [ 276 ] {2e2510cc-bf32-4711-9608-5b139d310759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
5889 | 2025.07.17 23:56:10.576017 [ 276 ] {2e2510cc-bf32-4711-9608-5b139d310759} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5890 | 2025.07.17 23:56:10.576236 [ 276 ] {2e2510cc-bf32-4711-9608-5b139d310759} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5891 | 2025.07.17 23:56:10.576366 [ 276 ] {2e2510cc-bf32-4711-9608-5b139d310759} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001149 sec., 10443.864229765013 rows/sec., 815.93 KiB/sec. | ||
5892 | 2025.07.17 23:56:10.576405 [ 276 ] {2e2510cc-bf32-4711-9608-5b139d310759} <Debug> TCPHandler: Processed in 0.00131494 sec. | ||
5893 | 2025.07.17 23:56:10.576522 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5894 | 2025.07.17 23:56:10.576636 [ 276 ] {8630b8bc-73d0-4f83-be16-7474952369e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5895 | 2025.07.17 23:56:10.576683 [ 276 ] {8630b8bc-73d0-4f83-be16-7474952369e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5896 | 2025.07.17 23:56:10.577356 [ 276 ] {8630b8bc-73d0-4f83-be16-7474952369e8} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5897 | 2025.07.17 23:56:10.577400 [ 276 ] {8630b8bc-73d0-4f83-be16-7474952369e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
5898 | 2025.07.17 23:56:10.577770 [ 276 ] {8630b8bc-73d0-4f83-be16-7474952369e8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
5899 | 2025.07.17 23:56:10.577970 [ 276 ] {8630b8bc-73d0-4f83-be16-7474952369e8} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5900 | 2025.07.17 23:56:10.578078 [ 152 ] {} <Debug> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
5901 | 2025.07.17 23:56:10.578094 [ 276 ] {8630b8bc-73d0-4f83-be16-7474952369e8} <Debug> executeQuery: Read 568 rows, 43.64 KiB in 0.001482 sec., 383265.85695006745 rows/sec., 28.76 MiB/sec. | ||
5902 | 2025.07.17 23:56:10.578121 [ 152 ] {} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5903 | 2025.07.17 23:56:10.578144 [ 276 ] {8630b8bc-73d0-4f83-be16-7474952369e8} <Debug> TCPHandler: Processed in 0.001681586 sec. | ||
5904 | 2025.07.17 23:56:10.578150 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
5905 | 2025.07.17 23:56:10.578234 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
5906 | 2025.07.17 23:56:10.578272 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5907 | 2025.07.17 23:56:10.578317 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5908 | 2025.07.17 23:56:10.578345 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 634 rows starting from the beginning of the part | ||
5909 | 2025.07.17 23:56:10.578370 [ 276 ] {47785061-e049-48d3-8a58-74fbc4a38d69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5910 | 2025.07.17 23:56:10.578391 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 66 rows starting from the beginning of the part | ||
5911 | 2025.07.17 23:56:10.578420 [ 276 ] {47785061-e049-48d3-8a58-74fbc4a38d69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5912 | 2025.07.17 23:56:10.578435 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 106 rows starting from the beginning of the part | ||
5913 | 2025.07.17 23:56:10.578475 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 66 rows starting from the beginning of the part | ||
5914 | 2025.07.17 23:56:10.578508 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 104 rows starting from the beginning of the part | ||
5915 | 2025.07.17 23:56:10.578542 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 568 rows starting from the beginning of the part | ||
5916 | 2025.07.17 23:56:10.578983 [ 276 ] {47785061-e049-48d3-8a58-74fbc4a38d69} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5917 | 2025.07.17 23:56:10.579024 [ 276 ] {47785061-e049-48d3-8a58-74fbc4a38d69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
5918 | 2025.07.17 23:56:10.579412 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1544 rows, containing 5 columns (5 merged, 0 gathered) in 0.001206979 sec., 1279226.8962426025 rows/sec., 101.91 MiB/sec. | ||
5919 | 2025.07.17 23:56:10.579424 [ 276 ] {47785061-e049-48d3-8a58-74fbc4a38d69} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
5920 | 2025.07.17 23:56:10.579592 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
5921 | 2025.07.17 23:56:10.579667 [ 276 ] {47785061-e049-48d3-8a58-74fbc4a38d69} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5922 | 2025.07.17 23:56:10.579809 [ 276 ] {47785061-e049-48d3-8a58-74fbc4a38d69} <Debug> executeQuery: Read 921 rows, 63.97 KiB in 0.001456 sec., 632554.9450549451 rows/sec., 42.91 MiB/sec. | ||
5923 | 2025.07.17 23:56:10.579849 [ 276 ] {47785061-e049-48d3-8a58-74fbc4a38d69} <Debug> TCPHandler: Processed in 0.001626805 sec. | ||
5924 | 2025.07.17 23:56:10.579914 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_50_10} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5925 | 2025.07.17 23:56:10.579962 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5926 | 2025.07.17 23:56:10.579997 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_50_10} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
5927 | 2025.07.17 23:56:10.580062 [ 276 ] {ad519272-9d5c-40e3-bf28-af88e859f665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5928 | 2025.07.17 23:56:10.580073 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
5929 | 2025.07.17 23:56:10.580126 [ 276 ] {ad519272-9d5c-40e3-bf28-af88e859f665} <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 | ||
5930 | 2025.07.17 23:56:10.580844 [ 276 ] {ad519272-9d5c-40e3-bf28-af88e859f665} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5931 | 2025.07.17 23:56:10.580880 [ 276 ] {ad519272-9d5c-40e3-bf28-af88e859f665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
5932 | 2025.07.17 23:56:10.581437 [ 276 ] {ad519272-9d5c-40e3-bf28-af88e859f665} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5933 | 2025.07.17 23:56:10.581658 [ 276 ] {ad519272-9d5c-40e3-bf28-af88e859f665} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5934 | 2025.07.17 23:56:10.581801 [ 276 ] {ad519272-9d5c-40e3-bf28-af88e859f665} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001757 sec., 1138.3039271485486 rows/sec., 2.04 MiB/sec. | ||
5935 | 2025.07.17 23:56:10.581856 [ 276 ] {ad519272-9d5c-40e3-bf28-af88e859f665} <Debug> TCPHandler: Processed in 0.001943209 sec. | ||
5936 | 2025.07.17 23:56:10.581969 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5937 | 2025.07.17 23:56:10.582071 [ 276 ] {c1210426-05af-4f7f-9edf-93b614462d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5938 | 2025.07.17 23:56:10.582116 [ 276 ] {c1210426-05af-4f7f-9edf-93b614462d0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5939 | 2025.07.17 23:56:10.582447 [ 276 ] {c1210426-05af-4f7f-9edf-93b614462d0e} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5940 | 2025.07.17 23:56:10.582485 [ 276 ] {c1210426-05af-4f7f-9edf-93b614462d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
5941 | 2025.07.17 23:56:10.582789 [ 276 ] {c1210426-05af-4f7f-9edf-93b614462d0e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
5942 | 2025.07.17 23:56:10.582989 [ 276 ] {c1210426-05af-4f7f-9edf-93b614462d0e} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5943 | 2025.07.17 23:56:10.583121 [ 276 ] {c1210426-05af-4f7f-9edf-93b614462d0e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. | ||
5944 | 2025.07.17 23:56:10.583158 [ 276 ] {c1210426-05af-4f7f-9edf-93b614462d0e} <Debug> TCPHandler: Processed in 0.00123856 sec. | ||
5945 | 2025.07.17 23:56:13.091912 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5946 | 2025.07.17 23:56:13.091985 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5947 | 2025.07.17 23:56:13.219777 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
5948 | 2025.07.17 23:56:13.220297 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5949 | 2025.07.17 23:56:13.220329 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
5950 | 2025.07.17 23:56:13.220807 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5951 | 2025.07.17 23:56:13.221053 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5952 | 2025.07.17 23:56:13.221163 [ 147 ] {} <Debug> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5953 | 2025.07.17 23:56:13.221178 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
5954 | 2025.07.17 23:56:13.221208 [ 147 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5955 | 2025.07.17 23:56:13.221230 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
5956 | 2025.07.17 23:56:13.221325 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
5957 | 2025.07.17 23:56:13.221429 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5958 | 2025.07.17 23:56:13.221465 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part | ||
5959 | 2025.07.17 23:56:13.221531 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part | ||
5960 | 2025.07.17 23:56:13.221582 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part | ||
5961 | 2025.07.17 23:56:13.221630 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part | ||
5962 | 2025.07.17 23:56:13.221676 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part | ||
5963 | 2025.07.17 23:56:13.221723 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part | ||
5964 | 2025.07.17 23:56:13.223543 [ 191 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.002259254 sec., 7317017.033056044 rows/sec., 104.67 MiB/sec. | ||
5965 | 2025.07.17 23:56:13.223638 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5966 | 2025.07.17 23:56:13.223877 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_36_7} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5967 | 2025.07.17 23:56:13.223932 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_36_7} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5968 | 2025.07.17 23:56:13.223999 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
5969 | 2025.07.17 23:56:13.247067 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 822 | ||
5970 | 2025.07.17 23:56:13.249285 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5971 | 2025.07.17 23:56:13.249324 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
5972 | 2025.07.17 23:56:13.250487 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5973 | 2025.07.17 23:56:13.250742 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5974 | 2025.07.17 23:56:13.250876 [ 147 ] {} <Debug> system.query_log (fffc79bd-d093-4609-b94c-831763790625) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5975 | 2025.07.17 23:56:13.250915 [ 147 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5976 | 2025.07.17 23:56:13.250935 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
5977 | 2025.07.17 23:56:13.250989 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 822 | ||
5978 | 2025.07.17 23:56:13.251035 [ 192 ] {fffc79bd-d093-4609-b94c-831763790625::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 | ||
5979 | 2025.07.17 23:56:13.251580 [ 192 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5980 | 2025.07.17 23:56:13.251716 [ 192 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 682 rows starting from the beginning of the part | ||
5981 | 2025.07.17 23:56:13.252049 [ 192 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
5982 | 2025.07.17 23:56:13.252358 [ 192 ] {fffc79bd-d093-4609-b94c-831763790625::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 | ||
5983 | 2025.07.17 23:56:13.252698 [ 192 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 24 rows starting from the beginning of the part | ||
5984 | 2025.07.17 23:56:13.253024 [ 192 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part | ||
5985 | 2025.07.17 23:56:13.253347 [ 192 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 32 rows starting from the beginning of the part | ||
5986 | 2025.07.17 23:56:13.259158 [ 194 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 822 rows, containing 72 columns (72 merged, 0 gathered) in 0.008170046 sec., 100611.42862598326 rows/sec., 82.73 MiB/sec. | ||
5987 | 2025.07.17 23:56:13.260277 [ 194 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5988 | 2025.07.17 23:56:13.260818 [ 194 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_26_5} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5989 | 2025.07.17 23:56:13.260882 [ 194 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_26_5} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5990 | 2025.07.17 23:56:13.261126 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB. | ||
5991 | 2025.07.17 23:56:14.158824 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
5992 | 2025.07.17 23:56:14.175578 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5993 | 2025.07.17 23:56:14.175633 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
5994 | 2025.07.17 23:56:14.182130 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5995 | 2025.07.17 23:56:14.182832 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5996 | 2025.07.17 23:56:14.183142 [ 147 ] {} <Debug> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5997 | 2025.07.17 23:56:14.183208 [ 147 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5998 | 2025.07.17 23:56:14.183232 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
5999 | 2025.07.17 23:56:14.183405 [ 197 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
6000 | 2025.07.17 23:56:14.186124 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
6001 | 2025.07.17 23:56:14.187596 [ 197 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6002 | 2025.07.17 23:56:14.189027 [ 197 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part | ||
6003 | 2025.07.17 23:56:14.193693 [ 197 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part | ||
6004 | 2025.07.17 23:56:14.198178 [ 197 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part | ||
6005 | 2025.07.17 23:56:14.202604 [ 197 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7 rows starting from the beginning of the part | ||
6006 | 2025.07.17 23:56:14.206818 [ 197 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part | ||
6007 | 2025.07.17 23:56:14.210957 [ 197 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part | ||
6008 | 2025.07.17 23:56:14.263911 [ 190 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.080596071 sec., 3374.854339983893 rows/sec., 17.45 MiB/sec. | ||
6009 | 2025.07.17 23:56:14.266267 [ 193 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6010 | 2025.07.17 23:56:14.268066 [ 193 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_36_7} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6011 | 2025.07.17 23:56:14.268168 [ 193 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_36_7} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6012 | 2025.07.17 23:56:14.269881 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
6013 | 2025.07.17 23:56:15.001134 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.22 MiB, peak 272.10 MiB, free memory in arenas 0.00 B, will set to 262.60 MiB (RSS), difference: 2.38 MiB | ||
6014 | 2025.07.17 23:56:15.540331 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6015 | 2025.07.17 23:56:15.540531 [ 276 ] {a86c859f-b4e8-46b0-afab-ab2d8fb8f9e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6016 | 2025.07.17 23:56:15.540607 [ 276 ] {a86c859f-b4e8-46b0-afab-ab2d8fb8f9e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6017 | 2025.07.17 23:56:15.541319 [ 276 ] {a86c859f-b4e8-46b0-afab-ab2d8fb8f9e5} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6018 | 2025.07.17 23:56:15.541368 [ 276 ] {a86c859f-b4e8-46b0-afab-ab2d8fb8f9e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6019 | 2025.07.17 23:56:15.541783 [ 276 ] {a86c859f-b4e8-46b0-afab-ab2d8fb8f9e5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6020 | 2025.07.17 23:56:15.542019 [ 276 ] {a86c859f-b4e8-46b0-afab-ab2d8fb8f9e5} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6021 | 2025.07.17 23:56:15.542174 [ 276 ] {a86c859f-b4e8-46b0-afab-ab2d8fb8f9e5} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001699 sec., 80047.08652148323 rows/sec., 6.90 MiB/sec. | ||
6022 | 2025.07.17 23:56:15.542218 [ 276 ] {a86c859f-b4e8-46b0-afab-ab2d8fb8f9e5} <Debug> TCPHandler: Processed in 0.002027621 sec. | ||
6023 | 2025.07.17 23:56:15.542332 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6024 | 2025.07.17 23:56:15.542429 [ 276 ] {8fdc8ca1-b89c-4e11-9652-e805d252d92f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6025 | 2025.07.17 23:56:15.542471 [ 276 ] {8fdc8ca1-b89c-4e11-9652-e805d252d92f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6026 | 2025.07.17 23:56:15.542873 [ 276 ] {8fdc8ca1-b89c-4e11-9652-e805d252d92f} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6027 | 2025.07.17 23:56:15.542910 [ 276 ] {8fdc8ca1-b89c-4e11-9652-e805d252d92f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6028 | 2025.07.17 23:56:15.543212 [ 276 ] {8fdc8ca1-b89c-4e11-9652-e805d252d92f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6029 | 2025.07.17 23:56:15.543415 [ 276 ] {8fdc8ca1-b89c-4e11-9652-e805d252d92f} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6030 | 2025.07.17 23:56:15.543543 [ 276 ] {8fdc8ca1-b89c-4e11-9652-e805d252d92f} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001134 sec., 35273.36860670194 rows/sec., 2.59 MiB/sec. | ||
6031 | 2025.07.17 23:56:15.543582 [ 276 ] {8fdc8ca1-b89c-4e11-9652-e805d252d92f} <Debug> TCPHandler: Processed in 0.00130032 sec. | ||
6032 | 2025.07.17 23:56:15.543704 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6033 | 2025.07.17 23:56:15.543822 [ 276 ] {2e7b7a5e-963b-44ac-9e69-a120a793a1c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6034 | 2025.07.17 23:56:15.543871 [ 276 ] {2e7b7a5e-963b-44ac-9e69-a120a793a1c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6035 | 2025.07.17 23:56:15.544386 [ 276 ] {2e7b7a5e-963b-44ac-9e69-a120a793a1c4} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6036 | 2025.07.17 23:56:15.544430 [ 276 ] {2e7b7a5e-963b-44ac-9e69-a120a793a1c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6037 | 2025.07.17 23:56:15.544795 [ 276 ] {2e7b7a5e-963b-44ac-9e69-a120a793a1c4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6038 | 2025.07.17 23:56:15.545001 [ 276 ] {2e7b7a5e-963b-44ac-9e69-a120a793a1c4} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6039 | 2025.07.17 23:56:15.545135 [ 276 ] {2e7b7a5e-963b-44ac-9e69-a120a793a1c4} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001337 sec., 77786.08825729245 rows/sec., 6.08 MiB/sec. | ||
6040 | 2025.07.17 23:56:15.545173 [ 276 ] {2e7b7a5e-963b-44ac-9e69-a120a793a1c4} <Debug> TCPHandler: Processed in 0.001531843 sec. | ||
6041 | 2025.07.17 23:56:15.545284 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6042 | 2025.07.17 23:56:15.545380 [ 276 ] {97fdd6fa-9645-4674-896a-bf7502b475b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6043 | 2025.07.17 23:56:15.545424 [ 276 ] {97fdd6fa-9645-4674-896a-bf7502b475b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6044 | 2025.07.17 23:56:15.545841 [ 276 ] {97fdd6fa-9645-4674-896a-bf7502b475b5} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6045 | 2025.07.17 23:56:15.545881 [ 276 ] {97fdd6fa-9645-4674-896a-bf7502b475b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6046 | 2025.07.17 23:56:15.546240 [ 276 ] {97fdd6fa-9645-4674-896a-bf7502b475b5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6047 | 2025.07.17 23:56:15.546469 [ 276 ] {97fdd6fa-9645-4674-896a-bf7502b475b5} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6048 | 2025.07.17 23:56:15.546589 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6049 | 2025.07.17 23:56:15.546603 [ 276 ] {97fdd6fa-9645-4674-896a-bf7502b475b5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001242 sec., 128824.4766505636 rows/sec., 8.97 MiB/sec. | ||
6050 | 2025.07.17 23:56:15.546659 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6051 | 2025.07.17 23:56:15.546670 [ 276 ] {97fdd6fa-9645-4674-896a-bf7502b475b5} <Debug> TCPHandler: Processed in 0.001435312 sec. | ||
6052 | 2025.07.17 23:56:15.546688 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6053 | 2025.07.17 23:56:15.546790 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6054 | 2025.07.17 23:56:15.546793 [ 190 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
6055 | 2025.07.17 23:56:15.546893 [ 276 ] {1e40379e-f663-4332-a929-29e55f861021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6056 | 2025.07.17 23:56:15.546933 [ 190 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6057 | 2025.07.17 23:56:15.546954 [ 276 ] {1e40379e-f663-4332-a929-29e55f861021} <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 | ||
6058 | 2025.07.17 23:56:15.546974 [ 190 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13445 rows starting from the beginning of the part | ||
6059 | 2025.07.17 23:56:15.547046 [ 190 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 161 rows starting from the beginning of the part | ||
6060 | 2025.07.17 23:56:15.547092 [ 190 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
6061 | 2025.07.17 23:56:15.547135 [ 190 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part | ||
6062 | 2025.07.17 23:56:15.547175 [ 190 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 921 rows starting from the beginning of the part | ||
6063 | 2025.07.17 23:56:15.547214 [ 190 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
6064 | 2025.07.17 23:56:15.547784 [ 276 ] {1e40379e-f663-4332-a929-29e55f861021} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6065 | 2025.07.17 23:56:15.547827 [ 276 ] {1e40379e-f663-4332-a929-29e55f861021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6066 | 2025.07.17 23:56:15.548799 [ 276 ] {1e40379e-f663-4332-a929-29e55f861021} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6067 | 2025.07.17 23:56:15.549047 [ 276 ] {1e40379e-f663-4332-a929-29e55f861021} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6068 | 2025.07.17 23:56:15.549170 [ 150 ] {} <Debug> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6069 | 2025.07.17 23:56:15.549199 [ 276 ] {1e40379e-f663-4332-a929-29e55f861021} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002325 sec., 17204.301075268817 rows/sec., 30.83 MiB/sec. | ||
6070 | 2025.07.17 23:56:15.549205 [ 150 ] {} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6071 | 2025.07.17 23:56:15.549242 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6072 | 2025.07.17 23:56:15.549264 [ 276 ] {1e40379e-f663-4332-a929-29e55f861021} <Debug> TCPHandler: Processed in 0.002524368 sec. | ||
6073 | 2025.07.17 23:56:15.549326 [ 189 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::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 | ||
6074 | 2025.07.17 23:56:15.549379 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6075 | 2025.07.17 23:56:15.549474 [ 276 ] {201edd34-9692-49e8-aa3c-76cec2c72696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6076 | 2025.07.17 23:56:15.549518 [ 276 ] {201edd34-9692-49e8-aa3c-76cec2c72696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6077 | 2025.07.17 23:56:15.549530 [ 189 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6078 | 2025.07.17 23:56:15.549581 [ 189 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 801 rows starting from the beginning of the part | ||
6079 | 2025.07.17 23:56:15.549692 [ 189 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part | ||
6080 | 2025.07.17 23:56:15.549803 [ 189 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 2 rows starting from the beginning of the part | ||
6081 | 2025.07.17 23:56:15.549874 [ 276 ] {201edd34-9692-49e8-aa3c-76cec2c72696} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6082 | 2025.07.17 23:56:15.549906 [ 189 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 40 rows starting from the beginning of the part | ||
6083 | 2025.07.17 23:56:15.549916 [ 276 ] {201edd34-9692-49e8-aa3c-76cec2c72696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6084 | 2025.07.17 23:56:15.550004 [ 189 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 2 rows starting from the beginning of the part | ||
6085 | 2025.07.17 23:56:15.550103 [ 189 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part | ||
6086 | 2025.07.17 23:56:15.550373 [ 276 ] {201edd34-9692-49e8-aa3c-76cec2c72696} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6087 | 2025.07.17 23:56:15.550615 [ 276 ] {201edd34-9692-49e8-aa3c-76cec2c72696} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6088 | 2025.07.17 23:56:15.550736 [ 150 ] {} <Debug> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6089 | 2025.07.17 23:56:15.550757 [ 276 ] {201edd34-9692-49e8-aa3c-76cec2c72696} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001302 sec., 46082.949308755764 rows/sec., 3.11 MiB/sec. | ||
6090 | 2025.07.17 23:56:15.550767 [ 150 ] {} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6091 | 2025.07.17 23:56:15.550801 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6092 | 2025.07.17 23:56:15.550802 [ 276 ] {201edd34-9692-49e8-aa3c-76cec2c72696} <Debug> TCPHandler: Processed in 0.001473983 sec. | ||
6093 | 2025.07.17 23:56:15.550915 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
6094 | 2025.07.17 23:56:15.551077 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6095 | 2025.07.17 23:56:15.551115 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2508 rows starting from the beginning of the part | ||
6096 | 2025.07.17 23:56:15.551183 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
6097 | 2025.07.17 23:56:15.551228 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
6098 | 2025.07.17 23:56:15.551272 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
6099 | 2025.07.17 23:56:15.551312 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
6100 | 2025.07.17 23:56:15.551353 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
6101 | 2025.07.17 23:56:15.553051 [ 199 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2808 rows, containing 4 columns (4 merged, 0 gathered) in 0.002188554 sec., 1283038.9380385405 rows/sec., 86.38 MiB/sec. | ||
6102 | 2025.07.17 23:56:15.553396 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6103 | 2025.07.17 23:56:15.553654 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_51_10} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6104 | 2025.07.17 23:56:15.553708 [ 200 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15007 rows, containing 5 columns (5 merged, 0 gathered) in 0.006957307 sec., 2157012.763702967 rows/sec., 148.15 MiB/sec. | ||
6105 | 2025.07.17 23:56:15.553731 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_51_10} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6106 | 2025.07.17 23:56:15.553804 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
6107 | 2025.07.17 23:56:15.554179 [ 198 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6108 | 2025.07.17 23:56:15.554508 [ 198 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6109 | 2025.07.17 23:56:15.554600 [ 198 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6110 | 2025.07.17 23:56:15.554689 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.83 MiB. | ||
6111 | 2025.07.17 23:56:15.557052 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 925 rows, containing 19 columns (19 merged, 0 gathered) in 0.007765219 sec., 119120.91597159076 rows/sec., 213.46 MiB/sec. | ||
6112 | 2025.07.17 23:56:15.558481 [ 199 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6113 | 2025.07.17 23:56:15.558855 [ 199 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6114 | 2025.07.17 23:56:15.558933 [ 199 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6115 | 2025.07.17 23:56:15.559080 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. | ||
6116 | 2025.07.17 23:56:16.001149 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.17 MiB, peak 275.62 MiB, free memory in arenas 0.00 B, will set to 269.59 MiB (RSS), difference: 6.42 MiB | ||
6117 | 2025.07.17 23:56:20.537332 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6118 | 2025.07.17 23:56:20.537542 [ 276 ] {59616239-f920-4bd4-8332-a78a6b04b27d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6119 | 2025.07.17 23:56:20.537617 [ 276 ] {59616239-f920-4bd4-8332-a78a6b04b27d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6120 | 2025.07.17 23:56:20.538306 [ 276 ] {59616239-f920-4bd4-8332-a78a6b04b27d} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6121 | 2025.07.17 23:56:20.538362 [ 276 ] {59616239-f920-4bd4-8332-a78a6b04b27d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6122 | 2025.07.17 23:56:20.538875 [ 276 ] {59616239-f920-4bd4-8332-a78a6b04b27d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6123 | 2025.07.17 23:56:20.539227 [ 276 ] {59616239-f920-4bd4-8332-a78a6b04b27d} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6124 | 2025.07.17 23:56:20.539428 [ 276 ] {59616239-f920-4bd4-8332-a78a6b04b27d} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.001936 sec., 30991.73553719008 rows/sec., 2.41 MiB/sec. | ||
6125 | 2025.07.17 23:56:20.539501 [ 276 ] {59616239-f920-4bd4-8332-a78a6b04b27d} <Debug> TCPHandler: Processed in 0.002315966 sec. | ||
6126 | 2025.07.17 23:56:20.539660 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6127 | 2025.07.17 23:56:20.539796 [ 276 ] {7e95c638-68c2-464e-a653-984e4e3747bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6128 | 2025.07.17 23:56:20.539857 [ 276 ] {7e95c638-68c2-464e-a653-984e4e3747bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6129 | 2025.07.17 23:56:20.540401 [ 276 ] {7e95c638-68c2-464e-a653-984e4e3747bf} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6130 | 2025.07.17 23:56:20.540444 [ 276 ] {7e95c638-68c2-464e-a653-984e4e3747bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6131 | 2025.07.17 23:56:20.540853 [ 276 ] {7e95c638-68c2-464e-a653-984e4e3747bf} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6132 | 2025.07.17 23:56:20.541126 [ 276 ] {7e95c638-68c2-464e-a653-984e4e3747bf} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6133 | 2025.07.17 23:56:20.541310 [ 276 ] {7e95c638-68c2-464e-a653-984e4e3747bf} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001549 sec., 1291.1555842479017 rows/sec., 97.09 KiB/sec. | ||
6134 | 2025.07.17 23:56:20.541365 [ 276 ] {7e95c638-68c2-464e-a653-984e4e3747bf} <Debug> TCPHandler: Processed in 0.001770318 sec. | ||
6135 | 2025.07.17 23:56:20.541493 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6136 | 2025.07.17 23:56:20.541599 [ 276 ] {93cf4532-d3ac-4635-96d4-1fc40ace0877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6137 | 2025.07.17 23:56:20.541645 [ 276 ] {93cf4532-d3ac-4635-96d4-1fc40ace0877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6138 | 2025.07.17 23:56:20.542120 [ 276 ] {93cf4532-d3ac-4635-96d4-1fc40ace0877} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6139 | 2025.07.17 23:56:20.542156 [ 276 ] {93cf4532-d3ac-4635-96d4-1fc40ace0877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6140 | 2025.07.17 23:56:20.542481 [ 276 ] {93cf4532-d3ac-4635-96d4-1fc40ace0877} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6141 | 2025.07.17 23:56:20.542747 [ 276 ] {93cf4532-d3ac-4635-96d4-1fc40ace0877} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6142 | 2025.07.17 23:56:20.542904 [ 276 ] {93cf4532-d3ac-4635-96d4-1fc40ace0877} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001329 sec., 49661.399548532725 rows/sec., 3.88 MiB/sec. | ||
6143 | 2025.07.17 23:56:20.542952 [ 276 ] {93cf4532-d3ac-4635-96d4-1fc40ace0877} <Debug> TCPHandler: Processed in 0.001510593 sec. | ||
6144 | 2025.07.17 23:56:20.543096 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6145 | 2025.07.17 23:56:20.543204 [ 276 ] {4bbc5eee-f239-4d5a-a93c-538b11c3d0d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6146 | 2025.07.17 23:56:20.543257 [ 276 ] {4bbc5eee-f239-4d5a-a93c-538b11c3d0d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6147 | 2025.07.17 23:56:20.543752 [ 276 ] {4bbc5eee-f239-4d5a-a93c-538b11c3d0d1} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6148 | 2025.07.17 23:56:20.543791 [ 276 ] {4bbc5eee-f239-4d5a-a93c-538b11c3d0d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6149 | 2025.07.17 23:56:20.544206 [ 276 ] {4bbc5eee-f239-4d5a-a93c-538b11c3d0d1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6150 | 2025.07.17 23:56:20.544458 [ 276 ] {4bbc5eee-f239-4d5a-a93c-538b11c3d0d1} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6151 | 2025.07.17 23:56:20.544612 [ 276 ] {4bbc5eee-f239-4d5a-a93c-538b11c3d0d1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00143 sec., 111888.11188811189 rows/sec., 7.79 MiB/sec. | ||
6152 | 2025.07.17 23:56:20.544656 [ 276 ] {4bbc5eee-f239-4d5a-a93c-538b11c3d0d1} <Debug> TCPHandler: Processed in 0.001617435 sec. | ||
6153 | 2025.07.17 23:56:20.544792 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6154 | 2025.07.17 23:56:20.544897 [ 276 ] {7db0ffd1-0f54-4049-9f2f-06d9da6f5a3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6155 | 2025.07.17 23:56:20.544963 [ 276 ] {7db0ffd1-0f54-4049-9f2f-06d9da6f5a3e} <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 | ||
6156 | 2025.07.17 23:56:20.545873 [ 276 ] {7db0ffd1-0f54-4049-9f2f-06d9da6f5a3e} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6157 | 2025.07.17 23:56:20.545910 [ 276 ] {7db0ffd1-0f54-4049-9f2f-06d9da6f5a3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6158 | 2025.07.17 23:56:20.546462 [ 276 ] {7db0ffd1-0f54-4049-9f2f-06d9da6f5a3e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6159 | 2025.07.17 23:56:20.546773 [ 276 ] {7db0ffd1-0f54-4049-9f2f-06d9da6f5a3e} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6160 | 2025.07.17 23:56:20.546950 [ 276 ] {7db0ffd1-0f54-4049-9f2f-06d9da6f5a3e} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002073 sec., 964.7853352629039 rows/sec., 1.73 MiB/sec. | ||
6161 | 2025.07.17 23:56:20.547027 [ 276 ] {7db0ffd1-0f54-4049-9f2f-06d9da6f5a3e} <Debug> TCPHandler: Processed in 0.002292245 sec. | ||
6162 | 2025.07.17 23:56:20.547162 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6163 | 2025.07.17 23:56:20.547258 [ 276 ] {08faceec-5af4-4363-8c61-c753d1bd6f6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6164 | 2025.07.17 23:56:20.547303 [ 276 ] {08faceec-5af4-4363-8c61-c753d1bd6f6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6165 | 2025.07.17 23:56:20.547677 [ 276 ] {08faceec-5af4-4363-8c61-c753d1bd6f6a} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6166 | 2025.07.17 23:56:20.547713 [ 276 ] {08faceec-5af4-4363-8c61-c753d1bd6f6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6167 | 2025.07.17 23:56:20.548038 [ 276 ] {08faceec-5af4-4363-8c61-c753d1bd6f6a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6168 | 2025.07.17 23:56:20.548334 [ 276 ] {08faceec-5af4-4363-8c61-c753d1bd6f6a} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6169 | 2025.07.17 23:56:20.548506 [ 276 ] {08faceec-5af4-4363-8c61-c753d1bd6f6a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001265 sec., 47430.83003952569 rows/sec., 3.20 MiB/sec. | ||
6170 | 2025.07.17 23:56:20.548554 [ 276 ] {08faceec-5af4-4363-8c61-c753d1bd6f6a} <Debug> TCPHandler: Processed in 0.001441672 sec. | ||
6171 | 2025.07.17 23:56:20.722183 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
6172 | 2025.07.17 23:56:20.722704 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6173 | 2025.07.17 23:56:20.722758 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6174 | 2025.07.17 23:56:20.723274 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6175 | 2025.07.17 23:56:20.723517 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6176 | 2025.07.17 23:56:20.723663 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
6177 | 2025.07.17 23:56:21.687109 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
6178 | 2025.07.17 23:56:21.702425 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6179 | 2025.07.17 23:56:21.702480 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6180 | 2025.07.17 23:56:21.708143 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6181 | 2025.07.17 23:56:21.708890 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6182 | 2025.07.17 23:56:21.711906 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
6183 | 2025.07.17 23:56:21.999719 [ 139 ] {} <Debug> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
6184 | 2025.07.17 23:56:21.999786 [ 139 ] {} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6185 | 2025.07.17 23:56:21.999807 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6186 | 2025.07.17 23:56:21.999905 [ 200 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
6187 | 2025.07.17 23:56:22.000018 [ 200 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6188 | 2025.07.17 23:56:22.000049 [ 200 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part | ||
6189 | 2025.07.17 23:56:22.000111 [ 200 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
6190 | 2025.07.17 23:56:22.000155 [ 200 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
6191 | 2025.07.17 23:56:22.000199 [ 200 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
6192 | 2025.07.17 23:56:22.000239 [ 200 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part | ||
6193 | 2025.07.17 23:56:22.000920 [ 198 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001052276 sec., 34211.556663841046 rows/sec., 2.85 MiB/sec. | ||
6194 | 2025.07.17 23:56:22.001063 [ 200 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
6195 | 2025.07.17 23:56:22.001296 [ 200 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_13_3} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6196 | 2025.07.17 23:56:22.001359 [ 200 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_13_3} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
6197 | 2025.07.17 23:56:22.001420 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6198 | 2025.07.17 23:56:23.252048 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 846 | ||
6199 | 2025.07.17 23:56:23.254177 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6200 | 2025.07.17 23:56:23.254223 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6201 | 2025.07.17 23:56:23.255418 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6202 | 2025.07.17 23:56:23.255686 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6203 | 2025.07.17 23:56:23.255947 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 846 | ||
6204 | 2025.07.17 23:56:25.539121 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6205 | 2025.07.17 23:56:25.539297 [ 276 ] {533e33f9-2df4-470f-8699-64291fe2fab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
6206 | 2025.07.17 23:56:25.539366 [ 276 ] {533e33f9-2df4-470f-8699-64291fe2fab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6207 | 2025.07.17 23:56:25.539998 [ 276 ] {533e33f9-2df4-470f-8699-64291fe2fab6} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6208 | 2025.07.17 23:56:25.540044 [ 276 ] {533e33f9-2df4-470f-8699-64291fe2fab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6209 | 2025.07.17 23:56:25.540432 [ 276 ] {533e33f9-2df4-470f-8699-64291fe2fab6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6210 | 2025.07.17 23:56:25.540658 [ 276 ] {533e33f9-2df4-470f-8699-64291fe2fab6} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6211 | 2025.07.17 23:56:25.540812 [ 276 ] {533e33f9-2df4-470f-8699-64291fe2fab6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001567 sec., 2552.6483726866622 rows/sec., 208.15 KiB/sec. | ||
6212 | 2025.07.17 23:56:25.540854 [ 276 ] {533e33f9-2df4-470f-8699-64291fe2fab6} <Debug> TCPHandler: Processed in 0.001865259 sec. | ||
6213 | 2025.07.17 23:56:25.540979 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6214 | 2025.07.17 23:56:25.541074 [ 276 ] {b0a78e87-02c2-4a74-8bc9-81183e2aa243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6215 | 2025.07.17 23:56:25.541115 [ 276 ] {b0a78e87-02c2-4a74-8bc9-81183e2aa243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6216 | 2025.07.17 23:56:25.541604 [ 276 ] {b0a78e87-02c2-4a74-8bc9-81183e2aa243} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6217 | 2025.07.17 23:56:25.541640 [ 276 ] {b0a78e87-02c2-4a74-8bc9-81183e2aa243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6218 | 2025.07.17 23:56:25.541963 [ 276 ] {b0a78e87-02c2-4a74-8bc9-81183e2aa243} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
6219 | 2025.07.17 23:56:25.542196 [ 276 ] {b0a78e87-02c2-4a74-8bc9-81183e2aa243} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6220 | 2025.07.17 23:56:25.542324 [ 276 ] {b0a78e87-02c2-4a74-8bc9-81183e2aa243} <Debug> executeQuery: Read 138 rows, 12.14 KiB in 0.001267 sec., 108918.70560378849 rows/sec., 9.36 MiB/sec. | ||
6221 | 2025.07.17 23:56:25.542365 [ 276 ] {b0a78e87-02c2-4a74-8bc9-81183e2aa243} <Debug> TCPHandler: Processed in 0.001435212 sec. | ||
6222 | 2025.07.17 23:56:25.542506 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6223 | 2025.07.17 23:56:25.542621 [ 276 ] {3e21c9ca-00c0-4359-93e7-cb368e28f2b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6224 | 2025.07.17 23:56:25.542663 [ 276 ] {3e21c9ca-00c0-4359-93e7-cb368e28f2b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6225 | 2025.07.17 23:56:25.543073 [ 276 ] {3e21c9ca-00c0-4359-93e7-cb368e28f2b9} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6226 | 2025.07.17 23:56:25.543109 [ 276 ] {3e21c9ca-00c0-4359-93e7-cb368e28f2b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6227 | 2025.07.17 23:56:25.543419 [ 276 ] {3e21c9ca-00c0-4359-93e7-cb368e28f2b9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6228 | 2025.07.17 23:56:25.543625 [ 276 ] {3e21c9ca-00c0-4359-93e7-cb368e28f2b9} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6229 | 2025.07.17 23:56:25.543756 [ 276 ] {3e21c9ca-00c0-4359-93e7-cb368e28f2b9} <Debug> executeQuery: Read 44 rows, 3.29 KiB in 0.001153 sec., 38161.318300086736 rows/sec., 2.78 MiB/sec. | ||
6230 | 2025.07.17 23:56:25.543793 [ 276 ] {3e21c9ca-00c0-4359-93e7-cb368e28f2b9} <Debug> TCPHandler: Processed in 0.001349411 sec. | ||
6231 | 2025.07.17 23:56:25.543907 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6232 | 2025.07.17 23:56:25.543999 [ 276 ] {9f0cddf1-ee55-4e35-aa04-841408b7fd3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6233 | 2025.07.17 23:56:25.544039 [ 276 ] {9f0cddf1-ee55-4e35-aa04-841408b7fd3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6234 | 2025.07.17 23:56:25.544460 [ 276 ] {9f0cddf1-ee55-4e35-aa04-841408b7fd3a} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6235 | 2025.07.17 23:56:25.544494 [ 276 ] {9f0cddf1-ee55-4e35-aa04-841408b7fd3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6236 | 2025.07.17 23:56:25.544792 [ 276 ] {9f0cddf1-ee55-4e35-aa04-841408b7fd3a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
6237 | 2025.07.17 23:56:25.544997 [ 276 ] {9f0cddf1-ee55-4e35-aa04-841408b7fd3a} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6238 | 2025.07.17 23:56:25.545117 [ 276 ] {9f0cddf1-ee55-4e35-aa04-841408b7fd3a} <Debug> executeQuery: Read 108 rows, 8.64 KiB in 0.001135 sec., 95154.18502202643 rows/sec., 7.44 MiB/sec. | ||
6239 | 2025.07.17 23:56:25.545153 [ 276 ] {9f0cddf1-ee55-4e35-aa04-841408b7fd3a} <Debug> TCPHandler: Processed in 0.00129611 sec. | ||
6240 | 2025.07.17 23:56:25.545266 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6241 | 2025.07.17 23:56:25.545359 [ 276 ] {c1456449-1474-42f7-a8b2-1092d1a1f589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6242 | 2025.07.17 23:56:25.545402 [ 276 ] {c1456449-1474-42f7-a8b2-1092d1a1f589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6243 | 2025.07.17 23:56:25.545806 [ 276 ] {c1456449-1474-42f7-a8b2-1092d1a1f589} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6244 | 2025.07.17 23:56:25.545840 [ 276 ] {c1456449-1474-42f7-a8b2-1092d1a1f589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6245 | 2025.07.17 23:56:25.546174 [ 276 ] {c1456449-1474-42f7-a8b2-1092d1a1f589} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
6246 | 2025.07.17 23:56:25.546400 [ 276 ] {c1456449-1474-42f7-a8b2-1092d1a1f589} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6247 | 2025.07.17 23:56:25.546524 [ 276 ] {c1456449-1474-42f7-a8b2-1092d1a1f589} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001183 sec., 136939.98309382924 rows/sec., 9.54 MiB/sec. | ||
6248 | 2025.07.17 23:56:25.546561 [ 276 ] {c1456449-1474-42f7-a8b2-1092d1a1f589} <Debug> TCPHandler: Processed in 0.001343401 sec. | ||
6249 | 2025.07.17 23:56:25.546670 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6250 | 2025.07.17 23:56:25.546764 [ 276 ] {4b38df11-166e-4aa1-b57f-828380bf8cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6251 | 2025.07.17 23:56:25.546818 [ 276 ] {4b38df11-166e-4aa1-b57f-828380bf8cbc} <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 | ||
6252 | 2025.07.17 23:56:25.547656 [ 276 ] {4b38df11-166e-4aa1-b57f-828380bf8cbc} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6253 | 2025.07.17 23:56:25.547691 [ 276 ] {4b38df11-166e-4aa1-b57f-828380bf8cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6254 | 2025.07.17 23:56:25.548245 [ 276 ] {4b38df11-166e-4aa1-b57f-828380bf8cbc} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6255 | 2025.07.17 23:56:25.548460 [ 276 ] {4b38df11-166e-4aa1-b57f-828380bf8cbc} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6256 | 2025.07.17 23:56:25.548593 [ 276 ] {4b38df11-166e-4aa1-b57f-828380bf8cbc} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001847 sec., 21656.74066053059 rows/sec., 38.81 MiB/sec. | ||
6257 | 2025.07.17 23:56:25.548645 [ 276 ] {4b38df11-166e-4aa1-b57f-828380bf8cbc} <Debug> TCPHandler: Processed in 0.002024121 sec. | ||
6258 | 2025.07.17 23:56:25.548758 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6259 | 2025.07.17 23:56:25.548852 [ 276 ] {b6977900-dbba-447a-bd34-5127f4591e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6260 | 2025.07.17 23:56:25.548896 [ 276 ] {b6977900-dbba-447a-bd34-5127f4591e11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6261 | 2025.07.17 23:56:25.549242 [ 276 ] {b6977900-dbba-447a-bd34-5127f4591e11} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6262 | 2025.07.17 23:56:25.549277 [ 276 ] {b6977900-dbba-447a-bd34-5127f4591e11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. | ||
6263 | 2025.07.17 23:56:25.549582 [ 276 ] {b6977900-dbba-447a-bd34-5127f4591e11} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
6264 | 2025.07.17 23:56:25.549789 [ 276 ] {b6977900-dbba-447a-bd34-5127f4591e11} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6265 | 2025.07.17 23:56:25.549920 [ 276 ] {b6977900-dbba-447a-bd34-5127f4591e11} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. | ||
6266 | 2025.07.17 23:56:25.549957 [ 276 ] {b6977900-dbba-447a-bd34-5127f4591e11} <Debug> TCPHandler: Processed in 0.001247469 sec. | ||
6267 | 2025.07.17 23:56:28.092041 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6268 | 2025.07.17 23:56:28.092108 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6269 | 2025.07.17 23:56:28.224584 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
6270 | 2025.07.17 23:56:28.225117 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6271 | 2025.07.17 23:56:28.225163 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6272 | 2025.07.17 23:56:28.225671 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6273 | 2025.07.17 23:56:28.225903 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6274 | 2025.07.17 23:56:28.226035 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
6275 | 2025.07.17 23:56:29.212792 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
6276 | 2025.07.17 23:56:29.229656 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6277 | 2025.07.17 23:56:29.229722 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6278 | 2025.07.17 23:56:29.235453 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6279 | 2025.07.17 23:56:29.236220 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6280 | 2025.07.17 23:56:29.239607 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
6281 | 2025.07.17 23:56:30.537229 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6282 | 2025.07.17 23:56:30.537411 [ 276 ] {e8e7cd11-88bf-4109-8d0d-b9e576a075cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6283 | 2025.07.17 23:56:30.537480 [ 276 ] {e8e7cd11-88bf-4109-8d0d-b9e576a075cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6284 | 2025.07.17 23:56:30.538135 [ 276 ] {e8e7cd11-88bf-4109-8d0d-b9e576a075cd} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6285 | 2025.07.17 23:56:30.538184 [ 276 ] {e8e7cd11-88bf-4109-8d0d-b9e576a075cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6286 | 2025.07.17 23:56:30.538600 [ 276 ] {e8e7cd11-88bf-4109-8d0d-b9e576a075cd} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
6287 | 2025.07.17 23:56:30.538835 [ 276 ] {e8e7cd11-88bf-4109-8d0d-b9e576a075cd} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6288 | 2025.07.17 23:56:30.539001 [ 276 ] {e8e7cd11-88bf-4109-8d0d-b9e576a075cd} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.001641 sec., 36563.07129798903 rows/sec., 2.84 MiB/sec. | ||
6289 | 2025.07.17 23:56:30.539051 [ 276 ] {e8e7cd11-88bf-4109-8d0d-b9e576a075cd} <Debug> TCPHandler: Processed in 0.0019537 sec. | ||
6290 | 2025.07.17 23:56:30.539176 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6291 | 2025.07.17 23:56:30.539280 [ 276 ] {0391c608-419c-40d3-8138-aa772da49759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6292 | 2025.07.17 23:56:30.539323 [ 276 ] {0391c608-419c-40d3-8138-aa772da49759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6293 | 2025.07.17 23:56:30.539739 [ 276 ] {0391c608-419c-40d3-8138-aa772da49759} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6294 | 2025.07.17 23:56:30.539784 [ 276 ] {0391c608-419c-40d3-8138-aa772da49759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6295 | 2025.07.17 23:56:30.540075 [ 276 ] {0391c608-419c-40d3-8138-aa772da49759} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6296 | 2025.07.17 23:56:30.540275 [ 276 ] {0391c608-419c-40d3-8138-aa772da49759} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6297 | 2025.07.17 23:56:30.540392 [ 132 ] {} <Debug> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6298 | 2025.07.17 23:56:30.540400 [ 276 ] {0391c608-419c-40d3-8138-aa772da49759} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001144 sec., 1748.2517482517483 rows/sec., 131.46 KiB/sec. | ||
6299 | 2025.07.17 23:56:30.540465 [ 132 ] {} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6300 | 2025.07.17 23:56:30.540481 [ 276 ] {0391c608-419c-40d3-8138-aa772da49759} <Debug> TCPHandler: Processed in 0.001357691 sec. | ||
6301 | 2025.07.17 23:56:30.540492 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6302 | 2025.07.17 23:56:30.540606 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6303 | 2025.07.17 23:56:30.540632 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
6304 | 2025.07.17 23:56:30.540705 [ 276 ] {526238e8-c9ab-4db6-a921-5265898bac2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6305 | 2025.07.17 23:56:30.540749 [ 276 ] {526238e8-c9ab-4db6-a921-5265898bac2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6306 | 2025.07.17 23:56:30.540788 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6307 | 2025.07.17 23:56:30.540829 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 72 rows starting from the beginning of the part | ||
6308 | 2025.07.17 23:56:30.540899 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 24 rows starting from the beginning of the part | ||
6309 | 2025.07.17 23:56:30.540943 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part | ||
6310 | 2025.07.17 23:56:30.540981 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 2 rows starting from the beginning of the part | ||
6311 | 2025.07.17 23:56:30.541019 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 44 rows starting from the beginning of the part | ||
6312 | 2025.07.17 23:56:30.541061 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 2 rows starting from the beginning of the part | ||
6313 | 2025.07.17 23:56:30.541201 [ 276 ] {526238e8-c9ab-4db6-a921-5265898bac2e} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6314 | 2025.07.17 23:56:30.541261 [ 276 ] {526238e8-c9ab-4db6-a921-5265898bac2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6315 | 2025.07.17 23:56:30.541629 [ 276 ] {526238e8-c9ab-4db6-a921-5265898bac2e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
6316 | 2025.07.17 23:56:30.541898 [ 276 ] {526238e8-c9ab-4db6-a921-5265898bac2e} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6317 | 2025.07.17 23:56:30.541967 [ 198 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.001393242 sec., 132066.07323063762 rows/sec., 10.16 MiB/sec. | ||
6318 | 2025.07.17 23:56:30.542098 [ 276 ] {526238e8-c9ab-4db6-a921-5265898bac2e} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00141 sec., 46808.51063829787 rows/sec., 3.65 MiB/sec. | ||
6319 | 2025.07.17 23:56:30.542147 [ 276 ] {526238e8-c9ab-4db6-a921-5265898bac2e} <Debug> TCPHandler: Processed in 0.001590605 sec. | ||
6320 | 2025.07.17 23:56:30.542180 [ 188 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6321 | 2025.07.17 23:56:30.542264 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6322 | 2025.07.17 23:56:30.542367 [ 276 ] {27161465-f1f6-4922-bbb9-ff34e04d7f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6323 | 2025.07.17 23:56:30.542417 [ 276 ] {27161465-f1f6-4922-bbb9-ff34e04d7f10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6324 | 2025.07.17 23:56:30.542496 [ 188 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_46_9} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6325 | 2025.07.17 23:56:30.542578 [ 188 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_46_9} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6326 | 2025.07.17 23:56:30.542675 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
6327 | 2025.07.17 23:56:30.542828 [ 276 ] {27161465-f1f6-4922-bbb9-ff34e04d7f10} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6328 | 2025.07.17 23:56:30.542872 [ 276 ] {27161465-f1f6-4922-bbb9-ff34e04d7f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6329 | 2025.07.17 23:56:30.543235 [ 276 ] {27161465-f1f6-4922-bbb9-ff34e04d7f10} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
6330 | 2025.07.17 23:56:30.543448 [ 276 ] {27161465-f1f6-4922-bbb9-ff34e04d7f10} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6331 | 2025.07.17 23:56:30.543583 [ 276 ] {27161465-f1f6-4922-bbb9-ff34e04d7f10} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001235 sec., 129554.65587044535 rows/sec., 9.02 MiB/sec. | ||
6332 | 2025.07.17 23:56:30.543622 [ 276 ] {27161465-f1f6-4922-bbb9-ff34e04d7f10} <Debug> TCPHandler: Processed in 0.001408132 sec. | ||
6333 | 2025.07.17 23:56:30.543725 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6334 | 2025.07.17 23:56:30.543826 [ 276 ] {0f64a3e0-75f1-4dbe-94ab-d56c9cda5689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6335 | 2025.07.17 23:56:30.543883 [ 276 ] {0f64a3e0-75f1-4dbe-94ab-d56c9cda5689} <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 | ||
6336 | 2025.07.17 23:56:30.544616 [ 276 ] {0f64a3e0-75f1-4dbe-94ab-d56c9cda5689} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6337 | 2025.07.17 23:56:30.544653 [ 276 ] {0f64a3e0-75f1-4dbe-94ab-d56c9cda5689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6338 | 2025.07.17 23:56:30.545160 [ 276 ] {0f64a3e0-75f1-4dbe-94ab-d56c9cda5689} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6339 | 2025.07.17 23:56:30.545389 [ 276 ] {0f64a3e0-75f1-4dbe-94ab-d56c9cda5689} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6340 | 2025.07.17 23:56:30.545527 [ 276 ] {0f64a3e0-75f1-4dbe-94ab-d56c9cda5689} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001719 sec., 1163.4671320535194 rows/sec., 2.08 MiB/sec. | ||
6341 | 2025.07.17 23:56:30.545582 [ 276 ] {0f64a3e0-75f1-4dbe-94ab-d56c9cda5689} <Debug> TCPHandler: Processed in 0.00190659 sec. | ||
6342 | 2025.07.17 23:56:30.545695 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6343 | 2025.07.17 23:56:30.545792 [ 276 ] {2f1f5f51-5c19-4d80-899b-8db96b379699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6344 | 2025.07.17 23:56:30.545835 [ 276 ] {2f1f5f51-5c19-4d80-899b-8db96b379699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6345 | 2025.07.17 23:56:30.546168 [ 276 ] {2f1f5f51-5c19-4d80-899b-8db96b379699} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6346 | 2025.07.17 23:56:30.546206 [ 276 ] {2f1f5f51-5c19-4d80-899b-8db96b379699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6347 | 2025.07.17 23:56:30.546528 [ 276 ] {2f1f5f51-5c19-4d80-899b-8db96b379699} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
6348 | 2025.07.17 23:56:30.546736 [ 276 ] {2f1f5f51-5c19-4d80-899b-8db96b379699} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6349 | 2025.07.17 23:56:30.546865 [ 276 ] {2f1f5f51-5c19-4d80-899b-8db96b379699} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. | ||
6350 | 2025.07.17 23:56:30.546903 [ 276 ] {2f1f5f51-5c19-4d80-899b-8db96b379699} <Debug> TCPHandler: Processed in 0.001257879 sec. | ||
6351 | 2025.07.17 23:56:33.256869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 872 | ||
6352 | 2025.07.17 23:56:33.259050 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6353 | 2025.07.17 23:56:33.259097 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6354 | 2025.07.17 23:56:33.260348 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6355 | 2025.07.17 23:56:33.260611 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6356 | 2025.07.17 23:56:33.260957 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 872 | ||
6357 | 2025.07.17 23:56:35.539541 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6358 | 2025.07.17 23:56:35.539745 [ 276 ] {01e31703-660e-4f45-bb8a-d3fdd0c4fe4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6359 | 2025.07.17 23:56:35.539819 [ 276 ] {01e31703-660e-4f45-bb8a-d3fdd0c4fe4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6360 | 2025.07.17 23:56:35.540507 [ 276 ] {01e31703-660e-4f45-bb8a-d3fdd0c4fe4f} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6361 | 2025.07.17 23:56:35.540555 [ 276 ] {01e31703-660e-4f45-bb8a-d3fdd0c4fe4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6362 | 2025.07.17 23:56:35.541046 [ 276 ] {01e31703-660e-4f45-bb8a-d3fdd0c4fe4f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
6363 | 2025.07.17 23:56:35.541311 [ 276 ] {01e31703-660e-4f45-bb8a-d3fdd0c4fe4f} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6364 | 2025.07.17 23:56:35.541487 [ 276 ] {01e31703-660e-4f45-bb8a-d3fdd0c4fe4f} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001798 sec., 75639.59955506118 rows/sec., 6.52 MiB/sec. | ||
6365 | 2025.07.17 23:56:35.541506 [ 128 ] {} <Debug> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
6366 | 2025.07.17 23:56:35.541539 [ 276 ] {01e31703-660e-4f45-bb8a-d3fdd0c4fe4f} <Debug> TCPHandler: Processed in 0.002139523 sec. | ||
6367 | 2025.07.17 23:56:35.541581 [ 128 ] {} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6368 | 2025.07.17 23:56:35.541610 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6369 | 2025.07.17 23:56:35.541690 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6370 | 2025.07.17 23:56:35.541744 [ 195 ] {97e9e053-2700-4610-a493-547689adb125::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
6371 | 2025.07.17 23:56:35.541812 [ 276 ] {7f232f95-b343-4c0e-8800-2f7dba2ac859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6372 | 2025.07.17 23:56:35.541867 [ 276 ] {7f232f95-b343-4c0e-8800-2f7dba2ac859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6373 | 2025.07.17 23:56:35.541898 [ 195 ] {97e9e053-2700-4610-a493-547689adb125::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6374 | 2025.07.17 23:56:35.541942 [ 195 ] {97e9e053-2700-4610-a493-547689adb125::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 1411 rows starting from the beginning of the part | ||
6375 | 2025.07.17 23:56:35.542015 [ 195 ] {97e9e053-2700-4610-a493-547689adb125::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 136 rows starting from the beginning of the part | ||
6376 | 2025.07.17 23:56:35.542063 [ 195 ] {97e9e053-2700-4610-a493-547689adb125::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
6377 | 2025.07.17 23:56:35.542107 [ 195 ] {97e9e053-2700-4610-a493-547689adb125::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 138 rows starting from the beginning of the part | ||
6378 | 2025.07.17 23:56:35.542167 [ 195 ] {97e9e053-2700-4610-a493-547689adb125::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
6379 | 2025.07.17 23:56:35.542211 [ 195 ] {97e9e053-2700-4610-a493-547689adb125::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 136 rows starting from the beginning of the part | ||
6380 | 2025.07.17 23:56:35.542324 [ 276 ] {7f232f95-b343-4c0e-8800-2f7dba2ac859} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6381 | 2025.07.17 23:56:35.542367 [ 276 ] {7f232f95-b343-4c0e-8800-2f7dba2ac859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6382 | 2025.07.17 23:56:35.542715 [ 276 ] {7f232f95-b343-4c0e-8800-2f7dba2ac859} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6383 | 2025.07.17 23:56:35.542939 [ 276 ] {7f232f95-b343-4c0e-8800-2f7dba2ac859} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6384 | 2025.07.17 23:56:35.543070 [ 276 ] {7f232f95-b343-4c0e-8800-2f7dba2ac859} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001283 sec., 31176.929072486357 rows/sec., 2.29 MiB/sec. | ||
6385 | 2025.07.17 23:56:35.543109 [ 276 ] {7f232f95-b343-4c0e-8800-2f7dba2ac859} <Debug> TCPHandler: Processed in 0.001481593 sec. | ||
6386 | 2025.07.17 23:56:35.543225 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6387 | 2025.07.17 23:56:35.543341 [ 276 ] {9ec93335-a5a5-46a4-af7b-dbc740810c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6388 | 2025.07.17 23:56:35.543384 [ 276 ] {9ec93335-a5a5-46a4-af7b-dbc740810c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6389 | 2025.07.17 23:56:35.543433 [ 198 ] {97e9e053-2700-4610-a493-547689adb125::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1941 rows, containing 5 columns (5 merged, 0 gathered) in 0.001749097 sec., 1109715.4703255452 rows/sec., 97.16 MiB/sec. | ||
6390 | 2025.07.17 23:56:35.543703 [ 192 ] {97e9e053-2700-4610-a493-547689adb125::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
6391 | 2025.07.17 23:56:35.543826 [ 276 ] {9ec93335-a5a5-46a4-af7b-dbc740810c25} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6392 | 2025.07.17 23:56:35.543871 [ 276 ] {9ec93335-a5a5-46a4-af7b-dbc740810c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6393 | 2025.07.17 23:56:35.544031 [ 192 ] {97e9e053-2700-4610-a493-547689adb125::all_1_55_11} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6394 | 2025.07.17 23:56:35.544127 [ 192 ] {97e9e053-2700-4610-a493-547689adb125::all_1_55_11} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
6395 | 2025.07.17 23:56:35.544212 [ 276 ] {9ec93335-a5a5-46a4-af7b-dbc740810c25} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
6396 | 2025.07.17 23:56:35.544236 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
6397 | 2025.07.17 23:56:35.544438 [ 276 ] {9ec93335-a5a5-46a4-af7b-dbc740810c25} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6398 | 2025.07.17 23:56:35.544561 [ 128 ] {} <Debug> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
6399 | 2025.07.17 23:56:35.544577 [ 276 ] {9ec93335-a5a5-46a4-af7b-dbc740810c25} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001255 sec., 82868.52589641434 rows/sec., 6.47 MiB/sec. | ||
6400 | 2025.07.17 23:56:35.544591 [ 128 ] {} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6401 | 2025.07.17 23:56:35.544617 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6402 | 2025.07.17 23:56:35.544621 [ 276 ] {9ec93335-a5a5-46a4-af7b-dbc740810c25} <Debug> TCPHandler: Processed in 0.001454632 sec. | ||
6403 | 2025.07.17 23:56:35.544688 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
6404 | 2025.07.17 23:56:35.544749 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6405 | 2025.07.17 23:56:35.544801 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6406 | 2025.07.17 23:56:35.544831 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 634 rows starting from the beginning of the part | ||
6407 | 2025.07.17 23:56:35.544849 [ 276 ] {f8ec913e-d291-42ad-8725-6f19bc6bbdc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6408 | 2025.07.17 23:56:35.544906 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 104 rows starting from the beginning of the part | ||
6409 | 2025.07.17 23:56:35.544915 [ 276 ] {f8ec913e-d291-42ad-8725-6f19bc6bbdc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6410 | 2025.07.17 23:56:35.544950 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 66 rows starting from the beginning of the part | ||
6411 | 2025.07.17 23:56:35.544990 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 108 rows starting from the beginning of the part | ||
6412 | 2025.07.17 23:56:35.545024 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 66 rows starting from the beginning of the part | ||
6413 | 2025.07.17 23:56:35.545062 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 104 rows starting from the beginning of the part | ||
6414 | 2025.07.17 23:56:35.545328 [ 276 ] {f8ec913e-d291-42ad-8725-6f19bc6bbdc8} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6415 | 2025.07.17 23:56:35.545369 [ 276 ] {f8ec913e-d291-42ad-8725-6f19bc6bbdc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6416 | 2025.07.17 23:56:35.545735 [ 276 ] {f8ec913e-d291-42ad-8725-6f19bc6bbdc8} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
6417 | 2025.07.17 23:56:35.545915 [ 198 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.001258079 sec., 860041.3805492341 rows/sec., 69.08 MiB/sec. | ||
6418 | 2025.07.17 23:56:35.545945 [ 276 ] {f8ec913e-d291-42ad-8725-6f19bc6bbdc8} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6419 | 2025.07.17 23:56:35.546077 [ 276 ] {f8ec913e-d291-42ad-8725-6f19bc6bbdc8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001248 sec., 128205.1282051282 rows/sec., 8.93 MiB/sec. | ||
6420 | 2025.07.17 23:56:35.546114 [ 198 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
6421 | 2025.07.17 23:56:35.546119 [ 276 ] {f8ec913e-d291-42ad-8725-6f19bc6bbdc8} <Debug> TCPHandler: Processed in 0.001420421 sec. | ||
6422 | 2025.07.17 23:56:35.546247 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6423 | 2025.07.17 23:56:35.546345 [ 276 ] {91dc4d43-2745-40de-8912-92ded8879eba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6424 | 2025.07.17 23:56:35.546400 [ 276 ] {91dc4d43-2745-40de-8912-92ded8879eba} <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 | ||
6425 | 2025.07.17 23:56:35.546430 [ 198 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_55_11} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6426 | 2025.07.17 23:56:35.546521 [ 198 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_55_11} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
6427 | 2025.07.17 23:56:35.546617 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
6428 | 2025.07.17 23:56:35.547204 [ 276 ] {91dc4d43-2745-40de-8912-92ded8879eba} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6429 | 2025.07.17 23:56:35.547244 [ 276 ] {91dc4d43-2745-40de-8912-92ded8879eba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6430 | 2025.07.17 23:56:35.547800 [ 276 ] {91dc4d43-2745-40de-8912-92ded8879eba} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6431 | 2025.07.17 23:56:35.548010 [ 276 ] {91dc4d43-2745-40de-8912-92ded8879eba} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6432 | 2025.07.17 23:56:35.548150 [ 276 ] {91dc4d43-2745-40de-8912-92ded8879eba} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001823 sec., 21941.854086670322 rows/sec., 39.32 MiB/sec. | ||
6433 | 2025.07.17 23:56:35.548204 [ 276 ] {91dc4d43-2745-40de-8912-92ded8879eba} <Debug> TCPHandler: Processed in 0.00200692 sec. | ||
6434 | 2025.07.17 23:56:35.548318 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6435 | 2025.07.17 23:56:35.548413 [ 276 ] {46af2091-63b4-4125-a42e-703d8d053092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6436 | 2025.07.17 23:56:35.548455 [ 276 ] {46af2091-63b4-4125-a42e-703d8d053092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6437 | 2025.07.17 23:56:35.548795 [ 276 ] {46af2091-63b4-4125-a42e-703d8d053092} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6438 | 2025.07.17 23:56:35.548830 [ 276 ] {46af2091-63b4-4125-a42e-703d8d053092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6439 | 2025.07.17 23:56:35.549140 [ 276 ] {46af2091-63b4-4125-a42e-703d8d053092} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
6440 | 2025.07.17 23:56:35.549351 [ 276 ] {46af2091-63b4-4125-a42e-703d8d053092} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6441 | 2025.07.17 23:56:35.549477 [ 276 ] {46af2091-63b4-4125-a42e-703d8d053092} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. | ||
6442 | 2025.07.17 23:56:35.549513 [ 276 ] {46af2091-63b4-4125-a42e-703d8d053092} <Debug> TCPHandler: Processed in 0.00124511 sec. | ||
6443 | 2025.07.17 23:56:35.727003 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
6444 | 2025.07.17 23:56:35.727457 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6445 | 2025.07.17 23:56:35.727498 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6446 | 2025.07.17 23:56:35.727970 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6447 | 2025.07.17 23:56:35.728207 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6448 | 2025.07.17 23:56:35.728337 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
6449 | 2025.07.17 23:56:36.740601 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
6450 | 2025.07.17 23:56:36.757943 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6451 | 2025.07.17 23:56:36.758007 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6452 | 2025.07.17 23:56:36.764453 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6453 | 2025.07.17 23:56:36.765185 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6454 | 2025.07.17 23:56:36.768152 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
6455 | 2025.07.17 23:56:40.565257 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6456 | 2025.07.17 23:56:40.565456 [ 276 ] {5a136f3a-749b-46a2-b75d-931732dab57f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
6457 | 2025.07.17 23:56:40.565529 [ 276 ] {5a136f3a-749b-46a2-b75d-931732dab57f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
6458 | 2025.07.17 23:56:40.566216 [ 276 ] {5a136f3a-749b-46a2-b75d-931732dab57f} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6459 | 2025.07.17 23:56:40.566259 [ 276 ] {5a136f3a-749b-46a2-b75d-931732dab57f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6460 | 2025.07.17 23:56:40.566642 [ 276 ] {5a136f3a-749b-46a2-b75d-931732dab57f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6461 | 2025.07.17 23:56:40.566869 [ 276 ] {5a136f3a-749b-46a2-b75d-931732dab57f} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6462 | 2025.07.17 23:56:40.566989 [ 121 ] {} <Debug> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
6463 | 2025.07.17 23:56:40.567021 [ 276 ] {5a136f3a-749b-46a2-b75d-931732dab57f} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001621 sec., 14805.675508945094 rows/sec., 1.23 MiB/sec. | ||
6464 | 2025.07.17 23:56:40.567029 [ 121 ] {} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6465 | 2025.07.17 23:56:40.567054 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6466 | 2025.07.17 23:56:40.567068 [ 276 ] {5a136f3a-749b-46a2-b75d-931732dab57f} <Debug> TCPHandler: Processed in 0.00194455 sec. | ||
6467 | 2025.07.17 23:56:40.567182 [ 194 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
6468 | 2025.07.17 23:56:40.567194 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6469 | 2025.07.17 23:56:40.567334 [ 276 ] {7a777984-693f-4c7e-b1c8-47daf6a24cee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
6470 | 2025.07.17 23:56:40.567334 [ 194 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6471 | 2025.07.17 23:56:40.567382 [ 276 ] {7a777984-693f-4c7e-b1c8-47daf6a24cee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6472 | 2025.07.17 23:56:40.567387 [ 194 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 24 rows starting from the beginning of the part | ||
6473 | 2025.07.17 23:56:40.567471 [ 194 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part | ||
6474 | 2025.07.17 23:56:40.567517 [ 194 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part | ||
6475 | 2025.07.17 23:56:40.567560 [ 194 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
6476 | 2025.07.17 23:56:40.567602 [ 194 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part | ||
6477 | 2025.07.17 23:56:40.567799 [ 276 ] {7a777984-693f-4c7e-b1c8-47daf6a24cee} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6478 | 2025.07.17 23:56:40.567839 [ 276 ] {7a777984-693f-4c7e-b1c8-47daf6a24cee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6479 | 2025.07.17 23:56:40.568162 [ 276 ] {7a777984-693f-4c7e-b1c8-47daf6a24cee} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6480 | 2025.07.17 23:56:40.568379 [ 276 ] {7a777984-693f-4c7e-b1c8-47daf6a24cee} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6481 | 2025.07.17 23:56:40.568428 [ 191 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.00130215 sec., 92155.28164957954 rows/sec., 8.00 MiB/sec. | ||
6482 | 2025.07.17 23:56:40.568506 [ 276 ] {7a777984-693f-4c7e-b1c8-47daf6a24cee} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001195 sec., 1673.6401673640166 rows/sec., 136.47 KiB/sec. | ||
6483 | 2025.07.17 23:56:40.568549 [ 276 ] {7a777984-693f-4c7e-b1c8-47daf6a24cee} <Debug> TCPHandler: Processed in 0.001405842 sec. | ||
6484 | 2025.07.17 23:56:40.568582 [ 194 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
6485 | 2025.07.17 23:56:40.568659 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6486 | 2025.07.17 23:56:40.568758 [ 276 ] {fa131427-0c35-4a07-a5e3-813fdbcda6c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6487 | 2025.07.17 23:56:40.568800 [ 276 ] {fa131427-0c35-4a07-a5e3-813fdbcda6c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6488 | 2025.07.17 23:56:40.568852 [ 194 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_9_2} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6489 | 2025.07.17 23:56:40.568926 [ 194 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_9_2} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
6490 | 2025.07.17 23:56:40.568998 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6491 | 2025.07.17 23:56:40.569850 [ 276 ] {fa131427-0c35-4a07-a5e3-813fdbcda6c6} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6492 | 2025.07.17 23:56:40.569890 [ 276 ] {fa131427-0c35-4a07-a5e3-813fdbcda6c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6493 | 2025.07.17 23:56:40.570273 [ 276 ] {fa131427-0c35-4a07-a5e3-813fdbcda6c6} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
6494 | 2025.07.17 23:56:40.570475 [ 276 ] {fa131427-0c35-4a07-a5e3-813fdbcda6c6} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6495 | 2025.07.17 23:56:40.570598 [ 276 ] {fa131427-0c35-4a07-a5e3-813fdbcda6c6} <Debug> executeQuery: Read 1321 rows, 112.40 KiB in 0.001858 sec., 710979.5479009688 rows/sec., 59.08 MiB/sec. | ||
6496 | 2025.07.17 23:56:40.570634 [ 276 ] {fa131427-0c35-4a07-a5e3-813fdbcda6c6} <Debug> TCPHandler: Processed in 0.002022321 sec. | ||
6497 | 2025.07.17 23:56:40.570732 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6498 | 2025.07.17 23:56:40.570823 [ 276 ] {198db9d2-b0a2-48b3-8bb9-b267db97c0e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6499 | 2025.07.17 23:56:40.570861 [ 276 ] {198db9d2-b0a2-48b3-8bb9-b267db97c0e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6500 | 2025.07.17 23:56:40.571248 [ 276 ] {198db9d2-b0a2-48b3-8bb9-b267db97c0e9} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6501 | 2025.07.17 23:56:40.571281 [ 276 ] {198db9d2-b0a2-48b3-8bb9-b267db97c0e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6502 | 2025.07.17 23:56:40.571571 [ 276 ] {198db9d2-b0a2-48b3-8bb9-b267db97c0e9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6503 | 2025.07.17 23:56:40.571769 [ 276 ] {198db9d2-b0a2-48b3-8bb9-b267db97c0e9} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6504 | 2025.07.17 23:56:40.571889 [ 276 ] {198db9d2-b0a2-48b3-8bb9-b267db97c0e9} <Debug> executeQuery: Read 16 rows, 1.25 KiB in 0.001083 sec., 14773.776546629733 rows/sec., 1.13 MiB/sec. | ||
6505 | 2025.07.17 23:56:40.571925 [ 276 ] {198db9d2-b0a2-48b3-8bb9-b267db97c0e9} <Debug> TCPHandler: Processed in 0.001239659 sec. | ||
6506 | 2025.07.17 23:56:40.572023 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6507 | 2025.07.17 23:56:40.572115 [ 276 ] {ac6275a1-71d1-40c0-9f5a-b4a166a7e7f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
6508 | 2025.07.17 23:56:40.572152 [ 276 ] {ac6275a1-71d1-40c0-9f5a-b4a166a7e7f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6509 | 2025.07.17 23:56:40.572603 [ 276 ] {ac6275a1-71d1-40c0-9f5a-b4a166a7e7f8} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6510 | 2025.07.17 23:56:40.572637 [ 276 ] {ac6275a1-71d1-40c0-9f5a-b4a166a7e7f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6511 | 2025.07.17 23:56:40.572927 [ 276 ] {ac6275a1-71d1-40c0-9f5a-b4a166a7e7f8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6512 | 2025.07.17 23:56:40.573126 [ 276 ] {ac6275a1-71d1-40c0-9f5a-b4a166a7e7f8} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6513 | 2025.07.17 23:56:40.573248 [ 276 ] {ac6275a1-71d1-40c0-9f5a-b4a166a7e7f8} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001151 sec., 218940.05212858386 rows/sec., 15.14 MiB/sec. | ||
6514 | 2025.07.17 23:56:40.573284 [ 276 ] {ac6275a1-71d1-40c0-9f5a-b4a166a7e7f8} <Debug> TCPHandler: Processed in 0.00130696 sec. | ||
6515 | 2025.07.17 23:56:40.573389 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6516 | 2025.07.17 23:56:40.573480 [ 276 ] {f3db67fe-9bc5-463f-8e6b-c5365f59f7d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
6517 | 2025.07.17 23:56:40.573518 [ 276 ] {f3db67fe-9bc5-463f-8e6b-c5365f59f7d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6518 | 2025.07.17 23:56:40.573902 [ 276 ] {f3db67fe-9bc5-463f-8e6b-c5365f59f7d8} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6519 | 2025.07.17 23:56:40.573936 [ 276 ] {f3db67fe-9bc5-463f-8e6b-c5365f59f7d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6520 | 2025.07.17 23:56:40.574213 [ 276 ] {f3db67fe-9bc5-463f-8e6b-c5365f59f7d8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6521 | 2025.07.17 23:56:40.574405 [ 276 ] {f3db67fe-9bc5-463f-8e6b-c5365f59f7d8} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6522 | 2025.07.17 23:56:40.574485 [ 121 ] {} <Debug> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
6523 | 2025.07.17 23:56:40.574517 [ 121 ] {} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6524 | 2025.07.17 23:56:40.574522 [ 276 ] {f3db67fe-9bc5-463f-8e6b-c5365f59f7d8} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.00106 sec., 11320.754716981133 rows/sec., 884.43 KiB/sec. | ||
6525 | 2025.07.17 23:56:40.574535 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6526 | 2025.07.17 23:56:40.574559 [ 276 ] {f3db67fe-9bc5-463f-8e6b-c5365f59f7d8} <Debug> TCPHandler: Processed in 0.001217728 sec. | ||
6527 | 2025.07.17 23:56:40.574620 [ 198 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
6528 | 2025.07.17 23:56:40.574665 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6529 | 2025.07.17 23:56:40.574738 [ 198 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6530 | 2025.07.17 23:56:40.574767 [ 276 ] {208611dc-032f-456a-8172-79ee3670e636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6531 | 2025.07.17 23:56:40.574774 [ 198 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part | ||
6532 | 2025.07.17 23:56:40.574814 [ 276 ] {208611dc-032f-456a-8172-79ee3670e636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6533 | 2025.07.17 23:56:40.574854 [ 198 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part | ||
6534 | 2025.07.17 23:56:40.574911 [ 198 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part | ||
6535 | 2025.07.17 23:56:40.574957 [ 198 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part | ||
6536 | 2025.07.17 23:56:40.575002 [ 198 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part | ||
6537 | 2025.07.17 23:56:40.575388 [ 276 ] {208611dc-032f-456a-8172-79ee3670e636} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6538 | 2025.07.17 23:56:40.575428 [ 276 ] {208611dc-032f-456a-8172-79ee3670e636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6539 | 2025.07.17 23:56:40.575682 [ 201 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001101867 sec., 54453.03289779982 rows/sec., 4.36 MiB/sec. | ||
6540 | 2025.07.17 23:56:40.575782 [ 276 ] {208611dc-032f-456a-8172-79ee3670e636} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
6541 | 2025.07.17 23:56:40.575797 [ 198 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
6542 | 2025.07.17 23:56:40.576118 [ 276 ] {208611dc-032f-456a-8172-79ee3670e636} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6543 | 2025.07.17 23:56:40.576124 [ 198 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_9_2} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6544 | 2025.07.17 23:56:40.576208 [ 198 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_9_2} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
6545 | 2025.07.17 23:56:40.576264 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6546 | 2025.07.17 23:56:40.576270 [ 276 ] {208611dc-032f-456a-8172-79ee3670e636} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.00152 sec., 368421.05263157893 rows/sec., 27.62 MiB/sec. | ||
6547 | 2025.07.17 23:56:40.576319 [ 276 ] {208611dc-032f-456a-8172-79ee3670e636} <Debug> TCPHandler: Processed in 0.001700697 sec. | ||
6548 | 2025.07.17 23:56:40.576433 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6549 | 2025.07.17 23:56:40.576531 [ 276 ] {b38051b9-7f60-42a3-9507-37528eb6a2ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6550 | 2025.07.17 23:56:40.576575 [ 276 ] {b38051b9-7f60-42a3-9507-37528eb6a2ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6551 | 2025.07.17 23:56:40.577196 [ 276 ] {b38051b9-7f60-42a3-9507-37528eb6a2ac} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6552 | 2025.07.17 23:56:40.577243 [ 276 ] {b38051b9-7f60-42a3-9507-37528eb6a2ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6553 | 2025.07.17 23:56:40.577715 [ 276 ] {b38051b9-7f60-42a3-9507-37528eb6a2ac} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
6554 | 2025.07.17 23:56:40.577968 [ 276 ] {b38051b9-7f60-42a3-9507-37528eb6a2ac} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6555 | 2025.07.17 23:56:40.578081 [ 121 ] {} <Debug> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
6556 | 2025.07.17 23:56:40.578112 [ 121 ] {} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6557 | 2025.07.17 23:56:40.578121 [ 276 ] {b38051b9-7f60-42a3-9507-37528eb6a2ac} <Debug> executeQuery: Read 917 rows, 63.69 KiB in 0.00161 sec., 569565.2173913043 rows/sec., 38.63 MiB/sec. | ||
6558 | 2025.07.17 23:56:40.578129 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6559 | 2025.07.17 23:56:40.578159 [ 276 ] {b38051b9-7f60-42a3-9507-37528eb6a2ac} <Debug> TCPHandler: Processed in 0.001776568 sec. | ||
6560 | 2025.07.17 23:56:40.578231 [ 191 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
6561 | 2025.07.17 23:56:40.578272 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6562 | 2025.07.17 23:56:40.578363 [ 191 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6563 | 2025.07.17 23:56:40.578374 [ 276 ] {76a729be-4cd6-41d5-a219-26c0b534a050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6564 | 2025.07.17 23:56:40.578406 [ 191 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15007 rows starting from the beginning of the part | ||
6565 | 2025.07.17 23:56:40.578437 [ 276 ] {76a729be-4cd6-41d5-a219-26c0b534a050} <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 | ||
6566 | 2025.07.17 23:56:40.578476 [ 191 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
6567 | 2025.07.17 23:56:40.578526 [ 191 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 162 rows starting from the beginning of the part | ||
6568 | 2025.07.17 23:56:40.578570 [ 191 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
6569 | 2025.07.17 23:56:40.578609 [ 191 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
6570 | 2025.07.17 23:56:40.578648 [ 191 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 917 rows starting from the beginning of the part | ||
6571 | 2025.07.17 23:56:40.579202 [ 276 ] {76a729be-4cd6-41d5-a219-26c0b534a050} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6572 | 2025.07.17 23:56:40.579243 [ 276 ] {76a729be-4cd6-41d5-a219-26c0b534a050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6573 | 2025.07.17 23:56:40.579762 [ 276 ] {76a729be-4cd6-41d5-a219-26c0b534a050} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6574 | 2025.07.17 23:56:40.580022 [ 276 ] {76a729be-4cd6-41d5-a219-26c0b534a050} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6575 | 2025.07.17 23:56:40.580131 [ 121 ] {} <Debug> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6576 | 2025.07.17 23:56:40.580160 [ 121 ] {} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6577 | 2025.07.17 23:56:40.580161 [ 276 ] {76a729be-4cd6-41d5-a219-26c0b534a050} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001806 sec., 1107.4197120708748 rows/sec., 1.98 MiB/sec. | ||
6578 | 2025.07.17 23:56:40.580177 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6579 | 2025.07.17 23:56:40.580221 [ 276 ] {76a729be-4cd6-41d5-a219-26c0b534a050} <Debug> TCPHandler: Processed in 0.00199799 sec. | ||
6580 | 2025.07.17 23:56:40.580250 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
6581 | 2025.07.17 23:56:40.580333 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6582 | 2025.07.17 23:56:40.580434 [ 276 ] {2557ad70-d885-40f5-8b09-52d6a378ae19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6583 | 2025.07.17 23:56:40.580435 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6584 | 2025.07.17 23:56:40.580481 [ 276 ] {2557ad70-d885-40f5-8b09-52d6a378ae19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6585 | 2025.07.17 23:56:40.580495 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 925 rows starting from the beginning of the part | ||
6586 | 2025.07.17 23:56:40.580602 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 2 rows starting from the beginning of the part | ||
6587 | 2025.07.17 23:56:40.580695 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part | ||
6588 | 2025.07.17 23:56:40.580784 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 2 rows starting from the beginning of the part | ||
6589 | 2025.07.17 23:56:40.580848 [ 276 ] {2557ad70-d885-40f5-8b09-52d6a378ae19} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6590 | 2025.07.17 23:56:40.580874 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part | ||
6591 | 2025.07.17 23:56:40.580888 [ 276 ] {2557ad70-d885-40f5-8b09-52d6a378ae19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6592 | 2025.07.17 23:56:40.580961 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 2 rows starting from the beginning of the part | ||
6593 | 2025.07.17 23:56:40.581226 [ 276 ] {2557ad70-d885-40f5-8b09-52d6a378ae19} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
6594 | 2025.07.17 23:56:40.581479 [ 276 ] {2557ad70-d885-40f5-8b09-52d6a378ae19} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6595 | 2025.07.17 23:56:40.581578 [ 121 ] {} <Debug> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
6596 | 2025.07.17 23:56:40.581602 [ 121 ] {} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6597 | 2025.07.17 23:56:40.581612 [ 276 ] {2557ad70-d885-40f5-8b09-52d6a378ae19} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001196 sec., 50167.22408026756 rows/sec., 3.38 MiB/sec. | ||
6598 | 2025.07.17 23:56:40.581618 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6599 | 2025.07.17 23:56:40.581648 [ 276 ] {2557ad70-d885-40f5-8b09-52d6a378ae19} <Debug> TCPHandler: Processed in 0.001364212 sec. | ||
6600 | 2025.07.17 23:56:40.581711 [ 193 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
6601 | 2025.07.17 23:56:40.581817 [ 193 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6602 | 2025.07.17 23:56:40.581855 [ 193 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2808 rows starting from the beginning of the part | ||
6603 | 2025.07.17 23:56:40.581922 [ 193 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
6604 | 2025.07.17 23:56:40.581977 [ 193 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
6605 | 2025.07.17 23:56:40.582031 [ 193 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
6606 | 2025.07.17 23:56:40.582086 [ 193 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
6607 | 2025.07.17 23:56:40.582146 [ 193 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
6608 | 2025.07.17 23:56:40.583737 [ 186 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3108 rows, containing 4 columns (4 merged, 0 gathered) in 0.002070602 sec., 1501012.7489493394 rows/sec., 101.06 MiB/sec. | ||
6609 | 2025.07.17 23:56:40.584189 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
6610 | 2025.07.17 23:56:40.584360 [ 197 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16566 rows, containing 5 columns (5 merged, 0 gathered) in 0.006172795 sec., 2683711.3495588303 rows/sec., 184.30 MiB/sec. | ||
6611 | 2025.07.17 23:56:40.584537 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_56_11} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6612 | 2025.07.17 23:56:40.584568 [ 197 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
6613 | 2025.07.17 23:56:40.584627 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_56_11} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
6614 | 2025.07.17 23:56:40.584732 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
6615 | 2025.07.17 23:56:40.584883 [ 197 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6616 | 2025.07.17 23:56:40.584966 [ 197 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
6617 | 2025.07.17 23:56:40.585064 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. | ||
6618 | 2025.07.17 23:56:40.587224 [ 197 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1011 rows, containing 19 columns (19 merged, 0 gathered) in 0.007005557 sec., 144314.00672351962 rows/sec., 258.60 MiB/sec. | ||
6619 | 2025.07.17 23:56:40.588364 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6620 | 2025.07.17 23:56:40.588664 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6621 | 2025.07.17 23:56:40.588734 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6622 | 2025.07.17 23:56:40.588809 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.15 MiB. | ||
6623 | 2025.07.17 23:56:41.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.98 MiB, peak 284.43 MiB, free memory in arenas 0.00 B, will set to 276.60 MiB (RSS), difference: 4.61 MiB | ||
6624 | 2025.07.17 23:56:43.092150 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6625 | 2025.07.17 23:56:43.092217 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6626 | 2025.07.17 23:56:43.228398 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
6627 | 2025.07.17 23:56:43.228896 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6628 | 2025.07.17 23:56:43.228935 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6629 | 2025.07.17 23:56:43.229431 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6630 | 2025.07.17 23:56:43.229673 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6631 | 2025.07.17 23:56:43.229818 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
6632 | 2025.07.17 23:56:43.262091 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 904 | ||
6633 | 2025.07.17 23:56:43.264356 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6634 | 2025.07.17 23:56:43.264405 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6635 | 2025.07.17 23:56:43.265587 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6636 | 2025.07.17 23:56:43.265859 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6637 | 2025.07.17 23:56:43.266154 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 904 | ||
6638 | 2025.07.17 23:56:44.268231 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
6639 | 2025.07.17 23:56:44.286014 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6640 | 2025.07.17 23:56:44.286074 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6641 | 2025.07.17 23:56:44.292133 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6642 | 2025.07.17 23:56:44.292830 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6643 | 2025.07.17 23:56:44.295798 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
6644 | 2025.07.17 23:56:45.539238 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6645 | 2025.07.17 23:56:45.539435 [ 276 ] {c91ad02f-f6b3-4174-a0ce-050c8dc728c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6646 | 2025.07.17 23:56:45.539510 [ 276 ] {c91ad02f-f6b3-4174-a0ce-050c8dc728c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6647 | 2025.07.17 23:56:45.540227 [ 276 ] {c91ad02f-f6b3-4174-a0ce-050c8dc728c8} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6648 | 2025.07.17 23:56:45.540274 [ 276 ] {c91ad02f-f6b3-4174-a0ce-050c8dc728c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6649 | 2025.07.17 23:56:45.540662 [ 276 ] {c91ad02f-f6b3-4174-a0ce-050c8dc728c8} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
6650 | 2025.07.17 23:56:45.540880 [ 276 ] {c91ad02f-f6b3-4174-a0ce-050c8dc728c8} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6651 | 2025.07.17 23:56:45.541035 [ 276 ] {c91ad02f-f6b3-4174-a0ce-050c8dc728c8} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001651 sec., 82374.31859479104 rows/sec., 7.10 MiB/sec. | ||
6652 | 2025.07.17 23:56:45.541078 [ 276 ] {c91ad02f-f6b3-4174-a0ce-050c8dc728c8} <Debug> TCPHandler: Processed in 0.00197176 sec. | ||
6653 | 2025.07.17 23:56:45.541200 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6654 | 2025.07.17 23:56:45.541295 [ 276 ] {3ed47e69-54dd-4f52-81c4-997fb33d4cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6655 | 2025.07.17 23:56:45.541334 [ 276 ] {3ed47e69-54dd-4f52-81c4-997fb33d4cc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6656 | 2025.07.17 23:56:45.541743 [ 276 ] {3ed47e69-54dd-4f52-81c4-997fb33d4cc1} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6657 | 2025.07.17 23:56:45.541780 [ 276 ] {3ed47e69-54dd-4f52-81c4-997fb33d4cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6658 | 2025.07.17 23:56:45.542076 [ 276 ] {3ed47e69-54dd-4f52-81c4-997fb33d4cc1} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6659 | 2025.07.17 23:56:45.542275 [ 276 ] {3ed47e69-54dd-4f52-81c4-997fb33d4cc1} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6660 | 2025.07.17 23:56:45.542398 [ 276 ] {3ed47e69-54dd-4f52-81c4-997fb33d4cc1} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001123 sec., 35618.87800534283 rows/sec., 2.62 MiB/sec. | ||
6661 | 2025.07.17 23:56:45.542435 [ 276 ] {3ed47e69-54dd-4f52-81c4-997fb33d4cc1} <Debug> TCPHandler: Processed in 0.00128509 sec. | ||
6662 | 2025.07.17 23:56:45.542533 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6663 | 2025.07.17 23:56:45.542627 [ 276 ] {3ab8e997-f55a-4ab8-9da8-48ae0112f028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6664 | 2025.07.17 23:56:45.542665 [ 276 ] {3ab8e997-f55a-4ab8-9da8-48ae0112f028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6665 | 2025.07.17 23:56:45.543089 [ 276 ] {3ab8e997-f55a-4ab8-9da8-48ae0112f028} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6666 | 2025.07.17 23:56:45.543125 [ 276 ] {3ab8e997-f55a-4ab8-9da8-48ae0112f028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6667 | 2025.07.17 23:56:45.543419 [ 276 ] {3ab8e997-f55a-4ab8-9da8-48ae0112f028} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
6668 | 2025.07.17 23:56:45.543635 [ 276 ] {3ab8e997-f55a-4ab8-9da8-48ae0112f028} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6669 | 2025.07.17 23:56:45.543759 [ 276 ] {3ab8e997-f55a-4ab8-9da8-48ae0112f028} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.00115 sec., 90434.78260869565 rows/sec., 7.06 MiB/sec. | ||
6670 | 2025.07.17 23:56:45.543796 [ 276 ] {3ab8e997-f55a-4ab8-9da8-48ae0112f028} <Debug> TCPHandler: Processed in 0.00130982 sec. | ||
6671 | 2025.07.17 23:56:45.543905 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6672 | 2025.07.17 23:56:45.543999 [ 276 ] {efa97a35-9c96-426d-b79d-ce37af8d276a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6673 | 2025.07.17 23:56:45.544041 [ 276 ] {efa97a35-9c96-426d-b79d-ce37af8d276a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6674 | 2025.07.17 23:56:45.544440 [ 276 ] {efa97a35-9c96-426d-b79d-ce37af8d276a} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6675 | 2025.07.17 23:56:45.544476 [ 276 ] {efa97a35-9c96-426d-b79d-ce37af8d276a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6676 | 2025.07.17 23:56:45.544792 [ 276 ] {efa97a35-9c96-426d-b79d-ce37af8d276a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
6677 | 2025.07.17 23:56:45.544992 [ 276 ] {efa97a35-9c96-426d-b79d-ce37af8d276a} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6678 | 2025.07.17 23:56:45.545117 [ 276 ] {efa97a35-9c96-426d-b79d-ce37af8d276a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001136 sec., 140845.0704225352 rows/sec., 9.81 MiB/sec. | ||
6679 | 2025.07.17 23:56:45.545153 [ 276 ] {efa97a35-9c96-426d-b79d-ce37af8d276a} <Debug> TCPHandler: Processed in 0.00129589 sec. | ||
6680 | 2025.07.17 23:56:45.545259 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6681 | 2025.07.17 23:56:45.545380 [ 276 ] {fd6bb212-59a5-4179-b073-dbb3229d35d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6682 | 2025.07.17 23:56:45.545443 [ 276 ] {fd6bb212-59a5-4179-b073-dbb3229d35d7} <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 | ||
6683 | 2025.07.17 23:56:45.546385 [ 276 ] {fd6bb212-59a5-4179-b073-dbb3229d35d7} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6684 | 2025.07.17 23:56:45.546422 [ 276 ] {fd6bb212-59a5-4179-b073-dbb3229d35d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6685 | 2025.07.17 23:56:45.546979 [ 276 ] {fd6bb212-59a5-4179-b073-dbb3229d35d7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6686 | 2025.07.17 23:56:45.547192 [ 276 ] {fd6bb212-59a5-4179-b073-dbb3229d35d7} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6687 | 2025.07.17 23:56:45.547323 [ 276 ] {fd6bb212-59a5-4179-b073-dbb3229d35d7} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001969 sec., 20314.880650076182 rows/sec., 36.40 MiB/sec. | ||
6688 | 2025.07.17 23:56:45.547374 [ 276 ] {fd6bb212-59a5-4179-b073-dbb3229d35d7} <Debug> TCPHandler: Processed in 0.002166863 sec. | ||
6689 | 2025.07.17 23:56:45.547479 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6690 | 2025.07.17 23:56:45.547571 [ 276 ] {1988d7c6-6db8-4b96-a06e-6797a9e69ca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6691 | 2025.07.17 23:56:45.547611 [ 276 ] {1988d7c6-6db8-4b96-a06e-6797a9e69ca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6692 | 2025.07.17 23:56:45.547940 [ 276 ] {1988d7c6-6db8-4b96-a06e-6797a9e69ca0} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6693 | 2025.07.17 23:56:45.547975 [ 276 ] {1988d7c6-6db8-4b96-a06e-6797a9e69ca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6694 | 2025.07.17 23:56:45.548273 [ 276 ] {1988d7c6-6db8-4b96-a06e-6797a9e69ca0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
6695 | 2025.07.17 23:56:45.548482 [ 276 ] {1988d7c6-6db8-4b96-a06e-6797a9e69ca0} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6696 | 2025.07.17 23:56:45.548604 [ 276 ] {1988d7c6-6db8-4b96-a06e-6797a9e69ca0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. | ||
6697 | 2025.07.17 23:56:45.548638 [ 276 ] {1988d7c6-6db8-4b96-a06e-6797a9e69ca0} <Debug> TCPHandler: Processed in 0.001206749 sec. | ||
6698 | 2025.07.17 23:56:50.543067 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6699 | 2025.07.17 23:56:50.543349 [ 276 ] {5791ce44-b903-49bd-b278-55d6d35a4536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6700 | 2025.07.17 23:56:50.543444 [ 276 ] {5791ce44-b903-49bd-b278-55d6d35a4536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6701 | 2025.07.17 23:56:50.544397 [ 276 ] {5791ce44-b903-49bd-b278-55d6d35a4536} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6702 | 2025.07.17 23:56:50.544460 [ 276 ] {5791ce44-b903-49bd-b278-55d6d35a4536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6703 | 2025.07.17 23:56:50.545000 [ 276 ] {5791ce44-b903-49bd-b278-55d6d35a4536} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
6704 | 2025.07.17 23:56:50.545307 [ 276 ] {5791ce44-b903-49bd-b278-55d6d35a4536} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6705 | 2025.07.17 23:56:50.545522 [ 276 ] {5791ce44-b903-49bd-b278-55d6d35a4536} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.002244 sec., 26737.967914438505 rows/sec., 2.08 MiB/sec. | ||
6706 | 2025.07.17 23:56:50.545581 [ 276 ] {5791ce44-b903-49bd-b278-55d6d35a4536} <Debug> TCPHandler: Processed in 0.002730402 sec. | ||
6707 | 2025.07.17 23:56:50.545774 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6708 | 2025.07.17 23:56:50.545904 [ 276 ] {31ff77ce-a065-405d-ad85-4c7dbdb9b0a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6709 | 2025.07.17 23:56:50.545958 [ 276 ] {31ff77ce-a065-405d-ad85-4c7dbdb9b0a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6710 | 2025.07.17 23:56:50.546527 [ 276 ] {31ff77ce-a065-405d-ad85-4c7dbdb9b0a0} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6711 | 2025.07.17 23:56:50.546572 [ 276 ] {31ff77ce-a065-405d-ad85-4c7dbdb9b0a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6712 | 2025.07.17 23:56:50.547028 [ 276 ] {31ff77ce-a065-405d-ad85-4c7dbdb9b0a0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6713 | 2025.07.17 23:56:50.547335 [ 276 ] {31ff77ce-a065-405d-ad85-4c7dbdb9b0a0} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6714 | 2025.07.17 23:56:50.547507 [ 276 ] {31ff77ce-a065-405d-ad85-4c7dbdb9b0a0} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001633 sec., 1224.739742804654 rows/sec., 92.09 KiB/sec. | ||
6715 | 2025.07.17 23:56:50.547558 [ 276 ] {31ff77ce-a065-405d-ad85-4c7dbdb9b0a0} <Debug> TCPHandler: Processed in 0.001848819 sec. | ||
6716 | 2025.07.17 23:56:50.547729 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6717 | 2025.07.17 23:56:50.547846 [ 276 ] {f5b4d9cd-53d7-47f8-9c2a-db2aa25d472b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6718 | 2025.07.17 23:56:50.547899 [ 276 ] {f5b4d9cd-53d7-47f8-9c2a-db2aa25d472b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6719 | 2025.07.17 23:56:50.548562 [ 276 ] {f5b4d9cd-53d7-47f8-9c2a-db2aa25d472b} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6720 | 2025.07.17 23:56:50.548608 [ 276 ] {f5b4d9cd-53d7-47f8-9c2a-db2aa25d472b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6721 | 2025.07.17 23:56:50.549086 [ 276 ] {f5b4d9cd-53d7-47f8-9c2a-db2aa25d472b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
6722 | 2025.07.17 23:56:50.549428 [ 276 ] {f5b4d9cd-53d7-47f8-9c2a-db2aa25d472b} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6723 | 2025.07.17 23:56:50.549611 [ 276 ] {f5b4d9cd-53d7-47f8-9c2a-db2aa25d472b} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00179 sec., 36871.50837988827 rows/sec., 2.88 MiB/sec. | ||
6724 | 2025.07.17 23:56:50.549664 [ 276 ] {f5b4d9cd-53d7-47f8-9c2a-db2aa25d472b} <Debug> TCPHandler: Processed in 0.001996981 sec. | ||
6725 | 2025.07.17 23:56:50.549869 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6726 | 2025.07.17 23:56:50.549994 [ 276 ] {b101aba4-ab44-43be-bb8c-f959ddda5908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6727 | 2025.07.17 23:56:50.550052 [ 276 ] {b101aba4-ab44-43be-bb8c-f959ddda5908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6728 | 2025.07.17 23:56:50.550701 [ 276 ] {b101aba4-ab44-43be-bb8c-f959ddda5908} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6729 | 2025.07.17 23:56:50.550756 [ 276 ] {b101aba4-ab44-43be-bb8c-f959ddda5908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6730 | 2025.07.17 23:56:50.551177 [ 276 ] {b101aba4-ab44-43be-bb8c-f959ddda5908} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
6731 | 2025.07.17 23:56:50.551462 [ 276 ] {b101aba4-ab44-43be-bb8c-f959ddda5908} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6732 | 2025.07.17 23:56:50.551637 [ 276 ] {b101aba4-ab44-43be-bb8c-f959ddda5908} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001671 sec., 95751.04727707959 rows/sec., 6.67 MiB/sec. | ||
6733 | 2025.07.17 23:56:50.551689 [ 276 ] {b101aba4-ab44-43be-bb8c-f959ddda5908} <Debug> TCPHandler: Processed in 0.001891259 sec. | ||
6734 | 2025.07.17 23:56:50.551858 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6735 | 2025.07.17 23:56:50.551976 [ 276 ] {dd2a182b-7740-46e1-a444-8fc4c02a5864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6736 | 2025.07.17 23:56:50.552040 [ 276 ] {dd2a182b-7740-46e1-a444-8fc4c02a5864} <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 | ||
6737 | 2025.07.17 23:56:50.553017 [ 276 ] {dd2a182b-7740-46e1-a444-8fc4c02a5864} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6738 | 2025.07.17 23:56:50.553065 [ 276 ] {dd2a182b-7740-46e1-a444-8fc4c02a5864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6739 | 2025.07.17 23:56:50.553743 [ 276 ] {dd2a182b-7740-46e1-a444-8fc4c02a5864} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6740 | 2025.07.17 23:56:50.554042 [ 276 ] {dd2a182b-7740-46e1-a444-8fc4c02a5864} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6741 | 2025.07.17 23:56:50.554228 [ 276 ] {dd2a182b-7740-46e1-a444-8fc4c02a5864} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002273 sec., 879.8944126704796 rows/sec., 1.58 MiB/sec. | ||
6742 | 2025.07.17 23:56:50.554335 [ 276 ] {dd2a182b-7740-46e1-a444-8fc4c02a5864} <Debug> TCPHandler: Processed in 0.002542229 sec. | ||
6743 | 2025.07.17 23:56:50.554507 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6744 | 2025.07.17 23:56:50.554630 [ 276 ] {fe5f2e22-f1de-448d-8f2d-639cf8e0e106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6745 | 2025.07.17 23:56:50.554685 [ 276 ] {fe5f2e22-f1de-448d-8f2d-639cf8e0e106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6746 | 2025.07.17 23:56:50.555210 [ 276 ] {fe5f2e22-f1de-448d-8f2d-639cf8e0e106} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6747 | 2025.07.17 23:56:50.555257 [ 276 ] {fe5f2e22-f1de-448d-8f2d-639cf8e0e106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6748 | 2025.07.17 23:56:50.555673 [ 276 ] {fe5f2e22-f1de-448d-8f2d-639cf8e0e106} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
6749 | 2025.07.17 23:56:50.555984 [ 276 ] {fe5f2e22-f1de-448d-8f2d-639cf8e0e106} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6750 | 2025.07.17 23:56:50.556192 [ 276 ] {fe5f2e22-f1de-448d-8f2d-639cf8e0e106} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001586 sec., 37831.02143757881 rows/sec., 2.55 MiB/sec. | ||
6751 | 2025.07.17 23:56:50.556249 [ 276 ] {fe5f2e22-f1de-448d-8f2d-639cf8e0e106} <Debug> TCPHandler: Processed in 0.001808747 sec. | ||
6752 | 2025.07.17 23:56:50.729983 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
6753 | 2025.07.17 23:56:50.730673 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6754 | 2025.07.17 23:56:50.730737 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6755 | 2025.07.17 23:56:50.731404 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6756 | 2025.07.17 23:56:50.731709 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6757 | 2025.07.17 23:56:50.731883 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
6758 | 2025.07.17 23:56:50.731883 [ 111 ] {} <Debug> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6759 | 2025.07.17 23:56:50.731958 [ 111 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6760 | 2025.07.17 23:56:50.731982 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6761 | 2025.07.17 23:56:50.732119 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::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 | ||
6762 | 2025.07.17 23:56:50.732284 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6763 | 2025.07.17 23:56:50.732346 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part | ||
6764 | 2025.07.17 23:56:50.732444 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part | ||
6765 | 2025.07.17 23:56:50.732517 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part | ||
6766 | 2025.07.17 23:56:50.732584 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part | ||
6767 | 2025.07.17 23:56:50.732651 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part | ||
6768 | 2025.07.17 23:56:50.732718 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part | ||
6769 | 2025.07.17 23:56:50.735676 [ 196 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.003618225 sec., 5192601.344581943 rows/sec., 74.28 MiB/sec. | ||
6770 | 2025.07.17 23:56:50.735969 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6771 | 2025.07.17 23:56:50.736272 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_41_8} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6772 | 2025.07.17 23:56:50.736353 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_41_8} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6773 | 2025.07.17 23:56:50.736466 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
6774 | 2025.07.17 23:56:51.795909 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
6775 | 2025.07.17 23:56:51.814480 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6776 | 2025.07.17 23:56:51.814534 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6777 | 2025.07.17 23:56:51.820915 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6778 | 2025.07.17 23:56:51.821645 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6779 | 2025.07.17 23:56:51.821947 [ 109 ] {} <Debug> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6780 | 2025.07.17 23:56:51.822017 [ 109 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6781 | 2025.07.17 23:56:51.822041 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6782 | 2025.07.17 23:56:51.822179 [ 190 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::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 | ||
6783 | 2025.07.17 23:56:51.825036 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
6784 | 2025.07.17 23:56:51.826248 [ 190 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6785 | 2025.07.17 23:56:51.827805 [ 190 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part | ||
6786 | 2025.07.17 23:56:51.832683 [ 190 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part | ||
6787 | 2025.07.17 23:56:51.837228 [ 190 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part | ||
6788 | 2025.07.17 23:56:51.841825 [ 190 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part | ||
6789 | 2025.07.17 23:56:51.846417 [ 190 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part | ||
6790 | 2025.07.17 23:56:51.850218 [ 190 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part | ||
6791 | 2025.07.17 23:56:51.900167 [ 197 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.078050602 sec., 3958.970105060817 rows/sec., 20.47 MiB/sec. | ||
6792 | 2025.07.17 23:56:51.902607 [ 200 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6793 | 2025.07.17 23:56:51.904621 [ 200 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_41_8} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6794 | 2025.07.17 23:56:51.904702 [ 200 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_41_8} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6795 | 2025.07.17 23:56:51.907304 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
6796 | 2025.07.17 23:56:53.266400 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 928 | ||
6797 | 2025.07.17 23:56:53.268510 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6798 | 2025.07.17 23:56:53.268552 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6799 | 2025.07.17 23:56:53.269723 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6800 | 2025.07.17 23:56:53.269982 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6801 | 2025.07.17 23:56:53.270228 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 928 | ||
6802 | 2025.07.17 23:56:55.539105 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6803 | 2025.07.17 23:56:55.539285 [ 276 ] {a45252bd-4464-47f1-8437-fae773d8f1d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
6804 | 2025.07.17 23:56:55.539354 [ 276 ] {a45252bd-4464-47f1-8437-fae773d8f1d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6805 | 2025.07.17 23:56:55.539989 [ 276 ] {a45252bd-4464-47f1-8437-fae773d8f1d6} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6806 | 2025.07.17 23:56:55.540040 [ 276 ] {a45252bd-4464-47f1-8437-fae773d8f1d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6807 | 2025.07.17 23:56:55.540428 [ 276 ] {a45252bd-4464-47f1-8437-fae773d8f1d6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6808 | 2025.07.17 23:56:55.540650 [ 276 ] {a45252bd-4464-47f1-8437-fae773d8f1d6} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6809 | 2025.07.17 23:56:55.540819 [ 276 ] {a45252bd-4464-47f1-8437-fae773d8f1d6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001584 sec., 1262.6262626262628 rows/sec., 102.96 KiB/sec. | ||
6810 | 2025.07.17 23:56:55.540871 [ 276 ] {a45252bd-4464-47f1-8437-fae773d8f1d6} <Debug> TCPHandler: Processed in 0.001895499 sec. | ||
6811 | 2025.07.17 23:56:55.540996 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6812 | 2025.07.17 23:56:55.541101 [ 276 ] {d9ca81d0-cc9d-4eab-9309-c0d858ad96b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6813 | 2025.07.17 23:56:55.541145 [ 276 ] {d9ca81d0-cc9d-4eab-9309-c0d858ad96b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6814 | 2025.07.17 23:56:55.541635 [ 276 ] {d9ca81d0-cc9d-4eab-9309-c0d858ad96b7} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6815 | 2025.07.17 23:56:55.541671 [ 276 ] {d9ca81d0-cc9d-4eab-9309-c0d858ad96b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6816 | 2025.07.17 23:56:55.542018 [ 276 ] {d9ca81d0-cc9d-4eab-9309-c0d858ad96b7} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
6817 | 2025.07.17 23:56:55.542227 [ 276 ] {d9ca81d0-cc9d-4eab-9309-c0d858ad96b7} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6818 | 2025.07.17 23:56:55.542362 [ 276 ] {d9ca81d0-cc9d-4eab-9309-c0d858ad96b7} <Debug> executeQuery: Read 137 rows, 12.07 KiB in 0.001284 sec., 106697.81931464175 rows/sec., 9.18 MiB/sec. | ||
6819 | 2025.07.17 23:56:55.542401 [ 276 ] {d9ca81d0-cc9d-4eab-9309-c0d858ad96b7} <Debug> TCPHandler: Processed in 0.001458172 sec. | ||
6820 | 2025.07.17 23:56:55.542516 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6821 | 2025.07.17 23:56:55.542614 [ 276 ] {213b21cc-8d5d-486c-bbee-3e09612c2bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6822 | 2025.07.17 23:56:55.542656 [ 276 ] {213b21cc-8d5d-486c-bbee-3e09612c2bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6823 | 2025.07.17 23:56:55.543065 [ 276 ] {213b21cc-8d5d-486c-bbee-3e09612c2bef} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6824 | 2025.07.17 23:56:55.543099 [ 276 ] {213b21cc-8d5d-486c-bbee-3e09612c2bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6825 | 2025.07.17 23:56:55.543402 [ 276 ] {213b21cc-8d5d-486c-bbee-3e09612c2bef} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6826 | 2025.07.17 23:56:55.543639 [ 276 ] {213b21cc-8d5d-486c-bbee-3e09612c2bef} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6827 | 2025.07.17 23:56:55.543760 [ 105 ] {} <Debug> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6828 | 2025.07.17 23:56:55.543793 [ 276 ] {213b21cc-8d5d-486c-bbee-3e09612c2bef} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.001196 sec., 35117.05685618729 rows/sec., 2.57 MiB/sec. | ||
6829 | 2025.07.17 23:56:55.543801 [ 105 ] {} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6830 | 2025.07.17 23:56:55.543829 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6831 | 2025.07.17 23:56:55.543838 [ 276 ] {213b21cc-8d5d-486c-bbee-3e09612c2bef} <Debug> TCPHandler: Processed in 0.001371171 sec. | ||
6832 | 2025.07.17 23:56:55.543962 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
6833 | 2025.07.17 23:56:55.543980 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6834 | 2025.07.17 23:56:55.544112 [ 276 ] {f3552b0f-a9ca-411c-aaf9-87fa6230eb34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6835 | 2025.07.17 23:56:55.544147 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6836 | 2025.07.17 23:56:55.544160 [ 276 ] {f3552b0f-a9ca-411c-aaf9-87fa6230eb34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6837 | 2025.07.17 23:56:55.544196 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 72 rows starting from the beginning of the part | ||
6838 | 2025.07.17 23:56:55.544279 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 40 rows starting from the beginning of the part | ||
6839 | 2025.07.17 23:56:55.544334 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 16 rows starting from the beginning of the part | ||
6840 | 2025.07.17 23:56:55.544384 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part | ||
6841 | 2025.07.17 23:56:55.544429 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 2 rows starting from the beginning of the part | ||
6842 | 2025.07.17 23:56:55.544472 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 42 rows starting from the beginning of the part | ||
6843 | 2025.07.17 23:56:55.544692 [ 276 ] {f3552b0f-a9ca-411c-aaf9-87fa6230eb34} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6844 | 2025.07.17 23:56:55.544741 [ 276 ] {f3552b0f-a9ca-411c-aaf9-87fa6230eb34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
6845 | 2025.07.17 23:56:55.545162 [ 276 ] {f3552b0f-a9ca-411c-aaf9-87fa6230eb34} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
6846 | 2025.07.17 23:56:55.545351 [ 188 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 212 rows, containing 5 columns (5 merged, 0 gathered) in 0.001451552 sec., 146050.57207733515 rows/sec., 11.28 MiB/sec. | ||
6847 | 2025.07.17 23:56:55.545417 [ 276 ] {f3552b0f-a9ca-411c-aaf9-87fa6230eb34} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6848 | 2025.07.17 23:56:55.545505 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6849 | 2025.07.17 23:56:55.545575 [ 276 ] {f3552b0f-a9ca-411c-aaf9-87fa6230eb34} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.001485 sec., 71380.47138047138 rows/sec., 5.58 MiB/sec. | ||
6850 | 2025.07.17 23:56:55.545626 [ 276 ] {f3552b0f-a9ca-411c-aaf9-87fa6230eb34} <Debug> TCPHandler: Processed in 0.001705397 sec. | ||
6851 | 2025.07.17 23:56:55.545763 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6852 | 2025.07.17 23:56:55.545779 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_51_10} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6853 | 2025.07.17 23:56:55.545865 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_51_10} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6854 | 2025.07.17 23:56:55.545877 [ 276 ] {12bb0b98-6cd5-420a-9771-fe754a7e896d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6855 | 2025.07.17 23:56:55.545936 [ 276 ] {12bb0b98-6cd5-420a-9771-fe754a7e896d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6856 | 2025.07.17 23:56:55.545943 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
6857 | 2025.07.17 23:56:55.546353 [ 276 ] {12bb0b98-6cd5-420a-9771-fe754a7e896d} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6858 | 2025.07.17 23:56:55.546393 [ 276 ] {12bb0b98-6cd5-420a-9771-fe754a7e896d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6859 | 2025.07.17 23:56:55.546724 [ 276 ] {12bb0b98-6cd5-420a-9771-fe754a7e896d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
6860 | 2025.07.17 23:56:55.546935 [ 276 ] {12bb0b98-6cd5-420a-9771-fe754a7e896d} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6861 | 2025.07.17 23:56:55.547063 [ 276 ] {12bb0b98-6cd5-420a-9771-fe754a7e896d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001208 sec., 133278.14569536422 rows/sec., 9.28 MiB/sec. | ||
6862 | 2025.07.17 23:56:55.547099 [ 276 ] {12bb0b98-6cd5-420a-9771-fe754a7e896d} <Debug> TCPHandler: Processed in 0.001397842 sec. | ||
6863 | 2025.07.17 23:56:55.547213 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6864 | 2025.07.17 23:56:55.547308 [ 276 ] {dc73b00f-37b6-43f9-96ec-073efef338ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6865 | 2025.07.17 23:56:55.547364 [ 276 ] {dc73b00f-37b6-43f9-96ec-073efef338ff} <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 | ||
6866 | 2025.07.17 23:56:55.548196 [ 276 ] {dc73b00f-37b6-43f9-96ec-073efef338ff} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6867 | 2025.07.17 23:56:55.548231 [ 276 ] {dc73b00f-37b6-43f9-96ec-073efef338ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6868 | 2025.07.17 23:56:55.548826 [ 276 ] {dc73b00f-37b6-43f9-96ec-073efef338ff} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6869 | 2025.07.17 23:56:55.549067 [ 276 ] {dc73b00f-37b6-43f9-96ec-073efef338ff} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6870 | 2025.07.17 23:56:55.549204 [ 276 ] {dc73b00f-37b6-43f9-96ec-073efef338ff} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001914 sec., 20898.641588296763 rows/sec., 37.45 MiB/sec. | ||
6871 | 2025.07.17 23:56:55.549259 [ 276 ] {dc73b00f-37b6-43f9-96ec-073efef338ff} <Debug> TCPHandler: Processed in 0.002094082 sec. | ||
6872 | 2025.07.17 23:56:55.549372 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6873 | 2025.07.17 23:56:55.549467 [ 276 ] {b32bcfc6-7967-4613-bb3c-dd015abce32b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6874 | 2025.07.17 23:56:55.549509 [ 276 ] {b32bcfc6-7967-4613-bb3c-dd015abce32b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6875 | 2025.07.17 23:56:55.549844 [ 276 ] {b32bcfc6-7967-4613-bb3c-dd015abce32b} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6876 | 2025.07.17 23:56:55.549879 [ 276 ] {b32bcfc6-7967-4613-bb3c-dd015abce32b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.81 GiB. | ||
6877 | 2025.07.17 23:56:55.550186 [ 276 ] {b32bcfc6-7967-4613-bb3c-dd015abce32b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
6878 | 2025.07.17 23:56:55.550395 [ 276 ] {b32bcfc6-7967-4613-bb3c-dd015abce32b} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6879 | 2025.07.17 23:56:55.550521 [ 276 ] {b32bcfc6-7967-4613-bb3c-dd015abce32b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. | ||
6880 | 2025.07.17 23:56:55.550557 [ 276 ] {b32bcfc6-7967-4613-bb3c-dd015abce32b} <Debug> TCPHandler: Processed in 0.001233459 sec. | ||
6881 | 2025.07.17 23:56:58.092272 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6882 | 2025.07.17 23:56:58.092340 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6883 | 2025.07.17 23:56:58.231991 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
6884 | 2025.07.17 23:56:58.232630 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6885 | 2025.07.17 23:56:58.232690 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
6886 | 2025.07.17 23:56:58.233310 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6887 | 2025.07.17 23:56:58.233556 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6888 | 2025.07.17 23:56:58.233697 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
6889 | 2025.07.17 23:56:59.325164 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
6890 | 2025.07.17 23:56:59.340329 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6891 | 2025.07.17 23:56:59.340378 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
6892 | 2025.07.17 23:56:59.345546 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6893 | 2025.07.17 23:56:59.346228 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6894 | 2025.07.17 23:56:59.348810 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
6895 | 2025.07.17 23:57:00.537227 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6896 | 2025.07.17 23:57:00.537432 [ 276 ] {6d5feaf4-7bba-492f-9530-de12b4115c13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6897 | 2025.07.17 23:57:00.537507 [ 276 ] {6d5feaf4-7bba-492f-9530-de12b4115c13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6898 | 2025.07.17 23:57:00.538201 [ 276 ] {6d5feaf4-7bba-492f-9530-de12b4115c13} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6899 | 2025.07.17 23:57:00.538246 [ 276 ] {6d5feaf4-7bba-492f-9530-de12b4115c13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
6900 | 2025.07.17 23:57:00.538671 [ 276 ] {6d5feaf4-7bba-492f-9530-de12b4115c13} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
6901 | 2025.07.17 23:57:00.538903 [ 276 ] {6d5feaf4-7bba-492f-9530-de12b4115c13} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6902 | 2025.07.17 23:57:00.539047 [ 101 ] {} <Debug> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
6903 | 2025.07.17 23:57:00.539062 [ 276 ] {6d5feaf4-7bba-492f-9530-de12b4115c13} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.001686 sec., 35587.18861209964 rows/sec., 2.76 MiB/sec. | ||
6904 | 2025.07.17 23:57:00.539089 [ 101 ] {} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6905 | 2025.07.17 23:57:00.539109 [ 276 ] {6d5feaf4-7bba-492f-9530-de12b4115c13} <Debug> TCPHandler: Processed in 0.002022461 sec. | ||
6906 | 2025.07.17 23:57:00.539111 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
6907 | 2025.07.17 23:57:00.539238 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6908 | 2025.07.17 23:57:00.539284 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full | ||
6909 | 2025.07.17 23:57:00.539337 [ 276 ] {051b913b-c2eb-4f28-8a65-f6a07079f757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6910 | 2025.07.17 23:57:00.539390 [ 276 ] {051b913b-c2eb-4f28-8a65-f6a07079f757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6911 | 2025.07.17 23:57:00.539500 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6912 | 2025.07.17 23:57:00.539561 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 1411 rows starting from the beginning of the part | ||
6913 | 2025.07.17 23:57:00.539668 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1321 rows starting from the beginning of the part | ||
6914 | 2025.07.17 23:57:00.539746 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 136 rows starting from the beginning of the part | ||
6915 | 2025.07.17 23:57:00.539798 [ 276 ] {051b913b-c2eb-4f28-8a65-f6a07079f757} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6916 | 2025.07.17 23:57:00.539817 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
6917 | 2025.07.17 23:57:00.539845 [ 276 ] {051b913b-c2eb-4f28-8a65-f6a07079f757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
6918 | 2025.07.17 23:57:00.539868 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 137 rows starting from the beginning of the part | ||
6919 | 2025.07.17 23:57:00.539914 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
6920 | 2025.07.17 23:57:00.540177 [ 276 ] {051b913b-c2eb-4f28-8a65-f6a07079f757} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6921 | 2025.07.17 23:57:00.540417 [ 276 ] {051b913b-c2eb-4f28-8a65-f6a07079f757} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6922 | 2025.07.17 23:57:00.540556 [ 276 ] {051b913b-c2eb-4f28-8a65-f6a07079f757} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.00124 sec., 1612.9032258064517 rows/sec., 121.28 KiB/sec. | ||
6923 | 2025.07.17 23:57:00.540597 [ 276 ] {051b913b-c2eb-4f28-8a65-f6a07079f757} <Debug> TCPHandler: Processed in 0.001410521 sec. | ||
6924 | 2025.07.17 23:57:00.540703 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6925 | 2025.07.17 23:57:00.540798 [ 276 ] {4f8c4f89-8833-4a84-9ffa-2988d9598c7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6926 | 2025.07.17 23:57:00.540851 [ 276 ] {4f8c4f89-8833-4a84-9ffa-2988d9598c7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6927 | 2025.07.17 23:57:00.541293 [ 276 ] {4f8c4f89-8833-4a84-9ffa-2988d9598c7f} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6928 | 2025.07.17 23:57:00.541331 [ 276 ] {4f8c4f89-8833-4a84-9ffa-2988d9598c7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
6929 | 2025.07.17 23:57:00.541337 [ 199 ] {97e9e053-2700-4610-a493-547689adb125::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3125 rows, containing 5 columns (5 merged, 0 gathered) in 0.002136943 sec., 1462369.375317919 rows/sec., 127.49 MiB/sec. | ||
6930 | 2025.07.17 23:57:00.541632 [ 187 ] {97e9e053-2700-4610-a493-547689adb125::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
6931 | 2025.07.17 23:57:00.541655 [ 276 ] {4f8c4f89-8833-4a84-9ffa-2988d9598c7f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
6932 | 2025.07.17 23:57:00.541962 [ 276 ] {4f8c4f89-8833-4a84-9ffa-2988d9598c7f} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6933 | 2025.07.17 23:57:00.541994 [ 187 ] {97e9e053-2700-4610-a493-547689adb125::all_1_60_12} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6934 | 2025.07.17 23:57:00.542094 [ 102 ] {} <Debug> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
6935 | 2025.07.17 23:57:00.542119 [ 187 ] {97e9e053-2700-4610-a493-547689adb125::all_1_60_12} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
6936 | 2025.07.17 23:57:00.542100 [ 276 ] {4f8c4f89-8833-4a84-9ffa-2988d9598c7f} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001321 sec., 49962.14988644966 rows/sec., 3.90 MiB/sec. | ||
6937 | 2025.07.17 23:57:00.542158 [ 102 ] {} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6938 | 2025.07.17 23:57:00.542197 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
6939 | 2025.07.17 23:57:00.542199 [ 276 ] {4f8c4f89-8833-4a84-9ffa-2988d9598c7f} <Debug> TCPHandler: Processed in 0.001546024 sec. | ||
6940 | 2025.07.17 23:57:00.542270 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
6941 | 2025.07.17 23:57:00.542320 [ 188 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full | ||
6942 | 2025.07.17 23:57:00.542329 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6943 | 2025.07.17 23:57:00.542420 [ 188 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6944 | 2025.07.17 23:57:00.542444 [ 276 ] {dad4b410-955e-4779-b723-dccfe055e449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6945 | 2025.07.17 23:57:00.542449 [ 188 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 634 rows starting from the beginning of the part | ||
6946 | 2025.07.17 23:57:00.542497 [ 276 ] {dad4b410-955e-4779-b723-dccfe055e449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6947 | 2025.07.17 23:57:00.542514 [ 188 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 560 rows starting from the beginning of the part | ||
6948 | 2025.07.17 23:57:00.542555 [ 188 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 104 rows starting from the beginning of the part | ||
6949 | 2025.07.17 23:57:00.542589 [ 188 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 66 rows starting from the beginning of the part | ||
6950 | 2025.07.17 23:57:00.542624 [ 188 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 106 rows starting from the beginning of the part | ||
6951 | 2025.07.17 23:57:00.542656 [ 188 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 66 rows starting from the beginning of the part | ||
6952 | 2025.07.17 23:57:00.542933 [ 276 ] {dad4b410-955e-4779-b723-dccfe055e449} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6953 | 2025.07.17 23:57:00.542975 [ 276 ] {dad4b410-955e-4779-b723-dccfe055e449} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
6954 | 2025.07.17 23:57:00.543344 [ 276 ] {dad4b410-955e-4779-b723-dccfe055e449} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
6955 | 2025.07.17 23:57:00.543546 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1536 rows, containing 5 columns (5 merged, 0 gathered) in 0.00129983 sec., 1181692.9906218504 rows/sec., 94.12 MiB/sec. | ||
6956 | 2025.07.17 23:57:00.543553 [ 276 ] {dad4b410-955e-4779-b723-dccfe055e449} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6957 | 2025.07.17 23:57:00.543708 [ 276 ] {dad4b410-955e-4779-b723-dccfe055e449} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001281 sec., 124902.41998438719 rows/sec., 8.70 MiB/sec. | ||
6958 | 2025.07.17 23:57:00.543712 [ 188 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
6959 | 2025.07.17 23:57:00.543760 [ 276 ] {dad4b410-955e-4779-b723-dccfe055e449} <Debug> TCPHandler: Processed in 0.001481243 sec. | ||
6960 | 2025.07.17 23:57:00.543890 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6961 | 2025.07.17 23:57:00.543988 [ 276 ] {dcdf380a-e036-4aaa-80d8-b1199198fedb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6962 | 2025.07.17 23:57:00.543988 [ 188 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_60_12} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6963 | 2025.07.17 23:57:00.544046 [ 276 ] {dcdf380a-e036-4aaa-80d8-b1199198fedb} <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 | ||
6964 | 2025.07.17 23:57:00.544081 [ 188 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_60_12} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
6965 | 2025.07.17 23:57:00.544160 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
6966 | 2025.07.17 23:57:00.544789 [ 276 ] {dcdf380a-e036-4aaa-80d8-b1199198fedb} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6967 | 2025.07.17 23:57:00.544831 [ 276 ] {dcdf380a-e036-4aaa-80d8-b1199198fedb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
6968 | 2025.07.17 23:57:00.545337 [ 276 ] {dcdf380a-e036-4aaa-80d8-b1199198fedb} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6969 | 2025.07.17 23:57:00.545554 [ 276 ] {dcdf380a-e036-4aaa-80d8-b1199198fedb} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6970 | 2025.07.17 23:57:00.545691 [ 276 ] {dcdf380a-e036-4aaa-80d8-b1199198fedb} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001721 sec., 1162.1150493898895 rows/sec., 2.08 MiB/sec. | ||
6971 | 2025.07.17 23:57:00.545745 [ 276 ] {dcdf380a-e036-4aaa-80d8-b1199198fedb} <Debug> TCPHandler: Processed in 0.001905549 sec. | ||
6972 | 2025.07.17 23:57:00.545861 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6973 | 2025.07.17 23:57:00.545957 [ 276 ] {c37de82f-3122-4c53-bbf0-a0b11f66983e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6974 | 2025.07.17 23:57:00.545998 [ 276 ] {c37de82f-3122-4c53-bbf0-a0b11f66983e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6975 | 2025.07.17 23:57:00.546331 [ 276 ] {c37de82f-3122-4c53-bbf0-a0b11f66983e} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6976 | 2025.07.17 23:57:00.546368 [ 276 ] {c37de82f-3122-4c53-bbf0-a0b11f66983e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
6977 | 2025.07.17 23:57:00.546676 [ 276 ] {c37de82f-3122-4c53-bbf0-a0b11f66983e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
6978 | 2025.07.17 23:57:00.546880 [ 276 ] {c37de82f-3122-4c53-bbf0-a0b11f66983e} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6979 | 2025.07.17 23:57:00.547007 [ 276 ] {c37de82f-3122-4c53-bbf0-a0b11f66983e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. | ||
6980 | 2025.07.17 23:57:00.547043 [ 276 ] {c37de82f-3122-4c53-bbf0-a0b11f66983e} <Debug> TCPHandler: Processed in 0.001232538 sec. | ||
6981 | 2025.07.17 23:57:03.270474 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 954 | ||
6982 | 2025.07.17 23:57:03.272784 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6983 | 2025.07.17 23:57:03.272833 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
6984 | 2025.07.17 23:57:03.274025 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6985 | 2025.07.17 23:57:03.274294 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6986 | 2025.07.17 23:57:03.274425 [ 98 ] {} <Debug> system.query_log (fffc79bd-d093-4609-b94c-831763790625) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6987 | 2025.07.17 23:57:03.274471 [ 98 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6988 | 2025.07.17 23:57:03.274493 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
6989 | 2025.07.17 23:57:03.274641 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::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 | ||
6990 | 2025.07.17 23:57:03.274657 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 954 | ||
6991 | 2025.07.17 23:57:03.275223 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6992 | 2025.07.17 23:57:03.275356 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 822 rows starting from the beginning of the part | ||
6993 | 2025.07.17 23:57:03.275705 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part | ||
6994 | 2025.07.17 23:57:03.276034 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 26 rows starting from the beginning of the part | ||
6995 | 2025.07.17 23:57:03.276381 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::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 | ||
6996 | 2025.07.17 23:57:03.276718 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 24 rows starting from the beginning of the part | ||
6997 | 2025.07.17 23:57:03.277047 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part | ||
6998 | 2025.07.17 23:57:03.283177 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 954 rows, containing 72 columns (72 merged, 0 gathered) in 0.008603483 sec., 110885.32400191875 rows/sec., 89.42 MiB/sec. | ||
6999 | 2025.07.17 23:57:03.284112 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7000 | 2025.07.17 23:57:03.284585 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_31_6} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7001 | 2025.07.17 23:57:03.284660 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_31_6} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7002 | 2025.07.17 23:57:03.284835 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
7003 | 2025.07.17 23:57:05.539646 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7004 | 2025.07.17 23:57:05.539940 [ 276 ] {0f4ba4be-6743-4bbc-bd98-b6c4fba7ab86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7005 | 2025.07.17 23:57:05.540037 [ 276 ] {0f4ba4be-6743-4bbc-bd98-b6c4fba7ab86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7006 | 2025.07.17 23:57:05.540787 [ 276 ] {0f4ba4be-6743-4bbc-bd98-b6c4fba7ab86} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7007 | 2025.07.17 23:57:05.540837 [ 276 ] {0f4ba4be-6743-4bbc-bd98-b6c4fba7ab86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7008 | 2025.07.17 23:57:05.541370 [ 276 ] {0f4ba4be-6743-4bbc-bd98-b6c4fba7ab86} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
7009 | 2025.07.17 23:57:05.541643 [ 276 ] {0f4ba4be-6743-4bbc-bd98-b6c4fba7ab86} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7010 | 2025.07.17 23:57:05.541833 [ 276 ] {0f4ba4be-6743-4bbc-bd98-b6c4fba7ab86} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.00197 sec., 69035.53299492387 rows/sec., 5.95 MiB/sec. | ||
7011 | 2025.07.17 23:57:05.541895 [ 276 ] {0f4ba4be-6743-4bbc-bd98-b6c4fba7ab86} <Debug> TCPHandler: Processed in 0.002435537 sec. | ||
7012 | 2025.07.17 23:57:05.542032 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7013 | 2025.07.17 23:57:05.542135 [ 276 ] {74d20af2-4587-4fb9-99d7-9931dc9d3be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7014 | 2025.07.17 23:57:05.542179 [ 276 ] {74d20af2-4587-4fb9-99d7-9931dc9d3be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7015 | 2025.07.17 23:57:05.542614 [ 276 ] {74d20af2-4587-4fb9-99d7-9931dc9d3be3} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7016 | 2025.07.17 23:57:05.542652 [ 276 ] {74d20af2-4587-4fb9-99d7-9931dc9d3be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7017 | 2025.07.17 23:57:05.542977 [ 276 ] {74d20af2-4587-4fb9-99d7-9931dc9d3be3} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7018 | 2025.07.17 23:57:05.543189 [ 276 ] {74d20af2-4587-4fb9-99d7-9931dc9d3be3} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7019 | 2025.07.17 23:57:05.543319 [ 276 ] {74d20af2-4587-4fb9-99d7-9931dc9d3be3} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001207 sec., 33140.01657000829 rows/sec., 2.43 MiB/sec. | ||
7020 | 2025.07.17 23:57:05.543358 [ 276 ] {74d20af2-4587-4fb9-99d7-9931dc9d3be3} <Debug> TCPHandler: Processed in 0.001379591 sec. | ||
7021 | 2025.07.17 23:57:05.543471 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7022 | 2025.07.17 23:57:05.543567 [ 276 ] {58fc8bf1-47b5-4b27-a426-09522d422027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7023 | 2025.07.17 23:57:05.543608 [ 276 ] {58fc8bf1-47b5-4b27-a426-09522d422027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7024 | 2025.07.17 23:57:05.544049 [ 276 ] {58fc8bf1-47b5-4b27-a426-09522d422027} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7025 | 2025.07.17 23:57:05.544084 [ 276 ] {58fc8bf1-47b5-4b27-a426-09522d422027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7026 | 2025.07.17 23:57:05.544398 [ 276 ] {58fc8bf1-47b5-4b27-a426-09522d422027} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
7027 | 2025.07.17 23:57:05.544611 [ 276 ] {58fc8bf1-47b5-4b27-a426-09522d422027} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7028 | 2025.07.17 23:57:05.544738 [ 276 ] {58fc8bf1-47b5-4b27-a426-09522d422027} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001191 sec., 87321.5785054576 rows/sec., 6.82 MiB/sec. | ||
7029 | 2025.07.17 23:57:05.544776 [ 276 ] {58fc8bf1-47b5-4b27-a426-09522d422027} <Debug> TCPHandler: Processed in 0.001356871 sec. | ||
7030 | 2025.07.17 23:57:05.544888 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7031 | 2025.07.17 23:57:05.544983 [ 276 ] {cfd27e32-0e9e-4b10-9220-6b217a2f0f06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7032 | 2025.07.17 23:57:05.545029 [ 276 ] {cfd27e32-0e9e-4b10-9220-6b217a2f0f06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7033 | 2025.07.17 23:57:05.545447 [ 276 ] {cfd27e32-0e9e-4b10-9220-6b217a2f0f06} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7034 | 2025.07.17 23:57:05.545483 [ 276 ] {cfd27e32-0e9e-4b10-9220-6b217a2f0f06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7035 | 2025.07.17 23:57:05.545815 [ 276 ] {cfd27e32-0e9e-4b10-9220-6b217a2f0f06} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
7036 | 2025.07.17 23:57:05.546031 [ 276 ] {cfd27e32-0e9e-4b10-9220-6b217a2f0f06} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7037 | 2025.07.17 23:57:05.546143 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
7038 | 2025.07.17 23:57:05.546159 [ 276 ] {cfd27e32-0e9e-4b10-9220-6b217a2f0f06} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001194 sec., 134003.3500837521 rows/sec., 9.33 MiB/sec. | ||
7039 | 2025.07.17 23:57:05.546215 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7040 | 2025.07.17 23:57:05.546223 [ 276 ] {cfd27e32-0e9e-4b10-9220-6b217a2f0f06} <Debug> TCPHandler: Processed in 0.001384641 sec. | ||
7041 | 2025.07.17 23:57:05.546243 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7042 | 2025.07.17 23:57:05.546346 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7043 | 2025.07.17 23:57:05.546356 [ 194 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
7044 | 2025.07.17 23:57:05.546452 [ 276 ] {aeb5db7b-cfa4-4285-b8d6-df66a24c3f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7045 | 2025.07.17 23:57:05.546502 [ 194 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7046 | 2025.07.17 23:57:05.546513 [ 276 ] {aeb5db7b-cfa4-4285-b8d6-df66a24c3f76} <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 | ||
7047 | 2025.07.17 23:57:05.546546 [ 194 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 16566 rows starting from the beginning of the part | ||
7048 | 2025.07.17 23:57:05.546614 [ 194 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
7049 | 2025.07.17 23:57:05.546662 [ 194 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
7050 | 2025.07.17 23:57:05.546704 [ 194 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 161 rows starting from the beginning of the part | ||
7051 | 2025.07.17 23:57:05.546744 [ 194 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
7052 | 2025.07.17 23:57:05.546783 [ 194 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part | ||
7053 | 2025.07.17 23:57:05.547417 [ 276 ] {aeb5db7b-cfa4-4285-b8d6-df66a24c3f76} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7054 | 2025.07.17 23:57:05.547459 [ 276 ] {aeb5db7b-cfa4-4285-b8d6-df66a24c3f76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7055 | 2025.07.17 23:57:05.548315 [ 276 ] {aeb5db7b-cfa4-4285-b8d6-df66a24c3f76} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7056 | 2025.07.17 23:57:05.548563 [ 276 ] {aeb5db7b-cfa4-4285-b8d6-df66a24c3f76} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7057 | 2025.07.17 23:57:05.548687 [ 96 ] {} <Debug> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7058 | 2025.07.17 23:57:05.548713 [ 276 ] {aeb5db7b-cfa4-4285-b8d6-df66a24c3f76} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00228 sec., 17543.85964912281 rows/sec., 31.44 MiB/sec. | ||
7059 | 2025.07.17 23:57:05.548724 [ 96 ] {} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7060 | 2025.07.17 23:57:05.548754 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7061 | 2025.07.17 23:57:05.548795 [ 276 ] {aeb5db7b-cfa4-4285-b8d6-df66a24c3f76} <Debug> TCPHandler: Processed in 0.002504548 sec. | ||
7062 | 2025.07.17 23:57:05.548870 [ 195 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
7063 | 2025.07.17 23:57:05.548916 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7064 | 2025.07.17 23:57:05.549016 [ 276 ] {6d2eb40d-fed7-4744-95b0-d231528cb2a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7065 | 2025.07.17 23:57:05.549058 [ 276 ] {6d2eb40d-fed7-4744-95b0-d231528cb2a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7066 | 2025.07.17 23:57:05.549164 [ 195 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7067 | 2025.07.17 23:57:05.549235 [ 195 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1011 rows starting from the beginning of the part | ||
7068 | 2025.07.17 23:57:05.549380 [ 195 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 40 rows starting from the beginning of the part | ||
7069 | 2025.07.17 23:57:05.549413 [ 276 ] {6d2eb40d-fed7-4744-95b0-d231528cb2a0} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7070 | 2025.07.17 23:57:05.549454 [ 276 ] {6d2eb40d-fed7-4744-95b0-d231528cb2a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7071 | 2025.07.17 23:57:05.549501 [ 195 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 2 rows starting from the beginning of the part | ||
7072 | 2025.07.17 23:57:05.549619 [ 195 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part | ||
7073 | 2025.07.17 23:57:05.549723 [ 195 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 2 rows starting from the beginning of the part | ||
7074 | 2025.07.17 23:57:05.549833 [ 195 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 40 rows starting from the beginning of the part | ||
7075 | 2025.07.17 23:57:05.549853 [ 276 ] {6d2eb40d-fed7-4744-95b0-d231528cb2a0} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
7076 | 2025.07.17 23:57:05.550079 [ 276 ] {6d2eb40d-fed7-4744-95b0-d231528cb2a0} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7077 | 2025.07.17 23:57:05.550192 [ 96 ] {} <Debug> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
7078 | 2025.07.17 23:57:05.550214 [ 276 ] {6d2eb40d-fed7-4744-95b0-d231528cb2a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001218 sec., 49261.08374384237 rows/sec., 3.32 MiB/sec. | ||
7079 | 2025.07.17 23:57:05.550220 [ 96 ] {} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7080 | 2025.07.17 23:57:05.550256 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7081 | 2025.07.17 23:57:05.550263 [ 276 ] {6d2eb40d-fed7-4744-95b0-d231528cb2a0} <Debug> TCPHandler: Processed in 0.001396951 sec. | ||
7082 | 2025.07.17 23:57:05.550346 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
7083 | 2025.07.17 23:57:05.550472 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7084 | 2025.07.17 23:57:05.550536 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3108 rows starting from the beginning of the part | ||
7085 | 2025.07.17 23:57:05.550601 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
7086 | 2025.07.17 23:57:05.550643 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
7087 | 2025.07.17 23:57:05.550683 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
7088 | 2025.07.17 23:57:05.550722 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
7089 | 2025.07.17 23:57:05.550764 [ 192 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
7090 | 2025.07.17 23:57:05.551323 [ 193 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17367 rows, containing 5 columns (5 merged, 0 gathered) in 0.005016718 sec., 3461825.0417902702 rows/sec., 237.90 MiB/sec. | ||
7091 | 2025.07.17 23:57:05.551547 [ 198 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
7092 | 2025.07.17 23:57:05.551823 [ 198 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7093 | 2025.07.17 23:57:05.551897 [ 198 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
7094 | 2025.07.17 23:57:05.551972 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.08 MiB. | ||
7095 | 2025.07.17 23:57:05.552398 [ 198 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3408 rows, containing 4 columns (4 merged, 0 gathered) in 0.002094002 sec., 1627505.6088771643 rows/sec., 109.59 MiB/sec. | ||
7096 | 2025.07.17 23:57:05.552755 [ 186 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
7097 | 2025.07.17 23:57:05.553042 [ 186 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_61_12} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7098 | 2025.07.17 23:57:05.553121 [ 186 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_61_12} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
7099 | 2025.07.17 23:57:05.553212 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
7100 | 2025.07.17 23:57:05.556349 [ 193 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 19 columns (19 merged, 0 gathered) in 0.007542466 sec., 150481.28821528662 rows/sec., 269.66 MiB/sec. | ||
7101 | 2025.07.17 23:57:05.557952 [ 186 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7102 | 2025.07.17 23:57:05.558290 [ 186 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7103 | 2025.07.17 23:57:05.558368 [ 186 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7104 | 2025.07.17 23:57:05.558517 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.62 MiB. | ||
7105 | 2025.07.17 23:57:05.733847 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
7106 | 2025.07.17 23:57:05.734442 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7107 | 2025.07.17 23:57:05.734499 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7108 | 2025.07.17 23:57:05.735082 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7109 | 2025.07.17 23:57:05.735314 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7110 | 2025.07.17 23:57:05.735454 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
7111 | 2025.07.17 23:57:06.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 279.46 MiB, peak 291.12 MiB, free memory in arenas 0.00 B, will set to 282.77 MiB (RSS), difference: 3.31 MiB | ||
7112 | 2025.07.17 23:57:06.848944 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 | ||
7113 | 2025.07.17 23:57:06.865967 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7114 | 2025.07.17 23:57:06.866022 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7115 | 2025.07.17 23:57:06.871872 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7116 | 2025.07.17 23:57:06.872596 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7117 | 2025.07.17 23:57:06.875457 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324 | ||
7118 | 2025.07.17 23:57:10.566956 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7119 | 2025.07.17 23:57:10.567138 [ 276 ] {6d383d0a-00cc-4274-b432-956aabd69e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
7120 | 2025.07.17 23:57:10.567204 [ 276 ] {6d383d0a-00cc-4274-b432-956aabd69e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
7121 | 2025.07.17 23:57:10.567857 [ 276 ] {6d383d0a-00cc-4274-b432-956aabd69e54} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7122 | 2025.07.17 23:57:10.567899 [ 276 ] {6d383d0a-00cc-4274-b432-956aabd69e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7123 | 2025.07.17 23:57:10.568300 [ 276 ] {6d383d0a-00cc-4274-b432-956aabd69e54} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
7124 | 2025.07.17 23:57:10.568525 [ 276 ] {6d383d0a-00cc-4274-b432-956aabd69e54} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7125 | 2025.07.17 23:57:10.568676 [ 276 ] {6d383d0a-00cc-4274-b432-956aabd69e54} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001588 sec., 15113.350125944584 rows/sec., 1.25 MiB/sec. | ||
7126 | 2025.07.17 23:57:10.568719 [ 276 ] {6d383d0a-00cc-4274-b432-956aabd69e54} <Debug> TCPHandler: Processed in 0.001893999 sec. | ||
7127 | 2025.07.17 23:57:10.568841 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7128 | 2025.07.17 23:57:10.568935 [ 276 ] {ded25b8c-e9e8-4380-8f33-664859610d40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
7129 | 2025.07.17 23:57:10.568978 [ 276 ] {ded25b8c-e9e8-4380-8f33-664859610d40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7130 | 2025.07.17 23:57:10.569381 [ 276 ] {ded25b8c-e9e8-4380-8f33-664859610d40} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7131 | 2025.07.17 23:57:10.569417 [ 276 ] {ded25b8c-e9e8-4380-8f33-664859610d40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7132 | 2025.07.17 23:57:10.569714 [ 276 ] {ded25b8c-e9e8-4380-8f33-664859610d40} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7133 | 2025.07.17 23:57:10.569926 [ 276 ] {ded25b8c-e9e8-4380-8f33-664859610d40} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7134 | 2025.07.17 23:57:10.570053 [ 276 ] {ded25b8c-e9e8-4380-8f33-664859610d40} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001137 sec., 8795.074758135444 rows/sec., 717.18 KiB/sec. | ||
7135 | 2025.07.17 23:57:10.570092 [ 276 ] {ded25b8c-e9e8-4380-8f33-664859610d40} <Debug> TCPHandler: Processed in 0.00130226 sec. | ||
7136 | 2025.07.17 23:57:10.570201 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7137 | 2025.07.17 23:57:10.570295 [ 276 ] {f64f8659-d12f-4699-8245-22ca3a48bbd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7138 | 2025.07.17 23:57:10.570336 [ 276 ] {f64f8659-d12f-4699-8245-22ca3a48bbd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7139 | 2025.07.17 23:57:10.571361 [ 276 ] {f64f8659-d12f-4699-8245-22ca3a48bbd3} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7140 | 2025.07.17 23:57:10.571397 [ 276 ] {f64f8659-d12f-4699-8245-22ca3a48bbd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7141 | 2025.07.17 23:57:10.571786 [ 276 ] {f64f8659-d12f-4699-8245-22ca3a48bbd3} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
7142 | 2025.07.17 23:57:10.571997 [ 276 ] {f64f8659-d12f-4699-8245-22ca3a48bbd3} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7143 | 2025.07.17 23:57:10.572126 [ 276 ] {f64f8659-d12f-4699-8245-22ca3a48bbd3} <Debug> executeQuery: Read 1325 rows, 112.69 KiB in 0.001849 sec., 716603.5694970255 rows/sec., 59.52 MiB/sec. | ||
7144 | 2025.07.17 23:57:10.572166 [ 276 ] {f64f8659-d12f-4699-8245-22ca3a48bbd3} <Debug> TCPHandler: Processed in 0.002014401 sec. | ||
7145 | 2025.07.17 23:57:10.572286 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7146 | 2025.07.17 23:57:10.572409 [ 276 ] {23b9866b-da8d-405e-a35e-af1385e02c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7147 | 2025.07.17 23:57:10.572458 [ 276 ] {23b9866b-da8d-405e-a35e-af1385e02c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7148 | 2025.07.17 23:57:10.572940 [ 276 ] {23b9866b-da8d-405e-a35e-af1385e02c65} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7149 | 2025.07.17 23:57:10.572983 [ 276 ] {23b9866b-da8d-405e-a35e-af1385e02c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7150 | 2025.07.17 23:57:10.573325 [ 276 ] {23b9866b-da8d-405e-a35e-af1385e02c65} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7151 | 2025.07.17 23:57:10.573541 [ 276 ] {23b9866b-da8d-405e-a35e-af1385e02c65} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7152 | 2025.07.17 23:57:10.573676 [ 276 ] {23b9866b-da8d-405e-a35e-af1385e02c65} <Debug> executeQuery: Read 24 rows, 1.81 KiB in 0.001291 sec., 18590.240123934935 rows/sec., 1.37 MiB/sec. | ||
7153 | 2025.07.17 23:57:10.573715 [ 276 ] {23b9866b-da8d-405e-a35e-af1385e02c65} <Debug> TCPHandler: Processed in 0.001489873 sec. | ||
7154 | 2025.07.17 23:57:10.573836 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7155 | 2025.07.17 23:57:10.573959 [ 276 ] {20adc390-2eaf-4e28-869f-5b5c4f04b2eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7156 | 2025.07.17 23:57:10.574008 [ 276 ] {20adc390-2eaf-4e28-869f-5b5c4f04b2eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7157 | 2025.07.17 23:57:10.574518 [ 276 ] {20adc390-2eaf-4e28-869f-5b5c4f04b2eb} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7158 | 2025.07.17 23:57:10.574556 [ 276 ] {20adc390-2eaf-4e28-869f-5b5c4f04b2eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7159 | 2025.07.17 23:57:10.574879 [ 276 ] {20adc390-2eaf-4e28-869f-5b5c4f04b2eb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7160 | 2025.07.17 23:57:10.575090 [ 276 ] {20adc390-2eaf-4e28-869f-5b5c4f04b2eb} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7161 | 2025.07.17 23:57:10.575218 [ 276 ] {20adc390-2eaf-4e28-869f-5b5c4f04b2eb} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001284 sec., 196261.68224299065 rows/sec., 13.57 MiB/sec. | ||
7162 | 2025.07.17 23:57:10.575258 [ 276 ] {20adc390-2eaf-4e28-869f-5b5c4f04b2eb} <Debug> TCPHandler: Processed in 0.001484023 sec. | ||
7163 | 2025.07.17 23:57:10.575369 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7164 | 2025.07.17 23:57:10.575464 [ 276 ] {1f77ac1f-dd18-40ee-80bc-4a6de6ee92fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
7165 | 2025.07.17 23:57:10.575505 [ 276 ] {1f77ac1f-dd18-40ee-80bc-4a6de6ee92fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7166 | 2025.07.17 23:57:10.575898 [ 276 ] {1f77ac1f-dd18-40ee-80bc-4a6de6ee92fd} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7167 | 2025.07.17 23:57:10.575933 [ 276 ] {1f77ac1f-dd18-40ee-80bc-4a6de6ee92fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7168 | 2025.07.17 23:57:10.576228 [ 276 ] {1f77ac1f-dd18-40ee-80bc-4a6de6ee92fd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
7169 | 2025.07.17 23:57:10.576435 [ 276 ] {1f77ac1f-dd18-40ee-80bc-4a6de6ee92fd} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7170 | 2025.07.17 23:57:10.576561 [ 276 ] {1f77ac1f-dd18-40ee-80bc-4a6de6ee92fd} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001115 sec., 10762.331838565022 rows/sec., 840.81 KiB/sec. | ||
7171 | 2025.07.17 23:57:10.576600 [ 276 ] {1f77ac1f-dd18-40ee-80bc-4a6de6ee92fd} <Debug> TCPHandler: Processed in 0.00128151 sec. | ||
7172 | 2025.07.17 23:57:10.576704 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7173 | 2025.07.17 23:57:10.576806 [ 276 ] {aa577b30-8760-4124-b35f-4b34ed3c894e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7174 | 2025.07.17 23:57:10.576846 [ 276 ] {aa577b30-8760-4124-b35f-4b34ed3c894e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7175 | 2025.07.17 23:57:10.577442 [ 276 ] {aa577b30-8760-4124-b35f-4b34ed3c894e} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7176 | 2025.07.17 23:57:10.577479 [ 276 ] {aa577b30-8760-4124-b35f-4b34ed3c894e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7177 | 2025.07.17 23:57:10.577835 [ 276 ] {aa577b30-8760-4124-b35f-4b34ed3c894e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
7178 | 2025.07.17 23:57:10.578057 [ 276 ] {aa577b30-8760-4124-b35f-4b34ed3c894e} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7179 | 2025.07.17 23:57:10.578185 [ 276 ] {aa577b30-8760-4124-b35f-4b34ed3c894e} <Debug> executeQuery: Read 568 rows, 43.64 KiB in 0.001398 sec., 406294.7067238913 rows/sec., 30.48 MiB/sec. | ||
7180 | 2025.07.17 23:57:10.578222 [ 276 ] {aa577b30-8760-4124-b35f-4b34ed3c894e} <Debug> TCPHandler: Processed in 0.001568824 sec. | ||
7181 | 2025.07.17 23:57:10.578334 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7182 | 2025.07.17 23:57:10.578429 [ 276 ] {bb60a726-b65f-46f9-ac78-1bfc6d180565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7183 | 2025.07.17 23:57:10.578473 [ 276 ] {bb60a726-b65f-46f9-ac78-1bfc6d180565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7184 | 2025.07.17 23:57:10.579046 [ 276 ] {bb60a726-b65f-46f9-ac78-1bfc6d180565} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7185 | 2025.07.17 23:57:10.579082 [ 276 ] {bb60a726-b65f-46f9-ac78-1bfc6d180565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7186 | 2025.07.17 23:57:10.579452 [ 276 ] {bb60a726-b65f-46f9-ac78-1bfc6d180565} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
7187 | 2025.07.17 23:57:10.579664 [ 276 ] {bb60a726-b65f-46f9-ac78-1bfc6d180565} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7188 | 2025.07.17 23:57:10.579790 [ 276 ] {bb60a726-b65f-46f9-ac78-1bfc6d180565} <Debug> executeQuery: Read 921 rows, 63.97 KiB in 0.00138 sec., 667391.3043478262 rows/sec., 45.27 MiB/sec. | ||
7189 | 2025.07.17 23:57:10.579827 [ 276 ] {bb60a726-b65f-46f9-ac78-1bfc6d180565} <Debug> TCPHandler: Processed in 0.001542404 sec. | ||
7190 | 2025.07.17 23:57:10.579938 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7191 | 2025.07.17 23:57:10.580032 [ 276 ] {b456995b-8acf-4496-9f20-08f65c5999a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7192 | 2025.07.17 23:57:10.580086 [ 276 ] {b456995b-8acf-4496-9f20-08f65c5999a3} <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 | ||
7193 | 2025.07.17 23:57:10.580826 [ 276 ] {b456995b-8acf-4496-9f20-08f65c5999a3} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7194 | 2025.07.17 23:57:10.580863 [ 276 ] {b456995b-8acf-4496-9f20-08f65c5999a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7195 | 2025.07.17 23:57:10.581345 [ 276 ] {b456995b-8acf-4496-9f20-08f65c5999a3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7196 | 2025.07.17 23:57:10.581561 [ 276 ] {b456995b-8acf-4496-9f20-08f65c5999a3} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7197 | 2025.07.17 23:57:10.581704 [ 276 ] {b456995b-8acf-4496-9f20-08f65c5999a3} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.00169 sec., 1183.4319526627219 rows/sec., 2.12 MiB/sec. | ||
7198 | 2025.07.17 23:57:10.581757 [ 276 ] {b456995b-8acf-4496-9f20-08f65c5999a3} <Debug> TCPHandler: Processed in 0.001868928 sec. | ||
7199 | 2025.07.17 23:57:10.581875 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7200 | 2025.07.17 23:57:10.581970 [ 276 ] {0597f275-76ea-40df-a81e-0e50a23836b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7201 | 2025.07.17 23:57:10.582011 [ 276 ] {0597f275-76ea-40df-a81e-0e50a23836b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7202 | 2025.07.17 23:57:10.582348 [ 276 ] {0597f275-76ea-40df-a81e-0e50a23836b4} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7203 | 2025.07.17 23:57:10.582384 [ 276 ] {0597f275-76ea-40df-a81e-0e50a23836b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7204 | 2025.07.17 23:57:10.582683 [ 276 ] {0597f275-76ea-40df-a81e-0e50a23836b4} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
7205 | 2025.07.17 23:57:10.582890 [ 276 ] {0597f275-76ea-40df-a81e-0e50a23836b4} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7206 | 2025.07.17 23:57:10.583018 [ 276 ] {0597f275-76ea-40df-a81e-0e50a23836b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. | ||
7207 | 2025.07.17 23:57:10.583054 [ 276 ] {0597f275-76ea-40df-a81e-0e50a23836b4} <Debug> TCPHandler: Processed in 0.00122939 sec. | ||
7208 | 2025.07.17 23:57:13.092382 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7209 | 2025.07.17 23:57:13.092449 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7210 | 2025.07.17 23:57:13.235690 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
7211 | 2025.07.17 23:57:13.236260 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7212 | 2025.07.17 23:57:13.236307 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7213 | 2025.07.17 23:57:13.236804 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7214 | 2025.07.17 23:57:13.237044 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7215 | 2025.07.17 23:57:13.237191 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
7216 | 2025.07.17 23:57:13.275057 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 986 | ||
7217 | 2025.07.17 23:57:13.277387 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7218 | 2025.07.17 23:57:13.277432 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7219 | 2025.07.17 23:57:13.278618 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7220 | 2025.07.17 23:57:13.278876 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7221 | 2025.07.17 23:57:13.279129 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 986 | ||
7222 | 2025.07.17 23:57:14.375696 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 | ||
7223 | 2025.07.17 23:57:14.392585 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7224 | 2025.07.17 23:57:14.392637 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7225 | 2025.07.17 23:57:14.398555 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7226 | 2025.07.17 23:57:14.399277 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7227 | 2025.07.17 23:57:14.402119 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
7228 | 2025.07.17 23:57:15.538681 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7229 | 2025.07.17 23:57:15.538879 [ 276 ] {bba3d9b3-6d6e-4c73-abc9-8ed5b1f175fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7230 | 2025.07.17 23:57:15.538950 [ 276 ] {bba3d9b3-6d6e-4c73-abc9-8ed5b1f175fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7231 | 2025.07.17 23:57:15.539748 [ 276 ] {bba3d9b3-6d6e-4c73-abc9-8ed5b1f175fb} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7232 | 2025.07.17 23:57:15.539787 [ 276 ] {bba3d9b3-6d6e-4c73-abc9-8ed5b1f175fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7233 | 2025.07.17 23:57:15.540192 [ 276 ] {bba3d9b3-6d6e-4c73-abc9-8ed5b1f175fb} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
7234 | 2025.07.17 23:57:15.540412 [ 276 ] {bba3d9b3-6d6e-4c73-abc9-8ed5b1f175fb} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7235 | 2025.07.17 23:57:15.540560 [ 276 ] {bba3d9b3-6d6e-4c73-abc9-8ed5b1f175fb} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001735 sec., 78386.16714697407 rows/sec., 6.75 MiB/sec. | ||
7236 | 2025.07.17 23:57:15.540606 [ 276 ] {bba3d9b3-6d6e-4c73-abc9-8ed5b1f175fb} <Debug> TCPHandler: Processed in 0.002058872 sec. | ||
7237 | 2025.07.17 23:57:15.540726 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7238 | 2025.07.17 23:57:15.540826 [ 276 ] {3c2bc2f2-3e7f-4b6f-a403-e5026caf9562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7239 | 2025.07.17 23:57:15.540868 [ 276 ] {3c2bc2f2-3e7f-4b6f-a403-e5026caf9562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7240 | 2025.07.17 23:57:15.541328 [ 276 ] {3c2bc2f2-3e7f-4b6f-a403-e5026caf9562} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7241 | 2025.07.17 23:57:15.541362 [ 276 ] {3c2bc2f2-3e7f-4b6f-a403-e5026caf9562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7242 | 2025.07.17 23:57:15.541654 [ 276 ] {3c2bc2f2-3e7f-4b6f-a403-e5026caf9562} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7243 | 2025.07.17 23:57:15.541856 [ 276 ] {3c2bc2f2-3e7f-4b6f-a403-e5026caf9562} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7244 | 2025.07.17 23:57:15.541986 [ 276 ] {3c2bc2f2-3e7f-4b6f-a403-e5026caf9562} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001178 sec., 33955.85738539898 rows/sec., 2.49 MiB/sec. | ||
7245 | 2025.07.17 23:57:15.542022 [ 276 ] {3c2bc2f2-3e7f-4b6f-a403-e5026caf9562} <Debug> TCPHandler: Processed in 0.001345581 sec. | ||
7246 | 2025.07.17 23:57:15.542133 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7247 | 2025.07.17 23:57:15.542225 [ 276 ] {4ce000d0-fc33-41c5-b97e-a6180c8d8955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7248 | 2025.07.17 23:57:15.542264 [ 276 ] {4ce000d0-fc33-41c5-b97e-a6180c8d8955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7249 | 2025.07.17 23:57:15.542710 [ 276 ] {4ce000d0-fc33-41c5-b97e-a6180c8d8955} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7250 | 2025.07.17 23:57:15.542743 [ 276 ] {4ce000d0-fc33-41c5-b97e-a6180c8d8955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7251 | 2025.07.17 23:57:15.543044 [ 276 ] {4ce000d0-fc33-41c5-b97e-a6180c8d8955} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
7252 | 2025.07.17 23:57:15.543243 [ 276 ] {4ce000d0-fc33-41c5-b97e-a6180c8d8955} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7253 | 2025.07.17 23:57:15.543364 [ 276 ] {4ce000d0-fc33-41c5-b97e-a6180c8d8955} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001157 sec., 89887.6404494382 rows/sec., 7.02 MiB/sec. | ||
7254 | 2025.07.17 23:57:15.543401 [ 276 ] {4ce000d0-fc33-41c5-b97e-a6180c8d8955} <Debug> TCPHandler: Processed in 0.001316191 sec. | ||
7255 | 2025.07.17 23:57:15.543513 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7256 | 2025.07.17 23:57:15.543605 [ 276 ] {4c2a074f-0cda-4c85-9ae8-183217d6662f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7257 | 2025.07.17 23:57:15.543646 [ 276 ] {4c2a074f-0cda-4c85-9ae8-183217d6662f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7258 | 2025.07.17 23:57:15.544044 [ 276 ] {4c2a074f-0cda-4c85-9ae8-183217d6662f} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7259 | 2025.07.17 23:57:15.544077 [ 276 ] {4c2a074f-0cda-4c85-9ae8-183217d6662f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7260 | 2025.07.17 23:57:15.544387 [ 276 ] {4c2a074f-0cda-4c85-9ae8-183217d6662f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
7261 | 2025.07.17 23:57:15.544584 [ 276 ] {4c2a074f-0cda-4c85-9ae8-183217d6662f} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7262 | 2025.07.17 23:57:15.544705 [ 276 ] {4c2a074f-0cda-4c85-9ae8-183217d6662f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001118 sec., 143112.70125223612 rows/sec., 9.97 MiB/sec. | ||
7263 | 2025.07.17 23:57:15.544740 [ 276 ] {4c2a074f-0cda-4c85-9ae8-183217d6662f} <Debug> TCPHandler: Processed in 0.001273739 sec. | ||
7264 | 2025.07.17 23:57:15.544845 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7265 | 2025.07.17 23:57:15.544935 [ 276 ] {a0c5d76b-77bd-40da-9726-26d6e7aca908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7266 | 2025.07.17 23:57:15.544988 [ 276 ] {a0c5d76b-77bd-40da-9726-26d6e7aca908} <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 | ||
7267 | 2025.07.17 23:57:15.545807 [ 276 ] {a0c5d76b-77bd-40da-9726-26d6e7aca908} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7268 | 2025.07.17 23:57:15.545840 [ 276 ] {a0c5d76b-77bd-40da-9726-26d6e7aca908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7269 | 2025.07.17 23:57:15.546394 [ 276 ] {a0c5d76b-77bd-40da-9726-26d6e7aca908} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7270 | 2025.07.17 23:57:15.546607 [ 276 ] {a0c5d76b-77bd-40da-9726-26d6e7aca908} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7271 | 2025.07.17 23:57:15.546737 [ 276 ] {a0c5d76b-77bd-40da-9726-26d6e7aca908} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001819 sec., 21990.10445299615 rows/sec., 39.41 MiB/sec. | ||
7272 | 2025.07.17 23:57:15.546788 [ 276 ] {a0c5d76b-77bd-40da-9726-26d6e7aca908} <Debug> TCPHandler: Processed in 0.001988601 sec. | ||
7273 | 2025.07.17 23:57:15.546897 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7274 | 2025.07.17 23:57:15.546990 [ 276 ] {280958a0-5fbc-4bc5-b82c-3417b05cb797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7275 | 2025.07.17 23:57:15.547030 [ 276 ] {280958a0-5fbc-4bc5-b82c-3417b05cb797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7276 | 2025.07.17 23:57:15.547360 [ 276 ] {280958a0-5fbc-4bc5-b82c-3417b05cb797} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7277 | 2025.07.17 23:57:15.547394 [ 276 ] {280958a0-5fbc-4bc5-b82c-3417b05cb797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. | ||
7278 | 2025.07.17 23:57:15.547690 [ 276 ] {280958a0-5fbc-4bc5-b82c-3417b05cb797} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
7279 | 2025.07.17 23:57:15.547885 [ 276 ] {280958a0-5fbc-4bc5-b82c-3417b05cb797} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7280 | 2025.07.17 23:57:15.548008 [ 276 ] {280958a0-5fbc-4bc5-b82c-3417b05cb797} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001036 sec., 57915.057915057914 rows/sec., 3.90 MiB/sec. | ||
7281 | 2025.07.17 23:57:15.548042 [ 276 ] {280958a0-5fbc-4bc5-b82c-3417b05cb797} <Debug> TCPHandler: Processed in 0.001192329 sec. | ||
7282 | 2025.07.17 23:57:20.537595 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7283 | 2025.07.17 23:57:20.537809 [ 276 ] {921dc907-5735-44e6-abfc-fcf1029c99c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7284 | 2025.07.17 23:57:20.537888 [ 276 ] {921dc907-5735-44e6-abfc-fcf1029c99c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7285 | 2025.07.17 23:57:20.538759 [ 276 ] {921dc907-5735-44e6-abfc-fcf1029c99c6} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7286 | 2025.07.17 23:57:20.538831 [ 276 ] {921dc907-5735-44e6-abfc-fcf1029c99c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7287 | 2025.07.17 23:57:20.539309 [ 276 ] {921dc907-5735-44e6-abfc-fcf1029c99c6} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
7288 | 2025.07.17 23:57:20.539550 [ 276 ] {921dc907-5735-44e6-abfc-fcf1029c99c6} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7289 | 2025.07.17 23:57:20.539723 [ 276 ] {921dc907-5735-44e6-abfc-fcf1029c99c6} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.001967 sec., 30503.304524656836 rows/sec., 2.37 MiB/sec. | ||
7290 | 2025.07.17 23:57:20.539779 [ 276 ] {921dc907-5735-44e6-abfc-fcf1029c99c6} <Debug> TCPHandler: Processed in 0.002326136 sec. | ||
7291 | 2025.07.17 23:57:20.539952 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7292 | 2025.07.17 23:57:20.540094 [ 276 ] {346a2233-cdac-4981-865b-f462517a7d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7293 | 2025.07.17 23:57:20.540154 [ 276 ] {346a2233-cdac-4981-865b-f462517a7d62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7294 | 2025.07.17 23:57:20.540703 [ 276 ] {346a2233-cdac-4981-865b-f462517a7d62} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7295 | 2025.07.17 23:57:20.540750 [ 276 ] {346a2233-cdac-4981-865b-f462517a7d62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7296 | 2025.07.17 23:57:20.541261 [ 276 ] {346a2233-cdac-4981-865b-f462517a7d62} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7297 | 2025.07.17 23:57:20.541549 [ 276 ] {346a2233-cdac-4981-865b-f462517a7d62} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7298 | 2025.07.17 23:57:20.541693 [ 276 ] {346a2233-cdac-4981-865b-f462517a7d62} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001634 sec., 1223.9902080783354 rows/sec., 92.04 KiB/sec. | ||
7299 | 2025.07.17 23:57:20.541714 [ 80 ] {} <Debug> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7300 | 2025.07.17 23:57:20.541732 [ 276 ] {346a2233-cdac-4981-865b-f462517a7d62} <Debug> TCPHandler: Processed in 0.001850418 sec. | ||
7301 | 2025.07.17 23:57:20.541789 [ 80 ] {} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7302 | 2025.07.17 23:57:20.541819 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7303 | 2025.07.17 23:57:20.541905 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7304 | 2025.07.17 23:57:20.541934 [ 193 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
7305 | 2025.07.17 23:57:20.542034 [ 276 ] {4a151722-2e9e-4385-97d0-14949965c7df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7306 | 2025.07.17 23:57:20.542050 [ 193 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7307 | 2025.07.17 23:57:20.542089 [ 276 ] {4a151722-2e9e-4385-97d0-14949965c7df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7308 | 2025.07.17 23:57:20.542089 [ 193 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 72 rows starting from the beginning of the part | ||
7309 | 2025.07.17 23:57:20.542187 [ 193 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 2 rows starting from the beginning of the part | ||
7310 | 2025.07.17 23:57:20.542278 [ 193 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 40 rows starting from the beginning of the part | ||
7311 | 2025.07.17 23:57:20.542349 [ 193 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 24 rows starting from the beginning of the part | ||
7312 | 2025.07.17 23:57:20.542413 [ 193 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 40 rows starting from the beginning of the part | ||
7313 | 2025.07.17 23:57:20.542461 [ 193 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 2 rows starting from the beginning of the part | ||
7314 | 2025.07.17 23:57:20.542707 [ 276 ] {4a151722-2e9e-4385-97d0-14949965c7df} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7315 | 2025.07.17 23:57:20.542748 [ 276 ] {4a151722-2e9e-4385-97d0-14949965c7df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7316 | 2025.07.17 23:57:20.543166 [ 276 ] {4a151722-2e9e-4385-97d0-14949965c7df} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
7317 | 2025.07.17 23:57:20.543435 [ 276 ] {4a151722-2e9e-4385-97d0-14949965c7df} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7318 | 2025.07.17 23:57:20.543599 [ 276 ] {4a151722-2e9e-4385-97d0-14949965c7df} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001595 sec., 41379.31034482759 rows/sec., 3.23 MiB/sec. | ||
7319 | 2025.07.17 23:57:20.543605 [ 186 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.001721967 sec., 104531.61994393621 rows/sec., 8.06 MiB/sec. | ||
7320 | 2025.07.17 23:57:20.543638 [ 276 ] {4a151722-2e9e-4385-97d0-14949965c7df} <Debug> TCPHandler: Processed in 0.001794347 sec. | ||
7321 | 2025.07.17 23:57:20.543783 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7322 | 2025.07.17 23:57:20.543834 [ 191 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7323 | 2025.07.17 23:57:20.543885 [ 276 ] {f6e9edc2-bf7f-4833-8a58-86f253b22cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7324 | 2025.07.17 23:57:20.543936 [ 276 ] {f6e9edc2-bf7f-4833-8a58-86f253b22cdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7325 | 2025.07.17 23:57:20.544175 [ 191 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_56_11} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7326 | 2025.07.17 23:57:20.544266 [ 191 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_56_11} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7327 | 2025.07.17 23:57:20.544370 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
7328 | 2025.07.17 23:57:20.544394 [ 276 ] {f6e9edc2-bf7f-4833-8a58-86f253b22cdc} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7329 | 2025.07.17 23:57:20.544436 [ 276 ] {f6e9edc2-bf7f-4833-8a58-86f253b22cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7330 | 2025.07.17 23:57:20.544792 [ 276 ] {f6e9edc2-bf7f-4833-8a58-86f253b22cdc} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
7331 | 2025.07.17 23:57:20.545032 [ 276 ] {f6e9edc2-bf7f-4833-8a58-86f253b22cdc} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7332 | 2025.07.17 23:57:20.545168 [ 276 ] {f6e9edc2-bf7f-4833-8a58-86f253b22cdc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001305 sec., 122605.36398467433 rows/sec., 8.54 MiB/sec. | ||
7333 | 2025.07.17 23:57:20.545206 [ 276 ] {f6e9edc2-bf7f-4833-8a58-86f253b22cdc} <Debug> TCPHandler: Processed in 0.001473433 sec. | ||
7334 | 2025.07.17 23:57:20.545343 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7335 | 2025.07.17 23:57:20.545441 [ 276 ] {465524f9-673c-4423-bae9-41cac94e091c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7336 | 2025.07.17 23:57:20.545497 [ 276 ] {465524f9-673c-4423-bae9-41cac94e091c} <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 | ||
7337 | 2025.07.17 23:57:20.546312 [ 276 ] {465524f9-673c-4423-bae9-41cac94e091c} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7338 | 2025.07.17 23:57:20.546353 [ 276 ] {465524f9-673c-4423-bae9-41cac94e091c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7339 | 2025.07.17 23:57:20.546887 [ 276 ] {465524f9-673c-4423-bae9-41cac94e091c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7340 | 2025.07.17 23:57:20.547128 [ 276 ] {465524f9-673c-4423-bae9-41cac94e091c} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7341 | 2025.07.17 23:57:20.547276 [ 276 ] {465524f9-673c-4423-bae9-41cac94e091c} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001853 sec., 1079.3308148947651 rows/sec., 1.93 MiB/sec. | ||
7342 | 2025.07.17 23:57:20.547340 [ 276 ] {465524f9-673c-4423-bae9-41cac94e091c} <Debug> TCPHandler: Processed in 0.002046531 sec. | ||
7343 | 2025.07.17 23:57:20.547473 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7344 | 2025.07.17 23:57:20.547569 [ 276 ] {97cba92f-c833-4bef-85ed-669ad8899429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7345 | 2025.07.17 23:57:20.547612 [ 276 ] {97cba92f-c833-4bef-85ed-669ad8899429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7346 | 2025.07.17 23:57:20.547985 [ 276 ] {97cba92f-c833-4bef-85ed-669ad8899429} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7347 | 2025.07.17 23:57:20.548022 [ 276 ] {97cba92f-c833-4bef-85ed-669ad8899429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7348 | 2025.07.17 23:57:20.548333 [ 276 ] {97cba92f-c833-4bef-85ed-669ad8899429} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
7349 | 2025.07.17 23:57:20.548555 [ 276 ] {97cba92f-c833-4bef-85ed-669ad8899429} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7350 | 2025.07.17 23:57:20.548683 [ 276 ] {97cba92f-c833-4bef-85ed-669ad8899429} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001133 sec., 52956.7519858782 rows/sec., 3.57 MiB/sec. | ||
7351 | 2025.07.17 23:57:20.548719 [ 276 ] {97cba92f-c833-4bef-85ed-669ad8899429} <Debug> TCPHandler: Processed in 0.00129696 sec. | ||
7352 | 2025.07.17 23:57:20.737410 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
7353 | 2025.07.17 23:57:20.737920 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7354 | 2025.07.17 23:57:20.737968 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7355 | 2025.07.17 23:57:20.738481 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7356 | 2025.07.17 23:57:20.738717 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7357 | 2025.07.17 23:57:20.738864 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
7358 | 2025.07.17 23:57:21.246980 [ 80 ] {} <Debug> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
7359 | 2025.07.17 23:57:21.247042 [ 80 ] {} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7360 | 2025.07.17 23:57:21.247063 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7361 | 2025.07.17 23:57:21.247183 [ 189 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
7362 | 2025.07.17 23:57:21.247328 [ 189 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7363 | 2025.07.17 23:57:21.247364 [ 189 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part | ||
7364 | 2025.07.17 23:57:21.247437 [ 189 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
7365 | 2025.07.17 23:57:21.247485 [ 189 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
7366 | 2025.07.17 23:57:21.247528 [ 189 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
7367 | 2025.07.17 23:57:21.247570 [ 189 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part | ||
7368 | 2025.07.17 23:57:21.248302 [ 186 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001168148 sec., 30818.012786051084 rows/sec., 2.57 MiB/sec. | ||
7369 | 2025.07.17 23:57:21.248488 [ 196 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
7370 | 2025.07.17 23:57:21.248790 [ 196 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_17_4} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7371 | 2025.07.17 23:57:21.248869 [ 196 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_17_4} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
7372 | 2025.07.17 23:57:21.248962 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7373 | 2025.07.17 23:57:21.902315 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 | ||
7374 | 2025.07.17 23:57:21.919619 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7375 | 2025.07.17 23:57:21.919676 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7376 | 2025.07.17 23:57:21.926078 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7377 | 2025.07.17 23:57:21.926782 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7378 | 2025.07.17 23:57:21.929826 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 339 | ||
7379 | 2025.07.17 23:57:23.279472 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1010 | ||
7380 | 2025.07.17 23:57:23.281599 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7381 | 2025.07.17 23:57:23.281645 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7382 | 2025.07.17 23:57:23.282795 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7383 | 2025.07.17 23:57:23.283056 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7384 | 2025.07.17 23:57:23.283317 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1010 | ||
7385 | 2025.07.17 23:57:25.539237 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7386 | 2025.07.17 23:57:25.539445 [ 276 ] {51c67462-c6ce-4045-b82d-833177a3d086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
7387 | 2025.07.17 23:57:25.539520 [ 276 ] {51c67462-c6ce-4045-b82d-833177a3d086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7388 | 2025.07.17 23:57:25.540163 [ 276 ] {51c67462-c6ce-4045-b82d-833177a3d086} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7389 | 2025.07.17 23:57:25.540205 [ 276 ] {51c67462-c6ce-4045-b82d-833177a3d086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7390 | 2025.07.17 23:57:25.540606 [ 276 ] {51c67462-c6ce-4045-b82d-833177a3d086} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7391 | 2025.07.17 23:57:25.540854 [ 276 ] {51c67462-c6ce-4045-b82d-833177a3d086} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7392 | 2025.07.17 23:57:25.541014 [ 276 ] {51c67462-c6ce-4045-b82d-833177a3d086} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001625 sec., 2461.5384615384614 rows/sec., 200.72 KiB/sec. | ||
7393 | 2025.07.17 23:57:25.541064 [ 276 ] {51c67462-c6ce-4045-b82d-833177a3d086} <Debug> TCPHandler: Processed in 0.00196413 sec. | ||
7394 | 2025.07.17 23:57:25.541182 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7395 | 2025.07.17 23:57:25.541285 [ 276 ] {33890c75-8053-4e62-a60f-3a0ee321f01a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7396 | 2025.07.17 23:57:25.541330 [ 276 ] {33890c75-8053-4e62-a60f-3a0ee321f01a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7397 | 2025.07.17 23:57:25.541799 [ 276 ] {33890c75-8053-4e62-a60f-3a0ee321f01a} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7398 | 2025.07.17 23:57:25.541837 [ 276 ] {33890c75-8053-4e62-a60f-3a0ee321f01a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7399 | 2025.07.17 23:57:25.542215 [ 276 ] {33890c75-8053-4e62-a60f-3a0ee321f01a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
7400 | 2025.07.17 23:57:25.542428 [ 276 ] {33890c75-8053-4e62-a60f-3a0ee321f01a} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7401 | 2025.07.17 23:57:25.542550 [ 75 ] {} <Debug> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
7402 | 2025.07.17 23:57:25.542568 [ 276 ] {33890c75-8053-4e62-a60f-3a0ee321f01a} <Debug> executeQuery: Read 138 rows, 12.14 KiB in 0.001305 sec., 105747.12643678162 rows/sec., 9.09 MiB/sec. | ||
7403 | 2025.07.17 23:57:25.542622 [ 75 ] {} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7404 | 2025.07.17 23:57:25.542629 [ 276 ] {33890c75-8053-4e62-a60f-3a0ee321f01a} <Debug> TCPHandler: Processed in 0.001498743 sec. | ||
7405 | 2025.07.17 23:57:25.542663 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7406 | 2025.07.17 23:57:25.542756 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7407 | 2025.07.17 23:57:25.542776 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full | ||
7408 | 2025.07.17 23:57:25.542857 [ 276 ] {8c876859-ae93-4235-80ed-2c41c21178af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7409 | 2025.07.17 23:57:25.542884 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7410 | 2025.07.17 23:57:25.542899 [ 276 ] {8c876859-ae93-4235-80ed-2c41c21178af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7411 | 2025.07.17 23:57:25.542917 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 1411 rows starting from the beginning of the part | ||
7412 | 2025.07.17 23:57:25.542983 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 136 rows starting from the beginning of the part | ||
7413 | 2025.07.17 23:57:25.543033 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1325 rows starting from the beginning of the part | ||
7414 | 2025.07.17 23:57:25.543082 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 136 rows starting from the beginning of the part | ||
7415 | 2025.07.17 23:57:25.543126 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
7416 | 2025.07.17 23:57:25.543171 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 138 rows starting from the beginning of the part | ||
7417 | 2025.07.17 23:57:25.543311 [ 276 ] {8c876859-ae93-4235-80ed-2c41c21178af} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7418 | 2025.07.17 23:57:25.543347 [ 276 ] {8c876859-ae93-4235-80ed-2c41c21178af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7419 | 2025.07.17 23:57:25.543657 [ 276 ] {8c876859-ae93-4235-80ed-2c41c21178af} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7420 | 2025.07.17 23:57:25.543867 [ 276 ] {8c876859-ae93-4235-80ed-2c41c21178af} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7421 | 2025.07.17 23:57:25.543994 [ 276 ] {8c876859-ae93-4235-80ed-2c41c21178af} <Debug> executeQuery: Read 44 rows, 3.29 KiB in 0.001156 sec., 38062.28373702423 rows/sec., 2.78 MiB/sec. | ||
7422 | 2025.07.17 23:57:25.544032 [ 276 ] {8c876859-ae93-4235-80ed-2c41c21178af} <Debug> TCPHandler: Processed in 0.001325521 sec. | ||
7423 | 2025.07.17 23:57:25.544138 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7424 | 2025.07.17 23:57:25.544245 [ 276 ] {aff8a835-7358-4dce-b59c-4ea7eece45d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7425 | 2025.07.17 23:57:25.544286 [ 276 ] {aff8a835-7358-4dce-b59c-4ea7eece45d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7426 | 2025.07.17 23:57:25.544549 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3206 rows, containing 5 columns (5 merged, 0 gathered) in 0.001810968 sec., 1770323.9372534468 rows/sec., 154.71 MiB/sec. | ||
7427 | 2025.07.17 23:57:25.544726 [ 276 ] {aff8a835-7358-4dce-b59c-4ea7eece45d1} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7428 | 2025.07.17 23:57:25.544745 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
7429 | 2025.07.17 23:57:25.544768 [ 276 ] {aff8a835-7358-4dce-b59c-4ea7eece45d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7430 | 2025.07.17 23:57:25.544982 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_65_13} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7431 | 2025.07.17 23:57:25.545044 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_65_13} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
7432 | 2025.07.17 23:57:25.545104 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
7433 | 2025.07.17 23:57:25.545105 [ 276 ] {aff8a835-7358-4dce-b59c-4ea7eece45d1} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
7434 | 2025.07.17 23:57:25.545336 [ 276 ] {aff8a835-7358-4dce-b59c-4ea7eece45d1} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7435 | 2025.07.17 23:57:25.545457 [ 75 ] {} <Debug> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
7436 | 2025.07.17 23:57:25.545471 [ 276 ] {aff8a835-7358-4dce-b59c-4ea7eece45d1} <Debug> executeQuery: Read 108 rows, 8.64 KiB in 0.001246 sec., 86677.36757624398 rows/sec., 6.78 MiB/sec. | ||
7437 | 2025.07.17 23:57:25.545493 [ 75 ] {} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7438 | 2025.07.17 23:57:25.545541 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7439 | 2025.07.17 23:57:25.545547 [ 276 ] {aff8a835-7358-4dce-b59c-4ea7eece45d1} <Debug> TCPHandler: Processed in 0.001458302 sec. | ||
7440 | 2025.07.17 23:57:25.545639 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full | ||
7441 | 2025.07.17 23:57:25.545669 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7442 | 2025.07.17 23:57:25.545769 [ 276 ] {60a32114-7afa-4208-adac-b0b47f6fec7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7443 | 2025.07.17 23:57:25.545773 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7444 | 2025.07.17 23:57:25.545818 [ 276 ] {60a32114-7afa-4208-adac-b0b47f6fec7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7445 | 2025.07.17 23:57:25.545823 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 634 rows starting from the beginning of the part | ||
7446 | 2025.07.17 23:57:25.545901 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 104 rows starting from the beginning of the part | ||
7447 | 2025.07.17 23:57:25.545948 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 568 rows starting from the beginning of the part | ||
7448 | 2025.07.17 23:57:25.545987 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 104 rows starting from the beginning of the part | ||
7449 | 2025.07.17 23:57:25.546027 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 66 rows starting from the beginning of the part | ||
7450 | 2025.07.17 23:57:25.546067 [ 200 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 108 rows starting from the beginning of the part | ||
7451 | 2025.07.17 23:57:25.546231 [ 276 ] {60a32114-7afa-4208-adac-b0b47f6fec7a} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7452 | 2025.07.17 23:57:25.546275 [ 276 ] {60a32114-7afa-4208-adac-b0b47f6fec7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7453 | 2025.07.17 23:57:25.546630 [ 276 ] {60a32114-7afa-4208-adac-b0b47f6fec7a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
7454 | 2025.07.17 23:57:25.546859 [ 276 ] {60a32114-7afa-4208-adac-b0b47f6fec7a} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7455 | 2025.07.17 23:57:25.547003 [ 276 ] {60a32114-7afa-4208-adac-b0b47f6fec7a} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001252 sec., 129392.97124600639 rows/sec., 9.01 MiB/sec. | ||
7456 | 2025.07.17 23:57:25.547042 [ 276 ] {60a32114-7afa-4208-adac-b0b47f6fec7a} <Debug> TCPHandler: Processed in 0.001423222 sec. | ||
7457 | 2025.07.17 23:57:25.547115 [ 189 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1584 rows, containing 5 columns (5 merged, 0 gathered) in 0.001523083 sec., 1039995.8505216065 rows/sec., 82.92 MiB/sec. | ||
7458 | 2025.07.17 23:57:25.547160 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7459 | 2025.07.17 23:57:25.547257 [ 276 ] {c3c260fd-2acf-41fc-9013-02e07918c10e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7460 | 2025.07.17 23:57:25.547300 [ 196 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
7461 | 2025.07.17 23:57:25.547315 [ 276 ] {c3c260fd-2acf-41fc-9013-02e07918c10e} <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 | ||
7462 | 2025.07.17 23:57:25.547560 [ 196 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_65_13} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7463 | 2025.07.17 23:57:25.547634 [ 196 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_65_13} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
7464 | 2025.07.17 23:57:25.547708 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
7465 | 2025.07.17 23:57:25.548147 [ 276 ] {c3c260fd-2acf-41fc-9013-02e07918c10e} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7466 | 2025.07.17 23:57:25.548189 [ 276 ] {c3c260fd-2acf-41fc-9013-02e07918c10e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7467 | 2025.07.17 23:57:25.548772 [ 276 ] {c3c260fd-2acf-41fc-9013-02e07918c10e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7468 | 2025.07.17 23:57:25.549013 [ 276 ] {c3c260fd-2acf-41fc-9013-02e07918c10e} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7469 | 2025.07.17 23:57:25.549149 [ 276 ] {c3c260fd-2acf-41fc-9013-02e07918c10e} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001915 sec., 20887.728459530026 rows/sec., 37.43 MiB/sec. | ||
7470 | 2025.07.17 23:57:25.549204 [ 276 ] {c3c260fd-2acf-41fc-9013-02e07918c10e} <Debug> TCPHandler: Processed in 0.002105683 sec. | ||
7471 | 2025.07.17 23:57:25.549319 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7472 | 2025.07.17 23:57:25.549414 [ 276 ] {905c541c-10e3-4545-ae65-aa1488480ee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7473 | 2025.07.17 23:57:25.549454 [ 276 ] {905c541c-10e3-4545-ae65-aa1488480ee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7474 | 2025.07.17 23:57:25.549786 [ 276 ] {905c541c-10e3-4545-ae65-aa1488480ee5} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7475 | 2025.07.17 23:57:25.549823 [ 276 ] {905c541c-10e3-4545-ae65-aa1488480ee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7476 | 2025.07.17 23:57:25.550123 [ 276 ] {905c541c-10e3-4545-ae65-aa1488480ee5} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
7477 | 2025.07.17 23:57:25.550332 [ 276 ] {905c541c-10e3-4545-ae65-aa1488480ee5} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7478 | 2025.07.17 23:57:25.550476 [ 276 ] {905c541c-10e3-4545-ae65-aa1488480ee5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. | ||
7479 | 2025.07.17 23:57:25.550513 [ 276 ] {905c541c-10e3-4545-ae65-aa1488480ee5} <Debug> TCPHandler: Processed in 0.001243929 sec. | ||
7480 | 2025.07.17 23:57:28.092482 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7481 | 2025.07.17 23:57:28.092549 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7482 | 2025.07.17 23:57:28.239915 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
7483 | 2025.07.17 23:57:28.240409 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7484 | 2025.07.17 23:57:28.240447 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7485 | 2025.07.17 23:57:28.240930 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7486 | 2025.07.17 23:57:28.241164 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7487 | 2025.07.17 23:57:28.241301 [ 71 ] {} <Debug> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7488 | 2025.07.17 23:57:28.241321 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
7489 | 2025.07.17 23:57:28.241337 [ 71 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7490 | 2025.07.17 23:57:28.241356 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7491 | 2025.07.17 23:57:28.241475 [ 189 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
7492 | 2025.07.17 23:57:28.241627 [ 189 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7493 | 2025.07.17 23:57:28.241670 [ 189 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part | ||
7494 | 2025.07.17 23:57:28.241741 [ 189 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part | ||
7495 | 2025.07.17 23:57:28.241791 [ 189 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part | ||
7496 | 2025.07.17 23:57:28.241837 [ 189 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part | ||
7497 | 2025.07.17 23:57:28.241874 [ 189 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part | ||
7498 | 2025.07.17 23:57:28.241913 [ 189 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part | ||
7499 | 2025.07.17 23:57:28.243841 [ 196 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.002421998 sec., 8714292.910233617 rows/sec., 124.66 MiB/sec. | ||
7500 | 2025.07.17 23:57:28.244228 [ 196 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7501 | 2025.07.17 23:57:28.244527 [ 196 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_46_9} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7502 | 2025.07.17 23:57:28.244612 [ 196 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_46_9} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7503 | 2025.07.17 23:57:28.244715 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
7504 | 2025.07.17 23:57:29.430870 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 | ||
7505 | 2025.07.17 23:57:29.447740 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7506 | 2025.07.17 23:57:29.447786 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7507 | 2025.07.17 23:57:29.454224 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7508 | 2025.07.17 23:57:29.454937 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7509 | 2025.07.17 23:57:29.455223 [ 68 ] {} <Debug> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7510 | 2025.07.17 23:57:29.455259 [ 68 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7511 | 2025.07.17 23:57:29.455278 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7512 | 2025.07.17 23:57:29.455391 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
7513 | 2025.07.17 23:57:29.458291 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
7514 | 2025.07.17 23:57:29.459261 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7515 | 2025.07.17 23:57:29.460717 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part | ||
7516 | 2025.07.17 23:57:29.465218 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part | ||
7517 | 2025.07.17 23:57:29.469733 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part | ||
7518 | 2025.07.17 23:57:29.474226 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
7519 | 2025.07.17 23:57:29.478761 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 7 rows starting from the beginning of the part | ||
7520 | 2025.07.17 23:57:29.482828 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part | ||
7521 | 2025.07.17 23:57:29.534936 [ 196 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.079598446 sec., 4359.381588932025 rows/sec., 22.54 MiB/sec. | ||
7522 | 2025.07.17 23:57:29.537867 [ 188 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7523 | 2025.07.17 23:57:29.539895 [ 188 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_46_9} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7524 | 2025.07.17 23:57:29.539987 [ 188 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_46_9} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7525 | 2025.07.17 23:57:29.541898 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
7526 | 2025.07.17 23:57:30.537201 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7527 | 2025.07.17 23:57:30.537496 [ 276 ] {aff06a7f-6d5b-4085-ab19-7806b52eceb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7528 | 2025.07.17 23:57:30.537599 [ 276 ] {aff06a7f-6d5b-4085-ab19-7806b52eceb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7529 | 2025.07.17 23:57:30.538361 [ 276 ] {aff06a7f-6d5b-4085-ab19-7806b52eceb3} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7530 | 2025.07.17 23:57:30.538410 [ 276 ] {aff06a7f-6d5b-4085-ab19-7806b52eceb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7531 | 2025.07.17 23:57:30.538805 [ 276 ] {aff06a7f-6d5b-4085-ab19-7806b52eceb3} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
7532 | 2025.07.17 23:57:30.539028 [ 276 ] {aff06a7f-6d5b-4085-ab19-7806b52eceb3} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7533 | 2025.07.17 23:57:30.539183 [ 276 ] {aff06a7f-6d5b-4085-ab19-7806b52eceb3} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.001766 sec., 33975.084937712345 rows/sec., 2.64 MiB/sec. | ||
7534 | 2025.07.17 23:57:30.539226 [ 276 ] {aff06a7f-6d5b-4085-ab19-7806b52eceb3} <Debug> TCPHandler: Processed in 0.002211474 sec. | ||
7535 | 2025.07.17 23:57:30.539342 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7536 | 2025.07.17 23:57:30.539438 [ 276 ] {b38ff0d0-f3ad-46d5-82fa-656c629f7b8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7537 | 2025.07.17 23:57:30.539479 [ 276 ] {b38ff0d0-f3ad-46d5-82fa-656c629f7b8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7538 | 2025.07.17 23:57:30.539866 [ 276 ] {b38ff0d0-f3ad-46d5-82fa-656c629f7b8a} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7539 | 2025.07.17 23:57:30.539901 [ 276 ] {b38ff0d0-f3ad-46d5-82fa-656c629f7b8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7540 | 2025.07.17 23:57:30.540187 [ 276 ] {b38ff0d0-f3ad-46d5-82fa-656c629f7b8a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7541 | 2025.07.17 23:57:30.540391 [ 276 ] {b38ff0d0-f3ad-46d5-82fa-656c629f7b8a} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7542 | 2025.07.17 23:57:30.540523 [ 276 ] {b38ff0d0-f3ad-46d5-82fa-656c629f7b8a} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001105 sec., 1809.9547511312217 rows/sec., 136.10 KiB/sec. | ||
7543 | 2025.07.17 23:57:30.540562 [ 276 ] {b38ff0d0-f3ad-46d5-82fa-656c629f7b8a} <Debug> TCPHandler: Processed in 0.00127056 sec. | ||
7544 | 2025.07.17 23:57:30.540663 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7545 | 2025.07.17 23:57:30.540756 [ 276 ] {e68912e6-33b9-4a92-9ef2-f65783e4ad2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7546 | 2025.07.17 23:57:30.540796 [ 276 ] {e68912e6-33b9-4a92-9ef2-f65783e4ad2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7547 | 2025.07.17 23:57:30.541202 [ 276 ] {e68912e6-33b9-4a92-9ef2-f65783e4ad2d} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7548 | 2025.07.17 23:57:30.541241 [ 276 ] {e68912e6-33b9-4a92-9ef2-f65783e4ad2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7549 | 2025.07.17 23:57:30.541550 [ 276 ] {e68912e6-33b9-4a92-9ef2-f65783e4ad2d} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
7550 | 2025.07.17 23:57:30.541754 [ 276 ] {e68912e6-33b9-4a92-9ef2-f65783e4ad2d} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7551 | 2025.07.17 23:57:30.541883 [ 276 ] {e68912e6-33b9-4a92-9ef2-f65783e4ad2d} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001144 sec., 57692.30769230769 rows/sec., 4.50 MiB/sec. | ||
7552 | 2025.07.17 23:57:30.541921 [ 276 ] {e68912e6-33b9-4a92-9ef2-f65783e4ad2d} <Debug> TCPHandler: Processed in 0.00130722 sec. | ||
7553 | 2025.07.17 23:57:30.542032 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7554 | 2025.07.17 23:57:30.542125 [ 276 ] {a9fab0bc-cc19-41b0-bc39-3704ed79023e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7555 | 2025.07.17 23:57:30.542168 [ 276 ] {a9fab0bc-cc19-41b0-bc39-3704ed79023e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7556 | 2025.07.17 23:57:30.542560 [ 276 ] {a9fab0bc-cc19-41b0-bc39-3704ed79023e} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7557 | 2025.07.17 23:57:30.542596 [ 276 ] {a9fab0bc-cc19-41b0-bc39-3704ed79023e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7558 | 2025.07.17 23:57:30.542941 [ 276 ] {a9fab0bc-cc19-41b0-bc39-3704ed79023e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
7559 | 2025.07.17 23:57:30.543146 [ 276 ] {a9fab0bc-cc19-41b0-bc39-3704ed79023e} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7560 | 2025.07.17 23:57:30.543274 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
7561 | 2025.07.17 23:57:30.543279 [ 276 ] {a9fab0bc-cc19-41b0-bc39-3704ed79023e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001167 sec., 137103.68466152527 rows/sec., 9.55 MiB/sec. | ||
7562 | 2025.07.17 23:57:30.543357 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7563 | 2025.07.17 23:57:30.543371 [ 276 ] {a9fab0bc-cc19-41b0-bc39-3704ed79023e} <Debug> TCPHandler: Processed in 0.001388731 sec. | ||
7564 | 2025.07.17 23:57:30.543392 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7565 | 2025.07.17 23:57:30.543500 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7566 | 2025.07.17 23:57:30.543539 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
7567 | 2025.07.17 23:57:30.543598 [ 276 ] {8543d604-2160-4cc9-b904-f178548a3158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7568 | 2025.07.17 23:57:30.543656 [ 276 ] {8543d604-2160-4cc9-b904-f178548a3158} <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 | ||
7569 | 2025.07.17 23:57:30.543710 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7570 | 2025.07.17 23:57:30.543757 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17367 rows starting from the beginning of the part | ||
7571 | 2025.07.17 23:57:30.543831 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 921 rows starting from the beginning of the part | ||
7572 | 2025.07.17 23:57:30.543883 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
7573 | 2025.07.17 23:57:30.543925 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part | ||
7574 | 2025.07.17 23:57:30.543966 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 162 rows starting from the beginning of the part | ||
7575 | 2025.07.17 23:57:30.544007 [ 199 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
7576 | 2025.07.17 23:57:30.544402 [ 276 ] {8543d604-2160-4cc9-b904-f178548a3158} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7577 | 2025.07.17 23:57:30.544443 [ 276 ] {8543d604-2160-4cc9-b904-f178548a3158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7578 | 2025.07.17 23:57:30.545194 [ 276 ] {8543d604-2160-4cc9-b904-f178548a3158} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7579 | 2025.07.17 23:57:30.545424 [ 276 ] {8543d604-2160-4cc9-b904-f178548a3158} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7580 | 2025.07.17 23:57:30.545543 [ 68 ] {} <Debug> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7581 | 2025.07.17 23:57:30.545570 [ 276 ] {8543d604-2160-4cc9-b904-f178548a3158} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.00199 sec., 1005.0251256281407 rows/sec., 1.80 MiB/sec. | ||
7582 | 2025.07.17 23:57:30.545584 [ 68 ] {} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7583 | 2025.07.17 23:57:30.545614 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7584 | 2025.07.17 23:57:30.545634 [ 276 ] {8543d604-2160-4cc9-b904-f178548a3158} <Debug> TCPHandler: Processed in 0.002182233 sec. | ||
7585 | 2025.07.17 23:57:30.545701 [ 188 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
7586 | 2025.07.17 23:57:30.545754 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7587 | 2025.07.17 23:57:30.545854 [ 276 ] {7643c104-7f3e-474c-b235-2e78d4583268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7588 | 2025.07.17 23:57:30.545897 [ 276 ] {7643c104-7f3e-474c-b235-2e78d4583268} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7589 | 2025.07.17 23:57:30.545934 [ 188 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7590 | 2025.07.17 23:57:30.546009 [ 188 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1135 rows starting from the beginning of the part | ||
7591 | 2025.07.17 23:57:30.546151 [ 188 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 2 rows starting from the beginning of the part | ||
7592 | 2025.07.17 23:57:30.546242 [ 276 ] {7643c104-7f3e-474c-b235-2e78d4583268} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7593 | 2025.07.17 23:57:30.546270 [ 188 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 40 rows starting from the beginning of the part | ||
7594 | 2025.07.17 23:57:30.546282 [ 276 ] {7643c104-7f3e-474c-b235-2e78d4583268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7595 | 2025.07.17 23:57:30.546385 [ 188 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 2 rows starting from the beginning of the part | ||
7596 | 2025.07.17 23:57:30.546496 [ 188 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 40 rows starting from the beginning of the part | ||
7597 | 2025.07.17 23:57:30.546603 [ 188 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 2 rows starting from the beginning of the part | ||
7598 | 2025.07.17 23:57:30.546723 [ 276 ] {7643c104-7f3e-474c-b235-2e78d4583268} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
7599 | 2025.07.17 23:57:30.546954 [ 276 ] {7643c104-7f3e-474c-b235-2e78d4583268} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7600 | 2025.07.17 23:57:30.547070 [ 68 ] {} <Debug> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
7601 | 2025.07.17 23:57:30.547094 [ 276 ] {7643c104-7f3e-474c-b235-2e78d4583268} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001258 sec., 47694.753577106516 rows/sec., 3.21 MiB/sec. | ||
7602 | 2025.07.17 23:57:30.547098 [ 68 ] {} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7603 | 2025.07.17 23:57:30.547133 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7604 | 2025.07.17 23:57:30.547139 [ 276 ] {7643c104-7f3e-474c-b235-2e78d4583268} <Debug> TCPHandler: Processed in 0.001435182 sec. | ||
7605 | 2025.07.17 23:57:30.547211 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
7606 | 2025.07.17 23:57:30.547311 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7607 | 2025.07.17 23:57:30.547338 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3408 rows starting from the beginning of the part | ||
7608 | 2025.07.17 23:57:30.547393 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
7609 | 2025.07.17 23:57:30.547437 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
7610 | 2025.07.17 23:57:30.547476 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
7611 | 2025.07.17 23:57:30.547517 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
7612 | 2025.07.17 23:57:30.547557 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
7613 | 2025.07.17 23:57:30.549312 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3708 rows, containing 4 columns (4 merged, 0 gathered) in 0.002136983 sec., 1735156.5267482242 rows/sec., 116.84 MiB/sec. | ||
7614 | 2025.07.17 23:57:30.549688 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
7615 | 2025.07.17 23:57:30.549938 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_66_13} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7616 | 2025.07.17 23:57:30.550007 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_66_13} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
7617 | 2025.07.17 23:57:30.550075 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
7618 | 2025.07.17 23:57:30.550497 [ 192 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18930 rows, containing 5 columns (5 merged, 0 gathered) in 0.007028348 sec., 2693378.301700485 rows/sec., 185.06 MiB/sec. | ||
7619 | 2025.07.17 23:57:30.550827 [ 196 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
7620 | 2025.07.17 23:57:30.551102 [ 196 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7621 | 2025.07.17 23:57:30.551176 [ 196 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
7622 | 2025.07.17 23:57:30.551252 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
7623 | 2025.07.17 23:57:30.554492 [ 188 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1221 rows, containing 19 columns (19 merged, 0 gathered) in 0.008832896 sec., 138233.25894474474 rows/sec., 247.71 MiB/sec. | ||
7624 | 2025.07.17 23:57:30.556070 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7625 | 2025.07.17 23:57:30.556380 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7626 | 2025.07.17 23:57:30.556448 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7627 | 2025.07.17 23:57:30.556532 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.49 MiB. | ||
7628 | 2025.07.17 23:57:31.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 285.27 MiB, peak 299.06 MiB, free memory in arenas 0.00 B, will set to 291.27 MiB (RSS), difference: 6.01 MiB | ||
7629 | 2025.07.17 23:57:33.283442 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1036 | ||
7630 | 2025.07.17 23:57:33.285661 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7631 | 2025.07.17 23:57:33.285715 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7632 | 2025.07.17 23:57:33.286897 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7633 | 2025.07.17 23:57:33.287155 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7634 | 2025.07.17 23:57:33.287416 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1036 | ||
7635 | 2025.07.17 23:57:35.539130 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7636 | 2025.07.17 23:57:35.539310 [ 276 ] {c919f0cf-4fb0-4c24-8d82-951b7592737b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7637 | 2025.07.17 23:57:35.539375 [ 276 ] {c919f0cf-4fb0-4c24-8d82-951b7592737b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7638 | 2025.07.17 23:57:35.540072 [ 276 ] {c919f0cf-4fb0-4c24-8d82-951b7592737b} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7639 | 2025.07.17 23:57:35.540111 [ 276 ] {c919f0cf-4fb0-4c24-8d82-951b7592737b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7640 | 2025.07.17 23:57:35.540524 [ 276 ] {c919f0cf-4fb0-4c24-8d82-951b7592737b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
7641 | 2025.07.17 23:57:35.540745 [ 276 ] {c919f0cf-4fb0-4c24-8d82-951b7592737b} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7642 | 2025.07.17 23:57:35.540892 [ 276 ] {c919f0cf-4fb0-4c24-8d82-951b7592737b} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001633 sec., 83282.30251071647 rows/sec., 7.17 MiB/sec. | ||
7643 | 2025.07.17 23:57:35.540937 [ 276 ] {c919f0cf-4fb0-4c24-8d82-951b7592737b} <Debug> TCPHandler: Processed in 0.00193815 sec. | ||
7644 | 2025.07.17 23:57:35.541053 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7645 | 2025.07.17 23:57:35.541150 [ 276 ] {35d5c98c-aac1-42e2-b19d-0c682832edf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7646 | 2025.07.17 23:57:35.541189 [ 276 ] {35d5c98c-aac1-42e2-b19d-0c682832edf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7647 | 2025.07.17 23:57:35.541605 [ 276 ] {35d5c98c-aac1-42e2-b19d-0c682832edf6} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7648 | 2025.07.17 23:57:35.541639 [ 276 ] {35d5c98c-aac1-42e2-b19d-0c682832edf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7649 | 2025.07.17 23:57:35.541932 [ 276 ] {35d5c98c-aac1-42e2-b19d-0c682832edf6} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7650 | 2025.07.17 23:57:35.542139 [ 276 ] {35d5c98c-aac1-42e2-b19d-0c682832edf6} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7651 | 2025.07.17 23:57:35.542263 [ 276 ] {35d5c98c-aac1-42e2-b19d-0c682832edf6} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001132 sec., 35335.68904593639 rows/sec., 2.59 MiB/sec. | ||
7652 | 2025.07.17 23:57:35.542300 [ 276 ] {35d5c98c-aac1-42e2-b19d-0c682832edf6} <Debug> TCPHandler: Processed in 0.0012976 sec. | ||
7653 | 2025.07.17 23:57:35.542424 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7654 | 2025.07.17 23:57:35.542518 [ 276 ] {b50cfea3-312e-4604-a020-e0b8dffd9cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7655 | 2025.07.17 23:57:35.542557 [ 276 ] {b50cfea3-312e-4604-a020-e0b8dffd9cc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7656 | 2025.07.17 23:57:35.542992 [ 276 ] {b50cfea3-312e-4604-a020-e0b8dffd9cc5} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7657 | 2025.07.17 23:57:35.543026 [ 276 ] {b50cfea3-312e-4604-a020-e0b8dffd9cc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7658 | 2025.07.17 23:57:35.543330 [ 276 ] {b50cfea3-312e-4604-a020-e0b8dffd9cc5} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
7659 | 2025.07.17 23:57:35.543536 [ 276 ] {b50cfea3-312e-4604-a020-e0b8dffd9cc5} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7660 | 2025.07.17 23:57:35.543668 [ 276 ] {b50cfea3-312e-4604-a020-e0b8dffd9cc5} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001169 sec., 88964.9272882806 rows/sec., 6.95 MiB/sec. | ||
7661 | 2025.07.17 23:57:35.543707 [ 276 ] {b50cfea3-312e-4604-a020-e0b8dffd9cc5} <Debug> TCPHandler: Processed in 0.001331071 sec. | ||
7662 | 2025.07.17 23:57:35.543827 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7663 | 2025.07.17 23:57:35.543922 [ 276 ] {0ff308bf-8e8d-4fd3-8790-448972af7472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7664 | 2025.07.17 23:57:35.543966 [ 276 ] {0ff308bf-8e8d-4fd3-8790-448972af7472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7665 | 2025.07.17 23:57:35.544369 [ 276 ] {0ff308bf-8e8d-4fd3-8790-448972af7472} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7666 | 2025.07.17 23:57:35.544405 [ 276 ] {0ff308bf-8e8d-4fd3-8790-448972af7472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7667 | 2025.07.17 23:57:35.544727 [ 276 ] {0ff308bf-8e8d-4fd3-8790-448972af7472} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
7668 | 2025.07.17 23:57:35.544944 [ 276 ] {0ff308bf-8e8d-4fd3-8790-448972af7472} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7669 | 2025.07.17 23:57:35.545072 [ 276 ] {0ff308bf-8e8d-4fd3-8790-448972af7472} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. | ||
7670 | 2025.07.17 23:57:35.545109 [ 276 ] {0ff308bf-8e8d-4fd3-8790-448972af7472} <Debug> TCPHandler: Processed in 0.00133155 sec. | ||
7671 | 2025.07.17 23:57:35.545222 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7672 | 2025.07.17 23:57:35.545316 [ 276 ] {bc249fc7-11e3-4975-851a-8ad9425cfa83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7673 | 2025.07.17 23:57:35.545371 [ 276 ] {bc249fc7-11e3-4975-851a-8ad9425cfa83} <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 | ||
7674 | 2025.07.17 23:57:35.546176 [ 276 ] {bc249fc7-11e3-4975-851a-8ad9425cfa83} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7675 | 2025.07.17 23:57:35.546213 [ 276 ] {bc249fc7-11e3-4975-851a-8ad9425cfa83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7676 | 2025.07.17 23:57:35.546769 [ 276 ] {bc249fc7-11e3-4975-851a-8ad9425cfa83} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7677 | 2025.07.17 23:57:35.546982 [ 276 ] {bc249fc7-11e3-4975-851a-8ad9425cfa83} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7678 | 2025.07.17 23:57:35.547118 [ 276 ] {bc249fc7-11e3-4975-851a-8ad9425cfa83} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001819 sec., 21990.10445299615 rows/sec., 39.41 MiB/sec. | ||
7679 | 2025.07.17 23:57:35.547172 [ 276 ] {bc249fc7-11e3-4975-851a-8ad9425cfa83} <Debug> TCPHandler: Processed in 0.001999561 sec. | ||
7680 | 2025.07.17 23:57:35.547278 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7681 | 2025.07.17 23:57:35.547373 [ 276 ] {c91214b7-51ef-4ed6-aa44-9d6b2ea08765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7682 | 2025.07.17 23:57:35.547415 [ 276 ] {c91214b7-51ef-4ed6-aa44-9d6b2ea08765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7683 | 2025.07.17 23:57:35.547749 [ 276 ] {c91214b7-51ef-4ed6-aa44-9d6b2ea08765} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7684 | 2025.07.17 23:57:35.547785 [ 276 ] {c91214b7-51ef-4ed6-aa44-9d6b2ea08765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7685 | 2025.07.17 23:57:35.548080 [ 276 ] {c91214b7-51ef-4ed6-aa44-9d6b2ea08765} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
7686 | 2025.07.17 23:57:35.548285 [ 276 ] {c91214b7-51ef-4ed6-aa44-9d6b2ea08765} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7687 | 2025.07.17 23:57:35.548413 [ 276 ] {c91214b7-51ef-4ed6-aa44-9d6b2ea08765} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. | ||
7688 | 2025.07.17 23:57:35.548449 [ 276 ] {c91214b7-51ef-4ed6-aa44-9d6b2ea08765} <Debug> TCPHandler: Processed in 0.001219519 sec. | ||
7689 | 2025.07.17 23:57:35.741444 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
7690 | 2025.07.17 23:57:35.741938 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7691 | 2025.07.17 23:57:35.741984 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7692 | 2025.07.17 23:57:35.742471 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7693 | 2025.07.17 23:57:35.742714 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7694 | 2025.07.17 23:57:35.742843 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
7695 | 2025.07.17 23:57:36.958424 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 | ||
7696 | 2025.07.17 23:57:36.973687 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7697 | 2025.07.17 23:57:36.973748 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7698 | 2025.07.17 23:57:36.979866 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7699 | 2025.07.17 23:57:36.980563 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7700 | 2025.07.17 23:57:36.983482 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 354 | ||
7701 | 2025.07.17 23:57:40.565873 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7702 | 2025.07.17 23:57:40.566149 [ 276 ] {aea3b2af-fee6-4298-b624-e4ad00cc93f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
7703 | 2025.07.17 23:57:40.566254 [ 276 ] {aea3b2af-fee6-4298-b624-e4ad00cc93f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
7704 | 2025.07.17 23:57:40.566895 [ 276 ] {aea3b2af-fee6-4298-b624-e4ad00cc93f7} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7705 | 2025.07.17 23:57:40.566934 [ 276 ] {aea3b2af-fee6-4298-b624-e4ad00cc93f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7706 | 2025.07.17 23:57:40.567329 [ 276 ] {aea3b2af-fee6-4298-b624-e4ad00cc93f7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7707 | 2025.07.17 23:57:40.567563 [ 276 ] {aea3b2af-fee6-4298-b624-e4ad00cc93f7} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7708 | 2025.07.17 23:57:40.567712 [ 276 ] {aea3b2af-fee6-4298-b624-e4ad00cc93f7} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001641 sec., 14625.22851919561 rows/sec., 1.21 MiB/sec. | ||
7709 | 2025.07.17 23:57:40.567756 [ 276 ] {aea3b2af-fee6-4298-b624-e4ad00cc93f7} <Debug> TCPHandler: Processed in 0.002063642 sec. | ||
7710 | 2025.07.17 23:57:40.567875 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7711 | 2025.07.17 23:57:40.567971 [ 276 ] {70d9fa6f-b643-406c-9173-fcdc90dbd152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
7712 | 2025.07.17 23:57:40.568012 [ 276 ] {70d9fa6f-b643-406c-9173-fcdc90dbd152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7713 | 2025.07.17 23:57:40.568408 [ 276 ] {70d9fa6f-b643-406c-9173-fcdc90dbd152} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7714 | 2025.07.17 23:57:40.568445 [ 276 ] {70d9fa6f-b643-406c-9173-fcdc90dbd152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7715 | 2025.07.17 23:57:40.568730 [ 276 ] {70d9fa6f-b643-406c-9173-fcdc90dbd152} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7716 | 2025.07.17 23:57:40.568932 [ 276 ] {70d9fa6f-b643-406c-9173-fcdc90dbd152} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7717 | 2025.07.17 23:57:40.569062 [ 276 ] {70d9fa6f-b643-406c-9173-fcdc90dbd152} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001109 sec., 1803.4265103697026 rows/sec., 147.06 KiB/sec. | ||
7718 | 2025.07.17 23:57:40.569101 [ 276 ] {70d9fa6f-b643-406c-9173-fcdc90dbd152} <Debug> TCPHandler: Processed in 0.00127625 sec. | ||
7719 | 2025.07.17 23:57:40.569205 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7720 | 2025.07.17 23:57:40.569300 [ 276 ] {f5ab2b79-edf5-4352-91d1-1a360d98f839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7721 | 2025.07.17 23:57:40.569340 [ 276 ] {f5ab2b79-edf5-4352-91d1-1a360d98f839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7722 | 2025.07.17 23:57:40.570231 [ 276 ] {f5ab2b79-edf5-4352-91d1-1a360d98f839} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7723 | 2025.07.17 23:57:40.570267 [ 276 ] {f5ab2b79-edf5-4352-91d1-1a360d98f839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7724 | 2025.07.17 23:57:40.570650 [ 276 ] {f5ab2b79-edf5-4352-91d1-1a360d98f839} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
7725 | 2025.07.17 23:57:40.570856 [ 276 ] {f5ab2b79-edf5-4352-91d1-1a360d98f839} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7726 | 2025.07.17 23:57:40.570988 [ 276 ] {f5ab2b79-edf5-4352-91d1-1a360d98f839} <Debug> executeQuery: Read 1321 rows, 112.40 KiB in 0.001706 sec., 774325.9085580305 rows/sec., 64.34 MiB/sec. | ||
7727 | 2025.07.17 23:57:40.571025 [ 276 ] {f5ab2b79-edf5-4352-91d1-1a360d98f839} <Debug> TCPHandler: Processed in 0.001869109 sec. | ||
7728 | 2025.07.17 23:57:40.571129 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7729 | 2025.07.17 23:57:40.571225 [ 276 ] {dbd1bd61-ccce-4dec-bb05-f77751460ba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7730 | 2025.07.17 23:57:40.571265 [ 276 ] {dbd1bd61-ccce-4dec-bb05-f77751460ba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7731 | 2025.07.17 23:57:40.571675 [ 276 ] {dbd1bd61-ccce-4dec-bb05-f77751460ba6} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7732 | 2025.07.17 23:57:40.571711 [ 276 ] {dbd1bd61-ccce-4dec-bb05-f77751460ba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7733 | 2025.07.17 23:57:40.572008 [ 276 ] {dbd1bd61-ccce-4dec-bb05-f77751460ba6} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
7734 | 2025.07.17 23:57:40.572224 [ 276 ] {dbd1bd61-ccce-4dec-bb05-f77751460ba6} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7735 | 2025.07.17 23:57:40.572353 [ 276 ] {dbd1bd61-ccce-4dec-bb05-f77751460ba6} <Debug> executeQuery: Read 16 rows, 1.25 KiB in 0.001146 sec., 13961.605584642233 rows/sec., 1.07 MiB/sec. | ||
7736 | 2025.07.17 23:57:40.572392 [ 276 ] {dbd1bd61-ccce-4dec-bb05-f77751460ba6} <Debug> TCPHandler: Processed in 0.00131264 sec. | ||
7737 | 2025.07.17 23:57:40.572494 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7738 | 2025.07.17 23:57:40.572587 [ 276 ] {1c882a3c-5540-4b66-a81d-1df8e26dea56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7739 | 2025.07.17 23:57:40.572626 [ 276 ] {1c882a3c-5540-4b66-a81d-1df8e26dea56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7740 | 2025.07.17 23:57:40.573102 [ 276 ] {1c882a3c-5540-4b66-a81d-1df8e26dea56} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7741 | 2025.07.17 23:57:40.573136 [ 276 ] {1c882a3c-5540-4b66-a81d-1df8e26dea56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7742 | 2025.07.17 23:57:40.573439 [ 276 ] {1c882a3c-5540-4b66-a81d-1df8e26dea56} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7743 | 2025.07.17 23:57:40.573641 [ 276 ] {1c882a3c-5540-4b66-a81d-1df8e26dea56} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7744 | 2025.07.17 23:57:40.573763 [ 276 ] {1c882a3c-5540-4b66-a81d-1df8e26dea56} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001194 sec., 211055.27638190956 rows/sec., 14.60 MiB/sec. | ||
7745 | 2025.07.17 23:57:40.573800 [ 276 ] {1c882a3c-5540-4b66-a81d-1df8e26dea56} <Debug> TCPHandler: Processed in 0.001355991 sec. | ||
7746 | 2025.07.17 23:57:40.573911 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7747 | 2025.07.17 23:57:40.574004 [ 276 ] {3b5db740-4d7c-44d5-9dc3-3388ad884e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
7748 | 2025.07.17 23:57:40.574044 [ 276 ] {3b5db740-4d7c-44d5-9dc3-3388ad884e08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7749 | 2025.07.17 23:57:40.574440 [ 276 ] {3b5db740-4d7c-44d5-9dc3-3388ad884e08} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7750 | 2025.07.17 23:57:40.574475 [ 276 ] {3b5db740-4d7c-44d5-9dc3-3388ad884e08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7751 | 2025.07.17 23:57:40.574763 [ 276 ] {3b5db740-4d7c-44d5-9dc3-3388ad884e08} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7752 | 2025.07.17 23:57:40.574972 [ 276 ] {3b5db740-4d7c-44d5-9dc3-3388ad884e08} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7753 | 2025.07.17 23:57:40.575101 [ 276 ] {3b5db740-4d7c-44d5-9dc3-3388ad884e08} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001114 sec., 10771.992818671455 rows/sec., 841.56 KiB/sec. | ||
7754 | 2025.07.17 23:57:40.575139 [ 276 ] {3b5db740-4d7c-44d5-9dc3-3388ad884e08} <Debug> TCPHandler: Processed in 0.00127744 sec. | ||
7755 | 2025.07.17 23:57:40.575244 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7756 | 2025.07.17 23:57:40.575344 [ 276 ] {92ca1b05-d385-4409-9546-7bee91c1bec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7757 | 2025.07.17 23:57:40.575383 [ 276 ] {92ca1b05-d385-4409-9546-7bee91c1bec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7758 | 2025.07.17 23:57:40.575968 [ 276 ] {92ca1b05-d385-4409-9546-7bee91c1bec1} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7759 | 2025.07.17 23:57:40.576003 [ 276 ] {92ca1b05-d385-4409-9546-7bee91c1bec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7760 | 2025.07.17 23:57:40.576321 [ 276 ] {92ca1b05-d385-4409-9546-7bee91c1bec1} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
7761 | 2025.07.17 23:57:40.576524 [ 276 ] {92ca1b05-d385-4409-9546-7bee91c1bec1} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7762 | 2025.07.17 23:57:40.576650 [ 276 ] {92ca1b05-d385-4409-9546-7bee91c1bec1} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.001324 sec., 422960.72507552867 rows/sec., 31.71 MiB/sec. | ||
7763 | 2025.07.17 23:57:40.576712 [ 276 ] {92ca1b05-d385-4409-9546-7bee91c1bec1} <Debug> TCPHandler: Processed in 0.001516344 sec. | ||
7764 | 2025.07.17 23:57:40.576825 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7765 | 2025.07.17 23:57:40.576919 [ 276 ] {0ece5086-cc9a-468f-bf47-5ffae27ed663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7766 | 2025.07.17 23:57:40.576961 [ 276 ] {0ece5086-cc9a-468f-bf47-5ffae27ed663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7767 | 2025.07.17 23:57:40.577531 [ 276 ] {0ece5086-cc9a-468f-bf47-5ffae27ed663} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7768 | 2025.07.17 23:57:40.577564 [ 276 ] {0ece5086-cc9a-468f-bf47-5ffae27ed663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7769 | 2025.07.17 23:57:40.577937 [ 276 ] {0ece5086-cc9a-468f-bf47-5ffae27ed663} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
7770 | 2025.07.17 23:57:40.578143 [ 276 ] {0ece5086-cc9a-468f-bf47-5ffae27ed663} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7771 | 2025.07.17 23:57:40.578298 [ 276 ] {0ece5086-cc9a-468f-bf47-5ffae27ed663} <Debug> executeQuery: Read 917 rows, 63.69 KiB in 0.001397 sec., 656406.5855404438 rows/sec., 44.52 MiB/sec. | ||
7772 | 2025.07.17 23:57:40.578337 [ 276 ] {0ece5086-cc9a-468f-bf47-5ffae27ed663} <Debug> TCPHandler: Processed in 0.001562534 sec. | ||
7773 | 2025.07.17 23:57:40.578462 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7774 | 2025.07.17 23:57:40.578557 [ 276 ] {ae25bf23-870d-4458-bf58-5a770e0482ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7775 | 2025.07.17 23:57:40.578611 [ 276 ] {ae25bf23-870d-4458-bf58-5a770e0482ae} <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 | ||
7776 | 2025.07.17 23:57:40.579348 [ 276 ] {ae25bf23-870d-4458-bf58-5a770e0482ae} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7777 | 2025.07.17 23:57:40.579385 [ 276 ] {ae25bf23-870d-4458-bf58-5a770e0482ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7778 | 2025.07.17 23:57:40.579865 [ 276 ] {ae25bf23-870d-4458-bf58-5a770e0482ae} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7779 | 2025.07.17 23:57:40.580082 [ 276 ] {ae25bf23-870d-4458-bf58-5a770e0482ae} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7780 | 2025.07.17 23:57:40.580220 [ 276 ] {ae25bf23-870d-4458-bf58-5a770e0482ae} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001682 sec., 1189.0606420927468 rows/sec., 2.13 MiB/sec. | ||
7781 | 2025.07.17 23:57:40.580274 [ 276 ] {ae25bf23-870d-4458-bf58-5a770e0482ae} <Debug> TCPHandler: Processed in 0.001861569 sec. | ||
7782 | 2025.07.17 23:57:40.580387 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7783 | 2025.07.17 23:57:40.580482 [ 276 ] {84873503-a20f-4b8e-b33e-a956219f8ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7784 | 2025.07.17 23:57:40.580524 [ 276 ] {84873503-a20f-4b8e-b33e-a956219f8ae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7785 | 2025.07.17 23:57:40.580856 [ 276 ] {84873503-a20f-4b8e-b33e-a956219f8ae5} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7786 | 2025.07.17 23:57:40.580892 [ 276 ] {84873503-a20f-4b8e-b33e-a956219f8ae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7787 | 2025.07.17 23:57:40.581191 [ 276 ] {84873503-a20f-4b8e-b33e-a956219f8ae5} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
7788 | 2025.07.17 23:57:40.581394 [ 276 ] {84873503-a20f-4b8e-b33e-a956219f8ae5} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7789 | 2025.07.17 23:57:40.581522 [ 276 ] {84873503-a20f-4b8e-b33e-a956219f8ae5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. | ||
7790 | 2025.07.17 23:57:40.581557 [ 276 ] {84873503-a20f-4b8e-b33e-a956219f8ae5} <Debug> TCPHandler: Processed in 0.001219198 sec. | ||
7791 | 2025.07.17 23:57:43.092604 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7792 | 2025.07.17 23:57:43.092681 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7793 | 2025.07.17 23:57:43.242907 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
7794 | 2025.07.17 23:57:43.243421 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7795 | 2025.07.17 23:57:43.243464 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7796 | 2025.07.17 23:57:43.243967 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7797 | 2025.07.17 23:57:43.244199 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7798 | 2025.07.17 23:57:43.244345 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
7799 | 2025.07.17 23:57:43.287597 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1068 | ||
7800 | 2025.07.17 23:57:43.290284 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7801 | 2025.07.17 23:57:43.290321 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7802 | 2025.07.17 23:57:43.291539 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7803 | 2025.07.17 23:57:43.291804 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7804 | 2025.07.17 23:57:43.292056 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1068 | ||
7805 | 2025.07.17 23:57:44.001139 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000795132 sec. | ||
7806 | 2025.07.17 23:57:44.483546 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 | ||
7807 | 2025.07.17 23:57:44.499402 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7808 | 2025.07.17 23:57:44.499449 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7809 | 2025.07.17 23:57:44.505486 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7810 | 2025.07.17 23:57:44.506205 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7811 | 2025.07.17 23:57:44.509096 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
7812 | 2025.07.17 23:57:45.539451 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7813 | 2025.07.17 23:57:45.539731 [ 276 ] {9e880922-9157-43e0-b287-c9dcabe4e672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7814 | 2025.07.17 23:57:45.539836 [ 276 ] {9e880922-9157-43e0-b287-c9dcabe4e672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7815 | 2025.07.17 23:57:45.540719 [ 276 ] {9e880922-9157-43e0-b287-c9dcabe4e672} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7816 | 2025.07.17 23:57:45.540760 [ 276 ] {9e880922-9157-43e0-b287-c9dcabe4e672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7817 | 2025.07.17 23:57:45.541147 [ 276 ] {9e880922-9157-43e0-b287-c9dcabe4e672} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
7818 | 2025.07.17 23:57:45.541374 [ 276 ] {9e880922-9157-43e0-b287-c9dcabe4e672} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7819 | 2025.07.17 23:57:45.541521 [ 276 ] {9e880922-9157-43e0-b287-c9dcabe4e672} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001866 sec., 72883.17256162915 rows/sec., 6.28 MiB/sec. | ||
7820 | 2025.07.17 23:57:45.541563 [ 276 ] {9e880922-9157-43e0-b287-c9dcabe4e672} <Debug> TCPHandler: Processed in 0.002295505 sec. | ||
7821 | 2025.07.17 23:57:45.541679 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7822 | 2025.07.17 23:57:45.541774 [ 276 ] {732568c0-3ac3-4250-bb04-8c300fcde58b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7823 | 2025.07.17 23:57:45.541815 [ 276 ] {732568c0-3ac3-4250-bb04-8c300fcde58b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7824 | 2025.07.17 23:57:45.542217 [ 276 ] {732568c0-3ac3-4250-bb04-8c300fcde58b} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7825 | 2025.07.17 23:57:45.542252 [ 276 ] {732568c0-3ac3-4250-bb04-8c300fcde58b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7826 | 2025.07.17 23:57:45.542545 [ 276 ] {732568c0-3ac3-4250-bb04-8c300fcde58b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
7827 | 2025.07.17 23:57:45.542760 [ 276 ] {732568c0-3ac3-4250-bb04-8c300fcde58b} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7828 | 2025.07.17 23:57:45.542873 [ 51 ] {} <Debug> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
7829 | 2025.07.17 23:57:45.542887 [ 276 ] {732568c0-3ac3-4250-bb04-8c300fcde58b} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001132 sec., 35335.68904593639 rows/sec., 2.59 MiB/sec. | ||
7830 | 2025.07.17 23:57:45.542942 [ 51 ] {} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7831 | 2025.07.17 23:57:45.542950 [ 276 ] {732568c0-3ac3-4250-bb04-8c300fcde58b} <Debug> TCPHandler: Processed in 0.00132089 sec. | ||
7832 | 2025.07.17 23:57:45.542971 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7833 | 2025.07.17 23:57:45.543063 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7834 | 2025.07.17 23:57:45.543112 [ 192 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
7835 | 2025.07.17 23:57:45.543161 [ 276 ] {5e7aad54-59e4-4d0b-92be-4e1ef043db26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7836 | 2025.07.17 23:57:45.543205 [ 276 ] {5e7aad54-59e4-4d0b-92be-4e1ef043db26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7837 | 2025.07.17 23:57:45.543271 [ 192 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7838 | 2025.07.17 23:57:45.543316 [ 192 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 72 rows starting from the beginning of the part | ||
7839 | 2025.07.17 23:57:45.543391 [ 192 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 44 rows starting from the beginning of the part | ||
7840 | 2025.07.17 23:57:45.543444 [ 192 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 2 rows starting from the beginning of the part | ||
7841 | 2025.07.17 23:57:45.543492 [ 192 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 40 rows starting from the beginning of the part | ||
7842 | 2025.07.17 23:57:45.543538 [ 192 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 16 rows starting from the beginning of the part | ||
7843 | 2025.07.17 23:57:45.543581 [ 192 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 40 rows starting from the beginning of the part | ||
7844 | 2025.07.17 23:57:45.543626 [ 276 ] {5e7aad54-59e4-4d0b-92be-4e1ef043db26} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7845 | 2025.07.17 23:57:45.543667 [ 276 ] {5e7aad54-59e4-4d0b-92be-4e1ef043db26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
7846 | 2025.07.17 23:57:45.543992 [ 276 ] {5e7aad54-59e4-4d0b-92be-4e1ef043db26} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
7847 | 2025.07.17 23:57:45.544211 [ 276 ] {5e7aad54-59e4-4d0b-92be-4e1ef043db26} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7848 | 2025.07.17 23:57:45.544341 [ 276 ] {5e7aad54-59e4-4d0b-92be-4e1ef043db26} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001198 sec., 86811.35225375625 rows/sec., 6.78 MiB/sec. | ||
7849 | 2025.07.17 23:57:45.544379 [ 276 ] {5e7aad54-59e4-4d0b-92be-4e1ef043db26} <Debug> TCPHandler: Processed in 0.001363711 sec. | ||
7850 | 2025.07.17 23:57:45.544488 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7851 | 2025.07.17 23:57:45.544523 [ 188 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 5 columns (5 merged, 0 gathered) in 0.001474813 sec., 145103.14188985317 rows/sec., 11.20 MiB/sec. | ||
7852 | 2025.07.17 23:57:45.544582 [ 276 ] {2a1d4be7-8cc6-4db3-b606-8fc793c8ab8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7853 | 2025.07.17 23:57:45.544631 [ 276 ] {2a1d4be7-8cc6-4db3-b606-8fc793c8ab8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7854 | 2025.07.17 23:57:45.544743 [ 198 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
7855 | 2025.07.17 23:57:45.545030 [ 276 ] {2a1d4be7-8cc6-4db3-b606-8fc793c8ab8b} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7856 | 2025.07.17 23:57:45.545072 [ 276 ] {2a1d4be7-8cc6-4db3-b606-8fc793c8ab8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
7857 | 2025.07.17 23:57:45.545118 [ 198 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_61_12} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7858 | 2025.07.17 23:57:45.545226 [ 198 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_61_12} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
7859 | 2025.07.17 23:57:45.545340 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
7860 | 2025.07.17 23:57:45.545410 [ 276 ] {2a1d4be7-8cc6-4db3-b606-8fc793c8ab8b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
7861 | 2025.07.17 23:57:45.545624 [ 276 ] {2a1d4be7-8cc6-4db3-b606-8fc793c8ab8b} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7862 | 2025.07.17 23:57:45.545753 [ 276 ] {2a1d4be7-8cc6-4db3-b606-8fc793c8ab8b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. | ||
7863 | 2025.07.17 23:57:45.545790 [ 276 ] {2a1d4be7-8cc6-4db3-b606-8fc793c8ab8b} <Debug> TCPHandler: Processed in 0.00135139 sec. | ||
7864 | 2025.07.17 23:57:45.545910 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7865 | 2025.07.17 23:57:45.546034 [ 276 ] {00c495bd-acc1-440c-86ab-c21dd53bd5db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7866 | 2025.07.17 23:57:45.546101 [ 276 ] {00c495bd-acc1-440c-86ab-c21dd53bd5db} <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 | ||
7867 | 2025.07.17 23:57:45.546974 [ 276 ] {00c495bd-acc1-440c-86ab-c21dd53bd5db} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7868 | 2025.07.17 23:57:45.547011 [ 276 ] {00c495bd-acc1-440c-86ab-c21dd53bd5db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7869 | 2025.07.17 23:57:45.547588 [ 276 ] {00c495bd-acc1-440c-86ab-c21dd53bd5db} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7870 | 2025.07.17 23:57:45.547811 [ 276 ] {00c495bd-acc1-440c-86ab-c21dd53bd5db} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7871 | 2025.07.17 23:57:45.547954 [ 276 ] {00c495bd-acc1-440c-86ab-c21dd53bd5db} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001944 sec., 20576.1316872428 rows/sec., 36.87 MiB/sec. | ||
7872 | 2025.07.17 23:57:45.548019 [ 276 ] {00c495bd-acc1-440c-86ab-c21dd53bd5db} <Debug> TCPHandler: Processed in 0.002170284 sec. | ||
7873 | 2025.07.17 23:57:45.548128 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7874 | 2025.07.17 23:57:45.548224 [ 276 ] {ef97ccef-1879-427c-86b2-6f920e2b4b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7875 | 2025.07.17 23:57:45.548267 [ 276 ] {ef97ccef-1879-427c-86b2-6f920e2b4b3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7876 | 2025.07.17 23:57:45.548605 [ 276 ] {ef97ccef-1879-427c-86b2-6f920e2b4b3e} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7877 | 2025.07.17 23:57:45.548641 [ 276 ] {ef97ccef-1879-427c-86b2-6f920e2b4b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. | ||
7878 | 2025.07.17 23:57:45.548947 [ 276 ] {ef97ccef-1879-427c-86b2-6f920e2b4b3e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
7879 | 2025.07.17 23:57:45.549151 [ 276 ] {ef97ccef-1879-427c-86b2-6f920e2b4b3e} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7880 | 2025.07.17 23:57:45.549280 [ 276 ] {ef97ccef-1879-427c-86b2-6f920e2b4b3e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. | ||
7881 | 2025.07.17 23:57:45.549317 [ 276 ] {ef97ccef-1879-427c-86b2-6f920e2b4b3e} <Debug> TCPHandler: Processed in 0.001240229 sec. | ||
7882 | 2025.07.17 23:57:50.543147 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7883 | 2025.07.17 23:57:50.543457 [ 276 ] {518c617b-1861-40cc-a4d7-a93f888ac57f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7884 | 2025.07.17 23:57:50.543564 [ 276 ] {518c617b-1861-40cc-a4d7-a93f888ac57f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7885 | 2025.07.17 23:57:50.544591 [ 276 ] {518c617b-1861-40cc-a4d7-a93f888ac57f} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7886 | 2025.07.17 23:57:50.544668 [ 276 ] {518c617b-1861-40cc-a4d7-a93f888ac57f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
7887 | 2025.07.17 23:57:50.545253 [ 276 ] {518c617b-1861-40cc-a4d7-a93f888ac57f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
7888 | 2025.07.17 23:57:50.545577 [ 276 ] {518c617b-1861-40cc-a4d7-a93f888ac57f} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7889 | 2025.07.17 23:57:50.545822 [ 276 ] {518c617b-1861-40cc-a4d7-a93f888ac57f} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.002442 sec., 24570.02457002457 rows/sec., 1.91 MiB/sec. | ||
7890 | 2025.07.17 23:57:50.545840 [ 43 ] {} <Debug> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
7891 | 2025.07.17 23:57:50.545906 [ 276 ] {518c617b-1861-40cc-a4d7-a93f888ac57f} <Debug> TCPHandler: Processed in 0.002987356 sec. | ||
7892 | 2025.07.17 23:57:50.545933 [ 43 ] {} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7893 | 2025.07.17 23:57:50.545976 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
7894 | 2025.07.17 23:57:50.546100 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7895 | 2025.07.17 23:57:50.546163 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full | ||
7896 | 2025.07.17 23:57:50.546260 [ 276 ] {612a61f9-1301-4a67-923d-ab48ea649730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7897 | 2025.07.17 23:57:50.546332 [ 276 ] {612a61f9-1301-4a67-923d-ab48ea649730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7898 | 2025.07.17 23:57:50.546373 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7899 | 2025.07.17 23:57:50.546429 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 1411 rows starting from the beginning of the part | ||
7900 | 2025.07.17 23:57:50.546525 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
7901 | 2025.07.17 23:57:50.546596 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 136 rows starting from the beginning of the part | ||
7902 | 2025.07.17 23:57:50.546657 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1321 rows starting from the beginning of the part | ||
7903 | 2025.07.17 23:57:50.546716 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 136 rows starting from the beginning of the part | ||
7904 | 2025.07.17 23:57:50.546775 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
7905 | 2025.07.17 23:57:50.547050 [ 276 ] {612a61f9-1301-4a67-923d-ab48ea649730} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7906 | 2025.07.17 23:57:50.547117 [ 276 ] {612a61f9-1301-4a67-923d-ab48ea649730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
7907 | 2025.07.17 23:57:50.547717 [ 276 ] {612a61f9-1301-4a67-923d-ab48ea649730} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
7908 | 2025.07.17 23:57:50.548127 [ 276 ] {612a61f9-1301-4a67-923d-ab48ea649730} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7909 | 2025.07.17 23:57:50.548385 [ 276 ] {612a61f9-1301-4a67-923d-ab48ea649730} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.002163 sec., 924.6417013407305 rows/sec., 69.53 KiB/sec. | ||
7910 | 2025.07.17 23:57:50.548457 [ 276 ] {612a61f9-1301-4a67-923d-ab48ea649730} <Debug> TCPHandler: Processed in 0.002428827 sec. | ||
7911 | 2025.07.17 23:57:50.548635 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7912 | 2025.07.17 23:57:50.548782 [ 276 ] {8bc66ef3-469c-48ce-84dc-0cc619e0184a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7913 | 2025.07.17 23:57:50.548837 [ 198 ] {97e9e053-2700-4610-a493-547689adb125::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3124 rows, containing 5 columns (5 merged, 0 gathered) in 0.002751762 sec., 1135272.5998832749 rows/sec., 98.98 MiB/sec. | ||
7914 | 2025.07.17 23:57:50.548844 [ 276 ] {8bc66ef3-469c-48ce-84dc-0cc619e0184a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7915 | 2025.07.17 23:57:50.549206 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
7916 | 2025.07.17 23:57:50.549587 [ 276 ] {8bc66ef3-469c-48ce-84dc-0cc619e0184a} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7917 | 2025.07.17 23:57:50.549603 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_70_14} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7918 | 2025.07.17 23:57:50.549650 [ 276 ] {8bc66ef3-469c-48ce-84dc-0cc619e0184a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
7919 | 2025.07.17 23:57:50.549735 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_70_14} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
7920 | 2025.07.17 23:57:50.549857 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
7921 | 2025.07.17 23:57:50.550175 [ 276 ] {8bc66ef3-469c-48ce-84dc-0cc619e0184a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
7922 | 2025.07.17 23:57:50.550512 [ 276 ] {8bc66ef3-469c-48ce-84dc-0cc619e0184a} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7923 | 2025.07.17 23:57:50.550711 [ 276 ] {8bc66ef3-469c-48ce-84dc-0cc619e0184a} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001967 sec., 33553.63497712252 rows/sec., 2.62 MiB/sec. | ||
7924 | 2025.07.17 23:57:50.550714 [ 43 ] {} <Debug> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
7925 | 2025.07.17 23:57:50.550769 [ 276 ] {8bc66ef3-469c-48ce-84dc-0cc619e0184a} <Debug> TCPHandler: Processed in 0.002203724 sec. | ||
7926 | 2025.07.17 23:57:50.550793 [ 43 ] {} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7927 | 2025.07.17 23:57:50.550828 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
7928 | 2025.07.17 23:57:50.550955 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full | ||
7929 | 2025.07.17 23:57:50.551049 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7930 | 2025.07.17 23:57:50.551106 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7931 | 2025.07.17 23:57:50.551158 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 634 rows starting from the beginning of the part | ||
7932 | 2025.07.17 23:57:50.551207 [ 276 ] {9e4e0972-48b4-422d-91cb-24bb008fd2c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7933 | 2025.07.17 23:57:50.551258 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 66 rows starting from the beginning of the part | ||
7934 | 2025.07.17 23:57:50.551322 [ 276 ] {9e4e0972-48b4-422d-91cb-24bb008fd2c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7935 | 2025.07.17 23:57:50.551338 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 104 rows starting from the beginning of the part | ||
7936 | 2025.07.17 23:57:50.551423 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 560 rows starting from the beginning of the part | ||
7937 | 2025.07.17 23:57:50.551486 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 104 rows starting from the beginning of the part | ||
7938 | 2025.07.17 23:57:50.551552 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 66 rows starting from the beginning of the part | ||
7939 | 2025.07.17 23:57:50.552015 [ 276 ] {9e4e0972-48b4-422d-91cb-24bb008fd2c2} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7940 | 2025.07.17 23:57:50.552072 [ 276 ] {9e4e0972-48b4-422d-91cb-24bb008fd2c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
7941 | 2025.07.17 23:57:50.552625 [ 276 ] {9e4e0972-48b4-422d-91cb-24bb008fd2c2} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
7942 | 2025.07.17 23:57:50.552974 [ 276 ] {9e4e0972-48b4-422d-91cb-24bb008fd2c2} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7943 | 2025.07.17 23:57:50.553092 [ 194 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1534 rows, containing 5 columns (5 merged, 0 gathered) in 0.002193414 sec., 699366.3758870874 rows/sec., 55.70 MiB/sec. | ||
7944 | 2025.07.17 23:57:50.553178 [ 276 ] {9e4e0972-48b4-422d-91cb-24bb008fd2c2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002 sec., 80000 rows/sec., 5.57 MiB/sec. | ||
7945 | 2025.07.17 23:57:50.553243 [ 276 ] {9e4e0972-48b4-422d-91cb-24bb008fd2c2} <Debug> TCPHandler: Processed in 0.002266245 sec. | ||
7946 | 2025.07.17 23:57:50.553336 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
7947 | 2025.07.17 23:57:50.553426 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7948 | 2025.07.17 23:57:50.553656 [ 276 ] {2848edce-f273-4229-aebb-0e12c72c27bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7949 | 2025.07.17 23:57:50.553682 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_70_14} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7950 | 2025.07.17 23:57:50.553746 [ 276 ] {2848edce-f273-4229-aebb-0e12c72c27bf} <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 | ||
7951 | 2025.07.17 23:57:50.553781 [ 195 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_70_14} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
7952 | 2025.07.17 23:57:50.553886 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
7953 | 2025.07.17 23:57:50.555055 [ 276 ] {2848edce-f273-4229-aebb-0e12c72c27bf} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7954 | 2025.07.17 23:57:50.555115 [ 276 ] {2848edce-f273-4229-aebb-0e12c72c27bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
7955 | 2025.07.17 23:57:50.555890 [ 276 ] {2848edce-f273-4229-aebb-0e12c72c27bf} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
7956 | 2025.07.17 23:57:50.556172 [ 276 ] {2848edce-f273-4229-aebb-0e12c72c27bf} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7957 | 2025.07.17 23:57:50.556394 [ 276 ] {2848edce-f273-4229-aebb-0e12c72c27bf} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002767 sec., 722.8044813877847 rows/sec., 1.30 MiB/sec. | ||
7958 | 2025.07.17 23:57:50.556505 [ 276 ] {2848edce-f273-4229-aebb-0e12c72c27bf} <Debug> TCPHandler: Processed in 0.003147158 sec. | ||
7959 | 2025.07.17 23:57:50.556694 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7960 | 2025.07.17 23:57:50.556839 [ 276 ] {2a2ecb33-a4f5-46a8-b406-2f8e78ba141c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7961 | 2025.07.17 23:57:50.556901 [ 276 ] {2a2ecb33-a4f5-46a8-b406-2f8e78ba141c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7962 | 2025.07.17 23:57:50.557437 [ 276 ] {2a2ecb33-a4f5-46a8-b406-2f8e78ba141c} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7963 | 2025.07.17 23:57:50.557517 [ 276 ] {2a2ecb33-a4f5-46a8-b406-2f8e78ba141c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
7964 | 2025.07.17 23:57:50.557992 [ 276 ] {2a2ecb33-a4f5-46a8-b406-2f8e78ba141c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
7965 | 2025.07.17 23:57:50.558340 [ 276 ] {2a2ecb33-a4f5-46a8-b406-2f8e78ba141c} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7966 | 2025.07.17 23:57:50.558540 [ 276 ] {2a2ecb33-a4f5-46a8-b406-2f8e78ba141c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001731 sec., 34662.04506065858 rows/sec., 2.34 MiB/sec. | ||
7967 | 2025.07.17 23:57:50.558629 [ 276 ] {2a2ecb33-a4f5-46a8-b406-2f8e78ba141c} <Debug> TCPHandler: Processed in 0.002005961 sec. | ||
7968 | 2025.07.17 23:57:50.745389 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
7969 | 2025.07.17 23:57:50.745952 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7970 | 2025.07.17 23:57:50.746005 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
7971 | 2025.07.17 23:57:50.746575 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7972 | 2025.07.17 23:57:50.746841 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7973 | 2025.07.17 23:57:50.746992 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
7974 | 2025.07.17 23:57:51.797185 [ 44 ] {} <Debug> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
7975 | 2025.07.17 23:57:51.797259 [ 44 ] {} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7976 | 2025.07.17 23:57:51.797280 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
7977 | 2025.07.17 23:57:51.797402 [ 195 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
7978 | 2025.07.17 23:57:51.797545 [ 195 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7979 | 2025.07.17 23:57:51.797580 [ 195 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 253 rows starting from the beginning of the part | ||
7980 | 2025.07.17 23:57:51.797648 [ 195 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 252 rows starting from the beginning of the part | ||
7981 | 2025.07.17 23:57:51.797696 [ 195 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 252 rows starting from the beginning of the part | ||
7982 | 2025.07.17 23:57:51.797738 [ 195 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 252 rows starting from the beginning of the part | ||
7983 | 2025.07.17 23:57:51.797776 [ 195 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 252 rows starting from the beginning of the part | ||
7984 | 2025.07.17 23:57:51.798761 [ 194 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1261 rows, containing 5 columns (5 merged, 0 gathered) in 0.001414572 sec., 891435.7134172032 rows/sec., 65.05 MiB/sec. | ||
7985 | 2025.07.17 23:57:51.798979 [ 193 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
7986 | 2025.07.17 23:57:51.799300 [ 193 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_13_3} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7987 | 2025.07.17 23:57:51.799383 [ 193 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_13_3} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
7988 | 2025.07.17 23:57:51.799498 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
7989 | 2025.07.17 23:57:52.010073 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 | ||
7990 | 2025.07.17 23:57:52.027378 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7991 | 2025.07.17 23:57:52.027443 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
7992 | 2025.07.17 23:57:52.033794 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7993 | 2025.07.17 23:57:52.034581 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7994 | 2025.07.17 23:57:52.037554 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 369 | ||
7995 | 2025.07.17 23:57:53.293110 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1092 | ||
7996 | 2025.07.17 23:57:53.295227 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7997 | 2025.07.17 23:57:53.295270 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
7998 | 2025.07.17 23:57:53.296437 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7999 | 2025.07.17 23:57:53.296706 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8000 | 2025.07.17 23:57:53.296862 [ 39 ] {} <Debug> system.query_log (fffc79bd-d093-4609-b94c-831763790625) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8001 | 2025.07.17 23:57:53.296928 [ 39 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8002 | 2025.07.17 23:57:53.296949 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8003 | 2025.07.17 23:57:53.296963 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1092 | ||
8004 | 2025.07.17 23:57:53.297049 [ 191 ] {fffc79bd-d093-4609-b94c-831763790625::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 | ||
8005 | 2025.07.17 23:57:53.297614 [ 191 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8006 | 2025.07.17 23:57:53.297759 [ 191 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 954 rows starting from the beginning of the part | ||
8007 | 2025.07.17 23:57:53.298119 [ 191 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part | ||
8008 | 2025.07.17 23:57:53.298449 [ 191 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 24 rows starting from the beginning of the part | ||
8009 | 2025.07.17 23:57:53.298775 [ 191 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 26 rows starting from the beginning of the part | ||
8010 | 2025.07.17 23:57:53.299118 [ 191 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part | ||
8011 | 2025.07.17 23:57:53.299443 [ 191 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 24 rows starting from the beginning of the part | ||
8012 | 2025.07.17 23:57:53.306335 [ 194 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1092 rows, containing 72 columns (72 merged, 0 gathered) in 0.009330984 sec., 117029.45798642458 rows/sec., 92.91 MiB/sec. | ||
8013 | 2025.07.17 23:57:53.307807 [ 186 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8014 | 2025.07.17 23:57:53.308359 [ 186 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_36_7} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8015 | 2025.07.17 23:57:53.308423 [ 186 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_36_7} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8016 | 2025.07.17 23:57:53.308716 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.60 MiB. | ||
8017 | 2025.07.17 23:57:55.539139 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8018 | 2025.07.17 23:57:55.539321 [ 276 ] {52339c7f-905c-4189-b41c-5da40e86078f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
8019 | 2025.07.17 23:57:55.539386 [ 276 ] {52339c7f-905c-4189-b41c-5da40e86078f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8020 | 2025.07.17 23:57:55.540091 [ 276 ] {52339c7f-905c-4189-b41c-5da40e86078f} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8021 | 2025.07.17 23:57:55.540134 [ 276 ] {52339c7f-905c-4189-b41c-5da40e86078f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8022 | 2025.07.17 23:57:55.540506 [ 276 ] {52339c7f-905c-4189-b41c-5da40e86078f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8023 | 2025.07.17 23:57:55.540728 [ 276 ] {52339c7f-905c-4189-b41c-5da40e86078f} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8024 | 2025.07.17 23:57:55.540879 [ 276 ] {52339c7f-905c-4189-b41c-5da40e86078f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001608 sec., 1243.7810945273632 rows/sec., 101.42 KiB/sec. | ||
8025 | 2025.07.17 23:57:55.540925 [ 276 ] {52339c7f-905c-4189-b41c-5da40e86078f} <Debug> TCPHandler: Processed in 0.00191339 sec. | ||
8026 | 2025.07.17 23:57:55.541055 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8027 | 2025.07.17 23:57:55.541152 [ 276 ] {7906ed4e-6396-4cd4-9cc4-a1130c248cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8028 | 2025.07.17 23:57:55.541193 [ 276 ] {7906ed4e-6396-4cd4-9cc4-a1130c248cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8029 | 2025.07.17 23:57:55.541749 [ 276 ] {7906ed4e-6396-4cd4-9cc4-a1130c248cf4} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8030 | 2025.07.17 23:57:55.541786 [ 276 ] {7906ed4e-6396-4cd4-9cc4-a1130c248cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8031 | 2025.07.17 23:57:55.542108 [ 276 ] {7906ed4e-6396-4cd4-9cc4-a1130c248cf4} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
8032 | 2025.07.17 23:57:55.542344 [ 276 ] {7906ed4e-6396-4cd4-9cc4-a1130c248cf4} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8033 | 2025.07.17 23:57:55.542484 [ 276 ] {7906ed4e-6396-4cd4-9cc4-a1130c248cf4} <Debug> executeQuery: Read 137 rows, 12.07 KiB in 0.001351 sec., 101406.36565507032 rows/sec., 8.72 MiB/sec. | ||
8034 | 2025.07.17 23:57:55.542522 [ 276 ] {7906ed4e-6396-4cd4-9cc4-a1130c248cf4} <Debug> TCPHandler: Processed in 0.001517373 sec. | ||
8035 | 2025.07.17 23:57:55.542641 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8036 | 2025.07.17 23:57:55.542739 [ 276 ] {0f5db292-206c-4b8c-b280-6b709a2a3f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8037 | 2025.07.17 23:57:55.542780 [ 276 ] {0f5db292-206c-4b8c-b280-6b709a2a3f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8038 | 2025.07.17 23:57:55.543237 [ 276 ] {0f5db292-206c-4b8c-b280-6b709a2a3f5c} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8039 | 2025.07.17 23:57:55.543274 [ 276 ] {0f5db292-206c-4b8c-b280-6b709a2a3f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8040 | 2025.07.17 23:57:55.543570 [ 276 ] {0f5db292-206c-4b8c-b280-6b709a2a3f5c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8041 | 2025.07.17 23:57:55.543778 [ 276 ] {0f5db292-206c-4b8c-b280-6b709a2a3f5c} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8042 | 2025.07.17 23:57:55.543929 [ 276 ] {0f5db292-206c-4b8c-b280-6b709a2a3f5c} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.001207 sec., 34797.0173985087 rows/sec., 2.55 MiB/sec. | ||
8043 | 2025.07.17 23:57:55.543971 [ 276 ] {0f5db292-206c-4b8c-b280-6b709a2a3f5c} <Debug> TCPHandler: Processed in 0.001382601 sec. | ||
8044 | 2025.07.17 23:57:55.544093 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8045 | 2025.07.17 23:57:55.544187 [ 276 ] {e1dee32b-e54c-4d87-97aa-31e55a51c5f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8046 | 2025.07.17 23:57:55.544226 [ 276 ] {e1dee32b-e54c-4d87-97aa-31e55a51c5f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8047 | 2025.07.17 23:57:55.544666 [ 276 ] {e1dee32b-e54c-4d87-97aa-31e55a51c5f8} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8048 | 2025.07.17 23:57:55.544702 [ 276 ] {e1dee32b-e54c-4d87-97aa-31e55a51c5f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8049 | 2025.07.17 23:57:55.545010 [ 276 ] {e1dee32b-e54c-4d87-97aa-31e55a51c5f8} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
8050 | 2025.07.17 23:57:55.545210 [ 276 ] {e1dee32b-e54c-4d87-97aa-31e55a51c5f8} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8051 | 2025.07.17 23:57:55.545349 [ 276 ] {e1dee32b-e54c-4d87-97aa-31e55a51c5f8} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.00118 sec., 89830.50847457627 rows/sec., 7.02 MiB/sec. | ||
8052 | 2025.07.17 23:57:55.545388 [ 276 ] {e1dee32b-e54c-4d87-97aa-31e55a51c5f8} <Debug> TCPHandler: Processed in 0.001343181 sec. | ||
8053 | 2025.07.17 23:57:55.545503 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8054 | 2025.07.17 23:57:55.545596 [ 276 ] {ad9da1a8-22c2-4a9e-9280-a3b0eb57b04d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8055 | 2025.07.17 23:57:55.545640 [ 276 ] {ad9da1a8-22c2-4a9e-9280-a3b0eb57b04d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8056 | 2025.07.17 23:57:55.546062 [ 276 ] {ad9da1a8-22c2-4a9e-9280-a3b0eb57b04d} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8057 | 2025.07.17 23:57:55.546098 [ 276 ] {ad9da1a8-22c2-4a9e-9280-a3b0eb57b04d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8058 | 2025.07.17 23:57:55.546419 [ 276 ] {ad9da1a8-22c2-4a9e-9280-a3b0eb57b04d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
8059 | 2025.07.17 23:57:55.546619 [ 276 ] {ad9da1a8-22c2-4a9e-9280-a3b0eb57b04d} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8060 | 2025.07.17 23:57:55.546731 [ 40 ] {} <Debug> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
8061 | 2025.07.17 23:57:55.546745 [ 276 ] {ad9da1a8-22c2-4a9e-9280-a3b0eb57b04d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001166 sec., 138078.90222984564 rows/sec., 9.62 MiB/sec. | ||
8062 | 2025.07.17 23:57:55.546801 [ 40 ] {} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8063 | 2025.07.17 23:57:55.546812 [ 276 ] {ad9da1a8-22c2-4a9e-9280-a3b0eb57b04d} <Debug> TCPHandler: Processed in 0.001356421 sec. | ||
8064 | 2025.07.17 23:57:55.546827 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8065 | 2025.07.17 23:57:55.546926 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8066 | 2025.07.17 23:57:55.546929 [ 200 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
8067 | 2025.07.17 23:57:55.547026 [ 276 ] {ad6f674e-02e5-4806-8307-2238c99467f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8068 | 2025.07.17 23:57:55.547068 [ 200 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8069 | 2025.07.17 23:57:55.547091 [ 276 ] {ad6f674e-02e5-4806-8307-2238c99467f5} <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 | ||
8070 | 2025.07.17 23:57:55.547109 [ 200 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 18930 rows starting from the beginning of the part | ||
8071 | 2025.07.17 23:57:55.547184 [ 200 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part | ||
8072 | 2025.07.17 23:57:55.547233 [ 200 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 917 rows starting from the beginning of the part | ||
8073 | 2025.07.17 23:57:55.547276 [ 200 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
8074 | 2025.07.17 23:57:55.547314 [ 200 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part | ||
8075 | 2025.07.17 23:57:55.547352 [ 200 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 161 rows starting from the beginning of the part | ||
8076 | 2025.07.17 23:57:55.547969 [ 276 ] {ad6f674e-02e5-4806-8307-2238c99467f5} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8077 | 2025.07.17 23:57:55.548009 [ 276 ] {ad6f674e-02e5-4806-8307-2238c99467f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8078 | 2025.07.17 23:57:55.548627 [ 276 ] {ad6f674e-02e5-4806-8307-2238c99467f5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8079 | 2025.07.17 23:57:55.548866 [ 276 ] {ad6f674e-02e5-4806-8307-2238c99467f5} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8080 | 2025.07.17 23:57:55.549006 [ 276 ] {ad6f674e-02e5-4806-8307-2238c99467f5} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001999 sec., 20010.005002501253 rows/sec., 35.86 MiB/sec. | ||
8081 | 2025.07.17 23:57:55.549041 [ 38 ] {} <Debug> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8082 | 2025.07.17 23:57:55.549062 [ 276 ] {ad6f674e-02e5-4806-8307-2238c99467f5} <Debug> TCPHandler: Processed in 0.002184244 sec. | ||
8083 | 2025.07.17 23:57:55.549106 [ 38 ] {} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8084 | 2025.07.17 23:57:55.549132 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8085 | 2025.07.17 23:57:55.549200 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8086 | 2025.07.17 23:57:55.549235 [ 186 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
8087 | 2025.07.17 23:57:55.549301 [ 276 ] {721bcc10-516c-4155-b565-b225d1bf0473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8088 | 2025.07.17 23:57:55.549347 [ 276 ] {721bcc10-516c-4155-b565-b225d1bf0473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8089 | 2025.07.17 23:57:55.549499 [ 186 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8090 | 2025.07.17 23:57:55.549566 [ 186 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1221 rows starting from the beginning of the part | ||
8091 | 2025.07.17 23:57:55.549690 [ 276 ] {721bcc10-516c-4155-b565-b225d1bf0473} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8092 | 2025.07.17 23:57:55.549708 [ 186 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 40 rows starting from the beginning of the part | ||
8093 | 2025.07.17 23:57:55.549733 [ 276 ] {721bcc10-516c-4155-b565-b225d1bf0473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8094 | 2025.07.17 23:57:55.549830 [ 186 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 2 rows starting from the beginning of the part | ||
8095 | 2025.07.17 23:57:55.549944 [ 186 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 40 rows starting from the beginning of the part | ||
8096 | 2025.07.17 23:57:55.550058 [ 186 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 2 rows starting from the beginning of the part | ||
8097 | 2025.07.17 23:57:55.550081 [ 276 ] {721bcc10-516c-4155-b565-b225d1bf0473} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
8098 | 2025.07.17 23:57:55.550173 [ 186 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 40 rows starting from the beginning of the part | ||
8099 | 2025.07.17 23:57:55.550307 [ 276 ] {721bcc10-516c-4155-b565-b225d1bf0473} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8100 | 2025.07.17 23:57:55.550441 [ 276 ] {721bcc10-516c-4155-b565-b225d1bf0473} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00116 sec., 51724.137931034486 rows/sec., 3.49 MiB/sec. | ||
8101 | 2025.07.17 23:57:55.550448 [ 38 ] {} <Debug> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
8102 | 2025.07.17 23:57:55.550481 [ 276 ] {721bcc10-516c-4155-b565-b225d1bf0473} <Debug> TCPHandler: Processed in 0.001333551 sec. | ||
8103 | 2025.07.17 23:57:55.550494 [ 38 ] {} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8104 | 2025.07.17 23:57:55.550523 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8105 | 2025.07.17 23:57:55.550614 [ 190 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
8106 | 2025.07.17 23:57:55.550724 [ 190 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8107 | 2025.07.17 23:57:55.550752 [ 190 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3708 rows starting from the beginning of the part | ||
8108 | 2025.07.17 23:57:55.550801 [ 190 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
8109 | 2025.07.17 23:57:55.550843 [ 190 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
8110 | 2025.07.17 23:57:55.550884 [ 190 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
8111 | 2025.07.17 23:57:55.550922 [ 190 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
8112 | 2025.07.17 23:57:55.550960 [ 190 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
8113 | 2025.07.17 23:57:55.557171 [ 189 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4008 rows, containing 4 columns (4 merged, 0 gathered) in 0.006603902 sec., 606913.9124111775 rows/sec., 40.87 MiB/sec. | ||
8114 | 2025.07.17 23:57:55.557653 [ 197 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
8115 | 2025.07.17 23:57:55.557904 [ 197 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_71_14} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8116 | 2025.07.17 23:57:55.557978 [ 197 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_71_14} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
8117 | 2025.07.17 23:57:55.558073 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
8118 | 2025.07.17 23:57:55.558702 [ 200 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20488 rows, containing 5 columns (5 merged, 0 gathered) in 0.011815932 sec., 1733930.0869368578 rows/sec., 119.12 MiB/sec. | ||
8119 | 2025.07.17 23:57:55.559120 [ 197 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
8120 | 2025.07.17 23:57:55.559360 [ 197 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8121 | 2025.07.17 23:57:55.559434 [ 197 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
8122 | 2025.07.17 23:57:55.559519 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
8123 | 2025.07.17 23:57:55.561430 [ 197 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1345 rows, containing 19 columns (19 merged, 0 gathered) in 0.012244968 sec., 109841.03837592715 rows/sec., 196.83 MiB/sec. | ||
8124 | 2025.07.17 23:57:55.562822 [ 189 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8125 | 2025.07.17 23:57:55.563141 [ 189 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8126 | 2025.07.17 23:57:55.563209 [ 189 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8127 | 2025.07.17 23:57:55.563315 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.60 MiB. | ||
8128 | 2025.07.17 23:57:56.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 292.73 MiB, peak 306.59 MiB, free memory in arenas 0.00 B, will set to 298.47 MiB (RSS), difference: 5.75 MiB | ||
8129 | 2025.07.17 23:57:58.092729 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8130 | 2025.07.17 23:57:58.092802 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8131 | 2025.07.17 23:57:58.248013 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 | ||
8132 | 2025.07.17 23:57:58.248516 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8133 | 2025.07.17 23:57:58.248554 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8134 | 2025.07.17 23:57:58.249035 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8135 | 2025.07.17 23:57:58.249267 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8136 | 2025.07.17 23:57:58.249409 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
8137 | 2025.07.17 23:57:59.537621 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 | ||
8138 | 2025.07.17 23:57:59.554071 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8139 | 2025.07.17 23:57:59.554126 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8140 | 2025.07.17 23:57:59.560067 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8141 | 2025.07.17 23:57:59.560769 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8142 | 2025.07.17 23:57:59.563562 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
8143 | 2025.07.17 23:58:00.538012 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8144 | 2025.07.17 23:58:00.538220 [ 276 ] {4ffc581f-9e96-4c6c-ba8e-d5d45848f4d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8145 | 2025.07.17 23:58:00.538313 [ 276 ] {4ffc581f-9e96-4c6c-ba8e-d5d45848f4d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8146 | 2025.07.17 23:58:00.539103 [ 276 ] {4ffc581f-9e96-4c6c-ba8e-d5d45848f4d9} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8147 | 2025.07.17 23:58:00.539152 [ 276 ] {4ffc581f-9e96-4c6c-ba8e-d5d45848f4d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8148 | 2025.07.17 23:58:00.539566 [ 276 ] {4ffc581f-9e96-4c6c-ba8e-d5d45848f4d9} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
8149 | 2025.07.17 23:58:00.539805 [ 276 ] {4ffc581f-9e96-4c6c-ba8e-d5d45848f4d9} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8150 | 2025.07.17 23:58:00.539970 [ 276 ] {4ffc581f-9e96-4c6c-ba8e-d5d45848f4d9} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.001808 sec., 33185.840707964606 rows/sec., 2.58 MiB/sec. | ||
8151 | 2025.07.17 23:58:00.540025 [ 276 ] {4ffc581f-9e96-4c6c-ba8e-d5d45848f4d9} <Debug> TCPHandler: Processed in 0.002152223 sec. | ||
8152 | 2025.07.17 23:58:00.540143 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8153 | 2025.07.17 23:58:00.540241 [ 276 ] {08017b12-3064-4b29-93eb-73549806a2b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8154 | 2025.07.17 23:58:00.540284 [ 276 ] {08017b12-3064-4b29-93eb-73549806a2b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8155 | 2025.07.17 23:58:00.540705 [ 276 ] {08017b12-3064-4b29-93eb-73549806a2b3} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8156 | 2025.07.17 23:58:00.540741 [ 276 ] {08017b12-3064-4b29-93eb-73549806a2b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8157 | 2025.07.17 23:58:00.541046 [ 276 ] {08017b12-3064-4b29-93eb-73549806a2b3} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8158 | 2025.07.17 23:58:00.541257 [ 276 ] {08017b12-3064-4b29-93eb-73549806a2b3} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8159 | 2025.07.17 23:58:00.541394 [ 276 ] {08017b12-3064-4b29-93eb-73549806a2b3} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001173 sec., 1705.0298380221654 rows/sec., 128.21 KiB/sec. | ||
8160 | 2025.07.17 23:58:00.541434 [ 276 ] {08017b12-3064-4b29-93eb-73549806a2b3} <Debug> TCPHandler: Processed in 0.001341051 sec. | ||
8161 | 2025.07.17 23:58:00.541545 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8162 | 2025.07.17 23:58:00.541642 [ 276 ] {e0483fb1-ea7f-4b85-ba73-01c58ac55c38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8163 | 2025.07.17 23:58:00.541682 [ 276 ] {e0483fb1-ea7f-4b85-ba73-01c58ac55c38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8164 | 2025.07.17 23:58:00.542119 [ 276 ] {e0483fb1-ea7f-4b85-ba73-01c58ac55c38} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8165 | 2025.07.17 23:58:00.542154 [ 276 ] {e0483fb1-ea7f-4b85-ba73-01c58ac55c38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8166 | 2025.07.17 23:58:00.542473 [ 276 ] {e0483fb1-ea7f-4b85-ba73-01c58ac55c38} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
8167 | 2025.07.17 23:58:00.542686 [ 276 ] {e0483fb1-ea7f-4b85-ba73-01c58ac55c38} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8168 | 2025.07.17 23:58:00.542810 [ 276 ] {e0483fb1-ea7f-4b85-ba73-01c58ac55c38} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001188 sec., 55555.555555555555 rows/sec., 4.34 MiB/sec. | ||
8169 | 2025.07.17 23:58:00.542848 [ 276 ] {e0483fb1-ea7f-4b85-ba73-01c58ac55c38} <Debug> TCPHandler: Processed in 0.00135169 sec. | ||
8170 | 2025.07.17 23:58:00.542962 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8171 | 2025.07.17 23:58:00.543056 [ 276 ] {d0c718e3-125f-4a9d-8791-6bf7d110f189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8172 | 2025.07.17 23:58:00.543100 [ 276 ] {d0c718e3-125f-4a9d-8791-6bf7d110f189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8173 | 2025.07.17 23:58:00.543503 [ 276 ] {d0c718e3-125f-4a9d-8791-6bf7d110f189} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8174 | 2025.07.17 23:58:00.543539 [ 276 ] {d0c718e3-125f-4a9d-8791-6bf7d110f189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8175 | 2025.07.17 23:58:00.543860 [ 276 ] {d0c718e3-125f-4a9d-8791-6bf7d110f189} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
8176 | 2025.07.17 23:58:00.544065 [ 276 ] {d0c718e3-125f-4a9d-8791-6bf7d110f189} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8177 | 2025.07.17 23:58:00.544192 [ 276 ] {d0c718e3-125f-4a9d-8791-6bf7d110f189} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001155 sec., 138528.13852813852 rows/sec., 9.65 MiB/sec. | ||
8178 | 2025.07.17 23:58:00.544229 [ 276 ] {d0c718e3-125f-4a9d-8791-6bf7d110f189} <Debug> TCPHandler: Processed in 0.001317131 sec. | ||
8179 | 2025.07.17 23:58:00.544338 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8180 | 2025.07.17 23:58:00.544432 [ 276 ] {2d9efb5d-4906-487c-b966-82af65555d57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8181 | 2025.07.17 23:58:00.544486 [ 276 ] {2d9efb5d-4906-487c-b966-82af65555d57} <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 | ||
8182 | 2025.07.17 23:58:00.545217 [ 276 ] {2d9efb5d-4906-487c-b966-82af65555d57} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8183 | 2025.07.17 23:58:00.545251 [ 276 ] {2d9efb5d-4906-487c-b966-82af65555d57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8184 | 2025.07.17 23:58:00.545743 [ 276 ] {2d9efb5d-4906-487c-b966-82af65555d57} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8185 | 2025.07.17 23:58:00.545959 [ 276 ] {2d9efb5d-4906-487c-b966-82af65555d57} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8186 | 2025.07.17 23:58:00.546092 [ 276 ] {2d9efb5d-4906-487c-b966-82af65555d57} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001679 sec., 1191.1852293031566 rows/sec., 2.13 MiB/sec. | ||
8187 | 2025.07.17 23:58:00.546146 [ 276 ] {2d9efb5d-4906-487c-b966-82af65555d57} <Debug> TCPHandler: Processed in 0.001857388 sec. | ||
8188 | 2025.07.17 23:58:00.546260 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8189 | 2025.07.17 23:58:00.546356 [ 276 ] {b7e4b4d7-c6cb-4c4b-b350-560eeb079be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8190 | 2025.07.17 23:58:00.546397 [ 276 ] {b7e4b4d7-c6cb-4c4b-b350-560eeb079be9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8191 | 2025.07.17 23:58:00.546730 [ 276 ] {b7e4b4d7-c6cb-4c4b-b350-560eeb079be9} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8192 | 2025.07.17 23:58:00.546764 [ 276 ] {b7e4b4d7-c6cb-4c4b-b350-560eeb079be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8193 | 2025.07.17 23:58:00.547068 [ 276 ] {b7e4b4d7-c6cb-4c4b-b350-560eeb079be9} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
8194 | 2025.07.17 23:58:00.547273 [ 276 ] {b7e4b4d7-c6cb-4c4b-b350-560eeb079be9} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8195 | 2025.07.17 23:58:00.547398 [ 276 ] {b7e4b4d7-c6cb-4c4b-b350-560eeb079be9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. | ||
8196 | 2025.07.17 23:58:00.547433 [ 276 ] {b7e4b4d7-c6cb-4c4b-b350-560eeb079be9} <Debug> TCPHandler: Processed in 0.001221479 sec. | ||
8197 | 2025.07.17 23:58:03.297155 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1118 | ||
8198 | 2025.07.17 23:58:03.299390 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8199 | 2025.07.17 23:58:03.299435 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8200 | 2025.07.17 23:58:03.300610 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8201 | 2025.07.17 23:58:03.300874 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8202 | 2025.07.17 23:58:03.301135 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1118 | ||
8203 | 2025.07.17 23:58:05.539583 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8204 | 2025.07.17 23:58:05.539781 [ 276 ] {702876e9-a308-4500-93ce-50f7cec70441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8205 | 2025.07.17 23:58:05.539849 [ 276 ] {702876e9-a308-4500-93ce-50f7cec70441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8206 | 2025.07.17 23:58:05.540593 [ 276 ] {702876e9-a308-4500-93ce-50f7cec70441} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8207 | 2025.07.17 23:58:05.540634 [ 276 ] {702876e9-a308-4500-93ce-50f7cec70441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8208 | 2025.07.17 23:58:05.541039 [ 276 ] {702876e9-a308-4500-93ce-50f7cec70441} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
8209 | 2025.07.17 23:58:05.541262 [ 276 ] {702876e9-a308-4500-93ce-50f7cec70441} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8210 | 2025.07.17 23:58:05.541456 [ 276 ] {702876e9-a308-4500-93ce-50f7cec70441} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001742 sec., 78071.18254879449 rows/sec., 6.73 MiB/sec. | ||
8211 | 2025.07.17 23:58:05.541510 [ 276 ] {702876e9-a308-4500-93ce-50f7cec70441} <Debug> TCPHandler: Processed in 0.002080642 sec. | ||
8212 | 2025.07.17 23:58:05.541651 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8213 | 2025.07.17 23:58:05.541764 [ 276 ] {d14e21c7-7722-4551-998d-073518ca40dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8214 | 2025.07.17 23:58:05.541814 [ 276 ] {d14e21c7-7722-4551-998d-073518ca40dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8215 | 2025.07.17 23:58:05.542374 [ 276 ] {d14e21c7-7722-4551-998d-073518ca40dc} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8216 | 2025.07.17 23:58:05.542412 [ 276 ] {d14e21c7-7722-4551-998d-073518ca40dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8217 | 2025.07.17 23:58:05.542730 [ 276 ] {d14e21c7-7722-4551-998d-073518ca40dc} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8218 | 2025.07.17 23:58:05.542941 [ 276 ] {d14e21c7-7722-4551-998d-073518ca40dc} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8219 | 2025.07.17 23:58:05.543075 [ 276 ] {d14e21c7-7722-4551-998d-073518ca40dc} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001301 sec., 30745.58032282859 rows/sec., 2.26 MiB/sec. | ||
8220 | 2025.07.17 23:58:05.543114 [ 276 ] {d14e21c7-7722-4551-998d-073518ca40dc} <Debug> TCPHandler: Processed in 0.001496733 sec. | ||
8221 | 2025.07.17 23:58:05.543261 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8222 | 2025.07.17 23:58:05.543381 [ 276 ] {674448e0-6dfc-43de-a0e8-e203a93ea9bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8223 | 2025.07.17 23:58:05.543429 [ 276 ] {674448e0-6dfc-43de-a0e8-e203a93ea9bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8224 | 2025.07.17 23:58:05.543929 [ 276 ] {674448e0-6dfc-43de-a0e8-e203a93ea9bc} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8225 | 2025.07.17 23:58:05.543965 [ 276 ] {674448e0-6dfc-43de-a0e8-e203a93ea9bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8226 | 2025.07.17 23:58:05.544275 [ 276 ] {674448e0-6dfc-43de-a0e8-e203a93ea9bc} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
8227 | 2025.07.17 23:58:05.544480 [ 276 ] {674448e0-6dfc-43de-a0e8-e203a93ea9bc} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8228 | 2025.07.17 23:58:05.544606 [ 276 ] {674448e0-6dfc-43de-a0e8-e203a93ea9bc} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001249 sec., 83266.61329063251 rows/sec., 6.50 MiB/sec. | ||
8229 | 2025.07.17 23:58:05.544643 [ 276 ] {674448e0-6dfc-43de-a0e8-e203a93ea9bc} <Debug> TCPHandler: Processed in 0.001442022 sec. | ||
8230 | 2025.07.17 23:58:05.544757 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8231 | 2025.07.17 23:58:05.544849 [ 276 ] {bd52045e-baf4-447c-a0b6-8706d3ceb205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8232 | 2025.07.17 23:58:05.544893 [ 276 ] {bd52045e-baf4-447c-a0b6-8706d3ceb205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8233 | 2025.07.17 23:58:05.545298 [ 276 ] {bd52045e-baf4-447c-a0b6-8706d3ceb205} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8234 | 2025.07.17 23:58:05.545334 [ 276 ] {bd52045e-baf4-447c-a0b6-8706d3ceb205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8235 | 2025.07.17 23:58:05.545645 [ 276 ] {bd52045e-baf4-447c-a0b6-8706d3ceb205} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
8236 | 2025.07.17 23:58:05.545855 [ 276 ] {bd52045e-baf4-447c-a0b6-8706d3ceb205} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8237 | 2025.07.17 23:58:05.545979 [ 276 ] {bd52045e-baf4-447c-a0b6-8706d3ceb205} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001148 sec., 139372.82229965157 rows/sec., 9.71 MiB/sec. | ||
8238 | 2025.07.17 23:58:05.546015 [ 276 ] {bd52045e-baf4-447c-a0b6-8706d3ceb205} <Debug> TCPHandler: Processed in 0.001305791 sec. | ||
8239 | 2025.07.17 23:58:05.546124 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8240 | 2025.07.17 23:58:05.546216 [ 276 ] {5b6df856-d1f0-49e4-a725-046cc3ee38e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8241 | 2025.07.17 23:58:05.546268 [ 276 ] {5b6df856-d1f0-49e4-a725-046cc3ee38e0} <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 | ||
8242 | 2025.07.17 23:58:05.547105 [ 276 ] {5b6df856-d1f0-49e4-a725-046cc3ee38e0} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8243 | 2025.07.17 23:58:05.547140 [ 276 ] {5b6df856-d1f0-49e4-a725-046cc3ee38e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8244 | 2025.07.17 23:58:05.547690 [ 276 ] {5b6df856-d1f0-49e4-a725-046cc3ee38e0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8245 | 2025.07.17 23:58:05.547909 [ 276 ] {5b6df856-d1f0-49e4-a725-046cc3ee38e0} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8246 | 2025.07.17 23:58:05.548048 [ 276 ] {5b6df856-d1f0-49e4-a725-046cc3ee38e0} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001849 sec., 21633.31530557058 rows/sec., 38.77 MiB/sec. | ||
8247 | 2025.07.17 23:58:05.548104 [ 276 ] {5b6df856-d1f0-49e4-a725-046cc3ee38e0} <Debug> TCPHandler: Processed in 0.002026552 sec. | ||
8248 | 2025.07.17 23:58:05.548218 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8249 | 2025.07.17 23:58:05.548317 [ 276 ] {975d4611-b86e-4684-8fac-7fa51a7e0644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8250 | 2025.07.17 23:58:05.548358 [ 276 ] {975d4611-b86e-4684-8fac-7fa51a7e0644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8251 | 2025.07.17 23:58:05.548689 [ 276 ] {975d4611-b86e-4684-8fac-7fa51a7e0644} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8252 | 2025.07.17 23:58:05.548724 [ 276 ] {975d4611-b86e-4684-8fac-7fa51a7e0644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8253 | 2025.07.17 23:58:05.549014 [ 276 ] {975d4611-b86e-4684-8fac-7fa51a7e0644} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
8254 | 2025.07.17 23:58:05.549214 [ 276 ] {975d4611-b86e-4684-8fac-7fa51a7e0644} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8255 | 2025.07.17 23:58:05.549340 [ 276 ] {975d4611-b86e-4684-8fac-7fa51a7e0644} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001041 sec., 57636.88760806916 rows/sec., 3.88 MiB/sec. | ||
8256 | 2025.07.17 23:58:05.549376 [ 276 ] {975d4611-b86e-4684-8fac-7fa51a7e0644} <Debug> TCPHandler: Processed in 0.001205398 sec. | ||
8257 | 2025.07.17 23:58:05.749541 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 | ||
8258 | 2025.07.17 23:58:05.750099 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8259 | 2025.07.17 23:58:05.750152 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8260 | 2025.07.17 23:58:05.750707 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8261 | 2025.07.17 23:58:05.750974 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8262 | 2025.07.17 23:58:05.751123 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 | ||
8263 | 2025.07.17 23:58:05.751142 [ 24 ] {} <Debug> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8264 | 2025.07.17 23:58:05.751208 [ 24 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8265 | 2025.07.17 23:58:05.751228 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. | ||
8266 | 2025.07.17 23:58:05.751351 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
8267 | 2025.07.17 23:58:05.751491 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8268 | 2025.07.17 23:58:05.751530 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part | ||
8269 | 2025.07.17 23:58:05.751596 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part | ||
8270 | 2025.07.17 23:58:05.751645 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part | ||
8271 | 2025.07.17 23:58:05.751689 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part | ||
8272 | 2025.07.17 23:58:05.751732 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part | ||
8273 | 2025.07.17 23:58:05.751776 [ 197 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part | ||
8274 | 2025.07.17 23:58:05.753636 [ 199 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.002342116 sec., 9975167.75428715 rows/sec., 142.70 MiB/sec. | ||
8275 | 2025.07.17 23:58:05.753898 [ 189 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8276 | 2025.07.17 23:58:05.754165 [ 189 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_51_10} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8277 | 2025.07.17 23:58:05.754238 [ 189 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_51_10} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8278 | 2025.07.17 23:58:05.754318 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
8279 | 2025.07.17 23:58:07.063673 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 | ||
8280 | 2025.07.17 23:58:07.081082 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8281 | 2025.07.17 23:58:07.081139 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8282 | 2025.07.17 23:58:07.087319 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8283 | 2025.07.17 23:58:07.088044 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8284 | 2025.07.17 23:58:07.088357 [ 47 ] {} <Debug> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8285 | 2025.07.17 23:58:07.088427 [ 47 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8286 | 2025.07.17 23:58:07.088451 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8287 | 2025.07.17 23:58:07.088562 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
8288 | 2025.07.17 23:58:07.091323 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 384 | ||
8289 | 2025.07.17 23:58:07.092354 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8290 | 2025.07.17 23:58:07.093866 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part | ||
8291 | 2025.07.17 23:58:07.098481 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part | ||
8292 | 2025.07.17 23:58:07.103020 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part | ||
8293 | 2025.07.17 23:58:07.107724 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 7 rows starting from the beginning of the part | ||
8294 | 2025.07.17 23:58:07.112233 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part | ||
8295 | 2025.07.17 23:58:07.116108 [ 187 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 7 rows starting from the beginning of the part | ||
8296 | 2025.07.17 23:58:07.167118 [ 198 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.07859989 sec., 4885.503020424074 rows/sec., 25.26 MiB/sec. | ||
8297 | 2025.07.17 23:58:07.169660 [ 198 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8298 | 2025.07.17 23:58:07.171734 [ 198 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_51_10} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8299 | 2025.07.17 23:58:07.171846 [ 198 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_51_10} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8300 | 2025.07.17 23:58:07.174192 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
8301 | 2025.07.17 23:58:10.567051 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8302 | 2025.07.17 23:58:10.567236 [ 276 ] {a3afee16-bc99-439f-9ee2-6137124178ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
8303 | 2025.07.17 23:58:10.567303 [ 276 ] {a3afee16-bc99-439f-9ee2-6137124178ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
8304 | 2025.07.17 23:58:10.567963 [ 276 ] {a3afee16-bc99-439f-9ee2-6137124178ed} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8305 | 2025.07.17 23:58:10.568015 [ 276 ] {a3afee16-bc99-439f-9ee2-6137124178ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8306 | 2025.07.17 23:58:10.568421 [ 276 ] {a3afee16-bc99-439f-9ee2-6137124178ed} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
8307 | 2025.07.17 23:58:10.568643 [ 276 ] {a3afee16-bc99-439f-9ee2-6137124178ed} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8308 | 2025.07.17 23:58:10.568797 [ 276 ] {a3afee16-bc99-439f-9ee2-6137124178ed} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00161 sec., 14906.832298136645 rows/sec., 1.24 MiB/sec. | ||
8309 | 2025.07.17 23:58:10.568841 [ 276 ] {a3afee16-bc99-439f-9ee2-6137124178ed} <Debug> TCPHandler: Processed in 0.00191966 sec. | ||
8310 | 2025.07.17 23:58:10.568973 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8311 | 2025.07.17 23:58:10.569071 [ 276 ] {0d5ccfc2-f395-4025-b6ce-40cd818664d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
8312 | 2025.07.17 23:58:10.569111 [ 276 ] {0d5ccfc2-f395-4025-b6ce-40cd818664d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8313 | 2025.07.17 23:58:10.569548 [ 276 ] {0d5ccfc2-f395-4025-b6ce-40cd818664d6} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8314 | 2025.07.17 23:58:10.569584 [ 276 ] {0d5ccfc2-f395-4025-b6ce-40cd818664d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8315 | 2025.07.17 23:58:10.569880 [ 276 ] {0d5ccfc2-f395-4025-b6ce-40cd818664d6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8316 | 2025.07.17 23:58:10.570092 [ 276 ] {0d5ccfc2-f395-4025-b6ce-40cd818664d6} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8317 | 2025.07.17 23:58:10.570221 [ 276 ] {0d5ccfc2-f395-4025-b6ce-40cd818664d6} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001169 sec., 8554.319931565442 rows/sec., 697.54 KiB/sec. | ||
8318 | 2025.07.17 23:58:10.570259 [ 276 ] {0d5ccfc2-f395-4025-b6ce-40cd818664d6} <Debug> TCPHandler: Processed in 0.001337111 sec. | ||
8319 | 2025.07.17 23:58:10.570380 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8320 | 2025.07.17 23:58:10.570474 [ 276 ] {99e5bd8a-d687-4186-88d7-c64f2ac712a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8321 | 2025.07.17 23:58:10.570513 [ 276 ] {99e5bd8a-d687-4186-88d7-c64f2ac712a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8322 | 2025.07.17 23:58:10.571685 [ 276 ] {99e5bd8a-d687-4186-88d7-c64f2ac712a0} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8323 | 2025.07.17 23:58:10.571722 [ 276 ] {99e5bd8a-d687-4186-88d7-c64f2ac712a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8324 | 2025.07.17 23:58:10.572113 [ 276 ] {99e5bd8a-d687-4186-88d7-c64f2ac712a0} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
8325 | 2025.07.17 23:58:10.572331 [ 276 ] {99e5bd8a-d687-4186-88d7-c64f2ac712a0} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8326 | 2025.07.17 23:58:10.572462 [ 276 ] {99e5bd8a-d687-4186-88d7-c64f2ac712a0} <Debug> executeQuery: Read 1325 rows, 112.69 KiB in 0.002006 sec., 660518.444666002 rows/sec., 54.86 MiB/sec. | ||
8327 | 2025.07.17 23:58:10.572500 [ 276 ] {99e5bd8a-d687-4186-88d7-c64f2ac712a0} <Debug> TCPHandler: Processed in 0.002170164 sec. | ||
8328 | 2025.07.17 23:58:10.572618 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8329 | 2025.07.17 23:58:10.572714 [ 276 ] {ccc2c7eb-d9d0-4d60-915e-052dedf1c544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8330 | 2025.07.17 23:58:10.572754 [ 276 ] {ccc2c7eb-d9d0-4d60-915e-052dedf1c544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8331 | 2025.07.17 23:58:10.573162 [ 276 ] {ccc2c7eb-d9d0-4d60-915e-052dedf1c544} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8332 | 2025.07.17 23:58:10.573198 [ 276 ] {ccc2c7eb-d9d0-4d60-915e-052dedf1c544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8333 | 2025.07.17 23:58:10.573495 [ 276 ] {ccc2c7eb-d9d0-4d60-915e-052dedf1c544} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8334 | 2025.07.17 23:58:10.573710 [ 276 ] {ccc2c7eb-d9d0-4d60-915e-052dedf1c544} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8335 | 2025.07.17 23:58:10.573823 [ 107 ] {} <Debug> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8336 | 2025.07.17 23:58:10.573837 [ 276 ] {ccc2c7eb-d9d0-4d60-915e-052dedf1c544} <Debug> executeQuery: Read 24 rows, 1.81 KiB in 0.001141 sec., 21034.180543382994 rows/sec., 1.55 MiB/sec. | ||
8337 | 2025.07.17 23:58:10.573892 [ 107 ] {} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8338 | 2025.07.17 23:58:10.573902 [ 276 ] {ccc2c7eb-d9d0-4d60-915e-052dedf1c544} <Debug> TCPHandler: Processed in 0.00133354 sec. | ||
8339 | 2025.07.17 23:58:10.573923 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8340 | 2025.07.17 23:58:10.574016 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8341 | 2025.07.17 23:58:10.574037 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
8342 | 2025.07.17 23:58:10.574114 [ 276 ] {6025f017-9226-40bc-b612-ec43f438a75e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
8343 | 2025.07.17 23:58:10.574158 [ 276 ] {6025f017-9226-40bc-b612-ec43f438a75e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8344 | 2025.07.17 23:58:10.574165 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8345 | 2025.07.17 23:58:10.574212 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 72 rows starting from the beginning of the part | ||
8346 | 2025.07.17 23:58:10.574289 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 2 rows starting from the beginning of the part | ||
8347 | 2025.07.17 23:58:10.574340 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 42 rows starting from the beginning of the part | ||
8348 | 2025.07.17 23:58:10.574385 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 2 rows starting from the beginning of the part | ||
8349 | 2025.07.17 23:58:10.574431 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 40 rows starting from the beginning of the part | ||
8350 | 2025.07.17 23:58:10.574476 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 24 rows starting from the beginning of the part | ||
8351 | 2025.07.17 23:58:10.574636 [ 276 ] {6025f017-9226-40bc-b612-ec43f438a75e} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8352 | 2025.07.17 23:58:10.574678 [ 276 ] {6025f017-9226-40bc-b612-ec43f438a75e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8353 | 2025.07.17 23:58:10.575022 [ 276 ] {6025f017-9226-40bc-b612-ec43f438a75e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8354 | 2025.07.17 23:58:10.575244 [ 276 ] {6025f017-9226-40bc-b612-ec43f438a75e} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8355 | 2025.07.17 23:58:10.575372 [ 276 ] {6025f017-9226-40bc-b612-ec43f438a75e} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001276 sec., 197492.16300940438 rows/sec., 13.66 MiB/sec. | ||
8356 | 2025.07.17 23:58:10.575382 [ 188 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 5 columns (5 merged, 0 gathered) in 0.001390061 sec., 130929.50597132069 rows/sec., 10.08 MiB/sec. | ||
8357 | 2025.07.17 23:58:10.575412 [ 276 ] {6025f017-9226-40bc-b612-ec43f438a75e} <Debug> TCPHandler: Processed in 0.001444372 sec. | ||
8358 | 2025.07.17 23:58:10.575546 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8359 | 2025.07.17 23:58:10.575584 [ 196 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8360 | 2025.07.17 23:58:10.575641 [ 276 ] {123f3ae8-8f39-45b6-bf5b-9061bc147c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
8361 | 2025.07.17 23:58:10.575686 [ 276 ] {123f3ae8-8f39-45b6-bf5b-9061bc147c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8362 | 2025.07.17 23:58:10.575892 [ 196 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_66_13} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8363 | 2025.07.17 23:58:10.575980 [ 196 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_66_13} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8364 | 2025.07.17 23:58:10.576075 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
8365 | 2025.07.17 23:58:10.576099 [ 276 ] {123f3ae8-8f39-45b6-bf5b-9061bc147c87} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8366 | 2025.07.17 23:58:10.576141 [ 276 ] {123f3ae8-8f39-45b6-bf5b-9061bc147c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8367 | 2025.07.17 23:58:10.576437 [ 276 ] {123f3ae8-8f39-45b6-bf5b-9061bc147c87} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
8368 | 2025.07.17 23:58:10.576645 [ 276 ] {123f3ae8-8f39-45b6-bf5b-9061bc147c87} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8369 | 2025.07.17 23:58:10.576774 [ 276 ] {123f3ae8-8f39-45b6-bf5b-9061bc147c87} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001152 sec., 10416.666666666666 rows/sec., 813.80 KiB/sec. | ||
8370 | 2025.07.17 23:58:10.576813 [ 276 ] {123f3ae8-8f39-45b6-bf5b-9061bc147c87} <Debug> TCPHandler: Processed in 0.00131643 sec. | ||
8371 | 2025.07.17 23:58:10.576917 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8372 | 2025.07.17 23:58:10.577010 [ 276 ] {d2dbf7e4-2dc7-4e1f-b217-c7a1de8ba0f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8373 | 2025.07.17 23:58:10.577051 [ 276 ] {d2dbf7e4-2dc7-4e1f-b217-c7a1de8ba0f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8374 | 2025.07.17 23:58:10.577668 [ 276 ] {d2dbf7e4-2dc7-4e1f-b217-c7a1de8ba0f0} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8375 | 2025.07.17 23:58:10.577703 [ 276 ] {d2dbf7e4-2dc7-4e1f-b217-c7a1de8ba0f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8376 | 2025.07.17 23:58:10.578037 [ 276 ] {d2dbf7e4-2dc7-4e1f-b217-c7a1de8ba0f0} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
8377 | 2025.07.17 23:58:10.578248 [ 276 ] {d2dbf7e4-2dc7-4e1f-b217-c7a1de8ba0f0} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8378 | 2025.07.17 23:58:10.578378 [ 276 ] {d2dbf7e4-2dc7-4e1f-b217-c7a1de8ba0f0} <Debug> executeQuery: Read 568 rows, 43.64 KiB in 0.001385 sec., 410108.3032490975 rows/sec., 30.77 MiB/sec. | ||
8379 | 2025.07.17 23:58:10.578417 [ 276 ] {d2dbf7e4-2dc7-4e1f-b217-c7a1de8ba0f0} <Debug> TCPHandler: Processed in 0.001548774 sec. | ||
8380 | 2025.07.17 23:58:10.578532 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8381 | 2025.07.17 23:58:10.578627 [ 276 ] {d1b351b1-40ed-4a31-b6df-8ae3dd07f75d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8382 | 2025.07.17 23:58:10.578671 [ 276 ] {d1b351b1-40ed-4a31-b6df-8ae3dd07f75d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8383 | 2025.07.17 23:58:10.579252 [ 276 ] {d1b351b1-40ed-4a31-b6df-8ae3dd07f75d} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8384 | 2025.07.17 23:58:10.579294 [ 276 ] {d1b351b1-40ed-4a31-b6df-8ae3dd07f75d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8385 | 2025.07.17 23:58:10.579666 [ 276 ] {d1b351b1-40ed-4a31-b6df-8ae3dd07f75d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
8386 | 2025.07.17 23:58:10.579884 [ 276 ] {d1b351b1-40ed-4a31-b6df-8ae3dd07f75d} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8387 | 2025.07.17 23:58:10.580014 [ 276 ] {d1b351b1-40ed-4a31-b6df-8ae3dd07f75d} <Debug> executeQuery: Read 921 rows, 63.97 KiB in 0.001405 sec., 655516.0142348754 rows/sec., 44.46 MiB/sec. | ||
8388 | 2025.07.17 23:58:10.580052 [ 276 ] {d1b351b1-40ed-4a31-b6df-8ae3dd07f75d} <Debug> TCPHandler: Processed in 0.001568974 sec. | ||
8389 | 2025.07.17 23:58:10.580167 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8390 | 2025.07.17 23:58:10.580261 [ 276 ] {2e1f4d80-9aee-4012-af00-45c565f4cc71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8391 | 2025.07.17 23:58:10.580315 [ 276 ] {2e1f4d80-9aee-4012-af00-45c565f4cc71} <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 | ||
8392 | 2025.07.17 23:58:10.581063 [ 276 ] {2e1f4d80-9aee-4012-af00-45c565f4cc71} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8393 | 2025.07.17 23:58:10.581097 [ 276 ] {2e1f4d80-9aee-4012-af00-45c565f4cc71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8394 | 2025.07.17 23:58:10.581585 [ 276 ] {2e1f4d80-9aee-4012-af00-45c565f4cc71} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8395 | 2025.07.17 23:58:10.581805 [ 276 ] {2e1f4d80-9aee-4012-af00-45c565f4cc71} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8396 | 2025.07.17 23:58:10.581943 [ 276 ] {2e1f4d80-9aee-4012-af00-45c565f4cc71} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.0017 sec., 1176.4705882352941 rows/sec., 2.11 MiB/sec. | ||
8397 | 2025.07.17 23:58:10.582003 [ 276 ] {2e1f4d80-9aee-4012-af00-45c565f4cc71} <Debug> TCPHandler: Processed in 0.001884809 sec. | ||
8398 | 2025.07.17 23:58:10.582118 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8399 | 2025.07.17 23:58:10.582214 [ 276 ] {56d3b8b2-ae2f-4a2a-86e4-f9e469ea0f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8400 | 2025.07.17 23:58:10.582255 [ 276 ] {56d3b8b2-ae2f-4a2a-86e4-f9e469ea0f52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8401 | 2025.07.17 23:58:10.582593 [ 276 ] {56d3b8b2-ae2f-4a2a-86e4-f9e469ea0f52} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8402 | 2025.07.17 23:58:10.582629 [ 276 ] {56d3b8b2-ae2f-4a2a-86e4-f9e469ea0f52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8403 | 2025.07.17 23:58:10.582986 [ 276 ] {56d3b8b2-ae2f-4a2a-86e4-f9e469ea0f52} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
8404 | 2025.07.17 23:58:10.583200 [ 276 ] {56d3b8b2-ae2f-4a2a-86e4-f9e469ea0f52} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8405 | 2025.07.17 23:58:10.583341 [ 276 ] {56d3b8b2-ae2f-4a2a-86e4-f9e469ea0f52} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001145 sec., 52401.74672489083 rows/sec., 3.53 MiB/sec. | ||
8406 | 2025.07.17 23:58:10.583378 [ 276 ] {56d3b8b2-ae2f-4a2a-86e4-f9e469ea0f52} <Debug> TCPHandler: Processed in 0.001309841 sec. | ||
8407 | 2025.07.17 23:58:13.092855 [ 173 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8408 | 2025.07.17 23:58:13.092935 [ 173 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8409 | 2025.07.17 23:58:13.251212 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 | ||
8410 | 2025.07.17 23:58:13.251793 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8411 | 2025.07.17 23:58:13.251841 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8412 | 2025.07.17 23:58:13.252338 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8413 | 2025.07.17 23:58:13.252563 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8414 | 2025.07.17 23:58:13.252690 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
8415 | 2025.07.17 23:58:13.301340 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1150 | ||
8416 | 2025.07.17 23:58:13.303774 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8417 | 2025.07.17 23:58:13.303820 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8418 | 2025.07.17 23:58:13.305039 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8419 | 2025.07.17 23:58:13.305343 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8420 | 2025.07.17 23:58:13.305646 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1150 | ||
8421 | 2025.07.17 23:58:14.591402 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 | ||
8422 | 2025.07.17 23:58:14.613673 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8423 | 2025.07.17 23:58:14.613747 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8424 | 2025.07.17 23:58:14.622710 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8425 | 2025.07.17 23:58:14.623763 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8426 | 2025.07.17 23:58:14.627588 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
8427 | 2025.07.17 23:58:15.539401 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8428 | 2025.07.17 23:58:15.539599 [ 276 ] {52025ffd-6d65-44f2-b180-98fec4ac8651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8429 | 2025.07.17 23:58:15.539670 [ 276 ] {52025ffd-6d65-44f2-b180-98fec4ac8651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8430 | 2025.07.17 23:58:15.540473 [ 276 ] {52025ffd-6d65-44f2-b180-98fec4ac8651} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8431 | 2025.07.17 23:58:15.540510 [ 276 ] {52025ffd-6d65-44f2-b180-98fec4ac8651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8432 | 2025.07.17 23:58:15.540903 [ 276 ] {52025ffd-6d65-44f2-b180-98fec4ac8651} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
8433 | 2025.07.17 23:58:15.541132 [ 276 ] {52025ffd-6d65-44f2-b180-98fec4ac8651} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8434 | 2025.07.17 23:58:15.541255 [ 49 ] {} <Debug> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
8435 | 2025.07.17 23:58:15.541282 [ 276 ] {52025ffd-6d65-44f2-b180-98fec4ac8651} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001737 sec., 78295.91249280368 rows/sec., 6.74 MiB/sec. | ||
8436 | 2025.07.17 23:58:15.541299 [ 49 ] {} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8437 | 2025.07.17 23:58:15.541324 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8438 | 2025.07.17 23:58:15.541325 [ 276 ] {52025ffd-6d65-44f2-b180-98fec4ac8651} <Debug> TCPHandler: Processed in 0.002062812 sec. | ||
8439 | 2025.07.17 23:58:15.541454 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8440 | 2025.07.17 23:58:15.541457 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full | ||
8441 | 2025.07.17 23:58:15.541550 [ 276 ] {d8a5b31f-ec90-40e7-bf0d-f31435ca9c10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8442 | 2025.07.17 23:58:15.541595 [ 276 ] {d8a5b31f-ec90-40e7-bf0d-f31435ca9c10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8443 | 2025.07.17 23:58:15.541617 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8444 | 2025.07.17 23:58:15.541661 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 1411 rows starting from the beginning of the part | ||
8445 | 2025.07.17 23:58:15.541737 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 137 rows starting from the beginning of the part | ||
8446 | 2025.07.17 23:58:15.541819 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
8447 | 2025.07.17 23:58:15.541869 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 136 rows starting from the beginning of the part | ||
8448 | 2025.07.17 23:58:15.541919 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1325 rows starting from the beginning of the part | ||
8449 | 2025.07.17 23:58:15.541965 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 136 rows starting from the beginning of the part | ||
8450 | 2025.07.17 23:58:15.542011 [ 276 ] {d8a5b31f-ec90-40e7-bf0d-f31435ca9c10} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8451 | 2025.07.17 23:58:15.542051 [ 276 ] {d8a5b31f-ec90-40e7-bf0d-f31435ca9c10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8452 | 2025.07.17 23:58:15.542391 [ 276 ] {d8a5b31f-ec90-40e7-bf0d-f31435ca9c10} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8453 | 2025.07.17 23:58:15.542618 [ 276 ] {d8a5b31f-ec90-40e7-bf0d-f31435ca9c10} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8454 | 2025.07.17 23:58:15.542830 [ 276 ] {d8a5b31f-ec90-40e7-bf0d-f31435ca9c10} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001298 sec., 30816.640986132516 rows/sec., 2.26 MiB/sec. | ||
8455 | 2025.07.17 23:58:15.542868 [ 276 ] {d8a5b31f-ec90-40e7-bf0d-f31435ca9c10} <Debug> TCPHandler: Processed in 0.001465683 sec. | ||
8456 | 2025.07.17 23:58:15.542970 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8457 | 2025.07.17 23:58:15.543065 [ 276 ] {2050fe6d-7406-4929-8df1-1371961bbde5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8458 | 2025.07.17 23:58:15.543105 [ 276 ] {2050fe6d-7406-4929-8df1-1371961bbde5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8459 | 2025.07.17 23:58:15.543370 [ 195 ] {97e9e053-2700-4610-a493-547689adb125::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3205 rows, containing 5 columns (5 merged, 0 gathered) in 0.00197217 sec., 1625113.4537083516 rows/sec., 142.02 MiB/sec. | ||
8460 | 2025.07.17 23:58:15.543542 [ 276 ] {2050fe6d-7406-4929-8df1-1371961bbde5} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8461 | 2025.07.17 23:58:15.543581 [ 276 ] {2050fe6d-7406-4929-8df1-1371961bbde5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8462 | 2025.07.17 23:58:15.543654 [ 193 ] {97e9e053-2700-4610-a493-547689adb125::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
8463 | 2025.07.17 23:58:15.543903 [ 276 ] {2050fe6d-7406-4929-8df1-1371961bbde5} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
8464 | 2025.07.17 23:58:15.543965 [ 193 ] {97e9e053-2700-4610-a493-547689adb125::all_1_75_15} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8465 | 2025.07.17 23:58:15.544045 [ 193 ] {97e9e053-2700-4610-a493-547689adb125::all_1_75_15} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
8466 | 2025.07.17 23:58:15.544118 [ 276 ] {2050fe6d-7406-4929-8df1-1371961bbde5} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8467 | 2025.07.17 23:58:15.544141 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
8468 | 2025.07.17 23:58:15.544207 [ 49 ] {} <Debug> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
8469 | 2025.07.17 23:58:15.544237 [ 49 ] {} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8470 | 2025.07.17 23:58:15.544240 [ 276 ] {2050fe6d-7406-4929-8df1-1371961bbde5} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001194 sec., 87102.17755443887 rows/sec., 6.80 MiB/sec. | ||
8471 | 2025.07.17 23:58:15.544255 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8472 | 2025.07.17 23:58:15.544283 [ 276 ] {2050fe6d-7406-4929-8df1-1371961bbde5} <Debug> TCPHandler: Processed in 0.001362021 sec. | ||
8473 | 2025.07.17 23:58:15.544334 [ 196 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full | ||
8474 | 2025.07.17 23:58:15.544415 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8475 | 2025.07.17 23:58:15.544443 [ 196 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8476 | 2025.07.17 23:58:15.544475 [ 196 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 634 rows starting from the beginning of the part | ||
8477 | 2025.07.17 23:58:15.544514 [ 276 ] {72346d86-f463-41d5-b511-2688176d364d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8478 | 2025.07.17 23:58:15.544527 [ 196 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 106 rows starting from the beginning of the part | ||
8479 | 2025.07.17 23:58:15.544565 [ 276 ] {72346d86-f463-41d5-b511-2688176d364d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8480 | 2025.07.17 23:58:15.544578 [ 196 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 66 rows starting from the beginning of the part | ||
8481 | 2025.07.17 23:58:15.544625 [ 196 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 104 rows starting from the beginning of the part | ||
8482 | 2025.07.17 23:58:15.544664 [ 196 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 568 rows starting from the beginning of the part | ||
8483 | 2025.07.17 23:58:15.544702 [ 196 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 104 rows starting from the beginning of the part | ||
8484 | 2025.07.17 23:58:15.545000 [ 276 ] {72346d86-f463-41d5-b511-2688176d364d} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8485 | 2025.07.17 23:58:15.545039 [ 276 ] {72346d86-f463-41d5-b511-2688176d364d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8486 | 2025.07.17 23:58:15.545410 [ 276 ] {72346d86-f463-41d5-b511-2688176d364d} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
8487 | 2025.07.17 23:58:15.545627 [ 276 ] {72346d86-f463-41d5-b511-2688176d364d} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8488 | 2025.07.17 23:58:15.545662 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1582 rows, containing 5 columns (5 merged, 0 gathered) in 0.001360821 sec., 1162533.4999974282 rows/sec., 92.68 MiB/sec. | ||
8489 | 2025.07.17 23:58:15.545757 [ 276 ] {72346d86-f463-41d5-b511-2688176d364d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001261 sec., 126883.42585249803 rows/sec., 8.84 MiB/sec. | ||
8490 | 2025.07.17 23:58:15.545800 [ 276 ] {72346d86-f463-41d5-b511-2688176d364d} <Debug> TCPHandler: Processed in 0.001434902 sec. | ||
8491 | 2025.07.17 23:58:15.545830 [ 196 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
8492 | 2025.07.17 23:58:15.545909 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8493 | 2025.07.17 23:58:15.546019 [ 276 ] {1db195a6-66a7-4a45-8eff-4fcda685c38d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8494 | 2025.07.17 23:58:15.546078 [ 276 ] {1db195a6-66a7-4a45-8eff-4fcda685c38d} <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 | ||
8495 | 2025.07.17 23:58:15.546096 [ 196 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_75_15} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8496 | 2025.07.17 23:58:15.546171 [ 196 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_75_15} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
8497 | 2025.07.17 23:58:15.546244 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
8498 | 2025.07.17 23:58:15.546975 [ 276 ] {1db195a6-66a7-4a45-8eff-4fcda685c38d} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8499 | 2025.07.17 23:58:15.547017 [ 276 ] {1db195a6-66a7-4a45-8eff-4fcda685c38d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8500 | 2025.07.17 23:58:15.547619 [ 276 ] {1db195a6-66a7-4a45-8eff-4fcda685c38d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8501 | 2025.07.17 23:58:15.547848 [ 276 ] {1db195a6-66a7-4a45-8eff-4fcda685c38d} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8502 | 2025.07.17 23:58:15.548001 [ 276 ] {1db195a6-66a7-4a45-8eff-4fcda685c38d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002 sec., 20000 rows/sec., 35.84 MiB/sec. | ||
8503 | 2025.07.17 23:58:15.548068 [ 276 ] {1db195a6-66a7-4a45-8eff-4fcda685c38d} <Debug> TCPHandler: Processed in 0.002210624 sec. | ||
8504 | 2025.07.17 23:58:15.548182 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8505 | 2025.07.17 23:58:15.548278 [ 276 ] {9ec37aa4-c354-4def-842f-8efde768aa88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8506 | 2025.07.17 23:58:15.548320 [ 276 ] {9ec37aa4-c354-4def-842f-8efde768aa88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8507 | 2025.07.17 23:58:15.548665 [ 276 ] {9ec37aa4-c354-4def-842f-8efde768aa88} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8508 | 2025.07.17 23:58:15.548699 [ 276 ] {9ec37aa4-c354-4def-842f-8efde768aa88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8509 | 2025.07.17 23:58:15.549006 [ 276 ] {9ec37aa4-c354-4def-842f-8efde768aa88} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
8510 | 2025.07.17 23:58:15.549215 [ 276 ] {9ec37aa4-c354-4def-842f-8efde768aa88} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8511 | 2025.07.17 23:58:15.549345 [ 276 ] {9ec37aa4-c354-4def-842f-8efde768aa88} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. | ||
8512 | 2025.07.17 23:58:15.549382 [ 276 ] {9ec37aa4-c354-4def-842f-8efde768aa88} <Debug> TCPHandler: Processed in 0.001249799 sec. | ||
8513 | 2025.07.17 23:58:20.540389 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8514 | 2025.07.17 23:58:20.540615 [ 276 ] {e9a1ecee-42f8-4d23-88b0-23d105a5ac81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8515 | 2025.07.17 23:58:20.540698 [ 276 ] {e9a1ecee-42f8-4d23-88b0-23d105a5ac81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8516 | 2025.07.17 23:58:20.541604 [ 276 ] {e9a1ecee-42f8-4d23-88b0-23d105a5ac81} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8517 | 2025.07.17 23:58:20.541667 [ 276 ] {e9a1ecee-42f8-4d23-88b0-23d105a5ac81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8518 | 2025.07.17 23:58:20.542126 [ 276 ] {e9a1ecee-42f8-4d23-88b0-23d105a5ac81} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
8519 | 2025.07.17 23:58:20.542496 [ 276 ] {e9a1ecee-42f8-4d23-88b0-23d105a5ac81} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8520 | 2025.07.17 23:58:20.542739 [ 276 ] {e9a1ecee-42f8-4d23-88b0-23d105a5ac81} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.002174 sec., 27598.89604415823 rows/sec., 2.14 MiB/sec. | ||
8521 | 2025.07.17 23:58:20.542823 [ 276 ] {e9a1ecee-42f8-4d23-88b0-23d105a5ac81} <Debug> TCPHandler: Processed in 0.002636831 sec. | ||
8522 | 2025.07.17 23:58:20.542983 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8523 | 2025.07.17 23:58:20.543125 [ 276 ] {ea1b9804-25d4-45a3-82eb-70cfc375b4fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8524 | 2025.07.17 23:58:20.543189 [ 276 ] {ea1b9804-25d4-45a3-82eb-70cfc375b4fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8525 | 2025.07.17 23:58:20.543792 [ 276 ] {ea1b9804-25d4-45a3-82eb-70cfc375b4fb} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8526 | 2025.07.17 23:58:20.543844 [ 276 ] {ea1b9804-25d4-45a3-82eb-70cfc375b4fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8527 | 2025.07.17 23:58:20.544306 [ 276 ] {ea1b9804-25d4-45a3-82eb-70cfc375b4fb} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
8528 | 2025.07.17 23:58:20.544632 [ 276 ] {ea1b9804-25d4-45a3-82eb-70cfc375b4fb} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8529 | 2025.07.17 23:58:20.544840 [ 276 ] {ea1b9804-25d4-45a3-82eb-70cfc375b4fb} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001751 sec., 1142.204454597373 rows/sec., 85.89 KiB/sec. | ||
8530 | 2025.07.17 23:58:20.544904 [ 276 ] {ea1b9804-25d4-45a3-82eb-70cfc375b4fb} <Debug> TCPHandler: Processed in 0.001989901 sec. | ||
8531 | 2025.07.17 23:58:20.545071 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8532 | 2025.07.17 23:58:20.545209 [ 276 ] {947e2e45-ff16-4ad7-91a8-214e5a40f090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8533 | 2025.07.17 23:58:20.545268 [ 276 ] {947e2e45-ff16-4ad7-91a8-214e5a40f090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8534 | 2025.07.17 23:58:20.545877 [ 276 ] {947e2e45-ff16-4ad7-91a8-214e5a40f090} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8535 | 2025.07.17 23:58:20.545926 [ 276 ] {947e2e45-ff16-4ad7-91a8-214e5a40f090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8536 | 2025.07.17 23:58:20.546382 [ 276 ] {947e2e45-ff16-4ad7-91a8-214e5a40f090} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
8537 | 2025.07.17 23:58:20.546699 [ 276 ] {947e2e45-ff16-4ad7-91a8-214e5a40f090} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8538 | 2025.07.17 23:58:20.546881 [ 276 ] {947e2e45-ff16-4ad7-91a8-214e5a40f090} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001707 sec., 38664.32337434095 rows/sec., 3.02 MiB/sec. | ||
8539 | 2025.07.17 23:58:20.546935 [ 276 ] {947e2e45-ff16-4ad7-91a8-214e5a40f090} <Debug> TCPHandler: Processed in 0.00193262 sec. | ||
8540 | 2025.07.17 23:58:20.547302 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8541 | 2025.07.17 23:58:20.547431 [ 276 ] {2cc984db-b82b-4578-b1ef-e1b3e967898d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8542 | 2025.07.17 23:58:20.547492 [ 276 ] {2cc984db-b82b-4578-b1ef-e1b3e967898d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8543 | 2025.07.17 23:58:20.548075 [ 276 ] {2cc984db-b82b-4578-b1ef-e1b3e967898d} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8544 | 2025.07.17 23:58:20.548121 [ 276 ] {2cc984db-b82b-4578-b1ef-e1b3e967898d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8545 | 2025.07.17 23:58:20.548585 [ 276 ] {2cc984db-b82b-4578-b1ef-e1b3e967898d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
8546 | 2025.07.17 23:58:20.548899 [ 276 ] {2cc984db-b82b-4578-b1ef-e1b3e967898d} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8547 | 2025.07.17 23:58:20.549062 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
8548 | 2025.07.17 23:58:20.549076 [ 276 ] {2cc984db-b82b-4578-b1ef-e1b3e967898d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001671 sec., 95751.04727707959 rows/sec., 6.67 MiB/sec. | ||
8549 | 2025.07.17 23:58:20.549143 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8550 | 2025.07.17 23:58:20.549172 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8551 | 2025.07.17 23:58:20.549185 [ 276 ] {2cc984db-b82b-4578-b1ef-e1b3e967898d} <Debug> TCPHandler: Processed in 0.00194476 sec. | ||
8552 | 2025.07.17 23:58:20.549288 [ 195 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
8553 | 2025.07.17 23:58:20.549356 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8554 | 2025.07.17 23:58:20.549426 [ 195 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8555 | 2025.07.17 23:58:20.549470 [ 195 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20488 rows starting from the beginning of the part | ||
8556 | 2025.07.17 23:58:20.549485 [ 276 ] {9bb83f80-23aa-42bd-8e91-2b6917b27f08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8557 | 2025.07.17 23:58:20.549538 [ 195 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
8558 | 2025.07.17 23:58:20.549567 [ 276 ] {9bb83f80-23aa-42bd-8e91-2b6917b27f08} <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 | ||
8559 | 2025.07.17 23:58:20.549587 [ 195 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part | ||
8560 | 2025.07.17 23:58:20.549637 [ 195 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 921 rows starting from the beginning of the part | ||
8561 | 2025.07.17 23:58:20.549678 [ 195 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
8562 | 2025.07.17 23:58:20.549719 [ 195 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
8563 | 2025.07.17 23:58:20.550683 [ 276 ] {9bb83f80-23aa-42bd-8e91-2b6917b27f08} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8564 | 2025.07.17 23:58:20.550735 [ 276 ] {9bb83f80-23aa-42bd-8e91-2b6917b27f08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8565 | 2025.07.17 23:58:20.551538 [ 276 ] {9bb83f80-23aa-42bd-8e91-2b6917b27f08} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8566 | 2025.07.17 23:58:20.551895 [ 276 ] {9bb83f80-23aa-42bd-8e91-2b6917b27f08} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8567 | 2025.07.17 23:58:20.552058 [ 95 ] {} <Debug> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8568 | 2025.07.17 23:58:20.552099 [ 95 ] {} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8569 | 2025.07.17 23:58:20.552100 [ 276 ] {9bb83f80-23aa-42bd-8e91-2b6917b27f08} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.00264 sec., 757.5757575757576 rows/sec., 1.36 MiB/sec. | ||
8570 | 2025.07.17 23:58:20.552126 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8571 | 2025.07.17 23:58:20.552232 [ 276 ] {9bb83f80-23aa-42bd-8e91-2b6917b27f08} <Debug> TCPHandler: Processed in 0.002938655 sec. | ||
8572 | 2025.07.17 23:58:20.552254 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
8573 | 2025.07.17 23:58:20.552433 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8574 | 2025.07.17 23:58:20.552561 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8575 | 2025.07.17 23:58:20.552561 [ 276 ] {f973c3ce-e79c-45d3-9b58-f6cca007e5fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8576 | 2025.07.17 23:58:20.552636 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1345 rows starting from the beginning of the part | ||
8577 | 2025.07.17 23:58:20.552645 [ 276 ] {f973c3ce-e79c-45d3-9b58-f6cca007e5fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8578 | 2025.07.17 23:58:20.552783 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 2 rows starting from the beginning of the part | ||
8579 | 2025.07.17 23:58:20.552928 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 40 rows starting from the beginning of the part | ||
8580 | 2025.07.17 23:58:20.553060 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 2 rows starting from the beginning of the part | ||
8581 | 2025.07.17 23:58:20.553134 [ 276 ] {f973c3ce-e79c-45d3-9b58-f6cca007e5fb} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8582 | 2025.07.17 23:58:20.553181 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 40 rows starting from the beginning of the part | ||
8583 | 2025.07.17 23:58:20.553188 [ 276 ] {f973c3ce-e79c-45d3-9b58-f6cca007e5fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8584 | 2025.07.17 23:58:20.553308 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 2 rows starting from the beginning of the part | ||
8585 | 2025.07.17 23:58:20.556005 [ 276 ] {f973c3ce-e79c-45d3-9b58-f6cca007e5fb} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
8586 | 2025.07.17 23:58:20.556270 [ 276 ] {f973c3ce-e79c-45d3-9b58-f6cca007e5fb} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8587 | 2025.07.17 23:58:20.556394 [ 95 ] {} <Debug> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
8588 | 2025.07.17 23:58:20.556410 [ 276 ] {f973c3ce-e79c-45d3-9b58-f6cca007e5fb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003875 sec., 15483.870967741936 rows/sec., 1.04 MiB/sec. | ||
8589 | 2025.07.17 23:58:20.556434 [ 95 ] {} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8590 | 2025.07.17 23:58:20.556457 [ 276 ] {f973c3ce-e79c-45d3-9b58-f6cca007e5fb} <Debug> TCPHandler: Processed in 0.004089262 sec. | ||
8591 | 2025.07.17 23:58:20.556457 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8592 | 2025.07.17 23:58:20.556554 [ 191 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
8593 | 2025.07.17 23:58:20.556658 [ 191 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8594 | 2025.07.17 23:58:20.556686 [ 191 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4008 rows starting from the beginning of the part | ||
8595 | 2025.07.17 23:58:20.556735 [ 191 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
8596 | 2025.07.17 23:58:20.556779 [ 191 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
8597 | 2025.07.17 23:58:20.556816 [ 191 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
8598 | 2025.07.17 23:58:20.556852 [ 191 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
8599 | 2025.07.17 23:58:20.556888 [ 191 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
8600 | 2025.07.17 23:58:20.564398 [ 190 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4308 rows, containing 4 columns (4 merged, 0 gathered) in 0.007871981 sec., 547257.4184312691 rows/sec., 36.86 MiB/sec. | ||
8601 | 2025.07.17 23:58:20.564997 [ 201 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
8602 | 2025.07.17 23:58:20.565360 [ 201 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_76_15} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8603 | 2025.07.17 23:58:20.565437 [ 201 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_76_15} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
8604 | 2025.07.17 23:58:20.565535 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
8605 | 2025.07.17 23:58:20.566251 [ 190 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22049 rows, containing 5 columns (5 merged, 0 gathered) in 0.017022832 sec., 1295260.3891056434 rows/sec., 88.97 MiB/sec. | ||
8606 | 2025.07.17 23:58:20.566949 [ 186 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
8607 | 2025.07.17 23:58:20.567379 [ 186 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8608 | 2025.07.17 23:58:20.567492 [ 186 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
8609 | 2025.07.17 23:58:20.567641 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
8610 | 2025.07.17 23:58:20.569865 [ 186 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1431 rows, containing 19 columns (19 merged, 0 gathered) in 0.017669032 sec., 80989.15662159647 rows/sec., 145.13 MiB/sec. | ||
8611 | 2025.07.17 23:58:20.572232 [ 186 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8612 | 2025.07.17 23:58:20.572595 [ 186 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8613 | 2025.07.17 23:58:20.572674 [ 186 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8614 | 2025.07.17 23:58:20.572833 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.52 MiB. | ||
8615 | 2025.07.17 23:58:20.752803 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278 | ||
8616 | 2025.07.17 23:58:20.753309 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8617 | 2025.07.17 23:58:20.753354 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8618 | 2025.07.17 23:58:20.753854 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8619 | 2025.07.17 23:58:20.754090 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8620 | 2025.07.17 23:58:20.754218 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278 | ||
8621 | 2025.07.17 23:58:21.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 299.67 MiB, peak 314.19 MiB, free memory in arenas 0.00 B, will set to 305.70 MiB (RSS), difference: 6.02 MiB | ||
8622 | 2025.07.17 23:58:21.545140 [ 95 ] {} <Debug> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
8623 | 2025.07.17 23:58:21.545203 [ 95 ] {} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8624 | 2025.07.17 23:58:21.545225 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8625 | 2025.07.17 23:58:21.545356 [ 190 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
8626 | 2025.07.17 23:58:21.545516 [ 190 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8627 | 2025.07.17 23:58:21.545553 [ 190 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part | ||
8628 | 2025.07.17 23:58:21.545626 [ 190 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
8629 | 2025.07.17 23:58:21.545676 [ 190 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
8630 | 2025.07.17 23:58:21.545724 [ 190 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
8631 | 2025.07.17 23:58:21.545770 [ 190 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 10 rows starting from the beginning of the part | ||
8632 | 2025.07.17 23:58:21.546561 [ 191 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.00126785 sec., 28394.526166344596 rows/sec., 2.37 MiB/sec. | ||
8633 | 2025.07.17 23:58:21.546752 [ 200 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
8634 | 2025.07.17 23:58:21.547112 [ 200 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_21_5} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8635 | 2025.07.17 23:58:21.547205 [ 200 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_21_5} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
8636 | 2025.07.17 23:58:21.547310 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8637 | 2025.07.17 23:58:22.127830 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
8638 | 2025.07.17 23:58:22.143763 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8639 | 2025.07.17 23:58:22.143827 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8640 | 2025.07.17 23:58:22.149967 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8641 | 2025.07.17 23:58:22.150709 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8642 | 2025.07.17 23:58:22.153579 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
8643 | 2025.07.17 23:58:23.306144 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1174 | ||
8644 | 2025.07.17 23:58:23.308262 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8645 | 2025.07.17 23:58:23.308307 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8646 | 2025.07.17 23:58:23.309479 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8647 | 2025.07.17 23:58:23.309743 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8648 | 2025.07.17 23:58:23.310018 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1174 | ||
8649 | 2025.07.17 23:58:25.540746 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8650 | 2025.07.17 23:58:25.541007 [ 276 ] {713a7c2f-de43-4a47-8b94-b309121b77b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
8651 | 2025.07.17 23:58:25.541074 [ 276 ] {713a7c2f-de43-4a47-8b94-b309121b77b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8652 | 2025.07.17 23:58:25.541710 [ 276 ] {713a7c2f-de43-4a47-8b94-b309121b77b3} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8653 | 2025.07.17 23:58:25.541754 [ 276 ] {713a7c2f-de43-4a47-8b94-b309121b77b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8654 | 2025.07.17 23:58:25.542131 [ 276 ] {713a7c2f-de43-4a47-8b94-b309121b77b3} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8655 | 2025.07.17 23:58:25.542346 [ 276 ] {713a7c2f-de43-4a47-8b94-b309121b77b3} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8656 | 2025.07.17 23:58:25.542497 [ 276 ] {713a7c2f-de43-4a47-8b94-b309121b77b3} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001542 sec., 2594.0337224383916 rows/sec., 211.53 KiB/sec. | ||
8657 | 2025.07.17 23:58:25.542541 [ 276 ] {713a7c2f-de43-4a47-8b94-b309121b77b3} <Debug> TCPHandler: Processed in 0.00198126 sec. | ||
8658 | 2025.07.17 23:58:25.542662 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8659 | 2025.07.17 23:58:25.542760 [ 276 ] {697d5b56-5957-4cf5-afd4-e8a03bb761d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8660 | 2025.07.17 23:58:25.542801 [ 276 ] {697d5b56-5957-4cf5-afd4-e8a03bb761d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8661 | 2025.07.17 23:58:25.543272 [ 276 ] {697d5b56-5957-4cf5-afd4-e8a03bb761d4} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8662 | 2025.07.17 23:58:25.543307 [ 276 ] {697d5b56-5957-4cf5-afd4-e8a03bb761d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8663 | 2025.07.17 23:58:25.543603 [ 276 ] {697d5b56-5957-4cf5-afd4-e8a03bb761d4} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
8664 | 2025.07.17 23:58:25.543872 [ 276 ] {697d5b56-5957-4cf5-afd4-e8a03bb761d4} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8665 | 2025.07.17 23:58:25.544003 [ 276 ] {697d5b56-5957-4cf5-afd4-e8a03bb761d4} <Debug> executeQuery: Read 138 rows, 12.14 KiB in 0.00126 sec., 109523.80952380951 rows/sec., 9.41 MiB/sec. | ||
8666 | 2025.07.17 23:58:25.544042 [ 276 ] {697d5b56-5957-4cf5-afd4-e8a03bb761d4} <Debug> TCPHandler: Processed in 0.001429222 sec. | ||
8667 | 2025.07.17 23:58:25.544152 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8668 | 2025.07.17 23:58:25.544247 [ 276 ] {ab850fa5-48c3-4ecc-a93b-12a44e4be83e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8669 | 2025.07.17 23:58:25.544287 [ 276 ] {ab850fa5-48c3-4ecc-a93b-12a44e4be83e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8670 | 2025.07.17 23:58:25.544693 [ 276 ] {ab850fa5-48c3-4ecc-a93b-12a44e4be83e} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8671 | 2025.07.17 23:58:25.544729 [ 276 ] {ab850fa5-48c3-4ecc-a93b-12a44e4be83e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8672 | 2025.07.17 23:58:25.545024 [ 276 ] {ab850fa5-48c3-4ecc-a93b-12a44e4be83e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
8673 | 2025.07.17 23:58:25.545225 [ 276 ] {ab850fa5-48c3-4ecc-a93b-12a44e4be83e} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8674 | 2025.07.17 23:58:25.545351 [ 276 ] {ab850fa5-48c3-4ecc-a93b-12a44e4be83e} <Debug> executeQuery: Read 44 rows, 3.29 KiB in 0.001122 sec., 39215.686274509804 rows/sec., 2.86 MiB/sec. | ||
8675 | 2025.07.17 23:58:25.545389 [ 276 ] {ab850fa5-48c3-4ecc-a93b-12a44e4be83e} <Debug> TCPHandler: Processed in 0.00128668 sec. | ||
8676 | 2025.07.17 23:58:25.545497 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8677 | 2025.07.17 23:58:25.545591 [ 276 ] {0ca2aaf6-14b7-4287-9253-c547ae577203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8678 | 2025.07.17 23:58:25.545632 [ 276 ] {0ca2aaf6-14b7-4287-9253-c547ae577203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8679 | 2025.07.17 23:58:25.546059 [ 276 ] {0ca2aaf6-14b7-4287-9253-c547ae577203} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8680 | 2025.07.17 23:58:25.546095 [ 276 ] {0ca2aaf6-14b7-4287-9253-c547ae577203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8681 | 2025.07.17 23:58:25.546399 [ 276 ] {0ca2aaf6-14b7-4287-9253-c547ae577203} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
8682 | 2025.07.17 23:58:25.546598 [ 276 ] {0ca2aaf6-14b7-4287-9253-c547ae577203} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8683 | 2025.07.17 23:58:25.546724 [ 276 ] {0ca2aaf6-14b7-4287-9253-c547ae577203} <Debug> executeQuery: Read 108 rows, 8.64 KiB in 0.00115 sec., 93913.04347826086 rows/sec., 7.34 MiB/sec. | ||
8684 | 2025.07.17 23:58:25.546762 [ 276 ] {0ca2aaf6-14b7-4287-9253-c547ae577203} <Debug> TCPHandler: Processed in 0.00131394 sec. | ||
8685 | 2025.07.17 23:58:25.546875 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8686 | 2025.07.17 23:58:25.546970 [ 276 ] {1e6287d0-6ef6-4cc5-bd70-ee3056b56834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8687 | 2025.07.17 23:58:25.547015 [ 276 ] {1e6287d0-6ef6-4cc5-bd70-ee3056b56834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8688 | 2025.07.17 23:58:25.547420 [ 276 ] {1e6287d0-6ef6-4cc5-bd70-ee3056b56834} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8689 | 2025.07.17 23:58:25.547457 [ 276 ] {1e6287d0-6ef6-4cc5-bd70-ee3056b56834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8690 | 2025.07.17 23:58:25.547770 [ 276 ] {1e6287d0-6ef6-4cc5-bd70-ee3056b56834} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
8691 | 2025.07.17 23:58:25.547981 [ 276 ] {1e6287d0-6ef6-4cc5-bd70-ee3056b56834} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8692 | 2025.07.17 23:58:25.548109 [ 276 ] {1e6287d0-6ef6-4cc5-bd70-ee3056b56834} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001156 sec., 140138.40830449827 rows/sec., 9.76 MiB/sec. | ||
8693 | 2025.07.17 23:58:25.548145 [ 276 ] {1e6287d0-6ef6-4cc5-bd70-ee3056b56834} <Debug> TCPHandler: Processed in 0.00131972 sec. | ||
8694 | 2025.07.17 23:58:25.548251 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8695 | 2025.07.17 23:58:25.548353 [ 276 ] {896159b5-51a0-4e43-b79c-cba95f33ea3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8696 | 2025.07.17 23:58:25.548410 [ 276 ] {896159b5-51a0-4e43-b79c-cba95f33ea3d} <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 | ||
8697 | 2025.07.17 23:58:25.549287 [ 276 ] {896159b5-51a0-4e43-b79c-cba95f33ea3d} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8698 | 2025.07.17 23:58:25.549324 [ 276 ] {896159b5-51a0-4e43-b79c-cba95f33ea3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8699 | 2025.07.17 23:58:25.549910 [ 276 ] {896159b5-51a0-4e43-b79c-cba95f33ea3d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8700 | 2025.07.17 23:58:25.550142 [ 276 ] {896159b5-51a0-4e43-b79c-cba95f33ea3d} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8701 | 2025.07.17 23:58:25.550283 [ 276 ] {896159b5-51a0-4e43-b79c-cba95f33ea3d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001949 sec., 20523.34530528476 rows/sec., 36.78 MiB/sec. | ||
8702 | 2025.07.17 23:58:25.550339 [ 276 ] {896159b5-51a0-4e43-b79c-cba95f33ea3d} <Debug> TCPHandler: Processed in 0.002139543 sec. | ||
8703 | 2025.07.17 23:58:25.550451 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8704 | 2025.07.17 23:58:25.550547 [ 276 ] {1addfa15-dddd-42e4-8c07-89004fbb16bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8705 | 2025.07.17 23:58:25.550589 [ 276 ] {1addfa15-dddd-42e4-8c07-89004fbb16bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8706 | 2025.07.17 23:58:25.550921 [ 276 ] {1addfa15-dddd-42e4-8c07-89004fbb16bc} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8707 | 2025.07.17 23:58:25.550958 [ 276 ] {1addfa15-dddd-42e4-8c07-89004fbb16bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8708 | 2025.07.17 23:58:25.551261 [ 276 ] {1addfa15-dddd-42e4-8c07-89004fbb16bc} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
8709 | 2025.07.17 23:58:25.551466 [ 276 ] {1addfa15-dddd-42e4-8c07-89004fbb16bc} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8710 | 2025.07.17 23:58:25.551593 [ 276 ] {1addfa15-dddd-42e4-8c07-89004fbb16bc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. | ||
8711 | 2025.07.17 23:58:25.551630 [ 276 ] {1addfa15-dddd-42e4-8c07-89004fbb16bc} <Debug> TCPHandler: Processed in 0.001229999 sec. | ||
8712 | 2025.07.17 23:58:28.093503 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8713 | 2025.07.17 23:58:28.093577 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8714 | 2025.07.17 23:58:28.254892 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766 | ||
8715 | 2025.07.17 23:58:28.255457 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8716 | 2025.07.17 23:58:28.255500 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8717 | 2025.07.17 23:58:28.256052 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8718 | 2025.07.17 23:58:28.256298 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8719 | 2025.07.17 23:58:28.256441 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
8720 | 2025.07.17 23:58:29.654029 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
8721 | 2025.07.17 23:58:29.670416 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8722 | 2025.07.17 23:58:29.670480 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8723 | 2025.07.17 23:58:29.676528 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8724 | 2025.07.17 23:58:29.677249 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8725 | 2025.07.17 23:58:29.680068 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
8726 | 2025.07.17 23:58:30.538886 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8727 | 2025.07.17 23:58:30.539072 [ 276 ] {73fc0287-b1d8-44ad-a7ca-bb1197f5f03b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8728 | 2025.07.17 23:58:30.539145 [ 276 ] {73fc0287-b1d8-44ad-a7ca-bb1197f5f03b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8729 | 2025.07.17 23:58:30.539818 [ 276 ] {73fc0287-b1d8-44ad-a7ca-bb1197f5f03b} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8730 | 2025.07.17 23:58:30.539872 [ 276 ] {73fc0287-b1d8-44ad-a7ca-bb1197f5f03b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8731 | 2025.07.17 23:58:30.540290 [ 276 ] {73fc0287-b1d8-44ad-a7ca-bb1197f5f03b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
8732 | 2025.07.17 23:58:30.540526 [ 276 ] {73fc0287-b1d8-44ad-a7ca-bb1197f5f03b} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8733 | 2025.07.17 23:58:30.540700 [ 276 ] {73fc0287-b1d8-44ad-a7ca-bb1197f5f03b} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.00168 sec., 35714.28571428571 rows/sec., 2.77 MiB/sec. | ||
8734 | 2025.07.17 23:58:30.540752 [ 276 ] {73fc0287-b1d8-44ad-a7ca-bb1197f5f03b} <Debug> TCPHandler: Processed in 0.002010951 sec. | ||
8735 | 2025.07.17 23:58:30.540879 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8736 | 2025.07.17 23:58:30.540982 [ 276 ] {0fbf61e5-93e6-48cf-998f-90f94d55a880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8737 | 2025.07.17 23:58:30.541027 [ 276 ] {0fbf61e5-93e6-48cf-998f-90f94d55a880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8738 | 2025.07.17 23:58:30.541466 [ 276 ] {0fbf61e5-93e6-48cf-998f-90f94d55a880} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8739 | 2025.07.17 23:58:30.541502 [ 276 ] {0fbf61e5-93e6-48cf-998f-90f94d55a880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8740 | 2025.07.17 23:58:30.541800 [ 276 ] {0fbf61e5-93e6-48cf-998f-90f94d55a880} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
8741 | 2025.07.17 23:58:30.542008 [ 276 ] {0fbf61e5-93e6-48cf-998f-90f94d55a880} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8742 | 2025.07.17 23:58:30.542138 [ 276 ] {0fbf61e5-93e6-48cf-998f-90f94d55a880} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.00118 sec., 1694.915254237288 rows/sec., 127.45 KiB/sec. | ||
8743 | 2025.07.17 23:58:30.542176 [ 276 ] {0fbf61e5-93e6-48cf-998f-90f94d55a880} <Debug> TCPHandler: Processed in 0.001351221 sec. | ||
8744 | 2025.07.17 23:58:30.542291 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8745 | 2025.07.17 23:58:30.542385 [ 276 ] {ac3d5468-0605-49e4-8a8d-858b2a7ec4ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8746 | 2025.07.17 23:58:30.542429 [ 276 ] {ac3d5468-0605-49e4-8a8d-858b2a7ec4ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8747 | 2025.07.17 23:58:30.542851 [ 276 ] {ac3d5468-0605-49e4-8a8d-858b2a7ec4ba} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8748 | 2025.07.17 23:58:30.542886 [ 276 ] {ac3d5468-0605-49e4-8a8d-858b2a7ec4ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8749 | 2025.07.17 23:58:30.543195 [ 276 ] {ac3d5468-0605-49e4-8a8d-858b2a7ec4ba} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
8750 | 2025.07.17 23:58:30.543403 [ 276 ] {ac3d5468-0605-49e4-8a8d-858b2a7ec4ba} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8751 | 2025.07.17 23:58:30.543535 [ 276 ] {ac3d5468-0605-49e4-8a8d-858b2a7ec4ba} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001168 sec., 56506.849315068495 rows/sec., 4.41 MiB/sec. | ||
8752 | 2025.07.17 23:58:30.543572 [ 276 ] {ac3d5468-0605-49e4-8a8d-858b2a7ec4ba} <Debug> TCPHandler: Processed in 0.001330181 sec. | ||
8753 | 2025.07.17 23:58:30.543687 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8754 | 2025.07.17 23:58:30.543780 [ 276 ] {a5d2ac8a-5f93-4aa0-8405-baf17161d11b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8755 | 2025.07.17 23:58:30.543823 [ 276 ] {a5d2ac8a-5f93-4aa0-8405-baf17161d11b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8756 | 2025.07.17 23:58:30.544238 [ 276 ] {a5d2ac8a-5f93-4aa0-8405-baf17161d11b} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8757 | 2025.07.17 23:58:30.544274 [ 276 ] {a5d2ac8a-5f93-4aa0-8405-baf17161d11b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8758 | 2025.07.17 23:58:30.544600 [ 276 ] {a5d2ac8a-5f93-4aa0-8405-baf17161d11b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
8759 | 2025.07.17 23:58:30.544807 [ 276 ] {a5d2ac8a-5f93-4aa0-8405-baf17161d11b} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8760 | 2025.07.17 23:58:30.544938 [ 276 ] {a5d2ac8a-5f93-4aa0-8405-baf17161d11b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. | ||
8761 | 2025.07.17 23:58:30.544975 [ 276 ] {a5d2ac8a-5f93-4aa0-8405-baf17161d11b} <Debug> TCPHandler: Processed in 0.00133934 sec. | ||
8762 | 2025.07.17 23:58:30.545089 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8763 | 2025.07.17 23:58:30.545183 [ 276 ] {6f0b1491-4ca3-4952-8015-cfd29a44517a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8764 | 2025.07.17 23:58:30.545237 [ 276 ] {6f0b1491-4ca3-4952-8015-cfd29a44517a} <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 | ||
8765 | 2025.07.17 23:58:30.546018 [ 276 ] {6f0b1491-4ca3-4952-8015-cfd29a44517a} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8766 | 2025.07.17 23:58:30.546056 [ 276 ] {6f0b1491-4ca3-4952-8015-cfd29a44517a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8767 | 2025.07.17 23:58:30.546591 [ 276 ] {6f0b1491-4ca3-4952-8015-cfd29a44517a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
8768 | 2025.07.17 23:58:30.546814 [ 276 ] {6f0b1491-4ca3-4952-8015-cfd29a44517a} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8769 | 2025.07.17 23:58:30.546953 [ 276 ] {6f0b1491-4ca3-4952-8015-cfd29a44517a} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001787 sec., 1119.194180190263 rows/sec., 2.01 MiB/sec. | ||
8770 | 2025.07.17 23:58:30.547008 [ 276 ] {6f0b1491-4ca3-4952-8015-cfd29a44517a} <Debug> TCPHandler: Processed in 0.001967021 sec. | ||
8771 | 2025.07.17 23:58:30.547134 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8772 | 2025.07.17 23:58:30.547234 [ 276 ] {a36a8b8b-5adb-4338-981c-27e3a601328e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8773 | 2025.07.17 23:58:30.547278 [ 276 ] {a36a8b8b-5adb-4338-981c-27e3a601328e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8774 | 2025.07.17 23:58:30.547616 [ 276 ] {a36a8b8b-5adb-4338-981c-27e3a601328e} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8775 | 2025.07.17 23:58:30.547651 [ 276 ] {a36a8b8b-5adb-4338-981c-27e3a601328e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8776 | 2025.07.17 23:58:30.547979 [ 276 ] {a36a8b8b-5adb-4338-981c-27e3a601328e} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
8777 | 2025.07.17 23:58:30.548196 [ 276 ] {a36a8b8b-5adb-4338-981c-27e3a601328e} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8778 | 2025.07.17 23:58:30.548330 [ 276 ] {a36a8b8b-5adb-4338-981c-27e3a601328e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001115 sec., 53811.65919282511 rows/sec., 3.63 MiB/sec. | ||
8779 | 2025.07.17 23:58:30.548366 [ 276 ] {a36a8b8b-5adb-4338-981c-27e3a601328e} <Debug> TCPHandler: Processed in 0.00128346 sec. | ||
8780 | 2025.07.17 23:58:33.310341 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1200 | ||
8781 | 2025.07.17 23:58:33.312583 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8782 | 2025.07.17 23:58:33.312626 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8783 | 2025.07.17 23:58:33.313777 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8784 | 2025.07.17 23:58:33.314036 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8785 | 2025.07.17 23:58:33.314294 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1200 | ||
8786 | 2025.07.17 23:58:35.539432 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8787 | 2025.07.17 23:58:35.539730 [ 276 ] {d5c9db3b-cc81-49ea-88d4-9f0a01701028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8788 | 2025.07.17 23:58:35.539837 [ 276 ] {d5c9db3b-cc81-49ea-88d4-9f0a01701028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8789 | 2025.07.17 23:58:35.540668 [ 276 ] {d5c9db3b-cc81-49ea-88d4-9f0a01701028} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8790 | 2025.07.17 23:58:35.540708 [ 276 ] {d5c9db3b-cc81-49ea-88d4-9f0a01701028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8791 | 2025.07.17 23:58:35.541123 [ 276 ] {d5c9db3b-cc81-49ea-88d4-9f0a01701028} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
8792 | 2025.07.17 23:58:35.541358 [ 276 ] {d5c9db3b-cc81-49ea-88d4-9f0a01701028} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8793 | 2025.07.17 23:58:35.541517 [ 276 ] {d5c9db3b-cc81-49ea-88d4-9f0a01701028} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001875 sec., 72533.33333333334 rows/sec., 6.25 MiB/sec. | ||
8794 | 2025.07.17 23:58:35.541567 [ 276 ] {d5c9db3b-cc81-49ea-88d4-9f0a01701028} <Debug> TCPHandler: Processed in 0.002318615 sec. | ||
8795 | 2025.07.17 23:58:35.541682 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8796 | 2025.07.17 23:58:35.541788 [ 276 ] {050d71ba-36e0-4642-bf44-2039dfff9b5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8797 | 2025.07.17 23:58:35.541836 [ 276 ] {050d71ba-36e0-4642-bf44-2039dfff9b5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8798 | 2025.07.17 23:58:35.542252 [ 276 ] {050d71ba-36e0-4642-bf44-2039dfff9b5f} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8799 | 2025.07.17 23:58:35.542286 [ 276 ] {050d71ba-36e0-4642-bf44-2039dfff9b5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8800 | 2025.07.17 23:58:35.542591 [ 276 ] {050d71ba-36e0-4642-bf44-2039dfff9b5f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
8801 | 2025.07.17 23:58:35.542798 [ 276 ] {050d71ba-36e0-4642-bf44-2039dfff9b5f} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8802 | 2025.07.17 23:58:35.542896 [ 169 ] {} <Debug> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
8803 | 2025.07.17 23:58:35.542924 [ 276 ] {050d71ba-36e0-4642-bf44-2039dfff9b5f} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001162 sec., 34423.40791738382 rows/sec., 2.53 MiB/sec. | ||
8804 | 2025.07.17 23:58:35.542931 [ 169 ] {} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8805 | 2025.07.17 23:58:35.542956 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8806 | 2025.07.17 23:58:35.542963 [ 276 ] {050d71ba-36e0-4642-bf44-2039dfff9b5f} <Debug> TCPHandler: Processed in 0.001331841 sec. | ||
8807 | 2025.07.17 23:58:35.543073 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8808 | 2025.07.17 23:58:35.543073 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
8809 | 2025.07.17 23:58:35.543168 [ 276 ] {66ca157c-c94a-4034-9c40-d0fecb91c428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8810 | 2025.07.17 23:58:35.543212 [ 276 ] {66ca157c-c94a-4034-9c40-d0fecb91c428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8811 | 2025.07.17 23:58:35.543228 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8812 | 2025.07.17 23:58:35.543266 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 72 rows starting from the beginning of the part | ||
8813 | 2025.07.17 23:58:35.543330 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 40 rows starting from the beginning of the part | ||
8814 | 2025.07.17 23:58:35.543374 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 2 rows starting from the beginning of the part | ||
8815 | 2025.07.17 23:58:35.543438 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 44 rows starting from the beginning of the part | ||
8816 | 2025.07.17 23:58:35.543491 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 2 rows starting from the beginning of the part | ||
8817 | 2025.07.17 23:58:35.543538 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 40 rows starting from the beginning of the part | ||
8818 | 2025.07.17 23:58:35.543640 [ 276 ] {66ca157c-c94a-4034-9c40-d0fecb91c428} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8819 | 2025.07.17 23:58:35.543682 [ 276 ] {66ca157c-c94a-4034-9c40-d0fecb91c428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8820 | 2025.07.17 23:58:35.544008 [ 276 ] {66ca157c-c94a-4034-9c40-d0fecb91c428} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
8821 | 2025.07.17 23:58:35.544229 [ 276 ] {66ca157c-c94a-4034-9c40-d0fecb91c428} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8822 | 2025.07.17 23:58:35.544357 [ 276 ] {66ca157c-c94a-4034-9c40-d0fecb91c428} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001207 sec., 86164.04308202154 rows/sec., 6.73 MiB/sec. | ||
8823 | 2025.07.17 23:58:35.544386 [ 197 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 5 columns (5 merged, 0 gathered) in 0.001366711 sec., 146336.71639432185 rows/sec., 11.26 MiB/sec. | ||
8824 | 2025.07.17 23:58:35.544395 [ 276 ] {66ca157c-c94a-4034-9c40-d0fecb91c428} <Debug> TCPHandler: Processed in 0.001371291 sec. | ||
8825 | 2025.07.17 23:58:35.544517 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8826 | 2025.07.17 23:58:35.544578 [ 191 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
8827 | 2025.07.17 23:58:35.544614 [ 276 ] {c89bfa5e-757a-469a-af5c-83c742cec124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8828 | 2025.07.17 23:58:35.544663 [ 276 ] {c89bfa5e-757a-469a-af5c-83c742cec124} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8829 | 2025.07.17 23:58:35.544903 [ 191 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_71_14} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8830 | 2025.07.17 23:58:35.545003 [ 191 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_71_14} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
8831 | 2025.07.17 23:58:35.545062 [ 276 ] {c89bfa5e-757a-469a-af5c-83c742cec124} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8832 | 2025.07.17 23:58:35.545101 [ 276 ] {c89bfa5e-757a-469a-af5c-83c742cec124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8833 | 2025.07.17 23:58:35.545104 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
8834 | 2025.07.17 23:58:35.545438 [ 276 ] {c89bfa5e-757a-469a-af5c-83c742cec124} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
8835 | 2025.07.17 23:58:35.545662 [ 276 ] {c89bfa5e-757a-469a-af5c-83c742cec124} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8836 | 2025.07.17 23:58:35.545789 [ 276 ] {c89bfa5e-757a-469a-af5c-83c742cec124} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. | ||
8837 | 2025.07.17 23:58:35.545824 [ 276 ] {c89bfa5e-757a-469a-af5c-83c742cec124} <Debug> TCPHandler: Processed in 0.001355831 sec. | ||
8838 | 2025.07.17 23:58:35.545925 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8839 | 2025.07.17 23:58:35.546018 [ 276 ] {9572b36a-293c-4ba3-af90-6a4efa983f0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8840 | 2025.07.17 23:58:35.546071 [ 276 ] {9572b36a-293c-4ba3-af90-6a4efa983f0e} <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 | ||
8841 | 2025.07.17 23:58:35.546881 [ 276 ] {9572b36a-293c-4ba3-af90-6a4efa983f0e} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8842 | 2025.07.17 23:58:35.546914 [ 276 ] {9572b36a-293c-4ba3-af90-6a4efa983f0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8843 | 2025.07.17 23:58:35.547477 [ 276 ] {9572b36a-293c-4ba3-af90-6a4efa983f0e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
8844 | 2025.07.17 23:58:35.547697 [ 276 ] {9572b36a-293c-4ba3-af90-6a4efa983f0e} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8845 | 2025.07.17 23:58:35.547830 [ 276 ] {9572b36a-293c-4ba3-af90-6a4efa983f0e} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00183 sec., 21857.92349726776 rows/sec., 39.17 MiB/sec. | ||
8846 | 2025.07.17 23:58:35.547883 [ 276 ] {9572b36a-293c-4ba3-af90-6a4efa983f0e} <Debug> TCPHandler: Processed in 0.002006661 sec. | ||
8847 | 2025.07.17 23:58:35.547990 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8848 | 2025.07.17 23:58:35.548085 [ 276 ] {99ed915e-2082-4d8d-b06a-3afc0d8b801c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8849 | 2025.07.17 23:58:35.548127 [ 276 ] {99ed915e-2082-4d8d-b06a-3afc0d8b801c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8850 | 2025.07.17 23:58:35.548488 [ 276 ] {99ed915e-2082-4d8d-b06a-3afc0d8b801c} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8851 | 2025.07.17 23:58:35.548522 [ 276 ] {99ed915e-2082-4d8d-b06a-3afc0d8b801c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8852 | 2025.07.17 23:58:35.548829 [ 276 ] {99ed915e-2082-4d8d-b06a-3afc0d8b801c} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
8853 | 2025.07.17 23:58:35.549041 [ 276 ] {99ed915e-2082-4d8d-b06a-3afc0d8b801c} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8854 | 2025.07.17 23:58:35.549169 [ 276 ] {99ed915e-2082-4d8d-b06a-3afc0d8b801c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. | ||
8855 | 2025.07.17 23:58:35.549204 [ 276 ] {99ed915e-2082-4d8d-b06a-3afc0d8b801c} <Debug> TCPHandler: Processed in 0.001261959 sec. | ||
8856 | 2025.07.17 23:58:35.757484 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193 | ||
8857 | 2025.07.17 23:58:35.757985 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8858 | 2025.07.17 23:58:35.758035 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.77 GiB. | ||
8859 | 2025.07.17 23:58:35.758537 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8860 | 2025.07.17 23:58:35.758776 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8861 | 2025.07.17 23:58:35.758931 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193 | ||
8862 | 2025.07.17 23:58:37.181115 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
8863 | 2025.07.17 23:58:37.197624 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8864 | 2025.07.17 23:58:37.197684 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
8865 | 2025.07.17 23:58:37.203799 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8866 | 2025.07.17 23:58:37.204518 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8867 | 2025.07.17 23:58:37.207517 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
8868 | 2025.07.17 23:58:40.566559 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8869 | 2025.07.17 23:58:40.566764 [ 276 ] {47939d88-78a3-4e57-ba33-88d7a1bad5bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
8870 | 2025.07.17 23:58:40.566846 [ 276 ] {47939d88-78a3-4e57-ba33-88d7a1bad5bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
8871 | 2025.07.17 23:58:40.567555 [ 276 ] {47939d88-78a3-4e57-ba33-88d7a1bad5bd} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8872 | 2025.07.17 23:58:40.567602 [ 276 ] {47939d88-78a3-4e57-ba33-88d7a1bad5bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
8873 | 2025.07.17 23:58:40.568004 [ 276 ] {47939d88-78a3-4e57-ba33-88d7a1bad5bd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
8874 | 2025.07.17 23:58:40.568228 [ 276 ] {47939d88-78a3-4e57-ba33-88d7a1bad5bd} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8875 | 2025.07.17 23:58:40.568359 [ 155 ] {} <Debug> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
8876 | 2025.07.17 23:58:40.568383 [ 276 ] {47939d88-78a3-4e57-ba33-88d7a1bad5bd} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001675 sec., 14328.358208955224 rows/sec., 1.19 MiB/sec. | ||
8877 | 2025.07.17 23:58:40.568439 [ 155 ] {} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8878 | 2025.07.17 23:58:40.568451 [ 276 ] {47939d88-78a3-4e57-ba33-88d7a1bad5bd} <Debug> TCPHandler: Processed in 0.002033891 sec. | ||
8879 | 2025.07.17 23:58:40.568473 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
8880 | 2025.07.17 23:58:40.568584 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8881 | 2025.07.17 23:58:40.568593 [ 190 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
8882 | 2025.07.17 23:58:40.568686 [ 276 ] {6b067fc6-5f51-4c5d-b482-45fe742a9ee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
8883 | 2025.07.17 23:58:40.568732 [ 276 ] {6b067fc6-5f51-4c5d-b482-45fe742a9ee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8884 | 2025.07.17 23:58:40.568739 [ 190 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8885 | 2025.07.17 23:58:40.568780 [ 190 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 24 rows starting from the beginning of the part | ||
8886 | 2025.07.17 23:58:40.568845 [ 190 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part | ||
8887 | 2025.07.17 23:58:40.568889 [ 190 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part | ||
8888 | 2025.07.17 23:58:40.568933 [ 190 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part | ||
8889 | 2025.07.17 23:58:40.568987 [ 190 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part | ||
8890 | 2025.07.17 23:58:40.569148 [ 276 ] {6b067fc6-5f51-4c5d-b482-45fe742a9ee2} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8891 | 2025.07.17 23:58:40.569189 [ 276 ] {6b067fc6-5f51-4c5d-b482-45fe742a9ee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
8892 | 2025.07.17 23:58:40.569518 [ 276 ] {6b067fc6-5f51-4c5d-b482-45fe742a9ee2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8893 | 2025.07.17 23:58:40.569748 [ 276 ] {6b067fc6-5f51-4c5d-b482-45fe742a9ee2} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8894 | 2025.07.17 23:58:40.569783 [ 191 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001239829 sec., 96787.54086248991 rows/sec., 8.40 MiB/sec. | ||
8895 | 2025.07.17 23:58:40.569879 [ 276 ] {6b067fc6-5f51-4c5d-b482-45fe742a9ee2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001212 sec., 1650.1650165016501 rows/sec., 134.56 KiB/sec. | ||
8896 | 2025.07.17 23:58:40.569924 [ 276 ] {6b067fc6-5f51-4c5d-b482-45fe742a9ee2} <Debug> TCPHandler: Processed in 0.001392532 sec. | ||
8897 | 2025.07.17 23:58:40.569956 [ 191 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
8898 | 2025.07.17 23:58:40.570048 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8899 | 2025.07.17 23:58:40.570149 [ 276 ] {bc4d8898-c525-42c1-b14a-9720ef05277f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8900 | 2025.07.17 23:58:40.570194 [ 276 ] {bc4d8898-c525-42c1-b14a-9720ef05277f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8901 | 2025.07.17 23:58:40.570263 [ 191 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_13_3} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8902 | 2025.07.17 23:58:40.570343 [ 191 ] {19c1cca1-c688-4ad7-b810-384c3f88b76c::all_1_13_3} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
8903 | 2025.07.17 23:58:40.570447 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
8904 | 2025.07.17 23:58:40.571323 [ 276 ] {bc4d8898-c525-42c1-b14a-9720ef05277f} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8905 | 2025.07.17 23:58:40.571363 [ 276 ] {bc4d8898-c525-42c1-b14a-9720ef05277f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
8906 | 2025.07.17 23:58:40.571755 [ 276 ] {bc4d8898-c525-42c1-b14a-9720ef05277f} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
8907 | 2025.07.17 23:58:40.571974 [ 276 ] {bc4d8898-c525-42c1-b14a-9720ef05277f} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8908 | 2025.07.17 23:58:40.572090 [ 155 ] {} <Debug> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 | ||
8909 | 2025.07.17 23:58:40.572102 [ 276 ] {bc4d8898-c525-42c1-b14a-9720ef05277f} <Debug> executeQuery: Read 1321 rows, 112.40 KiB in 0.001971 sec., 670218.1633688483 rows/sec., 55.69 MiB/sec. | ||
8910 | 2025.07.17 23:58:40.572130 [ 155 ] {} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8911 | 2025.07.17 23:58:40.572155 [ 276 ] {bc4d8898-c525-42c1-b14a-9720ef05277f} <Debug> TCPHandler: Processed in 0.002156113 sec. | ||
8912 | 2025.07.17 23:58:40.572156 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
8913 | 2025.07.17 23:58:40.572259 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full | ||
8914 | 2025.07.17 23:58:40.572274 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8915 | 2025.07.17 23:58:40.572369 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8916 | 2025.07.17 23:58:40.572378 [ 276 ] {954160fd-5d9a-4278-8c8d-965942eb1d67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8917 | 2025.07.17 23:58:40.572405 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 1411 rows starting from the beginning of the part | ||
8918 | 2025.07.17 23:58:40.572423 [ 276 ] {954160fd-5d9a-4278-8c8d-965942eb1d67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8919 | 2025.07.17 23:58:40.572472 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
8920 | 2025.07.17 23:58:40.572524 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 138 rows starting from the beginning of the part | ||
8921 | 2025.07.17 23:58:40.572578 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
8922 | 2025.07.17 23:58:40.572623 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 136 rows starting from the beginning of the part | ||
8923 | 2025.07.17 23:58:40.572668 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1321 rows starting from the beginning of the part | ||
8924 | 2025.07.17 23:58:40.572853 [ 276 ] {954160fd-5d9a-4278-8c8d-965942eb1d67} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8925 | 2025.07.17 23:58:40.572887 [ 276 ] {954160fd-5d9a-4278-8c8d-965942eb1d67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
8926 | 2025.07.17 23:58:40.573201 [ 276 ] {954160fd-5d9a-4278-8c8d-965942eb1d67} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
8927 | 2025.07.17 23:58:40.573413 [ 276 ] {954160fd-5d9a-4278-8c8d-965942eb1d67} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8928 | 2025.07.17 23:58:40.573542 [ 276 ] {954160fd-5d9a-4278-8c8d-965942eb1d67} <Debug> executeQuery: Read 16 rows, 1.25 KiB in 0.001182 sec., 13536.37901861252 rows/sec., 1.03 MiB/sec. | ||
8929 | 2025.07.17 23:58:40.573581 [ 276 ] {954160fd-5d9a-4278-8c8d-965942eb1d67} <Debug> TCPHandler: Processed in 0.001356541 sec. | ||
8930 | 2025.07.17 23:58:40.573688 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8931 | 2025.07.17 23:58:40.573791 [ 276 ] {da50f42f-a6bd-48ee-b640-718c9134fe24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
8932 | 2025.07.17 23:58:40.573834 [ 276 ] {da50f42f-a6bd-48ee-b640-718c9134fe24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8933 | 2025.07.17 23:58:40.573963 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3126 rows, containing 5 columns (5 merged, 0 gathered) in 0.001739517 sec., 1797050.5605866455 rows/sec., 156.66 MiB/sec. | ||
8934 | 2025.07.17 23:58:40.574150 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
8935 | 2025.07.17 23:58:40.574373 [ 276 ] {da50f42f-a6bd-48ee-b640-718c9134fe24} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8936 | 2025.07.17 23:58:40.574411 [ 276 ] {da50f42f-a6bd-48ee-b640-718c9134fe24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
8937 | 2025.07.17 23:58:40.574461 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_80_16} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8938 | 2025.07.17 23:58:40.574556 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_80_16} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 | ||
8939 | 2025.07.17 23:58:40.574640 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
8940 | 2025.07.17 23:58:40.574742 [ 276 ] {da50f42f-a6bd-48ee-b640-718c9134fe24} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8941 | 2025.07.17 23:58:40.574961 [ 276 ] {da50f42f-a6bd-48ee-b640-718c9134fe24} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8942 | 2025.07.17 23:58:40.575090 [ 276 ] {da50f42f-a6bd-48ee-b640-718c9134fe24} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001319 sec., 191053.8286580743 rows/sec., 13.21 MiB/sec. | ||
8943 | 2025.07.17 23:58:40.575130 [ 276 ] {da50f42f-a6bd-48ee-b640-718c9134fe24} <Debug> TCPHandler: Processed in 0.001492973 sec. | ||
8944 | 2025.07.17 23:58:40.575243 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8945 | 2025.07.17 23:58:40.575339 [ 276 ] {e0d93780-5971-4a9f-b93c-4630e27ee238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
8946 | 2025.07.17 23:58:40.575379 [ 276 ] {e0d93780-5971-4a9f-b93c-4630e27ee238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8947 | 2025.07.17 23:58:40.575779 [ 276 ] {e0d93780-5971-4a9f-b93c-4630e27ee238} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8948 | 2025.07.17 23:58:40.575815 [ 276 ] {e0d93780-5971-4a9f-b93c-4630e27ee238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
8949 | 2025.07.17 23:58:40.576317 [ 276 ] {e0d93780-5971-4a9f-b93c-4630e27ee238} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
8950 | 2025.07.17 23:58:40.576602 [ 276 ] {e0d93780-5971-4a9f-b93c-4630e27ee238} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8951 | 2025.07.17 23:58:40.576725 [ 152 ] {} <Debug> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
8952 | 2025.07.17 23:58:40.576753 [ 276 ] {e0d93780-5971-4a9f-b93c-4630e27ee238} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001431 sec., 8385.744234800839 rows/sec., 655.14 KiB/sec. | ||
8953 | 2025.07.17 23:58:40.576790 [ 152 ] {} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8954 | 2025.07.17 23:58:40.576805 [ 276 ] {e0d93780-5971-4a9f-b93c-4630e27ee238} <Debug> TCPHandler: Processed in 0.001611134 sec. | ||
8955 | 2025.07.17 23:58:40.576817 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
8956 | 2025.07.17 23:58:40.576921 [ 191 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
8957 | 2025.07.17 23:58:40.577039 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8958 | 2025.07.17 23:58:40.577043 [ 191 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8959 | 2025.07.17 23:58:40.577103 [ 191 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 12 rows starting from the beginning of the part | ||
8960 | 2025.07.17 23:58:40.577150 [ 276 ] {453a2060-8988-426b-88ea-cc7d2553b173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8961 | 2025.07.17 23:58:40.577166 [ 191 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part | ||
8962 | 2025.07.17 23:58:40.577196 [ 276 ] {453a2060-8988-426b-88ea-cc7d2553b173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8963 | 2025.07.17 23:58:40.577219 [ 191 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part | ||
8964 | 2025.07.17 23:58:40.577264 [ 191 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part | ||
8965 | 2025.07.17 23:58:40.577304 [ 191 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part | ||
8966 | 2025.07.17 23:58:40.577948 [ 276 ] {453a2060-8988-426b-88ea-cc7d2553b173} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8967 | 2025.07.17 23:58:40.577989 [ 276 ] {453a2060-8988-426b-88ea-cc7d2553b173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
8968 | 2025.07.17 23:58:40.578015 [ 190 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001138387 sec., 52706.15353126836 rows/sec., 4.22 MiB/sec. | ||
8969 | 2025.07.17 23:58:40.578176 [ 198 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
8970 | 2025.07.17 23:58:40.578350 [ 276 ] {453a2060-8988-426b-88ea-cc7d2553b173} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
8971 | 2025.07.17 23:58:40.578505 [ 198 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_13_3} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8972 | 2025.07.17 23:58:40.578601 [ 198 ] {7b8925c6-cbcf-4ec0-b0fa-8a0990f58152::all_1_13_3} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
8973 | 2025.07.17 23:58:40.578623 [ 276 ] {453a2060-8988-426b-88ea-cc7d2553b173} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8974 | 2025.07.17 23:58:40.578699 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8975 | 2025.07.17 23:58:40.578768 [ 276 ] {453a2060-8988-426b-88ea-cc7d2553b173} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.001637 sec., 342089.18753817957 rows/sec., 25.64 MiB/sec. | ||
8976 | 2025.07.17 23:58:40.578770 [ 154 ] {} <Debug> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 | ||
8977 | 2025.07.17 23:58:40.578816 [ 276 ] {453a2060-8988-426b-88ea-cc7d2553b173} <Debug> TCPHandler: Processed in 0.001828689 sec. | ||
8978 | 2025.07.17 23:58:40.578826 [ 154 ] {} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8979 | 2025.07.17 23:58:40.578865 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
8980 | 2025.07.17 23:58:40.578953 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8981 | 2025.07.17 23:58:40.578959 [ 192 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full | ||
8982 | 2025.07.17 23:58:40.579054 [ 276 ] {921e8721-bf8d-49d0-907a-b03f59af9c68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8983 | 2025.07.17 23:58:40.579093 [ 192 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8984 | 2025.07.17 23:58:40.579103 [ 276 ] {921e8721-bf8d-49d0-907a-b03f59af9c68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8985 | 2025.07.17 23:58:40.579135 [ 192 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 634 rows starting from the beginning of the part | ||
8986 | 2025.07.17 23:58:40.579206 [ 192 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 66 rows starting from the beginning of the part | ||
8987 | 2025.07.17 23:58:40.579252 [ 192 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 108 rows starting from the beginning of the part | ||
8988 | 2025.07.17 23:58:40.579295 [ 192 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 66 rows starting from the beginning of the part | ||
8989 | 2025.07.17 23:58:40.579332 [ 192 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 104 rows starting from the beginning of the part | ||
8990 | 2025.07.17 23:58:40.579372 [ 192 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 560 rows starting from the beginning of the part | ||
8991 | 2025.07.17 23:58:40.579800 [ 276 ] {921e8721-bf8d-49d0-907a-b03f59af9c68} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8992 | 2025.07.17 23:58:40.579842 [ 276 ] {921e8721-bf8d-49d0-907a-b03f59af9c68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
8993 | 2025.07.17 23:58:40.580238 [ 276 ] {921e8721-bf8d-49d0-907a-b03f59af9c68} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
8994 | 2025.07.17 23:58:40.580418 [ 187 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1538 rows, containing 5 columns (5 merged, 0 gathered) in 0.001501013 sec., 1024641.3588689772 rows/sec., 81.62 MiB/sec. | ||
8995 | 2025.07.17 23:58:40.580447 [ 276 ] {921e8721-bf8d-49d0-907a-b03f59af9c68} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8996 | 2025.07.17 23:58:40.580588 [ 276 ] {921e8721-bf8d-49d0-907a-b03f59af9c68} <Debug> executeQuery: Read 917 rows, 63.69 KiB in 0.001552 sec., 590850.5154639175 rows/sec., 40.07 MiB/sec. | ||
8997 | 2025.07.17 23:58:40.580605 [ 192 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
8998 | 2025.07.17 23:58:40.580628 [ 276 ] {921e8721-bf8d-49d0-907a-b03f59af9c68} <Debug> TCPHandler: Processed in 0.001724916 sec. | ||
8999 | 2025.07.17 23:58:40.580744 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9000 | 2025.07.17 23:58:40.580842 [ 276 ] {7a63e8b1-1a27-4fac-981a-7173e4f4749c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9001 | 2025.07.17 23:58:40.580859 [ 192 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_80_16} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9002 | 2025.07.17 23:58:40.580897 [ 276 ] {7a63e8b1-1a27-4fac-981a-7173e4f4749c} <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 | ||
9003 | 2025.07.17 23:58:40.580939 [ 192 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_80_16} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 | ||
9004 | 2025.07.17 23:58:40.581017 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
9005 | 2025.07.17 23:58:40.581664 [ 276 ] {7a63e8b1-1a27-4fac-981a-7173e4f4749c} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9006 | 2025.07.17 23:58:40.581706 [ 276 ] {7a63e8b1-1a27-4fac-981a-7173e4f4749c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9007 | 2025.07.17 23:58:40.582203 [ 276 ] {7a63e8b1-1a27-4fac-981a-7173e4f4749c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9008 | 2025.07.17 23:58:40.582416 [ 276 ] {7a63e8b1-1a27-4fac-981a-7173e4f4749c} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9009 | 2025.07.17 23:58:40.582552 [ 276 ] {7a63e8b1-1a27-4fac-981a-7173e4f4749c} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001729 sec., 1156.737998843262 rows/sec., 2.07 MiB/sec. | ||
9010 | 2025.07.17 23:58:40.582607 [ 276 ] {7a63e8b1-1a27-4fac-981a-7173e4f4749c} <Debug> TCPHandler: Processed in 0.00191045 sec. | ||
9011 | 2025.07.17 23:58:40.582726 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9012 | 2025.07.17 23:58:40.582820 [ 276 ] {820859a9-fc99-428d-b5fe-83c616255b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9013 | 2025.07.17 23:58:40.582863 [ 276 ] {820859a9-fc99-428d-b5fe-83c616255b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9014 | 2025.07.17 23:58:40.583207 [ 276 ] {820859a9-fc99-428d-b5fe-83c616255b6b} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9015 | 2025.07.17 23:58:40.583242 [ 276 ] {820859a9-fc99-428d-b5fe-83c616255b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9016 | 2025.07.17 23:58:40.583537 [ 276 ] {820859a9-fc99-428d-b5fe-83c616255b6b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
9017 | 2025.07.17 23:58:40.583748 [ 276 ] {820859a9-fc99-428d-b5fe-83c616255b6b} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9018 | 2025.07.17 23:58:40.583877 [ 276 ] {820859a9-fc99-428d-b5fe-83c616255b6b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. | ||
9019 | 2025.07.17 23:58:40.583913 [ 276 ] {820859a9-fc99-428d-b5fe-83c616255b6b} <Debug> TCPHandler: Processed in 0.001236009 sec. | ||
9020 | 2025.07.17 23:58:43.093631 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9021 | 2025.07.17 23:58:43.093700 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9022 | 2025.07.17 23:58:43.259992 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681 | ||
9023 | 2025.07.17 23:58:43.260509 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9024 | 2025.07.17 23:58:43.260555 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9025 | 2025.07.17 23:58:43.261038 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9026 | 2025.07.17 23:58:43.261273 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9027 | 2025.07.17 23:58:43.261412 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
9028 | 2025.07.17 23:58:43.261451 [ 146 ] {} <Debug> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9029 | 2025.07.17 23:58:43.261522 [ 146 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9030 | 2025.07.17 23:58:43.261557 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9031 | 2025.07.17 23:58:43.261688 [ 190 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
9032 | 2025.07.17 23:58:43.261883 [ 190 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9033 | 2025.07.17 23:58:43.261952 [ 190 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part | ||
9034 | 2025.07.17 23:58:43.262048 [ 190 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part | ||
9035 | 2025.07.17 23:58:43.262119 [ 190 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part | ||
9036 | 2025.07.17 23:58:43.262186 [ 190 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part | ||
9037 | 2025.07.17 23:58:43.262249 [ 190 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part | ||
9038 | 2025.07.17 23:58:43.262311 [ 190 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part | ||
9039 | 2025.07.17 23:58:43.264620 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.002988936 sec., 8592020.70569594 rows/sec., 122.91 MiB/sec. | ||
9040 | 2025.07.17 23:58:43.264849 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9041 | 2025.07.17 23:58:43.265104 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_56_11} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9042 | 2025.07.17 23:58:43.265169 [ 187 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_56_11} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9043 | 2025.07.17 23:58:43.265270 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
9044 | 2025.07.17 23:58:43.314456 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1232 | ||
9045 | 2025.07.17 23:58:43.317001 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9046 | 2025.07.17 23:58:43.317038 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9047 | 2025.07.17 23:58:43.318146 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9048 | 2025.07.17 23:58:43.318403 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9049 | 2025.07.17 23:58:43.318539 [ 146 ] {} <Debug> system.query_log (fffc79bd-d093-4609-b94c-831763790625) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
9050 | 2025.07.17 23:58:43.318578 [ 146 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9051 | 2025.07.17 23:58:43.318599 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9052 | 2025.07.17 23:58:43.318655 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1232 | ||
9053 | 2025.07.17 23:58:43.318705 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::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 | ||
9054 | 2025.07.17 23:58:43.319409 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9055 | 2025.07.17 23:58:43.319574 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1092 rows starting from the beginning of the part | ||
9056 | 2025.07.17 23:58:43.319954 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 26 rows starting from the beginning of the part | ||
9057 | 2025.07.17 23:58:43.320319 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 32 rows starting from the beginning of the part | ||
9058 | 2025.07.17 23:58:43.320671 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 24 rows starting from the beginning of the part | ||
9059 | 2025.07.17 23:58:43.321033 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 26 rows starting from the beginning of the part | ||
9060 | 2025.07.17 23:58:43.321391 [ 199 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part | ||
9061 | 2025.07.17 23:58:43.328122 [ 193 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1232 rows, containing 72 columns (72 merged, 0 gathered) in 0.009459606 sec., 130237.98242759793 rows/sec., 102.12 MiB/sec. | ||
9062 | 2025.07.17 23:58:43.330114 [ 193 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
9063 | 2025.07.17 23:58:43.330715 [ 193 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_41_8} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9064 | 2025.07.17 23:58:43.330805 [ 193 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_41_8} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
9065 | 2025.07.17 23:58:43.331163 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.80 MiB. | ||
9066 | 2025.07.17 23:58:44.708431 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
9067 | 2025.07.17 23:58:44.725993 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9068 | 2025.07.17 23:58:44.726053 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9069 | 2025.07.17 23:58:44.732172 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9070 | 2025.07.17 23:58:44.732932 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9071 | 2025.07.17 23:58:44.733248 [ 147 ] {} <Debug> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9072 | 2025.07.17 23:58:44.733317 [ 147 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9073 | 2025.07.17 23:58:44.733341 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9074 | 2025.07.17 23:58:44.733464 [ 190 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
9075 | 2025.07.17 23:58:44.736301 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
9076 | 2025.07.17 23:58:44.737256 [ 190 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9077 | 2025.07.17 23:58:44.738684 [ 190 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 384 rows starting from the beginning of the part | ||
9078 | 2025.07.17 23:58:44.743175 [ 190 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part | ||
9079 | 2025.07.17 23:58:44.747597 [ 190 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part | ||
9080 | 2025.07.17 23:58:44.751881 [ 190 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part | ||
9081 | 2025.07.17 23:58:44.756227 [ 190 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part | ||
9082 | 2025.07.17 23:58:44.760046 [ 190 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part | ||
9083 | 2025.07.17 23:58:44.808869 [ 201 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.075458031 sec., 5592.512743938416 rows/sec., 28.92 MiB/sec. | ||
9084 | 2025.07.17 23:58:44.811839 [ 201 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9085 | 2025.07.17 23:58:44.813825 [ 201 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_56_11} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9086 | 2025.07.17 23:58:44.813931 [ 201 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_56_11} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9087 | 2025.07.17 23:58:44.816725 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
9088 | 2025.07.17 23:58:45.539564 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9089 | 2025.07.17 23:58:45.539845 [ 276 ] {7f694313-e082-4569-82a4-75926f0b99dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9090 | 2025.07.17 23:58:45.539951 [ 276 ] {7f694313-e082-4569-82a4-75926f0b99dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9091 | 2025.07.17 23:58:45.540765 [ 276 ] {7f694313-e082-4569-82a4-75926f0b99dc} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9092 | 2025.07.17 23:58:45.540809 [ 276 ] {7f694313-e082-4569-82a4-75926f0b99dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9093 | 2025.07.17 23:58:45.541228 [ 276 ] {7f694313-e082-4569-82a4-75926f0b99dc} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
9094 | 2025.07.17 23:58:45.541454 [ 276 ] {7f694313-e082-4569-82a4-75926f0b99dc} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9095 | 2025.07.17 23:58:45.541607 [ 276 ] {7f694313-e082-4569-82a4-75926f0b99dc} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001837 sec., 74033.75068045726 rows/sec., 6.38 MiB/sec. | ||
9096 | 2025.07.17 23:58:45.541662 [ 276 ] {7f694313-e082-4569-82a4-75926f0b99dc} <Debug> TCPHandler: Processed in 0.002279505 sec. | ||
9097 | 2025.07.17 23:58:45.541782 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9098 | 2025.07.17 23:58:45.541876 [ 276 ] {03399876-ff8c-44d7-9f3a-4c225b1d2946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9099 | 2025.07.17 23:58:45.541917 [ 276 ] {03399876-ff8c-44d7-9f3a-4c225b1d2946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9100 | 2025.07.17 23:58:45.542325 [ 276 ] {03399876-ff8c-44d7-9f3a-4c225b1d2946} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9101 | 2025.07.17 23:58:45.542360 [ 276 ] {03399876-ff8c-44d7-9f3a-4c225b1d2946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9102 | 2025.07.17 23:58:45.542666 [ 276 ] {03399876-ff8c-44d7-9f3a-4c225b1d2946} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9103 | 2025.07.17 23:58:45.542879 [ 276 ] {03399876-ff8c-44d7-9f3a-4c225b1d2946} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9104 | 2025.07.17 23:58:45.543007 [ 276 ] {03399876-ff8c-44d7-9f3a-4c225b1d2946} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00115 sec., 34782.608695652176 rows/sec., 2.55 MiB/sec. | ||
9105 | 2025.07.17 23:58:45.543046 [ 276 ] {03399876-ff8c-44d7-9f3a-4c225b1d2946} <Debug> TCPHandler: Processed in 0.001313661 sec. | ||
9106 | 2025.07.17 23:58:45.543148 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9107 | 2025.07.17 23:58:45.543243 [ 276 ] {513ae7c3-be5f-4232-88e1-231200de0fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9108 | 2025.07.17 23:58:45.543294 [ 276 ] {513ae7c3-be5f-4232-88e1-231200de0fdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9109 | 2025.07.17 23:58:45.543711 [ 276 ] {513ae7c3-be5f-4232-88e1-231200de0fdc} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9110 | 2025.07.17 23:58:45.543746 [ 276 ] {513ae7c3-be5f-4232-88e1-231200de0fdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9111 | 2025.07.17 23:58:45.544043 [ 276 ] {513ae7c3-be5f-4232-88e1-231200de0fdc} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
9112 | 2025.07.17 23:58:45.544248 [ 276 ] {513ae7c3-be5f-4232-88e1-231200de0fdc} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9113 | 2025.07.17 23:58:45.544371 [ 276 ] {513ae7c3-be5f-4232-88e1-231200de0fdc} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001147 sec., 90671.3164777681 rows/sec., 7.08 MiB/sec. | ||
9114 | 2025.07.17 23:58:45.544408 [ 276 ] {513ae7c3-be5f-4232-88e1-231200de0fdc} <Debug> TCPHandler: Processed in 0.00130992 sec. | ||
9115 | 2025.07.17 23:58:45.544518 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9116 | 2025.07.17 23:58:45.544612 [ 276 ] {5a2663a1-a8e1-43fa-82f5-d581f9f482f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9117 | 2025.07.17 23:58:45.544655 [ 276 ] {5a2663a1-a8e1-43fa-82f5-d581f9f482f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9118 | 2025.07.17 23:58:45.545047 [ 276 ] {5a2663a1-a8e1-43fa-82f5-d581f9f482f3} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9119 | 2025.07.17 23:58:45.545082 [ 276 ] {5a2663a1-a8e1-43fa-82f5-d581f9f482f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9120 | 2025.07.17 23:58:45.545413 [ 276 ] {5a2663a1-a8e1-43fa-82f5-d581f9f482f3} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
9121 | 2025.07.17 23:58:45.545618 [ 276 ] {5a2663a1-a8e1-43fa-82f5-d581f9f482f3} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9122 | 2025.07.17 23:58:45.545777 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
9123 | 2025.07.17 23:58:45.545789 [ 276 ] {5a2663a1-a8e1-43fa-82f5-d581f9f482f3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. | ||
9124 | 2025.07.17 23:58:45.545845 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9125 | 2025.07.17 23:58:45.545855 [ 276 ] {5a2663a1-a8e1-43fa-82f5-d581f9f482f3} <Debug> TCPHandler: Processed in 0.001385451 sec. | ||
9126 | 2025.07.17 23:58:45.545873 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9127 | 2025.07.17 23:58:45.545977 [ 194 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
9128 | 2025.07.17 23:58:45.545999 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9129 | 2025.07.17 23:58:45.546109 [ 194 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9130 | 2025.07.17 23:58:45.546126 [ 276 ] {d4565cbe-b27b-44c5-9df9-3c2cfc8b2b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9131 | 2025.07.17 23:58:45.546149 [ 194 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22049 rows starting from the beginning of the part | ||
9132 | 2025.07.17 23:58:45.546302 [ 276 ] {d4565cbe-b27b-44c5-9df9-3c2cfc8b2b3d} <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 | ||
9133 | 2025.07.17 23:58:45.546326 [ 194 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 162 rows starting from the beginning of the part | ||
9134 | 2025.07.17 23:58:45.546377 [ 194 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
9135 | 2025.07.17 23:58:45.546419 [ 194 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
9136 | 2025.07.17 23:58:45.546459 [ 194 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 917 rows starting from the beginning of the part | ||
9137 | 2025.07.17 23:58:45.546500 [ 194 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
9138 | 2025.07.17 23:58:45.547285 [ 276 ] {d4565cbe-b27b-44c5-9df9-3c2cfc8b2b3d} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9139 | 2025.07.17 23:58:45.547327 [ 276 ] {d4565cbe-b27b-44c5-9df9-3c2cfc8b2b3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9140 | 2025.07.17 23:58:45.548130 [ 276 ] {d4565cbe-b27b-44c5-9df9-3c2cfc8b2b3d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9141 | 2025.07.17 23:58:45.548394 [ 276 ] {d4565cbe-b27b-44c5-9df9-3c2cfc8b2b3d} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9142 | 2025.07.17 23:58:45.548510 [ 150 ] {} <Debug> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9143 | 2025.07.17 23:58:45.548537 [ 276 ] {d4565cbe-b27b-44c5-9df9-3c2cfc8b2b3d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002435 sec., 16427.104722792606 rows/sec., 29.44 MiB/sec. | ||
9144 | 2025.07.17 23:58:45.548552 [ 150 ] {} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9145 | 2025.07.17 23:58:45.548580 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9146 | 2025.07.17 23:58:45.548602 [ 276 ] {d4565cbe-b27b-44c5-9df9-3c2cfc8b2b3d} <Debug> TCPHandler: Processed in 0.002661601 sec. | ||
9147 | 2025.07.17 23:58:45.548695 [ 195 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
9148 | 2025.07.17 23:58:45.548741 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9149 | 2025.07.17 23:58:45.548865 [ 276 ] {a1afd1e7-70b5-464d-8b74-8171d615e00e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9150 | 2025.07.17 23:58:45.548916 [ 276 ] {a1afd1e7-70b5-464d-8b74-8171d615e00e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9151 | 2025.07.17 23:58:45.548989 [ 195 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9152 | 2025.07.17 23:58:45.549060 [ 195 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1431 rows starting from the beginning of the part | ||
9153 | 2025.07.17 23:58:45.549204 [ 195 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 40 rows starting from the beginning of the part | ||
9154 | 2025.07.17 23:58:45.549294 [ 276 ] {a1afd1e7-70b5-464d-8b74-8171d615e00e} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9155 | 2025.07.17 23:58:45.549306 [ 195 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 2 rows starting from the beginning of the part | ||
9156 | 2025.07.17 23:58:45.549338 [ 276 ] {a1afd1e7-70b5-464d-8b74-8171d615e00e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9157 | 2025.07.17 23:58:45.549420 [ 195 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 40 rows starting from the beginning of the part | ||
9158 | 2025.07.17 23:58:45.549526 [ 195 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 2 rows starting from the beginning of the part | ||
9159 | 2025.07.17 23:58:45.549621 [ 195 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 40 rows starting from the beginning of the part | ||
9160 | 2025.07.17 23:58:45.549891 [ 276 ] {a1afd1e7-70b5-464d-8b74-8171d615e00e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
9161 | 2025.07.17 23:58:45.550123 [ 276 ] {a1afd1e7-70b5-464d-8b74-8171d615e00e} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9162 | 2025.07.17 23:58:45.550246 [ 150 ] {} <Debug> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
9163 | 2025.07.17 23:58:45.550263 [ 276 ] {a1afd1e7-70b5-464d-8b74-8171d615e00e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001423 sec., 42164.441321152495 rows/sec., 2.84 MiB/sec. | ||
9164 | 2025.07.17 23:58:45.550284 [ 150 ] {} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9165 | 2025.07.17 23:58:45.550310 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9166 | 2025.07.17 23:58:45.550310 [ 276 ] {a1afd1e7-70b5-464d-8b74-8171d615e00e} <Debug> TCPHandler: Processed in 0.001635326 sec. | ||
9167 | 2025.07.17 23:58:45.550410 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
9168 | 2025.07.17 23:58:45.550573 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9169 | 2025.07.17 23:58:45.550613 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4308 rows starting from the beginning of the part | ||
9170 | 2025.07.17 23:58:45.550678 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
9171 | 2025.07.17 23:58:45.550726 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
9172 | 2025.07.17 23:58:45.550770 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
9173 | 2025.07.17 23:58:45.550811 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
9174 | 2025.07.17 23:58:45.550853 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
9175 | 2025.07.17 23:58:45.553402 [ 200 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4608 rows, containing 4 columns (4 merged, 0 gathered) in 0.003030127 sec., 1520728.339109219 rows/sec., 102.42 MiB/sec. | ||
9176 | 2025.07.17 23:58:45.553889 [ 196 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23608 rows, containing 5 columns (5 merged, 0 gathered) in 0.007957513 sec., 2966756.070646696 rows/sec., 203.76 MiB/sec. | ||
9177 | 2025.07.17 23:58:45.553970 [ 186 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
9178 | 2025.07.17 23:58:45.554279 [ 186 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_81_16} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9179 | 2025.07.17 23:58:45.554357 [ 186 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_81_16} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
9180 | 2025.07.17 23:58:45.554451 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
9181 | 2025.07.17 23:58:45.554498 [ 196 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
9182 | 2025.07.17 23:58:45.554782 [ 196 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9183 | 2025.07.17 23:58:45.554866 [ 196 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
9184 | 2025.07.17 23:58:45.554958 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
9185 | 2025.07.17 23:58:45.558913 [ 197 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1555 rows, containing 19 columns (19 merged, 0 gathered) in 0.010275878 sec., 151325.26875075782 rows/sec., 271.17 MiB/sec. | ||
9186 | 2025.07.17 23:58:45.561178 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9187 | 2025.07.17 23:58:45.561532 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9188 | 2025.07.17 23:58:45.561621 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9189 | 2025.07.17 23:58:45.561754 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB. | ||
9190 | 2025.07.17 23:58:46.001131 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 306.91 MiB, peak 320.74 MiB, free memory in arenas 0.00 B, will set to 314.73 MiB (RSS), difference: 7.82 MiB | ||
9191 | 2025.07.17 23:58:50.543028 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9192 | 2025.07.17 23:58:50.543262 [ 276 ] {0fcb95b2-529c-4775-8455-7963b9efd73d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9193 | 2025.07.17 23:58:50.543345 [ 276 ] {0fcb95b2-529c-4775-8455-7963b9efd73d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9194 | 2025.07.17 23:58:50.544326 [ 276 ] {0fcb95b2-529c-4775-8455-7963b9efd73d} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9195 | 2025.07.17 23:58:50.544393 [ 276 ] {0fcb95b2-529c-4775-8455-7963b9efd73d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9196 | 2025.07.17 23:58:50.544937 [ 276 ] {0fcb95b2-529c-4775-8455-7963b9efd73d} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
9197 | 2025.07.17 23:58:50.545237 [ 276 ] {0fcb95b2-529c-4775-8455-7963b9efd73d} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9198 | 2025.07.17 23:58:50.545457 [ 276 ] {0fcb95b2-529c-4775-8455-7963b9efd73d} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.002247 sec., 26702.2696929239 rows/sec., 2.07 MiB/sec. | ||
9199 | 2025.07.17 23:58:50.545524 [ 276 ] {0fcb95b2-529c-4775-8455-7963b9efd73d} <Debug> TCPHandler: Processed in 0.002650911 sec. | ||
9200 | 2025.07.17 23:58:50.545707 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9201 | 2025.07.17 23:58:50.545842 [ 276 ] {19d62280-e634-4f40-9fe1-5495ecfb8991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9202 | 2025.07.17 23:58:50.545898 [ 276 ] {19d62280-e634-4f40-9fe1-5495ecfb8991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9203 | 2025.07.17 23:58:50.546453 [ 276 ] {19d62280-e634-4f40-9fe1-5495ecfb8991} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9204 | 2025.07.17 23:58:50.546500 [ 276 ] {19d62280-e634-4f40-9fe1-5495ecfb8991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9205 | 2025.07.17 23:58:50.546908 [ 276 ] {19d62280-e634-4f40-9fe1-5495ecfb8991} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9206 | 2025.07.17 23:58:50.547179 [ 276 ] {19d62280-e634-4f40-9fe1-5495ecfb8991} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9207 | 2025.07.17 23:58:50.547342 [ 276 ] {19d62280-e634-4f40-9fe1-5495ecfb8991} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001535 sec., 1302.9315960912054 rows/sec., 97.97 KiB/sec. | ||
9208 | 2025.07.17 23:58:50.547386 [ 276 ] {19d62280-e634-4f40-9fe1-5495ecfb8991} <Debug> TCPHandler: Processed in 0.001752018 sec. | ||
9209 | 2025.07.17 23:58:50.547555 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9210 | 2025.07.17 23:58:50.547667 [ 276 ] {870ae1cc-9215-4593-aad2-410b9e1fa7f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9211 | 2025.07.17 23:58:50.547712 [ 276 ] {870ae1cc-9215-4593-aad2-410b9e1fa7f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9212 | 2025.07.17 23:58:50.548266 [ 276 ] {870ae1cc-9215-4593-aad2-410b9e1fa7f7} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9213 | 2025.07.17 23:58:50.548307 [ 276 ] {870ae1cc-9215-4593-aad2-410b9e1fa7f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9214 | 2025.07.17 23:58:50.548726 [ 276 ] {870ae1cc-9215-4593-aad2-410b9e1fa7f7} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
9215 | 2025.07.17 23:58:50.549011 [ 276 ] {870ae1cc-9215-4593-aad2-410b9e1fa7f7} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9216 | 2025.07.17 23:58:50.549170 [ 276 ] {870ae1cc-9215-4593-aad2-410b9e1fa7f7} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001523 sec., 43335.52199606041 rows/sec., 3.38 MiB/sec. | ||
9217 | 2025.07.17 23:58:50.549217 [ 276 ] {870ae1cc-9215-4593-aad2-410b9e1fa7f7} <Debug> TCPHandler: Processed in 0.001726087 sec. | ||
9218 | 2025.07.17 23:58:50.549379 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9219 | 2025.07.17 23:58:50.549489 [ 276 ] {b40e4823-4d80-4d48-94f6-31f72e60e6bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9220 | 2025.07.17 23:58:50.549543 [ 276 ] {b40e4823-4d80-4d48-94f6-31f72e60e6bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9221 | 2025.07.17 23:58:50.550106 [ 276 ] {b40e4823-4d80-4d48-94f6-31f72e60e6bb} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9222 | 2025.07.17 23:58:50.550147 [ 276 ] {b40e4823-4d80-4d48-94f6-31f72e60e6bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9223 | 2025.07.17 23:58:50.550571 [ 276 ] {b40e4823-4d80-4d48-94f6-31f72e60e6bb} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
9224 | 2025.07.17 23:58:50.550836 [ 276 ] {b40e4823-4d80-4d48-94f6-31f72e60e6bb} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9225 | 2025.07.17 23:58:50.551005 [ 276 ] {b40e4823-4d80-4d48-94f6-31f72e60e6bb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001539 sec., 103963.61273554256 rows/sec., 7.24 MiB/sec. | ||
9226 | 2025.07.17 23:58:50.551058 [ 276 ] {b40e4823-4d80-4d48-94f6-31f72e60e6bb} <Debug> TCPHandler: Processed in 0.001741547 sec. | ||
9227 | 2025.07.17 23:58:50.551225 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9228 | 2025.07.17 23:58:50.551340 [ 276 ] {db785897-5507-4d09-99f2-dfa7bb902fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9229 | 2025.07.17 23:58:50.551410 [ 276 ] {db785897-5507-4d09-99f2-dfa7bb902fdf} <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 | ||
9230 | 2025.07.17 23:58:50.552414 [ 276 ] {db785897-5507-4d09-99f2-dfa7bb902fdf} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9231 | 2025.07.17 23:58:50.552456 [ 276 ] {db785897-5507-4d09-99f2-dfa7bb902fdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9232 | 2025.07.17 23:58:50.553085 [ 276 ] {db785897-5507-4d09-99f2-dfa7bb902fdf} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9233 | 2025.07.17 23:58:50.553405 [ 276 ] {db785897-5507-4d09-99f2-dfa7bb902fdf} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9234 | 2025.07.17 23:58:50.553587 [ 276 ] {db785897-5507-4d09-99f2-dfa7bb902fdf} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002269 sec., 881.445570736007 rows/sec., 1.58 MiB/sec. | ||
9235 | 2025.07.17 23:58:50.553673 [ 276 ] {db785897-5507-4d09-99f2-dfa7bb902fdf} <Debug> TCPHandler: Processed in 0.002509468 sec. | ||
9236 | 2025.07.17 23:58:50.553844 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9237 | 2025.07.17 23:58:50.553957 [ 276 ] {ef42c3b5-40e0-4a09-ba77-c11a108622a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9238 | 2025.07.17 23:58:50.554009 [ 276 ] {ef42c3b5-40e0-4a09-ba77-c11a108622a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9239 | 2025.07.17 23:58:50.554468 [ 276 ] {ef42c3b5-40e0-4a09-ba77-c11a108622a5} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9240 | 2025.07.17 23:58:50.554512 [ 276 ] {ef42c3b5-40e0-4a09-ba77-c11a108622a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9241 | 2025.07.17 23:58:50.554905 [ 276 ] {ef42c3b5-40e0-4a09-ba77-c11a108622a5} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
9242 | 2025.07.17 23:58:50.555177 [ 276 ] {ef42c3b5-40e0-4a09-ba77-c11a108622a5} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9243 | 2025.07.17 23:58:50.555338 [ 276 ] {ef42c3b5-40e0-4a09-ba77-c11a108622a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
9244 | 2025.07.17 23:58:50.555384 [ 276 ] {ef42c3b5-40e0-4a09-ba77-c11a108622a5} <Debug> TCPHandler: Processed in 0.001601325 sec. | ||
9245 | 2025.07.17 23:58:50.762362 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108 | ||
9246 | 2025.07.17 23:58:50.762872 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9247 | 2025.07.17 23:58:50.762924 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9248 | 2025.07.17 23:58:50.763419 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9249 | 2025.07.17 23:58:50.763662 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9250 | 2025.07.17 23:58:50.763810 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108 | ||
9251 | 2025.07.17 23:58:52.237257 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
9252 | 2025.07.17 23:58:52.253351 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9253 | 2025.07.17 23:58:52.253415 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9254 | 2025.07.17 23:58:52.258677 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9255 | 2025.07.17 23:58:52.259411 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9256 | 2025.07.17 23:58:52.262321 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
9257 | 2025.07.17 23:58:53.319653 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1256 | ||
9258 | 2025.07.17 23:58:53.321792 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9259 | 2025.07.17 23:58:53.321829 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9260 | 2025.07.17 23:58:53.322979 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9261 | 2025.07.17 23:58:53.323232 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9262 | 2025.07.17 23:58:53.323497 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1256 | ||
9263 | 2025.07.17 23:58:55.539598 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9264 | 2025.07.17 23:58:55.539772 [ 276 ] {a45b845e-bb87-46df-a86f-86d0ecb82ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
9265 | 2025.07.17 23:58:55.539835 [ 276 ] {a45b845e-bb87-46df-a86f-86d0ecb82ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9266 | 2025.07.17 23:58:55.540428 [ 276 ] {a45b845e-bb87-46df-a86f-86d0ecb82ae3} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9267 | 2025.07.17 23:58:55.540464 [ 276 ] {a45b845e-bb87-46df-a86f-86d0ecb82ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9268 | 2025.07.17 23:58:55.540833 [ 276 ] {a45b845e-bb87-46df-a86f-86d0ecb82ae3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9269 | 2025.07.17 23:58:55.541050 [ 276 ] {a45b845e-bb87-46df-a86f-86d0ecb82ae3} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9270 | 2025.07.17 23:58:55.541207 [ 276 ] {a45b845e-bb87-46df-a86f-86d0ecb82ae3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001485 sec., 1346.8013468013469 rows/sec., 109.82 KiB/sec. | ||
9271 | 2025.07.17 23:58:55.541252 [ 276 ] {a45b845e-bb87-46df-a86f-86d0ecb82ae3} <Debug> TCPHandler: Processed in 0.001783317 sec. | ||
9272 | 2025.07.17 23:58:55.541366 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9273 | 2025.07.17 23:58:55.541459 [ 276 ] {704c1d9d-9041-44e9-b818-029748df6b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9274 | 2025.07.17 23:58:55.541498 [ 276 ] {704c1d9d-9041-44e9-b818-029748df6b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9275 | 2025.07.17 23:58:55.541962 [ 276 ] {704c1d9d-9041-44e9-b818-029748df6b0a} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9276 | 2025.07.17 23:58:55.541997 [ 276 ] {704c1d9d-9041-44e9-b818-029748df6b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9277 | 2025.07.17 23:58:55.542324 [ 276 ] {704c1d9d-9041-44e9-b818-029748df6b0a} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
9278 | 2025.07.17 23:58:55.542527 [ 276 ] {704c1d9d-9041-44e9-b818-029748df6b0a} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9279 | 2025.07.17 23:58:55.542656 [ 276 ] {704c1d9d-9041-44e9-b818-029748df6b0a} <Debug> executeQuery: Read 137 rows, 12.07 KiB in 0.001215 sec., 112757.20164609054 rows/sec., 9.70 MiB/sec. | ||
9280 | 2025.07.17 23:58:55.542697 [ 276 ] {704c1d9d-9041-44e9-b818-029748df6b0a} <Debug> TCPHandler: Processed in 0.001378691 sec. | ||
9281 | 2025.07.17 23:58:55.542802 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9282 | 2025.07.17 23:58:55.542894 [ 276 ] {8a86a92e-2d62-4d13-91d7-6cc5c2cff7f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9283 | 2025.07.17 23:58:55.542933 [ 276 ] {8a86a92e-2d62-4d13-91d7-6cc5c2cff7f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9284 | 2025.07.17 23:58:55.543329 [ 276 ] {8a86a92e-2d62-4d13-91d7-6cc5c2cff7f4} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9285 | 2025.07.17 23:58:55.543362 [ 276 ] {8a86a92e-2d62-4d13-91d7-6cc5c2cff7f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9286 | 2025.07.17 23:58:55.543650 [ 276 ] {8a86a92e-2d62-4d13-91d7-6cc5c2cff7f4} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
9287 | 2025.07.17 23:58:55.543851 [ 276 ] {8a86a92e-2d62-4d13-91d7-6cc5c2cff7f4} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9288 | 2025.07.17 23:58:55.543973 [ 276 ] {8a86a92e-2d62-4d13-91d7-6cc5c2cff7f4} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.001098 sec., 38251.366120218576 rows/sec., 2.80 MiB/sec. | ||
9289 | 2025.07.17 23:58:55.544013 [ 276 ] {8a86a92e-2d62-4d13-91d7-6cc5c2cff7f4} <Debug> TCPHandler: Processed in 0.00125799 sec. | ||
9290 | 2025.07.17 23:58:55.544133 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9291 | 2025.07.17 23:58:55.544243 [ 276 ] {c96c0c75-485c-4569-9e6b-de777cb153a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9292 | 2025.07.17 23:58:55.544285 [ 276 ] {c96c0c75-485c-4569-9e6b-de777cb153a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9293 | 2025.07.17 23:58:55.544724 [ 276 ] {c96c0c75-485c-4569-9e6b-de777cb153a3} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9294 | 2025.07.17 23:58:55.544760 [ 276 ] {c96c0c75-485c-4569-9e6b-de777cb153a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9295 | 2025.07.17 23:58:55.545087 [ 276 ] {c96c0c75-485c-4569-9e6b-de777cb153a3} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
9296 | 2025.07.17 23:58:55.545302 [ 276 ] {c96c0c75-485c-4569-9e6b-de777cb153a3} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9297 | 2025.07.17 23:58:55.545430 [ 276 ] {c96c0c75-485c-4569-9e6b-de777cb153a3} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.001214 sec., 87314.6622734761 rows/sec., 6.82 MiB/sec. | ||
9298 | 2025.07.17 23:58:55.545470 [ 276 ] {c96c0c75-485c-4569-9e6b-de777cb153a3} <Debug> TCPHandler: Processed in 0.001387541 sec. | ||
9299 | 2025.07.17 23:58:55.545592 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9300 | 2025.07.17 23:58:55.545686 [ 276 ] {418f69c4-aa7f-44e6-845e-5e59efa29e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9301 | 2025.07.17 23:58:55.545730 [ 276 ] {418f69c4-aa7f-44e6-845e-5e59efa29e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9302 | 2025.07.17 23:58:55.546132 [ 276 ] {418f69c4-aa7f-44e6-845e-5e59efa29e7a} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9303 | 2025.07.17 23:58:55.546168 [ 276 ] {418f69c4-aa7f-44e6-845e-5e59efa29e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9304 | 2025.07.17 23:58:55.546500 [ 276 ] {418f69c4-aa7f-44e6-845e-5e59efa29e7a} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
9305 | 2025.07.17 23:58:55.546711 [ 276 ] {418f69c4-aa7f-44e6-845e-5e59efa29e7a} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9306 | 2025.07.17 23:58:55.546841 [ 276 ] {418f69c4-aa7f-44e6-845e-5e59efa29e7a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001173 sec., 137254.9019607843 rows/sec., 9.56 MiB/sec. | ||
9307 | 2025.07.17 23:58:55.546879 [ 276 ] {418f69c4-aa7f-44e6-845e-5e59efa29e7a} <Debug> TCPHandler: Processed in 0.001345281 sec. | ||
9308 | 2025.07.17 23:58:55.546991 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9309 | 2025.07.17 23:58:55.547089 [ 276 ] {1c77032e-5126-4f65-99d3-911b3afd9aa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9310 | 2025.07.17 23:58:55.547144 [ 276 ] {1c77032e-5126-4f65-99d3-911b3afd9aa1} <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 | ||
9311 | 2025.07.17 23:58:55.547960 [ 276 ] {1c77032e-5126-4f65-99d3-911b3afd9aa1} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9312 | 2025.07.17 23:58:55.547996 [ 276 ] {1c77032e-5126-4f65-99d3-911b3afd9aa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9313 | 2025.07.17 23:58:55.548558 [ 276 ] {1c77032e-5126-4f65-99d3-911b3afd9aa1} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9314 | 2025.07.17 23:58:55.548783 [ 276 ] {1c77032e-5126-4f65-99d3-911b3afd9aa1} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9315 | 2025.07.17 23:58:55.548920 [ 276 ] {1c77032e-5126-4f65-99d3-911b3afd9aa1} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00185 sec., 21621.62162162162 rows/sec., 38.74 MiB/sec. | ||
9316 | 2025.07.17 23:58:55.548974 [ 276 ] {1c77032e-5126-4f65-99d3-911b3afd9aa1} <Debug> TCPHandler: Processed in 0.002040261 sec. | ||
9317 | 2025.07.17 23:58:55.549082 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9318 | 2025.07.17 23:58:55.549176 [ 276 ] {443b0091-c24f-4f14-a084-3352b81800bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9319 | 2025.07.17 23:58:55.549217 [ 276 ] {443b0091-c24f-4f14-a084-3352b81800bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9320 | 2025.07.17 23:58:55.549543 [ 276 ] {443b0091-c24f-4f14-a084-3352b81800bc} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9321 | 2025.07.17 23:58:55.549580 [ 276 ] {443b0091-c24f-4f14-a084-3352b81800bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.76 GiB. | ||
9322 | 2025.07.17 23:58:55.549876 [ 276 ] {443b0091-c24f-4f14-a084-3352b81800bc} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
9323 | 2025.07.17 23:58:55.550085 [ 276 ] {443b0091-c24f-4f14-a084-3352b81800bc} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9324 | 2025.07.17 23:58:55.550210 [ 276 ] {443b0091-c24f-4f14-a084-3352b81800bc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. | ||
9325 | 2025.07.17 23:58:55.550246 [ 276 ] {443b0091-c24f-4f14-a084-3352b81800bc} <Debug> TCPHandler: Processed in 0.001211249 sec. | ||
9326 | 2025.07.17 23:58:58.093952 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9327 | 2025.07.17 23:58:58.094043 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9328 | 2025.07.17 23:58:58.263922 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596 | ||
9329 | 2025.07.17 23:58:58.264500 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9330 | 2025.07.17 23:58:58.264538 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9331 | 2025.07.17 23:58:58.265061 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9332 | 2025.07.17 23:58:58.265304 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9333 | 2025.07.17 23:58:58.265466 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
9334 | 2025.07.17 23:58:59.762376 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 | ||
9335 | 2025.07.17 23:58:59.778837 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9336 | 2025.07.17 23:58:59.778895 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9337 | 2025.07.17 23:58:59.784590 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9338 | 2025.07.17 23:58:59.785276 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9339 | 2025.07.17 23:58:59.788113 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 437 | ||
9340 | 2025.07.17 23:59:00.537507 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9341 | 2025.07.17 23:59:00.537688 [ 276 ] {98116c75-ad33-476f-853a-44a4c760da41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9342 | 2025.07.17 23:59:00.537751 [ 276 ] {98116c75-ad33-476f-853a-44a4c760da41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9343 | 2025.07.17 23:59:00.538447 [ 276 ] {98116c75-ad33-476f-853a-44a4c760da41} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9344 | 2025.07.17 23:59:00.538485 [ 276 ] {98116c75-ad33-476f-853a-44a4c760da41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9345 | 2025.07.17 23:59:00.538879 [ 276 ] {98116c75-ad33-476f-853a-44a4c760da41} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
9346 | 2025.07.17 23:59:00.539117 [ 276 ] {98116c75-ad33-476f-853a-44a4c760da41} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9347 | 2025.07.17 23:59:00.539266 [ 276 ] {98116c75-ad33-476f-853a-44a4c760da41} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.00163 sec., 36809.815950920245 rows/sec., 2.86 MiB/sec. | ||
9348 | 2025.07.17 23:59:00.539308 [ 276 ] {98116c75-ad33-476f-853a-44a4c760da41} <Debug> TCPHandler: Processed in 0.00192529 sec. | ||
9349 | 2025.07.17 23:59:00.539442 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9350 | 2025.07.17 23:59:00.539537 [ 276 ] {174e5244-a04d-49c3-907d-6008c3e72f21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9351 | 2025.07.17 23:59:00.539577 [ 276 ] {174e5244-a04d-49c3-907d-6008c3e72f21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9352 | 2025.07.17 23:59:00.539977 [ 276 ] {174e5244-a04d-49c3-907d-6008c3e72f21} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9353 | 2025.07.17 23:59:00.540010 [ 276 ] {174e5244-a04d-49c3-907d-6008c3e72f21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9354 | 2025.07.17 23:59:00.540299 [ 276 ] {174e5244-a04d-49c3-907d-6008c3e72f21} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
9355 | 2025.07.17 23:59:00.540501 [ 276 ] {174e5244-a04d-49c3-907d-6008c3e72f21} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9356 | 2025.07.17 23:59:00.540628 [ 276 ] {174e5244-a04d-49c3-907d-6008c3e72f21} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.00111 sec., 1801.8018018018017 rows/sec., 135.49 KiB/sec. | ||
9357 | 2025.07.17 23:59:00.540637 [ 133 ] {} <Debug> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
9358 | 2025.07.17 23:59:00.540666 [ 276 ] {174e5244-a04d-49c3-907d-6008c3e72f21} <Debug> TCPHandler: Processed in 0.00127967 sec. | ||
9359 | 2025.07.17 23:59:00.540678 [ 133 ] {} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9360 | 2025.07.17 23:59:00.540698 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9361 | 2025.07.17 23:59:00.540778 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9362 | 2025.07.17 23:59:00.540817 [ 186 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
9363 | 2025.07.17 23:59:00.540871 [ 276 ] {f573b56f-4477-4457-9dcc-29afa0bdacf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9364 | 2025.07.17 23:59:00.540914 [ 276 ] {f573b56f-4477-4457-9dcc-29afa0bdacf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9365 | 2025.07.17 23:59:00.540977 [ 186 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9366 | 2025.07.17 23:59:00.541019 [ 186 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 72 rows starting from the beginning of the part | ||
9367 | 2025.07.17 23:59:00.541084 [ 186 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 16 rows starting from the beginning of the part | ||
9368 | 2025.07.17 23:59:00.541160 [ 186 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 40 rows starting from the beginning of the part | ||
9369 | 2025.07.17 23:59:00.541234 [ 186 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 2 rows starting from the beginning of the part | ||
9370 | 2025.07.17 23:59:00.541296 [ 186 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 42 rows starting from the beginning of the part | ||
9371 | 2025.07.17 23:59:00.541339 [ 276 ] {f573b56f-4477-4457-9dcc-29afa0bdacf3} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9372 | 2025.07.17 23:59:00.541342 [ 186 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 2 rows starting from the beginning of the part | ||
9373 | 2025.07.17 23:59:00.541381 [ 276 ] {f573b56f-4477-4457-9dcc-29afa0bdacf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9374 | 2025.07.17 23:59:00.541712 [ 276 ] {f573b56f-4477-4457-9dcc-29afa0bdacf3} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
9375 | 2025.07.17 23:59:00.541944 [ 276 ] {f573b56f-4477-4457-9dcc-29afa0bdacf3} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9376 | 2025.07.17 23:59:00.542076 [ 276 ] {f573b56f-4477-4457-9dcc-29afa0bdacf3} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001222 sec., 54009.819967266776 rows/sec., 4.22 MiB/sec. | ||
9377 | 2025.07.17 23:59:00.542112 [ 276 ] {f573b56f-4477-4457-9dcc-29afa0bdacf3} <Debug> TCPHandler: Processed in 0.001381771 sec. | ||
9378 | 2025.07.17 23:59:00.542209 [ 196 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 5 columns (5 merged, 0 gathered) in 0.001446673 sec., 120275.97114206181 rows/sec., 9.29 MiB/sec. | ||
9379 | 2025.07.17 23:59:00.542225 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9380 | 2025.07.17 23:59:00.542343 [ 276 ] {dd42125e-966a-4868-b50d-70d70da1a0aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9381 | 2025.07.17 23:59:00.542380 [ 189 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
9382 | 2025.07.17 23:59:00.542385 [ 276 ] {dd42125e-966a-4868-b50d-70d70da1a0aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9383 | 2025.07.17 23:59:00.542650 [ 189 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_76_15} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9384 | 2025.07.17 23:59:00.542714 [ 189 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_76_15} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
9385 | 2025.07.17 23:59:00.542799 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
9386 | 2025.07.17 23:59:00.542819 [ 276 ] {dd42125e-966a-4868-b50d-70d70da1a0aa} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9387 | 2025.07.17 23:59:00.542853 [ 276 ] {dd42125e-966a-4868-b50d-70d70da1a0aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9388 | 2025.07.17 23:59:00.543177 [ 276 ] {dd42125e-966a-4868-b50d-70d70da1a0aa} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
9389 | 2025.07.17 23:59:00.543375 [ 276 ] {dd42125e-966a-4868-b50d-70d70da1a0aa} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9390 | 2025.07.17 23:59:00.543498 [ 276 ] {dd42125e-966a-4868-b50d-70d70da1a0aa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001173 sec., 136402.38704177324 rows/sec., 9.50 MiB/sec. | ||
9391 | 2025.07.17 23:59:00.543533 [ 276 ] {dd42125e-966a-4868-b50d-70d70da1a0aa} <Debug> TCPHandler: Processed in 0.001355581 sec. | ||
9392 | 2025.07.17 23:59:00.543645 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9393 | 2025.07.17 23:59:00.543737 [ 276 ] {722c7474-175e-4f27-9e0a-e33c65587df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9394 | 2025.07.17 23:59:00.543790 [ 276 ] {722c7474-175e-4f27-9e0a-e33c65587df7} <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 | ||
9395 | 2025.07.17 23:59:00.544514 [ 276 ] {722c7474-175e-4f27-9e0a-e33c65587df7} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9396 | 2025.07.17 23:59:00.544547 [ 276 ] {722c7474-175e-4f27-9e0a-e33c65587df7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9397 | 2025.07.17 23:59:00.545044 [ 276 ] {722c7474-175e-4f27-9e0a-e33c65587df7} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9398 | 2025.07.17 23:59:00.545250 [ 276 ] {722c7474-175e-4f27-9e0a-e33c65587df7} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9399 | 2025.07.17 23:59:00.545382 [ 276 ] {722c7474-175e-4f27-9e0a-e33c65587df7} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001662 sec., 1203.3694344163657 rows/sec., 2.16 MiB/sec. | ||
9400 | 2025.07.17 23:59:00.545436 [ 276 ] {722c7474-175e-4f27-9e0a-e33c65587df7} <Debug> TCPHandler: Processed in 0.001838638 sec. | ||
9401 | 2025.07.17 23:59:00.545555 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9402 | 2025.07.17 23:59:00.545649 [ 276 ] {dca7fda7-eaa3-41f4-a4e7-b183d8434b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9403 | 2025.07.17 23:59:00.545689 [ 276 ] {dca7fda7-eaa3-41f4-a4e7-b183d8434b59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9404 | 2025.07.17 23:59:00.546026 [ 276 ] {dca7fda7-eaa3-41f4-a4e7-b183d8434b59} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9405 | 2025.07.17 23:59:00.546060 [ 276 ] {dca7fda7-eaa3-41f4-a4e7-b183d8434b59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9406 | 2025.07.17 23:59:00.546355 [ 276 ] {dca7fda7-eaa3-41f4-a4e7-b183d8434b59} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
9407 | 2025.07.17 23:59:00.546558 [ 276 ] {dca7fda7-eaa3-41f4-a4e7-b183d8434b59} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9408 | 2025.07.17 23:59:00.546680 [ 276 ] {dca7fda7-eaa3-41f4-a4e7-b183d8434b59} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. | ||
9409 | 2025.07.17 23:59:00.546715 [ 276 ] {dca7fda7-eaa3-41f4-a4e7-b183d8434b59} <Debug> TCPHandler: Processed in 0.001208568 sec. | ||
9410 | 2025.07.17 23:59:03.323657 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1282 | ||
9411 | 2025.07.17 23:59:03.326242 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9412 | 2025.07.17 23:59:03.326290 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9413 | 2025.07.17 23:59:03.327495 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
9414 | 2025.07.17 23:59:03.327748 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9415 | 2025.07.17 23:59:03.328008 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1282 | ||
9416 | 2025.07.17 23:59:05.540009 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9417 | 2025.07.17 23:59:05.540192 [ 276 ] {cf5009c5-d27d-49e6-9009-375fa865d678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9418 | 2025.07.17 23:59:05.540257 [ 276 ] {cf5009c5-d27d-49e6-9009-375fa865d678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9419 | 2025.07.17 23:59:05.541005 [ 276 ] {cf5009c5-d27d-49e6-9009-375fa865d678} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9420 | 2025.07.17 23:59:05.541049 [ 276 ] {cf5009c5-d27d-49e6-9009-375fa865d678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9421 | 2025.07.17 23:59:05.541461 [ 276 ] {cf5009c5-d27d-49e6-9009-375fa865d678} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
9422 | 2025.07.17 23:59:05.541690 [ 276 ] {cf5009c5-d27d-49e6-9009-375fa865d678} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9423 | 2025.07.17 23:59:05.541829 [ 129 ] {} <Debug> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 | ||
9424 | 2025.07.17 23:59:05.541843 [ 276 ] {cf5009c5-d27d-49e6-9009-375fa865d678} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001702 sec., 79905.99294947121 rows/sec., 6.88 MiB/sec. | ||
9425 | 2025.07.17 23:59:05.541872 [ 129 ] {} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9426 | 2025.07.17 23:59:05.541891 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9427 | 2025.07.17 23:59:05.541892 [ 276 ] {cf5009c5-d27d-49e6-9009-375fa865d678} <Debug> TCPHandler: Processed in 0.002012301 sec. | ||
9428 | 2025.07.17 23:59:05.542023 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_85_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full | ||
9429 | 2025.07.17 23:59:05.542031 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9430 | 2025.07.17 23:59:05.542175 [ 276 ] {bddf9f21-634a-469a-a529-35e12d360aba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9431 | 2025.07.17 23:59:05.542189 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9432 | 2025.07.17 23:59:05.542216 [ 276 ] {bddf9f21-634a-469a-a529-35e12d360aba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9433 | 2025.07.17 23:59:05.542233 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_80_16, total 1411 rows starting from the beginning of the part | ||
9434 | 2025.07.17 23:59:05.542313 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 136 rows starting from the beginning of the part | ||
9435 | 2025.07.17 23:59:05.542367 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
9436 | 2025.07.17 23:59:05.542416 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 137 rows starting from the beginning of the part | ||
9437 | 2025.07.17 23:59:05.542461 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
9438 | 2025.07.17 23:59:05.542507 [ 196 ] {97e9e053-2700-4610-a493-547689adb125::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 136 rows starting from the beginning of the part | ||
9439 | 2025.07.17 23:59:05.542633 [ 276 ] {bddf9f21-634a-469a-a529-35e12d360aba} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9440 | 2025.07.17 23:59:05.542673 [ 276 ] {bddf9f21-634a-469a-a529-35e12d360aba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9441 | 2025.07.17 23:59:05.542969 [ 276 ] {bddf9f21-634a-469a-a529-35e12d360aba} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
9442 | 2025.07.17 23:59:05.543184 [ 276 ] {bddf9f21-634a-469a-a529-35e12d360aba} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9443 | 2025.07.17 23:59:05.543305 [ 276 ] {bddf9f21-634a-469a-a529-35e12d360aba} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001198 sec., 33388.981636060096 rows/sec., 2.45 MiB/sec. | ||
9444 | 2025.07.17 23:59:05.543340 [ 276 ] {bddf9f21-634a-469a-a529-35e12d360aba} <Debug> TCPHandler: Processed in 0.001407292 sec. | ||
9445 | 2025.07.17 23:59:05.543440 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9446 | 2025.07.17 23:59:05.543590 [ 276 ] {d455f50c-8b2e-46b9-8eca-29ce34ca2032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9447 | 2025.07.17 23:59:05.543630 [ 276 ] {d455f50c-8b2e-46b9-8eca-29ce34ca2032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9448 | 2025.07.17 23:59:05.543741 [ 198 ] {97e9e053-2700-4610-a493-547689adb125::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1940 rows, containing 5 columns (5 merged, 0 gathered) in 0.001778237 sec., 1090968.1892796068 rows/sec., 95.53 MiB/sec. | ||
9449 | 2025.07.17 23:59:05.544035 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) | ||
9450 | 2025.07.17 23:59:05.544075 [ 276 ] {d455f50c-8b2e-46b9-8eca-29ce34ca2032} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9451 | 2025.07.17 23:59:05.544113 [ 276 ] {d455f50c-8b2e-46b9-8eca-29ce34ca2032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9452 | 2025.07.17 23:59:05.544431 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_85_17} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9453 | 2025.07.17 23:59:05.544469 [ 276 ] {d455f50c-8b2e-46b9-8eca-29ce34ca2032} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
9454 | 2025.07.17 23:59:05.544535 [ 191 ] {97e9e053-2700-4610-a493-547689adb125::all_1_85_17} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 | ||
9455 | 2025.07.17 23:59:05.544648 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
9456 | 2025.07.17 23:59:05.544702 [ 276 ] {d455f50c-8b2e-46b9-8eca-29ce34ca2032} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9457 | 2025.07.17 23:59:05.544812 [ 129 ] {} <Debug> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 | ||
9458 | 2025.07.17 23:59:05.544836 [ 276 ] {d455f50c-8b2e-46b9-8eca-29ce34ca2032} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001263 sec., 82343.62628661915 rows/sec., 6.43 MiB/sec. | ||
9459 | 2025.07.17 23:59:05.544841 [ 129 ] {} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9460 | 2025.07.17 23:59:05.544874 [ 276 ] {d455f50c-8b2e-46b9-8eca-29ce34ca2032} <Debug> TCPHandler: Processed in 0.001423702 sec. | ||
9461 | 2025.07.17 23:59:05.544887 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9462 | 2025.07.17 23:59:05.544984 [ 192 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_85_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full | ||
9463 | 2025.07.17 23:59:05.544989 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9464 | 2025.07.17 23:59:05.545094 [ 192 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9465 | 2025.07.17 23:59:05.545106 [ 276 ] {5c8912cc-8f8e-4c22-93f3-f019ed724f4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9466 | 2025.07.17 23:59:05.545129 [ 192 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_80_16, total 634 rows starting from the beginning of the part | ||
9467 | 2025.07.17 23:59:05.545157 [ 276 ] {5c8912cc-8f8e-4c22-93f3-f019ed724f4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9468 | 2025.07.17 23:59:05.545188 [ 192 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 104 rows starting from the beginning of the part | ||
9469 | 2025.07.17 23:59:05.545240 [ 192 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 66 rows starting from the beginning of the part | ||
9470 | 2025.07.17 23:59:05.545282 [ 192 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 106 rows starting from the beginning of the part | ||
9471 | 2025.07.17 23:59:05.545321 [ 192 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 66 rows starting from the beginning of the part | ||
9472 | 2025.07.17 23:59:05.545360 [ 192 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 104 rows starting from the beginning of the part | ||
9473 | 2025.07.17 23:59:05.545580 [ 276 ] {5c8912cc-8f8e-4c22-93f3-f019ed724f4c} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9474 | 2025.07.17 23:59:05.545621 [ 276 ] {5c8912cc-8f8e-4c22-93f3-f019ed724f4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9475 | 2025.07.17 23:59:05.545977 [ 276 ] {5c8912cc-8f8e-4c22-93f3-f019ed724f4c} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
9476 | 2025.07.17 23:59:05.546189 [ 276 ] {5c8912cc-8f8e-4c22-93f3-f019ed724f4c} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9477 | 2025.07.17 23:59:05.546256 [ 191 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1080 rows, containing 5 columns (5 merged, 0 gathered) in 0.00130978 sec., 824565.9576417414 rows/sec., 66.23 MiB/sec. | ||
9478 | 2025.07.17 23:59:05.546320 [ 276 ] {5c8912cc-8f8e-4c22-93f3-f019ed724f4c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001232 sec., 129870.12987012987 rows/sec., 9.05 MiB/sec. | ||
9479 | 2025.07.17 23:59:05.546360 [ 276 ] {5c8912cc-8f8e-4c22-93f3-f019ed724f4c} <Debug> TCPHandler: Processed in 0.001418331 sec. | ||
9480 | 2025.07.17 23:59:05.546445 [ 198 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) | ||
9481 | 2025.07.17 23:59:05.546474 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9482 | 2025.07.17 23:59:05.546578 [ 276 ] {cd33d7d2-4169-4fdf-a048-4d2c88f2e782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9483 | 2025.07.17 23:59:05.546638 [ 276 ] {cd33d7d2-4169-4fdf-a048-4d2c88f2e782} <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 | ||
9484 | 2025.07.17 23:59:05.546744 [ 198 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_85_17} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9485 | 2025.07.17 23:59:05.546832 [ 198 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_85_17} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 | ||
9486 | 2025.07.17 23:59:05.546947 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
9487 | 2025.07.17 23:59:05.547658 [ 276 ] {cd33d7d2-4169-4fdf-a048-4d2c88f2e782} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9488 | 2025.07.17 23:59:05.547698 [ 276 ] {cd33d7d2-4169-4fdf-a048-4d2c88f2e782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9489 | 2025.07.17 23:59:05.548269 [ 276 ] {cd33d7d2-4169-4fdf-a048-4d2c88f2e782} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
9490 | 2025.07.17 23:59:05.548486 [ 276 ] {cd33d7d2-4169-4fdf-a048-4d2c88f2e782} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9491 | 2025.07.17 23:59:05.548619 [ 276 ] {cd33d7d2-4169-4fdf-a048-4d2c88f2e782} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002061 sec., 19408.05434255216 rows/sec., 34.78 MiB/sec. | ||
9492 | 2025.07.17 23:59:05.548672 [ 276 ] {cd33d7d2-4169-4fdf-a048-4d2c88f2e782} <Debug> TCPHandler: Processed in 0.002246435 sec. | ||
9493 | 2025.07.17 23:59:05.548783 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9494 | 2025.07.17 23:59:05.548876 [ 276 ] {cb085b2a-68cb-4fbf-817f-0e0a69449c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9495 | 2025.07.17 23:59:05.548915 [ 276 ] {cb085b2a-68cb-4fbf-817f-0e0a69449c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9496 | 2025.07.17 23:59:05.549246 [ 276 ] {cb085b2a-68cb-4fbf-817f-0e0a69449c86} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9497 | 2025.07.17 23:59:05.549280 [ 276 ] {cb085b2a-68cb-4fbf-817f-0e0a69449c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9498 | 2025.07.17 23:59:05.549607 [ 276 ] {cb085b2a-68cb-4fbf-817f-0e0a69449c86} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
9499 | 2025.07.17 23:59:05.549823 [ 276 ] {cb085b2a-68cb-4fbf-817f-0e0a69449c86} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9500 | 2025.07.17 23:59:05.549950 [ 276 ] {cb085b2a-68cb-4fbf-817f-0e0a69449c86} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. | ||
9501 | 2025.07.17 23:59:05.549985 [ 276 ] {cb085b2a-68cb-4fbf-817f-0e0a69449c86} <Debug> TCPHandler: Processed in 0.001250039 sec. | ||
9502 | 2025.07.17 23:59:05.765613 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023 | ||
9503 | 2025.07.17 23:59:05.766125 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9504 | 2025.07.17 23:59:05.766174 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9505 | 2025.07.17 23:59:05.766669 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9506 | 2025.07.17 23:59:05.766919 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9507 | 2025.07.17 23:59:05.767073 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023 | ||
9508 | 2025.07.17 23:59:07.288224 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 | ||
9509 | 2025.07.17 23:59:07.304569 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9510 | 2025.07.17 23:59:07.304630 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9511 | 2025.07.17 23:59:07.310403 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9512 | 2025.07.17 23:59:07.311098 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9513 | 2025.07.17 23:59:07.314114 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
9514 | 2025.07.17 23:59:10.566507 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9515 | 2025.07.17 23:59:10.566688 [ 276 ] {6aa17328-2adc-4d86-9754-7a483d505e1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
9516 | 2025.07.17 23:59:10.566769 [ 276 ] {6aa17328-2adc-4d86-9754-7a483d505e1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
9517 | 2025.07.17 23:59:10.567403 [ 276 ] {6aa17328-2adc-4d86-9754-7a483d505e1e} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9518 | 2025.07.17 23:59:10.567451 [ 276 ] {6aa17328-2adc-4d86-9754-7a483d505e1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9519 | 2025.07.17 23:59:10.567830 [ 276 ] {6aa17328-2adc-4d86-9754-7a483d505e1e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
9520 | 2025.07.17 23:59:10.568048 [ 276 ] {6aa17328-2adc-4d86-9754-7a483d505e1e} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9521 | 2025.07.17 23:59:10.568194 [ 276 ] {6aa17328-2adc-4d86-9754-7a483d505e1e} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001557 sec., 15414.258188824662 rows/sec., 1.28 MiB/sec. | ||
9522 | 2025.07.17 23:59:10.568235 [ 276 ] {6aa17328-2adc-4d86-9754-7a483d505e1e} <Debug> TCPHandler: Processed in 0.001856848 sec. | ||
9523 | 2025.07.17 23:59:10.568346 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9524 | 2025.07.17 23:59:10.568440 [ 276 ] {af375566-b10a-4f81-88d4-c5f22e648d3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
9525 | 2025.07.17 23:59:10.568480 [ 276 ] {af375566-b10a-4f81-88d4-c5f22e648d3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9526 | 2025.07.17 23:59:10.568867 [ 276 ] {af375566-b10a-4f81-88d4-c5f22e648d3b} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9527 | 2025.07.17 23:59:10.568902 [ 276 ] {af375566-b10a-4f81-88d4-c5f22e648d3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9528 | 2025.07.17 23:59:10.569183 [ 276 ] {af375566-b10a-4f81-88d4-c5f22e648d3b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9529 | 2025.07.17 23:59:10.569382 [ 276 ] {af375566-b10a-4f81-88d4-c5f22e648d3b} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9530 | 2025.07.17 23:59:10.569506 [ 276 ] {af375566-b10a-4f81-88d4-c5f22e648d3b} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001085 sec., 9216.589861751152 rows/sec., 751.55 KiB/sec. | ||
9531 | 2025.07.17 23:59:10.569542 [ 276 ] {af375566-b10a-4f81-88d4-c5f22e648d3b} <Debug> TCPHandler: Processed in 0.00124305 sec. | ||
9532 | 2025.07.17 23:59:10.569651 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9533 | 2025.07.17 23:59:10.569742 [ 276 ] {34bc8c38-edce-4807-ac01-aa09176a8f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9534 | 2025.07.17 23:59:10.569780 [ 276 ] {34bc8c38-edce-4807-ac01-aa09176a8f56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9535 | 2025.07.17 23:59:10.570713 [ 276 ] {34bc8c38-edce-4807-ac01-aa09176a8f56} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9536 | 2025.07.17 23:59:10.570749 [ 276 ] {34bc8c38-edce-4807-ac01-aa09176a8f56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9537 | 2025.07.17 23:59:10.571122 [ 276 ] {34bc8c38-edce-4807-ac01-aa09176a8f56} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
9538 | 2025.07.17 23:59:10.571323 [ 276 ] {34bc8c38-edce-4807-ac01-aa09176a8f56} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9539 | 2025.07.17 23:59:10.571449 [ 276 ] {34bc8c38-edce-4807-ac01-aa09176a8f56} <Debug> executeQuery: Read 1325 rows, 112.69 KiB in 0.001725 sec., 768115.9420289855 rows/sec., 63.80 MiB/sec. | ||
9540 | 2025.07.17 23:59:10.571486 [ 276 ] {34bc8c38-edce-4807-ac01-aa09176a8f56} <Debug> TCPHandler: Processed in 0.001882349 sec. | ||
9541 | 2025.07.17 23:59:10.571593 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9542 | 2025.07.17 23:59:10.571717 [ 276 ] {3c722db0-d415-4138-b899-92d1d90d3081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9543 | 2025.07.17 23:59:10.571769 [ 276 ] {3c722db0-d415-4138-b899-92d1d90d3081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9544 | 2025.07.17 23:59:10.572183 [ 276 ] {3c722db0-d415-4138-b899-92d1d90d3081} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9545 | 2025.07.17 23:59:10.572222 [ 276 ] {3c722db0-d415-4138-b899-92d1d90d3081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9546 | 2025.07.17 23:59:10.572592 [ 276 ] {3c722db0-d415-4138-b899-92d1d90d3081} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
9547 | 2025.07.17 23:59:10.572870 [ 276 ] {3c722db0-d415-4138-b899-92d1d90d3081} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9548 | 2025.07.17 23:59:10.573045 [ 276 ] {3c722db0-d415-4138-b899-92d1d90d3081} <Debug> executeQuery: Read 24 rows, 1.81 KiB in 0.00137 sec., 17518.24817518248 rows/sec., 1.29 MiB/sec. | ||
9549 | 2025.07.17 23:59:10.573096 [ 276 ] {3c722db0-d415-4138-b899-92d1d90d3081} <Debug> TCPHandler: Processed in 0.001549244 sec. | ||
9550 | 2025.07.17 23:59:10.573242 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9551 | 2025.07.17 23:59:10.573352 [ 276 ] {7158765a-718b-4375-81ad-aeaa9e053b51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
9552 | 2025.07.17 23:59:10.573399 [ 276 ] {7158765a-718b-4375-81ad-aeaa9e053b51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9553 | 2025.07.17 23:59:10.573971 [ 276 ] {7158765a-718b-4375-81ad-aeaa9e053b51} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9554 | 2025.07.17 23:59:10.574027 [ 276 ] {7158765a-718b-4375-81ad-aeaa9e053b51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9555 | 2025.07.17 23:59:10.574341 [ 276 ] {7158765a-718b-4375-81ad-aeaa9e053b51} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
9556 | 2025.07.17 23:59:10.574545 [ 276 ] {7158765a-718b-4375-81ad-aeaa9e053b51} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9557 | 2025.07.17 23:59:10.574670 [ 276 ] {7158765a-718b-4375-81ad-aeaa9e053b51} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001341 sec., 187919.46308724832 rows/sec., 13.00 MiB/sec. | ||
9558 | 2025.07.17 23:59:10.574708 [ 276 ] {7158765a-718b-4375-81ad-aeaa9e053b51} <Debug> TCPHandler: Processed in 0.001526384 sec. | ||
9559 | 2025.07.17 23:59:10.574820 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9560 | 2025.07.17 23:59:10.574913 [ 276 ] {9f856193-8a56-47ac-a150-ad3eb9fd112d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
9561 | 2025.07.17 23:59:10.574952 [ 276 ] {9f856193-8a56-47ac-a150-ad3eb9fd112d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9562 | 2025.07.17 23:59:10.575349 [ 276 ] {9f856193-8a56-47ac-a150-ad3eb9fd112d} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9563 | 2025.07.17 23:59:10.575384 [ 276 ] {9f856193-8a56-47ac-a150-ad3eb9fd112d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9564 | 2025.07.17 23:59:10.575668 [ 276 ] {9f856193-8a56-47ac-a150-ad3eb9fd112d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
9565 | 2025.07.17 23:59:10.575874 [ 276 ] {9f856193-8a56-47ac-a150-ad3eb9fd112d} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9566 | 2025.07.17 23:59:10.575998 [ 276 ] {9f856193-8a56-47ac-a150-ad3eb9fd112d} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001104 sec., 10869.565217391304 rows/sec., 849.18 KiB/sec. | ||
9567 | 2025.07.17 23:59:10.576036 [ 276 ] {9f856193-8a56-47ac-a150-ad3eb9fd112d} <Debug> TCPHandler: Processed in 0.001264369 sec. | ||
9568 | 2025.07.17 23:59:10.576134 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9569 | 2025.07.17 23:59:10.576228 [ 276 ] {d003ee36-1c72-4e25-9855-776376767d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9570 | 2025.07.17 23:59:10.576268 [ 276 ] {d003ee36-1c72-4e25-9855-776376767d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9571 | 2025.07.17 23:59:10.576846 [ 276 ] {d003ee36-1c72-4e25-9855-776376767d2c} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9572 | 2025.07.17 23:59:10.576883 [ 276 ] {d003ee36-1c72-4e25-9855-776376767d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9573 | 2025.07.17 23:59:10.577207 [ 276 ] {d003ee36-1c72-4e25-9855-776376767d2c} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
9574 | 2025.07.17 23:59:10.577421 [ 276 ] {d003ee36-1c72-4e25-9855-776376767d2c} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9575 | 2025.07.17 23:59:10.577549 [ 276 ] {d003ee36-1c72-4e25-9855-776376767d2c} <Debug> executeQuery: Read 568 rows, 43.64 KiB in 0.001339 sec., 424197.16206123977 rows/sec., 31.83 MiB/sec. | ||
9576 | 2025.07.17 23:59:10.577587 [ 276 ] {d003ee36-1c72-4e25-9855-776376767d2c} <Debug> TCPHandler: Processed in 0.001498913 sec. | ||
9577 | 2025.07.17 23:59:10.577698 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9578 | 2025.07.17 23:59:10.577791 [ 276 ] {dead302d-66e7-4089-a03e-fbc187cd7c66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9579 | 2025.07.17 23:59:10.577835 [ 276 ] {dead302d-66e7-4089-a03e-fbc187cd7c66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9580 | 2025.07.17 23:59:10.578413 [ 276 ] {dead302d-66e7-4089-a03e-fbc187cd7c66} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9581 | 2025.07.17 23:59:10.578450 [ 276 ] {dead302d-66e7-4089-a03e-fbc187cd7c66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9582 | 2025.07.17 23:59:10.578825 [ 276 ] {dead302d-66e7-4089-a03e-fbc187cd7c66} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
9583 | 2025.07.17 23:59:10.579035 [ 276 ] {dead302d-66e7-4089-a03e-fbc187cd7c66} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9584 | 2025.07.17 23:59:10.579155 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
9585 | 2025.07.17 23:59:10.579161 [ 276 ] {dead302d-66e7-4089-a03e-fbc187cd7c66} <Debug> executeQuery: Read 921 rows, 63.97 KiB in 0.001388 sec., 663544.6685878963 rows/sec., 45.01 MiB/sec. | ||
9586 | 2025.07.17 23:59:10.579229 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9587 | 2025.07.17 23:59:10.579245 [ 276 ] {dead302d-66e7-4089-a03e-fbc187cd7c66} <Debug> TCPHandler: Processed in 0.001594815 sec. | ||
9588 | 2025.07.17 23:59:10.579257 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9589 | 2025.07.17 23:59:10.579370 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9590 | 2025.07.17 23:59:10.579388 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
9591 | 2025.07.17 23:59:10.579467 [ 276 ] {f3188baa-b8b2-4275-a9b6-f90f360eea0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9592 | 2025.07.17 23:59:10.579527 [ 276 ] {f3188baa-b8b2-4275-a9b6-f90f360eea0b} <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 | ||
9593 | 2025.07.17 23:59:10.579552 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9594 | 2025.07.17 23:59:10.579599 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 23608 rows starting from the beginning of the part | ||
9595 | 2025.07.17 23:59:10.579675 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part | ||
9596 | 2025.07.17 23:59:10.579728 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 161 rows starting from the beginning of the part | ||
9597 | 2025.07.17 23:59:10.579779 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part | ||
9598 | 2025.07.17 23:59:10.579825 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part | ||
9599 | 2025.07.17 23:59:10.579868 [ 187 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 921 rows starting from the beginning of the part | ||
9600 | 2025.07.17 23:59:10.580264 [ 276 ] {f3188baa-b8b2-4275-a9b6-f90f360eea0b} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9601 | 2025.07.17 23:59:10.580305 [ 276 ] {f3188baa-b8b2-4275-a9b6-f90f360eea0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9602 | 2025.07.17 23:59:10.580806 [ 276 ] {f3188baa-b8b2-4275-a9b6-f90f360eea0b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
9603 | 2025.07.17 23:59:10.581035 [ 276 ] {f3188baa-b8b2-4275-a9b6-f90f360eea0b} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9604 | 2025.07.17 23:59:10.581161 [ 122 ] {} <Debug> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
9605 | 2025.07.17 23:59:10.581174 [ 276 ] {f3188baa-b8b2-4275-a9b6-f90f360eea0b} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001725 sec., 1159.4202898550725 rows/sec., 2.08 MiB/sec. | ||
9606 | 2025.07.17 23:59:10.581208 [ 122 ] {} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9607 | 2025.07.17 23:59:10.581233 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9608 | 2025.07.17 23:59:10.581246 [ 276 ] {f3188baa-b8b2-4275-a9b6-f90f360eea0b} <Debug> TCPHandler: Processed in 0.00192526 sec. | ||
9609 | 2025.07.17 23:59:10.581318 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
9610 | 2025.07.17 23:59:10.581368 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9611 | 2025.07.17 23:59:10.581469 [ 276 ] {4d7b2acd-027f-42d3-8578-724287b34dbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9612 | 2025.07.17 23:59:10.581512 [ 276 ] {4d7b2acd-027f-42d3-8578-724287b34dbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9613 | 2025.07.17 23:59:10.581543 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9614 | 2025.07.17 23:59:10.581604 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1555 rows starting from the beginning of the part | ||
9615 | 2025.07.17 23:59:10.581755 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 2 rows starting from the beginning of the part | ||
9616 | 2025.07.17 23:59:10.581861 [ 276 ] {4d7b2acd-027f-42d3-8578-724287b34dbf} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9617 | 2025.07.17 23:59:10.581864 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 40 rows starting from the beginning of the part | ||
9618 | 2025.07.17 23:59:10.581906 [ 276 ] {4d7b2acd-027f-42d3-8578-724287b34dbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9619 | 2025.07.17 23:59:10.581984 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 2 rows starting from the beginning of the part | ||
9620 | 2025.07.17 23:59:10.582082 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 40 rows starting from the beginning of the part | ||
9621 | 2025.07.17 23:59:10.582174 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 2 rows starting from the beginning of the part | ||
9622 | 2025.07.17 23:59:10.582238 [ 276 ] {4d7b2acd-027f-42d3-8578-724287b34dbf} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
9623 | 2025.07.17 23:59:10.582462 [ 276 ] {4d7b2acd-027f-42d3-8578-724287b34dbf} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9624 | 2025.07.17 23:59:10.582601 [ 122 ] {} <Debug> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
9625 | 2025.07.17 23:59:10.582619 [ 276 ] {4d7b2acd-027f-42d3-8578-724287b34dbf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001168 sec., 51369.86301369863 rows/sec., 3.46 MiB/sec. | ||
9626 | 2025.07.17 23:59:10.582641 [ 122 ] {} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9627 | 2025.07.17 23:59:10.582665 [ 276 ] {4d7b2acd-027f-42d3-8578-724287b34dbf} <Debug> TCPHandler: Processed in 0.001346051 sec. | ||
9628 | 2025.07.17 23:59:10.582666 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9629 | 2025.07.17 23:59:10.582775 [ 191 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
9630 | 2025.07.17 23:59:10.582884 [ 191 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9631 | 2025.07.17 23:59:10.582914 [ 191 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4608 rows starting from the beginning of the part | ||
9632 | 2025.07.17 23:59:10.582966 [ 191 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
9633 | 2025.07.17 23:59:10.583010 [ 191 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
9634 | 2025.07.17 23:59:10.583051 [ 191 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
9635 | 2025.07.17 23:59:10.583088 [ 191 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part | ||
9636 | 2025.07.17 23:59:10.583125 [ 191 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
9637 | 2025.07.17 23:59:10.585443 [ 199 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4908 rows, containing 4 columns (4 merged, 0 gathered) in 0.002707391 sec., 1812815.3635732704 rows/sec., 122.10 MiB/sec. | ||
9638 | 2025.07.17 23:59:10.585888 [ 201 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
9639 | 2025.07.17 23:59:10.586164 [ 201 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_86_17} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9640 | 2025.07.17 23:59:10.586234 [ 201 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_86_17} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
9641 | 2025.07.17 23:59:10.586334 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
9642 | 2025.07.17 23:59:10.586915 [ 191 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25170 rows, containing 5 columns (5 merged, 0 gathered) in 0.007585997 sec., 3317955.438157964 rows/sec., 227.86 MiB/sec. | ||
9643 | 2025.07.17 23:59:10.587133 [ 201 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
9644 | 2025.07.17 23:59:10.587380 [ 201 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9645 | 2025.07.17 23:59:10.587444 [ 201 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
9646 | 2025.07.17 23:59:10.587531 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
9647 | 2025.07.17 23:59:10.591095 [ 201 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1641 rows, containing 19 columns (19 merged, 0 gathered) in 0.009848192 sec., 166629.57017897294 rows/sec., 298.59 MiB/sec. | ||
9648 | 2025.07.17 23:59:10.592299 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
9649 | 2025.07.17 23:59:10.592622 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9650 | 2025.07.17 23:59:10.592698 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
9651 | 2025.07.17 23:59:10.592793 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.53 MiB. | ||
9652 | 2025.07.17 23:59:11.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 315.71 MiB, peak 330.06 MiB, free memory in arenas 0.00 B, will set to 320.50 MiB (RSS), difference: 4.80 MiB | ||
9653 | 2025.07.17 23:59:13.094281 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9654 | 2025.07.17 23:59:13.094346 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9655 | 2025.07.17 23:59:13.267271 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511 | ||
9656 | 2025.07.17 23:59:13.267928 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9657 | 2025.07.17 23:59:13.267977 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9658 | 2025.07.17 23:59:13.268454 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9659 | 2025.07.17 23:59:13.268685 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9660 | 2025.07.17 23:59:13.268814 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
9661 | 2025.07.17 23:59:13.328265 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1314 | ||
9662 | 2025.07.17 23:59:13.330763 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9663 | 2025.07.17 23:59:13.330822 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9664 | 2025.07.17 23:59:13.332050 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
9665 | 2025.07.17 23:59:13.332324 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9666 | 2025.07.17 23:59:13.332697 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1314 | ||
9667 | 2025.07.17 23:59:14.814258 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 | ||
9668 | 2025.07.17 23:59:14.831341 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9669 | 2025.07.17 23:59:14.831395 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9670 | 2025.07.17 23:59:14.837738 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9671 | 2025.07.17 23:59:14.838441 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9672 | 2025.07.17 23:59:14.841411 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 452 | ||
9673 | 2025.07.17 23:59:15.539419 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9674 | 2025.07.17 23:59:15.539700 [ 276 ] {161976a3-c80b-4c90-a62f-de20375f6e37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9675 | 2025.07.17 23:59:15.539809 [ 276 ] {161976a3-c80b-4c90-a62f-de20375f6e37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9676 | 2025.07.17 23:59:15.540612 [ 276 ] {161976a3-c80b-4c90-a62f-de20375f6e37} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9677 | 2025.07.17 23:59:15.540663 [ 276 ] {161976a3-c80b-4c90-a62f-de20375f6e37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9678 | 2025.07.17 23:59:15.541052 [ 276 ] {161976a3-c80b-4c90-a62f-de20375f6e37} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
9679 | 2025.07.17 23:59:15.541276 [ 276 ] {161976a3-c80b-4c90-a62f-de20375f6e37} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9680 | 2025.07.17 23:59:15.541439 [ 276 ] {161976a3-c80b-4c90-a62f-de20375f6e37} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001816 sec., 74889.8678414097 rows/sec., 6.45 MiB/sec. | ||
9681 | 2025.07.17 23:59:15.541489 [ 276 ] {161976a3-c80b-4c90-a62f-de20375f6e37} <Debug> TCPHandler: Processed in 0.002255855 sec. | ||
9682 | 2025.07.17 23:59:15.541608 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9683 | 2025.07.17 23:59:15.541714 [ 276 ] {a1172599-e98d-4f85-8c39-2e3283f4a665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9684 | 2025.07.17 23:59:15.541762 [ 276 ] {a1172599-e98d-4f85-8c39-2e3283f4a665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9685 | 2025.07.17 23:59:15.542184 [ 276 ] {a1172599-e98d-4f85-8c39-2e3283f4a665} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9686 | 2025.07.17 23:59:15.542222 [ 276 ] {a1172599-e98d-4f85-8c39-2e3283f4a665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9687 | 2025.07.17 23:59:15.542540 [ 276 ] {a1172599-e98d-4f85-8c39-2e3283f4a665} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
9688 | 2025.07.17 23:59:15.542751 [ 276 ] {a1172599-e98d-4f85-8c39-2e3283f4a665} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9689 | 2025.07.17 23:59:15.542886 [ 276 ] {a1172599-e98d-4f85-8c39-2e3283f4a665} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001199 sec., 33361.13427856547 rows/sec., 2.45 MiB/sec. | ||
9690 | 2025.07.17 23:59:15.542926 [ 276 ] {a1172599-e98d-4f85-8c39-2e3283f4a665} <Debug> TCPHandler: Processed in 0.001368941 sec. | ||
9691 | 2025.07.17 23:59:15.543042 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9692 | 2025.07.17 23:59:15.543140 [ 276 ] {012561c3-e113-433b-b316-c9213532bb57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9693 | 2025.07.17 23:59:15.543182 [ 276 ] {012561c3-e113-433b-b316-c9213532bb57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9694 | 2025.07.17 23:59:15.543607 [ 276 ] {012561c3-e113-433b-b316-c9213532bb57} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9695 | 2025.07.17 23:59:15.543645 [ 276 ] {012561c3-e113-433b-b316-c9213532bb57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9696 | 2025.07.17 23:59:15.543959 [ 276 ] {012561c3-e113-433b-b316-c9213532bb57} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
9697 | 2025.07.17 23:59:15.544180 [ 276 ] {012561c3-e113-433b-b316-c9213532bb57} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9698 | 2025.07.17 23:59:15.544306 [ 276 ] {012561c3-e113-433b-b316-c9213532bb57} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001187 sec., 87615.83824768325 rows/sec., 6.84 MiB/sec. | ||
9699 | 2025.07.17 23:59:15.544343 [ 276 ] {012561c3-e113-433b-b316-c9213532bb57} <Debug> TCPHandler: Processed in 0.001359261 sec. | ||
9700 | 2025.07.17 23:59:15.544454 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9701 | 2025.07.17 23:59:15.544548 [ 276 ] {8e99c827-6d3a-4512-91d1-d4aa382347bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9702 | 2025.07.17 23:59:15.544591 [ 276 ] {8e99c827-6d3a-4512-91d1-d4aa382347bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9703 | 2025.07.17 23:59:15.544985 [ 276 ] {8e99c827-6d3a-4512-91d1-d4aa382347bc} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9704 | 2025.07.17 23:59:15.545021 [ 276 ] {8e99c827-6d3a-4512-91d1-d4aa382347bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9705 | 2025.07.17 23:59:15.545343 [ 276 ] {8e99c827-6d3a-4512-91d1-d4aa382347bc} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
9706 | 2025.07.17 23:59:15.545544 [ 276 ] {8e99c827-6d3a-4512-91d1-d4aa382347bc} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9707 | 2025.07.17 23:59:15.545674 [ 276 ] {8e99c827-6d3a-4512-91d1-d4aa382347bc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001144 sec., 139860.13986013984 rows/sec., 9.74 MiB/sec. | ||
9708 | 2025.07.17 23:59:15.545710 [ 276 ] {8e99c827-6d3a-4512-91d1-d4aa382347bc} <Debug> TCPHandler: Processed in 0.00130396 sec. | ||
9709 | 2025.07.17 23:59:15.545833 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9710 | 2025.07.17 23:59:15.545926 [ 276 ] {37649295-a961-4cfc-a754-11db23717b73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9711 | 2025.07.17 23:59:15.545980 [ 276 ] {37649295-a961-4cfc-a754-11db23717b73} <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 | ||
9712 | 2025.07.17 23:59:15.546799 [ 276 ] {37649295-a961-4cfc-a754-11db23717b73} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9713 | 2025.07.17 23:59:15.546833 [ 276 ] {37649295-a961-4cfc-a754-11db23717b73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9714 | 2025.07.17 23:59:15.547401 [ 276 ] {37649295-a961-4cfc-a754-11db23717b73} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
9715 | 2025.07.17 23:59:15.547617 [ 276 ] {37649295-a961-4cfc-a754-11db23717b73} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9716 | 2025.07.17 23:59:15.547752 [ 276 ] {37649295-a961-4cfc-a754-11db23717b73} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001844 sec., 21691.973969631235 rows/sec., 38.87 MiB/sec. | ||
9717 | 2025.07.17 23:59:15.547805 [ 276 ] {37649295-a961-4cfc-a754-11db23717b73} <Debug> TCPHandler: Processed in 0.002020521 sec. | ||
9718 | 2025.07.17 23:59:15.547920 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9719 | 2025.07.17 23:59:15.548014 [ 276 ] {3a4d2410-14ab-409e-83dc-9f88ac4b0764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9720 | 2025.07.17 23:59:15.548056 [ 276 ] {3a4d2410-14ab-409e-83dc-9f88ac4b0764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9721 | 2025.07.17 23:59:15.548388 [ 276 ] {3a4d2410-14ab-409e-83dc-9f88ac4b0764} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9722 | 2025.07.17 23:59:15.548424 [ 276 ] {3a4d2410-14ab-409e-83dc-9f88ac4b0764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9723 | 2025.07.17 23:59:15.548732 [ 276 ] {3a4d2410-14ab-409e-83dc-9f88ac4b0764} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
9724 | 2025.07.17 23:59:15.548941 [ 276 ] {3a4d2410-14ab-409e-83dc-9f88ac4b0764} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9725 | 2025.07.17 23:59:15.549065 [ 276 ] {3a4d2410-14ab-409e-83dc-9f88ac4b0764} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. | ||
9726 | 2025.07.17 23:59:15.549100 [ 276 ] {3a4d2410-14ab-409e-83dc-9f88ac4b0764} <Debug> TCPHandler: Processed in 0.001228919 sec. | ||
9727 | 2025.07.17 23:59:20.537998 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9728 | 2025.07.17 23:59:20.538205 [ 276 ] {3864b7d4-3b6d-4de7-9c24-74c609a6f7bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9729 | 2025.07.17 23:59:20.538284 [ 276 ] {3864b7d4-3b6d-4de7-9c24-74c609a6f7bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9730 | 2025.07.17 23:59:20.538972 [ 276 ] {3864b7d4-3b6d-4de7-9c24-74c609a6f7bb} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9731 | 2025.07.17 23:59:20.539028 [ 276 ] {3864b7d4-3b6d-4de7-9c24-74c609a6f7bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9732 | 2025.07.17 23:59:20.539451 [ 276 ] {3864b7d4-3b6d-4de7-9c24-74c609a6f7bb} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
9733 | 2025.07.17 23:59:20.539686 [ 276 ] {3864b7d4-3b6d-4de7-9c24-74c609a6f7bb} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9734 | 2025.07.17 23:59:20.539859 [ 276 ] {3864b7d4-3b6d-4de7-9c24-74c609a6f7bb} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.001705 sec., 35190.61583577713 rows/sec., 2.73 MiB/sec. | ||
9735 | 2025.07.17 23:59:20.539921 [ 276 ] {3864b7d4-3b6d-4de7-9c24-74c609a6f7bb} <Debug> TCPHandler: Processed in 0.002059491 sec. | ||
9736 | 2025.07.17 23:59:20.540076 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9737 | 2025.07.17 23:59:20.540198 [ 276 ] {f77a9c16-ce51-473f-a4a7-83e1c9508429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9738 | 2025.07.17 23:59:20.540249 [ 276 ] {f77a9c16-ce51-473f-a4a7-83e1c9508429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9739 | 2025.07.17 23:59:20.540688 [ 276 ] {f77a9c16-ce51-473f-a4a7-83e1c9508429} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9740 | 2025.07.17 23:59:20.540726 [ 276 ] {f77a9c16-ce51-473f-a4a7-83e1c9508429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9741 | 2025.07.17 23:59:20.541095 [ 276 ] {f77a9c16-ce51-473f-a4a7-83e1c9508429} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
9742 | 2025.07.17 23:59:20.541352 [ 276 ] {f77a9c16-ce51-473f-a4a7-83e1c9508429} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9743 | 2025.07.17 23:59:20.541515 [ 276 ] {f77a9c16-ce51-473f-a4a7-83e1c9508429} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001347 sec., 1484.7809948032664 rows/sec., 111.65 KiB/sec. | ||
9744 | 2025.07.17 23:59:20.541562 [ 276 ] {f77a9c16-ce51-473f-a4a7-83e1c9508429} <Debug> TCPHandler: Processed in 0.001548673 sec. | ||
9745 | 2025.07.17 23:59:20.541689 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9746 | 2025.07.17 23:59:20.541805 [ 276 ] {cd2974bd-959d-4ff6-82fc-3bd770e535f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9747 | 2025.07.17 23:59:20.541861 [ 276 ] {cd2974bd-959d-4ff6-82fc-3bd770e535f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9748 | 2025.07.17 23:59:20.542429 [ 276 ] {cd2974bd-959d-4ff6-82fc-3bd770e535f4} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9749 | 2025.07.17 23:59:20.542477 [ 276 ] {cd2974bd-959d-4ff6-82fc-3bd770e535f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9750 | 2025.07.17 23:59:20.542905 [ 276 ] {cd2974bd-959d-4ff6-82fc-3bd770e535f4} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
9751 | 2025.07.17 23:59:20.543201 [ 276 ] {cd2974bd-959d-4ff6-82fc-3bd770e535f4} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9752 | 2025.07.17 23:59:20.543380 [ 276 ] {cd2974bd-959d-4ff6-82fc-3bd770e535f4} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001602 sec., 41198.50187265918 rows/sec., 3.22 MiB/sec. | ||
9753 | 2025.07.17 23:59:20.543433 [ 276 ] {cd2974bd-959d-4ff6-82fc-3bd770e535f4} <Debug> TCPHandler: Processed in 0.001801688 sec. | ||
9754 | 2025.07.17 23:59:20.543573 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9755 | 2025.07.17 23:59:20.543694 [ 276 ] {b2fe6344-ec41-449f-8b21-82dc119ee1c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9756 | 2025.07.17 23:59:20.543753 [ 276 ] {b2fe6344-ec41-449f-8b21-82dc119ee1c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9757 | 2025.07.17 23:59:20.544300 [ 276 ] {b2fe6344-ec41-449f-8b21-82dc119ee1c4} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9758 | 2025.07.17 23:59:20.544345 [ 276 ] {b2fe6344-ec41-449f-8b21-82dc119ee1c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9759 | 2025.07.17 23:59:20.544815 [ 276 ] {b2fe6344-ec41-449f-8b21-82dc119ee1c4} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
9760 | 2025.07.17 23:59:20.545119 [ 276 ] {b2fe6344-ec41-449f-8b21-82dc119ee1c4} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9761 | 2025.07.17 23:59:20.545293 [ 276 ] {b2fe6344-ec41-449f-8b21-82dc119ee1c4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001624 sec., 98522.16748768472 rows/sec., 6.86 MiB/sec. | ||
9762 | 2025.07.17 23:59:20.545343 [ 276 ] {b2fe6344-ec41-449f-8b21-82dc119ee1c4} <Debug> TCPHandler: Processed in 0.001832689 sec. | ||
9763 | 2025.07.17 23:59:20.545474 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9764 | 2025.07.17 23:59:20.545591 [ 276 ] {6a371491-89c3-4b1b-bc46-5a9313b09b87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9765 | 2025.07.17 23:59:20.545663 [ 276 ] {6a371491-89c3-4b1b-bc46-5a9313b09b87} <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 | ||
9766 | 2025.07.17 23:59:20.546689 [ 276 ] {6a371491-89c3-4b1b-bc46-5a9313b09b87} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9767 | 2025.07.17 23:59:20.546735 [ 276 ] {6a371491-89c3-4b1b-bc46-5a9313b09b87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9768 | 2025.07.17 23:59:20.547458 [ 276 ] {6a371491-89c3-4b1b-bc46-5a9313b09b87} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
9769 | 2025.07.17 23:59:20.547779 [ 276 ] {6a371491-89c3-4b1b-bc46-5a9313b09b87} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9770 | 2025.07.17 23:59:20.547977 [ 276 ] {6a371491-89c3-4b1b-bc46-5a9313b09b87} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002409 sec., 830.2200083022001 rows/sec., 1.49 MiB/sec. | ||
9771 | 2025.07.17 23:59:20.548055 [ 276 ] {6a371491-89c3-4b1b-bc46-5a9313b09b87} <Debug> TCPHandler: Processed in 0.00264217 sec. | ||
9772 | 2025.07.17 23:59:20.548205 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9773 | 2025.07.17 23:59:20.548326 [ 276 ] {9b99ef9f-82f6-4b9d-8920-63c9ebf0cb00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9774 | 2025.07.17 23:59:20.548381 [ 276 ] {9b99ef9f-82f6-4b9d-8920-63c9ebf0cb00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9775 | 2025.07.17 23:59:20.548816 [ 276 ] {9b99ef9f-82f6-4b9d-8920-63c9ebf0cb00} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9776 | 2025.07.17 23:59:20.548858 [ 276 ] {9b99ef9f-82f6-4b9d-8920-63c9ebf0cb00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9777 | 2025.07.17 23:59:20.549274 [ 276 ] {9b99ef9f-82f6-4b9d-8920-63c9ebf0cb00} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
9778 | 2025.07.17 23:59:20.549583 [ 276 ] {9b99ef9f-82f6-4b9d-8920-63c9ebf0cb00} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9779 | 2025.07.17 23:59:20.549755 [ 276 ] {9b99ef9f-82f6-4b9d-8920-63c9ebf0cb00} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001454 sec., 41265.474552957356 rows/sec., 2.78 MiB/sec. | ||
9780 | 2025.07.17 23:59:20.549805 [ 276 ] {9b99ef9f-82f6-4b9d-8920-63c9ebf0cb00} <Debug> TCPHandler: Processed in 0.001663046 sec. | ||
9781 | 2025.07.17 23:59:20.768984 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938 | ||
9782 | 2025.07.17 23:59:20.769509 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9783 | 2025.07.17 23:59:20.769555 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9784 | 2025.07.17 23:59:20.770054 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9785 | 2025.07.17 23:59:20.770293 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9786 | 2025.07.17 23:59:20.770425 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938 | ||
9787 | 2025.07.17 23:59:20.770474 [ 113 ] {} <Debug> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
9788 | 2025.07.17 23:59:20.770542 [ 113 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9789 | 2025.07.17 23:59:20.770563 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9790 | 2025.07.17 23:59:20.770655 [ 199 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
9791 | 2025.07.17 23:59:20.770752 [ 199 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9792 | 2025.07.17 23:59:20.770782 [ 199 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part | ||
9793 | 2025.07.17 23:59:20.770841 [ 199 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part | ||
9794 | 2025.07.17 23:59:20.770888 [ 199 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part | ||
9795 | 2025.07.17 23:59:20.770928 [ 199 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part | ||
9796 | 2025.07.17 23:59:20.770967 [ 199 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part | ||
9797 | 2025.07.17 23:59:20.771002 [ 199 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part | ||
9798 | 2025.07.17 23:59:20.773104 [ 191 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.002489518 sec., 11222252.66095686 rows/sec., 160.54 MiB/sec. | ||
9799 | 2025.07.17 23:59:20.773351 [ 191 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
9800 | 2025.07.17 23:59:20.773606 [ 191 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_61_12} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9801 | 2025.07.17 23:59:20.773671 [ 191 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_61_12} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
9802 | 2025.07.17 23:59:20.773747 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
9803 | 2025.07.17 23:59:22.112788 [ 113 ] {} <Debug> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
9804 | 2025.07.17 23:59:22.112875 [ 113 ] {} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9805 | 2025.07.17 23:59:22.112900 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9806 | 2025.07.17 23:59:22.113025 [ 188 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
9807 | 2025.07.17 23:59:22.113222 [ 188 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9808 | 2025.07.17 23:59:22.113262 [ 188 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part | ||
9809 | 2025.07.17 23:59:22.113337 [ 188 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
9810 | 2025.07.17 23:59:22.113389 [ 188 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
9811 | 2025.07.17 23:59:22.113438 [ 188 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
9812 | 2025.07.17 23:59:22.113484 [ 188 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 10 rows starting from the beginning of the part | ||
9813 | 2025.07.17 23:59:22.114297 [ 200 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001328601 sec., 27096.171085224232 rows/sec., 2.26 MiB/sec. | ||
9814 | 2025.07.17 23:59:22.114419 [ 200 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
9815 | 2025.07.17 23:59:22.114679 [ 200 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_25_6} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9816 | 2025.07.17 23:59:22.114751 [ 200 ] {1edba5ff-13a5-4ccc-9a81-af0f57fef307::all_1_25_6} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
9817 | 2025.07.17 23:59:22.114824 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
9818 | 2025.07.17 23:59:22.341474 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 | ||
9819 | 2025.07.17 23:59:22.359397 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9820 | 2025.07.17 23:59:22.359454 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9821 | 2025.07.17 23:59:22.365840 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9822 | 2025.07.17 23:59:22.366551 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9823 | 2025.07.17 23:59:22.366860 [ 113 ] {} <Debug> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
9824 | 2025.07.17 23:59:22.366921 [ 113 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9825 | 2025.07.17 23:59:22.366943 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9826 | 2025.07.17 23:59:22.367030 [ 188 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
9827 | 2025.07.17 23:59:22.370023 [ 188 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9828 | 2025.07.17 23:59:22.370047 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
9829 | 2025.07.17 23:59:22.370910 [ 188 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part | ||
9830 | 2025.07.17 23:59:22.374401 [ 188 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part | ||
9831 | 2025.07.17 23:59:22.377840 [ 188 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part | ||
9832 | 2025.07.17 23:59:22.381728 [ 188 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part | ||
9833 | 2025.07.17 23:59:22.386202 [ 188 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 7 rows starting from the beginning of the part | ||
9834 | 2025.07.17 23:59:22.390284 [ 188 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part | ||
9835 | 2025.07.17 23:59:22.442620 [ 197 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.075624694 sec., 6082.669240288099 rows/sec., 31.45 MiB/sec. | ||
9836 | 2025.07.17 23:59:22.445537 [ 190 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
9837 | 2025.07.17 23:59:22.447637 [ 190 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_61_12} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9838 | 2025.07.17 23:59:22.447759 [ 190 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_61_12} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
9839 | 2025.07.17 23:59:22.450471 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
9840 | 2025.07.17 23:59:23.001178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 321.65 MiB, peak 335.05 MiB, free memory in arenas 0.00 B, will set to 320.55 MiB (RSS), difference: -1.10 MiB | ||
9841 | 2025.07.17 23:59:23.332947 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1338 | ||
9842 | 2025.07.17 23:59:23.335192 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9843 | 2025.07.17 23:59:23.335234 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9844 | 2025.07.17 23:59:23.336438 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9845 | 2025.07.17 23:59:23.336701 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9846 | 2025.07.17 23:59:23.336974 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1338 | ||
9847 | 2025.07.17 23:59:25.539450 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9848 | 2025.07.17 23:59:25.539746 [ 276 ] {c42223f1-f881-4c5c-a6b5-c69d85d5140f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
9849 | 2025.07.17 23:59:25.539856 [ 276 ] {c42223f1-f881-4c5c-a6b5-c69d85d5140f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9850 | 2025.07.17 23:59:25.540656 [ 276 ] {c42223f1-f881-4c5c-a6b5-c69d85d5140f} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9851 | 2025.07.17 23:59:25.540708 [ 276 ] {c42223f1-f881-4c5c-a6b5-c69d85d5140f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9852 | 2025.07.17 23:59:25.541096 [ 276 ] {c42223f1-f881-4c5c-a6b5-c69d85d5140f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9853 | 2025.07.17 23:59:25.541321 [ 276 ] {c42223f1-f881-4c5c-a6b5-c69d85d5140f} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9854 | 2025.07.17 23:59:25.541476 [ 276 ] {c42223f1-f881-4c5c-a6b5-c69d85d5140f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001817 sec., 2201.430930104568 rows/sec., 179.51 KiB/sec. | ||
9855 | 2025.07.17 23:59:25.541520 [ 276 ] {c42223f1-f881-4c5c-a6b5-c69d85d5140f} <Debug> TCPHandler: Processed in 0.002256815 sec. | ||
9856 | 2025.07.17 23:59:25.541637 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9857 | 2025.07.17 23:59:25.541734 [ 276 ] {dfa4755f-b6ac-475d-86ba-6f60a7ec274b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9858 | 2025.07.17 23:59:25.541776 [ 276 ] {dfa4755f-b6ac-475d-86ba-6f60a7ec274b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9859 | 2025.07.17 23:59:25.542236 [ 276 ] {dfa4755f-b6ac-475d-86ba-6f60a7ec274b} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9860 | 2025.07.17 23:59:25.542274 [ 276 ] {dfa4755f-b6ac-475d-86ba-6f60a7ec274b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9861 | 2025.07.17 23:59:25.542603 [ 276 ] {dfa4755f-b6ac-475d-86ba-6f60a7ec274b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
9862 | 2025.07.17 23:59:25.542814 [ 276 ] {dfa4755f-b6ac-475d-86ba-6f60a7ec274b} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9863 | 2025.07.17 23:59:25.542943 [ 276 ] {dfa4755f-b6ac-475d-86ba-6f60a7ec274b} <Debug> executeQuery: Read 138 rows, 12.14 KiB in 0.001228 sec., 112377.85016286645 rows/sec., 9.66 MiB/sec. | ||
9864 | 2025.07.17 23:59:25.542982 [ 276 ] {dfa4755f-b6ac-475d-86ba-6f60a7ec274b} <Debug> TCPHandler: Processed in 0.001393801 sec. | ||
9865 | 2025.07.17 23:59:25.543089 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9866 | 2025.07.17 23:59:25.543183 [ 276 ] {3274f8c8-eaea-419e-8b6a-10340c3d0d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9867 | 2025.07.17 23:59:25.543224 [ 276 ] {3274f8c8-eaea-419e-8b6a-10340c3d0d00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9868 | 2025.07.17 23:59:25.543625 [ 276 ] {3274f8c8-eaea-419e-8b6a-10340c3d0d00} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9869 | 2025.07.17 23:59:25.543663 [ 276 ] {3274f8c8-eaea-419e-8b6a-10340c3d0d00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9870 | 2025.07.17 23:59:25.543962 [ 276 ] {3274f8c8-eaea-419e-8b6a-10340c3d0d00} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
9871 | 2025.07.17 23:59:25.544169 [ 276 ] {3274f8c8-eaea-419e-8b6a-10340c3d0d00} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9872 | 2025.07.17 23:59:25.544281 [ 108 ] {} <Debug> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
9873 | 2025.07.17 23:59:25.544296 [ 276 ] {3274f8c8-eaea-419e-8b6a-10340c3d0d00} <Debug> executeQuery: Read 44 rows, 3.29 KiB in 0.001131 sec., 38903.62511052166 rows/sec., 2.84 MiB/sec. | ||
9874 | 2025.07.17 23:59:25.544343 [ 108 ] {} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9875 | 2025.07.17 23:59:25.544356 [ 276 ] {3274f8c8-eaea-419e-8b6a-10340c3d0d00} <Debug> TCPHandler: Processed in 0.00131577 sec. | ||
9876 | 2025.07.17 23:59:25.544371 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9877 | 2025.07.17 23:59:25.544474 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9878 | 2025.07.17 23:59:25.544508 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
9879 | 2025.07.17 23:59:25.544573 [ 276 ] {f36b5661-44b1-4b0b-90d4-ec7f2c74a42b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9880 | 2025.07.17 23:59:25.544619 [ 276 ] {f36b5661-44b1-4b0b-90d4-ec7f2c74a42b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9881 | 2025.07.17 23:59:25.544647 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9882 | 2025.07.17 23:59:25.544692 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 72 rows starting from the beginning of the part | ||
9883 | 2025.07.17 23:59:25.544757 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 40 rows starting from the beginning of the part | ||
9884 | 2025.07.17 23:59:25.544803 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 24 rows starting from the beginning of the part | ||
9885 | 2025.07.17 23:59:25.544870 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 40 rows starting from the beginning of the part | ||
9886 | 2025.07.17 23:59:25.544962 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 2 rows starting from the beginning of the part | ||
9887 | 2025.07.17 23:59:25.545016 [ 190 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 44 rows starting from the beginning of the part | ||
9888 | 2025.07.17 23:59:25.545043 [ 276 ] {f36b5661-44b1-4b0b-90d4-ec7f2c74a42b} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9889 | 2025.07.17 23:59:25.545086 [ 276 ] {f36b5661-44b1-4b0b-90d4-ec7f2c74a42b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
9890 | 2025.07.17 23:59:25.545433 [ 276 ] {f36b5661-44b1-4b0b-90d4-ec7f2c74a42b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
9891 | 2025.07.17 23:59:25.545658 [ 276 ] {f36b5661-44b1-4b0b-90d4-ec7f2c74a42b} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9892 | 2025.07.17 23:59:25.545796 [ 276 ] {f36b5661-44b1-4b0b-90d4-ec7f2c74a42b} <Debug> executeQuery: Read 108 rows, 8.64 KiB in 0.001241 sec., 87026.59145850122 rows/sec., 6.80 MiB/sec. | ||
9893 | 2025.07.17 23:59:25.545835 [ 276 ] {f36b5661-44b1-4b0b-90d4-ec7f2c74a42b} <Debug> TCPHandler: Processed in 0.001409612 sec. | ||
9894 | 2025.07.17 23:59:25.545899 [ 197 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 5 columns (5 merged, 0 gathered) in 0.001449022 sec., 153206.7836099107 rows/sec., 11.80 MiB/sec. | ||
9895 | 2025.07.17 23:59:25.545952 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9896 | 2025.07.17 23:59:25.546037 [ 186 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
9897 | 2025.07.17 23:59:25.546046 [ 276 ] {5fb7f9e8-5074-4b86-8418-23bac6a041ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9898 | 2025.07.17 23:59:25.546102 [ 276 ] {5fb7f9e8-5074-4b86-8418-23bac6a041ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9899 | 2025.07.17 23:59:25.546284 [ 186 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_81_16} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9900 | 2025.07.17 23:59:25.546391 [ 186 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_81_16} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
9901 | 2025.07.17 23:59:25.546470 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
9902 | 2025.07.17 23:59:25.546512 [ 276 ] {5fb7f9e8-5074-4b86-8418-23bac6a041ad} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9903 | 2025.07.17 23:59:25.546553 [ 276 ] {5fb7f9e8-5074-4b86-8418-23bac6a041ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9904 | 2025.07.17 23:59:25.546897 [ 276 ] {5fb7f9e8-5074-4b86-8418-23bac6a041ad} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
9905 | 2025.07.17 23:59:25.547105 [ 276 ] {5fb7f9e8-5074-4b86-8418-23bac6a041ad} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9906 | 2025.07.17 23:59:25.547235 [ 276 ] {5fb7f9e8-5074-4b86-8418-23bac6a041ad} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001207 sec., 134217.06710853355 rows/sec., 9.35 MiB/sec. | ||
9907 | 2025.07.17 23:59:25.547274 [ 276 ] {5fb7f9e8-5074-4b86-8418-23bac6a041ad} <Debug> TCPHandler: Processed in 0.001370781 sec. | ||
9908 | 2025.07.17 23:59:25.547383 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9909 | 2025.07.17 23:59:25.547479 [ 276 ] {9ff6650e-2b90-4dbb-a9cd-dff796878686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9910 | 2025.07.17 23:59:25.547535 [ 276 ] {9ff6650e-2b90-4dbb-a9cd-dff796878686} <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 | ||
9911 | 2025.07.17 23:59:25.548347 [ 276 ] {9ff6650e-2b90-4dbb-a9cd-dff796878686} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9912 | 2025.07.17 23:59:25.548384 [ 276 ] {9ff6650e-2b90-4dbb-a9cd-dff796878686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9913 | 2025.07.17 23:59:25.548945 [ 276 ] {9ff6650e-2b90-4dbb-a9cd-dff796878686} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
9914 | 2025.07.17 23:59:25.549160 [ 276 ] {9ff6650e-2b90-4dbb-a9cd-dff796878686} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9915 | 2025.07.17 23:59:25.549297 [ 276 ] {9ff6650e-2b90-4dbb-a9cd-dff796878686} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001837 sec., 21774.632553075666 rows/sec., 39.02 MiB/sec. | ||
9916 | 2025.07.17 23:59:25.549353 [ 276 ] {9ff6650e-2b90-4dbb-a9cd-dff796878686} <Debug> TCPHandler: Processed in 0.002018781 sec. | ||
9917 | 2025.07.17 23:59:25.549464 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9918 | 2025.07.17 23:59:25.549560 [ 276 ] {e57c1891-884e-4151-b70c-4f11f2a3a216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9919 | 2025.07.17 23:59:25.549604 [ 276 ] {e57c1891-884e-4151-b70c-4f11f2a3a216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9920 | 2025.07.17 23:59:25.549935 [ 276 ] {e57c1891-884e-4151-b70c-4f11f2a3a216} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9921 | 2025.07.17 23:59:25.549973 [ 276 ] {e57c1891-884e-4151-b70c-4f11f2a3a216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.75 GiB. | ||
9922 | 2025.07.17 23:59:25.550278 [ 276 ] {e57c1891-884e-4151-b70c-4f11f2a3a216} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
9923 | 2025.07.17 23:59:25.550489 [ 276 ] {e57c1891-884e-4151-b70c-4f11f2a3a216} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9924 | 2025.07.17 23:59:25.550616 [ 276 ] {e57c1891-884e-4151-b70c-4f11f2a3a216} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. | ||
9925 | 2025.07.17 23:59:25.550652 [ 276 ] {e57c1891-884e-4151-b70c-4f11f2a3a216} <Debug> TCPHandler: Processed in 0.001237159 sec. | ||
9926 | 2025.07.17 23:59:28.094583 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9927 | 2025.07.17 23:59:28.094660 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9928 | 2025.07.17 23:59:28.271468 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426 | ||
9929 | 2025.07.17 23:59:28.272008 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9930 | 2025.07.17 23:59:28.272061 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
9931 | 2025.07.17 23:59:28.272568 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9932 | 2025.07.17 23:59:28.272819 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9933 | 2025.07.17 23:59:28.272971 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
9934 | 2025.07.17 23:59:29.871094 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 | ||
9935 | 2025.07.17 23:59:29.886336 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9936 | 2025.07.17 23:59:29.886391 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
9937 | 2025.07.17 23:59:29.891972 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9938 | 2025.07.17 23:59:29.892665 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9939 | 2025.07.17 23:59:29.895435 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 467 | ||
9940 | 2025.07.17 23:59:30.537497 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9941 | 2025.07.17 23:59:30.537683 [ 276 ] {817081d1-80a4-465c-9a36-8cf6a30106a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9942 | 2025.07.17 23:59:30.537753 [ 276 ] {817081d1-80a4-465c-9a36-8cf6a30106a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9943 | 2025.07.17 23:59:30.538423 [ 276 ] {817081d1-80a4-465c-9a36-8cf6a30106a3} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9944 | 2025.07.17 23:59:30.538474 [ 276 ] {817081d1-80a4-465c-9a36-8cf6a30106a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
9945 | 2025.07.17 23:59:30.538894 [ 276 ] {817081d1-80a4-465c-9a36-8cf6a30106a3} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
9946 | 2025.07.17 23:59:30.539131 [ 276 ] {817081d1-80a4-465c-9a36-8cf6a30106a3} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9947 | 2025.07.17 23:59:30.539274 [ 103 ] {} <Debug> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 | ||
9948 | 2025.07.17 23:59:30.539295 [ 276 ] {817081d1-80a4-465c-9a36-8cf6a30106a3} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.001664 sec., 36057.69230769231 rows/sec., 2.80 MiB/sec. | ||
9949 | 2025.07.17 23:59:30.539354 [ 103 ] {} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9950 | 2025.07.17 23:59:30.539372 [ 276 ] {817081d1-80a4-465c-9a36-8cf6a30106a3} <Debug> TCPHandler: Processed in 0.002013331 sec. | ||
9951 | 2025.07.17 23:59:30.539383 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
9952 | 2025.07.17 23:59:30.539510 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9953 | 2025.07.17 23:59:30.539535 [ 194 ] {97e9e053-2700-4610-a493-547689adb125::all_1_90_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full | ||
9954 | 2025.07.17 23:59:30.539617 [ 276 ] {3ba38c76-2ff4-4499-801f-2dba92d8c76e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9955 | 2025.07.17 23:59:30.539666 [ 276 ] {3ba38c76-2ff4-4499-801f-2dba92d8c76e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9956 | 2025.07.17 23:59:30.539679 [ 194 ] {97e9e053-2700-4610-a493-547689adb125::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9957 | 2025.07.17 23:59:30.539718 [ 194 ] {97e9e053-2700-4610-a493-547689adb125::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_85_17, total 1411 rows starting from the beginning of the part | ||
9958 | 2025.07.17 23:59:30.539786 [ 194 ] {97e9e053-2700-4610-a493-547689adb125::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 1325 rows starting from the beginning of the part | ||
9959 | 2025.07.17 23:59:30.539832 [ 194 ] {97e9e053-2700-4610-a493-547689adb125::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 136 rows starting from the beginning of the part | ||
9960 | 2025.07.17 23:59:30.539877 [ 194 ] {97e9e053-2700-4610-a493-547689adb125::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
9961 | 2025.07.17 23:59:30.539943 [ 194 ] {97e9e053-2700-4610-a493-547689adb125::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 138 rows starting from the beginning of the part | ||
9962 | 2025.07.17 23:59:30.540038 [ 194 ] {97e9e053-2700-4610-a493-547689adb125::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
9963 | 2025.07.17 23:59:30.540092 [ 276 ] {3ba38c76-2ff4-4499-801f-2dba92d8c76e} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9964 | 2025.07.17 23:59:30.540136 [ 276 ] {3ba38c76-2ff4-4499-801f-2dba92d8c76e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
9965 | 2025.07.17 23:59:30.540490 [ 276 ] {3ba38c76-2ff4-4499-801f-2dba92d8c76e} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
9966 | 2025.07.17 23:59:30.540722 [ 276 ] {3ba38c76-2ff4-4499-801f-2dba92d8c76e} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9967 | 2025.07.17 23:59:30.540868 [ 276 ] {3ba38c76-2ff4-4499-801f-2dba92d8c76e} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001274 sec., 1569.8587127158555 rows/sec., 118.05 KiB/sec. | ||
9968 | 2025.07.17 23:59:30.540908 [ 276 ] {3ba38c76-2ff4-4499-801f-2dba92d8c76e} <Debug> TCPHandler: Processed in 0.001451482 sec. | ||
9969 | 2025.07.17 23:59:30.541024 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9970 | 2025.07.17 23:59:30.541119 [ 276 ] {df283b83-75ef-4c55-8639-a019b8b5e285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9971 | 2025.07.17 23:59:30.541165 [ 276 ] {df283b83-75ef-4c55-8639-a019b8b5e285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9972 | 2025.07.17 23:59:30.541591 [ 276 ] {df283b83-75ef-4c55-8639-a019b8b5e285} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9973 | 2025.07.17 23:59:30.541590 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3130 rows, containing 5 columns (5 merged, 0 gathered) in 0.002116103 sec., 1479134.0497130812 rows/sec., 128.92 MiB/sec. | ||
9974 | 2025.07.17 23:59:30.541633 [ 276 ] {df283b83-75ef-4c55-8639-a019b8b5e285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
9975 | 2025.07.17 23:59:30.541901 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) | ||
9976 | 2025.07.17 23:59:30.542039 [ 276 ] {df283b83-75ef-4c55-8639-a019b8b5e285} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
9977 | 2025.07.17 23:59:30.542253 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_90_18} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9978 | 2025.07.17 23:59:30.542326 [ 276 ] {df283b83-75ef-4c55-8639-a019b8b5e285} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9979 | 2025.07.17 23:59:30.542345 [ 189 ] {97e9e053-2700-4610-a493-547689adb125::all_1_90_18} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 | ||
9980 | 2025.07.17 23:59:30.542460 [ 103 ] {} <Debug> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 | ||
9981 | 2025.07.17 23:59:30.542466 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
9982 | 2025.07.17 23:59:30.542478 [ 276 ] {df283b83-75ef-4c55-8639-a019b8b5e285} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001377 sec., 47930.283224400875 rows/sec., 3.74 MiB/sec. | ||
9983 | 2025.07.17 23:59:30.542496 [ 103 ] {} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9984 | 2025.07.17 23:59:30.542531 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
9985 | 2025.07.17 23:59:30.542540 [ 276 ] {df283b83-75ef-4c55-8639-a019b8b5e285} <Debug> TCPHandler: Processed in 0.001565914 sec. | ||
9986 | 2025.07.17 23:59:30.542609 [ 197 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_90_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full | ||
9987 | 2025.07.17 23:59:30.542662 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9988 | 2025.07.17 23:59:30.542701 [ 197 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9989 | 2025.07.17 23:59:30.542730 [ 197 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_85_17, total 634 rows starting from the beginning of the part | ||
9990 | 2025.07.17 23:59:30.542757 [ 276 ] {613f6e55-5ad3-476d-8946-2bfd13705df2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9991 | 2025.07.17 23:59:30.542785 [ 197 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 568 rows starting from the beginning of the part | ||
9992 | 2025.07.17 23:59:30.542803 [ 276 ] {613f6e55-5ad3-476d-8946-2bfd13705df2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9993 | 2025.07.17 23:59:30.542830 [ 197 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 104 rows starting from the beginning of the part | ||
9994 | 2025.07.17 23:59:30.542870 [ 197 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 66 rows starting from the beginning of the part | ||
9995 | 2025.07.17 23:59:30.542910 [ 197 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 108 rows starting from the beginning of the part | ||
9996 | 2025.07.17 23:59:30.542948 [ 197 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 66 rows starting from the beginning of the part | ||
9997 | 2025.07.17 23:59:30.543214 [ 276 ] {613f6e55-5ad3-476d-8946-2bfd13705df2} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9998 | 2025.07.17 23:59:30.543248 [ 276 ] {613f6e55-5ad3-476d-8946-2bfd13705df2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
9999 | 2025.07.17 23:59:30.543581 [ 276 ] {613f6e55-5ad3-476d-8946-2bfd13705df2} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
10000 | 2025.07.17 23:59:30.543797 [ 276 ] {613f6e55-5ad3-476d-8946-2bfd13705df2} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10001 | 2025.07.17 23:59:30.543885 [ 186 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1546 rows, containing 5 columns (5 merged, 0 gathered) in 0.0013105 sec., 1179702.4036627242 rows/sec., 93.99 MiB/sec. | ||
10002 | 2025.07.17 23:59:30.543928 [ 276 ] {613f6e55-5ad3-476d-8946-2bfd13705df2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. | ||
10003 | 2025.07.17 23:59:30.543970 [ 276 ] {613f6e55-5ad3-476d-8946-2bfd13705df2} <Debug> TCPHandler: Processed in 0.001357811 sec. | ||
10004 | 2025.07.17 23:59:30.544028 [ 197 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) | ||
10005 | 2025.07.17 23:59:30.544075 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10006 | 2025.07.17 23:59:30.544169 [ 276 ] {4029615a-3dd8-432c-853b-9b91f1d19ba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10007 | 2025.07.17 23:59:30.544222 [ 276 ] {4029615a-3dd8-432c-853b-9b91f1d19ba1} <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 | ||
10008 | 2025.07.17 23:59:30.544248 [ 197 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_90_18} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10009 | 2025.07.17 23:59:30.544311 [ 197 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_90_18} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 | ||
10010 | 2025.07.17 23:59:30.544366 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
10011 | 2025.07.17 23:59:30.544938 [ 276 ] {4029615a-3dd8-432c-853b-9b91f1d19ba1} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10012 | 2025.07.17 23:59:30.544973 [ 276 ] {4029615a-3dd8-432c-853b-9b91f1d19ba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10013 | 2025.07.17 23:59:30.545463 [ 276 ] {4029615a-3dd8-432c-853b-9b91f1d19ba1} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10014 | 2025.07.17 23:59:30.545683 [ 276 ] {4029615a-3dd8-432c-853b-9b91f1d19ba1} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10015 | 2025.07.17 23:59:30.545821 [ 276 ] {4029615a-3dd8-432c-853b-9b91f1d19ba1} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.00167 sec., 1197.6047904191616 rows/sec., 2.15 MiB/sec. | ||
10016 | 2025.07.17 23:59:30.545874 [ 276 ] {4029615a-3dd8-432c-853b-9b91f1d19ba1} <Debug> TCPHandler: Processed in 0.001846058 sec. | ||
10017 | 2025.07.17 23:59:30.545985 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10018 | 2025.07.17 23:59:30.546080 [ 276 ] {fecbeefd-c7e2-4a62-afd3-a0f5b38cf0ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10019 | 2025.07.17 23:59:30.546122 [ 276 ] {fecbeefd-c7e2-4a62-afd3-a0f5b38cf0ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10020 | 2025.07.17 23:59:30.546447 [ 276 ] {fecbeefd-c7e2-4a62-afd3-a0f5b38cf0ca} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10021 | 2025.07.17 23:59:30.546481 [ 276 ] {fecbeefd-c7e2-4a62-afd3-a0f5b38cf0ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10022 | 2025.07.17 23:59:30.546790 [ 276 ] {fecbeefd-c7e2-4a62-afd3-a0f5b38cf0ca} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
10023 | 2025.07.17 23:59:30.547006 [ 276 ] {fecbeefd-c7e2-4a62-afd3-a0f5b38cf0ca} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10024 | 2025.07.17 23:59:30.547136 [ 276 ] {fecbeefd-c7e2-4a62-afd3-a0f5b38cf0ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. | ||
10025 | 2025.07.17 23:59:30.547172 [ 276 ] {fecbeefd-c7e2-4a62-afd3-a0f5b38cf0ca} <Debug> TCPHandler: Processed in 0.001235639 sec. | ||
10026 | 2025.07.17 23:59:33.337177 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1364 | ||
10027 | 2025.07.17 23:59:33.339369 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10028 | 2025.07.17 23:59:33.339406 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10029 | 2025.07.17 23:59:33.340563 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
10030 | 2025.07.17 23:59:33.340828 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10031 | 2025.07.17 23:59:33.340970 [ 102 ] {} <Debug> system.query_log (fffc79bd-d093-4609-b94c-831763790625) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
10032 | 2025.07.17 23:59:33.341015 [ 102 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10033 | 2025.07.17 23:59:33.341038 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10034 | 2025.07.17 23:59:33.341088 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1364 | ||
10035 | 2025.07.17 23:59:33.341168 [ 189 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
10036 | 2025.07.17 23:59:33.341769 [ 189 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10037 | 2025.07.17 23:59:33.341911 [ 189 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1232 rows starting from the beginning of the part | ||
10038 | 2025.07.17 23:59:33.342256 [ 189 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 24 rows starting from the beginning of the part | ||
10039 | 2025.07.17 23:59:33.342603 [ 189 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 26 rows starting from the beginning of the part | ||
10040 | 2025.07.17 23:59:33.342949 [ 189 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 32 rows starting from the beginning of the part | ||
10041 | 2025.07.17 23:59:33.343275 [ 189 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 24 rows starting from the beginning of the part | ||
10042 | 2025.07.17 23:59:33.343591 [ 189 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 26 rows starting from the beginning of the part | ||
10043 | 2025.07.17 23:59:33.349604 [ 196 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1364 rows, containing 72 columns (72 merged, 0 gathered) in 0.00849472 sec., 160570.3307466285 rows/sec., 124.72 MiB/sec. | ||
10044 | 2025.07.17 23:59:33.350839 [ 197 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
10045 | 2025.07.17 23:59:33.351345 [ 197 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_46_9} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10046 | 2025.07.17 23:59:33.351418 [ 197 ] {fffc79bd-d093-4609-b94c-831763790625::all_1_46_9} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
10047 | 2025.07.17 23:59:33.351594 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
10048 | 2025.07.17 23:59:35.539477 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10049 | 2025.07.17 23:59:35.539746 [ 276 ] {f7e476ba-a326-4446-8af4-f91bbd0cd10c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10050 | 2025.07.17 23:59:35.539813 [ 276 ] {f7e476ba-a326-4446-8af4-f91bbd0cd10c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10051 | 2025.07.17 23:59:35.540502 [ 276 ] {f7e476ba-a326-4446-8af4-f91bbd0cd10c} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10052 | 2025.07.17 23:59:35.540545 [ 276 ] {f7e476ba-a326-4446-8af4-f91bbd0cd10c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10053 | 2025.07.17 23:59:35.540957 [ 276 ] {f7e476ba-a326-4446-8af4-f91bbd0cd10c} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
10054 | 2025.07.17 23:59:35.541188 [ 276 ] {f7e476ba-a326-4446-8af4-f91bbd0cd10c} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10055 | 2025.07.17 23:59:35.541355 [ 276 ] {f7e476ba-a326-4446-8af4-f91bbd0cd10c} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001663 sec., 81779.91581479255 rows/sec., 7.05 MiB/sec. | ||
10056 | 2025.07.17 23:59:35.541408 [ 276 ] {f7e476ba-a326-4446-8af4-f91bbd0cd10c} <Debug> TCPHandler: Processed in 0.002115432 sec. | ||
10057 | 2025.07.17 23:59:35.541527 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10058 | 2025.07.17 23:59:35.541630 [ 276 ] {6eaf8d7a-89a6-4b48-abb0-0edd59aad1ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10059 | 2025.07.17 23:59:35.541675 [ 276 ] {6eaf8d7a-89a6-4b48-abb0-0edd59aad1ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10060 | 2025.07.17 23:59:35.542094 [ 276 ] {6eaf8d7a-89a6-4b48-abb0-0edd59aad1ba} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10061 | 2025.07.17 23:59:35.542130 [ 276 ] {6eaf8d7a-89a6-4b48-abb0-0edd59aad1ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10062 | 2025.07.17 23:59:35.542440 [ 276 ] {6eaf8d7a-89a6-4b48-abb0-0edd59aad1ba} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
10063 | 2025.07.17 23:59:35.542649 [ 276 ] {6eaf8d7a-89a6-4b48-abb0-0edd59aad1ba} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10064 | 2025.07.17 23:59:35.542779 [ 276 ] {6eaf8d7a-89a6-4b48-abb0-0edd59aad1ba} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001174 sec., 34071.55025553663 rows/sec., 2.50 MiB/sec. | ||
10065 | 2025.07.17 23:59:35.542817 [ 276 ] {6eaf8d7a-89a6-4b48-abb0-0edd59aad1ba} <Debug> TCPHandler: Processed in 0.001342081 sec. | ||
10066 | 2025.07.17 23:59:35.542923 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10067 | 2025.07.17 23:59:35.543020 [ 276 ] {c6782501-eaf4-45a6-82c3-2bda4e3e631a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10068 | 2025.07.17 23:59:35.543061 [ 276 ] {c6782501-eaf4-45a6-82c3-2bda4e3e631a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10069 | 2025.07.17 23:59:35.543473 [ 276 ] {c6782501-eaf4-45a6-82c3-2bda4e3e631a} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10070 | 2025.07.17 23:59:35.543508 [ 276 ] {c6782501-eaf4-45a6-82c3-2bda4e3e631a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10071 | 2025.07.17 23:59:35.543824 [ 276 ] {c6782501-eaf4-45a6-82c3-2bda4e3e631a} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
10072 | 2025.07.17 23:59:35.544046 [ 276 ] {c6782501-eaf4-45a6-82c3-2bda4e3e631a} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10073 | 2025.07.17 23:59:35.544187 [ 276 ] {c6782501-eaf4-45a6-82c3-2bda4e3e631a} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001186 sec., 87689.71332209106 rows/sec., 6.85 MiB/sec. | ||
10074 | 2025.07.17 23:59:35.544225 [ 276 ] {c6782501-eaf4-45a6-82c3-2bda4e3e631a} <Debug> TCPHandler: Processed in 0.001350971 sec. | ||
10075 | 2025.07.17 23:59:35.544335 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10076 | 2025.07.17 23:59:35.544430 [ 276 ] {4e6435bd-5326-4838-b643-7d94c6a122ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10077 | 2025.07.17 23:59:35.544475 [ 276 ] {4e6435bd-5326-4838-b643-7d94c6a122ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10078 | 2025.07.17 23:59:35.544867 [ 276 ] {4e6435bd-5326-4838-b643-7d94c6a122ad} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10079 | 2025.07.17 23:59:35.544902 [ 276 ] {4e6435bd-5326-4838-b643-7d94c6a122ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10080 | 2025.07.17 23:59:35.545227 [ 276 ] {4e6435bd-5326-4838-b643-7d94c6a122ad} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
10081 | 2025.07.17 23:59:35.545434 [ 276 ] {4e6435bd-5326-4838-b643-7d94c6a122ad} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10082 | 2025.07.17 23:59:35.545533 [ 97 ] {} <Debug> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
10083 | 2025.07.17 23:59:35.545560 [ 276 ] {4e6435bd-5326-4838-b643-7d94c6a122ad} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001149 sec., 139251.5230635335 rows/sec., 9.70 MiB/sec. | ||
10084 | 2025.07.17 23:59:35.545570 [ 97 ] {} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10085 | 2025.07.17 23:59:35.545591 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10086 | 2025.07.17 23:59:35.545598 [ 276 ] {4e6435bd-5326-4838-b643-7d94c6a122ad} <Debug> TCPHandler: Processed in 0.001311611 sec. | ||
10087 | 2025.07.17 23:59:35.545682 [ 193 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
10088 | 2025.07.17 23:59:35.545701 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10089 | 2025.07.17 23:59:35.545786 [ 193 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10090 | 2025.07.17 23:59:35.545798 [ 276 ] {73d96d36-b9db-4bc3-ac76-a83801753e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10091 | 2025.07.17 23:59:35.545826 [ 193 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 25170 rows starting from the beginning of the part | ||
10092 | 2025.07.17 23:59:35.545857 [ 276 ] {73d96d36-b9db-4bc3-ac76-a83801753e7b} <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 | ||
10093 | 2025.07.17 23:59:35.545892 [ 193 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part | ||
10094 | 2025.07.17 23:59:35.545941 [ 193 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part | ||
10095 | 2025.07.17 23:59:35.545987 [ 193 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 162 rows starting from the beginning of the part | ||
10096 | 2025.07.17 23:59:35.546032 [ 193 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
10097 | 2025.07.17 23:59:35.546078 [ 193 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part | ||
10098 | 2025.07.17 23:59:35.546665 [ 276 ] {73d96d36-b9db-4bc3-ac76-a83801753e7b} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10099 | 2025.07.17 23:59:35.546700 [ 276 ] {73d96d36-b9db-4bc3-ac76-a83801753e7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10100 | 2025.07.17 23:59:35.547295 [ 276 ] {73d96d36-b9db-4bc3-ac76-a83801753e7b} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10101 | 2025.07.17 23:59:35.547523 [ 276 ] {73d96d36-b9db-4bc3-ac76-a83801753e7b} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10102 | 2025.07.17 23:59:35.547661 [ 276 ] {73d96d36-b9db-4bc3-ac76-a83801753e7b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001881 sec., 21265.28442317916 rows/sec., 38.11 MiB/sec. | ||
10103 | 2025.07.17 23:59:35.547701 [ 98 ] {} <Debug> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10104 | 2025.07.17 23:59:35.547718 [ 276 ] {73d96d36-b9db-4bc3-ac76-a83801753e7b} <Debug> TCPHandler: Processed in 0.002064781 sec. | ||
10105 | 2025.07.17 23:59:35.547788 [ 98 ] {} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10106 | 2025.07.17 23:59:35.547819 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10107 | 2025.07.17 23:59:35.547873 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10108 | 2025.07.17 23:59:35.547928 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
10109 | 2025.07.17 23:59:35.547974 [ 276 ] {f3f1396a-6c99-4b37-9a53-95342e7c6a90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10110 | 2025.07.17 23:59:35.548022 [ 276 ] {f3f1396a-6c99-4b37-9a53-95342e7c6a90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10111 | 2025.07.17 23:59:35.548190 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10112 | 2025.07.17 23:59:35.548259 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1641 rows starting from the beginning of the part | ||
10113 | 2025.07.17 23:59:35.548355 [ 276 ] {f3f1396a-6c99-4b37-9a53-95342e7c6a90} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10114 | 2025.07.17 23:59:35.548396 [ 276 ] {f3f1396a-6c99-4b37-9a53-95342e7c6a90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10115 | 2025.07.17 23:59:35.548396 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 40 rows starting from the beginning of the part | ||
10116 | 2025.07.17 23:59:35.548517 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 2 rows starting from the beginning of the part | ||
10117 | 2025.07.17 23:59:35.548625 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 40 rows starting from the beginning of the part | ||
10118 | 2025.07.17 23:59:35.548723 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 2 rows starting from the beginning of the part | ||
10119 | 2025.07.17 23:59:35.548738 [ 276 ] {f3f1396a-6c99-4b37-9a53-95342e7c6a90} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
10120 | 2025.07.17 23:59:35.548822 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 40 rows starting from the beginning of the part | ||
10121 | 2025.07.17 23:59:35.548966 [ 276 ] {f3f1396a-6c99-4b37-9a53-95342e7c6a90} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10122 | 2025.07.17 23:59:35.549101 [ 98 ] {} <Debug> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
10123 | 2025.07.17 23:59:35.549105 [ 276 ] {f3f1396a-6c99-4b37-9a53-95342e7c6a90} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001149 sec., 52219.32114882506 rows/sec., 3.52 MiB/sec. | ||
10124 | 2025.07.17 23:59:35.549150 [ 98 ] {} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10125 | 2025.07.17 23:59:35.549168 [ 276 ] {f3f1396a-6c99-4b37-9a53-95342e7c6a90} <Debug> TCPHandler: Processed in 0.001354821 sec. | ||
10126 | 2025.07.17 23:59:35.549181 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10127 | 2025.07.17 23:59:35.549304 [ 187 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
10128 | 2025.07.17 23:59:35.549456 [ 187 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10129 | 2025.07.17 23:59:35.549494 [ 187 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4908 rows starting from the beginning of the part | ||
10130 | 2025.07.17 23:59:35.549558 [ 187 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
10131 | 2025.07.17 23:59:35.549603 [ 187 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
10132 | 2025.07.17 23:59:35.549645 [ 187 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
10133 | 2025.07.17 23:59:35.549684 [ 187 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
10134 | 2025.07.17 23:59:35.549732 [ 187 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part | ||
10135 | 2025.07.17 23:59:35.551840 [ 201 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25972 rows, containing 5 columns (5 merged, 0 gathered) in 0.006199496 sec., 4189372.813531939 rows/sec., 287.83 MiB/sec. | ||
10136 | 2025.07.17 23:59:35.552156 [ 191 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
10137 | 2025.07.17 23:59:35.552175 [ 199 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5208 rows, containing 4 columns (4 merged, 0 gathered) in 0.002924935 sec., 1780552.3883436725 rows/sec., 119.93 MiB/sec. | ||
10138 | 2025.07.17 23:59:35.552506 [ 191 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10139 | 2025.07.17 23:59:35.552611 [ 191 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
10140 | 2025.07.17 23:59:35.552721 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
10141 | 2025.07.17 23:59:35.552739 [ 201 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
10142 | 2025.07.17 23:59:35.553013 [ 201 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_91_18} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10143 | 2025.07.17 23:59:35.553093 [ 201 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_91_18} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
10144 | 2025.07.17 23:59:35.553186 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
10145 | 2025.07.17 23:59:35.560062 [ 199 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1765 rows, containing 19 columns (19 merged, 0 gathered) in 0.012185497 sec., 144844.31779844515 rows/sec., 259.55 MiB/sec. | ||
10146 | 2025.07.17 23:59:35.562535 [ 191 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10147 | 2025.07.17 23:59:35.562885 [ 191 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10148 | 2025.07.17 23:59:35.562963 [ 191 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10149 | 2025.07.17 23:59:35.563123 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.11 MiB. | ||
10150 | 2025.07.17 23:59:35.773230 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853 | ||
10151 | 2025.07.17 23:59:35.773759 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10152 | 2025.07.17 23:59:35.773807 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10153 | 2025.07.17 23:59:35.774307 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10154 | 2025.07.17 23:59:35.774540 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10155 | 2025.07.17 23:59:35.774671 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853 | ||
10156 | 2025.07.17 23:59:36.000145 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 321.12 MiB, peak 338.17 MiB, free memory in arenas 0.00 B, will set to 326.13 MiB (RSS), difference: 5.01 MiB | ||
10157 | 2025.07.17 23:59:37.395596 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 | ||
10158 | 2025.07.17 23:59:37.412495 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10159 | 2025.07.17 23:59:37.412557 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10160 | 2025.07.17 23:59:37.418531 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10161 | 2025.07.17 23:59:37.419209 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10162 | 2025.07.17 23:59:37.422123 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
10163 | 2025.07.17 23:59:40.566931 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10164 | 2025.07.17 23:59:40.567110 [ 276 ] {6aa9df6d-0f15-4ad3-a662-89c66e930429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
10165 | 2025.07.17 23:59:40.567177 [ 276 ] {6aa9df6d-0f15-4ad3-a662-89c66e930429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
10166 | 2025.07.17 23:59:40.567856 [ 276 ] {6aa9df6d-0f15-4ad3-a662-89c66e930429} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10167 | 2025.07.17 23:59:40.567900 [ 276 ] {6aa9df6d-0f15-4ad3-a662-89c66e930429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10168 | 2025.07.17 23:59:40.568294 [ 276 ] {6aa9df6d-0f15-4ad3-a662-89c66e930429} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
10169 | 2025.07.17 23:59:40.568520 [ 276 ] {6aa9df6d-0f15-4ad3-a662-89c66e930429} <Trace> oximeter.fields_i16 (19c1cca1-c688-4ad7-b810-384c3f88b76c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10170 | 2025.07.17 23:59:40.568673 [ 276 ] {6aa9df6d-0f15-4ad3-a662-89c66e930429} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001614 sec., 14869.888475836431 rows/sec., 1.23 MiB/sec. | ||
10171 | 2025.07.17 23:59:40.568717 [ 276 ] {6aa9df6d-0f15-4ad3-a662-89c66e930429} <Debug> TCPHandler: Processed in 0.00192276 sec. | ||
10172 | 2025.07.17 23:59:40.568838 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10173 | 2025.07.17 23:59:40.568951 [ 276 ] {6ad8441c-5389-4c94-a9d2-783e52e63179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
10174 | 2025.07.17 23:59:40.568999 [ 276 ] {6ad8441c-5389-4c94-a9d2-783e52e63179} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10175 | 2025.07.17 23:59:40.569415 [ 276 ] {6ad8441c-5389-4c94-a9d2-783e52e63179} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10176 | 2025.07.17 23:59:40.569452 [ 276 ] {6ad8441c-5389-4c94-a9d2-783e52e63179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10177 | 2025.07.17 23:59:40.569755 [ 276 ] {6ad8441c-5389-4c94-a9d2-783e52e63179} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10178 | 2025.07.17 23:59:40.569965 [ 276 ] {6ad8441c-5389-4c94-a9d2-783e52e63179} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10179 | 2025.07.17 23:59:40.570103 [ 276 ] {6ad8441c-5389-4c94-a9d2-783e52e63179} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001177 sec., 1699.235344095157 rows/sec., 138.56 KiB/sec. | ||
10180 | 2025.07.17 23:59:40.570145 [ 276 ] {6ad8441c-5389-4c94-a9d2-783e52e63179} <Debug> TCPHandler: Processed in 0.001357481 sec. | ||
10181 | 2025.07.17 23:59:40.570252 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10182 | 2025.07.17 23:59:40.570348 [ 276 ] {a2bf2c87-ee13-44a8-8243-3389b39b915d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10183 | 2025.07.17 23:59:40.570393 [ 276 ] {a2bf2c87-ee13-44a8-8243-3389b39b915d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10184 | 2025.07.17 23:59:40.571345 [ 276 ] {a2bf2c87-ee13-44a8-8243-3389b39b915d} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10185 | 2025.07.17 23:59:40.571383 [ 276 ] {a2bf2c87-ee13-44a8-8243-3389b39b915d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10186 | 2025.07.17 23:59:40.571782 [ 276 ] {a2bf2c87-ee13-44a8-8243-3389b39b915d} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
10187 | 2025.07.17 23:59:40.572012 [ 276 ] {a2bf2c87-ee13-44a8-8243-3389b39b915d} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10188 | 2025.07.17 23:59:40.572145 [ 276 ] {a2bf2c87-ee13-44a8-8243-3389b39b915d} <Debug> executeQuery: Read 1321 rows, 112.40 KiB in 0.001817 sec., 727022.5646670336 rows/sec., 60.41 MiB/sec. | ||
10189 | 2025.07.17 23:59:40.572183 [ 276 ] {a2bf2c87-ee13-44a8-8243-3389b39b915d} <Debug> TCPHandler: Processed in 0.001980631 sec. | ||
10190 | 2025.07.17 23:59:40.572297 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10191 | 2025.07.17 23:59:40.572393 [ 276 ] {5a10c182-e27f-4c82-9fbd-3515200774be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10192 | 2025.07.17 23:59:40.572434 [ 276 ] {5a10c182-e27f-4c82-9fbd-3515200774be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10193 | 2025.07.17 23:59:40.572849 [ 276 ] {5a10c182-e27f-4c82-9fbd-3515200774be} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10194 | 2025.07.17 23:59:40.572886 [ 276 ] {5a10c182-e27f-4c82-9fbd-3515200774be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10195 | 2025.07.17 23:59:40.573206 [ 276 ] {5a10c182-e27f-4c82-9fbd-3515200774be} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
10196 | 2025.07.17 23:59:40.573428 [ 276 ] {5a10c182-e27f-4c82-9fbd-3515200774be} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10197 | 2025.07.17 23:59:40.573559 [ 276 ] {5a10c182-e27f-4c82-9fbd-3515200774be} <Debug> executeQuery: Read 16 rows, 1.25 KiB in 0.001185 sec., 13502.109704641349 rows/sec., 1.03 MiB/sec. | ||
10198 | 2025.07.17 23:59:40.573599 [ 276 ] {5a10c182-e27f-4c82-9fbd-3515200774be} <Debug> TCPHandler: Processed in 0.001351871 sec. | ||
10199 | 2025.07.17 23:59:40.573710 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10200 | 2025.07.17 23:59:40.573809 [ 276 ] {66444296-3925-48d0-ba21-034b4d06e02d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10201 | 2025.07.17 23:59:40.573850 [ 276 ] {66444296-3925-48d0-ba21-034b4d06e02d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10202 | 2025.07.17 23:59:40.574302 [ 276 ] {66444296-3925-48d0-ba21-034b4d06e02d} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10203 | 2025.07.17 23:59:40.574338 [ 276 ] {66444296-3925-48d0-ba21-034b4d06e02d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10204 | 2025.07.17 23:59:40.574664 [ 276 ] {66444296-3925-48d0-ba21-034b4d06e02d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
10205 | 2025.07.17 23:59:40.574872 [ 276 ] {66444296-3925-48d0-ba21-034b4d06e02d} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10206 | 2025.07.17 23:59:40.574999 [ 276 ] {66444296-3925-48d0-ba21-034b4d06e02d} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001213 sec., 207749.38169826873 rows/sec., 14.37 MiB/sec. | ||
10207 | 2025.07.17 23:59:40.575038 [ 276 ] {66444296-3925-48d0-ba21-034b4d06e02d} <Debug> TCPHandler: Processed in 0.001377331 sec. | ||
10208 | 2025.07.17 23:59:40.575151 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10209 | 2025.07.17 23:59:40.575245 [ 276 ] {74e7c2fb-c64c-43ab-8d09-1d50a2ec3e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
10210 | 2025.07.17 23:59:40.575286 [ 276 ] {74e7c2fb-c64c-43ab-8d09-1d50a2ec3e03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10211 | 2025.07.17 23:59:40.575691 [ 276 ] {74e7c2fb-c64c-43ab-8d09-1d50a2ec3e03} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10212 | 2025.07.17 23:59:40.575727 [ 276 ] {74e7c2fb-c64c-43ab-8d09-1d50a2ec3e03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10213 | 2025.07.17 23:59:40.576019 [ 276 ] {74e7c2fb-c64c-43ab-8d09-1d50a2ec3e03} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
10214 | 2025.07.17 23:59:40.576232 [ 276 ] {74e7c2fb-c64c-43ab-8d09-1d50a2ec3e03} <Trace> oximeter.fields_u8 (7b8925c6-cbcf-4ec0-b0fa-8a0990f58152): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10215 | 2025.07.17 23:59:40.576362 [ 276 ] {74e7c2fb-c64c-43ab-8d09-1d50a2ec3e03} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001134 sec., 10582.010582010582 rows/sec., 826.72 KiB/sec. | ||
10216 | 2025.07.17 23:59:40.576400 [ 276 ] {74e7c2fb-c64c-43ab-8d09-1d50a2ec3e03} <Debug> TCPHandler: Processed in 0.00129775 sec. | ||
10217 | 2025.07.17 23:59:40.576508 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10218 | 2025.07.17 23:59:40.576602 [ 276 ] {d424523d-30e2-4bde-9a3b-a13b9d08d040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10219 | 2025.07.17 23:59:40.576643 [ 276 ] {d424523d-30e2-4bde-9a3b-a13b9d08d040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10220 | 2025.07.17 23:59:40.577210 [ 276 ] {d424523d-30e2-4bde-9a3b-a13b9d08d040} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10221 | 2025.07.17 23:59:40.577245 [ 276 ] {d424523d-30e2-4bde-9a3b-a13b9d08d040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10222 | 2025.07.17 23:59:40.577570 [ 276 ] {d424523d-30e2-4bde-9a3b-a13b9d08d040} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
10223 | 2025.07.17 23:59:40.577788 [ 276 ] {d424523d-30e2-4bde-9a3b-a13b9d08d040} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10224 | 2025.07.17 23:59:40.577915 [ 276 ] {d424523d-30e2-4bde-9a3b-a13b9d08d040} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.00133 sec., 421052.63157894736 rows/sec., 31.56 MiB/sec. | ||
10225 | 2025.07.17 23:59:40.577955 [ 276 ] {d424523d-30e2-4bde-9a3b-a13b9d08d040} <Debug> TCPHandler: Processed in 0.001494663 sec. | ||
10226 | 2025.07.17 23:59:40.578089 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10227 | 2025.07.17 23:59:40.578185 [ 276 ] {aa9befd1-2f27-411d-991c-caab7a7f7535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10228 | 2025.07.17 23:59:40.578231 [ 276 ] {aa9befd1-2f27-411d-991c-caab7a7f7535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10229 | 2025.07.17 23:59:40.578790 [ 276 ] {aa9befd1-2f27-411d-991c-caab7a7f7535} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10230 | 2025.07.17 23:59:40.578827 [ 276 ] {aa9befd1-2f27-411d-991c-caab7a7f7535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10231 | 2025.07.17 23:59:40.579200 [ 276 ] {aa9befd1-2f27-411d-991c-caab7a7f7535} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
10232 | 2025.07.17 23:59:40.579428 [ 276 ] {aa9befd1-2f27-411d-991c-caab7a7f7535} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10233 | 2025.07.17 23:59:40.579559 [ 276 ] {aa9befd1-2f27-411d-991c-caab7a7f7535} <Debug> executeQuery: Read 917 rows, 63.69 KiB in 0.001392 sec., 658764.367816092 rows/sec., 44.68 MiB/sec. | ||
10234 | 2025.07.17 23:59:40.579596 [ 276 ] {aa9befd1-2f27-411d-991c-caab7a7f7535} <Debug> TCPHandler: Processed in 0.001555924 sec. | ||
10235 | 2025.07.17 23:59:40.579712 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10236 | 2025.07.17 23:59:40.579807 [ 276 ] {ba6b8e42-6127-4ba0-86e2-a36a5d8f9489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10237 | 2025.07.17 23:59:40.579863 [ 276 ] {ba6b8e42-6127-4ba0-86e2-a36a5d8f9489} <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 | ||
10238 | 2025.07.17 23:59:40.580604 [ 276 ] {ba6b8e42-6127-4ba0-86e2-a36a5d8f9489} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10239 | 2025.07.17 23:59:40.580647 [ 276 ] {ba6b8e42-6127-4ba0-86e2-a36a5d8f9489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10240 | 2025.07.17 23:59:40.581137 [ 276 ] {ba6b8e42-6127-4ba0-86e2-a36a5d8f9489} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
10241 | 2025.07.17 23:59:40.581360 [ 276 ] {ba6b8e42-6127-4ba0-86e2-a36a5d8f9489} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10242 | 2025.07.17 23:59:40.581494 [ 276 ] {ba6b8e42-6127-4ba0-86e2-a36a5d8f9489} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001705 sec., 1173.0205278592375 rows/sec., 2.10 MiB/sec. | ||
10243 | 2025.07.17 23:59:40.581549 [ 276 ] {ba6b8e42-6127-4ba0-86e2-a36a5d8f9489} <Debug> TCPHandler: Processed in 0.001885279 sec. | ||
10244 | 2025.07.17 23:59:40.581666 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10245 | 2025.07.17 23:59:40.581764 [ 276 ] {695aa423-b15c-4799-9449-af12378ca331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10246 | 2025.07.17 23:59:40.581810 [ 276 ] {695aa423-b15c-4799-9449-af12378ca331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10247 | 2025.07.17 23:59:40.582162 [ 276 ] {695aa423-b15c-4799-9449-af12378ca331} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10248 | 2025.07.17 23:59:40.582200 [ 276 ] {695aa423-b15c-4799-9449-af12378ca331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.74 GiB. | ||
10249 | 2025.07.17 23:59:40.582511 [ 276 ] {695aa423-b15c-4799-9449-af12378ca331} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
10250 | 2025.07.17 23:59:40.582716 [ 276 ] {695aa423-b15c-4799-9449-af12378ca331} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10251 | 2025.07.17 23:59:40.582851 [ 276 ] {695aa423-b15c-4799-9449-af12378ca331} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. | ||
10252 | 2025.07.17 23:59:40.582888 [ 276 ] {695aa423-b15c-4799-9449-af12378ca331} <Debug> TCPHandler: Processed in 0.00127096 sec. | ||
10253 | 2025.07.17 23:59:43.094714 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10254 | 2025.07.17 23:59:43.094779 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10255 | 2025.07.17 23:59:43.274853 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341 | ||
10256 | 2025.07.17 23:59:43.275909 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10257 | 2025.07.17 23:59:43.275983 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10258 | 2025.07.17 23:59:43.276896 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10259 | 2025.07.17 23:59:43.277238 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10260 | 2025.07.17 23:59:43.277424 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
10261 | 2025.07.17 23:59:43.341293 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1396 | ||
10262 | 2025.07.17 23:59:43.344733 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10263 | 2025.07.17 23:59:43.344818 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10264 | 2025.07.17 23:59:43.346561 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10265 | 2025.07.17 23:59:43.346926 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10266 | 2025.07.17 23:59:43.347474 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1396 | ||
10267 | 2025.07.17 23:59:44.002382 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001903809 sec. | ||
10268 | 2025.07.17 23:59:44.922210 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 | ||
10269 | 2025.07.17 23:59:44.938783 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10270 | 2025.07.17 23:59:44.938842 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10271 | 2025.07.17 23:59:44.944934 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10272 | 2025.07.17 23:59:44.945633 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10273 | 2025.07.17 23:59:44.948427 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 482 | ||
10274 | 2025.07.17 23:59:45.539546 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10275 | 2025.07.17 23:59:45.539831 [ 276 ] {272bae9b-99dd-42bd-a5b8-45b416b2d350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10276 | 2025.07.17 23:59:45.539937 [ 276 ] {272bae9b-99dd-42bd-a5b8-45b416b2d350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10277 | 2025.07.17 23:59:45.540714 [ 276 ] {272bae9b-99dd-42bd-a5b8-45b416b2d350} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10278 | 2025.07.17 23:59:45.540752 [ 276 ] {272bae9b-99dd-42bd-a5b8-45b416b2d350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10279 | 2025.07.17 23:59:45.541154 [ 276 ] {272bae9b-99dd-42bd-a5b8-45b416b2d350} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
10280 | 2025.07.17 23:59:45.541386 [ 276 ] {272bae9b-99dd-42bd-a5b8-45b416b2d350} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10281 | 2025.07.17 23:59:45.541541 [ 276 ] {272bae9b-99dd-42bd-a5b8-45b416b2d350} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001789 sec., 76020.12297372834 rows/sec., 6.55 MiB/sec. | ||
10282 | 2025.07.17 23:59:45.541585 [ 276 ] {272bae9b-99dd-42bd-a5b8-45b416b2d350} <Debug> TCPHandler: Processed in 0.002227384 sec. | ||
10283 | 2025.07.17 23:59:45.541708 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10284 | 2025.07.17 23:59:45.541804 [ 276 ] {de677e29-da4d-4085-8efd-04c21f9c8ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10285 | 2025.07.17 23:59:45.541845 [ 276 ] {de677e29-da4d-4085-8efd-04c21f9c8ebc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10286 | 2025.07.17 23:59:45.542278 [ 276 ] {de677e29-da4d-4085-8efd-04c21f9c8ebc} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10287 | 2025.07.17 23:59:45.542312 [ 276 ] {de677e29-da4d-4085-8efd-04c21f9c8ebc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10288 | 2025.07.17 23:59:45.542609 [ 276 ] {de677e29-da4d-4085-8efd-04c21f9c8ebc} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
10289 | 2025.07.17 23:59:45.542815 [ 276 ] {de677e29-da4d-4085-8efd-04c21f9c8ebc} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10290 | 2025.07.17 23:59:45.542952 [ 276 ] {de677e29-da4d-4085-8efd-04c21f9c8ebc} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001167 sec., 34275.92116538132 rows/sec., 2.52 MiB/sec. | ||
10291 | 2025.07.17 23:59:45.542990 [ 276 ] {de677e29-da4d-4085-8efd-04c21f9c8ebc} <Debug> TCPHandler: Processed in 0.001341841 sec. | ||
10292 | 2025.07.17 23:59:45.543117 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10293 | 2025.07.17 23:59:45.543211 [ 276 ] {49a3279a-562a-49c0-b97d-f9d8a3f7f022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10294 | 2025.07.17 23:59:45.543251 [ 276 ] {49a3279a-562a-49c0-b97d-f9d8a3f7f022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10295 | 2025.07.17 23:59:45.543690 [ 276 ] {49a3279a-562a-49c0-b97d-f9d8a3f7f022} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10296 | 2025.07.17 23:59:45.543723 [ 276 ] {49a3279a-562a-49c0-b97d-f9d8a3f7f022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10297 | 2025.07.17 23:59:45.544029 [ 276 ] {49a3279a-562a-49c0-b97d-f9d8a3f7f022} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
10298 | 2025.07.17 23:59:45.544244 [ 276 ] {49a3279a-562a-49c0-b97d-f9d8a3f7f022} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10299 | 2025.07.17 23:59:45.544376 [ 276 ] {49a3279a-562a-49c0-b97d-f9d8a3f7f022} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001183 sec., 87912.08791208791 rows/sec., 6.87 MiB/sec. | ||
10300 | 2025.07.17 23:59:45.544412 [ 276 ] {49a3279a-562a-49c0-b97d-f9d8a3f7f022} <Debug> TCPHandler: Processed in 0.001352451 sec. | ||
10301 | 2025.07.17 23:59:45.544532 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10302 | 2025.07.17 23:59:45.544636 [ 276 ] {044ce922-b74d-4931-9eb1-add2ab5e8601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10303 | 2025.07.17 23:59:45.544680 [ 276 ] {044ce922-b74d-4931-9eb1-add2ab5e8601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10304 | 2025.07.17 23:59:45.545081 [ 276 ] {044ce922-b74d-4931-9eb1-add2ab5e8601} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10305 | 2025.07.17 23:59:45.545115 [ 276 ] {044ce922-b74d-4931-9eb1-add2ab5e8601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10306 | 2025.07.17 23:59:45.545431 [ 276 ] {044ce922-b74d-4931-9eb1-add2ab5e8601} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
10307 | 2025.07.17 23:59:45.545635 [ 276 ] {044ce922-b74d-4931-9eb1-add2ab5e8601} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10308 | 2025.07.17 23:59:45.545760 [ 276 ] {044ce922-b74d-4931-9eb1-add2ab5e8601} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001142 sec., 140105.07880910684 rows/sec., 9.76 MiB/sec. | ||
10309 | 2025.07.17 23:59:45.545796 [ 276 ] {044ce922-b74d-4931-9eb1-add2ab5e8601} <Debug> TCPHandler: Processed in 0.00131301 sec. | ||
10310 | 2025.07.17 23:59:45.545911 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10311 | 2025.07.17 23:59:45.546005 [ 276 ] {ebfd1e41-048c-4dc3-adce-b2cae9224922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10312 | 2025.07.17 23:59:45.546060 [ 276 ] {ebfd1e41-048c-4dc3-adce-b2cae9224922} <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 | ||
10313 | 2025.07.17 23:59:45.546861 [ 276 ] {ebfd1e41-048c-4dc3-adce-b2cae9224922} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10314 | 2025.07.17 23:59:45.546896 [ 276 ] {ebfd1e41-048c-4dc3-adce-b2cae9224922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10315 | 2025.07.17 23:59:45.547462 [ 276 ] {ebfd1e41-048c-4dc3-adce-b2cae9224922} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
10316 | 2025.07.17 23:59:45.547677 [ 276 ] {ebfd1e41-048c-4dc3-adce-b2cae9224922} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10317 | 2025.07.17 23:59:45.547812 [ 276 ] {ebfd1e41-048c-4dc3-adce-b2cae9224922} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001824 sec., 21929.824561403508 rows/sec., 39.30 MiB/sec. | ||
10318 | 2025.07.17 23:59:45.547864 [ 276 ] {ebfd1e41-048c-4dc3-adce-b2cae9224922} <Debug> TCPHandler: Processed in 0.002008671 sec. | ||
10319 | 2025.07.17 23:59:45.547985 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10320 | 2025.07.17 23:59:45.548081 [ 276 ] {f28b0c38-b0e8-406e-ab85-5b3eebde32a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10321 | 2025.07.17 23:59:45.548123 [ 276 ] {f28b0c38-b0e8-406e-ab85-5b3eebde32a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10322 | 2025.07.17 23:59:45.548455 [ 276 ] {f28b0c38-b0e8-406e-ab85-5b3eebde32a8} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10323 | 2025.07.17 23:59:45.548490 [ 276 ] {f28b0c38-b0e8-406e-ab85-5b3eebde32a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10324 | 2025.07.17 23:59:45.548794 [ 276 ] {f28b0c38-b0e8-406e-ab85-5b3eebde32a8} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
10325 | 2025.07.17 23:59:45.549007 [ 276 ] {f28b0c38-b0e8-406e-ab85-5b3eebde32a8} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10326 | 2025.07.17 23:59:45.549132 [ 276 ] {f28b0c38-b0e8-406e-ab85-5b3eebde32a8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. | ||
10327 | 2025.07.17 23:59:45.549167 [ 276 ] {f28b0c38-b0e8-406e-ab85-5b3eebde32a8} <Debug> TCPHandler: Processed in 0.001239449 sec. | ||
10328 | 2025.07.17 23:59:50.540345 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10329 | 2025.07.17 23:59:50.540595 [ 276 ] {98a04509-2e59-47f5-a64f-9e3212fcc512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10330 | 2025.07.17 23:59:50.540681 [ 276 ] {98a04509-2e59-47f5-a64f-9e3212fcc512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10331 | 2025.07.17 23:59:50.541543 [ 276 ] {98a04509-2e59-47f5-a64f-9e3212fcc512} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10332 | 2025.07.17 23:59:50.541606 [ 276 ] {98a04509-2e59-47f5-a64f-9e3212fcc512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10333 | 2025.07.17 23:59:50.542119 [ 276 ] {98a04509-2e59-47f5-a64f-9e3212fcc512} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
10334 | 2025.07.17 23:59:50.542380 [ 276 ] {98a04509-2e59-47f5-a64f-9e3212fcc512} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10335 | 2025.07.17 23:59:50.542562 [ 276 ] {98a04509-2e59-47f5-a64f-9e3212fcc512} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.002032 sec., 29527.559055118112 rows/sec., 2.29 MiB/sec. | ||
10336 | 2025.07.17 23:59:50.542612 [ 276 ] {98a04509-2e59-47f5-a64f-9e3212fcc512} <Debug> TCPHandler: Processed in 0.002450697 sec. | ||
10337 | 2025.07.17 23:59:50.542774 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10338 | 2025.07.17 23:59:50.542892 [ 276 ] {bcf2408a-fb4a-4642-91a3-4d7fadc468f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10339 | 2025.07.17 23:59:50.542943 [ 276 ] {bcf2408a-fb4a-4642-91a3-4d7fadc468f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10340 | 2025.07.17 23:59:50.544085 [ 276 ] {bcf2408a-fb4a-4642-91a3-4d7fadc468f1} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10341 | 2025.07.17 23:59:50.544128 [ 276 ] {bcf2408a-fb4a-4642-91a3-4d7fadc468f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10342 | 2025.07.17 23:59:50.544497 [ 276 ] {bcf2408a-fb4a-4642-91a3-4d7fadc468f1} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
10343 | 2025.07.17 23:59:50.544764 [ 276 ] {bcf2408a-fb4a-4642-91a3-4d7fadc468f1} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10344 | 2025.07.17 23:59:50.544928 [ 276 ] {bcf2408a-fb4a-4642-91a3-4d7fadc468f1} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.00206 sec., 970.8737864077669 rows/sec., 73.01 KiB/sec. | ||
10345 | 2025.07.17 23:59:50.544942 [ 82 ] {} <Debug> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
10346 | 2025.07.17 23:59:50.544976 [ 276 ] {bcf2408a-fb4a-4642-91a3-4d7fadc468f1} <Debug> TCPHandler: Processed in 0.002261475 sec. | ||
10347 | 2025.07.17 23:59:50.545032 [ 82 ] {} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10348 | 2025.07.17 23:59:50.545100 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10349 | 2025.07.17 23:59:50.545155 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10350 | 2025.07.17 23:59:50.545264 [ 276 ] {8fd06f27-233d-4603-8d4d-4c3e9447b7b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10351 | 2025.07.17 23:59:50.545288 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
10352 | 2025.07.17 23:59:50.545311 [ 276 ] {8fd06f27-233d-4603-8d4d-4c3e9447b7b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10353 | 2025.07.17 23:59:50.545501 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10354 | 2025.07.17 23:59:50.545551 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 72 rows starting from the beginning of the part | ||
10355 | 2025.07.17 23:59:50.545644 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 2 rows starting from the beginning of the part | ||
10356 | 2025.07.17 23:59:50.545707 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 40 rows starting from the beginning of the part | ||
10357 | 2025.07.17 23:59:50.545769 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 16 rows starting from the beginning of the part | ||
10358 | 2025.07.17 23:59:50.545822 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 40 rows starting from the beginning of the part | ||
10359 | 2025.07.17 23:59:50.545877 [ 200 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 2 rows starting from the beginning of the part | ||
10360 | 2025.07.17 23:59:50.545908 [ 276 ] {8fd06f27-233d-4603-8d4d-4c3e9447b7b0} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10361 | 2025.07.17 23:59:50.545957 [ 276 ] {8fd06f27-233d-4603-8d4d-4c3e9447b7b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10362 | 2025.07.17 23:59:50.546379 [ 276 ] {8fd06f27-233d-4603-8d4d-4c3e9447b7b0} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
10363 | 2025.07.17 23:59:50.546685 [ 276 ] {8fd06f27-233d-4603-8d4d-4c3e9447b7b0} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10364 | 2025.07.17 23:59:50.546868 [ 276 ] {8fd06f27-233d-4603-8d4d-4c3e9447b7b0} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001625 sec., 40615.38461538462 rows/sec., 3.17 MiB/sec. | ||
10365 | 2025.07.17 23:59:50.546921 [ 276 ] {8fd06f27-233d-4603-8d4d-4c3e9447b7b0} <Debug> TCPHandler: Processed in 0.001822639 sec. | ||
10366 | 2025.07.17 23:59:50.546976 [ 199 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 172 rows, containing 5 columns (5 merged, 0 gathered) in 0.001771437 sec., 97096.31220303064 rows/sec., 7.51 MiB/sec. | ||
10367 | 2025.07.17 23:59:50.547076 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10368 | 2025.07.17 23:59:50.547179 [ 188 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
10369 | 2025.07.17 23:59:50.547190 [ 276 ] {041f95e3-4ee0-4171-b416-5846d00f4d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10370 | 2025.07.17 23:59:50.547259 [ 276 ] {041f95e3-4ee0-4171-b416-5846d00f4d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10371 | 2025.07.17 23:59:50.547535 [ 188 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_86_17} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10372 | 2025.07.17 23:59:50.547633 [ 188 ] {09ae68df-0cf3-43f4-961f-fafa83a8c715::all_1_86_17} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
10373 | 2025.07.17 23:59:50.547741 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
10374 | 2025.07.17 23:59:50.547825 [ 276 ] {041f95e3-4ee0-4171-b416-5846d00f4d16} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10375 | 2025.07.17 23:59:50.547875 [ 276 ] {041f95e3-4ee0-4171-b416-5846d00f4d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10376 | 2025.07.17 23:59:50.548324 [ 276 ] {041f95e3-4ee0-4171-b416-5846d00f4d16} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
10377 | 2025.07.17 23:59:50.548597 [ 276 ] {041f95e3-4ee0-4171-b416-5846d00f4d16} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10378 | 2025.07.17 23:59:50.548758 [ 276 ] {041f95e3-4ee0-4171-b416-5846d00f4d16} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00159 sec., 100628.93081761006 rows/sec., 7.01 MiB/sec. | ||
10379 | 2025.07.17 23:59:50.548865 [ 276 ] {041f95e3-4ee0-4171-b416-5846d00f4d16} <Debug> TCPHandler: Processed in 0.001846038 sec. | ||
10380 | 2025.07.17 23:59:50.549022 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10381 | 2025.07.17 23:59:50.549124 [ 276 ] {a15a9172-30ac-4ac0-a11f-fe3f49334308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10382 | 2025.07.17 23:59:50.549195 [ 276 ] {a15a9172-30ac-4ac0-a11f-fe3f49334308} <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 | ||
10383 | 2025.07.17 23:59:50.550178 [ 276 ] {a15a9172-30ac-4ac0-a11f-fe3f49334308} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10384 | 2025.07.17 23:59:50.550224 [ 276 ] {a15a9172-30ac-4ac0-a11f-fe3f49334308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10385 | 2025.07.17 23:59:50.550867 [ 276 ] {a15a9172-30ac-4ac0-a11f-fe3f49334308} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
10386 | 2025.07.17 23:59:50.551140 [ 276 ] {a15a9172-30ac-4ac0-a11f-fe3f49334308} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10387 | 2025.07.17 23:59:50.551301 [ 276 ] {a15a9172-30ac-4ac0-a11f-fe3f49334308} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002198 sec., 909.9181073703368 rows/sec., 1.63 MiB/sec. | ||
10388 | 2025.07.17 23:59:50.551377 [ 276 ] {a15a9172-30ac-4ac0-a11f-fe3f49334308} <Debug> TCPHandler: Processed in 0.002409737 sec. | ||
10389 | 2025.07.17 23:59:50.551537 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10390 | 2025.07.17 23:59:50.551647 [ 276 ] {3ccca437-8013-4e5d-aa4f-17b6e75964b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10391 | 2025.07.17 23:59:50.551698 [ 276 ] {3ccca437-8013-4e5d-aa4f-17b6e75964b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10392 | 2025.07.17 23:59:50.552162 [ 276 ] {3ccca437-8013-4e5d-aa4f-17b6e75964b6} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10393 | 2025.07.17 23:59:50.552200 [ 276 ] {3ccca437-8013-4e5d-aa4f-17b6e75964b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10394 | 2025.07.17 23:59:50.552563 [ 276 ] {3ccca437-8013-4e5d-aa4f-17b6e75964b6} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
10395 | 2025.07.17 23:59:50.552845 [ 276 ] {3ccca437-8013-4e5d-aa4f-17b6e75964b6} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10396 | 2025.07.17 23:59:50.553007 [ 276 ] {3ccca437-8013-4e5d-aa4f-17b6e75964b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec. | ||
10397 | 2025.07.17 23:59:50.553053 [ 276 ] {3ccca437-8013-4e5d-aa4f-17b6e75964b6} <Debug> TCPHandler: Processed in 0.001574174 sec. | ||
10398 | 2025.07.17 23:59:50.777703 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768 | ||
10399 | 2025.07.17 23:59:50.778354 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10400 | 2025.07.17 23:59:50.778415 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10401 | 2025.07.17 23:59:50.779019 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10402 | 2025.07.17 23:59:50.779307 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10403 | 2025.07.17 23:59:50.779502 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768 | ||
10404 | 2025.07.17 23:59:52.448598 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 | ||
10405 | 2025.07.17 23:59:52.465829 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10406 | 2025.07.17 23:59:52.465894 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10407 | 2025.07.17 23:59:52.472261 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10408 | 2025.07.17 23:59:52.472977 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10409 | 2025.07.17 23:59:52.475984 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
10410 | 2025.07.17 23:59:52.505824 [ 81 ] {} <Debug> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
10411 | 2025.07.17 23:59:52.505898 [ 81 ] {} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10412 | 2025.07.17 23:59:52.505929 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10413 | 2025.07.17 23:59:52.506060 [ 195 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
10414 | 2025.07.17 23:59:52.506216 [ 195 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10415 | 2025.07.17 23:59:52.506256 [ 195 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 253 rows starting from the beginning of the part | ||
10416 | 2025.07.17 23:59:52.506333 [ 195 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 252 rows starting from the beginning of the part | ||
10417 | 2025.07.17 23:59:52.506388 [ 195 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 252 rows starting from the beginning of the part | ||
10418 | 2025.07.17 23:59:52.506440 [ 195 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 252 rows starting from the beginning of the part | ||
10419 | 2025.07.17 23:59:52.506489 [ 195 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 252 rows starting from the beginning of the part | ||
10420 | 2025.07.17 23:59:52.507593 [ 188 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1261 rows, containing 5 columns (5 merged, 0 gathered) in 0.001592004 sec., 792083.436976289 rows/sec., 57.80 MiB/sec. | ||
10421 | 2025.07.17 23:59:52.507743 [ 188 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
10422 | 2025.07.17 23:59:52.508000 [ 188 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_17_4} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10423 | 2025.07.17 23:59:52.508075 [ 188 ] {346eacbd-e1c8-40fb-b0d9-7060555ff9c4::all_1_17_4} <Trace> oximeter.fields_u32 (346eacbd-e1c8-40fb-b0d9-7060555ff9c4) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
10424 | 2025.07.17 23:59:52.508167 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
10425 | 2025.07.17 23:59:53.347820 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1420 | ||
10426 | 2025.07.17 23:59:53.350029 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10427 | 2025.07.17 23:59:53.350079 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10428 | 2025.07.17 23:59:53.351258 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10429 | 2025.07.17 23:59:53.351520 [ 242 ] {} <Trace> system.query_log (fffc79bd-d093-4609-b94c-831763790625): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10430 | 2025.07.17 23:59:53.351780 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1420 | ||
10431 | 2025.07.17 23:59:55.539508 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10432 | 2025.07.17 23:59:55.539714 [ 276 ] {8012d6a6-f90f-4ecd-a16f-f665b3dea731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
10433 | 2025.07.17 23:59:55.539791 [ 276 ] {8012d6a6-f90f-4ecd-a16f-f665b3dea731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10434 | 2025.07.17 23:59:55.540496 [ 276 ] {8012d6a6-f90f-4ecd-a16f-f665b3dea731} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10435 | 2025.07.17 23:59:55.540548 [ 276 ] {8012d6a6-f90f-4ecd-a16f-f665b3dea731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10436 | 2025.07.17 23:59:55.540930 [ 276 ] {8012d6a6-f90f-4ecd-a16f-f665b3dea731} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10437 | 2025.07.17 23:59:55.541168 [ 276 ] {8012d6a6-f90f-4ecd-a16f-f665b3dea731} <Trace> oximeter.fields_ipaddr (1edba5ff-13a5-4ccc-9a81-af0f57fef307): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10438 | 2025.07.17 23:59:55.541330 [ 276 ] {8012d6a6-f90f-4ecd-a16f-f665b3dea731} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001671 sec., 1196.888090963495 rows/sec., 97.60 KiB/sec. | ||
10439 | 2025.07.17 23:59:55.541381 [ 276 ] {8012d6a6-f90f-4ecd-a16f-f665b3dea731} <Debug> TCPHandler: Processed in 0.002011611 sec. | ||
10440 | 2025.07.17 23:59:55.541505 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10441 | 2025.07.17 23:59:55.541608 [ 276 ] {fb4f8e0e-452e-4705-bb00-11e35e4f4f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10442 | 2025.07.17 23:59:55.541651 [ 276 ] {fb4f8e0e-452e-4705-bb00-11e35e4f4f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10443 | 2025.07.17 23:59:55.542130 [ 276 ] {fb4f8e0e-452e-4705-bb00-11e35e4f4f39} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10444 | 2025.07.17 23:59:55.542167 [ 276 ] {fb4f8e0e-452e-4705-bb00-11e35e4f4f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10445 | 2025.07.17 23:59:55.542486 [ 276 ] {fb4f8e0e-452e-4705-bb00-11e35e4f4f39} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
10446 | 2025.07.17 23:59:55.542701 [ 276 ] {fb4f8e0e-452e-4705-bb00-11e35e4f4f39} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10447 | 2025.07.17 23:59:55.542825 [ 78 ] {} <Debug> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0 | ||
10448 | 2025.07.17 23:59:55.542832 [ 276 ] {fb4f8e0e-452e-4705-bb00-11e35e4f4f39} <Debug> executeQuery: Read 137 rows, 12.07 KiB in 0.001246 sec., 109951.84590690209 rows/sec., 9.46 MiB/sec. | ||
10449 | 2025.07.17 23:59:55.542899 [ 78 ] {} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10450 | 2025.07.17 23:59:55.542917 [ 276 ] {fb4f8e0e-452e-4705-bb00-11e35e4f4f39} <Debug> TCPHandler: Processed in 0.001464343 sec. | ||
10451 | 2025.07.17 23:59:55.542926 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10452 | 2025.07.17 23:59:55.543035 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_95_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_90_18 to all_95_95_0 into Compact with storage Full | ||
10453 | 2025.07.17 23:59:55.543036 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10454 | 2025.07.17 23:59:55.543155 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_95_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10455 | 2025.07.17 23:59:55.543156 [ 276 ] {8d6767c6-e0e3-4fb0-8a15-9c46f26bb9e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10456 | 2025.07.17 23:59:55.543197 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_90_18, total 1411 rows starting from the beginning of the part | ||
10457 | 2025.07.17 23:59:55.543216 [ 276 ] {8d6767c6-e0e3-4fb0-8a15-9c46f26bb9e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10458 | 2025.07.17 23:59:55.543270 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 136 rows starting from the beginning of the part | ||
10459 | 2025.07.17 23:59:55.543321 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 1321 rows starting from the beginning of the part | ||
10460 | 2025.07.17 23:59:55.543368 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 136 rows starting from the beginning of the part | ||
10461 | 2025.07.17 23:59:55.543407 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part | ||
10462 | 2025.07.17 23:59:55.543448 [ 190 ] {97e9e053-2700-4610-a493-547689adb125::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 137 rows starting from the beginning of the part | ||
10463 | 2025.07.17 23:59:55.543630 [ 276 ] {8d6767c6-e0e3-4fb0-8a15-9c46f26bb9e1} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10464 | 2025.07.17 23:59:55.543671 [ 276 ] {8d6767c6-e0e3-4fb0-8a15-9c46f26bb9e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB. | ||
10465 | 2025.07.17 23:59:55.543990 [ 276 ] {8d6767c6-e0e3-4fb0-8a15-9c46f26bb9e1} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
10466 | 2025.07.17 23:59:55.544208 [ 276 ] {8d6767c6-e0e3-4fb0-8a15-9c46f26bb9e1} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10467 | 2025.07.17 23:59:55.544343 [ 276 ] {8d6767c6-e0e3-4fb0-8a15-9c46f26bb9e1} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.001205 sec., 34854.77178423237 rows/sec., 2.55 MiB/sec. | ||
10468 | 2025.07.17 23:59:55.544381 [ 276 ] {8d6767c6-e0e3-4fb0-8a15-9c46f26bb9e1} <Debug> TCPHandler: Processed in 0.001393751 sec. | ||
10469 | 2025.07.17 23:59:55.544489 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10470 | 2025.07.17 23:59:55.544582 [ 276 ] {26f6cc8a-eb82-4a62-ad12-4c3c4e8610cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10471 | 2025.07.17 23:59:55.544622 [ 276 ] {26f6cc8a-eb82-4a62-ad12-4c3c4e8610cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10472 | 2025.07.17 23:59:55.544862 [ 188 ] {97e9e053-2700-4610-a493-547689adb125::all_1_95_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3201 rows, containing 5 columns (5 merged, 0 gathered) in 0.001865448 sec., 1715941.6933626668 rows/sec., 149.99 MiB/sec. | ||
10473 | 2025.07.17 23:59:55.545047 [ 276 ] {26f6cc8a-eb82-4a62-ad12-4c3c4e8610cb} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10474 | 2025.07.17 23:59:55.545089 [ 276 ] {26f6cc8a-eb82-4a62-ad12-4c3c4e8610cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB. | ||
10475 | 2025.07.17 23:59:55.545166 [ 200 ] {97e9e053-2700-4610-a493-547689adb125::all_1_95_19} <Trace> MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) | ||
10476 | 2025.07.17 23:59:55.545417 [ 276 ] {26f6cc8a-eb82-4a62-ad12-4c3c4e8610cb} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
10477 | 2025.07.17 23:59:55.545525 [ 200 ] {97e9e053-2700-4610-a493-547689adb125::all_1_95_19} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10478 | 2025.07.17 23:59:55.545623 [ 200 ] {97e9e053-2700-4610-a493-547689adb125::all_1_95_19} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19 | ||
10479 | 2025.07.17 23:59:55.545672 [ 276 ] {26f6cc8a-eb82-4a62-ad12-4c3c4e8610cb} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10480 | 2025.07.17 23:59:55.545748 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
10481 | 2025.07.17 23:59:55.545799 [ 78 ] {} <Debug> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0 | ||
10482 | 2025.07.17 23:59:55.545809 [ 276 ] {26f6cc8a-eb82-4a62-ad12-4c3c4e8610cb} <Debug> executeQuery: Read 106 rows, 8.48 KiB in 0.001245 sec., 85140.56224899598 rows/sec., 6.65 MiB/sec. | ||
10483 | 2025.07.17 23:59:55.545840 [ 78 ] {} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10484 | 2025.07.17 23:59:55.545862 [ 276 ] {26f6cc8a-eb82-4a62-ad12-4c3c4e8610cb} <Debug> TCPHandler: Processed in 0.001421722 sec. | ||
10485 | 2025.07.17 23:59:55.545864 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10486 | 2025.07.17 23:59:55.545943 [ 190 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_95_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_90_18 to all_95_95_0 into Compact with storage Full | ||
10487 | 2025.07.17 23:59:55.545982 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10488 | 2025.07.17 23:59:55.546029 [ 190 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_95_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10489 | 2025.07.17 23:59:55.546061 [ 190 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_90_18, total 634 rows starting from the beginning of the part | ||
10490 | 2025.07.17 23:59:55.546105 [ 190 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 104 rows starting from the beginning of the part | ||
10491 | 2025.07.17 23:59:55.546108 [ 276 ] {5a25b878-e0c6-492c-96c3-ea61396033c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10492 | 2025.07.17 23:59:55.546143 [ 190 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 560 rows starting from the beginning of the part | ||
10493 | 2025.07.17 23:59:55.546164 [ 276 ] {5a25b878-e0c6-492c-96c3-ea61396033c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10494 | 2025.07.17 23:59:55.546181 [ 190 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 104 rows starting from the beginning of the part | ||
10495 | 2025.07.17 23:59:55.546221 [ 190 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 66 rows starting from the beginning of the part | ||
10496 | 2025.07.17 23:59:55.546250 [ 190 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 106 rows starting from the beginning of the part | ||
10497 | 2025.07.17 23:59:55.546580 [ 276 ] {5a25b878-e0c6-492c-96c3-ea61396033c9} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10498 | 2025.07.17 23:59:55.546621 [ 276 ] {5a25b878-e0c6-492c-96c3-ea61396033c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB. | ||
10499 | 2025.07.17 23:59:55.546975 [ 276 ] {5a25b878-e0c6-492c-96c3-ea61396033c9} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
10500 | 2025.07.17 23:59:55.547166 [ 186 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_95_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1574 rows, containing 5 columns (5 merged, 0 gathered) in 0.001247259 sec., 1261967.2417677485 rows/sec., 100.59 MiB/sec. | ||
10501 | 2025.07.17 23:59:55.547192 [ 276 ] {5a25b878-e0c6-492c-96c3-ea61396033c9} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10502 | 2025.07.17 23:59:55.547328 [ 276 ] {5a25b878-e0c6-492c-96c3-ea61396033c9} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001238 sec., 130048.46526655897 rows/sec., 9.06 MiB/sec. | ||
10503 | 2025.07.17 23:59:55.547344 [ 194 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_95_19} <Trace> MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) | ||
10504 | 2025.07.17 23:59:55.547368 [ 276 ] {5a25b878-e0c6-492c-96c3-ea61396033c9} <Debug> TCPHandler: Processed in 0.001435702 sec. | ||
10505 | 2025.07.17 23:59:55.547486 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10506 | 2025.07.17 23:59:55.547583 [ 276 ] {b63841d9-4d09-48c1-bbcb-b2d364f164a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10507 | 2025.07.17 23:59:55.547615 [ 194 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_95_19} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10508 | 2025.07.17 23:59:55.547639 [ 276 ] {b63841d9-4d09-48c1-bbcb-b2d364f164a4} <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 | ||
10509 | 2025.07.17 23:59:55.547690 [ 194 ] {fd1f06a0-857b-4769-b95b-e6fda28d3af6::all_1_95_19} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19 | ||
10510 | 2025.07.17 23:59:55.547762 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
10511 | 2025.07.17 23:59:55.548465 [ 276 ] {b63841d9-4d09-48c1-bbcb-b2d364f164a4} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10512 | 2025.07.17 23:59:55.548506 [ 276 ] {b63841d9-4d09-48c1-bbcb-b2d364f164a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10513 | 2025.07.17 23:59:55.549084 [ 276 ] {b63841d9-4d09-48c1-bbcb-b2d364f164a4} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
10514 | 2025.07.17 23:59:55.549313 [ 276 ] {b63841d9-4d09-48c1-bbcb-b2d364f164a4} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10515 | 2025.07.17 23:59:55.549457 [ 276 ] {b63841d9-4d09-48c1-bbcb-b2d364f164a4} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.001892 sec., 21141.649048625794 rows/sec., 37.88 MiB/sec. | ||
10516 | 2025.07.17 23:59:55.549513 [ 276 ] {b63841d9-4d09-48c1-bbcb-b2d364f164a4} <Debug> TCPHandler: Processed in 0.002075802 sec. | ||
10517 | 2025.07.17 23:59:55.549621 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10518 | 2025.07.17 23:59:55.549715 [ 276 ] {121b6c39-e4fb-4a55-b09b-a9f4396a6f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10519 | 2025.07.17 23:59:55.549756 [ 276 ] {121b6c39-e4fb-4a55-b09b-a9f4396a6f65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10520 | 2025.07.17 23:59:55.550087 [ 276 ] {121b6c39-e4fb-4a55-b09b-a9f4396a6f65} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10521 | 2025.07.17 23:59:55.550124 [ 276 ] {121b6c39-e4fb-4a55-b09b-a9f4396a6f65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.73 GiB. | ||
10522 | 2025.07.17 23:59:55.550435 [ 276 ] {121b6c39-e4fb-4a55-b09b-a9f4396a6f65} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
10523 | 2025.07.17 23:59:55.550647 [ 276 ] {121b6c39-e4fb-4a55-b09b-a9f4396a6f65} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10524 | 2025.07.17 23:59:55.550775 [ 276 ] {121b6c39-e4fb-4a55-b09b-a9f4396a6f65} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. | ||
10525 | 2025.07.17 23:59:55.550812 [ 276 ] {121b6c39-e4fb-4a55-b09b-a9f4396a6f65} <Debug> TCPHandler: Processed in 0.001239829 sec. | ||
10526 | 2025.07.17 23:59:58.095027 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10527 | 2025.07.17 23:59:58.095097 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10528 | 2025.07.17 23:59:58.279617 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256 | ||
10529 | 2025.07.17 23:59:58.280129 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10530 | 2025.07.17 23:59:58.280169 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB. | ||
10531 | 2025.07.17 23:59:58.280657 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10532 | 2025.07.17 23:59:58.280889 [ 243 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10533 | 2025.07.17 23:59:58.281024 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
10534 | 2025.07.17 23:59:58.281059 [ 73 ] {} <Debug> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10535 | 2025.07.17 23:59:58.281127 [ 73 ] {} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10536 | 2025.07.17 23:59:58.281150 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB. | ||
10537 | 2025.07.17 23:59:58.281278 [ 188 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
10538 | 2025.07.17 23:59:58.281429 [ 188 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10539 | 2025.07.17 23:59:58.281472 [ 188 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27938 rows starting from the beginning of the part | ||
10540 | 2025.07.17 23:59:58.281541 [ 188 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part | ||
10541 | 2025.07.17 23:59:58.281593 [ 188 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part | ||
10542 | 2025.07.17 23:59:58.281641 [ 188 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part | ||
10543 | 2025.07.17 23:59:58.281687 [ 188 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part | ||
10544 | 2025.07.17 23:59:58.281732 [ 188 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part | ||
10545 | 2025.07.17 23:59:58.284224 [ 192 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.003006786 sec., 10062571.795930937 rows/sec., 143.95 MiB/sec. | ||
10546 | 2025.07.17 23:59:58.284482 [ 188 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10547 | 2025.07.17 23:59:58.284736 [ 188 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_66_13} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10548 | 2025.07.17 23:59:58.284804 [ 188 ] {8b08a409-a4a2-4bf4-92cc-82f94378146a::all_1_66_13} <Trace> system.asynchronous_metric_log (8b08a409-a4a2-4bf4-92cc-82f94378146a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10549 | 2025.07.17 23:59:58.284872 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. | ||
10550 | 2025.07.17 23:59:59.977026 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 | ||
10551 | 2025.07.17 23:59:59.994294 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10552 | 2025.07.17 23:59:59.994349 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB. | ||
10553 | 2025.07.18 00:00:00.000196 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 330.98 MiB, peak 338.17 MiB, free memory in arenas 0.00 B, will set to 326.46 MiB (RSS), difference: -4.52 MiB | ||
10554 | 2025.07.18 00:00:00.000683 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10555 | 2025.07.18 00:00:00.001405 [ 244 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10556 | 2025.07.18 00:00:00.001714 [ 72 ] {} <Debug> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10557 | 2025.07.18 00:00:00.001751 [ 72 ] {} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10558 | 2025.07.18 00:00:00.001771 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB. | ||
10559 | 2025.07.18 00:00:00.001927 [ 186 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
10560 | 2025.07.18 00:00:00.004798 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 497 | ||
10561 | 2025.07.18 00:00:00.005804 [ 186 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10562 | 2025.07.18 00:00:00.007217 [ 186 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part | ||
10563 | 2025.07.18 00:00:00.011821 [ 186 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 7 rows starting from the beginning of the part | ||
10564 | 2025.07.18 00:00:00.016366 [ 186 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 8 rows starting from the beginning of the part | ||
10565 | 2025.07.18 00:00:00.020831 [ 186 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 7 rows starting from the beginning of the part | ||
10566 | 2025.07.18 00:00:00.025435 [ 186 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part | ||
10567 | 2025.07.18 00:00:00.029353 [ 186 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 7 rows starting from the beginning of the part | ||
10568 | 2025.07.18 00:00:00.081127 [ 192 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.079279581 sec., 6268.953414372863 rows/sec., 32.42 MiB/sec. | ||
10569 | 2025.07.18 00:00:00.084344 [ 197 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10570 | 2025.07.18 00:00:00.086350 [ 197 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_66_13} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10571 | 2025.07.18 00:00:00.086458 [ 197 ] {d4768c0c-f18f-4dda-892c-af3c76eeee40::all_1_66_13} <Trace> system.metric_log (d4768c0c-f18f-4dda-892c-af3c76eeee40) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10572 | 2025.07.18 00:00:00.089318 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
10573 | 2025.07.18 00:00:00.539676 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10574 | 2025.07.18 00:00:00.539872 [ 276 ] {efbef9c1-45f7-4ccc-9a4a-5ab7b1f2aece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10575 | 2025.07.18 00:00:00.539952 [ 276 ] {efbef9c1-45f7-4ccc-9a4a-5ab7b1f2aece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10576 | 2025.07.18 00:00:00.540736 [ 276 ] {efbef9c1-45f7-4ccc-9a4a-5ab7b1f2aece} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10577 | 2025.07.18 00:00:00.540787 [ 276 ] {efbef9c1-45f7-4ccc-9a4a-5ab7b1f2aece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB. | ||
10578 | 2025.07.18 00:00:00.541207 [ 276 ] {efbef9c1-45f7-4ccc-9a4a-5ab7b1f2aece} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
10579 | 2025.07.18 00:00:00.541461 [ 276 ] {efbef9c1-45f7-4ccc-9a4a-5ab7b1f2aece} <Trace> oximeter.fields_string (97e9e053-2700-4610-a493-547689adb125): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10580 | 2025.07.18 00:00:00.541627 [ 276 ] {efbef9c1-45f7-4ccc-9a4a-5ab7b1f2aece} <Debug> executeQuery: Read 60 rows, 4.77 KiB in 0.00181 sec., 33149.17127071823 rows/sec., 2.57 MiB/sec. | ||
10581 | 2025.07.18 00:00:00.541684 [ 276 ] {efbef9c1-45f7-4ccc-9a4a-5ab7b1f2aece} <Debug> TCPHandler: Processed in 0.002161313 sec. | ||
10582 | 2025.07.18 00:00:00.541856 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10583 | 2025.07.18 00:00:00.541986 [ 276 ] {0dccc6a3-839d-441c-bf59-f0692f3d4f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10584 | 2025.07.18 00:00:00.542035 [ 276 ] {0dccc6a3-839d-441c-bf59-f0692f3d4f10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10585 | 2025.07.18 00:00:00.542546 [ 276 ] {0dccc6a3-839d-441c-bf59-f0692f3d4f10} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10586 | 2025.07.18 00:00:00.542593 [ 276 ] {0dccc6a3-839d-441c-bf59-f0692f3d4f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB. | ||
10587 | 2025.07.18 00:00:00.542980 [ 276 ] {0dccc6a3-839d-441c-bf59-f0692f3d4f10} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
10588 | 2025.07.18 00:00:00.543221 [ 276 ] {0dccc6a3-839d-441c-bf59-f0692f3d4f10} <Trace> oximeter.fields_u16 (09ae68df-0cf3-43f4-961f-fafa83a8c715): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10589 | 2025.07.18 00:00:00.543372 [ 276 ] {0dccc6a3-839d-441c-bf59-f0692f3d4f10} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.00142 sec., 1408.4507042253522 rows/sec., 105.91 KiB/sec. | ||
10590 | 2025.07.18 00:00:00.543420 [ 276 ] {0dccc6a3-839d-441c-bf59-f0692f3d4f10} <Debug> TCPHandler: Processed in 0.001629925 sec. | ||
10591 | 2025.07.18 00:00:00.543560 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10592 | 2025.07.18 00:00:00.543661 [ 276 ] {dd149bba-f9c5-483a-ada4-d90e894781bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10593 | 2025.07.18 00:00:00.543705 [ 276 ] {dd149bba-f9c5-483a-ada4-d90e894781bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10594 | 2025.07.18 00:00:00.544177 [ 276 ] {dd149bba-f9c5-483a-ada4-d90e894781bb} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10595 | 2025.07.18 00:00:00.544218 [ 276 ] {dd149bba-f9c5-483a-ada4-d90e894781bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB. | ||
10596 | 2025.07.18 00:00:00.544611 [ 276 ] {dd149bba-f9c5-483a-ada4-d90e894781bb} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
10597 | 2025.07.18 00:00:00.544920 [ 276 ] {dd149bba-f9c5-483a-ada4-d90e894781bb} <Trace> oximeter.fields_uuid (fd1f06a0-857b-4769-b95b-e6fda28d3af6): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10598 | 2025.07.18 00:00:00.545093 [ 276 ] {dd149bba-f9c5-483a-ada4-d90e894781bb} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00145 sec., 45517.24137931035 rows/sec., 3.55 MiB/sec. | ||
10599 | 2025.07.18 00:00:00.545149 [ 276 ] {dd149bba-f9c5-483a-ada4-d90e894781bb} <Debug> TCPHandler: Processed in 0.001644385 sec. | ||
10600 | 2025.07.18 00:00:00.545311 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10601 | 2025.07.18 00:00:00.545426 [ 276 ] {d7722e7b-82b6-4ce1-a563-00c2f7072236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10602 | 2025.07.18 00:00:00.545484 [ 276 ] {d7722e7b-82b6-4ce1-a563-00c2f7072236} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10603 | 2025.07.18 00:00:00.546069 [ 276 ] {d7722e7b-82b6-4ce1-a563-00c2f7072236} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10604 | 2025.07.18 00:00:00.546115 [ 276 ] {d7722e7b-82b6-4ce1-a563-00c2f7072236} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB. | ||
10605 | 2025.07.18 00:00:00.546535 [ 276 ] {d7722e7b-82b6-4ce1-a563-00c2f7072236} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
10606 | 2025.07.18 00:00:00.546782 [ 276 ] {d7722e7b-82b6-4ce1-a563-00c2f7072236} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10607 | 2025.07.18 00:00:00.546923 [ 276 ] {d7722e7b-82b6-4ce1-a563-00c2f7072236} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001521 sec., 105193.9513477975 rows/sec., 7.33 MiB/sec. | ||
10608 | 2025.07.18 00:00:00.546929 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
10609 | 2025.07.18 00:00:00.546966 [ 276 ] {d7722e7b-82b6-4ce1-a563-00c2f7072236} <Debug> TCPHandler: Processed in 0.001716047 sec. | ||
10610 | 2025.07.18 00:00:00.547006 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10611 | 2025.07.18 00:00:00.547043 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB. | ||
10612 | 2025.07.18 00:00:00.547113 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10613 | 2025.07.18 00:00:00.547159 [ 192 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
10614 | 2025.07.18 00:00:00.547228 [ 276 ] {081bea4e-3a81-45f7-9f38-9ffd4261ff05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10615 | 2025.07.18 00:00:00.547288 [ 192 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10616 | 2025.07.18 00:00:00.547309 [ 276 ] {081bea4e-3a81-45f7-9f38-9ffd4261ff05} <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 | ||
10617 | 2025.07.18 00:00:00.547332 [ 192 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 25972 rows starting from the beginning of the part | ||
10618 | 2025.07.18 00:00:00.547409 [ 192 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 917 rows starting from the beginning of the part | ||
10619 | 2025.07.18 00:00:00.547466 [ 192 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
10620 | 2025.07.18 00:00:00.547533 [ 192 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part | ||
10621 | 2025.07.18 00:00:00.547599 [ 192 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 161 rows starting from the beginning of the part | ||
10622 | 2025.07.18 00:00:00.547649 [ 192 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part | ||
10623 | 2025.07.18 00:00:00.548285 [ 276 ] {081bea4e-3a81-45f7-9f38-9ffd4261ff05} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10624 | 2025.07.18 00:00:00.548330 [ 276 ] {081bea4e-3a81-45f7-9f38-9ffd4261ff05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB. | ||
10625 | 2025.07.18 00:00:00.549336 [ 276 ] {081bea4e-3a81-45f7-9f38-9ffd4261ff05} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
10626 | 2025.07.18 00:00:00.549651 [ 276 ] {081bea4e-3a81-45f7-9f38-9ffd4261ff05} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10627 | 2025.07.18 00:00:00.549818 [ 72 ] {} <Debug> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
10628 | 2025.07.18 00:00:00.549824 [ 276 ] {081bea4e-3a81-45f7-9f38-9ffd4261ff05} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.00262 sec., 763.3587786259542 rows/sec., 1.37 MiB/sec. | ||
10629 | 2025.07.18 00:00:00.549869 [ 72 ] {} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10630 | 2025.07.18 00:00:00.549902 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB. | ||
10631 | 2025.07.18 00:00:00.549925 [ 276 ] {081bea4e-3a81-45f7-9f38-9ffd4261ff05} <Debug> TCPHandler: Processed in 0.002861204 sec. | ||
10632 | 2025.07.18 00:00:00.550057 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
10633 | 2025.07.18 00:00:00.550089 [ 276 ] {} <Trace> TCP-Session: a1fc1b56-a0a6-41af-bb50-eb69ea80df65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10634 | 2025.07.18 00:00:00.550207 [ 276 ] {88971fd4-5a39-4ffc-81ec-a4fe60a63a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39576) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10635 | 2025.07.18 00:00:00.550260 [ 276 ] {88971fd4-5a39-4ffc-81ec-a4fe60a63a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10636 | 2025.07.18 00:00:00.550333 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10637 | 2025.07.18 00:00:00.550407 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1765 rows starting from the beginning of the part | ||
10638 | 2025.07.18 00:00:00.550582 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 2 rows starting from the beginning of the part | ||
10639 | 2025.07.18 00:00:00.550713 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 40 rows starting from the beginning of the part | ||
10640 | 2025.07.18 00:00:00.550736 [ 276 ] {88971fd4-5a39-4ffc-81ec-a4fe60a63a4c} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10641 | 2025.07.18 00:00:00.550788 [ 276 ] {88971fd4-5a39-4ffc-81ec-a4fe60a63a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB. | ||
10642 | 2025.07.18 00:00:00.550822 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 2 rows starting from the beginning of the part | ||
10643 | 2025.07.18 00:00:00.550927 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 40 rows starting from the beginning of the part | ||
10644 | 2025.07.18 00:00:00.551029 [ 198 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 2 rows starting from the beginning of the part | ||
10645 | 2025.07.18 00:00:00.551509 [ 276 ] {88971fd4-5a39-4ffc-81ec-a4fe60a63a4c} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
10646 | 2025.07.18 00:00:00.551796 [ 276 ] {88971fd4-5a39-4ffc-81ec-a4fe60a63a4c} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10647 | 2025.07.18 00:00:00.551986 [ 276 ] {88971fd4-5a39-4ffc-81ec-a4fe60a63a4c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001803 sec., 33277.87021630616 rows/sec., 2.24 MiB/sec. | ||
10648 | 2025.07.18 00:00:00.551998 [ 72 ] {} <Debug> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
10649 | 2025.07.18 00:00:00.552041 [ 276 ] {88971fd4-5a39-4ffc-81ec-a4fe60a63a4c} <Debug> TCPHandler: Processed in 0.002012291 sec. | ||
10650 | 2025.07.18 00:00:00.552054 [ 72 ] {} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10651 | 2025.07.18 00:00:00.552094 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.72 GiB. | ||
10652 | 2025.07.18 00:00:00.552236 [ 187 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
10653 | 2025.07.18 00:00:00.552435 [ 187 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10654 | 2025.07.18 00:00:00.552490 [ 187 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5208 rows starting from the beginning of the part | ||
10655 | 2025.07.18 00:00:00.552580 [ 187 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part | ||
10656 | 2025.07.18 00:00:00.552644 [ 187 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
10657 | 2025.07.18 00:00:00.552705 [ 187 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part | ||
10658 | 2025.07.18 00:00:00.552764 [ 187 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
10659 | 2025.07.18 00:00:00.552816 [ 187 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part | ||
10660 | 2025.07.18 00:00:00.557703 [ 201 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5508 rows, containing 4 columns (4 merged, 0 gathered) in 0.005537846 sec., 994610.5399102828 rows/sec., 66.99 MiB/sec. | ||
10661 | 2025.07.18 00:00:00.558384 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
10662 | 2025.07.18 00:00:00.558716 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_96_19} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10663 | 2025.07.18 00:00:00.558806 [ 196 ] {7aab404d-838d-4294-85e9-07de1f30000e::all_1_96_19} <Trace> oximeter.measurements_u64 (7aab404d-838d-4294-85e9-07de1f30000e) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
10664 | 2025.07.18 00:00:00.558902 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
10665 | 2025.07.18 00:00:00.559420 [ 196 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27530 rows, containing 5 columns (5 merged, 0 gathered) in 0.01230991 sec., 2236409.5269583613 rows/sec., 153.64 MiB/sec. | ||
10666 | 2025.07.18 00:00:00.559880 [ 201 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
10667 | 2025.07.18 00:00:00.560257 [ 201 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10668 | 2025.07.18 00:00:00.560340 [ 201 ] {583a8bb4-c346-4cbe-937e-effe837cb0a7::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (583a8bb4-c346-4cbe-937e-effe837cb0a7) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
10669 | 2025.07.18 00:00:00.560455 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
10670 | 2025.07.18 00:00:00.565863 [ 201 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1851 rows, containing 19 columns (19 merged, 0 gathered) in 0.015890544 sec., 116484.36957224373 rows/sec., 208.73 MiB/sec. | ||
10671 | 2025.07.18 00:00:00.568750 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
10672 | 2025.07.18 00:00:00.569150 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10673 | 2025.07.18 00:00:00.569249 [ 196 ] {daee7130-cd74-4fd6-9aeb-eb92f7043fe0::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (daee7130-cd74-4fd6-9aeb-eb92f7043fe0) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
10674 | 2025.07.18 00:00:00.569403 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.16 MiB. | ||
10675 | 2025.07.18 00:00:01.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 323.54 MiB, peak 343.50 MiB, free memory in arenas 0.00 B, will set to 338.97 MiB (RSS), difference: 15.43 MiB |