1 | [ Jul 15 21:06:03 Enabled. ] | ||
2 | [ Jul 15 21:06:03 Rereading configuration. ] | ||
3 | [ Jul 15 21:06:06 Rereading configuration. ] | ||
4 | [ Jul 15 21:06:11 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 15 21:06:11 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.15 21:06:12.275523 [ 1 ] {} <Information> Application: Will watch for the process with pid 25216 | ||
29 | 2025.07.15 21:06:12.276062 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
30 | 2025.07.15 21:06:12.724966 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: <unknown>), PID 25216 | ||
31 | 2025.07.15 21:06:12.725811 [ 1 ] {} <Information> Application: starting up | ||
32 | 2025.07.15 21:06:12.725990 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
33 | 2025.07.15 21:06:12.837460 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
34 | 2025.07.15 21:06:12.942129 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
35 | 2025.07.15 21:06:12.942201 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
36 | 2025.07.15 21:06:12.942223 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
37 | 2025.07.15 21:06:12.942291 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
38 | 2025.07.15 21:06:12.942739 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
39 | 2025.07.15 21:06:12.945299 [ 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.15 21:06:12.946195 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
43 | 2025.07.15 21:06:12.947166 [ 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.15 21:06:12.947191 [ 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.15 21:06:12.947209 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
46 | 2025.07.15 21:06:12.948032 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
47 | 2025.07.15 21:06:12.949145 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
48 | 2025.07.15 21:06:12.956207 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
49 | 2025.07.15 21:06:12.957152 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
50 | 2025.07.15 21:06:12.958662 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
51 | 2025.07.15 21:06:12.958739 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
52 | 2025.07.15 21:06:12.959943 [ 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.15 21:06:12.960397 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
56 | 2025.07.15 21:06:12.964788 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
57 | 2025.07.15 21:06:12.965562 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
58 | 2025.07.15 21:06:12.969046 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
59 | 2025.07.15 21:06:12.969450 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
60 | 2025.07.15 21:06:12.969898 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
61 | 2025.07.15 21:06:12.970351 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
62 | 2025.07.15 21:06:12.972013 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
63 | 2025.07.15 21:06:12.972041 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
64 | 2025.07.15 21:06:12.972142 [ 153 ] {} <Debug> DNSResolver: Updating DNS cache | ||
65 | 2025.07.15 21:06:12.972244 [ 153 ] {} <Debug> DNSResolver: Updated DNS cache | ||
66 | 2025.07.15 21:06:13.007946 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
67 | 2025.07.15 21:06:13.007986 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000250616 sec | ||
68 | 2025.07.15 21:06:13.008016 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
69 | 2025.07.15 21:06:13.008036 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
70 | 2025.07.15 21:06:13.008961 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
71 | 2025.07.15 21:06:13.009634 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
72 | 2025.07.15 21:06:13.020796 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
73 | 2025.07.15 21:06:13.020848 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
74 | 2025.07.15 21:06:13.020937 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
75 | 2025.07.15 21:06:13.020950 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
76 | 2025.07.15 21:06:13.020991 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
77 | 2025.07.15 21:06:13.021068 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
78 | 2025.07.15 21:06:13.026031 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
79 | 2025.07.15 21:06:13.026092 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
80 | 2025.07.15 21:06:13.026159 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
81 | 2025.07.15 21:06:13.026366 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
82 | 2025.07.15 21:06:13.026418 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
83 | 2025.07.15 21:06:13.026434 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
84 | 2025.07.15 21:06:13.026520 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
85 | 2025.07.15 21:06:13.026536 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
86 | 2025.07.15 21:06:13.026571 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
87 | 2025.07.15 21:06:13.026655 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
88 | 2025.07.15 21:06:13.053142 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
89 | 2025.07.15 21:06:13.074678 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
90 | 2025.07.15 21:06:13.074804 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000151394 sec | ||
91 | 2025.07.15 21:06:13.074824 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
92 | 2025.07.15 21:06:13.074840 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
93 | 2025.07.15 21:06:13.074873 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
94 | 2025.07.15 21:06:13.075160 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
95 | 2025.07.15 21:06:13.075300 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
96 | 2025.07.15 21:06:13.075321 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
97 | 2025.07.15 21:06:13.075335 [ 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.15 21:06:13.075351 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
99 | 2025.07.15 21:06:13.153595 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
100 | 2025.07.15 21:06:13.153816 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.80 MiB (RSS), difference: 92.03 MiB | ||
101 | 2025.07.15 21:06:13.155311 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.575e-05 sec. | ||
102 | 2025.07.15 21:06:13.155725 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
103 | 2025.07.15 21:06:13.156920 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
104 | 2025.07.15 21:06:13.156940 [ 1 ] {} <Information> Application: Ready for connections. | ||
105 | 2025.07.15 21:06:13.326576 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54177 | ||
106 | 2025.07.15 21:06:13.327537 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
107 | 2025.07.15 21:06:13.327608 [ 3 ] {} <Debug> TCP-Session: 302f3bc1-bec7-41a7-bbcd-30bfc6f36e3f Authenticating user 'default' from [fd00:1122:3344:101::c]:54177 | ||
108 | 2025.07.15 21:06:13.327636 [ 3 ] {} <Debug> TCP-Session: 302f3bc1-bec7-41a7-bbcd-30bfc6f36e3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
109 | 2025.07.15 21:06:13.327723 [ 3 ] {} <Debug> TCP-Session: 302f3bc1-bec7-41a7-bbcd-30bfc6f36e3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
110 | 2025.07.15 21:06:13.327824 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
111 | 2025.07.15 21:06:13.327855 [ 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.15 21:06:13.327950 [ 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.15 21:06:13.329089 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56223 | ||
114 | 2025.07.15 21:06:13.329201 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59218 | ||
115 | 2025.07.15 21:06:13.329293 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
116 | 2025.07.15 21:06:13.329336 [ 4 ] {} <Debug> TCP-Session: 4cb6a3d7-115e-4ded-b227-8f6fc1a10238 Authenticating user 'default' from [fd00:1122:3344:101::c]:56223 | ||
117 | 2025.07.15 21:06:13.329392 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50391 | ||
118 | 2025.07.15 21:06:13.329425 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
119 | 2025.07.15 21:06:13.329443 [ 4 ] {} <Debug> TCP-Session: 4cb6a3d7-115e-4ded-b227-8f6fc1a10238 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2025.07.15 21:06:13.329507 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47143 | ||
121 | 2025.07.15 21:06:13.329479 [ 254 ] {} <Debug> TCP-Session: aa8ce30d-8410-49a1-9995-368a57b9d6d9 Authenticating user 'default' from [fd00:1122:3344:101::c]:59218 | ||
122 | 2025.07.15 21:06:13.329607 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
123 | 2025.07.15 21:06:13.329627 [ 4 ] {} <Debug> TCP-Session: 4cb6a3d7-115e-4ded-b227-8f6fc1a10238 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
124 | 2025.07.15 21:06:13.329665 [ 5 ] {} <Debug> TCP-Session: 43b415ae-f0f2-4be9-9a62-5d923ba83b00 Authenticating user 'default' from [fd00:1122:3344:101::c]:50391 | ||
125 | 2025.07.15 21:06:13.329659 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48454 | ||
126 | 2025.07.15 21:06:13.329650 [ 254 ] {} <Debug> TCP-Session: aa8ce30d-8410-49a1-9995-368a57b9d6d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
127 | 2025.07.15 21:06:13.329778 [ 5 ] {} <Debug> TCP-Session: 43b415ae-f0f2-4be9-9a62-5d923ba83b00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
128 | 2025.07.15 21:06:13.329771 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
129 | 2025.07.15 21:06:13.329767 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54222 | ||
130 | 2025.07.15 21:06:13.329859 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
131 | 2025.07.15 21:06:13.329901 [ 5 ] {} <Debug> TCP-Session: 43b415ae-f0f2-4be9-9a62-5d923ba83b00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
132 | 2025.07.15 21:06:13.329886 [ 256 ] {} <Debug> TCP-Session: 4b094e02-e3dd-4a36-9b41-73645fc546eb Authenticating user 'default' from [fd00:1122:3344:101::c]:47143 | ||
133 | 2025.07.15 21:06:13.329862 [ 254 ] {} <Debug> TCP-Session: aa8ce30d-8410-49a1-9995-368a57b9d6d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
134 | 2025.07.15 21:06:13.330002 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
135 | 2025.07.15 21:06:13.329997 [ 256 ] {} <Debug> TCP-Session: 4b094e02-e3dd-4a36-9b41-73645fc546eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
136 | 2025.07.15 21:06:13.329979 [ 257 ] {} <Debug> TCP-Session: dd26bf94-60a1-451f-a24a-441324dbdaa7 Authenticating user 'default' from [fd00:1122:3344:101::c]:48454 | ||
137 | 2025.07.15 21:06:13.330114 [ 258 ] {} <Debug> TCP-Session: a17e8c6e-5232-4f82-9f32-bfd9024bb931 Authenticating user 'default' from [fd00:1122:3344:101::c]:54222 | ||
138 | 2025.07.15 21:06:13.330089 [ 256 ] {} <Debug> TCP-Session: 4b094e02-e3dd-4a36-9b41-73645fc546eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
139 | 2025.07.15 21:06:13.329366 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56068 | ||
140 | 2025.07.15 21:06:13.330217 [ 258 ] {} <Debug> TCP-Session: a17e8c6e-5232-4f82-9f32-bfd9024bb931 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
141 | 2025.07.15 21:06:13.330180 [ 257 ] {} <Debug> TCP-Session: dd26bf94-60a1-451f-a24a-441324dbdaa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
142 | 2025.07.15 21:06:13.330323 [ 258 ] {} <Debug> TCP-Session: a17e8c6e-5232-4f82-9f32-bfd9024bb931 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
143 | 2025.07.15 21:06:13.330336 [ 257 ] {} <Debug> TCP-Session: dd26bf94-60a1-451f-a24a-441324dbdaa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
144 | 2025.07.15 21:06:13.330376 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
145 | 2025.07.15 21:06:13.330453 [ 255 ] {} <Debug> TCP-Session: ee6b5b94-6eca-4c16-8f48-02c9d7974514 Authenticating user 'default' from [fd00:1122:3344:101::c]:56068 | ||
146 | 2025.07.15 21:06:13.330471 [ 255 ] {} <Debug> TCP-Session: ee6b5b94-6eca-4c16-8f48-02c9d7974514 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
147 | 2025.07.15 21:06:13.330555 [ 255 ] {} <Debug> TCP-Session: ee6b5b94-6eca-4c16-8f48-02c9d7974514 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
148 | 2025.07.15 21:06:13.516291 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56985 | ||
149 | 2025.07.15 21:06:13.517140 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
150 | 2025.07.15 21:06:13.517223 [ 259 ] {} <Debug> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Authenticating user 'default' from [fd00:1122:3344:101::d]:56985 | ||
151 | 2025.07.15 21:06:13.517251 [ 259 ] {} <Debug> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
152 | 2025.07.15 21:06:13.517264 [ 259 ] {} <Debug> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
153 | 2025.07.15 21:06:13.517347 [ 259 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
154 | 2025.07.15 21:06:13.517387 [ 259 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
155 | 2025.07.15 21:06:13.517427 [ 259 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
156 | 2025.07.15 21:06:13.520100 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47385 | ||
157 | 2025.07.15 21:06:13.520214 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45353 | ||
158 | 2025.07.15 21:06:13.520269 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49685 | ||
159 | 2025.07.15 21:06:13.520357 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
160 | 2025.07.15 21:06:13.520396 [ 260 ] {} <Debug> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Authenticating user 'default' from [fd00:1122:3344:101::d]:47385 | ||
161 | 2025.07.15 21:06:13.520423 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40778 | ||
162 | 2025.07.15 21:06:13.520428 [ 260 ] {} <Debug> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
163 | 2025.07.15 21:06:13.520456 [ 260 ] {} <Debug> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
164 | 2025.07.15 21:06:13.520617 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60420 | ||
165 | 2025.07.15 21:06:13.521170 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
166 | 2025.07.15 21:06:13.521263 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34851 | ||
167 | 2025.07.15 21:06:13.521279 [ 261 ] {} <Debug> TCP-Session: e32d40fd-02bb-46cd-b543-0aaa7559bbfd Authenticating user 'default' from [fd00:1122:3344:101::d]:45353 | ||
168 | 2025.07.15 21:06:13.521340 [ 261 ] {} <Debug> TCP-Session: e32d40fd-02bb-46cd-b543-0aaa7559bbfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
169 | 2025.07.15 21:06:13.521356 [ 261 ] {} <Debug> TCP-Session: e32d40fd-02bb-46cd-b543-0aaa7559bbfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
170 | 2025.07.15 21:06:13.521434 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45029 | ||
171 | 2025.07.15 21:06:13.522059 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54924 | ||
172 | 2025.07.15 21:06:13.522082 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
173 | 2025.07.15 21:06:13.522133 [ 265 ] {} <Debug> TCP-Session: 6da422c3-cead-44d4-8dab-273d39910415 Authenticating user 'default' from [fd00:1122:3344:101::d]:34851 | ||
174 | 2025.07.15 21:06:13.522150 [ 265 ] {} <Debug> TCP-Session: 6da422c3-cead-44d4-8dab-273d39910415 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
175 | 2025.07.15 21:06:13.522177 [ 265 ] {} <Debug> TCP-Session: 6da422c3-cead-44d4-8dab-273d39910415 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2025.07.15 21:06:13.522597 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
177 | 2025.07.15 21:06:13.522632 [ 266 ] {} <Debug> TCP-Session: 806fdccf-9f5a-4dcc-8fff-31a19dc8f671 Authenticating user 'default' from [fd00:1122:3344:101::d]:45029 | ||
178 | 2025.07.15 21:06:13.522664 [ 266 ] {} <Debug> TCP-Session: 806fdccf-9f5a-4dcc-8fff-31a19dc8f671 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
179 | 2025.07.15 21:06:13.522677 [ 266 ] {} <Debug> TCP-Session: 806fdccf-9f5a-4dcc-8fff-31a19dc8f671 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2025.07.15 21:06:13.522731 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
181 | 2025.07.15 21:06:13.522788 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
182 | 2025.07.15 21:06:13.522822 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
183 | 2025.07.15 21:06:13.522843 [ 264 ] {} <Debug> TCP-Session: 14e2b1cb-d466-40f4-8b61-83da8495ca32 Authenticating user 'default' from [fd00:1122:3344:101::d]:60420 | ||
184 | 2025.07.15 21:06:13.522843 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
185 | 2025.07.15 21:06:13.522874 [ 262 ] {} <Debug> TCP-Session: cf52c313-e52d-4eda-baa6-a1a6256ea81c Authenticating user 'default' from [fd00:1122:3344:101::d]:49685 | ||
186 | 2025.07.15 21:06:13.522891 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
187 | 2025.07.15 21:06:13.522918 [ 267 ] {} <Debug> TCP-Session: 944ce789-009f-4458-b385-72c1ea13bd5e Authenticating user 'default' from [fd00:1122:3344:101::d]:54924 | ||
188 | 2025.07.15 21:06:13.522923 [ 262 ] {} <Debug> TCP-Session: cf52c313-e52d-4eda-baa6-a1a6256ea81c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2025.07.15 21:06:13.522868 [ 263 ] {} <Debug> TCP-Session: db3aacea-6f67-497b-aaec-486f88d5505d Authenticating user 'default' from [fd00:1122:3344:101::d]:40778 | ||
190 | 2025.07.15 21:06:13.522963 [ 267 ] {} <Debug> TCP-Session: 944ce789-009f-4458-b385-72c1ea13bd5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
191 | 2025.07.15 21:06:13.522998 [ 263 ] {} <Debug> TCP-Session: db3aacea-6f67-497b-aaec-486f88d5505d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
192 | 2025.07.15 21:06:13.523018 [ 267 ] {} <Debug> TCP-Session: 944ce789-009f-4458-b385-72c1ea13bd5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2025.07.15 21:06:13.523031 [ 263 ] {} <Debug> TCP-Session: db3aacea-6f67-497b-aaec-486f88d5505d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2025.07.15 21:06:13.522965 [ 262 ] {} <Debug> TCP-Session: cf52c313-e52d-4eda-baa6-a1a6256ea81c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
195 | 2025.07.15 21:06:13.522877 [ 264 ] {} <Debug> TCP-Session: 14e2b1cb-d466-40f4-8b61-83da8495ca32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
196 | 2025.07.15 21:06:13.523124 [ 264 ] {} <Debug> TCP-Session: 14e2b1cb-d466-40f4-8b61-83da8495ca32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
197 | 2025.07.15 21:06:13.525580 [ 259 ] {1fb2fef5-6cef-4b0c-a8e5-1e717b470184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
198 | 2025.07.15 21:06:13.574066 [ 259 ] {1fb2fef5-6cef-4b0c-a8e5-1e717b470184} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:56985) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
199 | |||
200 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
201 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
202 | 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 | ||
203 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
204 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
205 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
206 | 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 | ||
207 | 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 | ||
208 | 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 | ||
209 | 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 | ||
210 | 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 | ||
211 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
212 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
213 | 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 | ||
214 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
215 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
216 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
217 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
218 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
219 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
220 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
221 | |||
222 | 2025.07.15 21:06:13.574930 [ 259 ] {1fb2fef5-6cef-4b0c-a8e5-1e717b470184} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
223 | |||
224 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
225 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
226 | 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 | ||
227 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
228 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
229 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
230 | 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 | ||
231 | 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 | ||
232 | 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 | ||
233 | 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 | ||
234 | 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 | ||
235 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
236 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
237 | 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 | ||
238 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
239 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
240 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
241 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
242 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
243 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
244 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
245 | |||
246 | 2025.07.15 21:06:13.575021 [ 259 ] {1fb2fef5-6cef-4b0c-a8e5-1e717b470184} <Debug> TCPHandler: Processed in 0.054724804 sec. | ||
247 | 2025.07.15 21:06:13.575434 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
248 | 2025.07.15 21:06:13.575685 [ 260 ] {c2331666-4bb9-4ab1-8525-a79ad0f98024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
249 | 2025.07.15 21:06:13.576098 [ 260 ] {c2331666-4bb9-4ab1-8525-a79ad0f98024} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:47385) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
250 | |||
251 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
252 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
253 | 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 | ||
254 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
255 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
256 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
257 | 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 | ||
258 | 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 | ||
259 | 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 | ||
260 | 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 | ||
261 | 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 | ||
262 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
263 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
264 | 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 | ||
265 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
266 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
267 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
268 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
269 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
270 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
271 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
272 | |||
273 | 2025.07.15 21:06:13.576240 [ 260 ] {c2331666-4bb9-4ab1-8525-a79ad0f98024} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
274 | |||
275 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
276 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
277 | 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 | ||
278 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
279 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
280 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
281 | 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 | ||
282 | 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 | ||
283 | 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 | ||
284 | 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 | ||
285 | 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 | ||
286 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
287 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
288 | 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 | ||
289 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
290 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
291 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
292 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
293 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
294 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
295 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
296 | |||
297 | 2025.07.15 21:06:13.576319 [ 260 ] {c2331666-4bb9-4ab1-8525-a79ad0f98024} <Debug> TCPHandler: Processed in 0.001052578 sec. | ||
298 | 2025.07.15 21:06:13.577411 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
299 | 2025.07.15 21:06:13.578166 [ 259 ] {48dca5a2-07f8-4819-a5a9-083c1bafc4b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
300 | 2025.07.15 21:06:13.578760 [ 259 ] {48dca5a2-07f8-4819-a5a9-083c1bafc4b8} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
301 | 2025.07.15 21:06:13.600984 [ 259 ] {48dca5a2-07f8-4819-a5a9-083c1bafc4b8} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
302 | 2025.07.15 21:06:13.601027 [ 259 ] {48dca5a2-07f8-4819-a5a9-083c1bafc4b8} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.7702e-05 sec | ||
303 | 2025.07.15 21:06:13.601047 [ 259 ] {48dca5a2-07f8-4819-a5a9-083c1bafc4b8} <Trace> ReferentialDeps: No tables | ||
304 | 2025.07.15 21:06:13.601063 [ 259 ] {48dca5a2-07f8-4819-a5a9-083c1bafc4b8} <Trace> LoadingDeps: No tables | ||
305 | 2025.07.15 21:06:13.601097 [ 259 ] {48dca5a2-07f8-4819-a5a9-083c1bafc4b8} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
306 | 2025.07.15 21:06:13.601704 [ 259 ] {48dca5a2-07f8-4819-a5a9-083c1bafc4b8} <Debug> TCPHandler: Processed in 0.024405091 sec. | ||
307 | 2025.07.15 21:06:13.601874 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
308 | 2025.07.15 21:06:13.602034 [ 259 ] {565ef1ed-fb98-4a49-a734-90c84cd27699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) /* The version table contains metadata about the `oximeter` database */ | ||
309 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
310 | 2025.07.15 21:06:13.602092 [ 259 ] {565ef1ed-fb98-4a49-a734-90c84cd27699} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
311 | 2025.07.15 21:06:13.606794 [ 259 ] {565ef1ed-fb98-4a49-a734-90c84cd27699} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
312 | 2025.07.15 21:06:13.610971 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55812 | ||
313 | 2025.07.15 21:06:13.611200 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
314 | 2025.07.15 21:06:13.611241 [ 268 ] {} <Debug> TCP-Session: 72cc92c4-9c46-4744-897f-933f43f9eb62 Authenticating user 'default' from [fd00:1122:3344:101::b]:55812 | ||
315 | 2025.07.15 21:06:13.611296 [ 268 ] {} <Debug> TCP-Session: 72cc92c4-9c46-4744-897f-933f43f9eb62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
316 | 2025.07.15 21:06:13.611314 [ 268 ] {} <Debug> TCP-Session: 72cc92c4-9c46-4744-897f-933f43f9eb62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
317 | 2025.07.15 21:06:13.611395 [ 268 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
318 | 2025.07.15 21:06:13.611463 [ 268 ] {} <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 | ||
319 | 2025.07.15 21:06:13.611488 [ 268 ] {} <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 | ||
320 | 2025.07.15 21:06:13.613896 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51494 | ||
321 | 2025.07.15 21:06:13.613970 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55063 | ||
322 | 2025.07.15 21:06:13.614098 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57481 | ||
323 | 2025.07.15 21:06:13.614129 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
324 | 2025.07.15 21:06:13.614154 [ 259 ] {565ef1ed-fb98-4a49-a734-90c84cd27699} <Debug> oximeter.version (4ed5f552-cbee-42ee-b2a2-0f59926ce612): Loading data parts | ||
325 | 2025.07.15 21:06:13.614172 [ 269 ] {} <Debug> TCP-Session: 987c3cf5-5dde-47f9-b63f-7320da09151c Authenticating user 'default' from [fd00:1122:3344:101::b]:51494 | ||
326 | 2025.07.15 21:06:13.614220 [ 269 ] {} <Debug> TCP-Session: 987c3cf5-5dde-47f9-b63f-7320da09151c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
327 | 2025.07.15 21:06:13.614234 [ 269 ] {} <Debug> TCP-Session: 987c3cf5-5dde-47f9-b63f-7320da09151c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
328 | 2025.07.15 21:06:13.614330 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
329 | 2025.07.15 21:06:13.614396 [ 270 ] {} <Debug> TCP-Session: 7ac88da0-846d-4215-8a20-6864089866c7 Authenticating user 'default' from [fd00:1122:3344:101::b]:55063 | ||
330 | 2025.07.15 21:06:13.614417 [ 270 ] {} <Debug> TCP-Session: 7ac88da0-846d-4215-8a20-6864089866c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2025.07.15 21:06:13.614417 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36718 | ||
332 | 2025.07.15 21:06:13.614435 [ 270 ] {} <Debug> TCP-Session: 7ac88da0-846d-4215-8a20-6864089866c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
333 | 2025.07.15 21:06:13.614929 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57006 | ||
334 | 2025.07.15 21:06:13.614934 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
335 | 2025.07.15 21:06:13.614989 [ 271 ] {} <Debug> TCP-Session: 6b26c035-f452-4b8f-a161-d81a75882560 Authenticating user 'default' from [fd00:1122:3344:101::b]:57481 | ||
336 | 2025.07.15 21:06:13.615013 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
337 | 2025.07.15 21:06:13.615083 [ 271 ] {} <Debug> TCP-Session: 6b26c035-f452-4b8f-a161-d81a75882560 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
338 | 2025.07.15 21:06:13.615090 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38567 | ||
339 | 2025.07.15 21:06:13.615109 [ 271 ] {} <Debug> TCP-Session: 6b26c035-f452-4b8f-a161-d81a75882560 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
340 | 2025.07.15 21:06:13.615094 [ 272 ] {} <Debug> TCP-Session: 99dd0c83-f4a8-4676-a7c4-2684bf9206c5 Authenticating user 'default' from [fd00:1122:3344:101::b]:36718 | ||
341 | 2025.07.15 21:06:13.615161 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
342 | 2025.07.15 21:06:13.615179 [ 272 ] {} <Debug> TCP-Session: 99dd0c83-f4a8-4676-a7c4-2684bf9206c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2025.07.15 21:06:13.615203 [ 273 ] {} <Debug> TCP-Session: c189afa6-0994-4c76-8bf9-034968f12db8 Authenticating user 'default' from [fd00:1122:3344:101::b]:57006 | ||
344 | 2025.07.15 21:06:13.615200 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45479 | ||
345 | 2025.07.15 21:06:13.615247 [ 272 ] {} <Debug> TCP-Session: 99dd0c83-f4a8-4676-a7c4-2684bf9206c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
346 | 2025.07.15 21:06:13.615258 [ 273 ] {} <Debug> TCP-Session: c189afa6-0994-4c76-8bf9-034968f12db8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2025.07.15 21:06:13.615239 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
348 | 2025.07.15 21:06:13.615297 [ 273 ] {} <Debug> TCP-Session: c189afa6-0994-4c76-8bf9-034968f12db8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
349 | 2025.07.15 21:06:13.615332 [ 275 ] {} <Debug> TCP-Session: d7012fca-c876-4e07-96ad-99b317f5c1b8 Authenticating user 'default' from [fd00:1122:3344:101::b]:38567 | ||
350 | 2025.07.15 21:06:13.615362 [ 275 ] {} <Debug> TCP-Session: d7012fca-c876-4e07-96ad-99b317f5c1b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
351 | 2025.07.15 21:06:13.615376 [ 275 ] {} <Debug> TCP-Session: d7012fca-c876-4e07-96ad-99b317f5c1b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
352 | 2025.07.15 21:06:13.615390 [ 259 ] {565ef1ed-fb98-4a49-a734-90c84cd27699} <Debug> oximeter.version (4ed5f552-cbee-42ee-b2a2-0f59926ce612): There are no data parts | ||
353 | 2025.07.15 21:06:13.615440 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
354 | 2025.07.15 21:06:13.615472 [ 276 ] {} <Debug> TCP-Session: 60f8d0ed-132d-4a1c-b796-934a9fb45b6f Authenticating user 'default' from [fd00:1122:3344:101::b]:45479 | ||
355 | 2025.07.15 21:06:13.615514 [ 276 ] {} <Debug> TCP-Session: 60f8d0ed-132d-4a1c-b796-934a9fb45b6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
356 | 2025.07.15 21:06:13.615531 [ 276 ] {} <Debug> TCP-Session: 60f8d0ed-132d-4a1c-b796-934a9fb45b6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
357 | 2025.07.15 21:06:13.626923 [ 259 ] {565ef1ed-fb98-4a49-a734-90c84cd27699} <Debug> TCPHandler: Processed in 0.025100758 sec. | ||
358 | 2025.07.15 21:06:13.627104 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
359 | 2025.07.15 21:06:13.627307 [ 259 ] {af0d03c3-7196-4150-9720-ac7b0fd7409a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) /* The measurement tables contain all individual samples from each timeseries. | ||
360 | * | ||
361 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
362 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
363 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
364 | * by all samples from the same timeseries. | ||
365 | * | ||
366 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
367 | * and then uses that to index quickly into the measurements tables. | ||
368 | */ | ||
369 | 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) | ||
370 | 2025.07.15 21:06:13.627376 [ 259 ] {af0d03c3-7196-4150-9720-ac7b0fd7409a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
371 | 2025.07.15 21:06:13.648569 [ 259 ] {af0d03c3-7196-4150-9720-ac7b0fd7409a} <Debug> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Loading data parts | ||
372 | 2025.07.15 21:06:13.648869 [ 259 ] {af0d03c3-7196-4150-9720-ac7b0fd7409a} <Debug> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): There are no data parts | ||
373 | 2025.07.15 21:06:13.660796 [ 259 ] {af0d03c3-7196-4150-9720-ac7b0fd7409a} <Debug> TCPHandler: Processed in 0.033748103 sec. | ||
374 | 2025.07.15 21:06:13.661009 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
375 | 2025.07.15 21:06:13.661226 [ 259 ] {6501d316-4fd5-4bb8-9788-c766693ca2cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
376 | 2025.07.15 21:06:13.661303 [ 259 ] {6501d316-4fd5-4bb8-9788-c766693ca2cb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
377 | 2025.07.15 21:06:13.680059 [ 259 ] {6501d316-4fd5-4bb8-9788-c766693ca2cb} <Debug> oximeter.measurements_i8 (9eeb570b-b8c1-49c5-94a8-fcff27dbae6a): Loading data parts | ||
378 | 2025.07.15 21:06:13.680239 [ 259 ] {6501d316-4fd5-4bb8-9788-c766693ca2cb} <Debug> oximeter.measurements_i8 (9eeb570b-b8c1-49c5-94a8-fcff27dbae6a): There are no data parts | ||
379 | 2025.07.15 21:06:13.688935 [ 259 ] {6501d316-4fd5-4bb8-9788-c766693ca2cb} <Debug> TCPHandler: Processed in 0.028005564 sec. | ||
380 | 2025.07.15 21:06:13.689130 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
381 | 2025.07.15 21:06:13.689336 [ 259 ] {9f4b06f2-6a40-4177-b6d5-0b526c9e3613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
382 | 2025.07.15 21:06:13.689410 [ 259 ] {9f4b06f2-6a40-4177-b6d5-0b526c9e3613} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
383 | 2025.07.15 21:06:13.705630 [ 259 ] {9f4b06f2-6a40-4177-b6d5-0b526c9e3613} <Debug> oximeter.measurements_u8 (8ca821b3-9a90-4774-8cda-ea22593ad943): Loading data parts | ||
384 | 2025.07.15 21:06:13.705809 [ 259 ] {9f4b06f2-6a40-4177-b6d5-0b526c9e3613} <Debug> oximeter.measurements_u8 (8ca821b3-9a90-4774-8cda-ea22593ad943): There are no data parts | ||
385 | 2025.07.15 21:06:13.710487 [ 259 ] {9f4b06f2-6a40-4177-b6d5-0b526c9e3613} <Debug> TCPHandler: Processed in 0.021426473 sec. | ||
386 | 2025.07.15 21:06:13.710658 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
387 | 2025.07.15 21:06:13.710830 [ 259 ] {f4854bc2-1b23-4fd2-b458-ebf39defbef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
388 | 2025.07.15 21:06:13.710898 [ 259 ] {f4854bc2-1b23-4fd2-b458-ebf39defbef0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
389 | 2025.07.15 21:06:13.723301 [ 259 ] {f4854bc2-1b23-4fd2-b458-ebf39defbef0} <Debug> oximeter.measurements_i16 (ae696666-7abb-4ebf-bea6-bba794b43009): Loading data parts | ||
390 | 2025.07.15 21:06:13.723480 [ 259 ] {f4854bc2-1b23-4fd2-b458-ebf39defbef0} <Debug> oximeter.measurements_i16 (ae696666-7abb-4ebf-bea6-bba794b43009): There are no data parts | ||
391 | 2025.07.15 21:06:13.726595 [ 259 ] {f4854bc2-1b23-4fd2-b458-ebf39defbef0} <Debug> TCPHandler: Processed in 0.015991913 sec. | ||
392 | 2025.07.15 21:06:13.726765 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
393 | 2025.07.15 21:06:13.726955 [ 259 ] {97dda034-ee9b-48c9-867f-d3d9d77aa77b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
394 | 2025.07.15 21:06:13.727020 [ 259 ] {97dda034-ee9b-48c9-867f-d3d9d77aa77b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
395 | 2025.07.15 21:06:13.737321 [ 259 ] {97dda034-ee9b-48c9-867f-d3d9d77aa77b} <Debug> oximeter.measurements_u16 (bb9f87b7-675e-4597-9a9e-8e788333e106): Loading data parts | ||
396 | 2025.07.15 21:06:13.737539 [ 259 ] {97dda034-ee9b-48c9-867f-d3d9d77aa77b} <Debug> oximeter.measurements_u16 (bb9f87b7-675e-4597-9a9e-8e788333e106): There are no data parts | ||
397 | 2025.07.15 21:06:13.751024 [ 259 ] {97dda034-ee9b-48c9-867f-d3d9d77aa77b} <Debug> TCPHandler: Processed in 0.024316768 sec. | ||
398 | 2025.07.15 21:06:13.751189 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
399 | 2025.07.15 21:06:13.751355 [ 259 ] {0a7b8398-7958-43e4-8247-d186ddae1580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
400 | 2025.07.15 21:06:13.751493 [ 259 ] {0a7b8398-7958-43e4-8247-d186ddae1580} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
401 | 2025.07.15 21:06:13.759276 [ 259 ] {0a7b8398-7958-43e4-8247-d186ddae1580} <Debug> oximeter.measurements_i32 (f3046450-e32e-4fa0-ba02-d109d3f9c8b3): Loading data parts | ||
402 | 2025.07.15 21:06:13.759515 [ 259 ] {0a7b8398-7958-43e4-8247-d186ddae1580} <Debug> oximeter.measurements_i32 (f3046450-e32e-4fa0-ba02-d109d3f9c8b3): There are no data parts | ||
403 | 2025.07.15 21:06:13.767446 [ 259 ] {0a7b8398-7958-43e4-8247-d186ddae1580} <Debug> TCPHandler: Processed in 0.016307721 sec. | ||
404 | 2025.07.15 21:06:13.767612 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
405 | 2025.07.15 21:06:13.767865 [ 259 ] {8661eaef-bb3b-4bec-80ec-65b860eb40e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
406 | 2025.07.15 21:06:13.768002 [ 259 ] {8661eaef-bb3b-4bec-80ec-65b860eb40e6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
407 | 2025.07.15 21:06:13.775382 [ 259 ] {8661eaef-bb3b-4bec-80ec-65b860eb40e6} <Debug> oximeter.measurements_u32 (342edbe5-7979-45d5-aee2-3600c560fdc5): Loading data parts | ||
408 | 2025.07.15 21:06:13.775577 [ 259 ] {8661eaef-bb3b-4bec-80ec-65b860eb40e6} <Debug> oximeter.measurements_u32 (342edbe5-7979-45d5-aee2-3600c560fdc5): There are no data parts | ||
409 | 2025.07.15 21:06:13.788591 [ 259 ] {8661eaef-bb3b-4bec-80ec-65b860eb40e6} <Debug> TCPHandler: Processed in 0.021031764 sec. | ||
410 | 2025.07.15 21:06:13.788788 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
411 | 2025.07.15 21:06:13.788957 [ 259 ] {5df917e1-1b01-4b15-897f-b84f28ba7cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
412 | 2025.07.15 21:06:13.789101 [ 259 ] {5df917e1-1b01-4b15-897f-b84f28ba7cf1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
413 | 2025.07.15 21:06:13.835905 [ 259 ] {5df917e1-1b01-4b15-897f-b84f28ba7cf1} <Debug> oximeter.measurements_i64 (9cb5ef30-7795-41d0-a112-a1812f8d7763): Loading data parts | ||
414 | 2025.07.15 21:06:13.836157 [ 259 ] {5df917e1-1b01-4b15-897f-b84f28ba7cf1} <Debug> oximeter.measurements_i64 (9cb5ef30-7795-41d0-a112-a1812f8d7763): There are no data parts | ||
415 | 2025.07.15 21:06:13.849011 [ 259 ] {5df917e1-1b01-4b15-897f-b84f28ba7cf1} <Debug> TCPHandler: Processed in 0.060289278 sec. | ||
416 | 2025.07.15 21:06:13.849192 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
417 | 2025.07.15 21:06:13.849506 [ 259 ] {6236097c-e171-453d-8bb2-f84053eb99f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
418 | 2025.07.15 21:06:13.849650 [ 259 ] {6236097c-e171-453d-8bb2-f84053eb99f1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
419 | 2025.07.15 21:06:13.853783 [ 259 ] {6236097c-e171-453d-8bb2-f84053eb99f1} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Loading data parts | ||
420 | 2025.07.15 21:06:13.853961 [ 259 ] {6236097c-e171-453d-8bb2-f84053eb99f1} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): There are no data parts | ||
421 | 2025.07.15 21:06:13.864950 [ 259 ] {6236097c-e171-453d-8bb2-f84053eb99f1} <Debug> TCPHandler: Processed in 0.015823058 sec. | ||
422 | 2025.07.15 21:06:13.865122 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
423 | 2025.07.15 21:06:13.865286 [ 259 ] {3e01fd69-29a2-4ea4-b2a8-bdf2671547f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
424 | 2025.07.15 21:06:13.865414 [ 259 ] {3e01fd69-29a2-4ea4-b2a8-bdf2671547f8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
425 | 2025.07.15 21:06:13.870010 [ 259 ] {3e01fd69-29a2-4ea4-b2a8-bdf2671547f8} <Debug> oximeter.measurements_f32 (fc3f4c57-fb8e-4999-9bc2-d5aa5f8e3ad0): Loading data parts | ||
426 | 2025.07.15 21:06:13.870269 [ 259 ] {3e01fd69-29a2-4ea4-b2a8-bdf2671547f8} <Debug> oximeter.measurements_f32 (fc3f4c57-fb8e-4999-9bc2-d5aa5f8e3ad0): There are no data parts | ||
427 | 2025.07.15 21:06:13.878351 [ 259 ] {3e01fd69-29a2-4ea4-b2a8-bdf2671547f8} <Debug> TCPHandler: Processed in 0.013278793 sec. | ||
428 | 2025.07.15 21:06:13.878518 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
429 | 2025.07.15 21:06:13.878784 [ 259 ] {1b75d1a6-c217-416c-8825-d8abbca3f101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
430 | 2025.07.15 21:06:13.878916 [ 259 ] {1b75d1a6-c217-416c-8825-d8abbca3f101} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
431 | 2025.07.15 21:06:13.883815 [ 259 ] {1b75d1a6-c217-416c-8825-d8abbca3f101} <Debug> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Loading data parts | ||
432 | 2025.07.15 21:06:13.883977 [ 259 ] {1b75d1a6-c217-416c-8825-d8abbca3f101} <Debug> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): There are no data parts | ||
433 | 2025.07.15 21:06:13.892070 [ 259 ] {1b75d1a6-c217-416c-8825-d8abbca3f101} <Debug> TCPHandler: Processed in 0.013606751 sec. | ||
434 | 2025.07.15 21:06:13.892235 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
435 | 2025.07.15 21:06:13.892400 [ 259 ] {057471a7-4a1e-43cb-b468-bb0b4463af6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
436 | 2025.07.15 21:06:13.892534 [ 259 ] {057471a7-4a1e-43cb-b468-bb0b4463af6f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
437 | 2025.07.15 21:06:13.895255 [ 259 ] {057471a7-4a1e-43cb-b468-bb0b4463af6f} <Debug> oximeter.measurements_string (2f53ebc4-2ba2-4689-abdb-573716b5fcda): Loading data parts | ||
438 | 2025.07.15 21:06:13.895476 [ 259 ] {057471a7-4a1e-43cb-b468-bb0b4463af6f} <Debug> oximeter.measurements_string (2f53ebc4-2ba2-4689-abdb-573716b5fcda): There are no data parts | ||
439 | 2025.07.15 21:06:13.904609 [ 259 ] {057471a7-4a1e-43cb-b468-bb0b4463af6f} <Debug> TCPHandler: Processed in 0.012427931 sec. | ||
440 | 2025.07.15 21:06:13.904790 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
441 | 2025.07.15 21:06:13.905051 [ 259 ] {e5b4f24d-7455-47f0-8da2-b1dadf0fef2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
442 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
443 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
444 | * a string isn't palatable for a few reasons. | ||
445 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
446 | * details. | ||
447 | */ | ||
448 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
449 | 2025.07.15 21:06:13.905201 [ 259 ] {e5b4f24d-7455-47f0-8da2-b1dadf0fef2d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
450 | 2025.07.15 21:06:13.927117 [ 259 ] {e5b4f24d-7455-47f0-8da2-b1dadf0fef2d} <Debug> oximeter.measurements_bytes (030909ba-9d26-4228-92a5-2c51a0e9b74e): Loading data parts | ||
451 | 2025.07.15 21:06:13.927304 [ 259 ] {e5b4f24d-7455-47f0-8da2-b1dadf0fef2d} <Debug> oximeter.measurements_bytes (030909ba-9d26-4228-92a5-2c51a0e9b74e): There are no data parts | ||
452 | 2025.07.15 21:06:13.930125 [ 259 ] {e5b4f24d-7455-47f0-8da2-b1dadf0fef2d} <Debug> TCPHandler: Processed in 0.025398526 sec. | ||
453 | 2025.07.15 21:06:13.930297 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
454 | 2025.07.15 21:06:13.930611 [ 259 ] {c2eb2c92-52f3-40b2-a6b9-afc91775c17d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
455 | 2025.07.15 21:06:13.930770 [ 259 ] {c2eb2c92-52f3-40b2-a6b9-afc91775c17d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
456 | 2025.07.15 21:06:13.942603 [ 259 ] {c2eb2c92-52f3-40b2-a6b9-afc91775c17d} <Debug> oximeter.measurements_cumulativei64 (8ff5ff90-e041-4a1c-9343-0193a65959f2): Loading data parts | ||
457 | 2025.07.15 21:06:13.943007 [ 259 ] {c2eb2c92-52f3-40b2-a6b9-afc91775c17d} <Debug> oximeter.measurements_cumulativei64 (8ff5ff90-e041-4a1c-9343-0193a65959f2): There are no data parts | ||
458 | 2025.07.15 21:06:13.948254 [ 259 ] {c2eb2c92-52f3-40b2-a6b9-afc91775c17d} <Debug> TCPHandler: Processed in 0.018017415 sec. | ||
459 | 2025.07.15 21:06:13.948433 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
460 | 2025.07.15 21:06:13.948720 [ 259 ] {6563b2f1-6750-49d9-a9d1-4cb90bce26c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
461 | 2025.07.15 21:06:13.948816 [ 259 ] {6563b2f1-6750-49d9-a9d1-4cb90bce26c2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
462 | 2025.07.15 21:06:13.955722 [ 259 ] {6563b2f1-6750-49d9-a9d1-4cb90bce26c2} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Loading data parts | ||
463 | 2025.07.15 21:06:13.955878 [ 259 ] {6563b2f1-6750-49d9-a9d1-4cb90bce26c2} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): There are no data parts | ||
464 | 2025.07.15 21:06:13.957763 [ 259 ] {6563b2f1-6750-49d9-a9d1-4cb90bce26c2} <Debug> TCPHandler: Processed in 0.009390933 sec. | ||
465 | 2025.07.15 21:06:13.957914 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
466 | 2025.07.15 21:06:13.958098 [ 259 ] {c01d9182-4a0a-45fb-a44b-282108aed38e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
467 | 2025.07.15 21:06:13.958219 [ 259 ] {c01d9182-4a0a-45fb-a44b-282108aed38e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
468 | 2025.07.15 21:06:13.969074 [ 259 ] {c01d9182-4a0a-45fb-a44b-282108aed38e} <Debug> oximeter.measurements_cumulativef32 (abe657fe-818c-4870-9fa8-b1d5a8a61d08): Loading data parts | ||
469 | 2025.07.15 21:06:13.969282 [ 259 ] {c01d9182-4a0a-45fb-a44b-282108aed38e} <Debug> oximeter.measurements_cumulativef32 (abe657fe-818c-4870-9fa8-b1d5a8a61d08): There are no data parts | ||
470 | 2025.07.15 21:06:13.972964 [ 259 ] {c01d9182-4a0a-45fb-a44b-282108aed38e} <Debug> TCPHandler: Processed in 0.01509956 sec. | ||
471 | 2025.07.15 21:06:13.973131 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
472 | 2025.07.15 21:06:13.973392 [ 259 ] {d86f2229-951d-4daf-aa61-d95a86f3b2c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
473 | 2025.07.15 21:06:13.973534 [ 259 ] {d86f2229-951d-4daf-aa61-d95a86f3b2c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
474 | 2025.07.15 21:06:13.982091 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44714 | ||
475 | 2025.07.15 21:06:13.982409 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
476 | 2025.07.15 21:06:13.982531 [ 278 ] {} <Debug> TCP-Session: f3edb8d3-ad54-46d6-9c45-09d73cb59b15 Authenticating user 'default' from [fd00:1122:3344:101::a]:44714 | ||
477 | 2025.07.15 21:06:13.982554 [ 278 ] {} <Debug> TCP-Session: f3edb8d3-ad54-46d6-9c45-09d73cb59b15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
478 | 2025.07.15 21:06:13.982566 [ 278 ] {} <Debug> TCP-Session: f3edb8d3-ad54-46d6-9c45-09d73cb59b15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
479 | 2025.07.15 21:06:13.982697 [ 278 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
480 | 2025.07.15 21:06:13.982732 [ 278 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
481 | 2025.07.15 21:06:13.982826 [ 278 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
482 | 2025.07.15 21:06:13.983404 [ 259 ] {d86f2229-951d-4daf-aa61-d95a86f3b2c7} <Debug> oximeter.measurements_cumulativef64 (7d6ab8d3-d0cc-4c9c-9969-5cf986a83b33): Loading data parts | ||
483 | 2025.07.15 21:06:13.983716 [ 259 ] {d86f2229-951d-4daf-aa61-d95a86f3b2c7} <Debug> oximeter.measurements_cumulativef64 (7d6ab8d3-d0cc-4c9c-9969-5cf986a83b33): There are no data parts | ||
484 | 2025.07.15 21:06:13.983878 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59923 | ||
485 | 2025.07.15 21:06:13.983960 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43845 | ||
486 | 2025.07.15 21:06:13.984130 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
487 | 2025.07.15 21:06:13.984184 [ 279 ] {} <Debug> TCP-Session: 1d2de79d-3a4f-4322-966a-2187f42d70ac Authenticating user 'default' from [fd00:1122:3344:101::a]:59923 | ||
488 | 2025.07.15 21:06:13.984195 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61362 | ||
489 | 2025.07.15 21:06:13.984216 [ 279 ] {} <Debug> TCP-Session: 1d2de79d-3a4f-4322-966a-2187f42d70ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
490 | 2025.07.15 21:06:13.984281 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
491 | 2025.07.15 21:06:13.984212 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52437 | ||
492 | 2025.07.15 21:06:13.984386 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
493 | 2025.07.15 21:06:13.984444 [ 280 ] {} <Debug> TCP-Session: 3a0c824e-248b-4949-b640-3b266cf9cf9d Authenticating user 'default' from [fd00:1122:3344:101::a]:43845 | ||
494 | 2025.07.15 21:06:13.984495 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33960 | ||
495 | 2025.07.15 21:06:13.984395 [ 279 ] {} <Debug> TCP-Session: 1d2de79d-3a4f-4322-966a-2187f42d70ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
496 | 2025.07.15 21:06:13.984557 [ 282 ] {} <Debug> TCP-Session: 80c7529d-6493-4ede-84b8-a78abd57ac42 Authenticating user 'default' from [fd00:1122:3344:101::a]:61362 | ||
497 | 2025.07.15 21:06:13.984626 [ 280 ] {} <Debug> TCP-Session: 3a0c824e-248b-4949-b640-3b266cf9cf9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2025.07.15 21:06:13.984633 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49252 | ||
499 | 2025.07.15 21:06:13.984646 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
500 | 2025.07.15 21:06:13.984720 [ 280 ] {} <Debug> TCP-Session: 3a0c824e-248b-4949-b640-3b266cf9cf9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
501 | 2025.07.15 21:06:13.984694 [ 282 ] {} <Debug> TCP-Session: 80c7529d-6493-4ede-84b8-a78abd57ac42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
502 | 2025.07.15 21:06:13.984395 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41190 | ||
503 | 2025.07.15 21:06:13.984829 [ 282 ] {} <Debug> TCP-Session: 80c7529d-6493-4ede-84b8-a78abd57ac42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
504 | 2025.07.15 21:06:13.984846 [ 281 ] {} <Debug> TCP-Session: a651be35-6f9d-4bfc-9772-4c9a31962f80 Authenticating user 'default' from [fd00:1122:3344:101::a]:52437 | ||
505 | 2025.07.15 21:06:13.984951 [ 281 ] {} <Debug> TCP-Session: a651be35-6f9d-4bfc-9772-4c9a31962f80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2025.07.15 21:06:13.985016 [ 281 ] {} <Debug> TCP-Session: a651be35-6f9d-4bfc-9772-4c9a31962f80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
507 | 2025.07.15 21:06:13.985331 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
508 | 2025.07.15 21:06:13.985376 [ 283 ] {} <Debug> TCP-Session: cea0d294-4b24-442b-9d83-fb2db1e6c6fa Authenticating user 'default' from [fd00:1122:3344:101::a]:41190 | ||
509 | 2025.07.15 21:06:13.985401 [ 283 ] {} <Debug> TCP-Session: cea0d294-4b24-442b-9d83-fb2db1e6c6fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2025.07.15 21:06:13.985525 [ 283 ] {} <Debug> TCP-Session: cea0d294-4b24-442b-9d83-fb2db1e6c6fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2025.07.15 21:06:13.986157 [ 259 ] {d86f2229-951d-4daf-aa61-d95a86f3b2c7} <Debug> TCPHandler: Processed in 0.013079998 sec. | ||
512 | 2025.07.15 21:06:13.986333 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
513 | 2025.07.15 21:06:13.986448 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
514 | 2025.07.15 21:06:13.986496 [ 285 ] {} <Debug> TCP-Session: e1a1fa21-1591-4106-8cbf-1b4c01dfe773 Authenticating user 'default' from [fd00:1122:3344:101::a]:49252 | ||
515 | 2025.07.15 21:06:13.986519 [ 285 ] {} <Debug> TCP-Session: e1a1fa21-1591-4106-8cbf-1b4c01dfe773 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
516 | 2025.07.15 21:06:13.986642 [ 285 ] {} <Debug> TCP-Session: e1a1fa21-1591-4106-8cbf-1b4c01dfe773 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
517 | 2025.07.15 21:06:13.986662 [ 259 ] {db40b7e7-c6e7-4ebe-b221-d7cccaf531cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
518 | * NOTE: Array types cannot be Nullable, see | ||
519 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
520 | * for more details. | ||
521 | * | ||
522 | * This means we need to use empty arrays to indicate a missing value. This | ||
523 | * is unfortunate, and at this point relies on the fact that an | ||
524 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
525 | * to figure out another way to represent missing samples here. | ||
526 | */ | ||
527 | 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) | ||
528 | 2025.07.15 21:06:13.986832 [ 259 ] {db40b7e7-c6e7-4ebe-b221-d7cccaf531cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
529 | 2025.07.15 21:06:13.989420 [ 259 ] {db40b7e7-c6e7-4ebe-b221-d7cccaf531cf} <Debug> oximeter.measurements_histogrami8 (e03037ea-29c6-4d17-b622-70699f751d29): Loading data parts | ||
530 | 2025.07.15 21:06:13.989576 [ 259 ] {db40b7e7-c6e7-4ebe-b221-d7cccaf531cf} <Debug> oximeter.measurements_histogrami8 (e03037ea-29c6-4d17-b622-70699f751d29): There are no data parts | ||
531 | 2025.07.15 21:06:13.997999 [ 259 ] {db40b7e7-c6e7-4ebe-b221-d7cccaf531cf} <Debug> TCPHandler: Processed in 0.011729934 sec. | ||
532 | 2025.07.15 21:06:13.998157 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
533 | 2025.07.15 21:06:13.998380 [ 259 ] {d6617478-c1f1-434c-b278-6c5b46560c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
534 | 2025.07.15 21:06:13.998555 [ 259 ] {d6617478-c1f1-434c-b278-6c5b46560c5a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
535 | 2025.07.15 21:06:14.000375 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 122.52 MiB, peak 122.52 MiB, free memory in arenas 0.00 B, will set to 133.90 MiB (RSS), difference: 11.38 MiB | ||
536 | 2025.07.15 21:06:14.000468 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
537 | 2025.07.15 21:06:14.000513 [ 284 ] {} <Debug> TCP-Session: 7468239c-9583-4805-ade3-68b6a18c7a74 Authenticating user 'default' from [fd00:1122:3344:101::a]:33960 | ||
538 | 2025.07.15 21:06:14.000583 [ 284 ] {} <Debug> TCP-Session: 7468239c-9583-4805-ade3-68b6a18c7a74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
539 | 2025.07.15 21:06:14.000638 [ 284 ] {} <Debug> TCP-Session: 7468239c-9583-4805-ade3-68b6a18c7a74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2025.07.15 21:06:14.004495 [ 259 ] {d6617478-c1f1-434c-b278-6c5b46560c5a} <Debug> oximeter.measurements_histogramu8 (ac947b95-7f0f-4635-9eca-688090edcbee): Loading data parts | ||
541 | 2025.07.15 21:06:14.004772 [ 259 ] {d6617478-c1f1-434c-b278-6c5b46560c5a} <Debug> oximeter.measurements_histogramu8 (ac947b95-7f0f-4635-9eca-688090edcbee): There are no data parts | ||
542 | 2025.07.15 21:06:14.012773 [ 259 ] {d6617478-c1f1-434c-b278-6c5b46560c5a} <Debug> TCPHandler: Processed in 0.014665159 sec. | ||
543 | 2025.07.15 21:06:14.012992 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
544 | 2025.07.15 21:06:14.013391 [ 259 ] {926bc512-80ff-4b5b-b78b-0002b85921cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
545 | 2025.07.15 21:06:14.013573 [ 259 ] {926bc512-80ff-4b5b-b78b-0002b85921cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
546 | 2025.07.15 21:06:14.023569 [ 259 ] {926bc512-80ff-4b5b-b78b-0002b85921cc} <Debug> oximeter.measurements_histogrami16 (8b17ea26-f002-4d25-86e8-e779d950cd0b): Loading data parts | ||
547 | 2025.07.15 21:06:14.023727 [ 259 ] {926bc512-80ff-4b5b-b78b-0002b85921cc} <Debug> oximeter.measurements_histogrami16 (8b17ea26-f002-4d25-86e8-e779d950cd0b): There are no data parts | ||
548 | 2025.07.15 21:06:14.033471 [ 259 ] {926bc512-80ff-4b5b-b78b-0002b85921cc} <Debug> TCPHandler: Processed in 0.020563561 sec. | ||
549 | 2025.07.15 21:06:14.033809 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
550 | 2025.07.15 21:06:14.034037 [ 259 ] {b166a8e1-a47a-48cb-bbbb-09b9fdeca92d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
551 | 2025.07.15 21:06:14.034196 [ 259 ] {b166a8e1-a47a-48cb-bbbb-09b9fdeca92d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
552 | 2025.07.15 21:06:14.038181 [ 259 ] {b166a8e1-a47a-48cb-bbbb-09b9fdeca92d} <Debug> oximeter.measurements_histogramu16 (e233cb48-d2f9-4fe6-9e50-522ae5f1a4fd): Loading data parts | ||
553 | 2025.07.15 21:06:14.038401 [ 259 ] {b166a8e1-a47a-48cb-bbbb-09b9fdeca92d} <Debug> oximeter.measurements_histogramu16 (e233cb48-d2f9-4fe6-9e50-522ae5f1a4fd): There are no data parts | ||
554 | 2025.07.15 21:06:14.049884 [ 259 ] {b166a8e1-a47a-48cb-bbbb-09b9fdeca92d} <Debug> TCPHandler: Processed in 0.016145807 sec. | ||
555 | 2025.07.15 21:06:14.050056 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
556 | 2025.07.15 21:06:14.050393 [ 259 ] {391acd60-e9e1-43b0-b06f-1b248eeb886b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
557 | 2025.07.15 21:06:14.050605 [ 259 ] {391acd60-e9e1-43b0-b06f-1b248eeb886b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
558 | 2025.07.15 21:06:14.056920 [ 259 ] {391acd60-e9e1-43b0-b06f-1b248eeb886b} <Debug> oximeter.measurements_histogrami32 (0bad2d93-46d4-4ad6-a0ff-844734da732b): Loading data parts | ||
559 | 2025.07.15 21:06:14.057087 [ 259 ] {391acd60-e9e1-43b0-b06f-1b248eeb886b} <Debug> oximeter.measurements_histogrami32 (0bad2d93-46d4-4ad6-a0ff-844734da732b): There are no data parts | ||
560 | 2025.07.15 21:06:14.068230 [ 259 ] {391acd60-e9e1-43b0-b06f-1b248eeb886b} <Debug> TCPHandler: Processed in 0.018224071 sec. | ||
561 | 2025.07.15 21:06:14.068533 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
562 | 2025.07.15 21:06:14.068841 [ 259 ] {7b52d284-9d30-4f87-99b8-eb6864d2d4b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
563 | 2025.07.15 21:06:14.069033 [ 259 ] {7b52d284-9d30-4f87-99b8-eb6864d2d4b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
564 | 2025.07.15 21:06:14.074476 [ 259 ] {7b52d284-9d30-4f87-99b8-eb6864d2d4b7} <Debug> oximeter.measurements_histogramu32 (d95f8ed8-7e44-483d-8e12-c3d000424a30): Loading data parts | ||
565 | 2025.07.15 21:06:14.074705 [ 259 ] {7b52d284-9d30-4f87-99b8-eb6864d2d4b7} <Debug> oximeter.measurements_histogramu32 (d95f8ed8-7e44-483d-8e12-c3d000424a30): There are no data parts | ||
566 | 2025.07.15 21:06:14.085158 [ 259 ] {7b52d284-9d30-4f87-99b8-eb6864d2d4b7} <Debug> TCPHandler: Processed in 0.016701312 sec. | ||
567 | 2025.07.15 21:06:14.085341 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
568 | 2025.07.15 21:06:14.085725 [ 259 ] {572be8b1-c283-4581-b61e-287c30e2c403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
569 | 2025.07.15 21:06:14.085874 [ 259 ] {572be8b1-c283-4581-b61e-287c30e2c403} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
570 | 2025.07.15 21:06:14.089787 [ 259 ] {572be8b1-c283-4581-b61e-287c30e2c403} <Debug> oximeter.measurements_histogrami64 (279905da-e5da-483a-9f1b-ab6a1b188ec0): Loading data parts | ||
571 | 2025.07.15 21:06:14.090021 [ 259 ] {572be8b1-c283-4581-b61e-287c30e2c403} <Debug> oximeter.measurements_histogrami64 (279905da-e5da-483a-9f1b-ab6a1b188ec0): There are no data parts | ||
572 | 2025.07.15 21:06:14.100607 [ 259 ] {572be8b1-c283-4581-b61e-287c30e2c403} <Debug> TCPHandler: Processed in 0.015325256 sec. | ||
573 | 2025.07.15 21:06:14.100877 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
574 | 2025.07.15 21:06:14.101100 [ 259 ] {8dc9eeb2-50cb-4c4d-8919-61b78fb4e77e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
575 | 2025.07.15 21:06:14.101245 [ 259 ] {8dc9eeb2-50cb-4c4d-8919-61b78fb4e77e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
576 | 2025.07.15 21:06:14.106619 [ 259 ] {8dc9eeb2-50cb-4c4d-8919-61b78fb4e77e} <Debug> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Loading data parts | ||
577 | 2025.07.15 21:06:14.106832 [ 259 ] {8dc9eeb2-50cb-4c4d-8919-61b78fb4e77e} <Debug> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): There are no data parts | ||
578 | 2025.07.15 21:06:14.117052 [ 259 ] {8dc9eeb2-50cb-4c4d-8919-61b78fb4e77e} <Debug> TCPHandler: Processed in 0.01623088 sec. | ||
579 | 2025.07.15 21:06:14.117239 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
580 | 2025.07.15 21:06:14.117541 [ 259 ] {dc017be9-8587-4066-a5c9-34249fd7975d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
581 | 2025.07.15 21:06:14.117683 [ 259 ] {dc017be9-8587-4066-a5c9-34249fd7975d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
582 | 2025.07.15 21:06:14.123646 [ 259 ] {dc017be9-8587-4066-a5c9-34249fd7975d} <Debug> oximeter.measurements_histogramf32 (a1dbb697-a4e2-4d49-b333-e33183896bd2): Loading data parts | ||
583 | 2025.07.15 21:06:14.123855 [ 259 ] {dc017be9-8587-4066-a5c9-34249fd7975d} <Debug> oximeter.measurements_histogramf32 (a1dbb697-a4e2-4d49-b333-e33183896bd2): There are no data parts | ||
584 | 2025.07.15 21:06:14.136706 [ 259 ] {dc017be9-8587-4066-a5c9-34249fd7975d} <Debug> TCPHandler: Processed in 0.019529115 sec. | ||
585 | 2025.07.15 21:06:14.136999 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
586 | 2025.07.15 21:06:14.137232 [ 259 ] {c4f990f8-2559-4a07-8084-6a8d372834bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
587 | 2025.07.15 21:06:14.137372 [ 259 ] {c4f990f8-2559-4a07-8084-6a8d372834bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
588 | 2025.07.15 21:06:14.149980 [ 259 ] {c4f990f8-2559-4a07-8084-6a8d372834bd} <Debug> oximeter.measurements_histogramf64 (1c1168b6-02dd-4d24-b2c6-32788826f187): Loading data parts | ||
589 | 2025.07.15 21:06:14.150192 [ 259 ] {c4f990f8-2559-4a07-8084-6a8d372834bd} <Debug> oximeter.measurements_histogramf64 (1c1168b6-02dd-4d24-b2c6-32788826f187): There are no data parts | ||
590 | 2025.07.15 21:06:14.154825 [ 259 ] {c4f990f8-2559-4a07-8084-6a8d372834bd} <Debug> TCPHandler: Processed in 0.017880422 sec. | ||
591 | 2025.07.15 21:06:14.154998 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
592 | 2025.07.15 21:06:14.155236 [ 259 ] {bc17f282-41a9-4529-b9be-03ca2d7d9df0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) /* The field tables store named dimensions of each timeseries. | ||
593 | * | ||
594 | * As with the measurement tables, there is one field table for each field data | ||
595 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
596 | * this behavior **must not** be relied upon for query correctness. | ||
597 | * | ||
598 | * The index for the fields differs from the measurements, however. Rows are | ||
599 | * sorted by timeseries name, then field name, field value, and finally | ||
600 | * timeseries key. This reflects the most common pattern for looking them up: | ||
601 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
602 | * usually then used to look up measurements. | ||
603 | * | ||
604 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
605 | * timeseries name and then key, since it would improve lookups where one | ||
606 | * already has the key. Realistically though, these tables are quite small and | ||
607 | * so performance benefits will be low in absolute terms. | ||
608 | * | ||
609 | * TTL: We use a materialized column to expire old field table records. This | ||
610 | * column is generated automatically by the database whenever a new row is | ||
611 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
612 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
613 | * record will remain during a deduplication, which will have the last | ||
614 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
615 | * measurement tables. | ||
616 | */ | ||
617 | 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) | ||
618 | 2025.07.15 21:06:14.155367 [ 259 ] {bc17f282-41a9-4529-b9be-03ca2d7d9df0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
619 | 2025.07.15 21:06:14.164659 [ 259 ] {bc17f282-41a9-4529-b9be-03ca2d7d9df0} <Debug> oximeter.fields_bool (582a591a-3045-4f79-8612-3266f26cd87b): Loading data parts | ||
620 | 2025.07.15 21:06:14.164858 [ 259 ] {bc17f282-41a9-4529-b9be-03ca2d7d9df0} <Debug> oximeter.fields_bool (582a591a-3045-4f79-8612-3266f26cd87b): There are no data parts | ||
621 | 2025.07.15 21:06:14.172061 [ 259 ] {bc17f282-41a9-4529-b9be-03ca2d7d9df0} <Debug> TCPHandler: Processed in 0.017120672 sec. | ||
622 | 2025.07.15 21:06:14.172251 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
623 | 2025.07.15 21:06:14.172528 [ 259 ] {4cf85b23-ffc1-4bf5-a005-5eb9cb6757f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
624 | 2025.07.15 21:06:14.172659 [ 259 ] {4cf85b23-ffc1-4bf5-a005-5eb9cb6757f9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
625 | 2025.07.15 21:06:14.189514 [ 259 ] {4cf85b23-ffc1-4bf5-a005-5eb9cb6757f9} <Debug> oximeter.fields_i8 (59cd14a8-f5ab-46a1-b463-f4bcc0faec4f): Loading data parts | ||
626 | 2025.07.15 21:06:14.189701 [ 259 ] {4cf85b23-ffc1-4bf5-a005-5eb9cb6757f9} <Debug> oximeter.fields_i8 (59cd14a8-f5ab-46a1-b463-f4bcc0faec4f): There are no data parts | ||
627 | 2025.07.15 21:06:14.193289 [ 259 ] {4cf85b23-ffc1-4bf5-a005-5eb9cb6757f9} <Debug> TCPHandler: Processed in 0.021088095 sec. | ||
628 | 2025.07.15 21:06:14.193467 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
629 | 2025.07.15 21:06:14.193637 [ 259 ] {64acef31-743a-42ed-b9df-42c52732ef9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
630 | 2025.07.15 21:06:14.193791 [ 259 ] {64acef31-743a-42ed-b9df-42c52732ef9e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
631 | 2025.07.15 21:06:14.210787 [ 259 ] {64acef31-743a-42ed-b9df-42c52732ef9e} <Debug> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Loading data parts | ||
632 | 2025.07.15 21:06:14.210986 [ 259 ] {64acef31-743a-42ed-b9df-42c52732ef9e} <Debug> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): There are no data parts | ||
633 | 2025.07.15 21:06:14.213588 [ 259 ] {64acef31-743a-42ed-b9df-42c52732ef9e} <Debug> TCPHandler: Processed in 0.020175631 sec. | ||
634 | 2025.07.15 21:06:14.213772 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
635 | 2025.07.15 21:06:14.214123 [ 259 ] {145265ef-52c1-4741-b7aa-4c04cda162e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
636 | 2025.07.15 21:06:14.214279 [ 259 ] {145265ef-52c1-4741-b7aa-4c04cda162e5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
637 | 2025.07.15 21:06:14.217476 [ 259 ] {145265ef-52c1-4741-b7aa-4c04cda162e5} <Debug> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Loading data parts | ||
638 | 2025.07.15 21:06:14.217682 [ 259 ] {145265ef-52c1-4741-b7aa-4c04cda162e5} <Debug> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): There are no data parts | ||
639 | 2025.07.15 21:06:14.236045 [ 259 ] {145265ef-52c1-4741-b7aa-4c04cda162e5} <Debug> TCPHandler: Processed in 0.022334127 sec. | ||
640 | 2025.07.15 21:06:14.236208 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
641 | 2025.07.15 21:06:14.236401 [ 259 ] {fecfff2c-99f0-4f41-b265-48f6fe1ff98b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
642 | 2025.07.15 21:06:14.236738 [ 259 ] {fecfff2c-99f0-4f41-b265-48f6fe1ff98b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
643 | 2025.07.15 21:06:14.254992 [ 259 ] {fecfff2c-99f0-4f41-b265-48f6fe1ff98b} <Debug> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Loading data parts | ||
644 | 2025.07.15 21:06:14.255241 [ 259 ] {fecfff2c-99f0-4f41-b265-48f6fe1ff98b} <Debug> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): There are no data parts | ||
645 | 2025.07.15 21:06:14.260766 [ 259 ] {fecfff2c-99f0-4f41-b265-48f6fe1ff98b} <Debug> TCPHandler: Processed in 0.024607736 sec. | ||
646 | 2025.07.15 21:06:14.260988 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
647 | 2025.07.15 21:06:14.261201 [ 259 ] {6e1b3660-5675-4af9-a311-77e07f117d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
648 | 2025.07.15 21:06:14.261327 [ 259 ] {6e1b3660-5675-4af9-a311-77e07f117d0a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
649 | 2025.07.15 21:06:14.275189 [ 259 ] {6e1b3660-5675-4af9-a311-77e07f117d0a} <Debug> oximeter.fields_i32 (a943ad27-be5a-48cd-b55f-f511531b7753): Loading data parts | ||
650 | 2025.07.15 21:06:14.275354 [ 259 ] {6e1b3660-5675-4af9-a311-77e07f117d0a} <Debug> oximeter.fields_i32 (a943ad27-be5a-48cd-b55f-f511531b7753): There are no data parts | ||
651 | 2025.07.15 21:06:14.280516 [ 259 ] {6e1b3660-5675-4af9-a311-77e07f117d0a} <Debug> TCPHandler: Processed in 0.019583806 sec. | ||
652 | 2025.07.15 21:06:14.280666 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
653 | 2025.07.15 21:06:14.280832 [ 259 ] {2afc6133-ccf7-45e8-a0f4-2db733310b70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
654 | 2025.07.15 21:06:14.280983 [ 259 ] {2afc6133-ccf7-45e8-a0f4-2db733310b70} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
655 | 2025.07.15 21:06:14.293024 [ 259 ] {2afc6133-ccf7-45e8-a0f4-2db733310b70} <Debug> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Loading data parts | ||
656 | 2025.07.15 21:06:14.293175 [ 259 ] {2afc6133-ccf7-45e8-a0f4-2db733310b70} <Debug> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): There are no data parts | ||
657 | 2025.07.15 21:06:14.298410 [ 259 ] {2afc6133-ccf7-45e8-a0f4-2db733310b70} <Debug> TCPHandler: Processed in 0.01779417 sec. | ||
658 | 2025.07.15 21:06:14.298680 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
659 | 2025.07.15 21:06:14.298841 [ 259 ] {6abd90a4-7caf-4328-b0d8-cf0354f1a6ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
660 | 2025.07.15 21:06:14.298990 [ 259 ] {6abd90a4-7caf-4328-b0d8-cf0354f1a6ca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
661 | 2025.07.15 21:06:14.312288 [ 259 ] {6abd90a4-7caf-4328-b0d8-cf0354f1a6ca} <Debug> oximeter.fields_i64 (4d5b4b25-6833-40ca-ac6a-78f22bbd78ef): Loading data parts | ||
662 | 2025.07.15 21:06:14.312562 [ 259 ] {6abd90a4-7caf-4328-b0d8-cf0354f1a6ca} <Debug> oximeter.fields_i64 (4d5b4b25-6833-40ca-ac6a-78f22bbd78ef): There are no data parts | ||
663 | 2025.07.15 21:06:14.317486 [ 259 ] {6abd90a4-7caf-4328-b0d8-cf0354f1a6ca} <Debug> TCPHandler: Processed in 0.018857827 sec. | ||
664 | 2025.07.15 21:06:14.317654 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
665 | 2025.07.15 21:06:14.317937 [ 259 ] {86bd24a5-9e12-49e1-8f71-b36c6068f710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
666 | 2025.07.15 21:06:14.318025 [ 259 ] {86bd24a5-9e12-49e1-8f71-b36c6068f710} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
667 | 2025.07.15 21:06:14.358673 [ 259 ] {86bd24a5-9e12-49e1-8f71-b36c6068f710} <Debug> oximeter.fields_u64 (2f6d938e-6e10-470f-8527-227bf318b99f): Loading data parts | ||
668 | 2025.07.15 21:06:14.358846 [ 259 ] {86bd24a5-9e12-49e1-8f71-b36c6068f710} <Debug> oximeter.fields_u64 (2f6d938e-6e10-470f-8527-227bf318b99f): There are no data parts | ||
669 | 2025.07.15 21:06:14.365498 [ 259 ] {86bd24a5-9e12-49e1-8f71-b36c6068f710} <Debug> TCPHandler: Processed in 0.047895568 sec. | ||
670 | 2025.07.15 21:06:14.365740 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
671 | 2025.07.15 21:06:14.365899 [ 259 ] {188cdcb4-89ff-42de-b738-0a869cdb8da9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
672 | 2025.07.15 21:06:14.366021 [ 259 ] {188cdcb4-89ff-42de-b738-0a869cdb8da9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
673 | 2025.07.15 21:06:14.375697 [ 259 ] {188cdcb4-89ff-42de-b738-0a869cdb8da9} <Debug> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Loading data parts | ||
674 | 2025.07.15 21:06:14.376028 [ 259 ] {188cdcb4-89ff-42de-b738-0a869cdb8da9} <Debug> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): There are no data parts | ||
675 | 2025.07.15 21:06:14.380313 [ 259 ] {188cdcb4-89ff-42de-b738-0a869cdb8da9} <Debug> TCPHandler: Processed in 0.014623978 sec. | ||
676 | 2025.07.15 21:06:14.380483 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
677 | 2025.07.15 21:06:14.380742 [ 259 ] {f76d9ac0-8e6a-4d18-b775-186f6fa670e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
678 | 2025.07.15 21:06:14.380902 [ 259 ] {f76d9ac0-8e6a-4d18-b775-186f6fa670e6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
679 | 2025.07.15 21:06:14.389214 [ 259 ] {f76d9ac0-8e6a-4d18-b775-186f6fa670e6} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Loading data parts | ||
680 | 2025.07.15 21:06:14.389422 [ 259 ] {f76d9ac0-8e6a-4d18-b775-186f6fa670e6} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): There are no data parts | ||
681 | 2025.07.15 21:06:14.394464 [ 259 ] {f76d9ac0-8e6a-4d18-b775-186f6fa670e6} <Debug> TCPHandler: Processed in 0.014030002 sec. | ||
682 | 2025.07.15 21:06:14.394741 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
683 | 2025.07.15 21:06:14.394903 [ 259 ] {e48238a8-c176-4e94-8348-cfd6f67ef688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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) | ||
684 | 2025.07.15 21:06:14.395046 [ 259 ] {e48238a8-c176-4e94-8348-cfd6f67ef688} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
685 | 2025.07.15 21:06:14.412374 [ 259 ] {e48238a8-c176-4e94-8348-cfd6f67ef688} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Loading data parts | ||
686 | 2025.07.15 21:06:14.412656 [ 259 ] {e48238a8-c176-4e94-8348-cfd6f67ef688} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): There are no data parts | ||
687 | 2025.07.15 21:06:14.419945 [ 259 ] {e48238a8-c176-4e94-8348-cfd6f67ef688} <Debug> TCPHandler: Processed in 0.025256532 sec. | ||
688 | 2025.07.15 21:06:14.420126 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
689 | 2025.07.15 21:06:14.420524 [ 259 ] {69add479-0c95-4c15-8aaf-b3820e4be67a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) /* The timeseries schema table stores the extracted schema for the samples | ||
690 | * oximeter collects. | ||
691 | */ | ||
692 | 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) | ||
693 | 2025.07.15 21:06:14.420661 [ 259 ] {69add479-0c95-4c15-8aaf-b3820e4be67a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
694 | 2025.07.15 21:06:14.481653 [ 259 ] {69add479-0c95-4c15-8aaf-b3820e4be67a} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8): Loading data parts | ||
695 | 2025.07.15 21:06:14.482746 [ 259 ] {69add479-0c95-4c15-8aaf-b3820e4be67a} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8): There are no data parts | ||
696 | 2025.07.15 21:06:14.493707 [ 259 ] {69add479-0c95-4c15-8aaf-b3820e4be67a} <Debug> TCPHandler: Processed in 0.073631122 sec. | ||
697 | 2025.07.15 21:06:14.494013 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
698 | 2025.07.15 21:06:14.494427 [ 260 ] {c43a901e-43c7-468c-b567-52913a236b97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
699 | 2025.07.15 21:06:14.495735 [ 260 ] {c43a901e-43c7-468c-b567-52913a236b97} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
700 | 2025.07.15 21:06:14.503690 [ 277 ] {c43a901e-43c7-468c-b567-52913a236b97} <Trace> oximeter.version (4ed5f552-cbee-42ee-b2a2-0f59926ce612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
701 | 2025.07.15 21:06:14.503883 [ 277 ] {c43a901e-43c7-468c-b567-52913a236b97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
702 | 2025.07.15 21:06:14.509419 [ 277 ] {c43a901e-43c7-468c-b567-52913a236b97} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
703 | 2025.07.15 21:06:14.510127 [ 277 ] {c43a901e-43c7-468c-b567-52913a236b97} <Trace> oximeter.version (4ed5f552-cbee-42ee-b2a2-0f59926ce612): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
704 | 2025.07.15 21:06:14.511142 [ 260 ] {c43a901e-43c7-468c-b567-52913a236b97} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016827 sec., 59.42829975634397 rows/sec., 950.85 B/sec. | ||
705 | 2025.07.15 21:06:14.511546 [ 260 ] {c43a901e-43c7-468c-b567-52913a236b97} <Debug> TCPHandler: Processed in 0.017660436 sec. | ||
706 | 2025.07.15 21:06:15.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 135.69 MiB, peak 135.69 MiB, free memory in arenas 0.00 B, will set to 139.72 MiB (RSS), difference: 4.02 MiB | ||
707 | 2025.07.15 21:06:20.527913 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
708 | 2025.07.15 21:06:20.527961 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
709 | 2025.07.15 21:06:20.528022 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
710 | 2025.07.15 21:06:20.528042 [ 245 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
711 | 2025.07.15 21:06:20.546853 [ 244 ] {} <Debug> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Loading data parts | ||
712 | 2025.07.15 21:06:20.546878 [ 245 ] {} <Debug> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Loading data parts | ||
713 | 2025.07.15 21:06:20.547278 [ 244 ] {} <Debug> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): There are no data parts | ||
714 | 2025.07.15 21:06:20.547287 [ 245 ] {} <Debug> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): There are no data parts | ||
715 | 2025.07.15 21:06:20.552284 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
716 | 2025.07.15 21:06:20.552339 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
717 | 2025.07.15 21:06:20.557677 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
718 | 2025.07.15 21:06:20.558293 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
719 | 2025.07.15 21:06:20.558437 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
720 | 2025.07.15 21:06:20.583498 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
721 | 2025.07.15 21:06:20.583660 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
722 | 2025.07.15 21:06:20.589959 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
723 | 2025.07.15 21:06:20.591107 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): 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.15 21:06:20.594346 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
725 | 2025.07.15 21:06:21.001011 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 144.86 MiB, peak 148.86 MiB, free memory in arenas 0.00 B, will set to 154.03 MiB (RSS), difference: 9.17 MiB | ||
726 | 2025.07.15 21:06:23.027619 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
727 | 2025.07.15 21:06:23.027810 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
728 | 2025.07.15 21:06:23.037491 [ 243 ] {} <Debug> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Loading data parts | ||
729 | 2025.07.15 21:06:23.037670 [ 243 ] {} <Debug> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): There are no data parts | ||
730 | 2025.07.15 21:06:23.044235 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
731 | 2025.07.15 21:06:23.044369 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
732 | 2025.07.15 21:06:23.046005 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
733 | 2025.07.15 21:06:23.046598 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): 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.15 21:06:23.046918 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
735 | 2025.07.15 21:06:24.001141 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.24 MiB, peak 158.24 MiB, free memory in arenas 0.00 B, will set to 154.79 MiB (RSS), difference: -3.45 MiB | ||
736 | 2025.07.15 21:06:27.972287 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
737 | 2025.07.15 21:06:27.972359 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
738 | 2025.07.15 21:06:28.058605 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
739 | 2025.07.15 21:06:28.063688 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
740 | 2025.07.15 21:06:28.063741 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
741 | 2025.07.15 21:06:28.064450 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
742 | 2025.07.15 21:06:28.065075 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): 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.15 21:06:28.065254 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
744 | 2025.07.15 21:06:28.094499 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
745 | 2025.07.15 21:06:28.113204 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
746 | 2025.07.15 21:06:28.113311 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
747 | 2025.07.15 21:06:28.119708 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
748 | 2025.07.15 21:06:28.120874 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): 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.15 21:06:28.124086 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
750 | 2025.07.15 21:06:29.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.48 MiB, peak 159.48 MiB, free memory in arenas 0.00 B, will set to 157.77 MiB (RSS), difference: 2.29 MiB | ||
751 | 2025.07.15 21:06:34.001236 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.78 MiB, peak 159.48 MiB, free memory in arenas 0.00 B, will set to 157.80 MiB (RSS), difference: 4.02 MiB | ||
752 | 2025.07.15 21:06:34.521575 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
753 | 2025.07.15 21:06:34.521763 [ 259 ] {236877d8-a19d-4481-9bfa-00e5c75cb011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
754 | 2025.07.15 21:06:34.524178 [ 259 ] {236877d8-a19d-4481-9bfa-00e5c75cb011} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
755 | 2025.07.15 21:06:34.526680 [ 259 ] {236877d8-a19d-4481-9bfa-00e5c75cb011} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
756 | 2025.07.15 21:06:34.531249 [ 259 ] {236877d8-a19d-4481-9bfa-00e5c75cb011} <Debug> TCPHandler: Processed in 0.009798503 sec. | ||
757 | 2025.07.15 21:06:34.538334 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
758 | 2025.07.15 21:06:34.538489 [ 259 ] {66e497e5-4090-41d9-887d-d8217cc58b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
759 | 2025.07.15 21:06:34.544816 [ 259 ] {66e497e5-4090-41d9-887d-d8217cc58b61} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
760 | 2025.07.15 21:06:34.544868 [ 259 ] {66e497e5-4090-41d9-887d-d8217cc58b61} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
761 | 2025.07.15 21:06:34.545328 [ 259 ] {66e497e5-4090-41d9-887d-d8217cc58b61} <Debug> TCPHandler: Processed in 0.007050772 sec. | ||
762 | 2025.07.15 21:06:34.545622 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
763 | 2025.07.15 21:06:34.545751 [ 259 ] {027e4abd-4249-4d9a-a032-ca16c34112e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
764 | 2025.07.15 21:06:34.546055 [ 259 ] {027e4abd-4249-4d9a-a032-ca16c34112e2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
765 | 2025.07.15 21:06:34.546101 [ 259 ] {027e4abd-4249-4d9a-a032-ca16c34112e2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
766 | 2025.07.15 21:06:34.546441 [ 259 ] {027e4abd-4249-4d9a-a032-ca16c34112e2} <Debug> TCPHandler: Processed in 0.000869533 sec. | ||
767 | 2025.07.15 21:06:34.546666 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
768 | 2025.07.15 21:06:34.546787 [ 259 ] {15675fc0-84b2-47f9-949e-79ad8a3fc3ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
769 | 2025.07.15 21:06:34.547036 [ 259 ] {15675fc0-84b2-47f9-949e-79ad8a3fc3ad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
770 | 2025.07.15 21:06:34.547081 [ 259 ] {15675fc0-84b2-47f9-949e-79ad8a3fc3ad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
771 | 2025.07.15 21:06:34.547408 [ 259 ] {15675fc0-84b2-47f9-949e-79ad8a3fc3ad} <Debug> TCPHandler: Processed in 0.00079053 sec. | ||
772 | 2025.07.15 21:06:34.547671 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
773 | 2025.07.15 21:06:34.547792 [ 259 ] {ac52c353-2da4-4f98-a640-ccbba5c3f603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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') FORMAT Native; (stage: Complete) | ||
774 | 2025.07.15 21:06:34.548041 [ 259 ] {ac52c353-2da4-4f98-a640-ccbba5c3f603} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
775 | 2025.07.15 21:06:34.548085 [ 259 ] {ac52c353-2da4-4f98-a640-ccbba5c3f603} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
776 | 2025.07.15 21:06:34.548411 [ 259 ] {ac52c353-2da4-4f98-a640-ccbba5c3f603} <Debug> TCPHandler: Processed in 0.000790151 sec. | ||
777 | 2025.07.15 21:06:34.548631 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
778 | 2025.07.15 21:06:34.548747 [ 259 ] {39e50020-d23d-4c3b-84d6-e201a19cbfcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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') FORMAT Native; (stage: Complete) | ||
779 | 2025.07.15 21:06:34.548989 [ 259 ] {39e50020-d23d-4c3b-84d6-e201a19cbfcc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
780 | 2025.07.15 21:06:34.549032 [ 259 ] {39e50020-d23d-4c3b-84d6-e201a19cbfcc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
781 | 2025.07.15 21:06:34.549351 [ 259 ] {39e50020-d23d-4c3b-84d6-e201a19cbfcc} <Debug> TCPHandler: Processed in 0.00076841 sec. | ||
782 | 2025.07.15 21:06:34.549590 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
783 | 2025.07.15 21:06:34.549712 [ 259 ] {e5c8c3e2-e7be-4d7b-ad57-ab8192c37677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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') FORMAT Native; (stage: Complete) | ||
784 | 2025.07.15 21:06:34.549952 [ 259 ] {e5c8c3e2-e7be-4d7b-ad57-ab8192c37677} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
785 | 2025.07.15 21:06:34.549995 [ 259 ] {e5c8c3e2-e7be-4d7b-ad57-ab8192c37677} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
786 | 2025.07.15 21:06:34.550312 [ 259 ] {e5c8c3e2-e7be-4d7b-ad57-ab8192c37677} <Debug> TCPHandler: Processed in 0.000778111 sec. | ||
787 | 2025.07.15 21:06:34.550521 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
788 | 2025.07.15 21:06:34.550638 [ 259 ] {dfadc1c0-c8f2-4b72-ab78-c0d365e7e63f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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') FORMAT Native; (stage: Complete) | ||
789 | 2025.07.15 21:06:34.550884 [ 259 ] {dfadc1c0-c8f2-4b72-ab78-c0d365e7e63f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
790 | 2025.07.15 21:06:34.550927 [ 259 ] {dfadc1c0-c8f2-4b72-ab78-c0d365e7e63f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
791 | 2025.07.15 21:06:34.551270 [ 259 ] {dfadc1c0-c8f2-4b72-ab78-c0d365e7e63f} <Debug> TCPHandler: Processed in 0.00080382 sec. | ||
792 | 2025.07.15 21:06:34.551538 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
793 | 2025.07.15 21:06:34.551670 [ 259 ] {6db7a3eb-acf0-41fc-97c9-0c037b2a5ebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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') FORMAT Native; (stage: Complete) | ||
794 | 2025.07.15 21:06:34.551918 [ 259 ] {6db7a3eb-acf0-41fc-97c9-0c037b2a5ebb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
795 | 2025.07.15 21:06:34.551962 [ 259 ] {6db7a3eb-acf0-41fc-97c9-0c037b2a5ebb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
796 | 2025.07.15 21:06:34.552321 [ 259 ] {6db7a3eb-acf0-41fc-97c9-0c037b2a5ebb} <Debug> TCPHandler: Processed in 0.000836221 sec. | ||
797 | 2025.07.15 21:06:34.552533 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
798 | 2025.07.15 21:06:34.552658 [ 259 ] {8dbe1931-a78a-4bd9-8c1a-41d8ba6b9797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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') FORMAT Native; (stage: Complete) | ||
799 | 2025.07.15 21:06:34.552914 [ 259 ] {8dbe1931-a78a-4bd9-8c1a-41d8ba6b9797} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
800 | 2025.07.15 21:06:34.552957 [ 259 ] {8dbe1931-a78a-4bd9-8c1a-41d8ba6b9797} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
801 | 2025.07.15 21:06:34.553294 [ 259 ] {8dbe1931-a78a-4bd9-8c1a-41d8ba6b9797} <Debug> TCPHandler: Processed in 0.000809941 sec. | ||
802 | 2025.07.15 21:06:34.553510 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
803 | 2025.07.15 21:06:34.553629 [ 259 ] {96cbd0aa-7ace-42d3-afa9-a07a521dd8ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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') FORMAT Native; (stage: Complete) | ||
804 | 2025.07.15 21:06:34.553873 [ 259 ] {96cbd0aa-7ace-42d3-afa9-a07a521dd8ae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
805 | 2025.07.15 21:06:34.553916 [ 259 ] {96cbd0aa-7ace-42d3-afa9-a07a521dd8ae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
806 | 2025.07.15 21:06:34.554254 [ 259 ] {96cbd0aa-7ace-42d3-afa9-a07a521dd8ae} <Debug> TCPHandler: Processed in 0.000792651 sec. | ||
807 | 2025.07.15 21:06:34.554469 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
808 | 2025.07.15 21:06:34.554587 [ 259 ] {e251dca9-449e-409a-9333-944744ca9369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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') FORMAT Native; (stage: Complete) | ||
809 | 2025.07.15 21:06:34.554832 [ 259 ] {e251dca9-449e-409a-9333-944744ca9369} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
810 | 2025.07.15 21:06:34.554882 [ 259 ] {e251dca9-449e-409a-9333-944744ca9369} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
811 | 2025.07.15 21:06:34.555210 [ 259 ] {e251dca9-449e-409a-9333-944744ca9369} <Debug> TCPHandler: Processed in 0.00078832 sec. | ||
812 | 2025.07.15 21:06:34.555428 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
813 | 2025.07.15 21:06:34.555543 [ 259 ] {2938b8ce-c8b5-429e-82ac-d3d300f73a94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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') FORMAT Native; (stage: Complete) | ||
814 | 2025.07.15 21:06:34.555803 [ 259 ] {2938b8ce-c8b5-429e-82ac-d3d300f73a94} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
815 | 2025.07.15 21:06:34.555850 [ 259 ] {2938b8ce-c8b5-429e-82ac-d3d300f73a94} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
816 | 2025.07.15 21:06:34.556175 [ 259 ] {2938b8ce-c8b5-429e-82ac-d3d300f73a94} <Debug> TCPHandler: Processed in 0.00079436 sec. | ||
817 | 2025.07.15 21:06:34.556393 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
818 | 2025.07.15 21:06:34.556511 [ 259 ] {44f2db4d-05ff-4f59-84a5-989c60965123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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') FORMAT Native; (stage: Complete) | ||
819 | 2025.07.15 21:06:34.556763 [ 259 ] {44f2db4d-05ff-4f59-84a5-989c60965123} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
820 | 2025.07.15 21:06:34.556808 [ 259 ] {44f2db4d-05ff-4f59-84a5-989c60965123} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
821 | 2025.07.15 21:06:34.557142 [ 259 ] {44f2db4d-05ff-4f59-84a5-989c60965123} <Debug> TCPHandler: Processed in 0.00079748 sec. | ||
822 | 2025.07.15 21:06:34.560576 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
823 | 2025.07.15 21:06:34.560685 [ 259 ] {3171c4f4-5759-478f-b827-14ed61963d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
824 | 2025.07.15 21:06:34.560728 [ 259 ] {3171c4f4-5759-478f-b827-14ed61963d11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
825 | 2025.07.15 21:06:34.561280 [ 259 ] {3171c4f4-5759-478f-b827-14ed61963d11} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
826 | 2025.07.15 21:06:34.561321 [ 259 ] {3171c4f4-5759-478f-b827-14ed61963d11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
827 | 2025.07.15 21:06:34.563924 [ 259 ] {3171c4f4-5759-478f-b827-14ed61963d11} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
828 | 2025.07.15 21:06:34.564411 [ 259 ] {3171c4f4-5759-478f-b827-14ed61963d11} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
829 | 2025.07.15 21:06:34.564575 [ 259 ] {3171c4f4-5759-478f-b827-14ed61963d11} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.003916 sec., 3575.0766087844736 rows/sec., 512.97 KiB/sec. | ||
830 | 2025.07.15 21:06:34.564627 [ 259 ] {3171c4f4-5759-478f-b827-14ed61963d11} <Debug> TCPHandler: Processed in 0.004103617 sec. | ||
831 | 2025.07.15 21:06:34.564758 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
832 | 2025.07.15 21:06:34.564861 [ 259 ] {4e0061eb-e3a0-4a31-bb2c-a00bfbc2b499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
833 | 2025.07.15 21:06:34.564904 [ 259 ] {4e0061eb-e3a0-4a31-bb2c-a00bfbc2b499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
834 | 2025.07.15 21:06:34.565451 [ 259 ] {4e0061eb-e3a0-4a31-bb2c-a00bfbc2b499} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
835 | 2025.07.15 21:06:34.565487 [ 259 ] {4e0061eb-e3a0-4a31-bb2c-a00bfbc2b499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
836 | 2025.07.15 21:06:34.565953 [ 259 ] {4e0061eb-e3a0-4a31-bb2c-a00bfbc2b499} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
837 | 2025.07.15 21:06:34.566535 [ 259 ] {4e0061eb-e3a0-4a31-bb2c-a00bfbc2b499} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
838 | 2025.07.15 21:06:34.566673 [ 259 ] {4e0061eb-e3a0-4a31-bb2c-a00bfbc2b499} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001835 sec., 14168.937329700273 rows/sec., 1.05 MiB/sec. | ||
839 | 2025.07.15 21:06:34.566709 [ 259 ] {4e0061eb-e3a0-4a31-bb2c-a00bfbc2b499} <Debug> TCPHandler: Processed in 0.002003191 sec. | ||
840 | 2025.07.15 21:06:34.566832 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
841 | 2025.07.15 21:06:34.566929 [ 259 ] {62f48d4a-6e25-4eb2-b118-b6834c15fb8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
842 | 2025.07.15 21:06:34.566969 [ 259 ] {62f48d4a-6e25-4eb2-b118-b6834c15fb8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
843 | 2025.07.15 21:06:34.567395 [ 259 ] {62f48d4a-6e25-4eb2-b118-b6834c15fb8f} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
844 | 2025.07.15 21:06:34.567432 [ 259 ] {62f48d4a-6e25-4eb2-b118-b6834c15fb8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
845 | 2025.07.15 21:06:34.567941 [ 259 ] {62f48d4a-6e25-4eb2-b118-b6834c15fb8f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
846 | 2025.07.15 21:06:34.568419 [ 259 ] {62f48d4a-6e25-4eb2-b118-b6834c15fb8f} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
847 | 2025.07.15 21:06:34.568554 [ 259 ] {62f48d4a-6e25-4eb2-b118-b6834c15fb8f} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001646 sec., 17010.93560145808 rows/sec., 1.33 MiB/sec. | ||
848 | 2025.07.15 21:06:34.568593 [ 259 ] {62f48d4a-6e25-4eb2-b118-b6834c15fb8f} <Debug> TCPHandler: Processed in 0.001812987 sec. | ||
849 | 2025.07.15 21:06:34.568718 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
850 | 2025.07.15 21:06:34.568817 [ 259 ] {e2e7588e-4e2c-4bbc-a44c-0fbf606de2cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
851 | 2025.07.15 21:06:34.568860 [ 259 ] {e2e7588e-4e2c-4bbc-a44c-0fbf606de2cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
852 | 2025.07.15 21:06:34.569365 [ 259 ] {e2e7588e-4e2c-4bbc-a44c-0fbf606de2cc} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
853 | 2025.07.15 21:06:34.569398 [ 259 ] {e2e7588e-4e2c-4bbc-a44c-0fbf606de2cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
854 | 2025.07.15 21:06:34.569956 [ 259 ] {e2e7588e-4e2c-4bbc-a44c-0fbf606de2cc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
855 | 2025.07.15 21:06:34.570510 [ 259 ] {e2e7588e-4e2c-4bbc-a44c-0fbf606de2cc} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
856 | 2025.07.15 21:06:34.570655 [ 259 ] {e2e7588e-4e2c-4bbc-a44c-0fbf606de2cc} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001861 sec., 42987.64105319721 rows/sec., 2.98 MiB/sec. | ||
857 | 2025.07.15 21:06:34.570693 [ 259 ] {e2e7588e-4e2c-4bbc-a44c-0fbf606de2cc} <Debug> TCPHandler: Processed in 0.002028232 sec. | ||
858 | 2025.07.15 21:06:34.570836 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
859 | 2025.07.15 21:06:34.570935 [ 259 ] {f59f4d39-fad8-491b-bf6c-8a0ceb88fc37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
860 | 2025.07.15 21:06:34.570977 [ 259 ] {f59f4d39-fad8-491b-bf6c-8a0ceb88fc37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
861 | 2025.07.15 21:06:34.571314 [ 259 ] {f59f4d39-fad8-491b-bf6c-8a0ceb88fc37} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
862 | 2025.07.15 21:06:34.571350 [ 259 ] {f59f4d39-fad8-491b-bf6c-8a0ceb88fc37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
863 | 2025.07.15 21:06:34.571849 [ 259 ] {f59f4d39-fad8-491b-bf6c-8a0ceb88fc37} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
864 | 2025.07.15 21:06:34.572393 [ 259 ] {f59f4d39-fad8-491b-bf6c-8a0ceb88fc37} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
865 | 2025.07.15 21:06:34.572523 [ 259 ] {f59f4d39-fad8-491b-bf6c-8a0ceb88fc37} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001609 sec., 14916.096954630206 rows/sec., 1.02 MiB/sec. | ||
866 | 2025.07.15 21:06:34.572559 [ 259 ] {f59f4d39-fad8-491b-bf6c-8a0ceb88fc37} <Debug> TCPHandler: Processed in 0.001786147 sec. | ||
867 | 2025.07.15 21:06:35.566170 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
868 | 2025.07.15 21:06:35.566667 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
869 | 2025.07.15 21:06:35.566726 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
870 | 2025.07.15 21:06:35.567447 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
871 | 2025.07.15 21:06:35.567943 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
872 | 2025.07.15 21:06:35.568093 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
873 | 2025.07.15 21:06:35.624988 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
874 | 2025.07.15 21:06:35.642914 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
875 | 2025.07.15 21:06:35.642979 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
876 | 2025.07.15 21:06:35.649566 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
877 | 2025.07.15 21:06:35.650871 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
878 | 2025.07.15 21:06:35.654437 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
879 | 2025.07.15 21:06:36.000308 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.58 MiB, peak 163.58 MiB, free memory in arenas 0.00 B, will set to 160.64 MiB (RSS), difference: 1.06 MiB | ||
880 | 2025.07.15 21:06:39.525517 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
881 | 2025.07.15 21:06:39.525701 [ 259 ] {ba155d85-864a-4bae-8773-78822c1b5d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
882 | 2025.07.15 21:06:39.525764 [ 259 ] {ba155d85-864a-4bae-8773-78822c1b5d34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
883 | 2025.07.15 21:06:39.526516 [ 259 ] {ba155d85-864a-4bae-8773-78822c1b5d34} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
884 | 2025.07.15 21:06:39.526566 [ 259 ] {ba155d85-864a-4bae-8773-78822c1b5d34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
885 | 2025.07.15 21:06:39.527138 [ 259 ] {ba155d85-864a-4bae-8773-78822c1b5d34} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
886 | 2025.07.15 21:06:39.527735 [ 259 ] {ba155d85-864a-4bae-8773-78822c1b5d34} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
887 | 2025.07.15 21:06:39.527905 [ 259 ] {ba155d85-864a-4bae-8773-78822c1b5d34} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002194 sec., 11850.501367365541 rows/sec., 902.23 KiB/sec. | ||
888 | 2025.07.15 21:06:39.527957 [ 259 ] {ba155d85-864a-4bae-8773-78822c1b5d34} <Debug> TCPHandler: Processed in 0.002533875 sec. | ||
889 | 2025.07.15 21:06:39.528091 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
890 | 2025.07.15 21:06:39.528207 [ 259 ] {c78297e5-7732-45cc-9510-77c572406fa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
891 | 2025.07.15 21:06:39.528254 [ 259 ] {c78297e5-7732-45cc-9510-77c572406fa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
892 | 2025.07.15 21:06:39.528698 [ 259 ] {c78297e5-7732-45cc-9510-77c572406fa5} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
893 | 2025.07.15 21:06:39.528742 [ 259 ] {c78297e5-7732-45cc-9510-77c572406fa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
894 | 2025.07.15 21:06:39.529185 [ 259 ] {c78297e5-7732-45cc-9510-77c572406fa5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
895 | 2025.07.15 21:06:39.529689 [ 259 ] {c78297e5-7732-45cc-9510-77c572406fa5} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
896 | 2025.07.15 21:06:39.529836 [ 259 ] {c78297e5-7732-45cc-9510-77c572406fa5} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001657 sec., 16898.008449004225 rows/sec., 1.32 MiB/sec. | ||
897 | 2025.07.15 21:06:39.529881 [ 259 ] {c78297e5-7732-45cc-9510-77c572406fa5} <Debug> TCPHandler: Processed in 0.001841657 sec. | ||
898 | 2025.07.15 21:06:39.530016 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
899 | 2025.07.15 21:06:39.530118 [ 259 ] {6fda6c22-caf4-43b7-baf7-0e404fdc1e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
900 | 2025.07.15 21:06:39.530165 [ 259 ] {6fda6c22-caf4-43b7-baf7-0e404fdc1e92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
901 | 2025.07.15 21:06:39.530582 [ 259 ] {6fda6c22-caf4-43b7-baf7-0e404fdc1e92} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
902 | 2025.07.15 21:06:39.530620 [ 259 ] {6fda6c22-caf4-43b7-baf7-0e404fdc1e92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
903 | 2025.07.15 21:06:39.531164 [ 259 ] {6fda6c22-caf4-43b7-baf7-0e404fdc1e92} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
904 | 2025.07.15 21:06:39.531651 [ 259 ] {6fda6c22-caf4-43b7-baf7-0e404fdc1e92} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
905 | 2025.07.15 21:06:39.531787 [ 259 ] {6fda6c22-caf4-43b7-baf7-0e404fdc1e92} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001691 sec., 59136.60555884092 rows/sec., 4.10 MiB/sec. | ||
906 | 2025.07.15 21:06:39.531824 [ 259 ] {6fda6c22-caf4-43b7-baf7-0e404fdc1e92} <Debug> TCPHandler: Processed in 0.001861078 sec. | ||
907 | 2025.07.15 21:06:39.531949 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
908 | 2025.07.15 21:06:39.532047 [ 259 ] {74f30439-b035-4a03-ade5-28493bcca8b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
909 | 2025.07.15 21:06:39.532093 [ 259 ] {74f30439-b035-4a03-ade5-28493bcca8b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
910 | 2025.07.15 21:06:39.532439 [ 259 ] {74f30439-b035-4a03-ade5-28493bcca8b4} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
911 | 2025.07.15 21:06:39.532476 [ 259 ] {74f30439-b035-4a03-ade5-28493bcca8b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
912 | 2025.07.15 21:06:39.533001 [ 259 ] {74f30439-b035-4a03-ade5-28493bcca8b4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
913 | 2025.07.15 21:06:39.533553 [ 259 ] {74f30439-b035-4a03-ade5-28493bcca8b4} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
914 | 2025.07.15 21:06:39.533690 [ 259 ] {74f30439-b035-4a03-ade5-28493bcca8b4} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001663 sec., 18039.68731208659 rows/sec., 1.24 MiB/sec. | ||
915 | 2025.07.15 21:06:39.533726 [ 259 ] {74f30439-b035-4a03-ade5-28493bcca8b4} <Debug> TCPHandler: Processed in 0.001827037 sec. | ||
916 | 2025.07.15 21:06:42.972422 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
917 | 2025.07.15 21:06:42.972515 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
918 | 2025.07.15 21:06:43.048263 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134 | ||
919 | 2025.07.15 21:06:43.051138 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
920 | 2025.07.15 21:06:43.051196 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
921 | 2025.07.15 21:06:43.052297 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
922 | 2025.07.15 21:06:43.052541 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
923 | 2025.07.15 21:06:43.052778 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 134 | ||
924 | 2025.07.15 21:06:43.069121 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
925 | 2025.07.15 21:06:43.069633 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
926 | 2025.07.15 21:06:43.069683 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
927 | 2025.07.15 21:06:43.070236 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
928 | 2025.07.15 21:06:43.070488 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
929 | 2025.07.15 21:06:43.070633 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
930 | 2025.07.15 21:06:43.155454 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
931 | 2025.07.15 21:06:43.173162 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
932 | 2025.07.15 21:06:43.173222 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
933 | 2025.07.15 21:06:43.179631 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
934 | 2025.07.15 21:06:43.180362 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
935 | 2025.07.15 21:06:43.183623 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
936 | 2025.07.15 21:06:44.001143 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.24 MiB, peak 165.24 MiB, free memory in arenas 0.00 B, will set to 162.39 MiB (RSS), difference: 1.16 MiB | ||
937 | 2025.07.15 21:06:44.521540 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
938 | 2025.07.15 21:06:44.521756 [ 259 ] {a35181be-380c-4b9b-a941-9a1509b9dda8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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') FORMAT Native; (stage: Complete) | ||
939 | 2025.07.15 21:06:44.526045 [ 259 ] {a35181be-380c-4b9b-a941-9a1509b9dda8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
940 | 2025.07.15 21:06:44.529923 [ 259 ] {a35181be-380c-4b9b-a941-9a1509b9dda8} <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')" moved to PREWHERE | ||
941 | 2025.07.15 21:06:44.530170 [ 259 ] {a35181be-380c-4b9b-a941-9a1509b9dda8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
942 | 2025.07.15 21:06:44.534111 [ 259 ] {a35181be-380c-4b9b-a941-9a1509b9dda8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
943 | 2025.07.15 21:06:44.538174 [ 259 ] {a35181be-380c-4b9b-a941-9a1509b9dda8} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
944 | 2025.07.15 21:06:44.542116 [ 259 ] {a35181be-380c-4b9b-a941-9a1509b9dda8} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
945 | 2025.07.15 21:06:44.544080 [ 259 ] {a35181be-380c-4b9b-a941-9a1509b9dda8} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
946 | 2025.07.15 21:06:44.544105 [ 259 ] {a35181be-380c-4b9b-a941-9a1509b9dda8} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
947 | 2025.07.15 21:06:44.546085 [ 259 ] {a35181be-380c-4b9b-a941-9a1509b9dda8} <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'))" | ||
948 | 2025.07.15 21:06:44.546116 [ 259 ] {a35181be-380c-4b9b-a941-9a1509b9dda8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
949 | 2025.07.15 21:06:44.564901 [ 259 ] {a35181be-380c-4b9b-a941-9a1509b9dda8} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.043226 sec., 323.8791468097904 rows/sec., 13.22 KiB/sec. | ||
950 | 2025.07.15 21:06:44.565024 [ 259 ] {a35181be-380c-4b9b-a941-9a1509b9dda8} <Debug> TCPHandler: Processed in 0.043606877 sec. | ||
951 | 2025.07.15 21:06:44.566790 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
952 | 2025.07.15 21:06:44.566947 [ 259 ] {e643c59f-d22b-4778-bf94-15cd148cb7d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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') FORMAT Native; (stage: Complete) | ||
953 | 2025.07.15 21:06:44.567189 [ 259 ] {e643c59f-d22b-4778-bf94-15cd148cb7d8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
954 | 2025.07.15 21:06:44.567221 [ 259 ] {e643c59f-d22b-4778-bf94-15cd148cb7d8} <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')" moved to PREWHERE | ||
955 | 2025.07.15 21:06:44.567403 [ 259 ] {e643c59f-d22b-4778-bf94-15cd148cb7d8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
956 | 2025.07.15 21:06:44.567462 [ 259 ] {e643c59f-d22b-4778-bf94-15cd148cb7d8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
957 | 2025.07.15 21:06:44.567594 [ 259 ] {e643c59f-d22b-4778-bf94-15cd148cb7d8} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
958 | 2025.07.15 21:06:44.567625 [ 259 ] {e643c59f-d22b-4778-bf94-15cd148cb7d8} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
959 | 2025.07.15 21:06:44.567648 [ 259 ] {e643c59f-d22b-4778-bf94-15cd148cb7d8} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
960 | 2025.07.15 21:06:44.567665 [ 259 ] {e643c59f-d22b-4778-bf94-15cd148cb7d8} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
961 | 2025.07.15 21:06:44.567700 [ 259 ] {e643c59f-d22b-4778-bf94-15cd148cb7d8} <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'))" | ||
962 | 2025.07.15 21:06:44.567718 [ 259 ] {e643c59f-d22b-4778-bf94-15cd148cb7d8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
963 | 2025.07.15 21:06:44.568254 [ 259 ] {e643c59f-d22b-4778-bf94-15cd148cb7d8} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001373 sec., 10196.649672250545 rows/sec., 416.09 KiB/sec. | ||
964 | 2025.07.15 21:06:44.568341 [ 259 ] {e643c59f-d22b-4778-bf94-15cd148cb7d8} <Debug> TCPHandler: Processed in 0.001630692 sec. | ||
965 | 2025.07.15 21:06:44.568538 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
966 | 2025.07.15 21:06:44.568666 [ 259 ] {6aef1e12-4759-4921-a655-6a2b2a04bb03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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') FORMAT Native; (stage: Complete) | ||
967 | 2025.07.15 21:06:44.568870 [ 259 ] {6aef1e12-4759-4921-a655-6a2b2a04bb03} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
968 | 2025.07.15 21:06:44.568901 [ 259 ] {6aef1e12-4759-4921-a655-6a2b2a04bb03} <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')" moved to PREWHERE | ||
969 | 2025.07.15 21:06:44.569068 [ 259 ] {6aef1e12-4759-4921-a655-6a2b2a04bb03} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
970 | 2025.07.15 21:06:44.569121 [ 259 ] {6aef1e12-4759-4921-a655-6a2b2a04bb03} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
971 | 2025.07.15 21:06:44.569240 [ 259 ] {6aef1e12-4759-4921-a655-6a2b2a04bb03} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
972 | 2025.07.15 21:06:44.569269 [ 259 ] {6aef1e12-4759-4921-a655-6a2b2a04bb03} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
973 | 2025.07.15 21:06:44.569288 [ 259 ] {6aef1e12-4759-4921-a655-6a2b2a04bb03} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
974 | 2025.07.15 21:06:44.569303 [ 259 ] {6aef1e12-4759-4921-a655-6a2b2a04bb03} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
975 | 2025.07.15 21:06:44.569335 [ 259 ] {6aef1e12-4759-4921-a655-6a2b2a04bb03} <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'))" | ||
976 | 2025.07.15 21:06:44.569353 [ 259 ] {6aef1e12-4759-4921-a655-6a2b2a04bb03} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
977 | 2025.07.15 21:06:44.569894 [ 259 ] {6aef1e12-4759-4921-a655-6a2b2a04bb03} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001276 sec., 10971.7868338558 rows/sec., 447.72 KiB/sec. | ||
978 | 2025.07.15 21:06:44.569992 [ 259 ] {6aef1e12-4759-4921-a655-6a2b2a04bb03} <Debug> TCPHandler: Processed in 0.001508129 sec. | ||
979 | 2025.07.15 21:06:44.570231 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
980 | 2025.07.15 21:06:44.570375 [ 259 ] {a2d730da-a74c-482f-9b11-b4bb2e45968d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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') FORMAT Native; (stage: Complete) | ||
981 | 2025.07.15 21:06:44.570596 [ 259 ] {a2d730da-a74c-482f-9b11-b4bb2e45968d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
982 | 2025.07.15 21:06:44.570630 [ 259 ] {a2d730da-a74c-482f-9b11-b4bb2e45968d} <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')" moved to PREWHERE | ||
983 | 2025.07.15 21:06:44.570819 [ 259 ] {a2d730da-a74c-482f-9b11-b4bb2e45968d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
984 | 2025.07.15 21:06:44.570874 [ 259 ] {a2d730da-a74c-482f-9b11-b4bb2e45968d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
985 | 2025.07.15 21:06:44.570978 [ 259 ] {a2d730da-a74c-482f-9b11-b4bb2e45968d} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
986 | 2025.07.15 21:06:44.571006 [ 259 ] {a2d730da-a74c-482f-9b11-b4bb2e45968d} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
987 | 2025.07.15 21:06:44.571027 [ 259 ] {a2d730da-a74c-482f-9b11-b4bb2e45968d} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
988 | 2025.07.15 21:06:44.571044 [ 259 ] {a2d730da-a74c-482f-9b11-b4bb2e45968d} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
989 | 2025.07.15 21:06:44.571086 [ 259 ] {a2d730da-a74c-482f-9b11-b4bb2e45968d} <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'))" | ||
990 | 2025.07.15 21:06:44.571108 [ 259 ] {a2d730da-a74c-482f-9b11-b4bb2e45968d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
991 | 2025.07.15 21:06:44.571521 [ 259 ] {a2d730da-a74c-482f-9b11-b4bb2e45968d} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001207 sec., 11599.0057995029 rows/sec., 473.31 KiB/sec. | ||
992 | 2025.07.15 21:06:44.571606 [ 259 ] {a2d730da-a74c-482f-9b11-b4bb2e45968d} <Debug> TCPHandler: Processed in 0.001426297 sec. | ||
993 | 2025.07.15 21:06:44.575812 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
994 | 2025.07.15 21:06:44.575941 [ 259 ] {299f7336-4c80-44b6-bfce-0cacd002b2e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
995 | 2025.07.15 21:06:44.575994 [ 259 ] {299f7336-4c80-44b6-bfce-0cacd002b2e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
996 | 2025.07.15 21:06:44.576647 [ 259 ] {299f7336-4c80-44b6-bfce-0cacd002b2e2} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
997 | 2025.07.15 21:06:44.576694 [ 259 ] {299f7336-4c80-44b6-bfce-0cacd002b2e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
998 | 2025.07.15 21:06:44.577125 [ 259 ] {299f7336-4c80-44b6-bfce-0cacd002b2e2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
999 | 2025.07.15 21:06:44.577336 [ 259 ] {299f7336-4c80-44b6-bfce-0cacd002b2e2} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1000 | 2025.07.15 21:06:44.577485 [ 259 ] {299f7336-4c80-44b6-bfce-0cacd002b2e2} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.001582 sec., 2528.4450063211125 rows/sec., 267.29 KiB/sec. | ||
1001 | 2025.07.15 21:06:44.577527 [ 259 ] {299f7336-4c80-44b6-bfce-0cacd002b2e2} <Debug> TCPHandler: Processed in 0.001778336 sec. | ||
1002 | 2025.07.15 21:06:44.577633 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1003 | 2025.07.15 21:06:44.577732 [ 259 ] {b381f22e-55dc-4dbc-b930-289a025f8329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1004 | 2025.07.15 21:06:44.577774 [ 259 ] {b381f22e-55dc-4dbc-b930-289a025f8329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1005 | 2025.07.15 21:06:44.578202 [ 259 ] {b381f22e-55dc-4dbc-b930-289a025f8329} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1006 | 2025.07.15 21:06:44.578241 [ 259 ] {b381f22e-55dc-4dbc-b930-289a025f8329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1007 | 2025.07.15 21:06:44.578550 [ 259 ] {b381f22e-55dc-4dbc-b930-289a025f8329} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1008 | 2025.07.15 21:06:44.578787 [ 259 ] {b381f22e-55dc-4dbc-b930-289a025f8329} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): 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.15 21:06:44.578915 [ 259 ] {b381f22e-55dc-4dbc-b930-289a025f8329} <Debug> executeQuery: Read 72 rows, 6.30 KiB in 0.001204 sec., 59800.664451827244 rows/sec., 5.11 MiB/sec. | ||
1010 | 2025.07.15 21:06:44.578952 [ 259 ] {b381f22e-55dc-4dbc-b930-289a025f8329} <Debug> TCPHandler: Processed in 0.001369325 sec. | ||
1011 | 2025.07.15 21:06:44.579066 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1012 | 2025.07.15 21:06:44.579160 [ 259 ] {bc95a06a-390c-4ec6-b156-695e0117ef76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1013 | 2025.07.15 21:06:44.579199 [ 259 ] {bc95a06a-390c-4ec6-b156-695e0117ef76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1014 | 2025.07.15 21:06:44.579590 [ 259 ] {bc95a06a-390c-4ec6-b156-695e0117ef76} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1015 | 2025.07.15 21:06:44.579626 [ 259 ] {bc95a06a-390c-4ec6-b156-695e0117ef76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1016 | 2025.07.15 21:06:44.579923 [ 259 ] {bc95a06a-390c-4ec6-b156-695e0117ef76} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1017 | 2025.07.15 21:06:44.580143 [ 259 ] {bc95a06a-390c-4ec6-b156-695e0117ef76} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1018 | 2025.07.15 21:06:44.580265 [ 259 ] {bc95a06a-390c-4ec6-b156-695e0117ef76} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001124 sec., 20462.633451957296 rows/sec., 1.50 MiB/sec. | ||
1019 | 2025.07.15 21:06:44.580311 [ 259 ] {bc95a06a-390c-4ec6-b156-695e0117ef76} <Debug> TCPHandler: Processed in 0.001294163 sec. | ||
1020 | 2025.07.15 21:06:44.580421 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1021 | 2025.07.15 21:06:44.580515 [ 259 ] {34c7ff20-6bad-4749-8836-6c13be0aaa7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1022 | 2025.07.15 21:06:44.580554 [ 259 ] {34c7ff20-6bad-4749-8836-6c13be0aaa7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1023 | 2025.07.15 21:06:44.580955 [ 259 ] {34c7ff20-6bad-4749-8836-6c13be0aaa7c} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1024 | 2025.07.15 21:06:44.580991 [ 259 ] {34c7ff20-6bad-4749-8836-6c13be0aaa7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1025 | 2025.07.15 21:06:44.581293 [ 259 ] {34c7ff20-6bad-4749-8836-6c13be0aaa7c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1026 | 2025.07.15 21:06:44.581513 [ 259 ] {34c7ff20-6bad-4749-8836-6c13be0aaa7c} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1027 | 2025.07.15 21:06:44.581634 [ 259 ] {34c7ff20-6bad-4749-8836-6c13be0aaa7c} <Debug> executeQuery: Read 63 rows, 5.04 KiB in 0.001137 sec., 55408.9709762533 rows/sec., 4.33 MiB/sec. | ||
1028 | 2025.07.15 21:06:44.581679 [ 259 ] {34c7ff20-6bad-4749-8836-6c13be0aaa7c} <Debug> TCPHandler: Processed in 0.001307444 sec. | ||
1029 | 2025.07.15 21:06:44.581793 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1030 | 2025.07.15 21:06:44.581887 [ 259 ] {8ecb6565-1364-488a-b31e-18023938d288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1031 | 2025.07.15 21:06:44.581930 [ 259 ] {8ecb6565-1364-488a-b31e-18023938d288} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1032 | 2025.07.15 21:06:44.582339 [ 259 ] {8ecb6565-1364-488a-b31e-18023938d288} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1033 | 2025.07.15 21:06:44.582375 [ 259 ] {8ecb6565-1364-488a-b31e-18023938d288} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1034 | 2025.07.15 21:06:44.582701 [ 259 ] {8ecb6565-1364-488a-b31e-18023938d288} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1035 | 2025.07.15 21:06:44.582929 [ 259 ] {8ecb6565-1364-488a-b31e-18023938d288} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1036 | 2025.07.15 21:06:44.583053 [ 259 ] {8ecb6565-1364-488a-b31e-18023938d288} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001184 sec., 84459.45945945947 rows/sec., 5.86 MiB/sec. | ||
1037 | 2025.07.15 21:06:44.583096 [ 259 ] {8ecb6565-1364-488a-b31e-18023938d288} <Debug> TCPHandler: Processed in 0.001352725 sec. | ||
1038 | 2025.07.15 21:06:44.583207 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1039 | 2025.07.15 21:06:44.583300 [ 259 ] {3bbe743d-e0f8-4ad6-81c3-89a99399d8e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1040 | 2025.07.15 21:06:44.583354 [ 259 ] {3bbe743d-e0f8-4ad6-81c3-89a99399d8e5} <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 | ||
1041 | 2025.07.15 21:06:44.584216 [ 259 ] {3bbe743d-e0f8-4ad6-81c3-89a99399d8e5} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1042 | 2025.07.15 21:06:44.584252 [ 259 ] {3bbe743d-e0f8-4ad6-81c3-89a99399d8e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1043 | 2025.07.15 21:06:44.587437 [ 259 ] {3bbe743d-e0f8-4ad6-81c3-89a99399d8e5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1044 | 2025.07.15 21:06:44.587714 [ 259 ] {3bbe743d-e0f8-4ad6-81c3-89a99399d8e5} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1045 | 2025.07.15 21:06:44.587858 [ 259 ] {3bbe743d-e0f8-4ad6-81c3-89a99399d8e5} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.004575 sec., 5027.3224043715845 rows/sec., 9.01 MiB/sec. | ||
1046 | 2025.07.15 21:06:44.587917 [ 259 ] {3bbe743d-e0f8-4ad6-81c3-89a99399d8e5} <Debug> TCPHandler: Processed in 0.004759993 sec. | ||
1047 | 2025.07.15 21:06:44.588035 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1048 | 2025.07.15 21:06:44.588130 [ 259 ] {e1f86533-5a62-4be7-ae33-4403cf5636d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
1049 | 2025.07.15 21:06:44.588171 [ 259 ] {e1f86533-5a62-4be7-ae33-4403cf5636d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1050 | 2025.07.15 21:06:44.588494 [ 259 ] {e1f86533-5a62-4be7-ae33-4403cf5636d7} <Trace> oximeter.measurements_i64 (9cb5ef30-7795-41d0-a112-a1812f8d7763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1051 | 2025.07.15 21:06:44.588530 [ 259 ] {e1f86533-5a62-4be7-ae33-4403cf5636d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1052 | 2025.07.15 21:06:44.588851 [ 259 ] {e1f86533-5a62-4be7-ae33-4403cf5636d7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1053 | 2025.07.15 21:06:44.589065 [ 259 ] {e1f86533-5a62-4be7-ae33-4403cf5636d7} <Trace> oximeter.measurements_i64 (9cb5ef30-7795-41d0-a112-a1812f8d7763): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1054 | 2025.07.15 21:06:44.589187 [ 259 ] {e1f86533-5a62-4be7-ae33-4403cf5636d7} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001077 sec., 19498.607242339833 rows/sec., 1.42 MiB/sec. | ||
1055 | 2025.07.15 21:06:44.589222 [ 259 ] {e1f86533-5a62-4be7-ae33-4403cf5636d7} <Debug> TCPHandler: Processed in 0.001237292 sec. | ||
1056 | 2025.07.15 21:06:44.589324 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1057 | 2025.07.15 21:06:44.589418 [ 259 ] {531ad7f8-0590-4bf9-8864-be533eba2510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1058 | 2025.07.15 21:06:44.589458 [ 259 ] {531ad7f8-0590-4bf9-8864-be533eba2510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1059 | 2025.07.15 21:06:44.589781 [ 259 ] {531ad7f8-0590-4bf9-8864-be533eba2510} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1060 | 2025.07.15 21:06:44.589815 [ 259 ] {531ad7f8-0590-4bf9-8864-be533eba2510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1061 | 2025.07.15 21:06:44.590108 [ 259 ] {531ad7f8-0590-4bf9-8864-be533eba2510} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1062 | 2025.07.15 21:06:44.590317 [ 259 ] {531ad7f8-0590-4bf9-8864-be533eba2510} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1063 | 2025.07.15 21:06:44.590439 [ 259 ] {531ad7f8-0590-4bf9-8864-be533eba2510} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001039 sec., 28873.917228103946 rows/sec., 1.98 MiB/sec. | ||
1064 | 2025.07.15 21:06:44.590473 [ 259 ] {531ad7f8-0590-4bf9-8864-be533eba2510} <Debug> TCPHandler: Processed in 0.001198521 sec. | ||
1065 | 2025.07.15 21:06:49.521268 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1066 | 2025.07.15 21:06:49.521527 [ 259 ] {5f2d0a68-44d0-49cd-a13f-d16726fc5d40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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') FORMAT Native; (stage: Complete) | ||
1067 | 2025.07.15 21:06:49.521880 [ 259 ] {5f2d0a68-44d0-49cd-a13f-d16726fc5d40} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1068 | 2025.07.15 21:06:49.521917 [ 259 ] {5f2d0a68-44d0-49cd-a13f-d16726fc5d40} <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')" moved to PREWHERE | ||
1069 | 2025.07.15 21:06:49.522142 [ 259 ] {5f2d0a68-44d0-49cd-a13f-d16726fc5d40} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1070 | 2025.07.15 21:06:49.522224 [ 259 ] {5f2d0a68-44d0-49cd-a13f-d16726fc5d40} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1071 | 2025.07.15 21:06:49.522379 [ 259 ] {5f2d0a68-44d0-49cd-a13f-d16726fc5d40} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1072 | 2025.07.15 21:06:49.522496 [ 277 ] {5f2d0a68-44d0-49cd-a13f-d16726fc5d40} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1073 | 2025.07.15 21:06:49.522496 [ 274 ] {5f2d0a68-44d0-49cd-a13f-d16726fc5d40} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1074 | 2025.07.15 21:06:49.522618 [ 259 ] {5f2d0a68-44d0-49cd-a13f-d16726fc5d40} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
1075 | 2025.07.15 21:06:49.522646 [ 259 ] {5f2d0a68-44d0-49cd-a13f-d16726fc5d40} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1076 | 2025.07.15 21:06:49.526591 [ 259 ] {5f2d0a68-44d0-49cd-a13f-d16726fc5d40} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1077 | 2025.07.15 21:06:49.526626 [ 259 ] {5f2d0a68-44d0-49cd-a13f-d16726fc5d40} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1078 | 2025.07.15 21:06:49.526684 [ 259 ] {5f2d0a68-44d0-49cd-a13f-d16726fc5d40} <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'))" | ||
1079 | 2025.07.15 21:06:49.526735 [ 259 ] {5f2d0a68-44d0-49cd-a13f-d16726fc5d40} <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'))" | ||
1080 | 2025.07.15 21:06:49.527725 [ 259 ] {5f2d0a68-44d0-49cd-a13f-d16726fc5d40} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.006285 sec., 2863.961813842482 rows/sec., 120.26 KiB/sec. | ||
1081 | 2025.07.15 21:06:49.527841 [ 259 ] {5f2d0a68-44d0-49cd-a13f-d16726fc5d40} <Debug> TCPHandler: Processed in 0.006703773 sec. | ||
1082 | 2025.07.15 21:06:49.528148 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1083 | 2025.07.15 21:06:49.528278 [ 259 ] {d7fbea90-5129-4d01-baf7-7cbd50c16294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
1084 | 2025.07.15 21:06:49.528483 [ 259 ] {d7fbea90-5129-4d01-baf7-7cbd50c16294} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1085 | 2025.07.15 21:06:49.528516 [ 259 ] {d7fbea90-5129-4d01-baf7-7cbd50c16294} <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', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1086 | 2025.07.15 21:06:49.528696 [ 259 ] {d7fbea90-5129-4d01-baf7-7cbd50c16294} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1087 | 2025.07.15 21:06:49.528750 [ 259 ] {d7fbea90-5129-4d01-baf7-7cbd50c16294} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1088 | 2025.07.15 21:06:49.528851 [ 259 ] {d7fbea90-5129-4d01-baf7-7cbd50c16294} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1089 | 2025.07.15 21:06:49.528921 [ 277 ] {d7fbea90-5129-4d01-baf7-7cbd50c16294} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1090 | 2025.07.15 21:06:49.528929 [ 287 ] {d7fbea90-5129-4d01-baf7-7cbd50c16294} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1091 | 2025.07.15 21:06:49.529046 [ 259 ] {d7fbea90-5129-4d01-baf7-7cbd50c16294} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
1092 | 2025.07.15 21:06:49.529072 [ 259 ] {d7fbea90-5129-4d01-baf7-7cbd50c16294} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1093 | 2025.07.15 21:06:49.529127 [ 259 ] {d7fbea90-5129-4d01-baf7-7cbd50c16294} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1094 | 2025.07.15 21:06:49.529145 [ 259 ] {d7fbea90-5129-4d01-baf7-7cbd50c16294} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1095 | 2025.07.15 21:06:49.529175 [ 259 ] {d7fbea90-5129-4d01-baf7-7cbd50c16294} <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', 'static_routing_config:static_routes'))" | ||
1096 | 2025.07.15 21:06:49.529208 [ 259 ] {d7fbea90-5129-4d01-baf7-7cbd50c16294} <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', 'static_routing_config:static_routes'))" | ||
1097 | 2025.07.15 21:06:49.529829 [ 259 ] {d7fbea90-5129-4d01-baf7-7cbd50c16294} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.001602 sec., 11235.955056179775 rows/sec., 471.82 KiB/sec. | ||
1098 | 2025.07.15 21:06:49.529937 [ 259 ] {d7fbea90-5129-4d01-baf7-7cbd50c16294} <Debug> TCPHandler: Processed in 0.001842377 sec. | ||
1099 | 2025.07.15 21:06:49.530192 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1100 | 2025.07.15 21:06:49.530320 [ 259 ] {1a2e16c0-cd12-4151-90f2-b43f48b28f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
1101 | 2025.07.15 21:06:49.530523 [ 259 ] {1a2e16c0-cd12-4151-90f2-b43f48b28f89} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1102 | 2025.07.15 21:06:49.530555 [ 259 ] {1a2e16c0-cd12-4151-90f2-b43f48b28f89} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1103 | 2025.07.15 21:06:49.530728 [ 259 ] {1a2e16c0-cd12-4151-90f2-b43f48b28f89} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1104 | 2025.07.15 21:06:49.530781 [ 259 ] {1a2e16c0-cd12-4151-90f2-b43f48b28f89} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1105 | 2025.07.15 21:06:49.530889 [ 259 ] {1a2e16c0-cd12-4151-90f2-b43f48b28f89} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1106 | 2025.07.15 21:06:49.530954 [ 274 ] {1a2e16c0-cd12-4151-90f2-b43f48b28f89} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1107 | 2025.07.15 21:06:49.530959 [ 287 ] {1a2e16c0-cd12-4151-90f2-b43f48b28f89} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1108 | 2025.07.15 21:06:49.531065 [ 259 ] {1a2e16c0-cd12-4151-90f2-b43f48b28f89} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
1109 | 2025.07.15 21:06:49.531090 [ 259 ] {1a2e16c0-cd12-4151-90f2-b43f48b28f89} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1110 | 2025.07.15 21:06:49.531147 [ 259 ] {1a2e16c0-cd12-4151-90f2-b43f48b28f89} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1111 | 2025.07.15 21:06:49.531163 [ 259 ] {1a2e16c0-cd12-4151-90f2-b43f48b28f89} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1112 | 2025.07.15 21:06:49.531194 [ 259 ] {1a2e16c0-cd12-4151-90f2-b43f48b28f89} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
1113 | 2025.07.15 21:06:49.531224 [ 259 ] {1a2e16c0-cd12-4151-90f2-b43f48b28f89} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
1114 | 2025.07.15 21:06:49.531791 [ 259 ] {1a2e16c0-cd12-4151-90f2-b43f48b28f89} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.00152 sec., 11842.105263157893 rows/sec., 497.28 KiB/sec. | ||
1115 | 2025.07.15 21:06:49.531896 [ 259 ] {1a2e16c0-cd12-4151-90f2-b43f48b28f89} <Debug> TCPHandler: Processed in 0.001754665 sec. | ||
1116 | 2025.07.15 21:06:49.532121 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1117 | 2025.07.15 21:06:49.532247 [ 259 ] {48ba5e5d-b208-4c8d-88b7-4d84a1101630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1118 | 2025.07.15 21:06:49.532447 [ 259 ] {48ba5e5d-b208-4c8d-88b7-4d84a1101630} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1119 | 2025.07.15 21:06:49.532480 [ 259 ] {48ba5e5d-b208-4c8d-88b7-4d84a1101630} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1120 | 2025.07.15 21:06:49.532653 [ 259 ] {48ba5e5d-b208-4c8d-88b7-4d84a1101630} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1121 | 2025.07.15 21:06:49.532706 [ 259 ] {48ba5e5d-b208-4c8d-88b7-4d84a1101630} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1122 | 2025.07.15 21:06:49.532804 [ 259 ] {48ba5e5d-b208-4c8d-88b7-4d84a1101630} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1123 | 2025.07.15 21:06:49.532866 [ 277 ] {48ba5e5d-b208-4c8d-88b7-4d84a1101630} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1124 | 2025.07.15 21:06:49.532866 [ 274 ] {48ba5e5d-b208-4c8d-88b7-4d84a1101630} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1125 | 2025.07.15 21:06:49.532957 [ 259 ] {48ba5e5d-b208-4c8d-88b7-4d84a1101630} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
1126 | 2025.07.15 21:06:49.532981 [ 259 ] {48ba5e5d-b208-4c8d-88b7-4d84a1101630} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1127 | 2025.07.15 21:06:49.533036 [ 259 ] {48ba5e5d-b208-4c8d-88b7-4d84a1101630} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1128 | 2025.07.15 21:06:49.533053 [ 259 ] {48ba5e5d-b208-4c8d-88b7-4d84a1101630} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1129 | 2025.07.15 21:06:49.533083 [ 259 ] {48ba5e5d-b208-4c8d-88b7-4d84a1101630} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1130 | 2025.07.15 21:06:49.533114 [ 259 ] {48ba5e5d-b208-4c8d-88b7-4d84a1101630} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1131 | 2025.07.15 21:06:49.533716 [ 259 ] {48ba5e5d-b208-4c8d-88b7-4d84a1101630} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.001515 sec., 11881.18811881188 rows/sec., 498.92 KiB/sec. | ||
1132 | 2025.07.15 21:06:49.533841 [ 259 ] {48ba5e5d-b208-4c8d-88b7-4d84a1101630} <Debug> TCPHandler: Processed in 0.001770585 sec. | ||
1133 | 2025.07.15 21:06:49.537893 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1134 | 2025.07.15 21:06:49.538007 [ 259 ] {6911e9ca-bdf0-46ff-8019-d71dc5c9274f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1135 | 2025.07.15 21:06:49.538051 [ 259 ] {6911e9ca-bdf0-46ff-8019-d71dc5c9274f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1136 | 2025.07.15 21:06:49.538742 [ 259 ] {6911e9ca-bdf0-46ff-8019-d71dc5c9274f} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1137 | 2025.07.15 21:06:49.538791 [ 259 ] {6911e9ca-bdf0-46ff-8019-d71dc5c9274f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1138 | 2025.07.15 21:06:49.539229 [ 259 ] {6911e9ca-bdf0-46ff-8019-d71dc5c9274f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1139 | 2025.07.15 21:06:49.539422 [ 259 ] {6911e9ca-bdf0-46ff-8019-d71dc5c9274f} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1140 | 2025.07.15 21:06:49.539564 [ 259 ] {6911e9ca-bdf0-46ff-8019-d71dc5c9274f} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001589 sec., 2517.3064820641916 rows/sec., 320.19 KiB/sec. | ||
1141 | 2025.07.15 21:06:49.539603 [ 259 ] {6911e9ca-bdf0-46ff-8019-d71dc5c9274f} <Debug> TCPHandler: Processed in 0.001764415 sec. | ||
1142 | 2025.07.15 21:06:49.539713 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1143 | 2025.07.15 21:06:49.539812 [ 259 ] {4413673a-0b85-4489-9b24-94aaaeea1271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1144 | 2025.07.15 21:06:49.539852 [ 259 ] {4413673a-0b85-4489-9b24-94aaaeea1271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1145 | 2025.07.15 21:06:49.540299 [ 259 ] {4413673a-0b85-4489-9b24-94aaaeea1271} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1146 | 2025.07.15 21:06:49.540337 [ 259 ] {4413673a-0b85-4489-9b24-94aaaeea1271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1147 | 2025.07.15 21:06:49.540672 [ 259 ] {4413673a-0b85-4489-9b24-94aaaeea1271} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1148 | 2025.07.15 21:06:49.540882 [ 259 ] {4413673a-0b85-4489-9b24-94aaaeea1271} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1149 | 2025.07.15 21:06:49.541033 [ 259 ] {4413673a-0b85-4489-9b24-94aaaeea1271} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.001242 sec., 24154.589371980674 rows/sec., 1.82 MiB/sec. | ||
1150 | 2025.07.15 21:06:49.541075 [ 259 ] {4413673a-0b85-4489-9b24-94aaaeea1271} <Debug> TCPHandler: Processed in 0.001412176 sec. | ||
1151 | 2025.07.15 21:06:49.541189 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1152 | 2025.07.15 21:06:49.541286 [ 259 ] {94737466-84b3-4c3f-967f-559472045111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1153 | 2025.07.15 21:06:49.541326 [ 259 ] {94737466-84b3-4c3f-967f-559472045111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1154 | 2025.07.15 21:06:49.541752 [ 259 ] {94737466-84b3-4c3f-967f-559472045111} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1155 | 2025.07.15 21:06:49.541789 [ 259 ] {94737466-84b3-4c3f-967f-559472045111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1156 | 2025.07.15 21:06:49.542095 [ 259 ] {94737466-84b3-4c3f-967f-559472045111} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1157 | 2025.07.15 21:06:49.542311 [ 259 ] {94737466-84b3-4c3f-967f-559472045111} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1158 | 2025.07.15 21:06:49.542443 [ 259 ] {94737466-84b3-4c3f-967f-559472045111} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001176 sec., 30612.244897959186 rows/sec., 2.39 MiB/sec. | ||
1159 | 2025.07.15 21:06:49.542481 [ 259 ] {94737466-84b3-4c3f-967f-559472045111} <Debug> TCPHandler: Processed in 0.001341804 sec. | ||
1160 | 2025.07.15 21:06:49.542594 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1161 | 2025.07.15 21:06:49.542689 [ 259 ] {63aa5707-e062-4794-9a1c-99a4496b07ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1162 | 2025.07.15 21:06:49.542731 [ 259 ] {63aa5707-e062-4794-9a1c-99a4496b07ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1163 | 2025.07.15 21:06:49.543093 [ 259 ] {63aa5707-e062-4794-9a1c-99a4496b07ca} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1164 | 2025.07.15 21:06:49.543130 [ 259 ] {63aa5707-e062-4794-9a1c-99a4496b07ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1165 | 2025.07.15 21:06:49.543467 [ 259 ] {63aa5707-e062-4794-9a1c-99a4496b07ca} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1166 | 2025.07.15 21:06:49.543701 [ 259 ] {63aa5707-e062-4794-9a1c-99a4496b07ca} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1167 | 2025.07.15 21:06:49.543826 [ 259 ] {63aa5707-e062-4794-9a1c-99a4496b07ca} <Debug> executeQuery: Read 108 rows, 7.71 KiB in 0.001155 sec., 93506.49350649351 rows/sec., 6.52 MiB/sec. | ||
1168 | 2025.07.15 21:06:49.543871 [ 259 ] {63aa5707-e062-4794-9a1c-99a4496b07ca} <Debug> TCPHandler: Processed in 0.001329514 sec. | ||
1169 | 2025.07.15 21:06:49.543991 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1170 | 2025.07.15 21:06:49.544086 [ 259 ] {32acd590-bd2d-4bc6-858b-8048d475099d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1171 | 2025.07.15 21:06:49.544127 [ 259 ] {32acd590-bd2d-4bc6-858b-8048d475099d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1172 | 2025.07.15 21:06:49.544450 [ 259 ] {32acd590-bd2d-4bc6-858b-8048d475099d} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1173 | 2025.07.15 21:06:49.544486 [ 259 ] {32acd590-bd2d-4bc6-858b-8048d475099d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1174 | 2025.07.15 21:06:49.544785 [ 259 ] {32acd590-bd2d-4bc6-858b-8048d475099d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1175 | 2025.07.15 21:06:49.545002 [ 259 ] {32acd590-bd2d-4bc6-858b-8048d475099d} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1176 | 2025.07.15 21:06:49.545131 [ 259 ] {32acd590-bd2d-4bc6-858b-8048d475099d} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001063 sec., 35747.883349012234 rows/sec., 2.40 MiB/sec. | ||
1177 | 2025.07.15 21:06:49.545175 [ 259 ] {32acd590-bd2d-4bc6-858b-8048d475099d} <Debug> TCPHandler: Processed in 0.001235622 sec. | ||
1178 | 2025.07.15 21:06:50.571600 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
1179 | 2025.07.15 21:06:50.572090 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1180 | 2025.07.15 21:06:50.572143 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1181 | 2025.07.15 21:06:50.572685 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1182 | 2025.07.15 21:06:50.572935 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1183 | 2025.07.15 21:06:50.573117 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
1184 | 2025.07.15 21:06:50.684581 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
1185 | 2025.07.15 21:06:50.701208 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1186 | 2025.07.15 21:06:50.701275 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1187 | 2025.07.15 21:06:50.707359 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1188 | 2025.07.15 21:06:50.708089 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1189 | 2025.07.15 21:06:50.710995 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
1190 | 2025.07.15 21:06:53.053833 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 176 | ||
1191 | 2025.07.15 21:06:53.056112 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1192 | 2025.07.15 21:06:53.056157 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1193 | 2025.07.15 21:06:53.057300 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1194 | 2025.07.15 21:06:53.057544 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1195 | 2025.07.15 21:06:53.057770 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 176 | ||
1196 | 2025.07.15 21:06:54.526104 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1197 | 2025.07.15 21:06:54.526285 [ 259 ] {87a59935-8d43-400b-81de-e1258c6c76b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1198 | 2025.07.15 21:06:54.526352 [ 259 ] {87a59935-8d43-400b-81de-e1258c6c76b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1199 | 2025.07.15 21:06:54.526996 [ 259 ] {87a59935-8d43-400b-81de-e1258c6c76b4} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1200 | 2025.07.15 21:06:54.527038 [ 259 ] {87a59935-8d43-400b-81de-e1258c6c76b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1201 | 2025.07.15 21:06:54.527426 [ 259 ] {87a59935-8d43-400b-81de-e1258c6c76b4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1202 | 2025.07.15 21:06:54.527653 [ 259 ] {87a59935-8d43-400b-81de-e1258c6c76b4} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1203 | 2025.07.15 21:06:54.527811 [ 259 ] {87a59935-8d43-400b-81de-e1258c6c76b4} <Debug> executeQuery: Read 76 rows, 6.64 KiB in 0.001574 sec., 48284.625158831004 rows/sec., 4.12 MiB/sec. | ||
1204 | 2025.07.15 21:06:54.527860 [ 259 ] {87a59935-8d43-400b-81de-e1258c6c76b4} <Debug> TCPHandler: Processed in 0.001879888 sec. | ||
1205 | 2025.07.15 21:06:54.527988 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1206 | 2025.07.15 21:06:54.528097 [ 259 ] {6aa582c8-0d1e-4d4c-a78d-05b10ef7d638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1207 | 2025.07.15 21:06:54.528142 [ 259 ] {6aa582c8-0d1e-4d4c-a78d-05b10ef7d638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1208 | 2025.07.15 21:06:54.528574 [ 259 ] {6aa582c8-0d1e-4d4c-a78d-05b10ef7d638} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1209 | 2025.07.15 21:06:54.528612 [ 259 ] {6aa582c8-0d1e-4d4c-a78d-05b10ef7d638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1210 | 2025.07.15 21:06:54.528921 [ 259 ] {6aa582c8-0d1e-4d4c-a78d-05b10ef7d638} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1211 | 2025.07.15 21:06:54.529152 [ 259 ] {6aa582c8-0d1e-4d4c-a78d-05b10ef7d638} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1212 | 2025.07.15 21:06:54.529288 [ 259 ] {6aa582c8-0d1e-4d4c-a78d-05b10ef7d638} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001217 sec., 18898.931799506983 rows/sec., 1.39 MiB/sec. | ||
1213 | 2025.07.15 21:06:54.529327 [ 259 ] {6aa582c8-0d1e-4d4c-a78d-05b10ef7d638} <Debug> TCPHandler: Processed in 0.001393666 sec. | ||
1214 | 2025.07.15 21:06:54.529444 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1215 | 2025.07.15 21:06:54.529542 [ 259 ] {9546753a-dfe2-49fa-959f-4b0ddbd27c09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1216 | 2025.07.15 21:06:54.529583 [ 259 ] {9546753a-dfe2-49fa-959f-4b0ddbd27c09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1217 | 2025.07.15 21:06:54.530002 [ 259 ] {9546753a-dfe2-49fa-959f-4b0ddbd27c09} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1218 | 2025.07.15 21:06:54.530040 [ 259 ] {9546753a-dfe2-49fa-959f-4b0ddbd27c09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1219 | 2025.07.15 21:06:54.530348 [ 259 ] {9546753a-dfe2-49fa-959f-4b0ddbd27c09} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1220 | 2025.07.15 21:06:54.530559 [ 259 ] {9546753a-dfe2-49fa-959f-4b0ddbd27c09} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1221 | 2025.07.15 21:06:54.530693 [ 259 ] {9546753a-dfe2-49fa-959f-4b0ddbd27c09} <Debug> executeQuery: Read 59 rows, 4.72 KiB in 0.001171 sec., 50384.286934244235 rows/sec., 3.94 MiB/sec. | ||
1222 | 2025.07.15 21:06:54.530732 [ 259 ] {9546753a-dfe2-49fa-959f-4b0ddbd27c09} <Debug> TCPHandler: Processed in 0.001339124 sec. | ||
1223 | 2025.07.15 21:06:54.530842 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1224 | 2025.07.15 21:06:54.530938 [ 259 ] {bb3f5681-d750-4167-a884-9c9c688cb56a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1225 | 2025.07.15 21:06:54.530983 [ 259 ] {bb3f5681-d750-4167-a884-9c9c688cb56a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1226 | 2025.07.15 21:06:54.531370 [ 259 ] {bb3f5681-d750-4167-a884-9c9c688cb56a} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1227 | 2025.07.15 21:06:54.531408 [ 259 ] {bb3f5681-d750-4167-a884-9c9c688cb56a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1228 | 2025.07.15 21:06:54.531745 [ 259 ] {bb3f5681-d750-4167-a884-9c9c688cb56a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1229 | 2025.07.15 21:06:54.531957 [ 259 ] {bb3f5681-d750-4167-a884-9c9c688cb56a} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1230 | 2025.07.15 21:06:54.532086 [ 259 ] {bb3f5681-d750-4167-a884-9c9c688cb56a} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001168 sec., 94178.08219178082 rows/sec., 6.57 MiB/sec. | ||
1231 | 2025.07.15 21:06:54.532123 [ 259 ] {bb3f5681-d750-4167-a884-9c9c688cb56a} <Debug> TCPHandler: Processed in 0.001330765 sec. | ||
1232 | 2025.07.15 21:06:54.532241 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1233 | 2025.07.15 21:06:54.532336 [ 259 ] {166fdf8f-7010-4e58-941d-8aacf0068798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1234 | 2025.07.15 21:06:54.532391 [ 259 ] {166fdf8f-7010-4e58-941d-8aacf0068798} <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 | ||
1235 | 2025.07.15 21:06:54.533207 [ 259 ] {166fdf8f-7010-4e58-941d-8aacf0068798} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1236 | 2025.07.15 21:06:54.533246 [ 259 ] {166fdf8f-7010-4e58-941d-8aacf0068798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1237 | 2025.07.15 21:06:54.533788 [ 259 ] {166fdf8f-7010-4e58-941d-8aacf0068798} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1238 | 2025.07.15 21:06:54.534040 [ 259 ] {166fdf8f-7010-4e58-941d-8aacf0068798} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1239 | 2025.07.15 21:06:54.534182 [ 259 ] {166fdf8f-7010-4e58-941d-8aacf0068798} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001865 sec., 12332.439678284183 rows/sec., 22.10 MiB/sec. | ||
1240 | 2025.07.15 21:06:54.534245 [ 259 ] {166fdf8f-7010-4e58-941d-8aacf0068798} <Debug> TCPHandler: Processed in 0.002055833 sec. | ||
1241 | 2025.07.15 21:06:54.534385 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1242 | 2025.07.15 21:06:54.534487 [ 259 ] {ae256156-4fda-4e49-ac6b-e04d06945472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1243 | 2025.07.15 21:06:54.534531 [ 259 ] {ae256156-4fda-4e49-ac6b-e04d06945472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1244 | 2025.07.15 21:06:54.534878 [ 259 ] {ae256156-4fda-4e49-ac6b-e04d06945472} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1245 | 2025.07.15 21:06:54.534914 [ 259 ] {ae256156-4fda-4e49-ac6b-e04d06945472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1246 | 2025.07.15 21:06:54.535229 [ 259 ] {ae256156-4fda-4e49-ac6b-e04d06945472} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1247 | 2025.07.15 21:06:54.535444 [ 259 ] {ae256156-4fda-4e49-ac6b-e04d06945472} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1248 | 2025.07.15 21:06:54.535576 [ 259 ] {ae256156-4fda-4e49-ac6b-e04d06945472} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001109 sec., 36068.53020739405 rows/sec., 2.41 MiB/sec. | ||
1249 | 2025.07.15 21:06:54.535612 [ 259 ] {ae256156-4fda-4e49-ac6b-e04d06945472} <Debug> TCPHandler: Processed in 0.001280562 sec. | ||
1250 | 2025.07.15 21:06:57.972759 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1251 | 2025.07.15 21:06:57.972834 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1252 | 2025.07.15 21:06:58.073311 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
1253 | 2025.07.15 21:06:58.073815 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1254 | 2025.07.15 21:06:58.073862 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1255 | 2025.07.15 21:06:58.074385 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1256 | 2025.07.15 21:06:58.074651 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1257 | 2025.07.15 21:06:58.074779 [ 65 ] {} <Debug> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1258 | 2025.07.15 21:06:58.074797 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
1259 | 2025.07.15 21:06:58.074858 [ 65 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1260 | 2025.07.15 21:06:58.074884 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1261 | 2025.07.15 21:06:58.076974 [ 187 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
1262 | 2025.07.15 21:06:58.079022 [ 187 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1263 | 2025.07.15 21:06:58.079110 [ 187 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
1264 | 2025.07.15 21:06:58.079213 [ 187 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
1265 | 2025.07.15 21:06:58.079263 [ 187 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
1266 | 2025.07.15 21:06:58.079307 [ 187 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
1267 | 2025.07.15 21:06:58.079347 [ 187 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
1268 | 2025.07.15 21:06:58.079385 [ 187 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
1269 | 2025.07.15 21:06:58.106082 [ 201 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.031085423 sec., 90267.38995959617 rows/sec., 1.29 MiB/sec. | ||
1270 | 2025.07.15 21:06:58.107158 [ 191 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1271 | 2025.07.15 21:06:58.107619 [ 191 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_6_1} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1272 | 2025.07.15 21:06:58.107719 [ 191 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_6_1} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1273 | 2025.07.15 21:06:58.107842 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
1274 | 2025.07.15 21:06:58.211996 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
1275 | 2025.07.15 21:06:58.230265 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1276 | 2025.07.15 21:06:58.230330 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1277 | 2025.07.15 21:06:58.236725 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1278 | 2025.07.15 21:06:58.237500 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1279 | 2025.07.15 21:06:58.237835 [ 65 ] {} <Debug> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1280 | 2025.07.15 21:06:58.237877 [ 65 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1281 | 2025.07.15 21:06:58.237901 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1282 | 2025.07.15 21:06:58.238041 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
1283 | 2025.07.15 21:06:58.241964 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
1284 | 2025.07.15 21:06:58.242374 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1285 | 2025.07.15 21:06:58.243904 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
1286 | 2025.07.15 21:06:58.248698 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
1287 | 2025.07.15 21:06:58.253064 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
1288 | 2025.07.15 21:06:58.257480 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
1289 | 2025.07.15 21:06:58.264275 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
1290 | 2025.07.15 21:06:58.268406 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
1291 | 2025.07.15 21:06:58.329704 [ 201 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.09171824 sec., 501.53600854094014 rows/sec., 2.59 MiB/sec. | ||
1292 | 2025.07.15 21:06:58.332093 [ 189 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1293 | 2025.07.15 21:06:58.334166 [ 189 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_6_1} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1294 | 2025.07.15 21:06:58.334252 [ 189 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_6_1} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1295 | 2025.07.15 21:06:58.335947 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
1296 | 2025.07.15 21:06:59.000207 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.70 MiB, peak 176.24 MiB, free memory in arenas 0.00 B, will set to 176.79 MiB (RSS), difference: 10.09 MiB | ||
1297 | 2025.07.15 21:06:59.525230 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1298 | 2025.07.15 21:06:59.525433 [ 259 ] {a47a828b-ea12-4d0c-b544-b1eb77fb6674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1299 | 2025.07.15 21:06:59.525513 [ 259 ] {a47a828b-ea12-4d0c-b544-b1eb77fb6674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1300 | 2025.07.15 21:06:59.526253 [ 259 ] {a47a828b-ea12-4d0c-b544-b1eb77fb6674} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1301 | 2025.07.15 21:06:59.526308 [ 259 ] {a47a828b-ea12-4d0c-b544-b1eb77fb6674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1302 | 2025.07.15 21:06:59.526692 [ 259 ] {a47a828b-ea12-4d0c-b544-b1eb77fb6674} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1303 | 2025.07.15 21:06:59.526914 [ 259 ] {a47a828b-ea12-4d0c-b544-b1eb77fb6674} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1304 | 2025.07.15 21:06:59.527043 [ 63 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1305 | 2025.07.15 21:06:59.527071 [ 259 ] {a47a828b-ea12-4d0c-b544-b1eb77fb6674} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.0017 sec., 17647.058823529413 rows/sec., 1.33 MiB/sec. | ||
1306 | 2025.07.15 21:06:59.527109 [ 63 ] {} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1307 | 2025.07.15 21:06:59.527132 [ 259 ] {a47a828b-ea12-4d0c-b544-b1eb77fb6674} <Debug> TCPHandler: Processed in 0.002039553 sec. | ||
1308 | 2025.07.15 21:06:59.527134 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1309 | 2025.07.15 21:06:59.527271 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1310 | 2025.07.15 21:06:59.527285 [ 200 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::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 | ||
1311 | 2025.07.15 21:06:59.527380 [ 259 ] {1209fe49-b35e-49cd-bf5a-2b2f19fbc5b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1312 | 2025.07.15 21:06:59.527429 [ 259 ] {1209fe49-b35e-49cd-bf5a-2b2f19fbc5b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1313 | 2025.07.15 21:06:59.527431 [ 200 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1314 | 2025.07.15 21:06:59.527485 [ 200 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
1315 | 2025.07.15 21:06:59.527579 [ 200 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
1316 | 2025.07.15 21:06:59.527631 [ 200 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part | ||
1317 | 2025.07.15 21:06:59.527699 [ 200 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::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 | ||
1318 | 2025.07.15 21:06:59.527747 [ 200 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 76 rows starting from the beginning of the part | ||
1319 | 2025.07.15 21:06:59.527798 [ 200 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::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 | ||
1320 | 2025.07.15 21:06:59.527885 [ 259 ] {1209fe49-b35e-49cd-bf5a-2b2f19fbc5b6} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1321 | 2025.07.15 21:06:59.527928 [ 259 ] {1209fe49-b35e-49cd-bf5a-2b2f19fbc5b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1322 | 2025.07.15 21:06:59.528376 [ 259 ] {1209fe49-b35e-49cd-bf5a-2b2f19fbc5b6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1323 | 2025.07.15 21:06:59.528635 [ 259 ] {1209fe49-b35e-49cd-bf5a-2b2f19fbc5b6} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1324 | 2025.07.15 21:06:59.528741 [ 63 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1325 | 2025.07.15 21:06:59.528777 [ 259 ] {1209fe49-b35e-49cd-bf5a-2b2f19fbc5b6} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001422 sec., 25316.45569620253 rows/sec., 1.98 MiB/sec. | ||
1326 | 2025.07.15 21:06:59.528778 [ 63 ] {} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1327 | 2025.07.15 21:06:59.528818 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1328 | 2025.07.15 21:06:59.528823 [ 259 ] {1209fe49-b35e-49cd-bf5a-2b2f19fbc5b6} <Debug> TCPHandler: Processed in 0.001605072 sec. | ||
1329 | 2025.07.15 21:06:59.528909 [ 192 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 260 rows, containing 5 columns (5 merged, 0 gathered) in 0.001682534 sec., 154528.8237860275 rows/sec., 13.08 MiB/sec. | ||
1330 | 2025.07.15 21:06:59.528922 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::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 | ||
1331 | 2025.07.15 21:06:59.528986 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1332 | 2025.07.15 21:06:59.529087 [ 201 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1333 | 2025.07.15 21:06:59.529091 [ 259 ] {68207f0d-1195-463b-90ee-5ee8678b994b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1334 | 2025.07.15 21:06:59.529096 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1335 | 2025.07.15 21:06:59.529151 [ 259 ] {68207f0d-1195-463b-90ee-5ee8678b994b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1336 | 2025.07.15 21:06:59.529169 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
1337 | 2025.07.15 21:06:59.529274 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
1338 | 2025.07.15 21:06:59.529326 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 63 rows starting from the beginning of the part | ||
1339 | 2025.07.15 21:06:59.529377 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part | ||
1340 | 2025.07.15 21:06:59.529404 [ 201 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_6_1} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1341 | 2025.07.15 21:06:59.529432 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 59 rows starting from the beginning of the part | ||
1342 | 2025.07.15 21:06:59.529483 [ 201 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_6_1} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1343 | 2025.07.15 21:06:59.529491 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part | ||
1344 | 2025.07.15 21:06:59.529546 [ 259 ] {68207f0d-1195-463b-90ee-5ee8678b994b} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1345 | 2025.07.15 21:06:59.529576 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
1346 | 2025.07.15 21:06:59.529587 [ 259 ] {68207f0d-1195-463b-90ee-5ee8678b994b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1347 | 2025.07.15 21:06:59.529972 [ 259 ] {68207f0d-1195-463b-90ee-5ee8678b994b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1348 | 2025.07.15 21:06:59.530224 [ 259 ] {68207f0d-1195-463b-90ee-5ee8678b994b} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1349 | 2025.07.15 21:06:59.530326 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1350 | 2025.07.15 21:06:59.530359 [ 259 ] {68207f0d-1195-463b-90ee-5ee8678b994b} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.00129 sec., 85271.31782945737 rows/sec., 5.95 MiB/sec. | ||
1351 | 2025.07.15 21:06:59.530362 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1352 | 2025.07.15 21:06:59.530403 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1353 | 2025.07.15 21:06:59.530405 [ 259 ] {68207f0d-1195-463b-90ee-5ee8678b994b} <Debug> TCPHandler: Processed in 0.001469907 sec. | ||
1354 | 2025.07.15 21:06:59.530480 [ 200 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
1355 | 2025.07.15 21:06:59.530541 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1356 | 2025.07.15 21:06:59.530589 [ 200 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1357 | 2025.07.15 21:06:59.530605 [ 198 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 250 rows, containing 5 columns (5 merged, 0 gathered) in 0.001743516 sec., 143388.4174277724 rows/sec., 11.75 MiB/sec. | ||
1358 | 2025.07.15 21:06:59.530624 [ 200 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 80 rows starting from the beginning of the part | ||
1359 | 2025.07.15 21:06:59.530649 [ 259 ] {48f4a786-32b6-44cf-b1ad-c85e8ee6718d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1360 | 2025.07.15 21:06:59.530691 [ 200 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part | ||
1361 | 2025.07.15 21:06:59.530697 [ 259 ] {48f4a786-32b6-44cf-b1ad-c85e8ee6718d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1362 | 2025.07.15 21:06:59.530739 [ 200 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part | ||
1363 | 2025.07.15 21:06:59.530784 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1364 | 2025.07.15 21:06:59.530795 [ 200 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 108 rows starting from the beginning of the part | ||
1365 | 2025.07.15 21:06:59.530857 [ 200 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 110 rows starting from the beginning of the part | ||
1366 | 2025.07.15 21:06:59.530905 [ 200 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 110 rows starting from the beginning of the part | ||
1367 | 2025.07.15 21:06:59.531073 [ 259 ] {48f4a786-32b6-44cf-b1ad-c85e8ee6718d} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1368 | 2025.07.15 21:06:59.531108 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_6_1} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1369 | 2025.07.15 21:06:59.531114 [ 259 ] {48f4a786-32b6-44cf-b1ad-c85e8ee6718d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1370 | 2025.07.15 21:06:59.531197 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_6_1} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1371 | 2025.07.15 21:06:59.531282 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
1372 | 2025.07.15 21:06:59.531473 [ 259 ] {48f4a786-32b6-44cf-b1ad-c85e8ee6718d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1373 | 2025.07.15 21:06:59.531698 [ 259 ] {48f4a786-32b6-44cf-b1ad-c85e8ee6718d} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1374 | 2025.07.15 21:06:59.531800 [ 63 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1375 | 2025.07.15 21:06:59.531827 [ 259 ] {48f4a786-32b6-44cf-b1ad-c85e8ee6718d} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001204 sec., 33222.591362126244 rows/sec., 2.22 MiB/sec. | ||
1376 | 2025.07.15 21:06:59.531834 [ 63 ] {} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1377 | 2025.07.15 21:06:59.531866 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1378 | 2025.07.15 21:06:59.531869 [ 259 ] {48f4a786-32b6-44cf-b1ad-c85e8ee6718d} <Debug> TCPHandler: Processed in 0.001379475 sec. | ||
1379 | 2025.07.15 21:06:59.531889 [ 194 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 608 rows, containing 5 columns (5 merged, 0 gathered) in 0.001441087 sec., 421903.7434936267 rows/sec., 29.35 MiB/sec. | ||
1380 | 2025.07.15 21:06:59.531974 [ 192 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
1381 | 2025.07.15 21:06:59.532088 [ 192 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1382 | 2025.07.15 21:06:59.532110 [ 198 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1383 | 2025.07.15 21:06:59.532119 [ 192 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
1384 | 2025.07.15 21:06:59.532216 [ 192 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
1385 | 2025.07.15 21:06:59.532266 [ 192 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
1386 | 2025.07.15 21:06:59.532315 [ 192 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 38 rows starting from the beginning of the part | ||
1387 | 2025.07.15 21:06:59.532365 [ 192 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
1388 | 2025.07.15 21:06:59.532408 [ 192 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part | ||
1389 | 2025.07.15 21:06:59.532426 [ 198 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1390 | 2025.07.15 21:06:59.532501 [ 198 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1391 | 2025.07.15 21:06:59.532582 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
1392 | 2025.07.15 21:06:59.533259 [ 199 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 202 rows, containing 4 columns (4 merged, 0 gathered) in 0.001347385 sec., 149920.0302808774 rows/sec., 10.13 MiB/sec. | ||
1393 | 2025.07.15 21:06:59.533419 [ 198 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1394 | 2025.07.15 21:06:59.533685 [ 198 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_6_1} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1395 | 2025.07.15 21:06:59.533753 [ 198 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_6_1} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1396 | 2025.07.15 21:06:59.533827 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1397 | 2025.07.15 21:07:03.057975 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 196 | ||
1398 | 2025.07.15 21:07:03.059865 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1399 | 2025.07.15 21:07:03.059913 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1400 | 2025.07.15 21:07:03.061019 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1401 | 2025.07.15 21:07:03.061283 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1402 | 2025.07.15 21:07:03.061525 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 196 | ||
1403 | 2025.07.15 21:07:04.528277 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1404 | 2025.07.15 21:07:04.528453 [ 259 ] {9233b6f9-16bd-4d8c-af6a-ccf71e3c39b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1405 | 2025.07.15 21:07:04.528519 [ 259 ] {9233b6f9-16bd-4d8c-af6a-ccf71e3c39b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1406 | 2025.07.15 21:07:04.529206 [ 259 ] {9233b6f9-16bd-4d8c-af6a-ccf71e3c39b4} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1407 | 2025.07.15 21:07:04.529253 [ 259 ] {9233b6f9-16bd-4d8c-af6a-ccf71e3c39b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1408 | 2025.07.15 21:07:04.529647 [ 259 ] {9233b6f9-16bd-4d8c-af6a-ccf71e3c39b4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1409 | 2025.07.15 21:07:04.529873 [ 259 ] {9233b6f9-16bd-4d8c-af6a-ccf71e3c39b4} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1410 | 2025.07.15 21:07:04.530029 [ 259 ] {9233b6f9-16bd-4d8c-af6a-ccf71e3c39b4} <Debug> executeQuery: Read 102 rows, 8.70 KiB in 0.001625 sec., 62769.23076923077 rows/sec., 5.23 MiB/sec. | ||
1411 | 2025.07.15 21:07:04.530079 [ 259 ] {9233b6f9-16bd-4d8c-af6a-ccf71e3c39b4} <Debug> TCPHandler: Processed in 0.00192787 sec. | ||
1412 | 2025.07.15 21:07:04.530220 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1413 | 2025.07.15 21:07:04.530322 [ 259 ] {bc86ea45-4047-4c85-8f43-52d11dee269b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1414 | 2025.07.15 21:07:04.530365 [ 259 ] {bc86ea45-4047-4c85-8f43-52d11dee269b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1415 | 2025.07.15 21:07:04.530784 [ 259 ] {bc86ea45-4047-4c85-8f43-52d11dee269b} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1416 | 2025.07.15 21:07:04.530820 [ 259 ] {bc86ea45-4047-4c85-8f43-52d11dee269b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1417 | 2025.07.15 21:07:04.531131 [ 259 ] {bc86ea45-4047-4c85-8f43-52d11dee269b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1418 | 2025.07.15 21:07:04.531344 [ 259 ] {bc86ea45-4047-4c85-8f43-52d11dee269b} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1419 | 2025.07.15 21:07:04.531475 [ 259 ] {bc86ea45-4047-4c85-8f43-52d11dee269b} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001177 sec., 19541.206457094308 rows/sec., 1.43 MiB/sec. | ||
1420 | 2025.07.15 21:07:04.531515 [ 259 ] {bc86ea45-4047-4c85-8f43-52d11dee269b} <Debug> TCPHandler: Processed in 0.001349484 sec. | ||
1421 | 2025.07.15 21:07:04.531632 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1422 | 2025.07.15 21:07:04.531730 [ 259 ] {9d720cad-b591-43a8-90ea-cf289036116a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1423 | 2025.07.15 21:07:04.531771 [ 259 ] {9d720cad-b591-43a8-90ea-cf289036116a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1424 | 2025.07.15 21:07:04.532201 [ 259 ] {9d720cad-b591-43a8-90ea-cf289036116a} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1425 | 2025.07.15 21:07:04.532236 [ 259 ] {9d720cad-b591-43a8-90ea-cf289036116a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1426 | 2025.07.15 21:07:04.532533 [ 259 ] {9d720cad-b591-43a8-90ea-cf289036116a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1427 | 2025.07.15 21:07:04.532746 [ 259 ] {9d720cad-b591-43a8-90ea-cf289036116a} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1428 | 2025.07.15 21:07:04.532869 [ 259 ] {9d720cad-b591-43a8-90ea-cf289036116a} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.00116 sec., 75000 rows/sec., 5.86 MiB/sec. | ||
1429 | 2025.07.15 21:07:04.532905 [ 259 ] {9d720cad-b591-43a8-90ea-cf289036116a} <Debug> TCPHandler: Processed in 0.001325185 sec. | ||
1430 | 2025.07.15 21:07:04.533032 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1431 | 2025.07.15 21:07:04.533126 [ 259 ] {f26846be-37ca-4c02-a5b5-0a15e4b137d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1432 | 2025.07.15 21:07:04.533168 [ 259 ] {f26846be-37ca-4c02-a5b5-0a15e4b137d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1433 | 2025.07.15 21:07:04.533573 [ 259 ] {f26846be-37ca-4c02-a5b5-0a15e4b137d0} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1434 | 2025.07.15 21:07:04.533606 [ 259 ] {f26846be-37ca-4c02-a5b5-0a15e4b137d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1435 | 2025.07.15 21:07:04.533998 [ 259 ] {f26846be-37ca-4c02-a5b5-0a15e4b137d0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1436 | 2025.07.15 21:07:04.534229 [ 259 ] {f26846be-37ca-4c02-a5b5-0a15e4b137d0} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1437 | 2025.07.15 21:07:04.534363 [ 259 ] {f26846be-37ca-4c02-a5b5-0a15e4b137d0} <Debug> executeQuery: Read 150 rows, 10.70 KiB in 0.001256 sec., 119426.7515923567 rows/sec., 8.32 MiB/sec. | ||
1438 | 2025.07.15 21:07:04.534400 [ 259 ] {f26846be-37ca-4c02-a5b5-0a15e4b137d0} <Debug> TCPHandler: Processed in 0.001419347 sec. | ||
1439 | 2025.07.15 21:07:04.534523 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1440 | 2025.07.15 21:07:04.534621 [ 259 ] {21e0c5ae-1f82-4d8a-a0c3-71959cb430b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1441 | 2025.07.15 21:07:04.534676 [ 259 ] {21e0c5ae-1f82-4d8a-a0c3-71959cb430b8} <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 | ||
1442 | 2025.07.15 21:07:04.535466 [ 259 ] {21e0c5ae-1f82-4d8a-a0c3-71959cb430b8} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1443 | 2025.07.15 21:07:04.535502 [ 259 ] {21e0c5ae-1f82-4d8a-a0c3-71959cb430b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1444 | 2025.07.15 21:07:04.536047 [ 259 ] {21e0c5ae-1f82-4d8a-a0c3-71959cb430b8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1445 | 2025.07.15 21:07:04.536272 [ 259 ] {21e0c5ae-1f82-4d8a-a0c3-71959cb430b8} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1446 | 2025.07.15 21:07:04.536414 [ 259 ] {21e0c5ae-1f82-4d8a-a0c3-71959cb430b8} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.001812 sec., 12693.156732891832 rows/sec., 22.75 MiB/sec. | ||
1447 | 2025.07.15 21:07:04.536476 [ 259 ] {21e0c5ae-1f82-4d8a-a0c3-71959cb430b8} <Debug> TCPHandler: Processed in 0.002004752 sec. | ||
1448 | 2025.07.15 21:07:04.536600 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1449 | 2025.07.15 21:07:04.536698 [ 259 ] {02bdb730-d914-442b-8797-53bc4248e709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1450 | 2025.07.15 21:07:04.536740 [ 259 ] {02bdb730-d914-442b-8797-53bc4248e709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1451 | 2025.07.15 21:07:04.537085 [ 259 ] {02bdb730-d914-442b-8797-53bc4248e709} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1452 | 2025.07.15 21:07:04.537121 [ 259 ] {02bdb730-d914-442b-8797-53bc4248e709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1453 | 2025.07.15 21:07:04.537443 [ 259 ] {02bdb730-d914-442b-8797-53bc4248e709} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1454 | 2025.07.15 21:07:04.537658 [ 259 ] {02bdb730-d914-442b-8797-53bc4248e709} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1455 | 2025.07.15 21:07:04.537786 [ 259 ] {02bdb730-d914-442b-8797-53bc4248e709} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.001109 sec., 50495.94229035167 rows/sec., 3.40 MiB/sec. | ||
1456 | 2025.07.15 21:07:04.537821 [ 259 ] {02bdb730-d914-442b-8797-53bc4248e709} <Debug> TCPHandler: Processed in 0.001272473 sec. | ||
1457 | 2025.07.15 21:07:05.574936 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
1458 | 2025.07.15 21:07:05.575420 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1459 | 2025.07.15 21:07:05.575467 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1460 | 2025.07.15 21:07:05.575943 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1461 | 2025.07.15 21:07:05.576180 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1462 | 2025.07.15 21:07:05.576310 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
1463 | 2025.07.15 21:07:05.742071 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
1464 | 2025.07.15 21:07:05.759733 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1465 | 2025.07.15 21:07:05.759800 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1466 | 2025.07.15 21:07:05.765292 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1467 | 2025.07.15 21:07:05.765987 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1468 | 2025.07.15 21:07:05.769010 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
1469 | 2025.07.15 21:07:09.527727 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1470 | 2025.07.15 21:07:09.527920 [ 259 ] {3de2162c-67be-4c90-943a-fab754720b12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1471 | 2025.07.15 21:07:09.527989 [ 259 ] {3de2162c-67be-4c90-943a-fab754720b12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1472 | 2025.07.15 21:07:09.528632 [ 259 ] {3de2162c-67be-4c90-943a-fab754720b12} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1473 | 2025.07.15 21:07:09.528685 [ 259 ] {3de2162c-67be-4c90-943a-fab754720b12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1474 | 2025.07.15 21:07:09.529096 [ 259 ] {3de2162c-67be-4c90-943a-fab754720b12} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1475 | 2025.07.15 21:07:09.529354 [ 259 ] {3de2162c-67be-4c90-943a-fab754720b12} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1476 | 2025.07.15 21:07:09.529519 [ 259 ] {3de2162c-67be-4c90-943a-fab754720b12} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001649 sec., 33959.97574287447 rows/sec., 2.59 MiB/sec. | ||
1477 | 2025.07.15 21:07:09.529571 [ 259 ] {3de2162c-67be-4c90-943a-fab754720b12} <Debug> TCPHandler: Processed in 0.0019697 sec. | ||
1478 | 2025.07.15 21:07:09.529727 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1479 | 2025.07.15 21:07:09.529835 [ 259 ] {c8ecab52-03f5-4bf6-8381-0c2b2e69e539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1480 | 2025.07.15 21:07:09.529881 [ 259 ] {c8ecab52-03f5-4bf6-8381-0c2b2e69e539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1481 | 2025.07.15 21:07:09.530341 [ 259 ] {c8ecab52-03f5-4bf6-8381-0c2b2e69e539} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1482 | 2025.07.15 21:07:09.530381 [ 259 ] {c8ecab52-03f5-4bf6-8381-0c2b2e69e539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1483 | 2025.07.15 21:07:09.530707 [ 259 ] {c8ecab52-03f5-4bf6-8381-0c2b2e69e539} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1484 | 2025.07.15 21:07:09.530924 [ 259 ] {c8ecab52-03f5-4bf6-8381-0c2b2e69e539} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1485 | 2025.07.15 21:07:09.531060 [ 259 ] {c8ecab52-03f5-4bf6-8381-0c2b2e69e539} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001252 sec., 51118.2108626198 rows/sec., 3.99 MiB/sec. | ||
1486 | 2025.07.15 21:07:09.531100 [ 259 ] {c8ecab52-03f5-4bf6-8381-0c2b2e69e539} <Debug> TCPHandler: Processed in 0.001441038 sec. | ||
1487 | 2025.07.15 21:07:09.531221 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1488 | 2025.07.15 21:07:09.531322 [ 259 ] {eb8f98af-01c3-47b5-9530-9b1f1f523044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1489 | 2025.07.15 21:07:09.531368 [ 259 ] {eb8f98af-01c3-47b5-9530-9b1f1f523044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1490 | 2025.07.15 21:07:09.531790 [ 259 ] {eb8f98af-01c3-47b5-9530-9b1f1f523044} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1491 | 2025.07.15 21:07:09.531829 [ 259 ] {eb8f98af-01c3-47b5-9530-9b1f1f523044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1492 | 2025.07.15 21:07:09.532171 [ 259 ] {eb8f98af-01c3-47b5-9530-9b1f1f523044} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1493 | 2025.07.15 21:07:09.532399 [ 259 ] {eb8f98af-01c3-47b5-9530-9b1f1f523044} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1494 | 2025.07.15 21:07:09.532532 [ 259 ] {eb8f98af-01c3-47b5-9530-9b1f1f523044} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001233 sec., 129764.80129764802 rows/sec., 9.04 MiB/sec. | ||
1495 | 2025.07.15 21:07:09.532569 [ 259 ] {eb8f98af-01c3-47b5-9530-9b1f1f523044} <Debug> TCPHandler: Processed in 0.001400026 sec. | ||
1496 | 2025.07.15 21:07:09.532683 [ 259 ] {} <Trace> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1497 | 2025.07.15 21:07:09.532788 [ 259 ] {2287566b-2896-45bf-a4e9-a733d2c729d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56985) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1498 | 2025.07.15 21:07:09.532830 [ 259 ] {2287566b-2896-45bf-a4e9-a733d2c729d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1499 | 2025.07.15 21:07:09.533195 [ 259 ] {2287566b-2896-45bf-a4e9-a733d2c729d2} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1500 | 2025.07.15 21:07:09.533232 [ 259 ] {2287566b-2896-45bf-a4e9-a733d2c729d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1501 | 2025.07.15 21:07:09.533540 [ 259 ] {2287566b-2896-45bf-a4e9-a733d2c729d2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1502 | 2025.07.15 21:07:09.533760 [ 259 ] {2287566b-2896-45bf-a4e9-a733d2c729d2} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1503 | 2025.07.15 21:07:09.533894 [ 259 ] {2287566b-2896-45bf-a4e9-a733d2c729d2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. | ||
1504 | 2025.07.15 21:07:09.533931 [ 259 ] {2287566b-2896-45bf-a4e9-a733d2c729d2} <Debug> TCPHandler: Processed in 0.001298604 sec. | ||
1505 | 2025.07.15 21:07:12.972875 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1506 | 2025.07.15 21:07:12.972947 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1507 | 2025.07.15 21:07:13.061634 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 216 | ||
1508 | 2025.07.15 21:07:13.063513 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1509 | 2025.07.15 21:07:13.063569 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1510 | 2025.07.15 21:07:13.064673 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1511 | 2025.07.15 21:07:13.064945 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1512 | 2025.07.15 21:07:13.065193 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 216 | ||
1513 | 2025.07.15 21:07:13.076443 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
1514 | 2025.07.15 21:07:13.076946 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1515 | 2025.07.15 21:07:13.076993 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1516 | 2025.07.15 21:07:13.077469 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1517 | 2025.07.15 21:07:13.077718 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1518 | 2025.07.15 21:07:13.077865 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
1519 | 2025.07.15 21:07:13.269146 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
1520 | 2025.07.15 21:07:13.286388 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1521 | 2025.07.15 21:07:13.286455 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1522 | 2025.07.15 21:07:13.292185 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1523 | 2025.07.15 21:07:13.292883 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1524 | 2025.07.15 21:07:13.295952 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
1525 | 2025.07.15 21:07:13.521255 [ 259 ] {} <Debug> TCPHandler: Done processing connection. | ||
1526 | 2025.07.15 21:07:13.521335 [ 259 ] {} <Debug> TCP-Session: ab91310a-3299-4934-b3da-28ce726f9918 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1527 | 2025.07.15 21:07:14.000151 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.26 MiB, peak 183.43 MiB, free memory in arenas 0.00 B, will set to 178.37 MiB (RSS), difference: 2.11 MiB | ||
1528 | 2025.07.15 21:07:14.529062 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1529 | 2025.07.15 21:07:14.529256 [ 260 ] {a4960c19-618a-41c3-afcd-076ddecba7a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1530 | 2025.07.15 21:07:14.529326 [ 260 ] {a4960c19-618a-41c3-afcd-076ddecba7a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1531 | 2025.07.15 21:07:14.530215 [ 260 ] {a4960c19-618a-41c3-afcd-076ddecba7a8} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1532 | 2025.07.15 21:07:14.530280 [ 260 ] {a4960c19-618a-41c3-afcd-076ddecba7a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1533 | 2025.07.15 21:07:14.530871 [ 260 ] {a4960c19-618a-41c3-afcd-076ddecba7a8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1534 | 2025.07.15 21:07:14.531249 [ 260 ] {a4960c19-618a-41c3-afcd-076ddecba7a8} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1535 | 2025.07.15 21:07:14.531468 [ 260 ] {a4960c19-618a-41c3-afcd-076ddecba7a8} <Debug> executeQuery: Read 102 rows, 8.70 KiB in 0.002261 sec., 45112.78195488722 rows/sec., 3.76 MiB/sec. | ||
1536 | 2025.07.15 21:07:14.531531 [ 260 ] {a4960c19-618a-41c3-afcd-076ddecba7a8} <Debug> TCPHandler: Processed in 0.002607808 sec. | ||
1537 | 2025.07.15 21:07:14.531692 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1538 | 2025.07.15 21:07:14.531831 [ 260 ] {6e8ea9d8-a11e-4686-bed9-a31ddd4835c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1539 | 2025.07.15 21:07:14.531892 [ 260 ] {6e8ea9d8-a11e-4686-bed9-a31ddd4835c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1540 | 2025.07.15 21:07:14.532466 [ 260 ] {6e8ea9d8-a11e-4686-bed9-a31ddd4835c2} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1541 | 2025.07.15 21:07:14.532513 [ 260 ] {6e8ea9d8-a11e-4686-bed9-a31ddd4835c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1542 | 2025.07.15 21:07:14.532960 [ 260 ] {6e8ea9d8-a11e-4686-bed9-a31ddd4835c2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1543 | 2025.07.15 21:07:14.533296 [ 260 ] {6e8ea9d8-a11e-4686-bed9-a31ddd4835c2} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1544 | 2025.07.15 21:07:14.533477 [ 260 ] {6e8ea9d8-a11e-4686-bed9-a31ddd4835c2} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.00168 sec., 13690.476190476189 rows/sec., 1.01 MiB/sec. | ||
1545 | 2025.07.15 21:07:14.533532 [ 260 ] {6e8ea9d8-a11e-4686-bed9-a31ddd4835c2} <Debug> TCPHandler: Processed in 0.00190448 sec. | ||
1546 | 2025.07.15 21:07:14.533657 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1547 | 2025.07.15 21:07:14.533779 [ 260 ] {9756072c-d572-47fe-88f1-45cf5d7ee9bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1548 | 2025.07.15 21:07:14.533832 [ 260 ] {9756072c-d572-47fe-88f1-45cf5d7ee9bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1549 | 2025.07.15 21:07:14.534345 [ 260 ] {9756072c-d572-47fe-88f1-45cf5d7ee9bd} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1550 | 2025.07.15 21:07:14.534389 [ 260 ] {9756072c-d572-47fe-88f1-45cf5d7ee9bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1551 | 2025.07.15 21:07:14.534763 [ 260 ] {9756072c-d572-47fe-88f1-45cf5d7ee9bd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1552 | 2025.07.15 21:07:14.534970 [ 260 ] {9756072c-d572-47fe-88f1-45cf5d7ee9bd} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1553 | 2025.07.15 21:07:14.535109 [ 260 ] {9756072c-d572-47fe-88f1-45cf5d7ee9bd} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001358 sec., 64064.80117820324 rows/sec., 5.00 MiB/sec. | ||
1554 | 2025.07.15 21:07:14.535146 [ 260 ] {9756072c-d572-47fe-88f1-45cf5d7ee9bd} <Debug> TCPHandler: Processed in 0.001540049 sec. | ||
1555 | 2025.07.15 21:07:14.535262 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1556 | 2025.07.15 21:07:14.535359 [ 260 ] {d5053b75-c5e8-49a4-a1f4-0046c39e407e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1557 | 2025.07.15 21:07:14.535403 [ 260 ] {d5053b75-c5e8-49a4-a1f4-0046c39e407e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1558 | 2025.07.15 21:07:14.535826 [ 260 ] {d5053b75-c5e8-49a4-a1f4-0046c39e407e} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1559 | 2025.07.15 21:07:14.535862 [ 260 ] {d5053b75-c5e8-49a4-a1f4-0046c39e407e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1560 | 2025.07.15 21:07:14.536216 [ 260 ] {d5053b75-c5e8-49a4-a1f4-0046c39e407e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1561 | 2025.07.15 21:07:14.536426 [ 260 ] {d5053b75-c5e8-49a4-a1f4-0046c39e407e} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1562 | 2025.07.15 21:07:14.536557 [ 260 ] {d5053b75-c5e8-49a4-a1f4-0046c39e407e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001219 sec., 131255.12715340444 rows/sec., 9.14 MiB/sec. | ||
1563 | 2025.07.15 21:07:14.536592 [ 260 ] {d5053b75-c5e8-49a4-a1f4-0046c39e407e} <Debug> TCPHandler: Processed in 0.001380106 sec. | ||
1564 | 2025.07.15 21:07:14.536699 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1565 | 2025.07.15 21:07:14.536793 [ 260 ] {86c2bc90-394a-40de-adfc-819e2af4f959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1566 | 2025.07.15 21:07:14.536848 [ 260 ] {86c2bc90-394a-40de-adfc-819e2af4f959} <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 | ||
1567 | 2025.07.15 21:07:14.537863 [ 260 ] {86c2bc90-394a-40de-adfc-819e2af4f959} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1568 | 2025.07.15 21:07:14.537900 [ 260 ] {86c2bc90-394a-40de-adfc-819e2af4f959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1569 | 2025.07.15 21:07:14.538512 [ 260 ] {86c2bc90-394a-40de-adfc-819e2af4f959} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1570 | 2025.07.15 21:07:14.538757 [ 260 ] {86c2bc90-394a-40de-adfc-819e2af4f959} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1571 | 2025.07.15 21:07:14.538902 [ 260 ] {86c2bc90-394a-40de-adfc-819e2af4f959} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002127 sec., 10813.35213916314 rows/sec., 19.38 MiB/sec. | ||
1572 | 2025.07.15 21:07:14.538966 [ 260 ] {86c2bc90-394a-40de-adfc-819e2af4f959} <Debug> TCPHandler: Processed in 0.00231636 sec. | ||
1573 | 2025.07.15 21:07:14.539095 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1574 | 2025.07.15 21:07:14.539189 [ 260 ] {4a35f06a-0a8b-4be1-8a61-fff2b85f3011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1575 | 2025.07.15 21:07:14.539231 [ 260 ] {4a35f06a-0a8b-4be1-8a61-fff2b85f3011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1576 | 2025.07.15 21:07:14.539575 [ 260 ] {4a35f06a-0a8b-4be1-8a61-fff2b85f3011} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1577 | 2025.07.15 21:07:14.539609 [ 260 ] {4a35f06a-0a8b-4be1-8a61-fff2b85f3011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1578 | 2025.07.15 21:07:14.539948 [ 260 ] {4a35f06a-0a8b-4be1-8a61-fff2b85f3011} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1579 | 2025.07.15 21:07:14.540158 [ 260 ] {4a35f06a-0a8b-4be1-8a61-fff2b85f3011} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1580 | 2025.07.15 21:07:14.540285 [ 260 ] {4a35f06a-0a8b-4be1-8a61-fff2b85f3011} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001115 sec., 53811.65919282511 rows/sec., 3.63 MiB/sec. | ||
1581 | 2025.07.15 21:07:14.540320 [ 260 ] {4a35f06a-0a8b-4be1-8a61-fff2b85f3011} <Debug> TCPHandler: Processed in 0.001274543 sec. | ||
1582 | 2025.07.15 21:07:19.529123 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1583 | 2025.07.15 21:07:19.529317 [ 260 ] {ba464609-0767-4f60-a1fe-10b838ea977d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1584 | 2025.07.15 21:07:19.529386 [ 260 ] {ba464609-0767-4f60-a1fe-10b838ea977d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1585 | 2025.07.15 21:07:19.530052 [ 260 ] {ba464609-0767-4f60-a1fe-10b838ea977d} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1586 | 2025.07.15 21:07:19.530106 [ 260 ] {ba464609-0767-4f60-a1fe-10b838ea977d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1587 | 2025.07.15 21:07:19.530518 [ 260 ] {ba464609-0767-4f60-a1fe-10b838ea977d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1588 | 2025.07.15 21:07:19.530768 [ 260 ] {ba464609-0767-4f60-a1fe-10b838ea977d} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1589 | 2025.07.15 21:07:19.530932 [ 260 ] {ba464609-0767-4f60-a1fe-10b838ea977d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001665 sec., 33633.63363363363 rows/sec., 2.57 MiB/sec. | ||
1590 | 2025.07.15 21:07:19.530980 [ 260 ] {ba464609-0767-4f60-a1fe-10b838ea977d} <Debug> TCPHandler: Processed in 0.001986351 sec. | ||
1591 | 2025.07.15 21:07:19.531103 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1592 | 2025.07.15 21:07:19.531208 [ 260 ] {b9040574-fb67-477e-bbf9-68e2adf354ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1593 | 2025.07.15 21:07:19.531252 [ 260 ] {b9040574-fb67-477e-bbf9-68e2adf354ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1594 | 2025.07.15 21:07:19.531712 [ 260 ] {b9040574-fb67-477e-bbf9-68e2adf354ac} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1595 | 2025.07.15 21:07:19.531753 [ 260 ] {b9040574-fb67-477e-bbf9-68e2adf354ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1596 | 2025.07.15 21:07:19.532085 [ 260 ] {b9040574-fb67-477e-bbf9-68e2adf354ac} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1597 | 2025.07.15 21:07:19.532296 [ 260 ] {b9040574-fb67-477e-bbf9-68e2adf354ac} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1598 | 2025.07.15 21:07:19.532584 [ 260 ] {b9040574-fb67-477e-bbf9-68e2adf354ac} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0014 sec., 45714.28571428572 rows/sec., 3.57 MiB/sec. | ||
1599 | 2025.07.15 21:07:19.532633 [ 260 ] {b9040574-fb67-477e-bbf9-68e2adf354ac} <Debug> TCPHandler: Processed in 0.001582821 sec. | ||
1600 | 2025.07.15 21:07:19.532762 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1601 | 2025.07.15 21:07:19.532866 [ 260 ] {a75761ae-b9ad-4432-a7ea-435de1b77bd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1602 | 2025.07.15 21:07:19.532913 [ 260 ] {a75761ae-b9ad-4432-a7ea-435de1b77bd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1603 | 2025.07.15 21:07:19.533372 [ 260 ] {a75761ae-b9ad-4432-a7ea-435de1b77bd1} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1604 | 2025.07.15 21:07:19.533410 [ 260 ] {a75761ae-b9ad-4432-a7ea-435de1b77bd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1605 | 2025.07.15 21:07:19.533772 [ 260 ] {a75761ae-b9ad-4432-a7ea-435de1b77bd1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1606 | 2025.07.15 21:07:19.533994 [ 260 ] {a75761ae-b9ad-4432-a7ea-435de1b77bd1} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1607 | 2025.07.15 21:07:19.534134 [ 260 ] {a75761ae-b9ad-4432-a7ea-435de1b77bd1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001291 sec., 123934.93415956623 rows/sec., 8.63 MiB/sec. | ||
1608 | 2025.07.15 21:07:19.534171 [ 260 ] {a75761ae-b9ad-4432-a7ea-435de1b77bd1} <Debug> TCPHandler: Processed in 0.001459908 sec. | ||
1609 | 2025.07.15 21:07:19.534293 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1610 | 2025.07.15 21:07:19.534392 [ 260 ] {27c010db-9fbe-4bde-917a-943987ba2698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1611 | 2025.07.15 21:07:19.534438 [ 260 ] {27c010db-9fbe-4bde-917a-943987ba2698} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1612 | 2025.07.15 21:07:19.534815 [ 260 ] {27c010db-9fbe-4bde-917a-943987ba2698} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1613 | 2025.07.15 21:07:19.534867 [ 260 ] {27c010db-9fbe-4bde-917a-943987ba2698} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1614 | 2025.07.15 21:07:19.535350 [ 260 ] {27c010db-9fbe-4bde-917a-943987ba2698} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1615 | 2025.07.15 21:07:19.535579 [ 260 ] {27c010db-9fbe-4bde-917a-943987ba2698} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1616 | 2025.07.15 21:07:19.535717 [ 260 ] {27c010db-9fbe-4bde-917a-943987ba2698} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001347 sec., 44543.42984409799 rows/sec., 3.00 MiB/sec. | ||
1617 | 2025.07.15 21:07:19.535764 [ 260 ] {27c010db-9fbe-4bde-917a-943987ba2698} <Debug> TCPHandler: Processed in 0.001521309 sec. | ||
1618 | 2025.07.15 21:07:20.578842 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
1619 | 2025.07.15 21:07:20.579324 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1620 | 2025.07.15 21:07:20.579363 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1621 | 2025.07.15 21:07:20.579875 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1622 | 2025.07.15 21:07:20.580113 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1623 | 2025.07.15 21:07:20.580251 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
1624 | 2025.07.15 21:07:20.796916 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
1625 | 2025.07.15 21:07:20.813626 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1626 | 2025.07.15 21:07:20.813691 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1627 | 2025.07.15 21:07:20.819677 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1628 | 2025.07.15 21:07:20.820384 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1629 | 2025.07.15 21:07:20.823284 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
1630 | 2025.07.15 21:07:23.066124 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 236 | ||
1631 | 2025.07.15 21:07:23.068032 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1632 | 2025.07.15 21:07:23.068084 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1633 | 2025.07.15 21:07:23.069189 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1634 | 2025.07.15 21:07:23.069441 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1635 | 2025.07.15 21:07:23.069603 [ 48 ] {} <Debug> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1636 | 2025.07.15 21:07:23.069671 [ 48 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1637 | 2025.07.15 21:07:23.069695 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1638 | 2025.07.15 21:07:23.069709 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 236 | ||
1639 | 2025.07.15 21:07:23.069799 [ 192 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::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 | ||
1640 | 2025.07.15 21:07:23.070430 [ 192 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1641 | 2025.07.15 21:07:23.070631 [ 192 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::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 | ||
1642 | 2025.07.15 21:07:23.071063 [ 192 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::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 | ||
1643 | 2025.07.15 21:07:23.071415 [ 192 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 42 rows starting from the beginning of the part | ||
1644 | 2025.07.15 21:07:23.071764 [ 192 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part | ||
1645 | 2025.07.15 21:07:23.072116 [ 192 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part | ||
1646 | 2025.07.15 21:07:23.072472 [ 192 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::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 | ||
1647 | 2025.07.15 21:07:23.078442 [ 199 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 236 rows, containing 72 columns (72 merged, 0 gathered) in 0.008687664 sec., 27164.95481409042 rows/sec., 26.13 MiB/sec. | ||
1648 | 2025.07.15 21:07:23.079260 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1649 | 2025.07.15 21:07:23.079918 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_6_1} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1650 | 2025.07.15 21:07:23.080023 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_6_1} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1651 | 2025.07.15 21:07:23.080271 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
1652 | 2025.07.15 21:07:24.528717 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1653 | 2025.07.15 21:07:24.528897 [ 260 ] {c06b84cb-dc75-404c-a973-ab0657d50035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1654 | 2025.07.15 21:07:24.528965 [ 260 ] {c06b84cb-dc75-404c-a973-ab0657d50035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1655 | 2025.07.15 21:07:24.529617 [ 260 ] {c06b84cb-dc75-404c-a973-ab0657d50035} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1656 | 2025.07.15 21:07:24.529670 [ 260 ] {c06b84cb-dc75-404c-a973-ab0657d50035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1657 | 2025.07.15 21:07:24.530094 [ 260 ] {c06b84cb-dc75-404c-a973-ab0657d50035} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1658 | 2025.07.15 21:07:24.530331 [ 260 ] {c06b84cb-dc75-404c-a973-ab0657d50035} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1659 | 2025.07.15 21:07:24.530487 [ 47 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1660 | 2025.07.15 21:07:24.530500 [ 260 ] {c06b84cb-dc75-404c-a973-ab0657d50035} <Debug> executeQuery: Read 104 rows, 8.89 KiB in 0.001652 sec., 62953.99515738498 rows/sec., 5.25 MiB/sec. | ||
1661 | 2025.07.15 21:07:24.530570 [ 47 ] {} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1662 | 2025.07.15 21:07:24.530594 [ 260 ] {c06b84cb-dc75-404c-a973-ab0657d50035} <Debug> TCPHandler: Processed in 0.002005742 sec. | ||
1663 | 2025.07.15 21:07:24.530625 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1664 | 2025.07.15 21:07:24.530740 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1665 | 2025.07.15 21:07:24.530764 [ 199 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::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 | ||
1666 | 2025.07.15 21:07:24.530850 [ 260 ] {657e286d-176b-470c-8171-719041d64986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1667 | 2025.07.15 21:07:24.530901 [ 260 ] {657e286d-176b-470c-8171-719041d64986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1668 | 2025.07.15 21:07:24.530905 [ 199 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1669 | 2025.07.15 21:07:24.530953 [ 199 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 76 rows starting from the beginning of the part | ||
1670 | 2025.07.15 21:07:24.531050 [ 199 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 102 rows starting from the beginning of the part | ||
1671 | 2025.07.15 21:07:24.531099 [ 199 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
1672 | 2025.07.15 21:07:24.531153 [ 199 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 102 rows starting from the beginning of the part | ||
1673 | 2025.07.15 21:07:24.531203 [ 199 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
1674 | 2025.07.15 21:07:24.531254 [ 199 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 104 rows starting from the beginning of the part | ||
1675 | 2025.07.15 21:07:24.531348 [ 260 ] {657e286d-176b-470c-8171-719041d64986} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1676 | 2025.07.15 21:07:24.531391 [ 260 ] {657e286d-176b-470c-8171-719041d64986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1677 | 2025.07.15 21:07:24.531863 [ 260 ] {657e286d-176b-470c-8171-719041d64986} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1678 | 2025.07.15 21:07:24.532124 [ 260 ] {657e286d-176b-470c-8171-719041d64986} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1679 | 2025.07.15 21:07:24.532275 [ 260 ] {657e286d-176b-470c-8171-719041d64986} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.00145 sec., 16551.724137931036 rows/sec., 1.22 MiB/sec. | ||
1680 | 2025.07.15 21:07:24.532277 [ 197 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 496 rows, containing 5 columns (5 merged, 0 gathered) in 0.001580121 sec., 313900.01145481894 rows/sec., 26.95 MiB/sec. | ||
1681 | 2025.07.15 21:07:24.532319 [ 260 ] {657e286d-176b-470c-8171-719041d64986} <Debug> TCPHandler: Processed in 0.001632022 sec. | ||
1682 | 2025.07.15 21:07:24.532445 [ 199 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1683 | 2025.07.15 21:07:24.532451 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1684 | 2025.07.15 21:07:24.532569 [ 260 ] {4087cdbc-5ece-4113-b923-1df7101b2c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1685 | 2025.07.15 21:07:24.532615 [ 260 ] {4087cdbc-5ece-4113-b923-1df7101b2c81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1686 | 2025.07.15 21:07:24.532703 [ 199 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_11_2} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1687 | 2025.07.15 21:07:24.532778 [ 199 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_11_2} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1688 | 2025.07.15 21:07:24.532849 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
1689 | 2025.07.15 21:07:24.533056 [ 260 ] {4087cdbc-5ece-4113-b923-1df7101b2c81} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1690 | 2025.07.15 21:07:24.533099 [ 260 ] {4087cdbc-5ece-4113-b923-1df7101b2c81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1691 | 2025.07.15 21:07:24.533441 [ 260 ] {4087cdbc-5ece-4113-b923-1df7101b2c81} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1692 | 2025.07.15 21:07:24.533665 [ 260 ] {4087cdbc-5ece-4113-b923-1df7101b2c81} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1693 | 2025.07.15 21:07:24.533773 [ 47 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1694 | 2025.07.15 21:07:24.533798 [ 260 ] {4087cdbc-5ece-4113-b923-1df7101b2c81} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001252 sec., 70287.53993610223 rows/sec., 5.49 MiB/sec. | ||
1695 | 2025.07.15 21:07:24.533808 [ 47 ] {} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1696 | 2025.07.15 21:07:24.533840 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1697 | 2025.07.15 21:07:24.533847 [ 260 ] {4087cdbc-5ece-4113-b923-1df7101b2c81} <Debug> TCPHandler: Processed in 0.001447937 sec. | ||
1698 | 2025.07.15 21:07:24.533939 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::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 | ||
1699 | 2025.07.15 21:07:24.533980 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1700 | 2025.07.15 21:07:24.534076 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1701 | 2025.07.15 21:07:24.534083 [ 260 ] {7d04adab-e852-4a83-9736-224f03e4c611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1702 | 2025.07.15 21:07:24.534125 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 71 rows starting from the beginning of the part | ||
1703 | 2025.07.15 21:07:24.534145 [ 260 ] {7d04adab-e852-4a83-9736-224f03e4c611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1704 | 2025.07.15 21:07:24.534217 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 87 rows starting from the beginning of the part | ||
1705 | 2025.07.15 21:07:24.534280 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
1706 | 2025.07.15 21:07:24.534335 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 87 rows starting from the beginning of the part | ||
1707 | 2025.07.15 21:07:24.534413 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part | ||
1708 | 2025.07.15 21:07:24.534455 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 88 rows starting from the beginning of the part | ||
1709 | 2025.07.15 21:07:24.534582 [ 260 ] {7d04adab-e852-4a83-9736-224f03e4c611} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1710 | 2025.07.15 21:07:24.534627 [ 260 ] {7d04adab-e852-4a83-9736-224f03e4c611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1711 | 2025.07.15 21:07:24.535023 [ 260 ] {7d04adab-e852-4a83-9736-224f03e4c611} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1712 | 2025.07.15 21:07:24.535249 [ 260 ] {7d04adab-e852-4a83-9736-224f03e4c611} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1713 | 2025.07.15 21:07:24.535358 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1714 | 2025.07.15 21:07:24.535378 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 461 rows, containing 5 columns (5 merged, 0 gathered) in 0.001485038 sec., 310429.7667803787 rows/sec., 25.43 MiB/sec. | ||
1715 | 2025.07.15 21:07:24.535386 [ 260 ] {7d04adab-e852-4a83-9736-224f03e4c611} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001323 sec., 120937.26379440665 rows/sec., 8.42 MiB/sec. | ||
1716 | 2025.07.15 21:07:24.535404 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1717 | 2025.07.15 21:07:24.535450 [ 260 ] {7d04adab-e852-4a83-9736-224f03e4c611} <Debug> TCPHandler: Processed in 0.001519759 sec. | ||
1718 | 2025.07.15 21:07:24.535452 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1719 | 2025.07.15 21:07:24.535579 [ 196 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1720 | 2025.07.15 21:07:24.535586 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1721 | 2025.07.15 21:07:24.535625 [ 197 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
1722 | 2025.07.15 21:07:24.535691 [ 260 ] {16d85999-8be8-4a39-acfb-662186c211c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1723 | 2025.07.15 21:07:24.535756 [ 260 ] {16d85999-8be8-4a39-acfb-662186c211c9} <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 | ||
1724 | 2025.07.15 21:07:24.535795 [ 197 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1725 | 2025.07.15 21:07:24.535854 [ 197 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 608 rows starting from the beginning of the part | ||
1726 | 2025.07.15 21:07:24.535880 [ 196 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_11_2} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1727 | 2025.07.15 21:07:24.535956 [ 196 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_11_2} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1728 | 2025.07.15 21:07:24.535961 [ 197 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 150 rows starting from the beginning of the part | ||
1729 | 2025.07.15 21:07:24.536025 [ 197 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
1730 | 2025.07.15 21:07:24.536038 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
1731 | 2025.07.15 21:07:24.536074 [ 197 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
1732 | 2025.07.15 21:07:24.536137 [ 197 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
1733 | 2025.07.15 21:07:24.536183 [ 197 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
1734 | 2025.07.15 21:07:24.536604 [ 260 ] {16d85999-8be8-4a39-acfb-662186c211c9} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1735 | 2025.07.15 21:07:24.536645 [ 260 ] {16d85999-8be8-4a39-acfb-662186c211c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1736 | 2025.07.15 21:07:24.537228 [ 260 ] {16d85999-8be8-4a39-acfb-662186c211c9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1737 | 2025.07.15 21:07:24.537283 [ 194 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1398 rows, containing 5 columns (5 merged, 0 gathered) in 0.001724715 sec., 810568.7026552213 rows/sec., 56.43 MiB/sec. | ||
1738 | 2025.07.15 21:07:24.537484 [ 260 ] {16d85999-8be8-4a39-acfb-662186c211c9} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1739 | 2025.07.15 21:07:24.537504 [ 197 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1740 | 2025.07.15 21:07:24.537642 [ 260 ] {16d85999-8be8-4a39-acfb-662186c211c9} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.001971 sec., 12176.5601217656 rows/sec., 21.82 MiB/sec. | ||
1741 | 2025.07.15 21:07:24.537710 [ 260 ] {16d85999-8be8-4a39-acfb-662186c211c9} <Debug> TCPHandler: Processed in 0.002172797 sec. | ||
1742 | 2025.07.15 21:07:24.537787 [ 197 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1743 | 2025.07.15 21:07:24.537827 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1744 | 2025.07.15 21:07:24.537865 [ 197 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1745 | 2025.07.15 21:07:24.537930 [ 260 ] {39850d78-e221-45c7-83b9-07de49da88ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1746 | 2025.07.15 21:07:24.537939 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
1747 | 2025.07.15 21:07:24.537982 [ 260 ] {39850d78-e221-45c7-83b9-07de49da88ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1748 | 2025.07.15 21:07:24.538331 [ 260 ] {39850d78-e221-45c7-83b9-07de49da88ec} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1749 | 2025.07.15 21:07:24.538369 [ 260 ] {39850d78-e221-45c7-83b9-07de49da88ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1750 | 2025.07.15 21:07:24.538690 [ 260 ] {39850d78-e221-45c7-83b9-07de49da88ec} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1751 | 2025.07.15 21:07:24.538911 [ 260 ] {39850d78-e221-45c7-83b9-07de49da88ec} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1752 | 2025.07.15 21:07:24.539016 [ 47 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1753 | 2025.07.15 21:07:24.539043 [ 260 ] {39850d78-e221-45c7-83b9-07de49da88ec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001133 sec., 52956.7519858782 rows/sec., 3.57 MiB/sec. | ||
1754 | 2025.07.15 21:07:24.539053 [ 47 ] {} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1755 | 2025.07.15 21:07:24.539086 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1756 | 2025.07.15 21:07:24.539086 [ 260 ] {39850d78-e221-45c7-83b9-07de49da88ec} <Debug> TCPHandler: Processed in 0.001308514 sec. | ||
1757 | 2025.07.15 21:07:24.539202 [ 195 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
1758 | 2025.07.15 21:07:24.539329 [ 195 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1759 | 2025.07.15 21:07:24.539364 [ 195 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 202 rows starting from the beginning of the part | ||
1760 | 2025.07.15 21:07:24.539450 [ 195 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part | ||
1761 | 2025.07.15 21:07:24.539508 [ 195 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
1762 | 2025.07.15 21:07:24.539557 [ 195 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
1763 | 2025.07.15 21:07:24.539603 [ 195 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
1764 | 2025.07.15 21:07:24.539654 [ 195 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
1765 | 2025.07.15 21:07:24.540520 [ 195 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 4 columns (4 merged, 0 gathered) in 0.001372755 sec., 362774.1293967241 rows/sec., 24.47 MiB/sec. | ||
1766 | 2025.07.15 21:07:24.540697 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1767 | 2025.07.15 21:07:24.541026 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_11_2} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1768 | 2025.07.15 21:07:24.541113 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_11_2} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1769 | 2025.07.15 21:07:24.541199 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
1770 | 2025.07.15 21:07:27.972989 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1771 | 2025.07.15 21:07:27.973063 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1772 | 2025.07.15 21:07:28.081210 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
1773 | 2025.07.15 21:07:28.081967 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1774 | 2025.07.15 21:07:28.082037 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1775 | 2025.07.15 21:07:28.082661 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1776 | 2025.07.15 21:07:28.082945 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1777 | 2025.07.15 21:07:28.083118 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
1778 | 2025.07.15 21:07:28.324223 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
1779 | 2025.07.15 21:07:28.341934 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1780 | 2025.07.15 21:07:28.342000 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1781 | 2025.07.15 21:07:28.347617 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1782 | 2025.07.15 21:07:28.348308 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1783 | 2025.07.15 21:07:28.351322 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
1784 | 2025.07.15 21:07:29.527920 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1785 | 2025.07.15 21:07:29.528137 [ 260 ] {14084f8f-c18c-43be-adcc-448edefdfe03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1786 | 2025.07.15 21:07:29.528212 [ 260 ] {14084f8f-c18c-43be-adcc-448edefdfe03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1787 | 2025.07.15 21:07:29.528902 [ 260 ] {14084f8f-c18c-43be-adcc-448edefdfe03} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1788 | 2025.07.15 21:07:29.528955 [ 260 ] {14084f8f-c18c-43be-adcc-448edefdfe03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1789 | 2025.07.15 21:07:29.529390 [ 260 ] {14084f8f-c18c-43be-adcc-448edefdfe03} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1790 | 2025.07.15 21:07:29.529626 [ 260 ] {14084f8f-c18c-43be-adcc-448edefdfe03} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1791 | 2025.07.15 21:07:29.529813 [ 260 ] {14084f8f-c18c-43be-adcc-448edefdfe03} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001742 sec., 32146.957520091848 rows/sec., 2.45 MiB/sec. | ||
1792 | 2025.07.15 21:07:29.529879 [ 260 ] {14084f8f-c18c-43be-adcc-448edefdfe03} <Debug> TCPHandler: Processed in 0.002099514 sec. | ||
1793 | 2025.07.15 21:07:29.530031 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1794 | 2025.07.15 21:07:29.530137 [ 260 ] {f5b96b8c-cbcd-4e15-b487-1cda74af93d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1795 | 2025.07.15 21:07:29.530184 [ 260 ] {f5b96b8c-cbcd-4e15-b487-1cda74af93d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1796 | 2025.07.15 21:07:29.530641 [ 260 ] {f5b96b8c-cbcd-4e15-b487-1cda74af93d4} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1797 | 2025.07.15 21:07:29.530681 [ 260 ] {f5b96b8c-cbcd-4e15-b487-1cda74af93d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1798 | 2025.07.15 21:07:29.531026 [ 260 ] {f5b96b8c-cbcd-4e15-b487-1cda74af93d4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1799 | 2025.07.15 21:07:29.531250 [ 260 ] {f5b96b8c-cbcd-4e15-b487-1cda74af93d4} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1800 | 2025.07.15 21:07:29.531385 [ 260 ] {f5b96b8c-cbcd-4e15-b487-1cda74af93d4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001274 sec., 50235.47880690738 rows/sec., 3.92 MiB/sec. | ||
1801 | 2025.07.15 21:07:29.531424 [ 260 ] {f5b96b8c-cbcd-4e15-b487-1cda74af93d4} <Debug> TCPHandler: Processed in 0.001450387 sec. | ||
1802 | 2025.07.15 21:07:29.531545 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1803 | 2025.07.15 21:07:29.531643 [ 260 ] {6cf49beb-fc80-437c-b6fe-bea2d3e823da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1804 | 2025.07.15 21:07:29.531691 [ 260 ] {6cf49beb-fc80-437c-b6fe-bea2d3e823da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1805 | 2025.07.15 21:07:29.532129 [ 260 ] {6cf49beb-fc80-437c-b6fe-bea2d3e823da} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1806 | 2025.07.15 21:07:29.532167 [ 260 ] {6cf49beb-fc80-437c-b6fe-bea2d3e823da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1807 | 2025.07.15 21:07:29.532515 [ 260 ] {6cf49beb-fc80-437c-b6fe-bea2d3e823da} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1808 | 2025.07.15 21:07:29.532728 [ 260 ] {6cf49beb-fc80-437c-b6fe-bea2d3e823da} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1809 | 2025.07.15 21:07:29.532860 [ 260 ] {6cf49beb-fc80-437c-b6fe-bea2d3e823da} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001239 sec., 129136.40032284099 rows/sec., 8.99 MiB/sec. | ||
1810 | 2025.07.15 21:07:29.532904 [ 260 ] {6cf49beb-fc80-437c-b6fe-bea2d3e823da} <Debug> TCPHandler: Processed in 0.001410967 sec. | ||
1811 | 2025.07.15 21:07:29.533033 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1812 | 2025.07.15 21:07:29.533130 [ 260 ] {c4a7ff71-e272-4c1b-b8c1-8d39b579fef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1813 | 2025.07.15 21:07:29.533172 [ 260 ] {c4a7ff71-e272-4c1b-b8c1-8d39b579fef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1814 | 2025.07.15 21:07:29.533517 [ 260 ] {c4a7ff71-e272-4c1b-b8c1-8d39b579fef0} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1815 | 2025.07.15 21:07:29.533552 [ 260 ] {c4a7ff71-e272-4c1b-b8c1-8d39b579fef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1816 | 2025.07.15 21:07:29.533873 [ 260 ] {c4a7ff71-e272-4c1b-b8c1-8d39b579fef0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1817 | 2025.07.15 21:07:29.534087 [ 260 ] {c4a7ff71-e272-4c1b-b8c1-8d39b579fef0} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1818 | 2025.07.15 21:07:29.534216 [ 260 ] {c4a7ff71-e272-4c1b-b8c1-8d39b579fef0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. | ||
1819 | 2025.07.15 21:07:29.534251 [ 260 ] {c4a7ff71-e272-4c1b-b8c1-8d39b579fef0} <Debug> TCPHandler: Processed in 0.001268472 sec. | ||
1820 | 2025.07.15 21:07:33.070797 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 256 | ||
1821 | 2025.07.15 21:07:33.072724 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1822 | 2025.07.15 21:07:33.072769 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1823 | 2025.07.15 21:07:33.073886 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1824 | 2025.07.15 21:07:33.074145 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1825 | 2025.07.15 21:07:33.074380 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 256 | ||
1826 | 2025.07.15 21:07:34.521194 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1827 | 2025.07.15 21:07:34.521419 [ 260 ] {01fae2ba-9acc-4894-99df-d2927d7ea19d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) 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) | ||
1828 | 2025.07.15 21:07:34.521770 [ 260 ] {01fae2ba-9acc-4894-99df-d2927d7ea19d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1829 | 2025.07.15 21:07:34.521806 [ 260 ] {01fae2ba-9acc-4894-99df-d2927d7ea19d} <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 | ||
1830 | 2025.07.15 21:07:34.522051 [ 260 ] {01fae2ba-9acc-4894-99df-d2927d7ea19d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1831 | 2025.07.15 21:07:34.522122 [ 260 ] {01fae2ba-9acc-4894-99df-d2927d7ea19d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1832 | 2025.07.15 21:07:34.522266 [ 260 ] {01fae2ba-9acc-4894-99df-d2927d7ea19d} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1833 | 2025.07.15 21:07:34.522518 [ 289 ] {01fae2ba-9acc-4894-99df-d2927d7ea19d} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1834 | 2025.07.15 21:07:34.522527 [ 290 ] {01fae2ba-9acc-4894-99df-d2927d7ea19d} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1835 | 2025.07.15 21:07:34.522570 [ 291 ] {01fae2ba-9acc-4894-99df-d2927d7ea19d} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1836 | 2025.07.15 21:07:34.522705 [ 260 ] {01fae2ba-9acc-4894-99df-d2927d7ea19d} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
1837 | 2025.07.15 21:07:34.522739 [ 260 ] {01fae2ba-9acc-4894-99df-d2927d7ea19d} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1838 | 2025.07.15 21:07:34.522826 [ 260 ] {01fae2ba-9acc-4894-99df-d2927d7ea19d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1839 | 2025.07.15 21:07:34.522847 [ 260 ] {01fae2ba-9acc-4894-99df-d2927d7ea19d} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
1840 | 2025.07.15 21:07:34.522881 [ 260 ] {01fae2ba-9acc-4894-99df-d2927d7ea19d} <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'))" | ||
1841 | 2025.07.15 21:07:34.522919 [ 260 ] {01fae2ba-9acc-4894-99df-d2927d7ea19d} <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'))" | ||
1842 | 2025.07.15 21:07:34.522954 [ 260 ] {01fae2ba-9acc-4894-99df-d2927d7ea19d} <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'))" | ||
1843 | 2025.07.15 21:07:34.523939 [ 260 ] {01fae2ba-9acc-4894-99df-d2927d7ea19d} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002613 sec., 8419.44125526215 rows/sec., 352.43 KiB/sec. | ||
1844 | 2025.07.15 21:07:34.524075 [ 260 ] {01fae2ba-9acc-4894-99df-d2927d7ea19d} <Debug> TCPHandler: Processed in 0.003015088 sec. | ||
1845 | 2025.07.15 21:07:34.533065 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1846 | 2025.07.15 21:07:34.533181 [ 260 ] {9c825562-a958-45fc-be99-9921e9f5073d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1847 | 2025.07.15 21:07:34.533240 [ 260 ] {9c825562-a958-45fc-be99-9921e9f5073d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1848 | 2025.07.15 21:07:34.534119 [ 260 ] {9c825562-a958-45fc-be99-9921e9f5073d} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1849 | 2025.07.15 21:07:34.534190 [ 260 ] {9c825562-a958-45fc-be99-9921e9f5073d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1850 | 2025.07.15 21:07:34.534633 [ 260 ] {9c825562-a958-45fc-be99-9921e9f5073d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1851 | 2025.07.15 21:07:34.534828 [ 260 ] {9c825562-a958-45fc-be99-9921e9f5073d} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1852 | 2025.07.15 21:07:34.534978 [ 260 ] {9c825562-a958-45fc-be99-9921e9f5073d} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.00183 sec., 546.448087431694 rows/sec., 123.80 KiB/sec. | ||
1853 | 2025.07.15 21:07:34.535015 [ 260 ] {9c825562-a958-45fc-be99-9921e9f5073d} <Debug> TCPHandler: Processed in 0.002007302 sec. | ||
1854 | 2025.07.15 21:07:34.535134 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1855 | 2025.07.15 21:07:34.535229 [ 260 ] {e0b7e354-ffc4-48b8-b2a3-2dcd6aeefa8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
1856 | 2025.07.15 21:07:34.535272 [ 260 ] {e0b7e354-ffc4-48b8-b2a3-2dcd6aeefa8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1857 | 2025.07.15 21:07:34.535688 [ 260 ] {e0b7e354-ffc4-48b8-b2a3-2dcd6aeefa8e} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1858 | 2025.07.15 21:07:34.535725 [ 260 ] {e0b7e354-ffc4-48b8-b2a3-2dcd6aeefa8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1859 | 2025.07.15 21:07:34.536023 [ 260 ] {e0b7e354-ffc4-48b8-b2a3-2dcd6aeefa8e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1860 | 2025.07.15 21:07:34.536242 [ 260 ] {e0b7e354-ffc4-48b8-b2a3-2dcd6aeefa8e} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1861 | 2025.07.15 21:07:34.536367 [ 260 ] {e0b7e354-ffc4-48b8-b2a3-2dcd6aeefa8e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001157 sec., 3457.216940363008 rows/sec., 281.91 KiB/sec. | ||
1862 | 2025.07.15 21:07:34.536405 [ 260 ] {e0b7e354-ffc4-48b8-b2a3-2dcd6aeefa8e} <Debug> TCPHandler: Processed in 0.001320315 sec. | ||
1863 | 2025.07.15 21:07:34.536530 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1864 | 2025.07.15 21:07:34.536625 [ 260 ] {624e086d-e987-449b-b2e4-cd09dd931f88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1865 | 2025.07.15 21:07:34.536665 [ 260 ] {624e086d-e987-449b-b2e4-cd09dd931f88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1866 | 2025.07.15 21:07:34.537115 [ 260 ] {624e086d-e987-449b-b2e4-cd09dd931f88} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1867 | 2025.07.15 21:07:34.537151 [ 260 ] {624e086d-e987-449b-b2e4-cd09dd931f88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1868 | 2025.07.15 21:07:34.537465 [ 260 ] {624e086d-e987-449b-b2e4-cd09dd931f88} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
1869 | 2025.07.15 21:07:34.537681 [ 260 ] {624e086d-e987-449b-b2e4-cd09dd931f88} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1870 | 2025.07.15 21:07:34.537808 [ 260 ] {624e086d-e987-449b-b2e4-cd09dd931f88} <Debug> executeQuery: Read 106 rows, 9.03 KiB in 0.001201 sec., 88259.78351373856 rows/sec., 7.35 MiB/sec. | ||
1871 | 2025.07.15 21:07:34.537844 [ 260 ] {624e086d-e987-449b-b2e4-cd09dd931f88} <Debug> TCPHandler: Processed in 0.001368755 sec. | ||
1872 | 2025.07.15 21:07:34.537965 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1873 | 2025.07.15 21:07:34.538058 [ 260 ] {fb18b27b-ac8c-4711-ae7e-220e929d0cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1874 | 2025.07.15 21:07:34.538099 [ 260 ] {fb18b27b-ac8c-4711-ae7e-220e929d0cd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1875 | 2025.07.15 21:07:34.538499 [ 260 ] {fb18b27b-ac8c-4711-ae7e-220e929d0cd1} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1876 | 2025.07.15 21:07:34.538536 [ 260 ] {fb18b27b-ac8c-4711-ae7e-220e929d0cd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1877 | 2025.07.15 21:07:34.538832 [ 260 ] {fb18b27b-ac8c-4711-ae7e-220e929d0cd1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1878 | 2025.07.15 21:07:34.539043 [ 260 ] {fb18b27b-ac8c-4711-ae7e-220e929d0cd1} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1879 | 2025.07.15 21:07:34.539143 [ 36 ] {} <Debug> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1880 | 2025.07.15 21:07:34.539172 [ 260 ] {fb18b27b-ac8c-4711-ae7e-220e929d0cd1} <Debug> executeQuery: Read 28 rows, 2.08 KiB in 0.001132 sec., 24734.982332155476 rows/sec., 1.80 MiB/sec. | ||
1881 | 2025.07.15 21:07:34.539207 [ 36 ] {} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1882 | 2025.07.15 21:07:34.539229 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1883 | 2025.07.15 21:07:34.539238 [ 260 ] {fb18b27b-ac8c-4711-ae7e-220e929d0cd1} <Debug> TCPHandler: Processed in 0.001322464 sec. | ||
1884 | 2025.07.15 21:07:34.539342 [ 195 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::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 | ||
1885 | 2025.07.15 21:07:34.539364 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1886 | 2025.07.15 21:07:34.539472 [ 195 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1887 | 2025.07.15 21:07:34.539472 [ 260 ] {60d80576-a3a3-470d-a7b6-2ddaf49fae4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1888 | 2025.07.15 21:07:34.539513 [ 195 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part | ||
1889 | 2025.07.15 21:07:34.539535 [ 260 ] {60d80576-a3a3-470d-a7b6-2ddaf49fae4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1890 | 2025.07.15 21:07:34.539575 [ 195 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part | ||
1891 | 2025.07.15 21:07:34.539624 [ 195 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 23 rows starting from the beginning of the part | ||
1892 | 2025.07.15 21:07:34.539667 [ 195 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 23 rows starting from the beginning of the part | ||
1893 | 2025.07.15 21:07:34.539710 [ 195 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
1894 | 2025.07.15 21:07:34.539749 [ 195 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part | ||
1895 | 2025.07.15 21:07:34.539968 [ 260 ] {60d80576-a3a3-470d-a7b6-2ddaf49fae4b} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1896 | 2025.07.15 21:07:34.540011 [ 260 ] {60d80576-a3a3-470d-a7b6-2ddaf49fae4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1897 | 2025.07.15 21:07:34.540352 [ 260 ] {60d80576-a3a3-470d-a7b6-2ddaf49fae4b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
1898 | 2025.07.15 21:07:34.540525 [ 194 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 5 columns (5 merged, 0 gathered) in 0.001232382 sec., 116846.88676076087 rows/sec., 9.01 MiB/sec. | ||
1899 | 2025.07.15 21:07:34.540592 [ 260 ] {60d80576-a3a3-470d-a7b6-2ddaf49fae4b} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1900 | 2025.07.15 21:07:34.540729 [ 260 ] {60d80576-a3a3-470d-a7b6-2ddaf49fae4b} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001276 sec., 72100.31347962383 rows/sec., 5.64 MiB/sec. | ||
1901 | 2025.07.15 21:07:34.540739 [ 193 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1902 | 2025.07.15 21:07:34.540777 [ 260 ] {60d80576-a3a3-470d-a7b6-2ddaf49fae4b} <Debug> TCPHandler: Processed in 0.001463358 sec. | ||
1903 | 2025.07.15 21:07:34.540914 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1904 | 2025.07.15 21:07:34.541017 [ 260 ] {9a47c32b-b903-4ad7-8171-2acc1a7bb0e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1905 | 2025.07.15 21:07:34.541067 [ 260 ] {9a47c32b-b903-4ad7-8171-2acc1a7bb0e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1906 | 2025.07.15 21:07:34.541066 [ 193 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_6_1} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1907 | 2025.07.15 21:07:34.541158 [ 193 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_6_1} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1908 | 2025.07.15 21:07:34.541251 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
1909 | 2025.07.15 21:07:34.541507 [ 260 ] {9a47c32b-b903-4ad7-8171-2acc1a7bb0e9} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1910 | 2025.07.15 21:07:34.541552 [ 260 ] {9a47c32b-b903-4ad7-8171-2acc1a7bb0e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1911 | 2025.07.15 21:07:34.541897 [ 260 ] {9a47c32b-b903-4ad7-8171-2acc1a7bb0e9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
1912 | 2025.07.15 21:07:34.542115 [ 260 ] {9a47c32b-b903-4ad7-8171-2acc1a7bb0e9} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1913 | 2025.07.15 21:07:34.542246 [ 260 ] {9a47c32b-b903-4ad7-8171-2acc1a7bb0e9} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.00125 sec., 129600 rows/sec., 9.02 MiB/sec. | ||
1914 | 2025.07.15 21:07:34.542291 [ 260 ] {9a47c32b-b903-4ad7-8171-2acc1a7bb0e9} <Debug> TCPHandler: Processed in 0.001432447 sec. | ||
1915 | 2025.07.15 21:07:34.542405 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1916 | 2025.07.15 21:07:34.542512 [ 260 ] {59769c43-5dbb-4040-9388-34079545a0df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1917 | 2025.07.15 21:07:34.542570 [ 260 ] {59769c43-5dbb-4040-9388-34079545a0df} <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 | ||
1918 | 2025.07.15 21:07:34.543352 [ 260 ] {59769c43-5dbb-4040-9388-34079545a0df} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1919 | 2025.07.15 21:07:34.543390 [ 260 ] {59769c43-5dbb-4040-9388-34079545a0df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1920 | 2025.07.15 21:07:34.543925 [ 260 ] {59769c43-5dbb-4040-9388-34079545a0df} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1921 | 2025.07.15 21:07:34.544155 [ 260 ] {59769c43-5dbb-4040-9388-34079545a0df} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1922 | 2025.07.15 21:07:34.544258 [ 36 ] {} <Debug> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1923 | 2025.07.15 21:07:34.544292 [ 36 ] {} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1924 | 2025.07.15 21:07:34.544293 [ 260 ] {59769c43-5dbb-4040-9388-34079545a0df} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.001805 sec., 13296.398891966759 rows/sec., 23.83 MiB/sec. | ||
1925 | 2025.07.15 21:07:34.544311 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1926 | 2025.07.15 21:07:34.544354 [ 260 ] {59769c43-5dbb-4040-9388-34079545a0df} <Debug> TCPHandler: Processed in 0.001998862 sec. | ||
1927 | 2025.07.15 21:07:34.544386 [ 195 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
1928 | 2025.07.15 21:07:34.544467 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1929 | 2025.07.15 21:07:34.544567 [ 260 ] {5aa9db0b-a45c-428a-be53-caf9cc90edc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1930 | 2025.07.15 21:07:34.544590 [ 195 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1931 | 2025.07.15 21:07:34.544609 [ 260 ] {5aa9db0b-a45c-428a-be53-caf9cc90edc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1932 | 2025.07.15 21:07:34.544657 [ 195 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part | ||
1933 | 2025.07.15 21:07:34.544777 [ 195 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part | ||
1934 | 2025.07.15 21:07:34.544890 [ 195 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 23 rows starting from the beginning of the part | ||
1935 | 2025.07.15 21:07:34.544965 [ 260 ] {5aa9db0b-a45c-428a-be53-caf9cc90edc8} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1936 | 2025.07.15 21:07:34.544997 [ 195 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 23 rows starting from the beginning of the part | ||
1937 | 2025.07.15 21:07:34.545006 [ 260 ] {5aa9db0b-a45c-428a-be53-caf9cc90edc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1938 | 2025.07.15 21:07:34.545106 [ 195 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
1939 | 2025.07.15 21:07:34.545211 [ 195 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part | ||
1940 | 2025.07.15 21:07:34.545348 [ 260 ] {5aa9db0b-a45c-428a-be53-caf9cc90edc8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
1941 | 2025.07.15 21:07:34.545629 [ 260 ] {5aa9db0b-a45c-428a-be53-caf9cc90edc8} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1942 | 2025.07.15 21:07:34.545765 [ 260 ] {5aa9db0b-a45c-428a-be53-caf9cc90edc8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001217 sec., 49301.561216105176 rows/sec., 3.32 MiB/sec. | ||
1943 | 2025.07.15 21:07:34.545801 [ 260 ] {5aa9db0b-a45c-428a-be53-caf9cc90edc8} <Debug> TCPHandler: Processed in 0.001381895 sec. | ||
1944 | 2025.07.15 21:07:34.547502 [ 190 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 140 rows, containing 19 columns (19 merged, 0 gathered) in 0.003144741 sec., 44518.76959024607 rows/sec., 79.78 MiB/sec. | ||
1945 | 2025.07.15 21:07:34.547849 [ 195 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1946 | 2025.07.15 21:07:34.548165 [ 195 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1947 | 2025.07.15 21:07:34.548235 [ 195 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1948 | 2025.07.15 21:07:34.548322 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
1949 | 2025.07.15 21:07:35.583217 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
1950 | 2025.07.15 21:07:35.583772 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1951 | 2025.07.15 21:07:35.583826 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1952 | 2025.07.15 21:07:35.584425 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1953 | 2025.07.15 21:07:35.584685 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1954 | 2025.07.15 21:07:35.584814 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
1955 | 2025.07.15 21:07:35.584821 [ 31 ] {} <Debug> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1956 | 2025.07.15 21:07:35.584890 [ 31 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1957 | 2025.07.15 21:07:35.584910 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1958 | 2025.07.15 21:07:35.585030 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
1959 | 2025.07.15 21:07:35.585177 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1960 | 2025.07.15 21:07:35.585214 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
1961 | 2025.07.15 21:07:35.585276 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
1962 | 2025.07.15 21:07:35.585321 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
1963 | 2025.07.15 21:07:35.585359 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
1964 | 2025.07.15 21:07:35.585400 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
1965 | 2025.07.15 21:07:35.585433 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
1966 | 2025.07.15 21:07:35.586778 [ 188 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.001804766 sec., 2805349.8348262324 rows/sec., 40.13 MiB/sec. | ||
1967 | 2025.07.15 21:07:35.587609 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1968 | 2025.07.15 21:07:35.587855 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_11_2} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1969 | 2025.07.15 21:07:35.587932 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_11_2} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1970 | 2025.07.15 21:07:35.588002 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
1971 | 2025.07.15 21:07:35.851396 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
1972 | 2025.07.15 21:07:35.868363 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1973 | 2025.07.15 21:07:35.868419 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1974 | 2025.07.15 21:07:35.874747 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1975 | 2025.07.15 21:07:35.875475 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1976 | 2025.07.15 21:07:35.875767 [ 31 ] {} <Debug> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1977 | 2025.07.15 21:07:35.875824 [ 31 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1978 | 2025.07.15 21:07:35.875846 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1979 | 2025.07.15 21:07:35.875980 [ 190 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
1980 | 2025.07.15 21:07:35.878758 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
1981 | 2025.07.15 21:07:35.880164 [ 190 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1982 | 2025.07.15 21:07:35.881574 [ 190 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
1983 | 2025.07.15 21:07:35.886030 [ 190 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
1984 | 2025.07.15 21:07:35.890141 [ 190 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
1985 | 2025.07.15 21:07:35.894353 [ 190 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
1986 | 2025.07.15 21:07:35.898885 [ 190 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
1987 | 2025.07.15 21:07:35.902945 [ 190 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
1988 | 2025.07.15 21:07:35.954873 [ 188 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.07893924 sec., 1051.4415897594151 rows/sec., 5.44 MiB/sec. | ||
1989 | 2025.07.15 21:07:35.956388 [ 186 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1990 | 2025.07.15 21:07:35.958108 [ 186 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_11_2} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1991 | 2025.07.15 21:07:35.958191 [ 186 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_11_2} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1992 | 2025.07.15 21:07:35.959201 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
1993 | 2025.07.15 21:07:36.000146 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.30 MiB, peak 193.17 MiB, free memory in arenas 0.00 B, will set to 194.53 MiB (RSS), difference: 11.24 MiB | ||
1994 | 2025.07.15 21:07:39.527717 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1995 | 2025.07.15 21:07:39.527910 [ 260 ] {5ba964a1-aecd-4a39-ac74-a320d66b79c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1996 | 2025.07.15 21:07:39.527978 [ 260 ] {5ba964a1-aecd-4a39-ac74-a320d66b79c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1997 | 2025.07.15 21:07:39.528661 [ 260 ] {5ba964a1-aecd-4a39-ac74-a320d66b79c4} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1998 | 2025.07.15 21:07:39.528707 [ 260 ] {5ba964a1-aecd-4a39-ac74-a320d66b79c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1999 | 2025.07.15 21:07:39.529099 [ 260 ] {5ba964a1-aecd-4a39-ac74-a320d66b79c4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2000 | 2025.07.15 21:07:39.529331 [ 260 ] {5ba964a1-aecd-4a39-ac74-a320d66b79c4} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2001 | 2025.07.15 21:07:39.529498 [ 260 ] {5ba964a1-aecd-4a39-ac74-a320d66b79c4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001637 sec., 34208.91875381796 rows/sec., 2.61 MiB/sec. | ||
2002 | 2025.07.15 21:07:39.529547 [ 260 ] {5ba964a1-aecd-4a39-ac74-a320d66b79c4} <Debug> TCPHandler: Processed in 0.001957861 sec. | ||
2003 | 2025.07.15 21:07:39.529684 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2004 | 2025.07.15 21:07:39.529804 [ 260 ] {0f303ff4-c9d7-46e4-bbb3-8fa18d563acb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2005 | 2025.07.15 21:07:39.529859 [ 260 ] {0f303ff4-c9d7-46e4-bbb3-8fa18d563acb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2006 | 2025.07.15 21:07:39.530337 [ 260 ] {0f303ff4-c9d7-46e4-bbb3-8fa18d563acb} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2007 | 2025.07.15 21:07:39.530377 [ 260 ] {0f303ff4-c9d7-46e4-bbb3-8fa18d563acb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2008 | 2025.07.15 21:07:39.530710 [ 260 ] {0f303ff4-c9d7-46e4-bbb3-8fa18d563acb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2009 | 2025.07.15 21:07:39.530928 [ 260 ] {0f303ff4-c9d7-46e4-bbb3-8fa18d563acb} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2010 | 2025.07.15 21:07:39.531064 [ 260 ] {0f303ff4-c9d7-46e4-bbb3-8fa18d563acb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001294 sec., 49459.04173106646 rows/sec., 3.86 MiB/sec. | ||
2011 | 2025.07.15 21:07:39.531105 [ 260 ] {0f303ff4-c9d7-46e4-bbb3-8fa18d563acb} <Debug> TCPHandler: Processed in 0.001475358 sec. | ||
2012 | 2025.07.15 21:07:39.531230 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2013 | 2025.07.15 21:07:39.531331 [ 260 ] {1d5520f0-d317-495e-98a2-6ce807af46d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2014 | 2025.07.15 21:07:39.531378 [ 260 ] {1d5520f0-d317-495e-98a2-6ce807af46d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2015 | 2025.07.15 21:07:39.531811 [ 260 ] {1d5520f0-d317-495e-98a2-6ce807af46d7} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2016 | 2025.07.15 21:07:39.531849 [ 260 ] {1d5520f0-d317-495e-98a2-6ce807af46d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2017 | 2025.07.15 21:07:39.532207 [ 260 ] {1d5520f0-d317-495e-98a2-6ce807af46d7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2018 | 2025.07.15 21:07:39.532434 [ 260 ] {1d5520f0-d317-495e-98a2-6ce807af46d7} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2019 | 2025.07.15 21:07:39.532570 [ 260 ] {1d5520f0-d317-495e-98a2-6ce807af46d7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001262 sec., 126782.88431061806 rows/sec., 8.83 MiB/sec. | ||
2020 | 2025.07.15 21:07:39.532608 [ 260 ] {1d5520f0-d317-495e-98a2-6ce807af46d7} <Debug> TCPHandler: Processed in 0.001427927 sec. | ||
2021 | 2025.07.15 21:07:39.532731 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2022 | 2025.07.15 21:07:39.532826 [ 260 ] {2c4fd828-6ae6-4e89-bb32-a81ae7e6a247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2023 | 2025.07.15 21:07:39.532868 [ 260 ] {2c4fd828-6ae6-4e89-bb32-a81ae7e6a247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2024 | 2025.07.15 21:07:39.533230 [ 260 ] {2c4fd828-6ae6-4e89-bb32-a81ae7e6a247} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2025 | 2025.07.15 21:07:39.533267 [ 260 ] {2c4fd828-6ae6-4e89-bb32-a81ae7e6a247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2026 | 2025.07.15 21:07:39.533591 [ 260 ] {2c4fd828-6ae6-4e89-bb32-a81ae7e6a247} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2027 | 2025.07.15 21:07:39.533806 [ 260 ] {2c4fd828-6ae6-4e89-bb32-a81ae7e6a247} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2028 | 2025.07.15 21:07:39.533937 [ 260 ] {2c4fd828-6ae6-4e89-bb32-a81ae7e6a247} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001131 sec., 53050.39787798408 rows/sec., 3.58 MiB/sec. | ||
2029 | 2025.07.15 21:07:39.533974 [ 260 ] {2c4fd828-6ae6-4e89-bb32-a81ae7e6a247} <Debug> TCPHandler: Processed in 0.001292213 sec. | ||
2030 | 2025.07.15 21:07:42.973099 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2031 | 2025.07.15 21:07:42.973163 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2032 | 2025.07.15 21:07:43.075431 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 282 | ||
2033 | 2025.07.15 21:07:43.077489 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2034 | 2025.07.15 21:07:43.077543 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2035 | 2025.07.15 21:07:43.078780 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2036 | 2025.07.15 21:07:43.079044 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2037 | 2025.07.15 21:07:43.079305 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 282 | ||
2038 | 2025.07.15 21:07:43.085839 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
2039 | 2025.07.15 21:07:43.086345 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2040 | 2025.07.15 21:07:43.086394 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2041 | 2025.07.15 21:07:43.086962 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2042 | 2025.07.15 21:07:43.087199 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2043 | 2025.07.15 21:07:43.087365 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
2044 | 2025.07.15 21:07:43.379768 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
2045 | 2025.07.15 21:07:43.395893 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2046 | 2025.07.15 21:07:43.395950 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2047 | 2025.07.15 21:07:43.401600 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2048 | 2025.07.15 21:07:43.402274 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2049 | 2025.07.15 21:07:43.405033 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
2050 | 2025.07.15 21:07:44.523919 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2051 | 2025.07.15 21:07:44.524183 [ 260 ] {3fb70131-12d5-4dba-bf5b-80acbb8e04d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
2052 | 2025.07.15 21:07:44.524582 [ 260 ] {3fb70131-12d5-4dba-bf5b-80acbb8e04d6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2053 | 2025.07.15 21:07:44.524620 [ 260 ] {3fb70131-12d5-4dba-bf5b-80acbb8e04d6} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2054 | 2025.07.15 21:07:44.524862 [ 260 ] {3fb70131-12d5-4dba-bf5b-80acbb8e04d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2055 | 2025.07.15 21:07:44.524938 [ 260 ] {3fb70131-12d5-4dba-bf5b-80acbb8e04d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2056 | 2025.07.15 21:07:44.525088 [ 260 ] {3fb70131-12d5-4dba-bf5b-80acbb8e04d6} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
2057 | 2025.07.15 21:07:44.525230 [ 289 ] {3fb70131-12d5-4dba-bf5b-80acbb8e04d6} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2058 | 2025.07.15 21:07:44.525284 [ 290 ] {3fb70131-12d5-4dba-bf5b-80acbb8e04d6} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2059 | 2025.07.15 21:07:44.525309 [ 294 ] {3fb70131-12d5-4dba-bf5b-80acbb8e04d6} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2060 | 2025.07.15 21:07:44.525292 [ 291 ] {3fb70131-12d5-4dba-bf5b-80acbb8e04d6} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2061 | 2025.07.15 21:07:44.525448 [ 260 ] {3fb70131-12d5-4dba-bf5b-80acbb8e04d6} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
2062 | 2025.07.15 21:07:44.525479 [ 260 ] {3fb70131-12d5-4dba-bf5b-80acbb8e04d6} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2063 | 2025.07.15 21:07:44.525567 [ 260 ] {3fb70131-12d5-4dba-bf5b-80acbb8e04d6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2064 | 2025.07.15 21:07:44.525588 [ 260 ] {3fb70131-12d5-4dba-bf5b-80acbb8e04d6} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
2065 | 2025.07.15 21:07:44.525624 [ 260 ] {3fb70131-12d5-4dba-bf5b-80acbb8e04d6} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2066 | 2025.07.15 21:07:44.525662 [ 260 ] {3fb70131-12d5-4dba-bf5b-80acbb8e04d6} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2067 | 2025.07.15 21:07:44.525696 [ 260 ] {3fb70131-12d5-4dba-bf5b-80acbb8e04d6} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2068 | 2025.07.15 21:07:44.526519 [ 260 ] {3fb70131-12d5-4dba-bf5b-80acbb8e04d6} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002446 sec., 8994.276369582993 rows/sec., 376.49 KiB/sec. | ||
2069 | 2025.07.15 21:07:44.526655 [ 260 ] {3fb70131-12d5-4dba-bf5b-80acbb8e04d6} <Debug> TCPHandler: Processed in 0.002894905 sec. | ||
2070 | 2025.07.15 21:07:44.527130 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2071 | 2025.07.15 21:07:44.527270 [ 260 ] {c0339355-3707-4525-804c-ae9999fce648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
2072 | 2025.07.15 21:07:44.527497 [ 260 ] {c0339355-3707-4525-804c-ae9999fce648} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2073 | 2025.07.15 21:07:44.527531 [ 260 ] {c0339355-3707-4525-804c-ae9999fce648} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
2074 | 2025.07.15 21:07:44.527719 [ 260 ] {c0339355-3707-4525-804c-ae9999fce648} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2075 | 2025.07.15 21:07:44.527776 [ 260 ] {c0339355-3707-4525-804c-ae9999fce648} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2076 | 2025.07.15 21:07:44.527893 [ 260 ] {c0339355-3707-4525-804c-ae9999fce648} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
2077 | 2025.07.15 21:07:44.527962 [ 291 ] {c0339355-3707-4525-804c-ae9999fce648} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2078 | 2025.07.15 21:07:44.527975 [ 294 ] {c0339355-3707-4525-804c-ae9999fce648} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2079 | 2025.07.15 21:07:44.527987 [ 290 ] {c0339355-3707-4525-804c-ae9999fce648} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2080 | 2025.07.15 21:07:44.527980 [ 289 ] {c0339355-3707-4525-804c-ae9999fce648} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2081 | 2025.07.15 21:07:44.528114 [ 260 ] {c0339355-3707-4525-804c-ae9999fce648} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
2082 | 2025.07.15 21:07:44.528140 [ 260 ] {c0339355-3707-4525-804c-ae9999fce648} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2083 | 2025.07.15 21:07:44.528211 [ 260 ] {c0339355-3707-4525-804c-ae9999fce648} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2084 | 2025.07.15 21:07:44.528230 [ 260 ] {c0339355-3707-4525-804c-ae9999fce648} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
2085 | 2025.07.15 21:07:44.528261 [ 260 ] {c0339355-3707-4525-804c-ae9999fce648} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
2086 | 2025.07.15 21:07:44.528291 [ 260 ] {c0339355-3707-4525-804c-ae9999fce648} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
2087 | 2025.07.15 21:07:44.528321 [ 260 ] {c0339355-3707-4525-804c-ae9999fce648} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
2088 | 2025.07.15 21:07:44.529014 [ 260 ] {c0339355-3707-4525-804c-ae9999fce648} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.001802 sec., 12208.65704772475 rows/sec., 511.04 KiB/sec. | ||
2089 | 2025.07.15 21:07:44.529136 [ 260 ] {c0339355-3707-4525-804c-ae9999fce648} <Debug> TCPHandler: Processed in 0.002060143 sec. | ||
2090 | 2025.07.15 21:07:44.529782 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2091 | 2025.07.15 21:07:44.529919 [ 260 ] {6416f13d-407e-4775-bb6d-acd1de0e0221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
2092 | 2025.07.15 21:07:44.530139 [ 260 ] {6416f13d-407e-4775-bb6d-acd1de0e0221} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2093 | 2025.07.15 21:07:44.530174 [ 260 ] {6416f13d-407e-4775-bb6d-acd1de0e0221} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
2094 | 2025.07.15 21:07:44.530359 [ 260 ] {6416f13d-407e-4775-bb6d-acd1de0e0221} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2095 | 2025.07.15 21:07:44.530414 [ 260 ] {6416f13d-407e-4775-bb6d-acd1de0e0221} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2096 | 2025.07.15 21:07:44.530518 [ 260 ] {6416f13d-407e-4775-bb6d-acd1de0e0221} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
2097 | 2025.07.15 21:07:44.530594 [ 290 ] {6416f13d-407e-4775-bb6d-acd1de0e0221} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2098 | 2025.07.15 21:07:44.530603 [ 294 ] {6416f13d-407e-4775-bb6d-acd1de0e0221} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2099 | 2025.07.15 21:07:44.530604 [ 291 ] {6416f13d-407e-4775-bb6d-acd1de0e0221} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2100 | 2025.07.15 21:07:44.530597 [ 289 ] {6416f13d-407e-4775-bb6d-acd1de0e0221} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2101 | 2025.07.15 21:07:44.530748 [ 260 ] {6416f13d-407e-4775-bb6d-acd1de0e0221} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
2102 | 2025.07.15 21:07:44.530775 [ 260 ] {6416f13d-407e-4775-bb6d-acd1de0e0221} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2103 | 2025.07.15 21:07:44.530845 [ 260 ] {6416f13d-407e-4775-bb6d-acd1de0e0221} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2104 | 2025.07.15 21:07:44.530865 [ 260 ] {6416f13d-407e-4775-bb6d-acd1de0e0221} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
2105 | 2025.07.15 21:07:44.530895 [ 260 ] {6416f13d-407e-4775-bb6d-acd1de0e0221} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
2106 | 2025.07.15 21:07:44.530925 [ 260 ] {6416f13d-407e-4775-bb6d-acd1de0e0221} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
2107 | 2025.07.15 21:07:44.530955 [ 260 ] {6416f13d-407e-4775-bb6d-acd1de0e0221} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
2108 | 2025.07.15 21:07:44.531587 [ 260 ] {6416f13d-407e-4775-bb6d-acd1de0e0221} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.001722 sec., 12775.842044134726 rows/sec., 534.78 KiB/sec. | ||
2109 | 2025.07.15 21:07:44.531702 [ 260 ] {6416f13d-407e-4775-bb6d-acd1de0e0221} <Debug> TCPHandler: Processed in 0.001971621 sec. | ||
2110 | 2025.07.15 21:07:44.531958 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2111 | 2025.07.15 21:07:44.532089 [ 260 ] {4eeea433-b1cb-43e3-929a-573ee711a6be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
2112 | 2025.07.15 21:07:44.532298 [ 260 ] {4eeea433-b1cb-43e3-929a-573ee711a6be} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2113 | 2025.07.15 21:07:44.532333 [ 260 ] {4eeea433-b1cb-43e3-929a-573ee711a6be} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
2114 | 2025.07.15 21:07:44.532519 [ 260 ] {4eeea433-b1cb-43e3-929a-573ee711a6be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2115 | 2025.07.15 21:07:44.532573 [ 260 ] {4eeea433-b1cb-43e3-929a-573ee711a6be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2116 | 2025.07.15 21:07:44.532674 [ 260 ] {4eeea433-b1cb-43e3-929a-573ee711a6be} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
2117 | 2025.07.15 21:07:44.532727 [ 294 ] {4eeea433-b1cb-43e3-929a-573ee711a6be} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2118 | 2025.07.15 21:07:44.532749 [ 290 ] {4eeea433-b1cb-43e3-929a-573ee711a6be} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2119 | 2025.07.15 21:07:44.532758 [ 291 ] {4eeea433-b1cb-43e3-929a-573ee711a6be} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2120 | 2025.07.15 21:07:44.532753 [ 289 ] {4eeea433-b1cb-43e3-929a-573ee711a6be} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2121 | 2025.07.15 21:07:44.532876 [ 260 ] {4eeea433-b1cb-43e3-929a-573ee711a6be} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
2122 | 2025.07.15 21:07:44.532903 [ 260 ] {4eeea433-b1cb-43e3-929a-573ee711a6be} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2123 | 2025.07.15 21:07:44.532970 [ 260 ] {4eeea433-b1cb-43e3-929a-573ee711a6be} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2124 | 2025.07.15 21:07:44.532989 [ 260 ] {4eeea433-b1cb-43e3-929a-573ee711a6be} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
2125 | 2025.07.15 21:07:44.533019 [ 260 ] {4eeea433-b1cb-43e3-929a-573ee711a6be} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
2126 | 2025.07.15 21:07:44.533049 [ 260 ] {4eeea433-b1cb-43e3-929a-573ee711a6be} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
2127 | 2025.07.15 21:07:44.533075 [ 260 ] {4eeea433-b1cb-43e3-929a-573ee711a6be} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
2128 | 2025.07.15 21:07:44.533787 [ 260 ] {4eeea433-b1cb-43e3-929a-573ee711a6be} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.00175 sec., 12571.42857142857 rows/sec., 526.23 KiB/sec. | ||
2129 | 2025.07.15 21:07:44.533911 [ 260 ] {4eeea433-b1cb-43e3-929a-573ee711a6be} <Debug> TCPHandler: Processed in 0.002002022 sec. | ||
2130 | 2025.07.15 21:07:44.534227 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2131 | 2025.07.15 21:07:44.534363 [ 260 ] {8faabbe9-dfb9-438c-94e5-302a2cb5d737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
2132 | 2025.07.15 21:07:44.534640 [ 260 ] {8faabbe9-dfb9-438c-94e5-302a2cb5d737} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2133 | 2025.07.15 21:07:44.534682 [ 260 ] {8faabbe9-dfb9-438c-94e5-302a2cb5d737} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
2134 | 2025.07.15 21:07:44.534891 [ 260 ] {8faabbe9-dfb9-438c-94e5-302a2cb5d737} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2135 | 2025.07.15 21:07:44.534949 [ 260 ] {8faabbe9-dfb9-438c-94e5-302a2cb5d737} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2136 | 2025.07.15 21:07:44.535052 [ 260 ] {8faabbe9-dfb9-438c-94e5-302a2cb5d737} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
2137 | 2025.07.15 21:07:44.535128 [ 294 ] {8faabbe9-dfb9-438c-94e5-302a2cb5d737} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2138 | 2025.07.15 21:07:44.535130 [ 289 ] {8faabbe9-dfb9-438c-94e5-302a2cb5d737} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2139 | 2025.07.15 21:07:44.535166 [ 290 ] {8faabbe9-dfb9-438c-94e5-302a2cb5d737} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2140 | 2025.07.15 21:07:44.535160 [ 291 ] {8faabbe9-dfb9-438c-94e5-302a2cb5d737} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2141 | 2025.07.15 21:07:44.535309 [ 260 ] {8faabbe9-dfb9-438c-94e5-302a2cb5d737} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
2142 | 2025.07.15 21:07:44.535343 [ 260 ] {8faabbe9-dfb9-438c-94e5-302a2cb5d737} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2143 | 2025.07.15 21:07:44.535418 [ 260 ] {8faabbe9-dfb9-438c-94e5-302a2cb5d737} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2144 | 2025.07.15 21:07:44.535437 [ 260 ] {8faabbe9-dfb9-438c-94e5-302a2cb5d737} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
2145 | 2025.07.15 21:07:44.535474 [ 260 ] {8faabbe9-dfb9-438c-94e5-302a2cb5d737} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
2146 | 2025.07.15 21:07:44.535509 [ 260 ] {8faabbe9-dfb9-438c-94e5-302a2cb5d737} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
2147 | 2025.07.15 21:07:44.535540 [ 260 ] {8faabbe9-dfb9-438c-94e5-302a2cb5d737} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
2148 | 2025.07.15 21:07:44.536210 [ 260 ] {8faabbe9-dfb9-438c-94e5-302a2cb5d737} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.001902 sec., 11566.77181913775 rows/sec., 484.17 KiB/sec. | ||
2149 | 2025.07.15 21:07:44.536328 [ 260 ] {8faabbe9-dfb9-438c-94e5-302a2cb5d737} <Debug> TCPHandler: Processed in 0.002151205 sec. | ||
2150 | 2025.07.15 21:07:44.536584 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2151 | 2025.07.15 21:07:44.536720 [ 260 ] {b88dbc35-e8f4-40bc-a3f1-8f12f70601a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
2152 | 2025.07.15 21:07:44.536936 [ 260 ] {b88dbc35-e8f4-40bc-a3f1-8f12f70601a2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2153 | 2025.07.15 21:07:44.536970 [ 260 ] {b88dbc35-e8f4-40bc-a3f1-8f12f70601a2} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
2154 | 2025.07.15 21:07:44.537165 [ 260 ] {b88dbc35-e8f4-40bc-a3f1-8f12f70601a2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2155 | 2025.07.15 21:07:44.537218 [ 260 ] {b88dbc35-e8f4-40bc-a3f1-8f12f70601a2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2156 | 2025.07.15 21:07:44.537324 [ 260 ] {b88dbc35-e8f4-40bc-a3f1-8f12f70601a2} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
2157 | 2025.07.15 21:07:44.537384 [ 294 ] {b88dbc35-e8f4-40bc-a3f1-8f12f70601a2} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2158 | 2025.07.15 21:07:44.537398 [ 290 ] {b88dbc35-e8f4-40bc-a3f1-8f12f70601a2} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2159 | 2025.07.15 21:07:44.537405 [ 291 ] {b88dbc35-e8f4-40bc-a3f1-8f12f70601a2} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2160 | 2025.07.15 21:07:44.537413 [ 289 ] {b88dbc35-e8f4-40bc-a3f1-8f12f70601a2} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2161 | 2025.07.15 21:07:44.537544 [ 260 ] {b88dbc35-e8f4-40bc-a3f1-8f12f70601a2} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
2162 | 2025.07.15 21:07:44.537571 [ 260 ] {b88dbc35-e8f4-40bc-a3f1-8f12f70601a2} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2163 | 2025.07.15 21:07:44.537639 [ 260 ] {b88dbc35-e8f4-40bc-a3f1-8f12f70601a2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2164 | 2025.07.15 21:07:44.537656 [ 260 ] {b88dbc35-e8f4-40bc-a3f1-8f12f70601a2} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
2165 | 2025.07.15 21:07:44.537687 [ 260 ] {b88dbc35-e8f4-40bc-a3f1-8f12f70601a2} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2166 | 2025.07.15 21:07:44.537718 [ 260 ] {b88dbc35-e8f4-40bc-a3f1-8f12f70601a2} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2167 | 2025.07.15 21:07:44.537746 [ 260 ] {b88dbc35-e8f4-40bc-a3f1-8f12f70601a2} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2168 | 2025.07.15 21:07:44.538379 [ 260 ] {b88dbc35-e8f4-40bc-a3f1-8f12f70601a2} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.001713 sec., 12842.96555750146 rows/sec., 537.59 KiB/sec. | ||
2169 | 2025.07.15 21:07:44.538513 [ 260 ] {b88dbc35-e8f4-40bc-a3f1-8f12f70601a2} <Debug> TCPHandler: Processed in 0.001979591 sec. | ||
2170 | 2025.07.15 21:07:44.538806 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2171 | 2025.07.15 21:07:44.538940 [ 260 ] {79954bb7-555b-474b-8f85-8ef1dac64a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
2172 | 2025.07.15 21:07:44.539157 [ 260 ] {79954bb7-555b-474b-8f85-8ef1dac64a4b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2173 | 2025.07.15 21:07:44.539190 [ 260 ] {79954bb7-555b-474b-8f85-8ef1dac64a4b} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
2174 | 2025.07.15 21:07:44.539381 [ 260 ] {79954bb7-555b-474b-8f85-8ef1dac64a4b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2175 | 2025.07.15 21:07:44.539436 [ 260 ] {79954bb7-555b-474b-8f85-8ef1dac64a4b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2176 | 2025.07.15 21:07:44.539538 [ 260 ] {79954bb7-555b-474b-8f85-8ef1dac64a4b} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
2177 | 2025.07.15 21:07:44.539601 [ 294 ] {79954bb7-555b-474b-8f85-8ef1dac64a4b} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2178 | 2025.07.15 21:07:44.539620 [ 291 ] {79954bb7-555b-474b-8f85-8ef1dac64a4b} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2179 | 2025.07.15 21:07:44.539622 [ 290 ] {79954bb7-555b-474b-8f85-8ef1dac64a4b} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2180 | 2025.07.15 21:07:44.539623 [ 289 ] {79954bb7-555b-474b-8f85-8ef1dac64a4b} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2181 | 2025.07.15 21:07:44.539748 [ 260 ] {79954bb7-555b-474b-8f85-8ef1dac64a4b} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
2182 | 2025.07.15 21:07:44.539774 [ 260 ] {79954bb7-555b-474b-8f85-8ef1dac64a4b} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2183 | 2025.07.15 21:07:44.539842 [ 260 ] {79954bb7-555b-474b-8f85-8ef1dac64a4b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2184 | 2025.07.15 21:07:44.539861 [ 260 ] {79954bb7-555b-474b-8f85-8ef1dac64a4b} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
2185 | 2025.07.15 21:07:44.539892 [ 260 ] {79954bb7-555b-474b-8f85-8ef1dac64a4b} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2186 | 2025.07.15 21:07:44.539923 [ 260 ] {79954bb7-555b-474b-8f85-8ef1dac64a4b} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2187 | 2025.07.15 21:07:44.539952 [ 260 ] {79954bb7-555b-474b-8f85-8ef1dac64a4b} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2188 | 2025.07.15 21:07:44.540859 [ 260 ] {79954bb7-555b-474b-8f85-8ef1dac64a4b} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.001971 sec., 11161.846778285133 rows/sec., 467.22 KiB/sec. | ||
2189 | 2025.07.15 21:07:44.541114 [ 260 ] {79954bb7-555b-474b-8f85-8ef1dac64a4b} <Debug> TCPHandler: Processed in 0.002356551 sec. | ||
2190 | 2025.07.15 21:07:44.541393 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2191 | 2025.07.15 21:07:44.541531 [ 260 ] {228af3ec-b067-4bf0-b821-d72de85b61b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2192 | 2025.07.15 21:07:44.541751 [ 260 ] {228af3ec-b067-4bf0-b821-d72de85b61b3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2193 | 2025.07.15 21:07:44.541787 [ 260 ] {228af3ec-b067-4bf0-b821-d72de85b61b3} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
2194 | 2025.07.15 21:07:44.541982 [ 260 ] {228af3ec-b067-4bf0-b821-d72de85b61b3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2195 | 2025.07.15 21:07:44.542036 [ 260 ] {228af3ec-b067-4bf0-b821-d72de85b61b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2196 | 2025.07.15 21:07:44.542140 [ 260 ] {228af3ec-b067-4bf0-b821-d72de85b61b3} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
2197 | 2025.07.15 21:07:44.542199 [ 294 ] {228af3ec-b067-4bf0-b821-d72de85b61b3} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2198 | 2025.07.15 21:07:44.542218 [ 290 ] {228af3ec-b067-4bf0-b821-d72de85b61b3} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2199 | 2025.07.15 21:07:44.542229 [ 291 ] {228af3ec-b067-4bf0-b821-d72de85b61b3} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2200 | 2025.07.15 21:07:44.542220 [ 289 ] {228af3ec-b067-4bf0-b821-d72de85b61b3} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2201 | 2025.07.15 21:07:44.542348 [ 260 ] {228af3ec-b067-4bf0-b821-d72de85b61b3} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
2202 | 2025.07.15 21:07:44.542374 [ 260 ] {228af3ec-b067-4bf0-b821-d72de85b61b3} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2203 | 2025.07.15 21:07:44.542442 [ 260 ] {228af3ec-b067-4bf0-b821-d72de85b61b3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2204 | 2025.07.15 21:07:44.542461 [ 260 ] {228af3ec-b067-4bf0-b821-d72de85b61b3} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
2205 | 2025.07.15 21:07:44.542493 [ 260 ] {228af3ec-b067-4bf0-b821-d72de85b61b3} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
2206 | 2025.07.15 21:07:44.542524 [ 260 ] {228af3ec-b067-4bf0-b821-d72de85b61b3} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
2207 | 2025.07.15 21:07:44.542554 [ 260 ] {228af3ec-b067-4bf0-b821-d72de85b61b3} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
2208 | 2025.07.15 21:07:44.543245 [ 260 ] {228af3ec-b067-4bf0-b821-d72de85b61b3} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.001767 sec., 12450.48104131296 rows/sec., 521.16 KiB/sec. | ||
2209 | 2025.07.15 21:07:44.543379 [ 260 ] {228af3ec-b067-4bf0-b821-d72de85b61b3} <Debug> TCPHandler: Processed in 0.002045932 sec. | ||
2210 | 2025.07.15 21:07:44.543647 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2211 | 2025.07.15 21:07:44.543783 [ 260 ] {81a9f5f8-4c24-42e4-8f38-cd7e098b64c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2212 | 2025.07.15 21:07:44.543999 [ 260 ] {81a9f5f8-4c24-42e4-8f38-cd7e098b64c3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2213 | 2025.07.15 21:07:44.544034 [ 260 ] {81a9f5f8-4c24-42e4-8f38-cd7e098b64c3} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
2214 | 2025.07.15 21:07:44.544225 [ 260 ] {81a9f5f8-4c24-42e4-8f38-cd7e098b64c3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2215 | 2025.07.15 21:07:44.544278 [ 260 ] {81a9f5f8-4c24-42e4-8f38-cd7e098b64c3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2216 | 2025.07.15 21:07:44.544379 [ 260 ] {81a9f5f8-4c24-42e4-8f38-cd7e098b64c3} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
2217 | 2025.07.15 21:07:44.544436 [ 294 ] {81a9f5f8-4c24-42e4-8f38-cd7e098b64c3} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2218 | 2025.07.15 21:07:44.544444 [ 289 ] {81a9f5f8-4c24-42e4-8f38-cd7e098b64c3} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2219 | 2025.07.15 21:07:44.544467 [ 290 ] {81a9f5f8-4c24-42e4-8f38-cd7e098b64c3} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2220 | 2025.07.15 21:07:44.544464 [ 291 ] {81a9f5f8-4c24-42e4-8f38-cd7e098b64c3} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2221 | 2025.07.15 21:07:44.544598 [ 260 ] {81a9f5f8-4c24-42e4-8f38-cd7e098b64c3} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
2222 | 2025.07.15 21:07:44.544625 [ 260 ] {81a9f5f8-4c24-42e4-8f38-cd7e098b64c3} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2223 | 2025.07.15 21:07:44.544693 [ 260 ] {81a9f5f8-4c24-42e4-8f38-cd7e098b64c3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2224 | 2025.07.15 21:07:44.544711 [ 260 ] {81a9f5f8-4c24-42e4-8f38-cd7e098b64c3} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
2225 | 2025.07.15 21:07:44.544740 [ 260 ] {81a9f5f8-4c24-42e4-8f38-cd7e098b64c3} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
2226 | 2025.07.15 21:07:44.544770 [ 260 ] {81a9f5f8-4c24-42e4-8f38-cd7e098b64c3} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
2227 | 2025.07.15 21:07:44.544798 [ 260 ] {81a9f5f8-4c24-42e4-8f38-cd7e098b64c3} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
2228 | 2025.07.15 21:07:44.545403 [ 260 ] {81a9f5f8-4c24-42e4-8f38-cd7e098b64c3} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.001675 sec., 13134.328358208955 rows/sec., 549.79 KiB/sec. | ||
2229 | 2025.07.15 21:07:44.545518 [ 260 ] {81a9f5f8-4c24-42e4-8f38-cd7e098b64c3} <Debug> TCPHandler: Processed in 0.00192219 sec. | ||
2230 | 2025.07.15 21:07:44.545752 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2231 | 2025.07.15 21:07:44.545887 [ 260 ] {70f2fa94-7ef7-4080-a50c-90e559d91ca5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2232 | 2025.07.15 21:07:44.546110 [ 260 ] {70f2fa94-7ef7-4080-a50c-90e559d91ca5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2233 | 2025.07.15 21:07:44.546145 [ 260 ] {70f2fa94-7ef7-4080-a50c-90e559d91ca5} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2234 | 2025.07.15 21:07:44.546338 [ 260 ] {70f2fa94-7ef7-4080-a50c-90e559d91ca5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2235 | 2025.07.15 21:07:44.546392 [ 260 ] {70f2fa94-7ef7-4080-a50c-90e559d91ca5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2236 | 2025.07.15 21:07:44.546492 [ 260 ] {70f2fa94-7ef7-4080-a50c-90e559d91ca5} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
2237 | 2025.07.15 21:07:44.546550 [ 294 ] {70f2fa94-7ef7-4080-a50c-90e559d91ca5} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2238 | 2025.07.15 21:07:44.546565 [ 289 ] {70f2fa94-7ef7-4080-a50c-90e559d91ca5} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2239 | 2025.07.15 21:07:44.546572 [ 290 ] {70f2fa94-7ef7-4080-a50c-90e559d91ca5} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2240 | 2025.07.15 21:07:44.546576 [ 291 ] {70f2fa94-7ef7-4080-a50c-90e559d91ca5} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2241 | 2025.07.15 21:07:44.546698 [ 260 ] {70f2fa94-7ef7-4080-a50c-90e559d91ca5} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
2242 | 2025.07.15 21:07:44.546723 [ 260 ] {70f2fa94-7ef7-4080-a50c-90e559d91ca5} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2243 | 2025.07.15 21:07:44.546790 [ 260 ] {70f2fa94-7ef7-4080-a50c-90e559d91ca5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2244 | 2025.07.15 21:07:44.546807 [ 260 ] {70f2fa94-7ef7-4080-a50c-90e559d91ca5} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
2245 | 2025.07.15 21:07:44.546838 [ 260 ] {70f2fa94-7ef7-4080-a50c-90e559d91ca5} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2246 | 2025.07.15 21:07:44.546868 [ 260 ] {70f2fa94-7ef7-4080-a50c-90e559d91ca5} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2247 | 2025.07.15 21:07:44.546896 [ 260 ] {70f2fa94-7ef7-4080-a50c-90e559d91ca5} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2248 | 2025.07.15 21:07:44.547485 [ 260 ] {70f2fa94-7ef7-4080-a50c-90e559d91ca5} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.001652 sec., 13317.191283292977 rows/sec., 557.44 KiB/sec. | ||
2249 | 2025.07.15 21:07:44.547614 [ 260 ] {70f2fa94-7ef7-4080-a50c-90e559d91ca5} <Debug> TCPHandler: Processed in 0.00191239 sec. | ||
2250 | 2025.07.15 21:07:44.547852 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2251 | 2025.07.15 21:07:44.547987 [ 260 ] {9f317525-de16-48b0-9017-a3531959d105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2252 | 2025.07.15 21:07:44.548215 [ 260 ] {9f317525-de16-48b0-9017-a3531959d105} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2253 | 2025.07.15 21:07:44.548255 [ 260 ] {9f317525-de16-48b0-9017-a3531959d105} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2254 | 2025.07.15 21:07:44.548454 [ 260 ] {9f317525-de16-48b0-9017-a3531959d105} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2255 | 2025.07.15 21:07:44.548508 [ 260 ] {9f317525-de16-48b0-9017-a3531959d105} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2256 | 2025.07.15 21:07:44.548607 [ 260 ] {9f317525-de16-48b0-9017-a3531959d105} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
2257 | 2025.07.15 21:07:44.548671 [ 294 ] {9f317525-de16-48b0-9017-a3531959d105} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2258 | 2025.07.15 21:07:44.548683 [ 289 ] {9f317525-de16-48b0-9017-a3531959d105} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2259 | 2025.07.15 21:07:44.548689 [ 290 ] {9f317525-de16-48b0-9017-a3531959d105} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2260 | 2025.07.15 21:07:44.548692 [ 291 ] {9f317525-de16-48b0-9017-a3531959d105} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2261 | 2025.07.15 21:07:44.548824 [ 260 ] {9f317525-de16-48b0-9017-a3531959d105} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
2262 | 2025.07.15 21:07:44.548850 [ 260 ] {9f317525-de16-48b0-9017-a3531959d105} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2263 | 2025.07.15 21:07:44.548917 [ 260 ] {9f317525-de16-48b0-9017-a3531959d105} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2264 | 2025.07.15 21:07:44.548935 [ 260 ] {9f317525-de16-48b0-9017-a3531959d105} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
2265 | 2025.07.15 21:07:44.548966 [ 260 ] {9f317525-de16-48b0-9017-a3531959d105} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2266 | 2025.07.15 21:07:44.549001 [ 260 ] {9f317525-de16-48b0-9017-a3531959d105} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2267 | 2025.07.15 21:07:44.549032 [ 260 ] {9f317525-de16-48b0-9017-a3531959d105} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2268 | 2025.07.15 21:07:44.549657 [ 260 ] {9f317525-de16-48b0-9017-a3531959d105} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.001725 sec., 12753.623188405798 rows/sec., 533.85 KiB/sec. | ||
2269 | 2025.07.15 21:07:44.549782 [ 260 ] {9f317525-de16-48b0-9017-a3531959d105} <Debug> TCPHandler: Processed in 0.001983892 sec. | ||
2270 | 2025.07.15 21:07:44.555347 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2271 | 2025.07.15 21:07:44.555487 [ 260 ] {a8dadd43-d33c-4254-ae7c-8c5e1ddb7911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2272 | 2025.07.15 21:07:44.555721 [ 260 ] {a8dadd43-d33c-4254-ae7c-8c5e1ddb7911} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2273 | 2025.07.15 21:07:44.555757 [ 260 ] {a8dadd43-d33c-4254-ae7c-8c5e1ddb7911} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2274 | 2025.07.15 21:07:44.555957 [ 260 ] {a8dadd43-d33c-4254-ae7c-8c5e1ddb7911} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2275 | 2025.07.15 21:07:44.556011 [ 260 ] {a8dadd43-d33c-4254-ae7c-8c5e1ddb7911} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2276 | 2025.07.15 21:07:44.556113 [ 260 ] {a8dadd43-d33c-4254-ae7c-8c5e1ddb7911} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2277 | 2025.07.15 21:07:44.556184 [ 289 ] {a8dadd43-d33c-4254-ae7c-8c5e1ddb7911} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2278 | 2025.07.15 21:07:44.556191 [ 294 ] {a8dadd43-d33c-4254-ae7c-8c5e1ddb7911} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2279 | 2025.07.15 21:07:44.556205 [ 290 ] {a8dadd43-d33c-4254-ae7c-8c5e1ddb7911} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2280 | 2025.07.15 21:07:44.556200 [ 291 ] {a8dadd43-d33c-4254-ae7c-8c5e1ddb7911} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2281 | 2025.07.15 21:07:44.556332 [ 260 ] {a8dadd43-d33c-4254-ae7c-8c5e1ddb7911} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
2282 | 2025.07.15 21:07:44.556358 [ 260 ] {a8dadd43-d33c-4254-ae7c-8c5e1ddb7911} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2283 | 2025.07.15 21:07:44.556427 [ 260 ] {a8dadd43-d33c-4254-ae7c-8c5e1ddb7911} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2284 | 2025.07.15 21:07:44.556445 [ 260 ] {a8dadd43-d33c-4254-ae7c-8c5e1ddb7911} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
2285 | 2025.07.15 21:07:44.556477 [ 260 ] {a8dadd43-d33c-4254-ae7c-8c5e1ddb7911} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2286 | 2025.07.15 21:07:44.556508 [ 260 ] {a8dadd43-d33c-4254-ae7c-8c5e1ddb7911} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2287 | 2025.07.15 21:07:44.556537 [ 260 ] {a8dadd43-d33c-4254-ae7c-8c5e1ddb7911} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2288 | 2025.07.15 21:07:44.557141 [ 260 ] {a8dadd43-d33c-4254-ae7c-8c5e1ddb7911} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.00171 sec., 12865.497076023392 rows/sec., 538.54 KiB/sec. | ||
2289 | 2025.07.15 21:07:44.557252 [ 260 ] {a8dadd43-d33c-4254-ae7c-8c5e1ddb7911} <Debug> TCPHandler: Processed in 0.001960421 sec. | ||
2290 | 2025.07.15 21:07:44.563397 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2291 | 2025.07.15 21:07:44.563529 [ 260 ] {9828d3df-1e3b-4d6c-8215-ff06071ab63a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
2292 | 2025.07.15 21:07:44.563575 [ 260 ] {9828d3df-1e3b-4d6c-8215-ff06071ab63a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2293 | 2025.07.15 21:07:44.564194 [ 260 ] {9828d3df-1e3b-4d6c-8215-ff06071ab63a} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2294 | 2025.07.15 21:07:44.564235 [ 260 ] {9828d3df-1e3b-4d6c-8215-ff06071ab63a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2295 | 2025.07.15 21:07:44.564686 [ 260 ] {9828d3df-1e3b-4d6c-8215-ff06071ab63a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2296 | 2025.07.15 21:07:44.564888 [ 260 ] {9828d3df-1e3b-4d6c-8215-ff06071ab63a} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2297 | 2025.07.15 21:07:44.565036 [ 260 ] {9828d3df-1e3b-4d6c-8215-ff06071ab63a} <Debug> executeQuery: Read 12 rows, 4.37 KiB in 0.001543 sec., 7777.057679844458 rows/sec., 2.77 MiB/sec. | ||
2298 | 2025.07.15 21:07:44.565076 [ 260 ] {9828d3df-1e3b-4d6c-8215-ff06071ab63a} <Debug> TCPHandler: Processed in 0.001742765 sec. | ||
2299 | 2025.07.15 21:07:44.565229 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2300 | 2025.07.15 21:07:44.565326 [ 260 ] {0c26d261-9540-4f9b-b2da-e228dcd87ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
2301 | 2025.07.15 21:07:44.565367 [ 260 ] {0c26d261-9540-4f9b-b2da-e228dcd87ddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
2302 | 2025.07.15 21:07:44.567900 [ 260 ] {0c26d261-9540-4f9b-b2da-e228dcd87ddb} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2303 | 2025.07.15 21:07:44.567938 [ 260 ] {0c26d261-9540-4f9b-b2da-e228dcd87ddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2304 | 2025.07.15 21:07:44.568287 [ 260 ] {0c26d261-9540-4f9b-b2da-e228dcd87ddb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2305 | 2025.07.15 21:07:44.568586 [ 260 ] {0c26d261-9540-4f9b-b2da-e228dcd87ddb} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2306 | 2025.07.15 21:07:44.568734 [ 260 ] {0c26d261-9540-4f9b-b2da-e228dcd87ddb} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.003429 sec., 61825.605132691744 rows/sec., 3.93 MiB/sec. | ||
2307 | 2025.07.15 21:07:44.568775 [ 260 ] {0c26d261-9540-4f9b-b2da-e228dcd87ddb} <Debug> TCPHandler: Processed in 0.003597043 sec. | ||
2308 | 2025.07.15 21:07:44.568903 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2309 | 2025.07.15 21:07:44.569008 [ 260 ] {462763c9-391c-435e-b885-d11ee73d65ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2310 | 2025.07.15 21:07:44.569049 [ 260 ] {462763c9-391c-435e-b885-d11ee73d65ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2311 | 2025.07.15 21:07:44.569827 [ 260 ] {462763c9-391c-435e-b885-d11ee73d65ba} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2312 | 2025.07.15 21:07:44.569863 [ 260 ] {462763c9-391c-435e-b885-d11ee73d65ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2313 | 2025.07.15 21:07:44.570255 [ 260 ] {462763c9-391c-435e-b885-d11ee73d65ba} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2314 | 2025.07.15 21:07:44.570467 [ 260 ] {462763c9-391c-435e-b885-d11ee73d65ba} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2315 | 2025.07.15 21:07:44.570604 [ 260 ] {462763c9-391c-435e-b885-d11ee73d65ba} <Debug> executeQuery: Read 679 rows, 55.18 KiB in 0.001615 sec., 420433.43653250777 rows/sec., 33.37 MiB/sec. | ||
2316 | 2025.07.15 21:07:44.570650 [ 260 ] {462763c9-391c-435e-b885-d11ee73d65ba} <Debug> TCPHandler: Processed in 0.001798997 sec. | ||
2317 | 2025.07.15 21:07:44.570765 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2318 | 2025.07.15 21:07:44.570861 [ 260 ] {608d9c82-766c-4ddc-bc2a-cb5b25d3ada7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2319 | 2025.07.15 21:07:44.570901 [ 260 ] {608d9c82-766c-4ddc-bc2a-cb5b25d3ada7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2320 | 2025.07.15 21:07:44.571321 [ 260 ] {608d9c82-766c-4ddc-bc2a-cb5b25d3ada7} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2321 | 2025.07.15 21:07:44.571358 [ 260 ] {608d9c82-766c-4ddc-bc2a-cb5b25d3ada7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2322 | 2025.07.15 21:07:44.571680 [ 260 ] {608d9c82-766c-4ddc-bc2a-cb5b25d3ada7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2323 | 2025.07.15 21:07:44.571896 [ 260 ] {608d9c82-766c-4ddc-bc2a-cb5b25d3ada7} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2324 | 2025.07.15 21:07:44.572025 [ 260 ] {608d9c82-766c-4ddc-bc2a-cb5b25d3ada7} <Debug> executeQuery: Read 137 rows, 8.72 KiB in 0.001183 sec., 115807.2696534235 rows/sec., 7.20 MiB/sec. | ||
2325 | 2025.07.15 21:07:44.572062 [ 260 ] {608d9c82-766c-4ddc-bc2a-cb5b25d3ada7} <Debug> TCPHandler: Processed in 0.001346465 sec. | ||
2326 | 2025.07.15 21:07:44.572173 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2327 | 2025.07.15 21:07:44.572268 [ 260 ] {70e1864c-6bbd-45a8-8836-178e2e32a77d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2328 | 2025.07.15 21:07:44.572307 [ 260 ] {70e1864c-6bbd-45a8-8836-178e2e32a77d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2329 | 2025.07.15 21:07:44.572790 [ 260 ] {70e1864c-6bbd-45a8-8836-178e2e32a77d} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2330 | 2025.07.15 21:07:44.572824 [ 260 ] {70e1864c-6bbd-45a8-8836-178e2e32a77d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2331 | 2025.07.15 21:07:44.573116 [ 260 ] {70e1864c-6bbd-45a8-8836-178e2e32a77d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2332 | 2025.07.15 21:07:44.573324 [ 260 ] {70e1864c-6bbd-45a8-8836-178e2e32a77d} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2333 | 2025.07.15 21:07:44.573456 [ 260 ] {70e1864c-6bbd-45a8-8836-178e2e32a77d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001205 sec., 93775.93360995852 rows/sec., 6.07 MiB/sec. | ||
2334 | 2025.07.15 21:07:44.573494 [ 260 ] {70e1864c-6bbd-45a8-8836-178e2e32a77d} <Debug> TCPHandler: Processed in 0.001369126 sec. | ||
2335 | 2025.07.15 21:07:44.573602 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2336 | 2025.07.15 21:07:44.573696 [ 260 ] {0f1e17e3-0d47-4f55-8697-aa27d23f4cb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2337 | 2025.07.15 21:07:44.573735 [ 260 ] {0f1e17e3-0d47-4f55-8697-aa27d23f4cb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2338 | 2025.07.15 21:07:44.574151 [ 260 ] {0f1e17e3-0d47-4f55-8697-aa27d23f4cb7} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2339 | 2025.07.15 21:07:44.574187 [ 260 ] {0f1e17e3-0d47-4f55-8697-aa27d23f4cb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2340 | 2025.07.15 21:07:44.574555 [ 260 ] {0f1e17e3-0d47-4f55-8697-aa27d23f4cb7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2341 | 2025.07.15 21:07:44.574780 [ 260 ] {0f1e17e3-0d47-4f55-8697-aa27d23f4cb7} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2342 | 2025.07.15 21:07:44.574965 [ 260 ] {0f1e17e3-0d47-4f55-8697-aa27d23f4cb7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001287 sec., 87024.08702408703 rows/sec., 4.96 MiB/sec. | ||
2343 | 2025.07.15 21:07:44.575002 [ 260 ] {0f1e17e3-0d47-4f55-8697-aa27d23f4cb7} <Debug> TCPHandler: Processed in 0.001448997 sec. | ||
2344 | 2025.07.15 21:07:44.575111 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2345 | 2025.07.15 21:07:44.575205 [ 260 ] {c78295ef-af9e-42bd-b497-4b7ae18ad440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2346 | 2025.07.15 21:07:44.575244 [ 260 ] {c78295ef-af9e-42bd-b497-4b7ae18ad440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2347 | 2025.07.15 21:07:44.575774 [ 260 ] {c78295ef-af9e-42bd-b497-4b7ae18ad440} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2348 | 2025.07.15 21:07:44.575810 [ 260 ] {c78295ef-af9e-42bd-b497-4b7ae18ad440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2349 | 2025.07.15 21:07:44.576192 [ 260 ] {c78295ef-af9e-42bd-b497-4b7ae18ad440} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2350 | 2025.07.15 21:07:44.576476 [ 260 ] {c78295ef-af9e-42bd-b497-4b7ae18ad440} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2351 | 2025.07.15 21:07:44.576605 [ 260 ] {c78295ef-af9e-42bd-b497-4b7ae18ad440} <Debug> executeQuery: Read 419 rows, 30.55 KiB in 0.001418 sec., 295486.60084626236 rows/sec., 21.04 MiB/sec. | ||
2352 | 2025.07.15 21:07:44.576642 [ 260 ] {c78295ef-af9e-42bd-b497-4b7ae18ad440} <Debug> TCPHandler: Processed in 0.001578521 sec. | ||
2353 | 2025.07.15 21:07:44.576756 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2354 | 2025.07.15 21:07:44.576850 [ 260 ] {90001747-8ee2-477c-9030-1d5f29e1916a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
2355 | 2025.07.15 21:07:44.576891 [ 260 ] {90001747-8ee2-477c-9030-1d5f29e1916a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2356 | 2025.07.15 21:07:44.577212 [ 260 ] {90001747-8ee2-477c-9030-1d5f29e1916a} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2357 | 2025.07.15 21:07:44.577246 [ 260 ] {90001747-8ee2-477c-9030-1d5f29e1916a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2358 | 2025.07.15 21:07:44.577531 [ 260 ] {90001747-8ee2-477c-9030-1d5f29e1916a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2359 | 2025.07.15 21:07:44.577731 [ 260 ] {90001747-8ee2-477c-9030-1d5f29e1916a} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2360 | 2025.07.15 21:07:44.577855 [ 260 ] {90001747-8ee2-477c-9030-1d5f29e1916a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001023 sec., 5865.102639296188 rows/sec., 306.43 KiB/sec. | ||
2361 | 2025.07.15 21:07:44.577890 [ 260 ] {90001747-8ee2-477c-9030-1d5f29e1916a} <Debug> TCPHandler: Processed in 0.00118209 sec. | ||
2362 | 2025.07.15 21:07:44.577991 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2363 | 2025.07.15 21:07:44.578084 [ 260 ] {e5b8159f-1a98-445c-bd23-4c71e69bd4b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2364 | 2025.07.15 21:07:44.578126 [ 260 ] {e5b8159f-1a98-445c-bd23-4c71e69bd4b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2365 | 2025.07.15 21:07:44.578523 [ 260 ] {e5b8159f-1a98-445c-bd23-4c71e69bd4b2} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2366 | 2025.07.15 21:07:44.578558 [ 260 ] {e5b8159f-1a98-445c-bd23-4c71e69bd4b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2367 | 2025.07.15 21:07:44.578890 [ 260 ] {e5b8159f-1a98-445c-bd23-4c71e69bd4b2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2368 | 2025.07.15 21:07:44.579100 [ 260 ] {e5b8159f-1a98-445c-bd23-4c71e69bd4b2} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2369 | 2025.07.15 21:07:44.579225 [ 260 ] {e5b8159f-1a98-445c-bd23-4c71e69bd4b2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00116 sec., 204310.3448275862 rows/sec., 13.69 MiB/sec. | ||
2370 | 2025.07.15 21:07:44.579261 [ 260 ] {e5b8159f-1a98-445c-bd23-4c71e69bd4b2} <Debug> TCPHandler: Processed in 0.001317554 sec. | ||
2371 | 2025.07.15 21:07:44.579371 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2372 | 2025.07.15 21:07:44.579464 [ 260 ] {dc303b76-4dd9-458b-8dec-1bbe1b562012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
2373 | 2025.07.15 21:07:44.579505 [ 260 ] {dc303b76-4dd9-458b-8dec-1bbe1b562012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2374 | 2025.07.15 21:07:44.579825 [ 260 ] {dc303b76-4dd9-458b-8dec-1bbe1b562012} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2375 | 2025.07.15 21:07:44.579860 [ 260 ] {dc303b76-4dd9-458b-8dec-1bbe1b562012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2376 | 2025.07.15 21:07:44.580160 [ 260 ] {dc303b76-4dd9-458b-8dec-1bbe1b562012} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2377 | 2025.07.15 21:07:44.580388 [ 260 ] {dc303b76-4dd9-458b-8dec-1bbe1b562012} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2378 | 2025.07.15 21:07:44.580523 [ 260 ] {dc303b76-4dd9-458b-8dec-1bbe1b562012} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001078 sec., 927.643784786642 rows/sec., 62.51 KiB/sec. | ||
2379 | 2025.07.15 21:07:44.580563 [ 260 ] {dc303b76-4dd9-458b-8dec-1bbe1b562012} <Debug> TCPHandler: Processed in 0.001241482 sec. | ||
2380 | 2025.07.15 21:07:44.580671 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2381 | 2025.07.15 21:07:44.580765 [ 260 ] {459a1d27-25c2-48fe-aee9-eb5eaa6b9a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2382 | 2025.07.15 21:07:44.580819 [ 260 ] {459a1d27-25c2-48fe-aee9-eb5eaa6b9a87} <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 | ||
2383 | 2025.07.15 21:07:44.581605 [ 260 ] {459a1d27-25c2-48fe-aee9-eb5eaa6b9a87} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2384 | 2025.07.15 21:07:44.581640 [ 260 ] {459a1d27-25c2-48fe-aee9-eb5eaa6b9a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2385 | 2025.07.15 21:07:44.582183 [ 260 ] {459a1d27-25c2-48fe-aee9-eb5eaa6b9a87} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2386 | 2025.07.15 21:07:44.582405 [ 260 ] {459a1d27-25c2-48fe-aee9-eb5eaa6b9a87} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2387 | 2025.07.15 21:07:44.582542 [ 260 ] {459a1d27-25c2-48fe-aee9-eb5eaa6b9a87} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.001796 sec., 17260.57906458797 rows/sec., 30.93 MiB/sec. | ||
2388 | 2025.07.15 21:07:44.582606 [ 260 ] {459a1d27-25c2-48fe-aee9-eb5eaa6b9a87} <Debug> TCPHandler: Processed in 0.001983431 sec. | ||
2389 | 2025.07.15 21:07:44.582719 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2390 | 2025.07.15 21:07:44.582812 [ 260 ] {ec2fbf05-7b24-4f45-8729-b17adf28af2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
2391 | 2025.07.15 21:07:44.582852 [ 260 ] {ec2fbf05-7b24-4f45-8729-b17adf28af2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2392 | 2025.07.15 21:07:44.583173 [ 260 ] {ec2fbf05-7b24-4f45-8729-b17adf28af2d} <Trace> oximeter.measurements_i64 (9cb5ef30-7795-41d0-a112-a1812f8d7763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2393 | 2025.07.15 21:07:44.583208 [ 260 ] {ec2fbf05-7b24-4f45-8729-b17adf28af2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2394 | 2025.07.15 21:07:44.583525 [ 260 ] {ec2fbf05-7b24-4f45-8729-b17adf28af2d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2395 | 2025.07.15 21:07:44.583728 [ 260 ] {ec2fbf05-7b24-4f45-8729-b17adf28af2d} <Trace> oximeter.measurements_i64 (9cb5ef30-7795-41d0-a112-a1812f8d7763): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2396 | 2025.07.15 21:07:44.583854 [ 260 ] {ec2fbf05-7b24-4f45-8729-b17adf28af2d} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001061 sec., 5655.042412818096 rows/sec., 399.46 KiB/sec. | ||
2397 | 2025.07.15 21:07:44.583896 [ 260 ] {ec2fbf05-7b24-4f45-8729-b17adf28af2d} <Debug> TCPHandler: Processed in 0.001225161 sec. | ||
2398 | 2025.07.15 21:07:44.584010 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2399 | 2025.07.15 21:07:44.584102 [ 260 ] {3be80af2-8498-490b-9a8f-4b6fec1d39a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2400 | 2025.07.15 21:07:44.584144 [ 260 ] {3be80af2-8498-490b-9a8f-4b6fec1d39a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2401 | 2025.07.15 21:07:44.584470 [ 260 ] {3be80af2-8498-490b-9a8f-4b6fec1d39a7} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2402 | 2025.07.15 21:07:44.584504 [ 260 ] {3be80af2-8498-490b-9a8f-4b6fec1d39a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2403 | 2025.07.15 21:07:44.584823 [ 260 ] {3be80af2-8498-490b-9a8f-4b6fec1d39a7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2404 | 2025.07.15 21:07:44.585069 [ 260 ] {3be80af2-8498-490b-9a8f-4b6fec1d39a7} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2405 | 2025.07.15 21:07:44.585204 [ 260 ] {3be80af2-8498-490b-9a8f-4b6fec1d39a7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001119 sec., 73279.71403038428 rows/sec., 4.65 MiB/sec. | ||
2406 | 2025.07.15 21:07:44.585244 [ 260 ] {3be80af2-8498-490b-9a8f-4b6fec1d39a7} <Debug> TCPHandler: Processed in 0.001282743 sec. | ||
2407 | 2025.07.15 21:07:45.000154 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.10 MiB, peak 199.10 MiB, free memory in arenas 0.00 B, will set to 195.79 MiB (RSS), difference: -1.32 MiB | ||
2408 | 2025.07.15 21:07:49.527911 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2409 | 2025.07.15 21:07:49.528110 [ 260 ] {1daefbe1-10ca-442f-a835-59ab49f4ca42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
2410 | 2025.07.15 21:07:49.528188 [ 260 ] {1daefbe1-10ca-442f-a835-59ab49f4ca42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2411 | 2025.07.15 21:07:49.528887 [ 260 ] {1daefbe1-10ca-442f-a835-59ab49f4ca42} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2412 | 2025.07.15 21:07:49.528936 [ 260 ] {1daefbe1-10ca-442f-a835-59ab49f4ca42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2413 | 2025.07.15 21:07:49.529346 [ 260 ] {1daefbe1-10ca-442f-a835-59ab49f4ca42} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2414 | 2025.07.15 21:07:49.529596 [ 260 ] {1daefbe1-10ca-442f-a835-59ab49f4ca42} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2415 | 2025.07.15 21:07:49.529769 [ 260 ] {1daefbe1-10ca-442f-a835-59ab49f4ca42} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001708 sec., 1170.9601873536299 rows/sec., 95.48 KiB/sec. | ||
2416 | 2025.07.15 21:07:49.529822 [ 260 ] {1daefbe1-10ca-442f-a835-59ab49f4ca42} <Debug> TCPHandler: Processed in 0.002040363 sec. | ||
2417 | 2025.07.15 21:07:49.529983 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2418 | 2025.07.15 21:07:49.530093 [ 260 ] {1cd5818a-6f57-444a-b3b0-4f517190f2a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2419 | 2025.07.15 21:07:49.530138 [ 260 ] {1cd5818a-6f57-444a-b3b0-4f517190f2a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2420 | 2025.07.15 21:07:49.530689 [ 260 ] {1cd5818a-6f57-444a-b3b0-4f517190f2a4} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2421 | 2025.07.15 21:07:49.530733 [ 260 ] {1cd5818a-6f57-444a-b3b0-4f517190f2a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2422 | 2025.07.15 21:07:49.531110 [ 260 ] {1cd5818a-6f57-444a-b3b0-4f517190f2a4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2423 | 2025.07.15 21:07:49.531348 [ 260 ] {1cd5818a-6f57-444a-b3b0-4f517190f2a4} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2424 | 2025.07.15 21:07:49.531487 [ 153 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2425 | 2025.07.15 21:07:49.531508 [ 260 ] {1cd5818a-6f57-444a-b3b0-4f517190f2a4} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.00144 sec., 39583.33333333333 rows/sec., 3.02 MiB/sec. | ||
2426 | 2025.07.15 21:07:49.531556 [ 153 ] {} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2427 | 2025.07.15 21:07:49.531567 [ 260 ] {1cd5818a-6f57-444a-b3b0-4f517190f2a4} <Debug> TCPHandler: Processed in 0.001642883 sec. | ||
2428 | 2025.07.15 21:07:49.531587 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2429 | 2025.07.15 21:07:49.531708 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2430 | 2025.07.15 21:07:49.531751 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::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 | ||
2431 | 2025.07.15 21:07:49.531816 [ 260 ] {62cb91d8-fb0c-4bd5-95c4-6489b8dcf518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2432 | 2025.07.15 21:07:49.531867 [ 260 ] {62cb91d8-fb0c-4bd5-95c4-6489b8dcf518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2433 | 2025.07.15 21:07:49.531900 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2434 | 2025.07.15 21:07:49.531945 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 104 rows starting from the beginning of the part | ||
2435 | 2025.07.15 21:07:49.532010 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part | ||
2436 | 2025.07.15 21:07:49.532066 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 106 rows starting from the beginning of the part | ||
2437 | 2025.07.15 21:07:49.532111 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part | ||
2438 | 2025.07.15 21:07:49.532148 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 679 rows starting from the beginning of the part | ||
2439 | 2025.07.15 21:07:49.532187 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 57 rows starting from the beginning of the part | ||
2440 | 2025.07.15 21:07:49.532327 [ 260 ] {62cb91d8-fb0c-4bd5-95c4-6489b8dcf518} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2441 | 2025.07.15 21:07:49.532371 [ 260 ] {62cb91d8-fb0c-4bd5-95c4-6489b8dcf518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2442 | 2025.07.15 21:07:49.532811 [ 260 ] {62cb91d8-fb0c-4bd5-95c4-6489b8dcf518} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2443 | 2025.07.15 21:07:49.533084 [ 260 ] {62cb91d8-fb0c-4bd5-95c4-6489b8dcf518} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2444 | 2025.07.15 21:07:49.533258 [ 260 ] {62cb91d8-fb0c-4bd5-95c4-6489b8dcf518} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001467 sec., 1363.3265167007498 rows/sec., 95.19 KiB/sec. | ||
2445 | 2025.07.15 21:07:49.533305 [ 260 ] {62cb91d8-fb0c-4bd5-95c4-6489b8dcf518} <Debug> TCPHandler: Processed in 0.001648033 sec. | ||
2446 | 2025.07.15 21:07:49.533314 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1058 rows, containing 5 columns (5 merged, 0 gathered) in 0.001614232 sec., 655420.0387552719 rows/sec., 54.72 MiB/sec. | ||
2447 | 2025.07.15 21:07:49.533426 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2448 | 2025.07.15 21:07:49.533533 [ 260 ] {7dbaef68-bfb9-4f32-92df-e3ddfea38e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2449 | 2025.07.15 21:07:49.533583 [ 260 ] {7dbaef68-bfb9-4f32-92df-e3ddfea38e9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2450 | 2025.07.15 21:07:49.533582 [ 188 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2451 | 2025.07.15 21:07:49.533934 [ 188 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_16_3} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2452 | 2025.07.15 21:07:49.534030 [ 188 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_16_3} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2453 | 2025.07.15 21:07:49.534131 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
2454 | 2025.07.15 21:07:49.534132 [ 260 ] {7dbaef68-bfb9-4f32-92df-e3ddfea38e9f} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2455 | 2025.07.15 21:07:49.534180 [ 260 ] {7dbaef68-bfb9-4f32-92df-e3ddfea38e9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2456 | 2025.07.15 21:07:49.534527 [ 260 ] {7dbaef68-bfb9-4f32-92df-e3ddfea38e9f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2457 | 2025.07.15 21:07:49.534769 [ 260 ] {7dbaef68-bfb9-4f32-92df-e3ddfea38e9f} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2458 | 2025.07.15 21:07:49.534891 [ 153 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2459 | 2025.07.15 21:07:49.534908 [ 260 ] {7dbaef68-bfb9-4f32-92df-e3ddfea38e9f} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001397 sec., 47244.09448818897 rows/sec., 3.69 MiB/sec. | ||
2460 | 2025.07.15 21:07:49.534942 [ 153 ] {} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2461 | 2025.07.15 21:07:49.534960 [ 260 ] {7dbaef68-bfb9-4f32-92df-e3ddfea38e9f} <Debug> TCPHandler: Processed in 0.001583961 sec. | ||
2462 | 2025.07.15 21:07:49.534970 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2463 | 2025.07.15 21:07:49.535078 [ 189 ] {356f697c-9853-4710-92c4-0a2e48007ad7::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 | ||
2464 | 2025.07.15 21:07:49.535094 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2465 | 2025.07.15 21:07:49.535198 [ 189 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2466 | 2025.07.15 21:07:49.535204 [ 260 ] {6b85734c-2145-4a9f-a7d6-32bec82f314d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2467 | 2025.07.15 21:07:49.535240 [ 189 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 100 rows starting from the beginning of the part | ||
2468 | 2025.07.15 21:07:49.535270 [ 260 ] {6b85734c-2145-4a9f-a7d6-32bec82f314d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2469 | 2025.07.15 21:07:49.535354 [ 189 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part | ||
2470 | 2025.07.15 21:07:49.535417 [ 189 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 92 rows starting from the beginning of the part | ||
2471 | 2025.07.15 21:07:49.535468 [ 189 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part | ||
2472 | 2025.07.15 21:07:49.535511 [ 189 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 419 rows starting from the beginning of the part | ||
2473 | 2025.07.15 21:07:49.535558 [ 189 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 66 rows starting from the beginning of the part | ||
2474 | 2025.07.15 21:07:49.535740 [ 260 ] {6b85734c-2145-4a9f-a7d6-32bec82f314d} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2475 | 2025.07.15 21:07:49.535783 [ 260 ] {6b85734c-2145-4a9f-a7d6-32bec82f314d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2476 | 2025.07.15 21:07:49.536157 [ 260 ] {6b85734c-2145-4a9f-a7d6-32bec82f314d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2477 | 2025.07.15 21:07:49.536393 [ 260 ] {6b85734c-2145-4a9f-a7d6-32bec82f314d} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2478 | 2025.07.15 21:07:49.536503 [ 153 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2479 | 2025.07.15 21:07:49.536539 [ 260 ] {6b85734c-2145-4a9f-a7d6-32bec82f314d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001356 sec., 118731.5634218289 rows/sec., 8.27 MiB/sec. | ||
2480 | 2025.07.15 21:07:49.536543 [ 153 ] {} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2481 | 2025.07.15 21:07:49.536580 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2482 | 2025.07.15 21:07:49.536584 [ 260 ] {6b85734c-2145-4a9f-a7d6-32bec82f314d} <Debug> TCPHandler: Processed in 0.001540879 sec. | ||
2483 | 2025.07.15 21:07:49.536667 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
2484 | 2025.07.15 21:07:49.536699 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2485 | 2025.07.15 21:07:49.536761 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2486 | 2025.07.15 21:07:49.536789 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1398 rows starting from the beginning of the part | ||
2487 | 2025.07.15 21:07:49.536795 [ 260 ] {0a1113f1-8d99-487e-bc31-5c2642bce807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2488 | 2025.07.15 21:07:49.536793 [ 189 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 805 rows, containing 5 columns (5 merged, 0 gathered) in 0.001762156 sec., 456826.7508665521 rows/sec., 35.78 MiB/sec. | ||
2489 | 2025.07.15 21:07:49.536842 [ 260 ] {0a1113f1-8d99-487e-bc31-5c2642bce807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2490 | 2025.07.15 21:07:49.536874 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
2491 | 2025.07.15 21:07:49.536925 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 162 rows starting from the beginning of the part | ||
2492 | 2025.07.15 21:07:49.536974 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
2493 | 2025.07.15 21:07:49.536978 [ 201 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2494 | 2025.07.15 21:07:49.537021 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 237 rows starting from the beginning of the part | ||
2495 | 2025.07.15 21:07:49.537071 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 161 rows starting from the beginning of the part | ||
2496 | 2025.07.15 21:07:49.537240 [ 260 ] {0a1113f1-8d99-487e-bc31-5c2642bce807} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2497 | 2025.07.15 21:07:49.537287 [ 260 ] {0a1113f1-8d99-487e-bc31-5c2642bce807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2498 | 2025.07.15 21:07:49.537290 [ 201 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_16_3} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2499 | 2025.07.15 21:07:49.537377 [ 201 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_16_3} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2500 | 2025.07.15 21:07:49.537452 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
2501 | 2025.07.15 21:07:49.537649 [ 260 ] {0a1113f1-8d99-487e-bc31-5c2642bce807} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2502 | 2025.07.15 21:07:49.537870 [ 260 ] {0a1113f1-8d99-487e-bc31-5c2642bce807} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2503 | 2025.07.15 21:07:49.537975 [ 153 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2504 | 2025.07.15 21:07:49.538001 [ 260 ] {0a1113f1-8d99-487e-bc31-5c2642bce807} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001225 sec., 48979.5918367347 rows/sec., 3.30 MiB/sec. | ||
2505 | 2025.07.15 21:07:49.538010 [ 153 ] {} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2506 | 2025.07.15 21:07:49.538041 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2507 | 2025.07.15 21:07:49.538043 [ 260 ] {0a1113f1-8d99-487e-bc31-5c2642bce807} <Debug> TCPHandler: Processed in 0.001393596 sec. | ||
2508 | 2025.07.15 21:07:49.538136 [ 191 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
2509 | 2025.07.15 21:07:49.538253 [ 191 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2510 | 2025.07.15 21:07:49.538284 [ 191 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 498 rows starting from the beginning of the part | ||
2511 | 2025.07.15 21:07:49.538336 [ 191 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
2512 | 2025.07.15 21:07:49.538359 [ 201 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2278 rows, containing 5 columns (5 merged, 0 gathered) in 0.001731965 sec., 1315269.0729893502 rows/sec., 91.22 MiB/sec. | ||
2513 | 2025.07.15 21:07:49.538381 [ 191 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
2514 | 2025.07.15 21:07:49.538427 [ 191 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
2515 | 2025.07.15 21:07:49.538468 [ 191 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part | ||
2516 | 2025.07.15 21:07:49.538513 [ 191 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
2517 | 2025.07.15 21:07:49.538726 [ 189 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2518 | 2025.07.15 21:07:49.539071 [ 189 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2519 | 2025.07.15 21:07:49.539145 [ 189 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2520 | 2025.07.15 21:07:49.539235 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
2521 | 2025.07.15 21:07:49.539432 [ 189 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 820 rows, containing 4 columns (4 merged, 0 gathered) in 0.001342515 sec., 610793.9203658805 rows/sec., 40.94 MiB/sec. | ||
2522 | 2025.07.15 21:07:49.539599 [ 201 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2523 | 2025.07.15 21:07:49.539851 [ 201 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_16_3} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2524 | 2025.07.15 21:07:49.539916 [ 201 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_16_3} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2525 | 2025.07.15 21:07:49.539986 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
2526 | 2025.07.15 21:07:50.587439 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
2527 | 2025.07.15 21:07:50.587965 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2528 | 2025.07.15 21:07:50.588014 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2529 | 2025.07.15 21:07:50.588512 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2530 | 2025.07.15 21:07:50.588746 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2531 | 2025.07.15 21:07:50.588891 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
2532 | 2025.07.15 21:07:50.905090 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
2533 | 2025.07.15 21:07:50.921039 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2534 | 2025.07.15 21:07:50.921098 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2535 | 2025.07.15 21:07:50.927274 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2536 | 2025.07.15 21:07:50.927998 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2537 | 2025.07.15 21:07:50.930819 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
2538 | 2025.07.15 21:07:51.000144 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.88 MiB, peak 202.85 MiB, free memory in arenas 0.00 B, will set to 198.15 MiB (RSS), difference: 1.27 MiB | ||
2539 | 2025.07.15 21:07:53.080456 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 344 | ||
2540 | 2025.07.15 21:07:53.083739 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2541 | 2025.07.15 21:07:53.083806 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2542 | 2025.07.15 21:07:53.085113 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2543 | 2025.07.15 21:07:53.085394 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2544 | 2025.07.15 21:07:53.085722 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 344 | ||
2545 | 2025.07.15 21:07:54.535708 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2546 | 2025.07.15 21:07:54.535900 [ 260 ] {4bd27b9b-4b8a-4540-84b8-c99c3d8e42f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
2547 | 2025.07.15 21:07:54.535973 [ 260 ] {4bd27b9b-4b8a-4540-84b8-c99c3d8e42f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
2548 | 2025.07.15 21:07:54.536793 [ 260 ] {4bd27b9b-4b8a-4540-84b8-c99c3d8e42f9} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2549 | 2025.07.15 21:07:54.536853 [ 260 ] {4bd27b9b-4b8a-4540-84b8-c99c3d8e42f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2550 | 2025.07.15 21:07:54.537272 [ 260 ] {4bd27b9b-4b8a-4540-84b8-c99c3d8e42f9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2551 | 2025.07.15 21:07:54.537505 [ 260 ] {4bd27b9b-4b8a-4540-84b8-c99c3d8e42f9} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2552 | 2025.07.15 21:07:54.537668 [ 260 ] {4bd27b9b-4b8a-4540-84b8-c99c3d8e42f9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001825 sec., 116164.38356164383 rows/sec., 7.39 MiB/sec. | ||
2553 | 2025.07.15 21:07:54.537722 [ 260 ] {4bd27b9b-4b8a-4540-84b8-c99c3d8e42f9} <Debug> TCPHandler: Processed in 0.002149985 sec. | ||
2554 | 2025.07.15 21:07:54.537859 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2555 | 2025.07.15 21:07:54.537980 [ 260 ] {3cbc64a5-7d7d-4ac8-b37c-d31f70ef882a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2556 | 2025.07.15 21:07:54.538029 [ 260 ] {3cbc64a5-7d7d-4ac8-b37c-d31f70ef882a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2557 | 2025.07.15 21:07:54.538800 [ 260 ] {3cbc64a5-7d7d-4ac8-b37c-d31f70ef882a} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2558 | 2025.07.15 21:07:54.538842 [ 260 ] {3cbc64a5-7d7d-4ac8-b37c-d31f70ef882a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2559 | 2025.07.15 21:07:54.539220 [ 260 ] {3cbc64a5-7d7d-4ac8-b37c-d31f70ef882a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2560 | 2025.07.15 21:07:54.539433 [ 260 ] {3cbc64a5-7d7d-4ac8-b37c-d31f70ef882a} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2561 | 2025.07.15 21:07:54.539570 [ 260 ] {3cbc64a5-7d7d-4ac8-b37c-d31f70ef882a} <Debug> executeQuery: Read 679 rows, 55.18 KiB in 0.001616 sec., 420173.2673267327 rows/sec., 33.35 MiB/sec. | ||
2562 | 2025.07.15 21:07:54.539610 [ 260 ] {3cbc64a5-7d7d-4ac8-b37c-d31f70ef882a} <Debug> TCPHandler: Processed in 0.001807446 sec. | ||
2563 | 2025.07.15 21:07:54.539732 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2564 | 2025.07.15 21:07:54.539833 [ 260 ] {5c3326d7-852f-424b-9283-44a2fd41fd2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2565 | 2025.07.15 21:07:54.539877 [ 260 ] {5c3326d7-852f-424b-9283-44a2fd41fd2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2566 | 2025.07.15 21:07:54.540323 [ 260 ] {5c3326d7-852f-424b-9283-44a2fd41fd2f} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2567 | 2025.07.15 21:07:54.540361 [ 260 ] {5c3326d7-852f-424b-9283-44a2fd41fd2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2568 | 2025.07.15 21:07:54.540694 [ 260 ] {5c3326d7-852f-424b-9283-44a2fd41fd2f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2569 | 2025.07.15 21:07:54.541011 [ 260 ] {5c3326d7-852f-424b-9283-44a2fd41fd2f} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2570 | 2025.07.15 21:07:54.541190 [ 260 ] {5c3326d7-852f-424b-9283-44a2fd41fd2f} <Debug> executeQuery: Read 137 rows, 8.72 KiB in 0.001378 sec., 99419.44847605225 rows/sec., 6.18 MiB/sec. | ||
2571 | 2025.07.15 21:07:54.541241 [ 260 ] {5c3326d7-852f-424b-9283-44a2fd41fd2f} <Debug> TCPHandler: Processed in 0.00155859 sec. | ||
2572 | 2025.07.15 21:07:54.541371 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2573 | 2025.07.15 21:07:54.541470 [ 260 ] {02e3ee33-f3b7-4a78-8a4d-55685af6f05c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2574 | 2025.07.15 21:07:54.541512 [ 260 ] {02e3ee33-f3b7-4a78-8a4d-55685af6f05c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2575 | 2025.07.15 21:07:54.541956 [ 260 ] {02e3ee33-f3b7-4a78-8a4d-55685af6f05c} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2576 | 2025.07.15 21:07:54.541997 [ 260 ] {02e3ee33-f3b7-4a78-8a4d-55685af6f05c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2577 | 2025.07.15 21:07:54.542368 [ 260 ] {02e3ee33-f3b7-4a78-8a4d-55685af6f05c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2578 | 2025.07.15 21:07:54.542592 [ 260 ] {02e3ee33-f3b7-4a78-8a4d-55685af6f05c} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2579 | 2025.07.15 21:07:54.542729 [ 260 ] {02e3ee33-f3b7-4a78-8a4d-55685af6f05c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001278 sec., 88419.40532081376 rows/sec., 5.72 MiB/sec. | ||
2580 | 2025.07.15 21:07:54.542769 [ 260 ] {02e3ee33-f3b7-4a78-8a4d-55685af6f05c} <Debug> TCPHandler: Processed in 0.001448547 sec. | ||
2581 | 2025.07.15 21:07:54.542899 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2582 | 2025.07.15 21:07:54.542996 [ 260 ] {65afaf1e-adbe-49ca-8714-3c04ff37d47f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2583 | 2025.07.15 21:07:54.543038 [ 260 ] {65afaf1e-adbe-49ca-8714-3c04ff37d47f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2584 | 2025.07.15 21:07:54.543496 [ 260 ] {65afaf1e-adbe-49ca-8714-3c04ff37d47f} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2585 | 2025.07.15 21:07:54.543535 [ 260 ] {65afaf1e-adbe-49ca-8714-3c04ff37d47f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2586 | 2025.07.15 21:07:54.543836 [ 260 ] {65afaf1e-adbe-49ca-8714-3c04ff37d47f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2587 | 2025.07.15 21:07:54.544057 [ 260 ] {65afaf1e-adbe-49ca-8714-3c04ff37d47f} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2588 | 2025.07.15 21:07:54.544184 [ 260 ] {65afaf1e-adbe-49ca-8714-3c04ff37d47f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001206 sec., 92868.98839137645 rows/sec., 5.29 MiB/sec. | ||
2589 | 2025.07.15 21:07:54.544221 [ 260 ] {65afaf1e-adbe-49ca-8714-3c04ff37d47f} <Debug> TCPHandler: Processed in 0.001372365 sec. | ||
2590 | 2025.07.15 21:07:54.544347 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2591 | 2025.07.15 21:07:54.544443 [ 260 ] {92f18cf9-3a8e-4043-a766-7fa05667ade4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2592 | 2025.07.15 21:07:54.544484 [ 260 ] {92f18cf9-3a8e-4043-a766-7fa05667ade4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2593 | 2025.07.15 21:07:54.545026 [ 260 ] {92f18cf9-3a8e-4043-a766-7fa05667ade4} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2594 | 2025.07.15 21:07:54.545064 [ 260 ] {92f18cf9-3a8e-4043-a766-7fa05667ade4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2595 | 2025.07.15 21:07:54.545395 [ 260 ] {92f18cf9-3a8e-4043-a766-7fa05667ade4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2596 | 2025.07.15 21:07:54.545627 [ 260 ] {92f18cf9-3a8e-4043-a766-7fa05667ade4} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2597 | 2025.07.15 21:07:54.545764 [ 260 ] {92f18cf9-3a8e-4043-a766-7fa05667ade4} <Debug> executeQuery: Read 413 rows, 30.07 KiB in 0.00134 sec., 308208.9552238806 rows/sec., 21.91 MiB/sec. | ||
2598 | 2025.07.15 21:07:54.545802 [ 260 ] {92f18cf9-3a8e-4043-a766-7fa05667ade4} <Debug> TCPHandler: Processed in 0.001503619 sec. | ||
2599 | 2025.07.15 21:07:54.545960 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2600 | 2025.07.15 21:07:54.546062 [ 260 ] {8527e7cc-0708-4da3-9910-2070ead16524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
2601 | 2025.07.15 21:07:54.546107 [ 260 ] {8527e7cc-0708-4da3-9910-2070ead16524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2602 | 2025.07.15 21:07:54.546469 [ 260 ] {8527e7cc-0708-4da3-9910-2070ead16524} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2603 | 2025.07.15 21:07:54.546506 [ 260 ] {8527e7cc-0708-4da3-9910-2070ead16524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2604 | 2025.07.15 21:07:54.546838 [ 260 ] {8527e7cc-0708-4da3-9910-2070ead16524} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2605 | 2025.07.15 21:07:54.547060 [ 260 ] {8527e7cc-0708-4da3-9910-2070ead16524} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2606 | 2025.07.15 21:07:54.547191 [ 260 ] {8527e7cc-0708-4da3-9910-2070ead16524} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001148 sec., 5226.480836236934 rows/sec., 273.06 KiB/sec. | ||
2607 | 2025.07.15 21:07:54.547229 [ 260 ] {8527e7cc-0708-4da3-9910-2070ead16524} <Debug> TCPHandler: Processed in 0.001322804 sec. | ||
2608 | 2025.07.15 21:07:54.547335 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2609 | 2025.07.15 21:07:54.547429 [ 260 ] {bfba9bed-3b38-405a-9a92-6f0fe66fdbc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2610 | 2025.07.15 21:07:54.547478 [ 260 ] {bfba9bed-3b38-405a-9a92-6f0fe66fdbc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2611 | 2025.07.15 21:07:54.547890 [ 260 ] {bfba9bed-3b38-405a-9a92-6f0fe66fdbc7} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2612 | 2025.07.15 21:07:54.547927 [ 260 ] {bfba9bed-3b38-405a-9a92-6f0fe66fdbc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2613 | 2025.07.15 21:07:54.548289 [ 260 ] {bfba9bed-3b38-405a-9a92-6f0fe66fdbc7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2614 | 2025.07.15 21:07:54.548526 [ 260 ] {bfba9bed-3b38-405a-9a92-6f0fe66fdbc7} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2615 | 2025.07.15 21:07:54.548663 [ 260 ] {bfba9bed-3b38-405a-9a92-6f0fe66fdbc7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001253 sec., 189146.04948124502 rows/sec., 12.68 MiB/sec. | ||
2616 | 2025.07.15 21:07:54.548702 [ 260 ] {bfba9bed-3b38-405a-9a92-6f0fe66fdbc7} <Debug> TCPHandler: Processed in 0.001418237 sec. | ||
2617 | 2025.07.15 21:07:54.548819 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2618 | 2025.07.15 21:07:54.548914 [ 260 ] {dae385e0-6e04-4c94-be4e-39ce9804ed27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
2619 | 2025.07.15 21:07:54.548961 [ 260 ] {dae385e0-6e04-4c94-be4e-39ce9804ed27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2620 | 2025.07.15 21:07:54.549306 [ 260 ] {dae385e0-6e04-4c94-be4e-39ce9804ed27} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2621 | 2025.07.15 21:07:54.549344 [ 260 ] {dae385e0-6e04-4c94-be4e-39ce9804ed27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2622 | 2025.07.15 21:07:54.549654 [ 260 ] {dae385e0-6e04-4c94-be4e-39ce9804ed27} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2623 | 2025.07.15 21:07:54.549867 [ 260 ] {dae385e0-6e04-4c94-be4e-39ce9804ed27} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2624 | 2025.07.15 21:07:54.549999 [ 260 ] {dae385e0-6e04-4c94-be4e-39ce9804ed27} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001103 sec., 906.6183136899365 rows/sec., 61.09 KiB/sec. | ||
2625 | 2025.07.15 21:07:54.550035 [ 260 ] {dae385e0-6e04-4c94-be4e-39ce9804ed27} <Debug> TCPHandler: Processed in 0.001266513 sec. | ||
2626 | 2025.07.15 21:07:54.550151 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2627 | 2025.07.15 21:07:54.550252 [ 260 ] {9757fc3e-37c2-4355-83e9-8d9bb4873e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2628 | 2025.07.15 21:07:54.550316 [ 260 ] {9757fc3e-37c2-4355-83e9-8d9bb4873e7c} <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 | ||
2629 | 2025.07.15 21:07:54.551148 [ 260 ] {9757fc3e-37c2-4355-83e9-8d9bb4873e7c} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2630 | 2025.07.15 21:07:54.551185 [ 260 ] {9757fc3e-37c2-4355-83e9-8d9bb4873e7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2631 | 2025.07.15 21:07:54.551742 [ 260 ] {9757fc3e-37c2-4355-83e9-8d9bb4873e7c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2632 | 2025.07.15 21:07:54.551984 [ 260 ] {9757fc3e-37c2-4355-83e9-8d9bb4873e7c} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2633 | 2025.07.15 21:07:54.552133 [ 260 ] {9757fc3e-37c2-4355-83e9-8d9bb4873e7c} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.001903 sec., 16290.0683131897 rows/sec., 29.19 MiB/sec. | ||
2634 | 2025.07.15 21:07:54.552208 [ 260 ] {9757fc3e-37c2-4355-83e9-8d9bb4873e7c} <Debug> TCPHandler: Processed in 0.002107385 sec. | ||
2635 | 2025.07.15 21:07:54.552329 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2636 | 2025.07.15 21:07:54.552434 [ 260 ] {948435e6-8b8c-45c4-99de-b2cd048a1430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2637 | 2025.07.15 21:07:54.552479 [ 260 ] {948435e6-8b8c-45c4-99de-b2cd048a1430} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2638 | 2025.07.15 21:07:54.552819 [ 260 ] {948435e6-8b8c-45c4-99de-b2cd048a1430} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2639 | 2025.07.15 21:07:54.552856 [ 260 ] {948435e6-8b8c-45c4-99de-b2cd048a1430} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2640 | 2025.07.15 21:07:54.553194 [ 260 ] {948435e6-8b8c-45c4-99de-b2cd048a1430} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2641 | 2025.07.15 21:07:54.553434 [ 260 ] {948435e6-8b8c-45c4-99de-b2cd048a1430} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2642 | 2025.07.15 21:07:54.553566 [ 260 ] {948435e6-8b8c-45c4-99de-b2cd048a1430} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001156 sec., 70934.25605536332 rows/sec., 4.51 MiB/sec. | ||
2643 | 2025.07.15 21:07:54.553602 [ 260 ] {948435e6-8b8c-45c4-99de-b2cd048a1430} <Debug> TCPHandler: Processed in 0.001325904 sec. | ||
2644 | 2025.07.15 21:07:55.956415 [ 148 ] {} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2645 | 2025.07.15 21:07:55.956478 [ 148 ] {} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2646 | 2025.07.15 21:07:55.956498 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2647 | 2025.07.15 21:07:55.956635 [ 191 ] {2b8c829e-5bec-4c85-b0b2-0975232757f8::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 | ||
2648 | 2025.07.15 21:07:55.956965 [ 191 ] {2b8c829e-5bec-4c85-b0b2-0975232757f8::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2649 | 2025.07.15 21:07:55.957009 [ 191 ] {2b8c829e-5bec-4c85-b0b2-0975232757f8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
2650 | 2025.07.15 21:07:55.957093 [ 191 ] {2b8c829e-5bec-4c85-b0b2-0975232757f8::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 | ||
2651 | 2025.07.15 21:07:55.957158 [ 191 ] {2b8c829e-5bec-4c85-b0b2-0975232757f8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
2652 | 2025.07.15 21:07:55.957221 [ 191 ] {2b8c829e-5bec-4c85-b0b2-0975232757f8::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 | ||
2653 | 2025.07.15 21:07:55.957277 [ 191 ] {2b8c829e-5bec-4c85-b0b2-0975232757f8::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 | ||
2654 | 2025.07.15 21:07:55.958814 [ 189 ] {2b8c829e-5bec-4c85-b0b2-0975232757f8::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 6 columns (6 merged, 0 gathered) in 0.002233218 sec., 15672.45114449194 rows/sec., 3.30 MiB/sec. | ||
2655 | 2025.07.15 21:07:55.959122 [ 200 ] {2b8c829e-5bec-4c85-b0b2-0975232757f8::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2656 | 2025.07.15 21:07:55.959808 [ 200 ] {2b8c829e-5bec-4c85-b0b2-0975232757f8::all_1_5_1} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2657 | 2025.07.15 21:07:55.959945 [ 200 ] {2b8c829e-5bec-4c85-b0b2-0975232757f8::all_1_5_1} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2658 | 2025.07.15 21:07:55.960051 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
2659 | 2025.07.15 21:07:57.973410 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2660 | 2025.07.15 21:07:57.973506 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2661 | 2025.07.15 21:07:58.089933 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
2662 | 2025.07.15 21:07:58.090468 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2663 | 2025.07.15 21:07:58.090519 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2664 | 2025.07.15 21:07:58.091084 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2665 | 2025.07.15 21:07:58.091331 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2666 | 2025.07.15 21:07:58.091473 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
2667 | 2025.07.15 21:07:58.431843 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
2668 | 2025.07.15 21:07:58.449472 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2669 | 2025.07.15 21:07:58.449527 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2670 | 2025.07.15 21:07:58.455632 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2671 | 2025.07.15 21:07:58.456388 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2672 | 2025.07.15 21:07:58.459673 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
2673 | 2025.07.15 21:07:59.527788 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2674 | 2025.07.15 21:07:59.527983 [ 260 ] {ea12b37a-d284-4631-b2b3-3fa8bd115a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2675 | 2025.07.15 21:07:59.528054 [ 260 ] {ea12b37a-d284-4631-b2b3-3fa8bd115a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2676 | 2025.07.15 21:07:59.528758 [ 260 ] {ea12b37a-d284-4631-b2b3-3fa8bd115a47} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2677 | 2025.07.15 21:07:59.528802 [ 260 ] {ea12b37a-d284-4631-b2b3-3fa8bd115a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2678 | 2025.07.15 21:07:59.529201 [ 260 ] {ea12b37a-d284-4631-b2b3-3fa8bd115a47} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2679 | 2025.07.15 21:07:59.529432 [ 260 ] {ea12b37a-d284-4631-b2b3-3fa8bd115a47} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2680 | 2025.07.15 21:07:59.529599 [ 260 ] {ea12b37a-d284-4631-b2b3-3fa8bd115a47} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.00167 sec., 44311.37724550898 rows/sec., 3.60 MiB/sec. | ||
2681 | 2025.07.15 21:07:59.529648 [ 260 ] {ea12b37a-d284-4631-b2b3-3fa8bd115a47} <Debug> TCPHandler: Processed in 0.001988431 sec. | ||
2682 | 2025.07.15 21:07:59.529781 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2683 | 2025.07.15 21:07:59.529885 [ 260 ] {231b6758-144d-49a5-988e-f64300e5603c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2684 | 2025.07.15 21:07:59.529930 [ 260 ] {231b6758-144d-49a5-988e-f64300e5603c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2685 | 2025.07.15 21:07:59.530347 [ 260 ] {231b6758-144d-49a5-988e-f64300e5603c} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2686 | 2025.07.15 21:07:59.530382 [ 260 ] {231b6758-144d-49a5-988e-f64300e5603c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2687 | 2025.07.15 21:07:59.530714 [ 260 ] {231b6758-144d-49a5-988e-f64300e5603c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2688 | 2025.07.15 21:07:59.530932 [ 260 ] {231b6758-144d-49a5-988e-f64300e5603c} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2689 | 2025.07.15 21:07:59.531074 [ 260 ] {231b6758-144d-49a5-988e-f64300e5603c} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001213 sec., 7419.620774938169 rows/sec., 557.92 KiB/sec. | ||
2690 | 2025.07.15 21:07:59.531112 [ 260 ] {231b6758-144d-49a5-988e-f64300e5603c} <Debug> TCPHandler: Processed in 0.001385486 sec. | ||
2691 | 2025.07.15 21:07:59.531227 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2692 | 2025.07.15 21:07:59.531328 [ 260 ] {4a35b213-0534-47a7-a540-223606ffe27a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2693 | 2025.07.15 21:07:59.531372 [ 260 ] {4a35b213-0534-47a7-a540-223606ffe27a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2694 | 2025.07.15 21:07:59.531850 [ 260 ] {4a35b213-0534-47a7-a540-223606ffe27a} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2695 | 2025.07.15 21:07:59.531890 [ 260 ] {4a35b213-0534-47a7-a540-223606ffe27a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2696 | 2025.07.15 21:07:59.532257 [ 260 ] {4a35b213-0534-47a7-a540-223606ffe27a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2697 | 2025.07.15 21:07:59.532485 [ 260 ] {4a35b213-0534-47a7-a540-223606ffe27a} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2698 | 2025.07.15 21:07:59.532629 [ 260 ] {4a35b213-0534-47a7-a540-223606ffe27a} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001322 sec., 55219.36459909228 rows/sec., 4.31 MiB/sec. | ||
2699 | 2025.07.15 21:07:59.532667 [ 260 ] {4a35b213-0534-47a7-a540-223606ffe27a} <Debug> TCPHandler: Processed in 0.001489948 sec. | ||
2700 | 2025.07.15 21:07:59.532794 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2701 | 2025.07.15 21:07:59.532893 [ 260 ] {5825ad1d-5bdb-47f9-8613-4a66f69ae117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2702 | 2025.07.15 21:07:59.532939 [ 260 ] {5825ad1d-5bdb-47f9-8613-4a66f69ae117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2703 | 2025.07.15 21:07:59.533361 [ 260 ] {5825ad1d-5bdb-47f9-8613-4a66f69ae117} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2704 | 2025.07.15 21:07:59.533398 [ 260 ] {5825ad1d-5bdb-47f9-8613-4a66f69ae117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2705 | 2025.07.15 21:07:59.533739 [ 260 ] {5825ad1d-5bdb-47f9-8613-4a66f69ae117} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2706 | 2025.07.15 21:07:59.533950 [ 260 ] {5825ad1d-5bdb-47f9-8613-4a66f69ae117} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2707 | 2025.07.15 21:07:59.534088 [ 260 ] {5825ad1d-5bdb-47f9-8613-4a66f69ae117} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. | ||
2708 | 2025.07.15 21:07:59.534124 [ 260 ] {5825ad1d-5bdb-47f9-8613-4a66f69ae117} <Debug> TCPHandler: Processed in 0.001381676 sec. | ||
2709 | 2025.07.15 21:07:59.534257 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2710 | 2025.07.15 21:07:59.534352 [ 260 ] {70832da1-e39b-4a5f-b937-d58aaa7b8a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2711 | 2025.07.15 21:07:59.534409 [ 260 ] {70832da1-e39b-4a5f-b937-d58aaa7b8a4f} <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 | ||
2712 | 2025.07.15 21:07:59.535149 [ 260 ] {70832da1-e39b-4a5f-b937-d58aaa7b8a4f} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2713 | 2025.07.15 21:07:59.535187 [ 260 ] {70832da1-e39b-4a5f-b937-d58aaa7b8a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2714 | 2025.07.15 21:07:59.535681 [ 260 ] {70832da1-e39b-4a5f-b937-d58aaa7b8a4f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2715 | 2025.07.15 21:07:59.535915 [ 260 ] {70832da1-e39b-4a5f-b937-d58aaa7b8a4f} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2716 | 2025.07.15 21:07:59.536056 [ 260 ] {70832da1-e39b-4a5f-b937-d58aaa7b8a4f} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001723 sec., 5223.447475333721 rows/sec., 9.36 MiB/sec. | ||
2717 | 2025.07.15 21:07:59.536116 [ 260 ] {70832da1-e39b-4a5f-b937-d58aaa7b8a4f} <Debug> TCPHandler: Processed in 0.00190758 sec. | ||
2718 | 2025.07.15 21:07:59.536236 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2719 | 2025.07.15 21:07:59.536330 [ 260 ] {864d6bdf-df2e-4712-8f44-a27eea7afefc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2720 | 2025.07.15 21:07:59.536374 [ 260 ] {864d6bdf-df2e-4712-8f44-a27eea7afefc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2721 | 2025.07.15 21:07:59.536737 [ 260 ] {864d6bdf-df2e-4712-8f44-a27eea7afefc} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2722 | 2025.07.15 21:07:59.536775 [ 260 ] {864d6bdf-df2e-4712-8f44-a27eea7afefc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2723 | 2025.07.15 21:07:59.537104 [ 260 ] {864d6bdf-df2e-4712-8f44-a27eea7afefc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2724 | 2025.07.15 21:07:59.537329 [ 260 ] {864d6bdf-df2e-4712-8f44-a27eea7afefc} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2725 | 2025.07.15 21:07:59.537467 [ 260 ] {864d6bdf-df2e-4712-8f44-a27eea7afefc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001155 sec., 51948.05194805195 rows/sec., 3.50 MiB/sec. | ||
2726 | 2025.07.15 21:07:59.537503 [ 260 ] {864d6bdf-df2e-4712-8f44-a27eea7afefc} <Debug> TCPHandler: Processed in 0.001317894 sec. | ||
2727 | 2025.07.15 21:08:03.086825 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 378 | ||
2728 | 2025.07.15 21:08:03.089149 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2729 | 2025.07.15 21:08:03.089204 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2730 | 2025.07.15 21:08:03.090396 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2731 | 2025.07.15 21:08:03.090671 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2732 | 2025.07.15 21:08:03.091001 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 378 | ||
2733 | 2025.07.15 21:08:04.535080 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2734 | 2025.07.15 21:08:04.535260 [ 260 ] {bcdd7de0-8e3a-4e1b-813b-1e7545cce0b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
2735 | 2025.07.15 21:08:04.535328 [ 260 ] {bcdd7de0-8e3a-4e1b-813b-1e7545cce0b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
2736 | 2025.07.15 21:08:04.536132 [ 260 ] {bcdd7de0-8e3a-4e1b-813b-1e7545cce0b5} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2737 | 2025.07.15 21:08:04.536180 [ 260 ] {bcdd7de0-8e3a-4e1b-813b-1e7545cce0b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2738 | 2025.07.15 21:08:04.536586 [ 260 ] {bcdd7de0-8e3a-4e1b-813b-1e7545cce0b5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2739 | 2025.07.15 21:08:04.536823 [ 260 ] {bcdd7de0-8e3a-4e1b-813b-1e7545cce0b5} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2740 | 2025.07.15 21:08:04.536983 [ 260 ] {bcdd7de0-8e3a-4e1b-813b-1e7545cce0b5} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001773 sec., 119571.34799774393 rows/sec., 7.60 MiB/sec. | ||
2741 | 2025.07.15 21:08:04.537033 [ 260 ] {bcdd7de0-8e3a-4e1b-813b-1e7545cce0b5} <Debug> TCPHandler: Processed in 0.002082484 sec. | ||
2742 | 2025.07.15 21:08:04.537170 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2743 | 2025.07.15 21:08:04.537276 [ 260 ] {27c4e3c8-57c1-47d4-bd7a-3b79d6e9059c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
2744 | 2025.07.15 21:08:04.537324 [ 260 ] {27c4e3c8-57c1-47d4-bd7a-3b79d6e9059c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2745 | 2025.07.15 21:08:04.537725 [ 260 ] {27c4e3c8-57c1-47d4-bd7a-3b79d6e9059c} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2746 | 2025.07.15 21:08:04.537762 [ 260 ] {27c4e3c8-57c1-47d4-bd7a-3b79d6e9059c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2747 | 2025.07.15 21:08:04.538083 [ 260 ] {27c4e3c8-57c1-47d4-bd7a-3b79d6e9059c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2748 | 2025.07.15 21:08:04.538301 [ 260 ] {27c4e3c8-57c1-47d4-bd7a-3b79d6e9059c} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2749 | 2025.07.15 21:08:04.538441 [ 260 ] {27c4e3c8-57c1-47d4-bd7a-3b79d6e9059c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001189 sec., 1682.0857863751053 rows/sec., 137.16 KiB/sec. | ||
2750 | 2025.07.15 21:08:04.538482 [ 260 ] {27c4e3c8-57c1-47d4-bd7a-3b79d6e9059c} <Debug> TCPHandler: Processed in 0.001369745 sec. | ||
2751 | 2025.07.15 21:08:04.538589 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2752 | 2025.07.15 21:08:04.538685 [ 260 ] {c28f6b8d-60a2-4ea7-9428-04a67e78935b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2753 | 2025.07.15 21:08:04.538728 [ 260 ] {c28f6b8d-60a2-4ea7-9428-04a67e78935b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2754 | 2025.07.15 21:08:04.539449 [ 260 ] {c28f6b8d-60a2-4ea7-9428-04a67e78935b} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2755 | 2025.07.15 21:08:04.539485 [ 260 ] {c28f6b8d-60a2-4ea7-9428-04a67e78935b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2756 | 2025.07.15 21:08:04.539844 [ 260 ] {c28f6b8d-60a2-4ea7-9428-04a67e78935b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2757 | 2025.07.15 21:08:04.540054 [ 260 ] {c28f6b8d-60a2-4ea7-9428-04a67e78935b} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2758 | 2025.07.15 21:08:04.540186 [ 260 ] {c28f6b8d-60a2-4ea7-9428-04a67e78935b} <Debug> executeQuery: Read 680 rows, 55.26 KiB in 0.00152 sec., 447368.4210526316 rows/sec., 35.50 MiB/sec. | ||
2759 | 2025.07.15 21:08:04.540223 [ 260 ] {c28f6b8d-60a2-4ea7-9428-04a67e78935b} <Debug> TCPHandler: Processed in 0.001685873 sec. | ||
2760 | 2025.07.15 21:08:04.540336 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2761 | 2025.07.15 21:08:04.540432 [ 260 ] {7c1f7fdc-c217-4bda-a631-ea8f9bdbb828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2762 | 2025.07.15 21:08:04.540473 [ 260 ] {7c1f7fdc-c217-4bda-a631-ea8f9bdbb828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2763 | 2025.07.15 21:08:04.540920 [ 260 ] {7c1f7fdc-c217-4bda-a631-ea8f9bdbb828} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2764 | 2025.07.15 21:08:04.540956 [ 260 ] {7c1f7fdc-c217-4bda-a631-ea8f9bdbb828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2765 | 2025.07.15 21:08:04.541279 [ 260 ] {7c1f7fdc-c217-4bda-a631-ea8f9bdbb828} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2766 | 2025.07.15 21:08:04.541493 [ 260 ] {7c1f7fdc-c217-4bda-a631-ea8f9bdbb828} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2767 | 2025.07.15 21:08:04.541582 [ 136 ] {} <Debug> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2768 | 2025.07.15 21:08:04.541619 [ 260 ] {7c1f7fdc-c217-4bda-a631-ea8f9bdbb828} <Debug> executeQuery: Read 139 rows, 8.86 KiB in 0.001207 sec., 115161.5575807788 rows/sec., 7.17 MiB/sec. | ||
2769 | 2025.07.15 21:08:04.541620 [ 136 ] {} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2770 | 2025.07.15 21:08:04.541650 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2771 | 2025.07.15 21:08:04.541657 [ 260 ] {7c1f7fdc-c217-4bda-a631-ea8f9bdbb828} <Debug> TCPHandler: Processed in 0.001372575 sec. | ||
2772 | 2025.07.15 21:08:04.541756 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::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 | ||
2773 | 2025.07.15 21:08:04.541766 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2774 | 2025.07.15 21:08:04.541895 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2775 | 2025.07.15 21:08:04.541899 [ 260 ] {d8d9cca3-eaaa-40fd-8b51-f83669b05d40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2776 | 2025.07.15 21:08:04.541938 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 28 rows starting from the beginning of the part | ||
2777 | 2025.07.15 21:08:04.541958 [ 260 ] {d8d9cca3-eaaa-40fd-8b51-f83669b05d40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2778 | 2025.07.15 21:08:04.542032 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 137 rows starting from the beginning of the part | ||
2779 | 2025.07.15 21:08:04.542089 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
2780 | 2025.07.15 21:08:04.542141 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 137 rows starting from the beginning of the part | ||
2781 | 2025.07.15 21:08:04.542185 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 9 rows starting from the beginning of the part | ||
2782 | 2025.07.15 21:08:04.542233 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 139 rows starting from the beginning of the part | ||
2783 | 2025.07.15 21:08:04.542437 [ 260 ] {d8d9cca3-eaaa-40fd-8b51-f83669b05d40} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2784 | 2025.07.15 21:08:04.542477 [ 260 ] {d8d9cca3-eaaa-40fd-8b51-f83669b05d40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2785 | 2025.07.15 21:08:04.542916 [ 260 ] {d8d9cca3-eaaa-40fd-8b51-f83669b05d40} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2786 | 2025.07.15 21:08:04.543137 [ 260 ] {d8d9cca3-eaaa-40fd-8b51-f83669b05d40} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2787 | 2025.07.15 21:08:04.543165 [ 189 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 452 rows, containing 5 columns (5 merged, 0 gathered) in 0.001454308 sec., 310800.7382205145 rows/sec., 20.79 MiB/sec. | ||
2788 | 2025.07.15 21:08:04.543270 [ 260 ] {d8d9cca3-eaaa-40fd-8b51-f83669b05d40} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001389 sec., 81353.49172066235 rows/sec., 5.27 MiB/sec. | ||
2789 | 2025.07.15 21:08:04.543314 [ 260 ] {d8d9cca3-eaaa-40fd-8b51-f83669b05d40} <Debug> TCPHandler: Processed in 0.001597961 sec. | ||
2790 | 2025.07.15 21:08:04.543342 [ 200 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2791 | 2025.07.15 21:08:04.543448 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2792 | 2025.07.15 21:08:04.543570 [ 260 ] {a5cd679f-742a-4220-b2b7-793bde89ba15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2793 | 2025.07.15 21:08:04.543597 [ 200 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_11_2} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2794 | 2025.07.15 21:08:04.543621 [ 260 ] {a5cd679f-742a-4220-b2b7-793bde89ba15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2795 | 2025.07.15 21:08:04.543664 [ 200 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_11_2} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2796 | 2025.07.15 21:08:04.543742 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
2797 | 2025.07.15 21:08:04.544146 [ 260 ] {a5cd679f-742a-4220-b2b7-793bde89ba15} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2798 | 2025.07.15 21:08:04.544181 [ 260 ] {a5cd679f-742a-4220-b2b7-793bde89ba15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2799 | 2025.07.15 21:08:04.544505 [ 260 ] {a5cd679f-742a-4220-b2b7-793bde89ba15} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2800 | 2025.07.15 21:08:04.544718 [ 260 ] {a5cd679f-742a-4220-b2b7-793bde89ba15} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2801 | 2025.07.15 21:08:04.544843 [ 260 ] {a5cd679f-742a-4220-b2b7-793bde89ba15} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001299 sec., 86220.16936104695 rows/sec., 4.91 MiB/sec. | ||
2802 | 2025.07.15 21:08:04.544881 [ 260 ] {a5cd679f-742a-4220-b2b7-793bde89ba15} <Debug> TCPHandler: Processed in 0.001495568 sec. | ||
2803 | 2025.07.15 21:08:04.544987 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2804 | 2025.07.15 21:08:04.545082 [ 260 ] {ee13cb99-eac0-4c6a-94e5-2c0ccaafbe4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2805 | 2025.07.15 21:08:04.545123 [ 260 ] {ee13cb99-eac0-4c6a-94e5-2c0ccaafbe4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2806 | 2025.07.15 21:08:04.545678 [ 260 ] {ee13cb99-eac0-4c6a-94e5-2c0ccaafbe4e} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2807 | 2025.07.15 21:08:04.545713 [ 260 ] {ee13cb99-eac0-4c6a-94e5-2c0ccaafbe4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2808 | 2025.07.15 21:08:04.546049 [ 260 ] {ee13cb99-eac0-4c6a-94e5-2c0ccaafbe4e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2809 | 2025.07.15 21:08:04.546264 [ 260 ] {ee13cb99-eac0-4c6a-94e5-2c0ccaafbe4e} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): 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.15 21:08:04.546391 [ 260 ] {ee13cb99-eac0-4c6a-94e5-2c0ccaafbe4e} <Debug> executeQuery: Read 415 rows, 30.23 KiB in 0.001329 sec., 312264.86079759215 rows/sec., 22.21 MiB/sec. | ||
2811 | 2025.07.15 21:08:04.546429 [ 260 ] {ee13cb99-eac0-4c6a-94e5-2c0ccaafbe4e} <Debug> TCPHandler: Processed in 0.001491389 sec. | ||
2812 | 2025.07.15 21:08:04.546533 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2813 | 2025.07.15 21:08:04.546627 [ 260 ] {455513cc-423f-4bd8-8b2a-6764e6415710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
2814 | 2025.07.15 21:08:04.546669 [ 260 ] {455513cc-423f-4bd8-8b2a-6764e6415710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2815 | 2025.07.15 21:08:04.546984 [ 260 ] {455513cc-423f-4bd8-8b2a-6764e6415710} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2816 | 2025.07.15 21:08:04.547017 [ 260 ] {455513cc-423f-4bd8-8b2a-6764e6415710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2817 | 2025.07.15 21:08:04.547307 [ 260 ] {455513cc-423f-4bd8-8b2a-6764e6415710} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2818 | 2025.07.15 21:08:04.547517 [ 260 ] {455513cc-423f-4bd8-8b2a-6764e6415710} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2819 | 2025.07.15 21:08:04.547645 [ 260 ] {455513cc-423f-4bd8-8b2a-6764e6415710} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001037 sec., 5785.9209257473485 rows/sec., 302.29 KiB/sec. | ||
2820 | 2025.07.15 21:08:04.547679 [ 260 ] {455513cc-423f-4bd8-8b2a-6764e6415710} <Debug> TCPHandler: Processed in 0.001194931 sec. | ||
2821 | 2025.07.15 21:08:04.547779 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2822 | 2025.07.15 21:08:04.547870 [ 260 ] {9db47828-ea49-4a87-9309-74cce0d97d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2823 | 2025.07.15 21:08:04.547912 [ 260 ] {9db47828-ea49-4a87-9309-74cce0d97d11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2824 | 2025.07.15 21:08:04.548306 [ 260 ] {9db47828-ea49-4a87-9309-74cce0d97d11} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2825 | 2025.07.15 21:08:04.548342 [ 260 ] {9db47828-ea49-4a87-9309-74cce0d97d11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2826 | 2025.07.15 21:08:04.548675 [ 260 ] {9db47828-ea49-4a87-9309-74cce0d97d11} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2827 | 2025.07.15 21:08:04.548878 [ 260 ] {9db47828-ea49-4a87-9309-74cce0d97d11} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2828 | 2025.07.15 21:08:04.549004 [ 260 ] {9db47828-ea49-4a87-9309-74cce0d97d11} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001152 sec., 206597.22222222222 rows/sec., 13.85 MiB/sec. | ||
2829 | 2025.07.15 21:08:04.549040 [ 260 ] {9db47828-ea49-4a87-9309-74cce0d97d11} <Debug> TCPHandler: Processed in 0.001309064 sec. | ||
2830 | 2025.07.15 21:08:04.549142 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2831 | 2025.07.15 21:08:04.549237 [ 260 ] {c847f5df-a308-4ebe-8e32-cdeb756eb1b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
2832 | 2025.07.15 21:08:04.549278 [ 260 ] {c847f5df-a308-4ebe-8e32-cdeb756eb1b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2833 | 2025.07.15 21:08:04.549567 [ 260 ] {c847f5df-a308-4ebe-8e32-cdeb756eb1b4} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2834 | 2025.07.15 21:08:04.549602 [ 260 ] {c847f5df-a308-4ebe-8e32-cdeb756eb1b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2835 | 2025.07.15 21:08:04.549888 [ 260 ] {c847f5df-a308-4ebe-8e32-cdeb756eb1b4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2836 | 2025.07.15 21:08:04.550091 [ 260 ] {c847f5df-a308-4ebe-8e32-cdeb756eb1b4} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2837 | 2025.07.15 21:08:04.550218 [ 260 ] {c847f5df-a308-4ebe-8e32-cdeb756eb1b4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.000999 sec., 1001.0010010010009 rows/sec., 67.45 KiB/sec. | ||
2838 | 2025.07.15 21:08:04.550254 [ 260 ] {c847f5df-a308-4ebe-8e32-cdeb756eb1b4} <Debug> TCPHandler: Processed in 0.00115894 sec. | ||
2839 | 2025.07.15 21:08:04.550353 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2840 | 2025.07.15 21:08:04.550445 [ 260 ] {2138b722-e3e6-4fdb-ac04-8fe2b31d1fe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2841 | 2025.07.15 21:08:04.550499 [ 260 ] {2138b722-e3e6-4fdb-ac04-8fe2b31d1fe1} <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 | ||
2842 | 2025.07.15 21:08:04.551280 [ 260 ] {2138b722-e3e6-4fdb-ac04-8fe2b31d1fe1} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2843 | 2025.07.15 21:08:04.551317 [ 260 ] {2138b722-e3e6-4fdb-ac04-8fe2b31d1fe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2844 | 2025.07.15 21:08:04.551846 [ 260 ] {2138b722-e3e6-4fdb-ac04-8fe2b31d1fe1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2845 | 2025.07.15 21:08:04.552065 [ 260 ] {2138b722-e3e6-4fdb-ac04-8fe2b31d1fe1} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2846 | 2025.07.15 21:08:04.552201 [ 260 ] {2138b722-e3e6-4fdb-ac04-8fe2b31d1fe1} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.001773 sec., 17484.489565707838 rows/sec., 31.33 MiB/sec. | ||
2847 | 2025.07.15 21:08:04.552259 [ 260 ] {2138b722-e3e6-4fdb-ac04-8fe2b31d1fe1} <Debug> TCPHandler: Processed in 0.00195444 sec. | ||
2848 | 2025.07.15 21:08:04.552367 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2849 | 2025.07.15 21:08:04.552460 [ 260 ] {4c507fb3-66f2-4c98-b307-721bdf4b8cb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2850 | 2025.07.15 21:08:04.552502 [ 260 ] {4c507fb3-66f2-4c98-b307-721bdf4b8cb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2851 | 2025.07.15 21:08:04.552823 [ 260 ] {4c507fb3-66f2-4c98-b307-721bdf4b8cb4} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2852 | 2025.07.15 21:08:04.552859 [ 260 ] {4c507fb3-66f2-4c98-b307-721bdf4b8cb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2853 | 2025.07.15 21:08:04.553156 [ 260 ] {4c507fb3-66f2-4c98-b307-721bdf4b8cb4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2854 | 2025.07.15 21:08:04.553363 [ 260 ] {4c507fb3-66f2-4c98-b307-721bdf4b8cb4} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2855 | 2025.07.15 21:08:04.553488 [ 260 ] {4c507fb3-66f2-4c98-b307-721bdf4b8cb4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001046 sec., 78393.88145315487 rows/sec., 4.98 MiB/sec. | ||
2856 | 2025.07.15 21:08:04.553522 [ 260 ] {4c507fb3-66f2-4c98-b307-721bdf4b8cb4} <Debug> TCPHandler: Processed in 0.001204131 sec. | ||
2857 | 2025.07.15 21:08:05.592408 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
2858 | 2025.07.15 21:08:05.592896 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2859 | 2025.07.15 21:08:05.592942 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2860 | 2025.07.15 21:08:05.593418 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2861 | 2025.07.15 21:08:05.593656 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2862 | 2025.07.15 21:08:05.593803 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
2863 | 2025.07.15 21:08:05.960588 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
2864 | 2025.07.15 21:08:05.976455 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2865 | 2025.07.15 21:08:05.976513 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2866 | 2025.07.15 21:08:05.982240 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2867 | 2025.07.15 21:08:05.982903 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2868 | 2025.07.15 21:08:05.985617 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
2869 | 2025.07.15 21:08:09.527629 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2870 | 2025.07.15 21:08:09.527825 [ 260 ] {b33511af-f7ac-4295-9ea6-8e2a6fbacbc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2871 | 2025.07.15 21:08:09.527893 [ 260 ] {b33511af-f7ac-4295-9ea6-8e2a6fbacbc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2872 | 2025.07.15 21:08:09.528630 [ 260 ] {b33511af-f7ac-4295-9ea6-8e2a6fbacbc1} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2873 | 2025.07.15 21:08:09.528680 [ 260 ] {b33511af-f7ac-4295-9ea6-8e2a6fbacbc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2874 | 2025.07.15 21:08:09.529099 [ 260 ] {b33511af-f7ac-4295-9ea6-8e2a6fbacbc1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2875 | 2025.07.15 21:08:09.529326 [ 260 ] {b33511af-f7ac-4295-9ea6-8e2a6fbacbc1} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2876 | 2025.07.15 21:08:09.529489 [ 260 ] {b33511af-f7ac-4295-9ea6-8e2a6fbacbc1} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001716 sec., 43123.543123543124 rows/sec., 3.51 MiB/sec. | ||
2877 | 2025.07.15 21:08:09.529546 [ 260 ] {b33511af-f7ac-4295-9ea6-8e2a6fbacbc1} <Debug> TCPHandler: Processed in 0.002045973 sec. | ||
2878 | 2025.07.15 21:08:09.529704 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2879 | 2025.07.15 21:08:09.529812 [ 260 ] {b1d10da0-c57e-4905-94b8-b886daa4ead7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2880 | 2025.07.15 21:08:09.529859 [ 260 ] {b1d10da0-c57e-4905-94b8-b886daa4ead7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2881 | 2025.07.15 21:08:09.530295 [ 260 ] {b1d10da0-c57e-4905-94b8-b886daa4ead7} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2882 | 2025.07.15 21:08:09.530333 [ 260 ] {b1d10da0-c57e-4905-94b8-b886daa4ead7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2883 | 2025.07.15 21:08:09.530647 [ 260 ] {b1d10da0-c57e-4905-94b8-b886daa4ead7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2884 | 2025.07.15 21:08:09.530875 [ 260 ] {b1d10da0-c57e-4905-94b8-b886daa4ead7} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2885 | 2025.07.15 21:08:09.531015 [ 260 ] {b1d10da0-c57e-4905-94b8-b886daa4ead7} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.00123 sec., 7317.073170731707 rows/sec., 550.21 KiB/sec. | ||
2886 | 2025.07.15 21:08:09.531055 [ 260 ] {b1d10da0-c57e-4905-94b8-b886daa4ead7} <Debug> TCPHandler: Processed in 0.001403796 sec. | ||
2887 | 2025.07.15 21:08:09.531173 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2888 | 2025.07.15 21:08:09.531274 [ 260 ] {f183e228-f77d-4147-b1b3-1cc4a2389bc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2889 | 2025.07.15 21:08:09.531316 [ 260 ] {f183e228-f77d-4147-b1b3-1cc4a2389bc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2890 | 2025.07.15 21:08:09.531755 [ 260 ] {f183e228-f77d-4147-b1b3-1cc4a2389bc0} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2891 | 2025.07.15 21:08:09.531793 [ 260 ] {f183e228-f77d-4147-b1b3-1cc4a2389bc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2892 | 2025.07.15 21:08:09.532101 [ 260 ] {f183e228-f77d-4147-b1b3-1cc4a2389bc0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2893 | 2025.07.15 21:08:09.532316 [ 260 ] {f183e228-f77d-4147-b1b3-1cc4a2389bc0} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2894 | 2025.07.15 21:08:09.532448 [ 260 ] {f183e228-f77d-4147-b1b3-1cc4a2389bc0} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001196 sec., 61036.78929765886 rows/sec., 4.77 MiB/sec. | ||
2895 | 2025.07.15 21:08:09.532486 [ 260 ] {f183e228-f77d-4147-b1b3-1cc4a2389bc0} <Debug> TCPHandler: Processed in 0.001365726 sec. | ||
2896 | 2025.07.15 21:08:09.532604 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2897 | 2025.07.15 21:08:09.532699 [ 260 ] {a1a408b9-742c-40c6-af5b-71de8032585f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2898 | 2025.07.15 21:08:09.532744 [ 260 ] {a1a408b9-742c-40c6-af5b-71de8032585f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2899 | 2025.07.15 21:08:09.533155 [ 260 ] {a1a408b9-742c-40c6-af5b-71de8032585f} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2900 | 2025.07.15 21:08:09.533193 [ 260 ] {a1a408b9-742c-40c6-af5b-71de8032585f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2901 | 2025.07.15 21:08:09.533526 [ 260 ] {a1a408b9-742c-40c6-af5b-71de8032585f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2902 | 2025.07.15 21:08:09.533737 [ 260 ] {a1a408b9-742c-40c6-af5b-71de8032585f} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2903 | 2025.07.15 21:08:09.533868 [ 260 ] {a1a408b9-742c-40c6-af5b-71de8032585f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. | ||
2904 | 2025.07.15 21:08:09.533906 [ 260 ] {a1a408b9-742c-40c6-af5b-71de8032585f} <Debug> TCPHandler: Processed in 0.001352415 sec. | ||
2905 | 2025.07.15 21:08:09.534016 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2906 | 2025.07.15 21:08:09.534111 [ 260 ] {7fb23d63-fc17-4376-a8bb-4a6b0d9850f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2907 | 2025.07.15 21:08:09.534166 [ 260 ] {7fb23d63-fc17-4376-a8bb-4a6b0d9850f8} <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 | ||
2908 | 2025.07.15 21:08:09.534922 [ 260 ] {7fb23d63-fc17-4376-a8bb-4a6b0d9850f8} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2909 | 2025.07.15 21:08:09.534959 [ 260 ] {7fb23d63-fc17-4376-a8bb-4a6b0d9850f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2910 | 2025.07.15 21:08:09.535463 [ 260 ] {7fb23d63-fc17-4376-a8bb-4a6b0d9850f8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2911 | 2025.07.15 21:08:09.535690 [ 260 ] {7fb23d63-fc17-4376-a8bb-4a6b0d9850f8} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2912 | 2025.07.15 21:08:09.535803 [ 130 ] {} <Debug> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2913 | 2025.07.15 21:08:09.535834 [ 260 ] {7fb23d63-fc17-4376-a8bb-4a6b0d9850f8} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001742 sec., 5166.475315729047 rows/sec., 9.26 MiB/sec. | ||
2914 | 2025.07.15 21:08:09.535876 [ 130 ] {} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2915 | 2025.07.15 21:08:09.535901 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2916 | 2025.07.15 21:08:09.535906 [ 260 ] {7fb23d63-fc17-4376-a8bb-4a6b0d9850f8} <Debug> TCPHandler: Processed in 0.00193833 sec. | ||
2917 | 2025.07.15 21:08:09.535995 [ 192 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
2918 | 2025.07.15 21:08:09.536034 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2919 | 2025.07.15 21:08:09.536129 [ 260 ] {24e19c8f-3e63-4202-8af5-905aa0a4a46d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2920 | 2025.07.15 21:08:09.536172 [ 260 ] {24e19c8f-3e63-4202-8af5-905aa0a4a46d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2921 | 2025.07.15 21:08:09.536179 [ 192 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2922 | 2025.07.15 21:08:09.536229 [ 192 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 140 rows starting from the beginning of the part | ||
2923 | 2025.07.15 21:08:09.536364 [ 192 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 31 rows starting from the beginning of the part | ||
2924 | 2025.07.15 21:08:09.536506 [ 192 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 31 rows starting from the beginning of the part | ||
2925 | 2025.07.15 21:08:09.536513 [ 260 ] {24e19c8f-3e63-4202-8af5-905aa0a4a46d} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2926 | 2025.07.15 21:08:09.536555 [ 260 ] {24e19c8f-3e63-4202-8af5-905aa0a4a46d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2927 | 2025.07.15 21:08:09.536626 [ 192 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 9 rows starting from the beginning of the part | ||
2928 | 2025.07.15 21:08:09.536748 [ 192 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part | ||
2929 | 2025.07.15 21:08:09.536869 [ 192 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 9 rows starting from the beginning of the part | ||
2930 | 2025.07.15 21:08:09.536871 [ 260 ] {24e19c8f-3e63-4202-8af5-905aa0a4a46d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2931 | 2025.07.15 21:08:09.537101 [ 260 ] {24e19c8f-3e63-4202-8af5-905aa0a4a46d} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2932 | 2025.07.15 21:08:09.537237 [ 260 ] {24e19c8f-3e63-4202-8af5-905aa0a4a46d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. | ||
2933 | 2025.07.15 21:08:09.537275 [ 260 ] {24e19c8f-3e63-4202-8af5-905aa0a4a46d} <Debug> TCPHandler: Processed in 0.001290833 sec. | ||
2934 | 2025.07.15 21:08:09.541270 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 251 rows, containing 19 columns (19 merged, 0 gathered) in 0.005312047 sec., 47251.0879515938 rows/sec., 84.67 MiB/sec. | ||
2935 | 2025.07.15 21:08:09.541710 [ 192 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2936 | 2025.07.15 21:08:09.542020 [ 192 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2937 | 2025.07.15 21:08:09.542092 [ 192 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2938 | 2025.07.15 21:08:09.542173 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. | ||
2939 | 2025.07.15 21:08:12.973627 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2940 | 2025.07.15 21:08:12.973748 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2941 | 2025.07.15 21:08:13.092028 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 414 | ||
2942 | 2025.07.15 21:08:13.094326 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2943 | 2025.07.15 21:08:13.094391 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2944 | 2025.07.15 21:08:13.094841 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
2945 | 2025.07.15 21:08:13.095391 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2946 | 2025.07.15 21:08:13.095444 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2947 | 2025.07.15 21:08:13.095619 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2948 | 2025.07.15 21:08:13.095920 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2949 | 2025.07.15 21:08:13.096100 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2950 | 2025.07.15 21:08:13.096099 [ 126 ] {} <Debug> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2951 | 2025.07.15 21:08:13.096175 [ 126 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2952 | 2025.07.15 21:08:13.096200 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2953 | 2025.07.15 21:08:13.096235 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 414 | ||
2954 | 2025.07.15 21:08:13.096307 [ 200 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::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 | ||
2955 | 2025.07.15 21:08:13.096436 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2956 | 2025.07.15 21:08:13.096571 [ 124 ] {} <Debug> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2957 | 2025.07.15 21:08:13.096596 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
2958 | 2025.07.15 21:08:13.096610 [ 124 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2959 | 2025.07.15 21:08:13.096629 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2960 | 2025.07.15 21:08:13.096704 [ 192 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
2961 | 2025.07.15 21:08:13.096801 [ 192 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2962 | 2025.07.15 21:08:13.096831 [ 192 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
2963 | 2025.07.15 21:08:13.096864 [ 200 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2964 | 2025.07.15 21:08:13.096888 [ 192 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
2965 | 2025.07.15 21:08:13.096930 [ 192 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
2966 | 2025.07.15 21:08:13.096970 [ 192 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
2967 | 2025.07.15 21:08:13.097005 [ 192 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
2968 | 2025.07.15 21:08:13.097022 [ 200 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 236 rows starting from the beginning of the part | ||
2969 | 2025.07.15 21:08:13.097044 [ 192 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
2970 | 2025.07.15 21:08:13.097435 [ 200 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::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 | ||
2971 | 2025.07.15 21:08:13.097816 [ 200 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
2972 | 2025.07.15 21:08:13.098174 [ 200 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 62 rows starting from the beginning of the part | ||
2973 | 2025.07.15 21:08:13.098432 [ 199 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.001760336 sec., 4192949.527817417 rows/sec., 59.98 MiB/sec. | ||
2974 | 2025.07.15 21:08:13.098518 [ 200 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part | ||
2975 | 2025.07.15 21:08:13.098868 [ 200 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part | ||
2976 | 2025.07.15 21:08:13.099107 [ 196 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2977 | 2025.07.15 21:08:13.099355 [ 196 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_16_3} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2978 | 2025.07.15 21:08:13.099417 [ 196 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_16_3} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2979 | 2025.07.15 21:08:13.099486 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
2980 | 2025.07.15 21:08:13.104674 [ 196 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 414 rows, containing 72 columns (72 merged, 0 gathered) in 0.008412648 sec., 49211.61565300248 rows/sec., 45.22 MiB/sec. | ||
2981 | 2025.07.15 21:08:13.105405 [ 192 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2982 | 2025.07.15 21:08:13.105908 [ 192 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_11_2} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2983 | 2025.07.15 21:08:13.105976 [ 192 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_11_2} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2984 | 2025.07.15 21:08:13.106109 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. | ||
2985 | 2025.07.15 21:08:13.486620 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
2986 | 2025.07.15 21:08:13.503280 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2987 | 2025.07.15 21:08:13.503337 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2988 | 2025.07.15 21:08:13.509140 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2989 | 2025.07.15 21:08:13.509827 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2990 | 2025.07.15 21:08:13.510130 [ 124 ] {} <Debug> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2991 | 2025.07.15 21:08:13.510194 [ 124 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2992 | 2025.07.15 21:08:13.510217 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
2993 | 2025.07.15 21:08:13.510338 [ 200 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
2994 | 2025.07.15 21:08:13.513378 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
2995 | 2025.07.15 21:08:13.514725 [ 200 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2996 | 2025.07.15 21:08:13.516087 [ 200 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
2997 | 2025.07.15 21:08:13.520541 [ 200 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
2998 | 2025.07.15 21:08:13.524847 [ 200 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
2999 | 2025.07.15 21:08:13.529212 [ 200 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
3000 | 2025.07.15 21:08:13.533623 [ 200 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
3001 | 2025.07.15 21:08:13.538137 [ 200 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
3002 | 2025.07.15 21:08:13.592082 [ 200 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.081791053 sec., 1479.379413295975 rows/sec., 7.65 MiB/sec. | ||
3003 | 2025.07.15 21:08:13.594086 [ 192 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3004 | 2025.07.15 21:08:13.595981 [ 192 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_16_3} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3005 | 2025.07.15 21:08:13.596070 [ 192 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_16_3} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3006 | 2025.07.15 21:08:13.597643 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
3007 | 2025.07.15 21:08:14.000152 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.91 MiB, peak 211.87 MiB, free memory in arenas 0.00 B, will set to 210.89 MiB (RSS), difference: 8.99 MiB | ||
3008 | 2025.07.15 21:08:14.001240 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000860212 sec. | ||
3009 | 2025.07.15 21:08:14.535980 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3010 | 2025.07.15 21:08:14.536159 [ 260 ] {a61442b6-cd15-44a0-923b-7302282e6d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
3011 | 2025.07.15 21:08:14.536227 [ 260 ] {a61442b6-cd15-44a0-923b-7302282e6d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
3012 | 2025.07.15 21:08:14.536999 [ 260 ] {a61442b6-cd15-44a0-923b-7302282e6d80} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3013 | 2025.07.15 21:08:14.537048 [ 260 ] {a61442b6-cd15-44a0-923b-7302282e6d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3014 | 2025.07.15 21:08:14.537497 [ 260 ] {a61442b6-cd15-44a0-923b-7302282e6d80} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3015 | 2025.07.15 21:08:14.537740 [ 260 ] {a61442b6-cd15-44a0-923b-7302282e6d80} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3016 | 2025.07.15 21:08:14.537900 [ 260 ] {a61442b6-cd15-44a0-923b-7302282e6d80} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001793 sec., 118237.59063022866 rows/sec., 7.52 MiB/sec. | ||
3017 | 2025.07.15 21:08:14.537951 [ 260 ] {a61442b6-cd15-44a0-923b-7302282e6d80} <Debug> TCPHandler: Processed in 0.002101275 sec. | ||
3018 | 2025.07.15 21:08:14.538077 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3019 | 2025.07.15 21:08:14.538182 [ 260 ] {fd47ceab-ed8e-4ed7-bf72-ca43dc06fa8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3020 | 2025.07.15 21:08:14.538228 [ 260 ] {fd47ceab-ed8e-4ed7-bf72-ca43dc06fa8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3021 | 2025.07.15 21:08:14.538860 [ 260 ] {fd47ceab-ed8e-4ed7-bf72-ca43dc06fa8a} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3022 | 2025.07.15 21:08:14.538900 [ 260 ] {fd47ceab-ed8e-4ed7-bf72-ca43dc06fa8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3023 | 2025.07.15 21:08:14.539292 [ 260 ] {fd47ceab-ed8e-4ed7-bf72-ca43dc06fa8a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3024 | 2025.07.15 21:08:14.539531 [ 260 ] {fd47ceab-ed8e-4ed7-bf72-ca43dc06fa8a} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3025 | 2025.07.15 21:08:14.539646 [ 123 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3026 | 2025.07.15 21:08:14.539663 [ 260 ] {fd47ceab-ed8e-4ed7-bf72-ca43dc06fa8a} <Debug> executeQuery: Read 679 rows, 55.18 KiB in 0.001508 sec., 450265.25198938994 rows/sec., 35.74 MiB/sec. | ||
3027 | 2025.07.15 21:08:14.539717 [ 123 ] {} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3028 | 2025.07.15 21:08:14.539728 [ 260 ] {fd47ceab-ed8e-4ed7-bf72-ca43dc06fa8a} <Debug> TCPHandler: Processed in 0.001704094 sec. | ||
3029 | 2025.07.15 21:08:14.539749 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3030 | 2025.07.15 21:08:14.539862 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3031 | 2025.07.15 21:08:14.539883 [ 197 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::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 | ||
3032 | 2025.07.15 21:08:14.539963 [ 260 ] {a78224d1-887d-41d9-a288-48fafe7ca858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3033 | 2025.07.15 21:08:14.540021 [ 197 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3034 | 2025.07.15 21:08:14.540036 [ 260 ] {a78224d1-887d-41d9-a288-48fafe7ca858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3035 | 2025.07.15 21:08:14.540060 [ 197 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 682 rows starting from the beginning of the part | ||
3036 | 2025.07.15 21:08:14.540131 [ 197 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 679 rows starting from the beginning of the part | ||
3037 | 2025.07.15 21:08:14.540180 [ 197 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 74 rows starting from the beginning of the part | ||
3038 | 2025.07.15 21:08:14.540224 [ 197 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 680 rows starting from the beginning of the part | ||
3039 | 2025.07.15 21:08:14.540263 [ 197 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 74 rows starting from the beginning of the part | ||
3040 | 2025.07.15 21:08:14.540301 [ 197 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 679 rows starting from the beginning of the part | ||
3041 | 2025.07.15 21:08:14.540526 [ 260 ] {a78224d1-887d-41d9-a288-48fafe7ca858} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3042 | 2025.07.15 21:08:14.540568 [ 260 ] {a78224d1-887d-41d9-a288-48fafe7ca858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3043 | 2025.07.15 21:08:14.540985 [ 260 ] {a78224d1-887d-41d9-a288-48fafe7ca858} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3044 | 2025.07.15 21:08:14.541223 [ 260 ] {a78224d1-887d-41d9-a288-48fafe7ca858} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3045 | 2025.07.15 21:08:14.541366 [ 260 ] {a78224d1-887d-41d9-a288-48fafe7ca858} <Debug> executeQuery: Read 137 rows, 8.72 KiB in 0.001423 sec., 96275.47434996486 rows/sec., 5.98 MiB/sec. | ||
3046 | 2025.07.15 21:08:14.541406 [ 260 ] {a78224d1-887d-41d9-a288-48fafe7ca858} <Debug> TCPHandler: Processed in 0.001594661 sec. | ||
3047 | 2025.07.15 21:08:14.541519 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3048 | 2025.07.15 21:08:14.541617 [ 260 ] {e9e047ff-a394-4540-b9a6-8cc71b30b9f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
3049 | 2025.07.15 21:08:14.541659 [ 260 ] {e9e047ff-a394-4540-b9a6-8cc71b30b9f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3050 | 2025.07.15 21:08:14.541659 [ 192 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2868 rows, containing 5 columns (5 merged, 0 gathered) in 0.001835137 sec., 1562826.0996317987 rows/sec., 130.14 MiB/sec. | ||
3051 | 2025.07.15 21:08:14.541885 [ 195 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3052 | 2025.07.15 21:08:14.542096 [ 260 ] {e9e047ff-a394-4540-b9a6-8cc71b30b9f1} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3053 | 2025.07.15 21:08:14.542139 [ 260 ] {e9e047ff-a394-4540-b9a6-8cc71b30b9f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3054 | 2025.07.15 21:08:14.542205 [ 195 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_21_4} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3055 | 2025.07.15 21:08:14.542294 [ 195 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_21_4} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3056 | 2025.07.15 21:08:14.542389 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
3057 | 2025.07.15 21:08:14.542463 [ 260 ] {e9e047ff-a394-4540-b9a6-8cc71b30b9f1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3058 | 2025.07.15 21:08:14.542693 [ 260 ] {e9e047ff-a394-4540-b9a6-8cc71b30b9f1} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3059 | 2025.07.15 21:08:14.542837 [ 260 ] {e9e047ff-a394-4540-b9a6-8cc71b30b9f1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001239 sec., 91202.58272800645 rows/sec., 5.90 MiB/sec. | ||
3060 | 2025.07.15 21:08:14.542882 [ 260 ] {e9e047ff-a394-4540-b9a6-8cc71b30b9f1} <Debug> TCPHandler: Processed in 0.001412776 sec. | ||
3061 | 2025.07.15 21:08:14.543012 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3062 | 2025.07.15 21:08:14.543111 [ 260 ] {31dd03e4-28ae-453f-96dc-90fe852952eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
3063 | 2025.07.15 21:08:14.543152 [ 260 ] {31dd03e4-28ae-453f-96dc-90fe852952eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3064 | 2025.07.15 21:08:14.543573 [ 260 ] {31dd03e4-28ae-453f-96dc-90fe852952eb} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3065 | 2025.07.15 21:08:14.543609 [ 260 ] {31dd03e4-28ae-453f-96dc-90fe852952eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3066 | 2025.07.15 21:08:14.543913 [ 260 ] {31dd03e4-28ae-453f-96dc-90fe852952eb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3067 | 2025.07.15 21:08:14.544134 [ 260 ] {31dd03e4-28ae-453f-96dc-90fe852952eb} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3068 | 2025.07.15 21:08:14.544260 [ 260 ] {31dd03e4-28ae-453f-96dc-90fe852952eb} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001168 sec., 95890.4109589041 rows/sec., 5.46 MiB/sec. | ||
3069 | 2025.07.15 21:08:14.544297 [ 260 ] {31dd03e4-28ae-453f-96dc-90fe852952eb} <Debug> TCPHandler: Processed in 0.001335875 sec. | ||
3070 | 2025.07.15 21:08:14.544411 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3071 | 2025.07.15 21:08:14.544505 [ 260 ] {3f8b2735-d8ee-47fc-a62f-93152e6ab8a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3072 | 2025.07.15 21:08:14.544545 [ 260 ] {3f8b2735-d8ee-47fc-a62f-93152e6ab8a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3073 | 2025.07.15 21:08:14.545090 [ 260 ] {3f8b2735-d8ee-47fc-a62f-93152e6ab8a4} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3074 | 2025.07.15 21:08:14.545127 [ 260 ] {3f8b2735-d8ee-47fc-a62f-93152e6ab8a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3075 | 2025.07.15 21:08:14.545481 [ 260 ] {3f8b2735-d8ee-47fc-a62f-93152e6ab8a4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3076 | 2025.07.15 21:08:14.545715 [ 260 ] {3f8b2735-d8ee-47fc-a62f-93152e6ab8a4} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3077 | 2025.07.15 21:08:14.545825 [ 123 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3078 | 2025.07.15 21:08:14.545841 [ 260 ] {3f8b2735-d8ee-47fc-a62f-93152e6ab8a4} <Debug> executeQuery: Read 413 rows, 30.07 KiB in 0.001354 sec., 305022.1565731167 rows/sec., 21.69 MiB/sec. | ||
3079 | 2025.07.15 21:08:14.545864 [ 123 ] {} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3080 | 2025.07.15 21:08:14.545890 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3081 | 2025.07.15 21:08:14.545895 [ 260 ] {3f8b2735-d8ee-47fc-a62f-93152e6ab8a4} <Debug> TCPHandler: Processed in 0.00153317 sec. | ||
3082 | 2025.07.15 21:08:14.545975 [ 197 ] {356f697c-9853-4710-92c4-0a2e48007ad7::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 | ||
3083 | 2025.07.15 21:08:14.546027 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3084 | 2025.07.15 21:08:14.546071 [ 197 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3085 | 2025.07.15 21:08:14.546100 [ 197 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 437 rows starting from the beginning of the part | ||
3086 | 2025.07.15 21:08:14.546125 [ 260 ] {b1369b12-ee88-4fb0-8d2b-c40f525e2390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
3087 | 2025.07.15 21:08:14.546147 [ 197 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 413 rows starting from the beginning of the part | ||
3088 | 2025.07.15 21:08:14.546173 [ 260 ] {b1369b12-ee88-4fb0-8d2b-c40f525e2390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3089 | 2025.07.15 21:08:14.546193 [ 197 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 73 rows starting from the beginning of the part | ||
3090 | 2025.07.15 21:08:14.546241 [ 197 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 415 rows starting from the beginning of the part | ||
3091 | 2025.07.15 21:08:14.546287 [ 197 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 73 rows starting from the beginning of the part | ||
3092 | 2025.07.15 21:08:14.546332 [ 197 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 413 rows starting from the beginning of the part | ||
3093 | 2025.07.15 21:08:14.546530 [ 260 ] {b1369b12-ee88-4fb0-8d2b-c40f525e2390} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3094 | 2025.07.15 21:08:14.546571 [ 260 ] {b1369b12-ee88-4fb0-8d2b-c40f525e2390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3095 | 2025.07.15 21:08:14.546957 [ 260 ] {b1369b12-ee88-4fb0-8d2b-c40f525e2390} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3096 | 2025.07.15 21:08:14.547175 [ 260 ] {b1369b12-ee88-4fb0-8d2b-c40f525e2390} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3097 | 2025.07.15 21:08:14.547307 [ 260 ] {b1369b12-ee88-4fb0-8d2b-c40f525e2390} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001201 sec., 4995.836802664447 rows/sec., 261.01 KiB/sec. | ||
3098 | 2025.07.15 21:08:14.547344 [ 260 ] {b1369b12-ee88-4fb0-8d2b-c40f525e2390} <Debug> TCPHandler: Processed in 0.001366355 sec. | ||
3099 | 2025.07.15 21:08:14.547398 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1824 rows, containing 5 columns (5 merged, 0 gathered) in 0.001450868 sec., 1257178.4614451488 rows/sec., 95.02 MiB/sec. | ||
3100 | 2025.07.15 21:08:14.547468 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3101 | 2025.07.15 21:08:14.547581 [ 260 ] {54874dc5-a961-4698-8956-f90b50aed5ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3102 | 2025.07.15 21:08:14.547604 [ 197 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3103 | 2025.07.15 21:08:14.547626 [ 260 ] {54874dc5-a961-4698-8956-f90b50aed5ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3104 | 2025.07.15 21:08:14.547868 [ 197 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_21_4} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3105 | 2025.07.15 21:08:14.547943 [ 197 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_21_4} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3106 | 2025.07.15 21:08:14.548015 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
3107 | 2025.07.15 21:08:14.548028 [ 260 ] {54874dc5-a961-4698-8956-f90b50aed5ae} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3108 | 2025.07.15 21:08:14.548069 [ 260 ] {54874dc5-a961-4698-8956-f90b50aed5ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3109 | 2025.07.15 21:08:14.548413 [ 260 ] {54874dc5-a961-4698-8956-f90b50aed5ae} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3110 | 2025.07.15 21:08:14.548636 [ 260 ] {54874dc5-a961-4698-8956-f90b50aed5ae} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3111 | 2025.07.15 21:08:14.548743 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3112 | 2025.07.15 21:08:14.548770 [ 260 ] {54874dc5-a961-4698-8956-f90b50aed5ae} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001222 sec., 193944.3535188216 rows/sec., 13.00 MiB/sec. | ||
3113 | 2025.07.15 21:08:14.548780 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3114 | 2025.07.15 21:08:14.548809 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3115 | 2025.07.15 21:08:14.548812 [ 260 ] {54874dc5-a961-4698-8956-f90b50aed5ae} <Debug> TCPHandler: Processed in 0.001405007 sec. | ||
3116 | 2025.07.15 21:08:14.548890 [ 192 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
3117 | 2025.07.15 21:08:14.548936 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3118 | 2025.07.15 21:08:14.548978 [ 192 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3119 | 2025.07.15 21:08:14.549008 [ 192 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2278 rows starting from the beginning of the part | ||
3120 | 2025.07.15 21:08:14.549030 [ 260 ] {1750ab53-3394-4f58-88a1-020dc6532ce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
3121 | 2025.07.15 21:08:14.549066 [ 192 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part | ||
3122 | 2025.07.15 21:08:14.549073 [ 260 ] {1750ab53-3394-4f58-88a1-020dc6532ce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3123 | 2025.07.15 21:08:14.549110 [ 192 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
3124 | 2025.07.15 21:08:14.549152 [ 192 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 238 rows starting from the beginning of the part | ||
3125 | 2025.07.15 21:08:14.549190 [ 192 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
3126 | 2025.07.15 21:08:14.549231 [ 192 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 237 rows starting from the beginning of the part | ||
3127 | 2025.07.15 21:08:14.549388 [ 260 ] {1750ab53-3394-4f58-88a1-020dc6532ce8} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3128 | 2025.07.15 21:08:14.549425 [ 260 ] {1750ab53-3394-4f58-88a1-020dc6532ce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3129 | 2025.07.15 21:08:14.549724 [ 260 ] {1750ab53-3394-4f58-88a1-020dc6532ce8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3130 | 2025.07.15 21:08:14.549935 [ 260 ] {1750ab53-3394-4f58-88a1-020dc6532ce8} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3131 | 2025.07.15 21:08:14.550062 [ 260 ] {1750ab53-3394-4f58-88a1-020dc6532ce8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00105 sec., 952.3809523809524 rows/sec., 64.17 KiB/sec. | ||
3132 | 2025.07.15 21:08:14.550098 [ 260 ] {1750ab53-3394-4f58-88a1-020dc6532ce8} <Debug> TCPHandler: Processed in 0.001212172 sec. | ||
3133 | 2025.07.15 21:08:14.550199 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3134 | 2025.07.15 21:08:14.550290 [ 260 ] {e2bb834d-b76c-4f51-9af6-6a72dad92f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3135 | 2025.07.15 21:08:14.550344 [ 260 ] {e2bb834d-b76c-4f51-9af6-6a72dad92f0c} <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 | ||
3136 | 2025.07.15 21:08:14.550823 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3310 rows, containing 5 columns (5 merged, 0 gathered) in 0.00196735 sec., 1682466.2617226217 rows/sec., 115.89 MiB/sec. | ||
3137 | 2025.07.15 21:08:14.551090 [ 260 ] {e2bb834d-b76c-4f51-9af6-6a72dad92f0c} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3138 | 2025.07.15 21:08:14.551131 [ 260 ] {e2bb834d-b76c-4f51-9af6-6a72dad92f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3139 | 2025.07.15 21:08:14.551187 [ 192 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3140 | 2025.07.15 21:08:14.551435 [ 192 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3141 | 2025.07.15 21:08:14.551498 [ 192 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3142 | 2025.07.15 21:08:14.551560 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
3143 | 2025.07.15 21:08:14.551675 [ 260 ] {e2bb834d-b76c-4f51-9af6-6a72dad92f0c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3144 | 2025.07.15 21:08:14.551909 [ 260 ] {e2bb834d-b76c-4f51-9af6-6a72dad92f0c} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3145 | 2025.07.15 21:08:14.552044 [ 260 ] {e2bb834d-b76c-4f51-9af6-6a72dad92f0c} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.001771 sec., 17504.234895539244 rows/sec., 31.37 MiB/sec. | ||
3146 | 2025.07.15 21:08:14.552106 [ 260 ] {e2bb834d-b76c-4f51-9af6-6a72dad92f0c} <Debug> TCPHandler: Processed in 0.001955471 sec. | ||
3147 | 2025.07.15 21:08:14.552219 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3148 | 2025.07.15 21:08:14.552314 [ 260 ] {039bbc27-0342-4055-904b-00a1ec277f2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3149 | 2025.07.15 21:08:14.552356 [ 260 ] {039bbc27-0342-4055-904b-00a1ec277f2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3150 | 2025.07.15 21:08:14.552671 [ 260 ] {039bbc27-0342-4055-904b-00a1ec277f2f} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3151 | 2025.07.15 21:08:14.552707 [ 260 ] {039bbc27-0342-4055-904b-00a1ec277f2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3152 | 2025.07.15 21:08:14.553004 [ 260 ] {039bbc27-0342-4055-904b-00a1ec277f2f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3153 | 2025.07.15 21:08:14.553220 [ 260 ] {039bbc27-0342-4055-904b-00a1ec277f2f} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3154 | 2025.07.15 21:08:14.553329 [ 123 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3155 | 2025.07.15 21:08:14.553345 [ 260 ] {039bbc27-0342-4055-904b-00a1ec277f2f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00105 sec., 78095.2380952381 rows/sec., 4.96 MiB/sec. | ||
3156 | 2025.07.15 21:08:14.553369 [ 123 ] {} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3157 | 2025.07.15 21:08:14.553399 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3158 | 2025.07.15 21:08:14.553410 [ 260 ] {039bbc27-0342-4055-904b-00a1ec277f2f} <Debug> TCPHandler: Processed in 0.001238902 sec. | ||
3159 | 2025.07.15 21:08:14.553501 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
3160 | 2025.07.15 21:08:14.553629 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3161 | 2025.07.15 21:08:14.553666 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 820 rows starting from the beginning of the part | ||
3162 | 2025.07.15 21:08:14.553735 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
3163 | 2025.07.15 21:08:14.553789 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
3164 | 2025.07.15 21:08:14.553834 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
3165 | 2025.07.15 21:08:14.553875 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
3166 | 2025.07.15 21:08:14.553917 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part | ||
3167 | 2025.07.15 21:08:14.554931 [ 192 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1186 rows, containing 4 columns (4 merged, 0 gathered) in 0.001485048 sec., 798627.3844347118 rows/sec., 52.98 MiB/sec. | ||
3168 | 2025.07.15 21:08:14.555112 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3169 | 2025.07.15 21:08:14.555388 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_21_4} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3170 | 2025.07.15 21:08:14.555457 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_21_4} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3171 | 2025.07.15 21:08:14.555527 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
3172 | 2025.07.15 21:08:19.529357 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3173 | 2025.07.15 21:08:19.529562 [ 260 ] {02e4fc8c-f71e-4c59-ba81-8317234d013e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3174 | 2025.07.15 21:08:19.529631 [ 260 ] {02e4fc8c-f71e-4c59-ba81-8317234d013e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3175 | 2025.07.15 21:08:19.530284 [ 260 ] {02e4fc8c-f71e-4c59-ba81-8317234d013e} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3176 | 2025.07.15 21:08:19.530333 [ 260 ] {02e4fc8c-f71e-4c59-ba81-8317234d013e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3177 | 2025.07.15 21:08:19.530745 [ 260 ] {02e4fc8c-f71e-4c59-ba81-8317234d013e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3178 | 2025.07.15 21:08:19.530986 [ 260 ] {02e4fc8c-f71e-4c59-ba81-8317234d013e} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3179 | 2025.07.15 21:08:19.531151 [ 260 ] {02e4fc8c-f71e-4c59-ba81-8317234d013e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00164 sec., 1219.5121951219512 rows/sec., 99.44 KiB/sec. | ||
3180 | 2025.07.15 21:08:19.531217 [ 260 ] {02e4fc8c-f71e-4c59-ba81-8317234d013e} <Debug> TCPHandler: Processed in 0.001992541 sec. | ||
3181 | 2025.07.15 21:08:19.531356 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3182 | 2025.07.15 21:08:19.531462 [ 260 ] {8923fe4e-fcca-459a-be60-b8f7b4233550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3183 | 2025.07.15 21:08:19.531507 [ 260 ] {8923fe4e-fcca-459a-be60-b8f7b4233550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3184 | 2025.07.15 21:08:19.531970 [ 260 ] {8923fe4e-fcca-459a-be60-b8f7b4233550} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3185 | 2025.07.15 21:08:19.532009 [ 260 ] {8923fe4e-fcca-459a-be60-b8f7b4233550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3186 | 2025.07.15 21:08:19.532346 [ 260 ] {8923fe4e-fcca-459a-be60-b8f7b4233550} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3187 | 2025.07.15 21:08:19.532564 [ 260 ] {8923fe4e-fcca-459a-be60-b8f7b4233550} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3188 | 2025.07.15 21:08:19.532701 [ 260 ] {8923fe4e-fcca-459a-be60-b8f7b4233550} <Debug> executeQuery: Read 75 rows, 6.24 KiB in 0.001265 sec., 59288.53754940711 rows/sec., 4.81 MiB/sec. | ||
3189 | 2025.07.15 21:08:19.532742 [ 260 ] {8923fe4e-fcca-459a-be60-b8f7b4233550} <Debug> TCPHandler: Processed in 0.001439748 sec. | ||
3190 | 2025.07.15 21:08:19.532882 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3191 | 2025.07.15 21:08:19.532984 [ 260 ] {1908a58a-d867-4300-95fb-5067afcbb0ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3192 | 2025.07.15 21:08:19.533028 [ 260 ] {1908a58a-d867-4300-95fb-5067afcbb0ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3193 | 2025.07.15 21:08:19.533462 [ 260 ] {1908a58a-d867-4300-95fb-5067afcbb0ae} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3194 | 2025.07.15 21:08:19.533497 [ 260 ] {1908a58a-d867-4300-95fb-5067afcbb0ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3195 | 2025.07.15 21:08:19.533816 [ 260 ] {1908a58a-d867-4300-95fb-5067afcbb0ae} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3196 | 2025.07.15 21:08:19.534047 [ 260 ] {1908a58a-d867-4300-95fb-5067afcbb0ae} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3197 | 2025.07.15 21:08:19.534176 [ 260 ] {1908a58a-d867-4300-95fb-5067afcbb0ae} <Debug> executeQuery: Read 11 rows, 836.00 B in 0.001215 sec., 9053.497942386832 rows/sec., 671.94 KiB/sec. | ||
3198 | 2025.07.15 21:08:19.534213 [ 260 ] {1908a58a-d867-4300-95fb-5067afcbb0ae} <Debug> TCPHandler: Processed in 0.001383255 sec. | ||
3199 | 2025.07.15 21:08:19.534331 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3200 | 2025.07.15 21:08:19.534428 [ 260 ] {94673b12-37b5-4d52-99ac-576fcb80d7bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3201 | 2025.07.15 21:08:19.534469 [ 260 ] {94673b12-37b5-4d52-99ac-576fcb80d7bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3202 | 2025.07.15 21:08:19.534885 [ 260 ] {94673b12-37b5-4d52-99ac-576fcb80d7bb} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3203 | 2025.07.15 21:08:19.534919 [ 260 ] {94673b12-37b5-4d52-99ac-576fcb80d7bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3204 | 2025.07.15 21:08:19.535228 [ 260 ] {94673b12-37b5-4d52-99ac-576fcb80d7bb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3205 | 2025.07.15 21:08:19.535440 [ 260 ] {94673b12-37b5-4d52-99ac-576fcb80d7bb} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3206 | 2025.07.15 21:08:19.535566 [ 260 ] {94673b12-37b5-4d52-99ac-576fcb80d7bb} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001157 sec., 64822.81763180639 rows/sec., 5.06 MiB/sec. | ||
3207 | 2025.07.15 21:08:19.535601 [ 260 ] {94673b12-37b5-4d52-99ac-576fcb80d7bb} <Debug> TCPHandler: Processed in 0.001320304 sec. | ||
3208 | 2025.07.15 21:08:19.535716 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3209 | 2025.07.15 21:08:19.535812 [ 260 ] {a289504b-ef4b-47cc-b0b7-4586a82a5b19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3210 | 2025.07.15 21:08:19.535855 [ 260 ] {a289504b-ef4b-47cc-b0b7-4586a82a5b19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3211 | 2025.07.15 21:08:19.536251 [ 260 ] {a289504b-ef4b-47cc-b0b7-4586a82a5b19} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3212 | 2025.07.15 21:08:19.536286 [ 260 ] {a289504b-ef4b-47cc-b0b7-4586a82a5b19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3213 | 2025.07.15 21:08:19.536613 [ 260 ] {a289504b-ef4b-47cc-b0b7-4586a82a5b19} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3214 | 2025.07.15 21:08:19.536825 [ 260 ] {a289504b-ef4b-47cc-b0b7-4586a82a5b19} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3215 | 2025.07.15 21:08:19.536954 [ 260 ] {a289504b-ef4b-47cc-b0b7-4586a82a5b19} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001161 sec., 138673.55727820846 rows/sec., 9.66 MiB/sec. | ||
3216 | 2025.07.15 21:08:19.536989 [ 260 ] {a289504b-ef4b-47cc-b0b7-4586a82a5b19} <Debug> TCPHandler: Processed in 0.001320994 sec. | ||
3217 | 2025.07.15 21:08:19.537098 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3218 | 2025.07.15 21:08:19.537192 [ 260 ] {bb670659-29e1-4fbd-973e-8614c7138f68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3219 | 2025.07.15 21:08:19.537247 [ 260 ] {bb670659-29e1-4fbd-973e-8614c7138f68} <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 | ||
3220 | 2025.07.15 21:08:19.537994 [ 260 ] {bb670659-29e1-4fbd-973e-8614c7138f68} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3221 | 2025.07.15 21:08:19.538029 [ 260 ] {bb670659-29e1-4fbd-973e-8614c7138f68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3222 | 2025.07.15 21:08:19.538552 [ 260 ] {bb670659-29e1-4fbd-973e-8614c7138f68} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3223 | 2025.07.15 21:08:19.538797 [ 260 ] {bb670659-29e1-4fbd-973e-8614c7138f68} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3224 | 2025.07.15 21:08:19.538937 [ 260 ] {bb670659-29e1-4fbd-973e-8614c7138f68} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001762 sec., 5107.832009080591 rows/sec., 9.15 MiB/sec. | ||
3225 | 2025.07.15 21:08:19.539002 [ 260 ] {bb670659-29e1-4fbd-973e-8614c7138f68} <Debug> TCPHandler: Processed in 0.00195238 sec. | ||
3226 | 2025.07.15 21:08:19.539125 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3227 | 2025.07.15 21:08:19.539221 [ 260 ] {23390895-9dd2-4bd6-b6b1-1b9ce7366848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3228 | 2025.07.15 21:08:19.539263 [ 260 ] {23390895-9dd2-4bd6-b6b1-1b9ce7366848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3229 | 2025.07.15 21:08:19.539615 [ 260 ] {23390895-9dd2-4bd6-b6b1-1b9ce7366848} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3230 | 2025.07.15 21:08:19.539650 [ 260 ] {23390895-9dd2-4bd6-b6b1-1b9ce7366848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3231 | 2025.07.15 21:08:19.539982 [ 260 ] {23390895-9dd2-4bd6-b6b1-1b9ce7366848} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3232 | 2025.07.15 21:08:19.540193 [ 260 ] {23390895-9dd2-4bd6-b6b1-1b9ce7366848} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3233 | 2025.07.15 21:08:19.540323 [ 260 ] {23390895-9dd2-4bd6-b6b1-1b9ce7366848} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001122 sec., 53475.93582887701 rows/sec., 3.60 MiB/sec. | ||
3234 | 2025.07.15 21:08:19.540360 [ 260 ] {23390895-9dd2-4bd6-b6b1-1b9ce7366848} <Debug> TCPHandler: Processed in 0.001283913 sec. | ||
3235 | 2025.07.15 21:08:20.597653 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
3236 | 2025.07.15 21:08:20.598148 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3237 | 2025.07.15 21:08:20.598195 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3238 | 2025.07.15 21:08:20.598707 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3239 | 2025.07.15 21:08:20.598945 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3240 | 2025.07.15 21:08:20.599090 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
3241 | 2025.07.15 21:08:21.014414 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 | ||
3242 | 2025.07.15 21:08:21.030317 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3243 | 2025.07.15 21:08:21.030378 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3244 | 2025.07.15 21:08:21.036017 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3245 | 2025.07.15 21:08:21.036725 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3246 | 2025.07.15 21:08:21.039645 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 128 | ||
3247 | 2025.07.15 21:08:23.097354 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 450 | ||
3248 | 2025.07.15 21:08:23.099744 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3249 | 2025.07.15 21:08:23.099805 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3250 | 2025.07.15 21:08:23.101031 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3251 | 2025.07.15 21:08:23.101318 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3252 | 2025.07.15 21:08:23.101676 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 450 | ||
3253 | 2025.07.15 21:08:24.535047 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3254 | 2025.07.15 21:08:24.535251 [ 260 ] {c651fd41-c9da-4922-bdad-9191f6cf8f50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
3255 | 2025.07.15 21:08:24.535328 [ 260 ] {c651fd41-c9da-4922-bdad-9191f6cf8f50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
3256 | 2025.07.15 21:08:24.536076 [ 260 ] {c651fd41-c9da-4922-bdad-9191f6cf8f50} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3257 | 2025.07.15 21:08:24.536129 [ 260 ] {c651fd41-c9da-4922-bdad-9191f6cf8f50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3258 | 2025.07.15 21:08:24.536545 [ 260 ] {c651fd41-c9da-4922-bdad-9191f6cf8f50} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3259 | 2025.07.15 21:08:24.536780 [ 260 ] {c651fd41-c9da-4922-bdad-9191f6cf8f50} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3260 | 2025.07.15 21:08:24.536947 [ 260 ] {c651fd41-c9da-4922-bdad-9191f6cf8f50} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001752 sec., 121004.56621004565 rows/sec., 7.70 MiB/sec. | ||
3261 | 2025.07.15 21:08:24.536949 [ 110 ] {} <Debug> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3262 | 2025.07.15 21:08:24.537000 [ 260 ] {c651fd41-c9da-4922-bdad-9191f6cf8f50} <Debug> TCPHandler: Processed in 0.002092025 sec. | ||
3263 | 2025.07.15 21:08:24.537026 [ 110 ] {} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3264 | 2025.07.15 21:08:24.537053 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3265 | 2025.07.15 21:08:24.537133 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3266 | 2025.07.15 21:08:24.537194 [ 187 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::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 | ||
3267 | 2025.07.15 21:08:24.537243 [ 260 ] {ac3197d2-69f2-4310-84c2-30b56181131c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3268 | 2025.07.15 21:08:24.537310 [ 260 ] {ac3197d2-69f2-4310-84c2-30b56181131c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3269 | 2025.07.15 21:08:24.537385 [ 187 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3270 | 2025.07.15 21:08:24.537429 [ 187 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part | ||
3271 | 2025.07.15 21:08:24.537494 [ 187 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part | ||
3272 | 2025.07.15 21:08:24.537538 [ 187 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part | ||
3273 | 2025.07.15 21:08:24.537581 [ 187 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part | ||
3274 | 2025.07.15 21:08:24.537621 [ 187 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part | ||
3275 | 2025.07.15 21:08:24.537958 [ 260 ] {ac3197d2-69f2-4310-84c2-30b56181131c} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3276 | 2025.07.15 21:08:24.538003 [ 260 ] {ac3197d2-69f2-4310-84c2-30b56181131c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3277 | 2025.07.15 21:08:24.538482 [ 260 ] {ac3197d2-69f2-4310-84c2-30b56181131c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3278 | 2025.07.15 21:08:24.538556 [ 194 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001424647 sec., 744043.9631712277 rows/sec., 50.16 MiB/sec. | ||
3279 | 2025.07.15 21:08:24.538720 [ 192 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3280 | 2025.07.15 21:08:24.538746 [ 260 ] {ac3197d2-69f2-4310-84c2-30b56181131c} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3281 | 2025.07.15 21:08:24.538888 [ 260 ] {ac3197d2-69f2-4310-84c2-30b56181131c} <Debug> executeQuery: Read 679 rows, 55.18 KiB in 0.00167 sec., 406586.8263473054 rows/sec., 32.27 MiB/sec. | ||
3282 | 2025.07.15 21:08:24.538927 [ 260 ] {ac3197d2-69f2-4310-84c2-30b56181131c} <Debug> TCPHandler: Processed in 0.001847647 sec. | ||
3283 | 2025.07.15 21:08:24.539043 [ 192 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_5_1} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3284 | 2025.07.15 21:08:24.539044 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3285 | 2025.07.15 21:08:24.539121 [ 192 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_5_1} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3286 | 2025.07.15 21:08:24.539156 [ 260 ] {7963a63c-56a5-424c-81d3-4f3a8d7f5fd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3287 | 2025.07.15 21:08:24.539198 [ 260 ] {7963a63c-56a5-424c-81d3-4f3a8d7f5fd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3288 | 2025.07.15 21:08:24.539224 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
3289 | 2025.07.15 21:08:24.539650 [ 260 ] {7963a63c-56a5-424c-81d3-4f3a8d7f5fd2} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3290 | 2025.07.15 21:08:24.539687 [ 260 ] {7963a63c-56a5-424c-81d3-4f3a8d7f5fd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3291 | 2025.07.15 21:08:24.540001 [ 260 ] {7963a63c-56a5-424c-81d3-4f3a8d7f5fd2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3292 | 2025.07.15 21:08:24.540227 [ 260 ] {7963a63c-56a5-424c-81d3-4f3a8d7f5fd2} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3293 | 2025.07.15 21:08:24.540360 [ 260 ] {7963a63c-56a5-424c-81d3-4f3a8d7f5fd2} <Debug> executeQuery: Read 137 rows, 8.72 KiB in 0.001225 sec., 111836.73469387756 rows/sec., 6.95 MiB/sec. | ||
3294 | 2025.07.15 21:08:24.540398 [ 260 ] {7963a63c-56a5-424c-81d3-4f3a8d7f5fd2} <Debug> TCPHandler: Processed in 0.001402816 sec. | ||
3295 | 2025.07.15 21:08:24.540514 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3296 | 2025.07.15 21:08:24.540613 [ 260 ] {4488230a-19c6-4c60-b4e4-3f29cba89c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
3297 | 2025.07.15 21:08:24.540654 [ 260 ] {4488230a-19c6-4c60-b4e4-3f29cba89c63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3298 | 2025.07.15 21:08:24.541082 [ 260 ] {4488230a-19c6-4c60-b4e4-3f29cba89c63} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3299 | 2025.07.15 21:08:24.541118 [ 260 ] {4488230a-19c6-4c60-b4e4-3f29cba89c63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3300 | 2025.07.15 21:08:24.541425 [ 260 ] {4488230a-19c6-4c60-b4e4-3f29cba89c63} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3301 | 2025.07.15 21:08:24.541639 [ 260 ] {4488230a-19c6-4c60-b4e4-3f29cba89c63} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3302 | 2025.07.15 21:08:24.541760 [ 110 ] {} <Debug> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3303 | 2025.07.15 21:08:24.541776 [ 260 ] {4488230a-19c6-4c60-b4e4-3f29cba89c63} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001182 sec., 95600.67681895092 rows/sec., 6.19 MiB/sec. | ||
3304 | 2025.07.15 21:08:24.541802 [ 110 ] {} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3305 | 2025.07.15 21:08:24.541824 [ 260 ] {4488230a-19c6-4c60-b4e4-3f29cba89c63} <Debug> TCPHandler: Processed in 0.001361205 sec. | ||
3306 | 2025.07.15 21:08:24.541826 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3307 | 2025.07.15 21:08:24.541926 [ 187 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::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 | ||
3308 | 2025.07.15 21:08:24.541950 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3309 | 2025.07.15 21:08:24.542029 [ 187 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3310 | 2025.07.15 21:08:24.542050 [ 260 ] {e3f5a084-8505-4e08-9581-28d4b354c3c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
3311 | 2025.07.15 21:08:24.542065 [ 187 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 113 rows starting from the beginning of the part | ||
3312 | 2025.07.15 21:08:24.542098 [ 260 ] {e3f5a084-8505-4e08-9581-28d4b354c3c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3313 | 2025.07.15 21:08:24.542124 [ 187 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 113 rows starting from the beginning of the part | ||
3314 | 2025.07.15 21:08:24.542170 [ 187 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 113 rows starting from the beginning of the part | ||
3315 | 2025.07.15 21:08:24.542208 [ 187 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 113 rows starting from the beginning of the part | ||
3316 | 2025.07.15 21:08:24.542246 [ 187 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 113 rows starting from the beginning of the part | ||
3317 | 2025.07.15 21:08:24.542547 [ 260 ] {e3f5a084-8505-4e08-9581-28d4b354c3c0} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3318 | 2025.07.15 21:08:24.542588 [ 260 ] {e3f5a084-8505-4e08-9581-28d4b354c3c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3319 | 2025.07.15 21:08:24.542914 [ 260 ] {e3f5a084-8505-4e08-9581-28d4b354c3c0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3320 | 2025.07.15 21:08:24.543041 [ 186 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 565 rows, containing 5 columns (5 merged, 0 gathered) in 0.00114784 sec., 492228.88207415666 rows/sec., 33.74 MiB/sec. | ||
3321 | 2025.07.15 21:08:24.543147 [ 260 ] {e3f5a084-8505-4e08-9581-28d4b354c3c0} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3322 | 2025.07.15 21:08:24.543194 [ 187 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3323 | 2025.07.15 21:08:24.543262 [ 110 ] {} <Debug> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3324 | 2025.07.15 21:08:24.543296 [ 260 ] {e3f5a084-8505-4e08-9581-28d4b354c3c0} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001264 sec., 88607.59493670886 rows/sec., 5.05 MiB/sec. | ||
3325 | 2025.07.15 21:08:24.543295 [ 110 ] {} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3326 | 2025.07.15 21:08:24.543344 [ 260 ] {e3f5a084-8505-4e08-9581-28d4b354c3c0} <Debug> TCPHandler: Processed in 0.001443297 sec. | ||
3327 | 2025.07.15 21:08:24.543346 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3328 | 2025.07.15 21:08:24.543440 [ 194 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::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 | ||
3329 | 2025.07.15 21:08:24.543474 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3330 | 2025.07.15 21:08:24.543480 [ 187 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_5_1} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3331 | 2025.07.15 21:08:24.543550 [ 194 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3332 | 2025.07.15 21:08:24.543569 [ 187 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_5_1} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3333 | 2025.07.15 21:08:24.543577 [ 260 ] {476dec8d-4b4f-4766-967f-2c40edb139ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3334 | 2025.07.15 21:08:24.543587 [ 194 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 112 rows starting from the beginning of the part | ||
3335 | 2025.07.15 21:08:24.543641 [ 260 ] {476dec8d-4b4f-4766-967f-2c40edb139ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3336 | 2025.07.15 21:08:24.543671 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3337 | 2025.07.15 21:08:24.543678 [ 194 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 112 rows starting from the beginning of the part | ||
3338 | 2025.07.15 21:08:24.543743 [ 194 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 112 rows starting from the beginning of the part | ||
3339 | 2025.07.15 21:08:24.543783 [ 194 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 112 rows starting from the beginning of the part | ||
3340 | 2025.07.15 21:08:24.543823 [ 194 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 112 rows starting from the beginning of the part | ||
3341 | 2025.07.15 21:08:24.544170 [ 260 ] {476dec8d-4b4f-4766-967f-2c40edb139ec} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3342 | 2025.07.15 21:08:24.544214 [ 260 ] {476dec8d-4b4f-4766-967f-2c40edb139ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3343 | 2025.07.15 21:08:24.544568 [ 260 ] {476dec8d-4b4f-4766-967f-2c40edb139ec} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3344 | 2025.07.15 21:08:24.544698 [ 188 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001288384 sec., 434653.02270130644 rows/sec., 26.42 MiB/sec. | ||
3345 | 2025.07.15 21:08:24.544792 [ 260 ] {476dec8d-4b4f-4766-967f-2c40edb139ec} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3346 | 2025.07.15 21:08:24.544840 [ 194 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3347 | 2025.07.15 21:08:24.544932 [ 260 ] {476dec8d-4b4f-4766-967f-2c40edb139ec} <Debug> executeQuery: Read 413 rows, 30.07 KiB in 0.001373 sec., 300801.1653313911 rows/sec., 21.39 MiB/sec. | ||
3348 | 2025.07.15 21:08:24.544975 [ 260 ] {476dec8d-4b4f-4766-967f-2c40edb139ec} <Debug> TCPHandler: Processed in 0.00154923 sec. | ||
3349 | 2025.07.15 21:08:24.545094 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3350 | 2025.07.15 21:08:24.545152 [ 194 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_5_1} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3351 | 2025.07.15 21:08:24.545190 [ 260 ] {bdbafbf4-138c-4419-8fbf-3bc0add5b08b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
3352 | 2025.07.15 21:08:24.545230 [ 194 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_5_1} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3353 | 2025.07.15 21:08:24.545243 [ 260 ] {bdbafbf4-138c-4419-8fbf-3bc0add5b08b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3354 | 2025.07.15 21:08:24.545307 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
3355 | 2025.07.15 21:08:24.545590 [ 260 ] {bdbafbf4-138c-4419-8fbf-3bc0add5b08b} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3356 | 2025.07.15 21:08:24.545630 [ 260 ] {bdbafbf4-138c-4419-8fbf-3bc0add5b08b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3357 | 2025.07.15 21:08:24.545942 [ 260 ] {bdbafbf4-138c-4419-8fbf-3bc0add5b08b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3358 | 2025.07.15 21:08:24.546156 [ 260 ] {bdbafbf4-138c-4419-8fbf-3bc0add5b08b} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3359 | 2025.07.15 21:08:24.546287 [ 260 ] {bdbafbf4-138c-4419-8fbf-3bc0add5b08b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001115 sec., 5381.165919282511 rows/sec., 281.14 KiB/sec. | ||
3360 | 2025.07.15 21:08:24.546324 [ 260 ] {bdbafbf4-138c-4419-8fbf-3bc0add5b08b} <Debug> TCPHandler: Processed in 0.001278573 sec. | ||
3361 | 2025.07.15 21:08:24.546425 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3362 | 2025.07.15 21:08:24.546517 [ 260 ] {8f01ec26-e677-4bdd-8c47-123ce0dc8dc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3363 | 2025.07.15 21:08:24.546560 [ 260 ] {8f01ec26-e677-4bdd-8c47-123ce0dc8dc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3364 | 2025.07.15 21:08:24.546943 [ 260 ] {8f01ec26-e677-4bdd-8c47-123ce0dc8dc4} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3365 | 2025.07.15 21:08:24.546980 [ 260 ] {8f01ec26-e677-4bdd-8c47-123ce0dc8dc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3366 | 2025.07.15 21:08:24.547317 [ 260 ] {8f01ec26-e677-4bdd-8c47-123ce0dc8dc4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3367 | 2025.07.15 21:08:24.547542 [ 260 ] {8f01ec26-e677-4bdd-8c47-123ce0dc8dc4} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3368 | 2025.07.15 21:08:24.547670 [ 260 ] {8f01ec26-e677-4bdd-8c47-123ce0dc8dc4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001171 sec., 202391.11870196415 rows/sec., 13.57 MiB/sec. | ||
3369 | 2025.07.15 21:08:24.547706 [ 260 ] {8f01ec26-e677-4bdd-8c47-123ce0dc8dc4} <Debug> TCPHandler: Processed in 0.001329134 sec. | ||
3370 | 2025.07.15 21:08:24.547816 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3371 | 2025.07.15 21:08:24.547910 [ 260 ] {9476e82c-4852-4e40-b849-061debc1c20e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
3372 | 2025.07.15 21:08:24.547952 [ 260 ] {9476e82c-4852-4e40-b849-061debc1c20e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3373 | 2025.07.15 21:08:24.548264 [ 260 ] {9476e82c-4852-4e40-b849-061debc1c20e} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3374 | 2025.07.15 21:08:24.548299 [ 260 ] {9476e82c-4852-4e40-b849-061debc1c20e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3375 | 2025.07.15 21:08:24.548600 [ 260 ] {9476e82c-4852-4e40-b849-061debc1c20e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3376 | 2025.07.15 21:08:24.548813 [ 260 ] {9476e82c-4852-4e40-b849-061debc1c20e} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3377 | 2025.07.15 21:08:24.548914 [ 111 ] {} <Debug> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3378 | 2025.07.15 21:08:24.548943 [ 260 ] {9476e82c-4852-4e40-b849-061debc1c20e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001051 sec., 951.4747859181731 rows/sec., 64.11 KiB/sec. | ||
3379 | 2025.07.15 21:08:24.548957 [ 111 ] {} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3380 | 2025.07.15 21:08:24.548989 [ 260 ] {9476e82c-4852-4e40-b849-061debc1c20e} <Debug> TCPHandler: Processed in 0.001221532 sec. | ||
3381 | 2025.07.15 21:08:24.549002 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3382 | 2025.07.15 21:08:24.549083 [ 187 ] {af4e8231-9cbc-478e-8e48-9276c869dada::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 | ||
3383 | 2025.07.15 21:08:24.549101 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3384 | 2025.07.15 21:08:24.549167 [ 187 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3385 | 2025.07.15 21:08:24.549199 [ 187 ] {af4e8231-9cbc-478e-8e48-9276c869dada::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 | ||
3386 | 2025.07.15 21:08:24.549199 [ 260 ] {8192277f-933f-4b31-a014-2a5d04710433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3387 | 2025.07.15 21:08:24.549249 [ 187 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
3388 | 2025.07.15 21:08:24.549268 [ 260 ] {8192277f-933f-4b31-a014-2a5d04710433} <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 | ||
3389 | 2025.07.15 21:08:24.549290 [ 187 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
3390 | 2025.07.15 21:08:24.549334 [ 187 ] {af4e8231-9cbc-478e-8e48-9276c869dada::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 | ||
3391 | 2025.07.15 21:08:24.549367 [ 187 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
3392 | 2025.07.15 21:08:24.549994 [ 187 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.000934974 sec., 5347.74229015994 rows/sec., 360.35 KiB/sec. | ||
3393 | 2025.07.15 21:08:24.550049 [ 260 ] {8192277f-933f-4b31-a014-2a5d04710433} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3394 | 2025.07.15 21:08:24.550091 [ 260 ] {8192277f-933f-4b31-a014-2a5d04710433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3395 | 2025.07.15 21:08:24.550184 [ 201 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3396 | 2025.07.15 21:08:24.550549 [ 201 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_5_1} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3397 | 2025.07.15 21:08:24.550631 [ 201 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_5_1} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3398 | 2025.07.15 21:08:24.550683 [ 260 ] {8192277f-933f-4b31-a014-2a5d04710433} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3399 | 2025.07.15 21:08:24.550723 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
3400 | 2025.07.15 21:08:24.550922 [ 260 ] {8192277f-933f-4b31-a014-2a5d04710433} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3401 | 2025.07.15 21:08:24.551067 [ 260 ] {8192277f-933f-4b31-a014-2a5d04710433} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.001887 sec., 16428.192898781133 rows/sec., 29.44 MiB/sec. | ||
3402 | 2025.07.15 21:08:24.551130 [ 260 ] {8192277f-933f-4b31-a014-2a5d04710433} <Debug> TCPHandler: Processed in 0.002077054 sec. | ||
3403 | 2025.07.15 21:08:24.551246 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3404 | 2025.07.15 21:08:24.551343 [ 260 ] {34bcc234-bede-4f86-b377-1a5831a9d42e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3405 | 2025.07.15 21:08:24.551383 [ 260 ] {34bcc234-bede-4f86-b377-1a5831a9d42e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3406 | 2025.07.15 21:08:24.551704 [ 260 ] {34bcc234-bede-4f86-b377-1a5831a9d42e} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3407 | 2025.07.15 21:08:24.551740 [ 260 ] {34bcc234-bede-4f86-b377-1a5831a9d42e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
3408 | 2025.07.15 21:08:24.552052 [ 260 ] {34bcc234-bede-4f86-b377-1a5831a9d42e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3409 | 2025.07.15 21:08:24.552264 [ 260 ] {34bcc234-bede-4f86-b377-1a5831a9d42e} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3410 | 2025.07.15 21:08:24.552391 [ 260 ] {34bcc234-bede-4f86-b377-1a5831a9d42e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001067 sec., 76850.98406747892 rows/sec., 4.88 MiB/sec. | ||
3411 | 2025.07.15 21:08:24.552427 [ 260 ] {34bcc234-bede-4f86-b377-1a5831a9d42e} <Debug> TCPHandler: Processed in 0.001234382 sec. | ||
3412 | 2025.07.15 21:08:27.973798 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3413 | 2025.07.15 21:08:27.973889 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3414 | 2025.07.15 21:08:28.100120 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
3415 | 2025.07.15 21:08:28.100687 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3416 | 2025.07.15 21:08:28.100744 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3417 | 2025.07.15 21:08:28.101256 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3418 | 2025.07.15 21:08:28.101509 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3419 | 2025.07.15 21:08:28.101662 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
3420 | 2025.07.15 21:08:28.540659 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 | ||
3421 | 2025.07.15 21:08:28.557404 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3422 | 2025.07.15 21:08:28.557458 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3423 | 2025.07.15 21:08:28.563424 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3424 | 2025.07.15 21:08:28.564155 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3425 | 2025.07.15 21:08:28.567079 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
3426 | 2025.07.15 21:08:29.527746 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3427 | 2025.07.15 21:08:29.527923 [ 260 ] {bd7e7cfe-b362-4688-b3fa-953a91c22fcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3428 | 2025.07.15 21:08:29.527993 [ 260 ] {bd7e7cfe-b362-4688-b3fa-953a91c22fcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3429 | 2025.07.15 21:08:29.528666 [ 260 ] {bd7e7cfe-b362-4688-b3fa-953a91c22fcf} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3430 | 2025.07.15 21:08:29.528712 [ 260 ] {bd7e7cfe-b362-4688-b3fa-953a91c22fcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3431 | 2025.07.15 21:08:29.529111 [ 260 ] {bd7e7cfe-b362-4688-b3fa-953a91c22fcf} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3432 | 2025.07.15 21:08:29.529340 [ 260 ] {bd7e7cfe-b362-4688-b3fa-953a91c22fcf} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3433 | 2025.07.15 21:08:29.529488 [ 260 ] {bd7e7cfe-b362-4688-b3fa-953a91c22fcf} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001615 sec., 45820.43343653251 rows/sec., 3.73 MiB/sec. | ||
3434 | 2025.07.15 21:08:29.529529 [ 260 ] {bd7e7cfe-b362-4688-b3fa-953a91c22fcf} <Debug> TCPHandler: Processed in 0.001912029 sec. | ||
3435 | 2025.07.15 21:08:29.529662 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3436 | 2025.07.15 21:08:29.529758 [ 260 ] {2b0d4291-21ec-4db2-9093-5de8266b3297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3437 | 2025.07.15 21:08:29.529798 [ 260 ] {2b0d4291-21ec-4db2-9093-5de8266b3297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3438 | 2025.07.15 21:08:29.530222 [ 260 ] {2b0d4291-21ec-4db2-9093-5de8266b3297} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3439 | 2025.07.15 21:08:29.530259 [ 260 ] {2b0d4291-21ec-4db2-9093-5de8266b3297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3440 | 2025.07.15 21:08:29.530556 [ 260 ] {2b0d4291-21ec-4db2-9093-5de8266b3297} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3441 | 2025.07.15 21:08:29.530819 [ 260 ] {2b0d4291-21ec-4db2-9093-5de8266b3297} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3442 | 2025.07.15 21:08:29.530936 [ 106 ] {} <Debug> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3443 | 2025.07.15 21:08:29.530953 [ 260 ] {2b0d4291-21ec-4db2-9093-5de8266b3297} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001214 sec., 7413.509060955519 rows/sec., 557.46 KiB/sec. | ||
3444 | 2025.07.15 21:08:29.531005 [ 106 ] {} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3445 | 2025.07.15 21:08:29.531013 [ 260 ] {2b0d4291-21ec-4db2-9093-5de8266b3297} <Debug> TCPHandler: Processed in 0.001399556 sec. | ||
3446 | 2025.07.15 21:08:29.531035 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3447 | 2025.07.15 21:08:29.531136 [ 188 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::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 | ||
3448 | 2025.07.15 21:08:29.531139 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3449 | 2025.07.15 21:08:29.531254 [ 260 ] {6f1059d1-7542-478f-be4c-7d8b2a673f15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3450 | 2025.07.15 21:08:29.531255 [ 188 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3451 | 2025.07.15 21:08:29.531295 [ 188 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 154 rows starting from the beginning of the part | ||
3452 | 2025.07.15 21:08:29.531297 [ 260 ] {6f1059d1-7542-478f-be4c-7d8b2a673f15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3453 | 2025.07.15 21:08:29.531351 [ 188 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 9 rows starting from the beginning of the part | ||
3454 | 2025.07.15 21:08:29.531392 [ 188 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 137 rows starting from the beginning of the part | ||
3455 | 2025.07.15 21:08:29.531430 [ 188 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 11 rows starting from the beginning of the part | ||
3456 | 2025.07.15 21:08:29.531466 [ 188 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 137 rows starting from the beginning of the part | ||
3457 | 2025.07.15 21:08:29.531502 [ 188 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 9 rows starting from the beginning of the part | ||
3458 | 2025.07.15 21:08:29.531731 [ 260 ] {6f1059d1-7542-478f-be4c-7d8b2a673f15} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3459 | 2025.07.15 21:08:29.531766 [ 260 ] {6f1059d1-7542-478f-be4c-7d8b2a673f15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3460 | 2025.07.15 21:08:29.532139 [ 260 ] {6f1059d1-7542-478f-be4c-7d8b2a673f15} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3461 | 2025.07.15 21:08:29.532299 [ 187 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 457 rows, containing 5 columns (5 merged, 0 gathered) in 0.001196011 sec., 382103.5090814382 rows/sec., 25.59 MiB/sec. | ||
3462 | 2025.07.15 21:08:29.532356 [ 260 ] {6f1059d1-7542-478f-be4c-7d8b2a673f15} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3463 | 2025.07.15 21:08:29.532499 [ 260 ] {6f1059d1-7542-478f-be4c-7d8b2a673f15} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001263 sec., 57798.89152810768 rows/sec., 4.51 MiB/sec. | ||
3464 | 2025.07.15 21:08:29.532528 [ 201 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3465 | 2025.07.15 21:08:29.532538 [ 260 ] {6f1059d1-7542-478f-be4c-7d8b2a673f15} <Debug> TCPHandler: Processed in 0.001447238 sec. | ||
3466 | 2025.07.15 21:08:29.532682 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3467 | 2025.07.15 21:08:29.532779 [ 260 ] {b47d39f6-3933-4db2-a869-46f38ac611dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3468 | 2025.07.15 21:08:29.532824 [ 260 ] {b47d39f6-3933-4db2-a869-46f38ac611dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3469 | 2025.07.15 21:08:29.532865 [ 201 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_16_3} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3470 | 2025.07.15 21:08:29.532950 [ 201 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_16_3} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3471 | 2025.07.15 21:08:29.533049 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
3472 | 2025.07.15 21:08:29.533243 [ 260 ] {b47d39f6-3933-4db2-a869-46f38ac611dd} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3473 | 2025.07.15 21:08:29.533284 [ 260 ] {b47d39f6-3933-4db2-a869-46f38ac611dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3474 | 2025.07.15 21:08:29.533624 [ 260 ] {b47d39f6-3933-4db2-a869-46f38ac611dd} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3475 | 2025.07.15 21:08:29.533859 [ 260 ] {b47d39f6-3933-4db2-a869-46f38ac611dd} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3476 | 2025.07.15 21:08:29.533990 [ 260 ] {b47d39f6-3933-4db2-a869-46f38ac611dd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001229 sec., 130187.14401952806 rows/sec., 9.07 MiB/sec. | ||
3477 | 2025.07.15 21:08:29.534027 [ 260 ] {b47d39f6-3933-4db2-a869-46f38ac611dd} <Debug> TCPHandler: Processed in 0.001392826 sec. | ||
3478 | 2025.07.15 21:08:29.534134 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3479 | 2025.07.15 21:08:29.534227 [ 260 ] {89960e0b-3c98-4d68-8f50-5bed19a179e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3480 | 2025.07.15 21:08:29.534284 [ 260 ] {89960e0b-3c98-4d68-8f50-5bed19a179e6} <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 | ||
3481 | 2025.07.15 21:08:29.535024 [ 260 ] {89960e0b-3c98-4d68-8f50-5bed19a179e6} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3482 | 2025.07.15 21:08:29.535061 [ 260 ] {89960e0b-3c98-4d68-8f50-5bed19a179e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3483 | 2025.07.15 21:08:29.535559 [ 260 ] {89960e0b-3c98-4d68-8f50-5bed19a179e6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3484 | 2025.07.15 21:08:29.535777 [ 260 ] {89960e0b-3c98-4d68-8f50-5bed19a179e6} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3485 | 2025.07.15 21:08:29.535913 [ 260 ] {89960e0b-3c98-4d68-8f50-5bed19a179e6} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001704 sec., 5281.69014084507 rows/sec., 9.46 MiB/sec. | ||
3486 | 2025.07.15 21:08:29.535966 [ 260 ] {89960e0b-3c98-4d68-8f50-5bed19a179e6} <Debug> TCPHandler: Processed in 0.001879388 sec. | ||
3487 | 2025.07.15 21:08:29.536077 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3488 | 2025.07.15 21:08:29.536172 [ 260 ] {42ef3a0d-c5ad-4e1f-b385-e2b97668dcea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3489 | 2025.07.15 21:08:29.536214 [ 260 ] {42ef3a0d-c5ad-4e1f-b385-e2b97668dcea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3490 | 2025.07.15 21:08:29.536543 [ 260 ] {42ef3a0d-c5ad-4e1f-b385-e2b97668dcea} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3491 | 2025.07.15 21:08:29.536580 [ 260 ] {42ef3a0d-c5ad-4e1f-b385-e2b97668dcea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3492 | 2025.07.15 21:08:29.536876 [ 260 ] {42ef3a0d-c5ad-4e1f-b385-e2b97668dcea} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3493 | 2025.07.15 21:08:29.537082 [ 260 ] {42ef3a0d-c5ad-4e1f-b385-e2b97668dcea} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3494 | 2025.07.15 21:08:29.537209 [ 260 ] {42ef3a0d-c5ad-4e1f-b385-e2b97668dcea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001056 sec., 56818.181818181816 rows/sec., 3.83 MiB/sec. | ||
3495 | 2025.07.15 21:08:29.537245 [ 260 ] {42ef3a0d-c5ad-4e1f-b385-e2b97668dcea} <Debug> TCPHandler: Processed in 0.001215581 sec. | ||
3496 | 2025.07.15 21:08:33.102734 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 484 | ||
3497 | 2025.07.15 21:08:33.105083 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3498 | 2025.07.15 21:08:33.105144 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3499 | 2025.07.15 21:08:33.106363 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3500 | 2025.07.15 21:08:33.106657 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3501 | 2025.07.15 21:08:33.107010 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 484 | ||
3502 | 2025.07.15 21:08:34.534803 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3503 | 2025.07.15 21:08:34.535007 [ 260 ] {1da2d936-a7c1-4008-8a44-9930f6e956ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
3504 | 2025.07.15 21:08:34.535081 [ 260 ] {1da2d936-a7c1-4008-8a44-9930f6e956ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
3505 | 2025.07.15 21:08:34.535861 [ 260 ] {1da2d936-a7c1-4008-8a44-9930f6e956ec} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3506 | 2025.07.15 21:08:34.535913 [ 260 ] {1da2d936-a7c1-4008-8a44-9930f6e956ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3507 | 2025.07.15 21:08:34.536344 [ 260 ] {1da2d936-a7c1-4008-8a44-9930f6e956ec} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3508 | 2025.07.15 21:08:34.536595 [ 260 ] {1da2d936-a7c1-4008-8a44-9930f6e956ec} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3509 | 2025.07.15 21:08:34.536767 [ 260 ] {1da2d936-a7c1-4008-8a44-9930f6e956ec} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001812 sec., 116997.79249448124 rows/sec., 7.44 MiB/sec. | ||
3510 | 2025.07.15 21:08:34.536821 [ 260 ] {1da2d936-a7c1-4008-8a44-9930f6e956ec} <Debug> TCPHandler: Processed in 0.002209728 sec. | ||
3511 | 2025.07.15 21:08:34.536951 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3512 | 2025.07.15 21:08:34.537057 [ 260 ] {8e3b40d9-7cae-4e8d-a1bc-8117df6bb2db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3513 | 2025.07.15 21:08:34.537104 [ 260 ] {8e3b40d9-7cae-4e8d-a1bc-8117df6bb2db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3514 | 2025.07.15 21:08:34.537528 [ 260 ] {8e3b40d9-7cae-4e8d-a1bc-8117df6bb2db} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3515 | 2025.07.15 21:08:34.537568 [ 260 ] {8e3b40d9-7cae-4e8d-a1bc-8117df6bb2db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3516 | 2025.07.15 21:08:34.537898 [ 260 ] {8e3b40d9-7cae-4e8d-a1bc-8117df6bb2db} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3517 | 2025.07.15 21:08:34.538123 [ 260 ] {8e3b40d9-7cae-4e8d-a1bc-8117df6bb2db} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3518 | 2025.07.15 21:08:34.538266 [ 260 ] {8e3b40d9-7cae-4e8d-a1bc-8117df6bb2db} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001233 sec., 6488.240064882401 rows/sec., 529.07 KiB/sec. | ||
3519 | 2025.07.15 21:08:34.538306 [ 260 ] {8e3b40d9-7cae-4e8d-a1bc-8117df6bb2db} <Debug> TCPHandler: Processed in 0.001409287 sec. | ||
3520 | 2025.07.15 21:08:34.538415 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3521 | 2025.07.15 21:08:34.538513 [ 260 ] {86ba16fb-ef49-4616-a44f-084bfe4ff0b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3522 | 2025.07.15 21:08:34.538555 [ 260 ] {86ba16fb-ef49-4616-a44f-084bfe4ff0b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3523 | 2025.07.15 21:08:34.539277 [ 260 ] {86ba16fb-ef49-4616-a44f-084bfe4ff0b0} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3524 | 2025.07.15 21:08:34.539317 [ 260 ] {86ba16fb-ef49-4616-a44f-084bfe4ff0b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3525 | 2025.07.15 21:08:34.539677 [ 260 ] {86ba16fb-ef49-4616-a44f-084bfe4ff0b0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3526 | 2025.07.15 21:08:34.539889 [ 260 ] {86ba16fb-ef49-4616-a44f-084bfe4ff0b0} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3527 | 2025.07.15 21:08:34.540028 [ 260 ] {86ba16fb-ef49-4616-a44f-084bfe4ff0b0} <Debug> executeQuery: Read 683 rows, 55.48 KiB in 0.001535 sec., 444951.1400651466 rows/sec., 35.29 MiB/sec. | ||
3528 | 2025.07.15 21:08:34.540069 [ 260 ] {86ba16fb-ef49-4616-a44f-084bfe4ff0b0} <Debug> TCPHandler: Processed in 0.001702854 sec. | ||
3529 | 2025.07.15 21:08:34.540180 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3530 | 2025.07.15 21:08:34.540276 [ 260 ] {9edba31f-f4f0-455d-a9ff-5566170d858f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3531 | 2025.07.15 21:08:34.540316 [ 260 ] {9edba31f-f4f0-455d-a9ff-5566170d858f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3532 | 2025.07.15 21:08:34.540760 [ 260 ] {9edba31f-f4f0-455d-a9ff-5566170d858f} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3533 | 2025.07.15 21:08:34.540799 [ 260 ] {9edba31f-f4f0-455d-a9ff-5566170d858f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3534 | 2025.07.15 21:08:34.541126 [ 260 ] {9edba31f-f4f0-455d-a9ff-5566170d858f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3535 | 2025.07.15 21:08:34.541357 [ 260 ] {9edba31f-f4f0-455d-a9ff-5566170d858f} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3536 | 2025.07.15 21:08:34.541488 [ 260 ] {9edba31f-f4f0-455d-a9ff-5566170d858f} <Debug> executeQuery: Read 145 rows, 9.28 KiB in 0.001232 sec., 117694.80519480519 rows/sec., 7.35 MiB/sec. | ||
3537 | 2025.07.15 21:08:34.541526 [ 260 ] {9edba31f-f4f0-455d-a9ff-5566170d858f} <Debug> TCPHandler: Processed in 0.001394756 sec. | ||
3538 | 2025.07.15 21:08:34.541636 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3539 | 2025.07.15 21:08:34.541730 [ 260 ] {3af11d35-1443-4e7d-8e8e-706ca33d864c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
3540 | 2025.07.15 21:08:34.541771 [ 260 ] {3af11d35-1443-4e7d-8e8e-706ca33d864c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3541 | 2025.07.15 21:08:34.542188 [ 260 ] {3af11d35-1443-4e7d-8e8e-706ca33d864c} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3542 | 2025.07.15 21:08:34.542226 [ 260 ] {3af11d35-1443-4e7d-8e8e-706ca33d864c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3543 | 2025.07.15 21:08:34.542546 [ 260 ] {3af11d35-1443-4e7d-8e8e-706ca33d864c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3544 | 2025.07.15 21:08:34.542770 [ 260 ] {3af11d35-1443-4e7d-8e8e-706ca33d864c} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3545 | 2025.07.15 21:08:34.542905 [ 260 ] {3af11d35-1443-4e7d-8e8e-706ca33d864c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001194 sec., 94639.86599664993 rows/sec., 6.13 MiB/sec. | ||
3546 | 2025.07.15 21:08:34.542945 [ 260 ] {3af11d35-1443-4e7d-8e8e-706ca33d864c} <Debug> TCPHandler: Processed in 0.001357956 sec. | ||
3547 | 2025.07.15 21:08:34.543063 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3548 | 2025.07.15 21:08:34.543167 [ 260 ] {6c4aedd5-dfa0-46f4-b47c-f2f17ba74b44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
3549 | 2025.07.15 21:08:34.543209 [ 260 ] {6c4aedd5-dfa0-46f4-b47c-f2f17ba74b44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3550 | 2025.07.15 21:08:34.543624 [ 260 ] {6c4aedd5-dfa0-46f4-b47c-f2f17ba74b44} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3551 | 2025.07.15 21:08:34.543661 [ 260 ] {6c4aedd5-dfa0-46f4-b47c-f2f17ba74b44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3552 | 2025.07.15 21:08:34.543971 [ 260 ] {6c4aedd5-dfa0-46f4-b47c-f2f17ba74b44} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3553 | 2025.07.15 21:08:34.544194 [ 260 ] {6c4aedd5-dfa0-46f4-b47c-f2f17ba74b44} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3554 | 2025.07.15 21:08:34.544336 [ 260 ] {6c4aedd5-dfa0-46f4-b47c-f2f17ba74b44} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001188 sec., 94276.09427609427 rows/sec., 5.37 MiB/sec. | ||
3555 | 2025.07.15 21:08:34.544374 [ 260 ] {6c4aedd5-dfa0-46f4-b47c-f2f17ba74b44} <Debug> TCPHandler: Processed in 0.001360516 sec. | ||
3556 | 2025.07.15 21:08:34.544492 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3557 | 2025.07.15 21:08:34.544588 [ 260 ] {c42f842b-674b-41b7-9c0b-e3502a88c3f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3558 | 2025.07.15 21:08:34.544629 [ 260 ] {c42f842b-674b-41b7-9c0b-e3502a88c3f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3559 | 2025.07.15 21:08:34.545164 [ 260 ] {c42f842b-674b-41b7-9c0b-e3502a88c3f6} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3560 | 2025.07.15 21:08:34.545201 [ 260 ] {c42f842b-674b-41b7-9c0b-e3502a88c3f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3561 | 2025.07.15 21:08:34.545543 [ 260 ] {c42f842b-674b-41b7-9c0b-e3502a88c3f6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3562 | 2025.07.15 21:08:34.545774 [ 260 ] {c42f842b-674b-41b7-9c0b-e3502a88c3f6} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3563 | 2025.07.15 21:08:34.545913 [ 260 ] {c42f842b-674b-41b7-9c0b-e3502a88c3f6} <Debug> executeQuery: Read 421 rows, 30.72 KiB in 0.001344 sec., 313244.04761904763 rows/sec., 22.32 MiB/sec. | ||
3564 | 2025.07.15 21:08:34.545951 [ 260 ] {c42f842b-674b-41b7-9c0b-e3502a88c3f6} <Debug> TCPHandler: Processed in 0.001510709 sec. | ||
3565 | 2025.07.15 21:08:34.546064 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3566 | 2025.07.15 21:08:34.546160 [ 260 ] {5697a048-d4ad-427f-ba22-a2df6d1c2193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
3567 | 2025.07.15 21:08:34.546204 [ 260 ] {5697a048-d4ad-427f-ba22-a2df6d1c2193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3568 | 2025.07.15 21:08:34.546580 [ 260 ] {5697a048-d4ad-427f-ba22-a2df6d1c2193} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3569 | 2025.07.15 21:08:34.546617 [ 260 ] {5697a048-d4ad-427f-ba22-a2df6d1c2193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3570 | 2025.07.15 21:08:34.546942 [ 260 ] {5697a048-d4ad-427f-ba22-a2df6d1c2193} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3571 | 2025.07.15 21:08:34.547174 [ 260 ] {5697a048-d4ad-427f-ba22-a2df6d1c2193} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3572 | 2025.07.15 21:08:34.547275 [ 99 ] {} <Debug> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3573 | 2025.07.15 21:08:34.547303 [ 260 ] {5697a048-d4ad-427f-ba22-a2df6d1c2193} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001161 sec., 5167.958656330749 rows/sec., 270.01 KiB/sec. | ||
3574 | 2025.07.15 21:08:34.547343 [ 99 ] {} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3575 | 2025.07.15 21:08:34.547350 [ 260 ] {5697a048-d4ad-427f-ba22-a2df6d1c2193} <Debug> TCPHandler: Processed in 0.001334675 sec. | ||
3576 | 2025.07.15 21:08:34.547375 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3577 | 2025.07.15 21:08:34.547468 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3578 | 2025.07.15 21:08:34.547485 [ 191 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::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 | ||
3579 | 2025.07.15 21:08:34.547566 [ 260 ] {552a8c90-9516-42d1-903d-c7ea71f4e0e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3580 | 2025.07.15 21:08:34.547613 [ 260 ] {552a8c90-9516-42d1-903d-c7ea71f4e0e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3581 | 2025.07.15 21:08:34.547613 [ 191 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3582 | 2025.07.15 21:08:34.547669 [ 191 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
3583 | 2025.07.15 21:08:34.547740 [ 191 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
3584 | 2025.07.15 21:08:34.547786 [ 191 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
3585 | 2025.07.15 21:08:34.547826 [ 191 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
3586 | 2025.07.15 21:08:34.547863 [ 191 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
3587 | 2025.07.15 21:08:34.547900 [ 191 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
3588 | 2025.07.15 21:08:34.548036 [ 260 ] {552a8c90-9516-42d1-903d-c7ea71f4e0e8} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3589 | 2025.07.15 21:08:34.548078 [ 260 ] {552a8c90-9516-42d1-903d-c7ea71f4e0e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3590 | 2025.07.15 21:08:34.548449 [ 260 ] {552a8c90-9516-42d1-903d-c7ea71f4e0e8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3591 | 2025.07.15 21:08:34.548685 [ 260 ] {552a8c90-9516-42d1-903d-c7ea71f4e0e8} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3592 | 2025.07.15 21:08:34.548726 [ 187 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001283393 sec., 28050.643879154708 rows/sec., 1.43 MiB/sec. | ||
3593 | 2025.07.15 21:08:34.548821 [ 260 ] {552a8c90-9516-42d1-903d-c7ea71f4e0e8} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.001274 sec., 189167.9748822606 rows/sec., 12.68 MiB/sec. | ||
3594 | 2025.07.15 21:08:34.548861 [ 191 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3595 | 2025.07.15 21:08:34.548866 [ 260 ] {552a8c90-9516-42d1-903d-c7ea71f4e0e8} <Debug> TCPHandler: Processed in 0.001446658 sec. | ||
3596 | 2025.07.15 21:08:34.548997 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3597 | 2025.07.15 21:08:34.549095 [ 260 ] {7490bdd7-c16e-4032-8e12-0119a2d05e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
3598 | 2025.07.15 21:08:34.549128 [ 191 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_6_1} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3599 | 2025.07.15 21:08:34.549138 [ 260 ] {7490bdd7-c16e-4032-8e12-0119a2d05e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3600 | 2025.07.15 21:08:34.549205 [ 191 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_6_1} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3601 | 2025.07.15 21:08:34.549291 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3602 | 2025.07.15 21:08:34.549465 [ 260 ] {7490bdd7-c16e-4032-8e12-0119a2d05e54} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3603 | 2025.07.15 21:08:34.549506 [ 260 ] {7490bdd7-c16e-4032-8e12-0119a2d05e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3604 | 2025.07.15 21:08:34.549816 [ 260 ] {7490bdd7-c16e-4032-8e12-0119a2d05e54} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3605 | 2025.07.15 21:08:34.550024 [ 260 ] {7490bdd7-c16e-4032-8e12-0119a2d05e54} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3606 | 2025.07.15 21:08:34.550153 [ 260 ] {7490bdd7-c16e-4032-8e12-0119a2d05e54} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001076 sec., 929.3680297397771 rows/sec., 62.62 KiB/sec. | ||
3607 | 2025.07.15 21:08:34.550188 [ 260 ] {7490bdd7-c16e-4032-8e12-0119a2d05e54} <Debug> TCPHandler: Processed in 0.001239672 sec. | ||
3608 | 2025.07.15 21:08:34.550289 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3609 | 2025.07.15 21:08:34.550382 [ 260 ] {bdb2a060-6125-4154-8e4a-a1d1af00b3b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3610 | 2025.07.15 21:08:34.550440 [ 260 ] {bdb2a060-6125-4154-8e4a-a1d1af00b3b8} <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 | ||
3611 | 2025.07.15 21:08:34.551231 [ 260 ] {bdb2a060-6125-4154-8e4a-a1d1af00b3b8} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3612 | 2025.07.15 21:08:34.551266 [ 260 ] {bdb2a060-6125-4154-8e4a-a1d1af00b3b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3613 | 2025.07.15 21:08:34.551802 [ 260 ] {bdb2a060-6125-4154-8e4a-a1d1af00b3b8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3614 | 2025.07.15 21:08:34.552031 [ 260 ] {bdb2a060-6125-4154-8e4a-a1d1af00b3b8} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3615 | 2025.07.15 21:08:34.552149 [ 99 ] {} <Debug> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3616 | 2025.07.15 21:08:34.552171 [ 260 ] {bdb2a060-6125-4154-8e4a-a1d1af00b3b8} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.001808 sec., 17146.017699115044 rows/sec., 30.72 MiB/sec. | ||
3617 | 2025.07.15 21:08:34.552204 [ 99 ] {} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3618 | 2025.07.15 21:08:34.552236 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3619 | 2025.07.15 21:08:34.552241 [ 260 ] {bdb2a060-6125-4154-8e4a-a1d1af00b3b8} <Debug> TCPHandler: Processed in 0.002000272 sec. | ||
3620 | 2025.07.15 21:08:34.552362 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
3621 | 2025.07.15 21:08:34.552366 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3622 | 2025.07.15 21:08:34.552508 [ 260 ] {317bd21b-93fb-42b7-a635-ed7a927cfe7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3623 | 2025.07.15 21:08:34.552550 [ 260 ] {317bd21b-93fb-42b7-a635-ed7a927cfe7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3624 | 2025.07.15 21:08:34.552640 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3625 | 2025.07.15 21:08:34.552713 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 251 rows starting from the beginning of the part | ||
3626 | 2025.07.15 21:08:34.552876 [ 260 ] {317bd21b-93fb-42b7-a635-ed7a927cfe7f} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3627 | 2025.07.15 21:08:34.552898 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part | ||
3628 | 2025.07.15 21:08:34.552917 [ 260 ] {317bd21b-93fb-42b7-a635-ed7a927cfe7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3629 | 2025.07.15 21:08:34.553031 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 9 rows starting from the beginning of the part | ||
3630 | 2025.07.15 21:08:34.553142 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part | ||
3631 | 2025.07.15 21:08:34.553232 [ 260 ] {317bd21b-93fb-42b7-a635-ed7a927cfe7f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3632 | 2025.07.15 21:08:34.553247 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 9 rows starting from the beginning of the part | ||
3633 | 2025.07.15 21:08:34.553354 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part | ||
3634 | 2025.07.15 21:08:34.553455 [ 260 ] {317bd21b-93fb-42b7-a635-ed7a927cfe7f} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3635 | 2025.07.15 21:08:34.553594 [ 260 ] {317bd21b-93fb-42b7-a635-ed7a927cfe7f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001105 sec., 74208.14479638009 rows/sec., 4.71 MiB/sec. | ||
3636 | 2025.07.15 21:08:34.553632 [ 260 ] {317bd21b-93fb-42b7-a635-ed7a927cfe7f} <Debug> TCPHandler: Processed in 0.001315894 sec. | ||
3637 | 2025.07.15 21:08:34.556700 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 362 rows, containing 19 columns (19 merged, 0 gathered) in 0.004402114 sec., 82233.21794937614 rows/sec., 147.36 MiB/sec. | ||
3638 | 2025.07.15 21:08:34.557596 [ 198 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3639 | 2025.07.15 21:08:34.558119 [ 198 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3640 | 2025.07.15 21:08:34.558199 [ 198 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3641 | 2025.07.15 21:08:34.558337 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB. | ||
3642 | 2025.07.15 21:08:35.602673 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
3643 | 2025.07.15 21:08:35.603213 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3644 | 2025.07.15 21:08:35.603265 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3645 | 2025.07.15 21:08:35.603863 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3646 | 2025.07.15 21:08:35.604103 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3647 | 2025.07.15 21:08:35.604253 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
3648 | 2025.07.15 21:08:36.068079 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
3649 | 2025.07.15 21:08:36.085648 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3650 | 2025.07.15 21:08:36.085725 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3651 | 2025.07.15 21:08:36.092284 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3652 | 2025.07.15 21:08:36.093031 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3653 | 2025.07.15 21:08:36.097300 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
3654 | 2025.07.15 21:08:39.527690 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3655 | 2025.07.15 21:08:39.527911 [ 260 ] {0df741a2-4d09-41ee-8587-dc3dd88360f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3656 | 2025.07.15 21:08:39.527989 [ 260 ] {0df741a2-4d09-41ee-8587-dc3dd88360f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3657 | 2025.07.15 21:08:39.528720 [ 260 ] {0df741a2-4d09-41ee-8587-dc3dd88360f1} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3658 | 2025.07.15 21:08:39.528769 [ 260 ] {0df741a2-4d09-41ee-8587-dc3dd88360f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3659 | 2025.07.15 21:08:39.529172 [ 260 ] {0df741a2-4d09-41ee-8587-dc3dd88360f1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3660 | 2025.07.15 21:08:39.529403 [ 260 ] {0df741a2-4d09-41ee-8587-dc3dd88360f1} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3661 | 2025.07.15 21:08:39.529561 [ 260 ] {0df741a2-4d09-41ee-8587-dc3dd88360f1} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001707 sec., 43350.90802577622 rows/sec., 3.53 MiB/sec. | ||
3662 | 2025.07.15 21:08:39.529560 [ 59 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3663 | 2025.07.15 21:08:39.529623 [ 260 ] {0df741a2-4d09-41ee-8587-dc3dd88360f1} <Debug> TCPHandler: Processed in 0.002072143 sec. | ||
3664 | 2025.07.15 21:08:39.529649 [ 59 ] {} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3665 | 2025.07.15 21:08:39.529680 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3666 | 2025.07.15 21:08:39.529767 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3667 | 2025.07.15 21:08:39.529795 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::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 | ||
3668 | 2025.07.15 21:08:39.529877 [ 260 ] {020f3b8e-a727-4496-a45d-fb79fb808d5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3669 | 2025.07.15 21:08:39.529922 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3670 | 2025.07.15 21:08:39.529928 [ 260 ] {020f3b8e-a727-4496-a45d-fb79fb808d5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3671 | 2025.07.15 21:08:39.529964 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 701 rows starting from the beginning of the part | ||
3672 | 2025.07.15 21:08:39.530038 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 75 rows starting from the beginning of the part | ||
3673 | 2025.07.15 21:08:39.530086 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 679 rows starting from the beginning of the part | ||
3674 | 2025.07.15 21:08:39.530131 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 74 rows starting from the beginning of the part | ||
3675 | 2025.07.15 21:08:39.530170 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 683 rows starting from the beginning of the part | ||
3676 | 2025.07.15 21:08:39.530213 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 74 rows starting from the beginning of the part | ||
3677 | 2025.07.15 21:08:39.530406 [ 260 ] {020f3b8e-a727-4496-a45d-fb79fb808d5a} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3678 | 2025.07.15 21:08:39.530451 [ 260 ] {020f3b8e-a727-4496-a45d-fb79fb808d5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3679 | 2025.07.15 21:08:39.530851 [ 260 ] {020f3b8e-a727-4496-a45d-fb79fb808d5a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3680 | 2025.07.15 21:08:39.531085 [ 260 ] {020f3b8e-a727-4496-a45d-fb79fb808d5a} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3681 | 2025.07.15 21:08:39.531233 [ 260 ] {020f3b8e-a727-4496-a45d-fb79fb808d5a} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001382 sec., 6512.301013024602 rows/sec., 489.69 KiB/sec. | ||
3682 | 2025.07.15 21:08:39.531273 [ 260 ] {020f3b8e-a727-4496-a45d-fb79fb808d5a} <Debug> TCPHandler: Processed in 0.0015598 sec. | ||
3683 | 2025.07.15 21:08:39.531379 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3684 | 2025.07.15 21:08:39.531497 [ 260 ] {80ea81ad-65e5-41f0-9f0c-8393e3a61e3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3685 | 2025.07.15 21:08:39.531549 [ 260 ] {80ea81ad-65e5-41f0-9f0c-8393e3a61e3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3686 | 2025.07.15 21:08:39.531595 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2286 rows, containing 5 columns (5 merged, 0 gathered) in 0.001845838 sec., 1238461.8801866686 rows/sec., 103.39 MiB/sec. | ||
3687 | 2025.07.15 21:08:39.531829 [ 201 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3688 | 2025.07.15 21:08:39.532025 [ 260 ] {80ea81ad-65e5-41f0-9f0c-8393e3a61e3a} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3689 | 2025.07.15 21:08:39.532070 [ 260 ] {80ea81ad-65e5-41f0-9f0c-8393e3a61e3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3690 | 2025.07.15 21:08:39.532169 [ 201 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_26_5} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3691 | 2025.07.15 21:08:39.532261 [ 201 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_26_5} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3692 | 2025.07.15 21:08:39.532361 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
3693 | 2025.07.15 21:08:39.532404 [ 260 ] {80ea81ad-65e5-41f0-9f0c-8393e3a61e3a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3694 | 2025.07.15 21:08:39.532616 [ 260 ] {80ea81ad-65e5-41f0-9f0c-8393e3a61e3a} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3695 | 2025.07.15 21:08:39.532727 [ 59 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3696 | 2025.07.15 21:08:39.532753 [ 260 ] {80ea81ad-65e5-41f0-9f0c-8393e3a61e3a} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001283 sec., 56897.89555728761 rows/sec., 4.44 MiB/sec. | ||
3697 | 2025.07.15 21:08:39.532762 [ 59 ] {} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3698 | 2025.07.15 21:08:39.532797 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3699 | 2025.07.15 21:08:39.532799 [ 260 ] {80ea81ad-65e5-41f0-9f0c-8393e3a61e3a} <Debug> TCPHandler: Processed in 0.001469168 sec. | ||
3700 | 2025.07.15 21:08:39.532901 [ 189 ] {356f697c-9853-4710-92c4-0a2e48007ad7::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 | ||
3701 | 2025.07.15 21:08:39.532938 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3702 | 2025.07.15 21:08:39.533022 [ 189 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3703 | 2025.07.15 21:08:39.533060 [ 189 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 448 rows starting from the beginning of the part | ||
3704 | 2025.07.15 21:08:39.533099 [ 260 ] {af63868f-28e0-4f9a-85ea-a0b5c780e16c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3705 | 2025.07.15 21:08:39.533125 [ 189 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 75 rows starting from the beginning of the part | ||
3706 | 2025.07.15 21:08:39.533155 [ 260 ] {af63868f-28e0-4f9a-85ea-a0b5c780e16c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3707 | 2025.07.15 21:08:39.533175 [ 189 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 413 rows starting from the beginning of the part | ||
3708 | 2025.07.15 21:08:39.533220 [ 189 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 73 rows starting from the beginning of the part | ||
3709 | 2025.07.15 21:08:39.533261 [ 189 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 421 rows starting from the beginning of the part | ||
3710 | 2025.07.15 21:08:39.533376 [ 189 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 73 rows starting from the beginning of the part | ||
3711 | 2025.07.15 21:08:39.533585 [ 260 ] {af63868f-28e0-4f9a-85ea-a0b5c780e16c} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3712 | 2025.07.15 21:08:39.533628 [ 260 ] {af63868f-28e0-4f9a-85ea-a0b5c780e16c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3713 | 2025.07.15 21:08:39.533992 [ 260 ] {af63868f-28e0-4f9a-85ea-a0b5c780e16c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3714 | 2025.07.15 21:08:39.534250 [ 260 ] {af63868f-28e0-4f9a-85ea-a0b5c780e16c} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3715 | 2025.07.15 21:08:39.534367 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3716 | 2025.07.15 21:08:39.534391 [ 260 ] {af63868f-28e0-4f9a-85ea-a0b5c780e16c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001315 sec., 121673.00380228137 rows/sec., 8.47 MiB/sec. | ||
3717 | 2025.07.15 21:08:39.534404 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3718 | 2025.07.15 21:08:39.534431 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3719 | 2025.07.15 21:08:39.534436 [ 260 ] {af63868f-28e0-4f9a-85ea-a0b5c780e16c} <Debug> TCPHandler: Processed in 0.001548089 sec. | ||
3720 | 2025.07.15 21:08:39.534521 [ 201 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
3721 | 2025.07.15 21:08:39.534573 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3722 | 2025.07.15 21:08:39.534626 [ 201 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3723 | 2025.07.15 21:08:39.534647 [ 187 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1503 rows, containing 5 columns (5 merged, 0 gathered) in 0.001790716 sec., 839329.0728401378 rows/sec., 63.92 MiB/sec. | ||
3724 | 2025.07.15 21:08:39.534659 [ 201 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3310 rows starting from the beginning of the part | ||
3725 | 2025.07.15 21:08:39.534679 [ 260 ] {c4545944-763d-4b8b-b0a1-dd74972db1ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3726 | 2025.07.15 21:08:39.534725 [ 201 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 161 rows starting from the beginning of the part | ||
3727 | 2025.07.15 21:08:39.534740 [ 260 ] {c4545944-763d-4b8b-b0a1-dd74972db1ce} <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 | ||
3728 | 2025.07.15 21:08:39.534778 [ 201 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 237 rows starting from the beginning of the part | ||
3729 | 2025.07.15 21:08:39.534826 [ 201 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
3730 | 2025.07.15 21:08:39.534836 [ 199 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3731 | 2025.07.15 21:08:39.534869 [ 201 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 241 rows starting from the beginning of the part | ||
3732 | 2025.07.15 21:08:39.534911 [ 201 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
3733 | 2025.07.15 21:08:39.535149 [ 199 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_26_5} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3734 | 2025.07.15 21:08:39.535233 [ 199 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_26_5} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3735 | 2025.07.15 21:08:39.535319 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
3736 | 2025.07.15 21:08:39.535550 [ 260 ] {c4545944-763d-4b8b-b0a1-dd74972db1ce} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3737 | 2025.07.15 21:08:39.535593 [ 260 ] {c4545944-763d-4b8b-b0a1-dd74972db1ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3738 | 2025.07.15 21:08:39.536158 [ 260 ] {c4545944-763d-4b8b-b0a1-dd74972db1ce} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3739 | 2025.07.15 21:08:39.536398 [ 260 ] {c4545944-763d-4b8b-b0a1-dd74972db1ce} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3740 | 2025.07.15 21:08:39.536541 [ 260 ] {c4545944-763d-4b8b-b0a1-dd74972db1ce} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001885 sec., 4774.535809018567 rows/sec., 8.56 MiB/sec. | ||
3741 | 2025.07.15 21:08:39.536597 [ 260 ] {c4545944-763d-4b8b-b0a1-dd74972db1ce} <Debug> TCPHandler: Processed in 0.002080264 sec. | ||
3742 | 2025.07.15 21:08:39.536725 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3743 | 2025.07.15 21:08:39.536746 [ 196 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4269 rows, containing 5 columns (5 merged, 0 gathered) in 0.002268138 sec., 1882160.6092750973 rows/sec., 129.42 MiB/sec. | ||
3744 | 2025.07.15 21:08:39.536821 [ 260 ] {717e9618-6bef-465e-93bb-ed0b302e4616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3745 | 2025.07.15 21:08:39.536865 [ 260 ] {717e9618-6bef-465e-93bb-ed0b302e4616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3746 | 2025.07.15 21:08:39.537236 [ 260 ] {717e9618-6bef-465e-93bb-ed0b302e4616} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3747 | 2025.07.15 21:08:39.537274 [ 260 ] {717e9618-6bef-465e-93bb-ed0b302e4616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3748 | 2025.07.15 21:08:39.537274 [ 199 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3749 | 2025.07.15 21:08:39.537592 [ 199 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3750 | 2025.07.15 21:08:39.537624 [ 260 ] {717e9618-6bef-465e-93bb-ed0b302e4616} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3751 | 2025.07.15 21:08:39.537669 [ 199 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3752 | 2025.07.15 21:08:39.537756 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
3753 | 2025.07.15 21:08:39.537862 [ 260 ] {717e9618-6bef-465e-93bb-ed0b302e4616} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3754 | 2025.07.15 21:08:39.537994 [ 59 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3755 | 2025.07.15 21:08:39.538001 [ 260 ] {717e9618-6bef-465e-93bb-ed0b302e4616} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001199 sec., 50041.701417848206 rows/sec., 3.37 MiB/sec. | ||
3756 | 2025.07.15 21:08:39.538031 [ 59 ] {} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3757 | 2025.07.15 21:08:39.538058 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3758 | 2025.07.15 21:08:39.538064 [ 260 ] {717e9618-6bef-465e-93bb-ed0b302e4616} <Debug> TCPHandler: Processed in 0.001388935 sec. | ||
3759 | 2025.07.15 21:08:39.538128 [ 201 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
3760 | 2025.07.15 21:08:39.538222 [ 201 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3761 | 2025.07.15 21:08:39.538246 [ 201 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1186 rows starting from the beginning of the part | ||
3762 | 2025.07.15 21:08:39.538290 [ 201 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
3763 | 2025.07.15 21:08:39.538325 [ 201 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part | ||
3764 | 2025.07.15 21:08:39.538359 [ 201 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
3765 | 2025.07.15 21:08:39.538392 [ 201 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part | ||
3766 | 2025.07.15 21:08:39.538450 [ 201 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
3767 | 2025.07.15 21:08:39.539344 [ 196 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1530 rows, containing 4 columns (4 merged, 0 gathered) in 0.001247602 sec., 1226352.6348947822 rows/sec., 81.14 MiB/sec. | ||
3768 | 2025.07.15 21:08:39.539579 [ 187 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3769 | 2025.07.15 21:08:39.539860 [ 187 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_26_5} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3770 | 2025.07.15 21:08:39.539932 [ 187 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_26_5} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3771 | 2025.07.15 21:08:39.540006 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
3772 | 2025.07.15 21:08:42.973940 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3773 | 2025.07.15 21:08:42.974038 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3774 | 2025.07.15 21:08:43.105294 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
3775 | 2025.07.15 21:08:43.105809 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3776 | 2025.07.15 21:08:43.105856 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3777 | 2025.07.15 21:08:43.106359 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3778 | 2025.07.15 21:08:43.106596 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3779 | 2025.07.15 21:08:43.106741 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
3780 | 2025.07.15 21:08:43.108098 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 520 | ||
3781 | 2025.07.15 21:08:43.110504 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3782 | 2025.07.15 21:08:43.110566 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3783 | 2025.07.15 21:08:43.111796 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3784 | 2025.07.15 21:08:43.112093 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3785 | 2025.07.15 21:08:43.112482 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 520 | ||
3786 | 2025.07.15 21:08:43.598335 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
3787 | 2025.07.15 21:08:43.616370 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3788 | 2025.07.15 21:08:43.616425 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3789 | 2025.07.15 21:08:43.623082 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3790 | 2025.07.15 21:08:43.623840 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3791 | 2025.07.15 21:08:43.627299 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
3792 | 2025.07.15 21:08:44.534966 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3793 | 2025.07.15 21:08:44.535142 [ 260 ] {f2a99b1d-6c9e-47e9-bd5f-10a66c547f79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
3794 | 2025.07.15 21:08:44.535210 [ 260 ] {f2a99b1d-6c9e-47e9-bd5f-10a66c547f79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
3795 | 2025.07.15 21:08:44.535950 [ 260 ] {f2a99b1d-6c9e-47e9-bd5f-10a66c547f79} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3796 | 2025.07.15 21:08:44.535993 [ 260 ] {f2a99b1d-6c9e-47e9-bd5f-10a66c547f79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3797 | 2025.07.15 21:08:44.536404 [ 260 ] {f2a99b1d-6c9e-47e9-bd5f-10a66c547f79} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3798 | 2025.07.15 21:08:44.536637 [ 260 ] {f2a99b1d-6c9e-47e9-bd5f-10a66c547f79} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3799 | 2025.07.15 21:08:44.536794 [ 260 ] {f2a99b1d-6c9e-47e9-bd5f-10a66c547f79} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.0017 sec., 124705.88235294119 rows/sec., 7.93 MiB/sec. | ||
3800 | 2025.07.15 21:08:44.536839 [ 260 ] {f2a99b1d-6c9e-47e9-bd5f-10a66c547f79} <Debug> TCPHandler: Processed in 0.002001642 sec. | ||
3801 | 2025.07.15 21:08:44.536973 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3802 | 2025.07.15 21:08:44.537070 [ 260 ] {f681f2ea-f8ed-4071-bc2d-c9d4ff645762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3803 | 2025.07.15 21:08:44.537114 [ 260 ] {f681f2ea-f8ed-4071-bc2d-c9d4ff645762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3804 | 2025.07.15 21:08:44.537860 [ 260 ] {f681f2ea-f8ed-4071-bc2d-c9d4ff645762} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3805 | 2025.07.15 21:08:44.537896 [ 260 ] {f681f2ea-f8ed-4071-bc2d-c9d4ff645762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3806 | 2025.07.15 21:08:44.538259 [ 260 ] {f681f2ea-f8ed-4071-bc2d-c9d4ff645762} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3807 | 2025.07.15 21:08:44.538466 [ 260 ] {f681f2ea-f8ed-4071-bc2d-c9d4ff645762} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3808 | 2025.07.15 21:08:44.538597 [ 260 ] {f681f2ea-f8ed-4071-bc2d-c9d4ff645762} <Debug> executeQuery: Read 679 rows, 55.18 KiB in 0.001546 sec., 439197.9301423027 rows/sec., 34.86 MiB/sec. | ||
3809 | 2025.07.15 21:08:44.538637 [ 260 ] {f681f2ea-f8ed-4071-bc2d-c9d4ff645762} <Debug> TCPHandler: Processed in 0.001717874 sec. | ||
3810 | 2025.07.15 21:08:44.538759 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3811 | 2025.07.15 21:08:44.538855 [ 260 ] {82bd358a-dcdb-4802-a850-197b1b169359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3812 | 2025.07.15 21:08:44.538896 [ 260 ] {82bd358a-dcdb-4802-a850-197b1b169359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3813 | 2025.07.15 21:08:44.539343 [ 260 ] {82bd358a-dcdb-4802-a850-197b1b169359} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3814 | 2025.07.15 21:08:44.539380 [ 260 ] {82bd358a-dcdb-4802-a850-197b1b169359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3815 | 2025.07.15 21:08:44.539697 [ 260 ] {82bd358a-dcdb-4802-a850-197b1b169359} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3816 | 2025.07.15 21:08:44.539918 [ 260 ] {82bd358a-dcdb-4802-a850-197b1b169359} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3817 | 2025.07.15 21:08:44.540056 [ 260 ] {82bd358a-dcdb-4802-a850-197b1b169359} <Debug> executeQuery: Read 137 rows, 8.72 KiB in 0.00122 sec., 112295.08196721312 rows/sec., 6.98 MiB/sec. | ||
3818 | 2025.07.15 21:08:44.540098 [ 260 ] {82bd358a-dcdb-4802-a850-197b1b169359} <Debug> TCPHandler: Processed in 0.001391246 sec. | ||
3819 | 2025.07.15 21:08:44.540226 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3820 | 2025.07.15 21:08:44.540326 [ 260 ] {46d0baf8-b668-49f0-91d5-025a27d7ee89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
3821 | 2025.07.15 21:08:44.540371 [ 260 ] {46d0baf8-b668-49f0-91d5-025a27d7ee89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3822 | 2025.07.15 21:08:44.540809 [ 260 ] {46d0baf8-b668-49f0-91d5-025a27d7ee89} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3823 | 2025.07.15 21:08:44.540848 [ 260 ] {46d0baf8-b668-49f0-91d5-025a27d7ee89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3824 | 2025.07.15 21:08:44.541169 [ 260 ] {46d0baf8-b668-49f0-91d5-025a27d7ee89} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3825 | 2025.07.15 21:08:44.541388 [ 260 ] {46d0baf8-b668-49f0-91d5-025a27d7ee89} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3826 | 2025.07.15 21:08:44.541515 [ 260 ] {46d0baf8-b668-49f0-91d5-025a27d7ee89} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001212 sec., 93234.32343234324 rows/sec., 6.04 MiB/sec. | ||
3827 | 2025.07.15 21:08:44.541553 [ 260 ] {46d0baf8-b668-49f0-91d5-025a27d7ee89} <Debug> TCPHandler: Processed in 0.001377436 sec. | ||
3828 | 2025.07.15 21:08:44.541672 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3829 | 2025.07.15 21:08:44.541767 [ 260 ] {d27e50d1-34dc-4c69-a7d9-c3cc4d88e9e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
3830 | 2025.07.15 21:08:44.541808 [ 260 ] {d27e50d1-34dc-4c69-a7d9-c3cc4d88e9e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3831 | 2025.07.15 21:08:44.542247 [ 260 ] {d27e50d1-34dc-4c69-a7d9-c3cc4d88e9e8} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3832 | 2025.07.15 21:08:44.542286 [ 260 ] {d27e50d1-34dc-4c69-a7d9-c3cc4d88e9e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3833 | 2025.07.15 21:08:44.542598 [ 260 ] {d27e50d1-34dc-4c69-a7d9-c3cc4d88e9e8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3834 | 2025.07.15 21:08:44.542830 [ 260 ] {d27e50d1-34dc-4c69-a7d9-c3cc4d88e9e8} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3835 | 2025.07.15 21:08:44.542958 [ 260 ] {d27e50d1-34dc-4c69-a7d9-c3cc4d88e9e8} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001211 sec., 92485.54913294797 rows/sec., 5.27 MiB/sec. | ||
3836 | 2025.07.15 21:08:44.542997 [ 260 ] {d27e50d1-34dc-4c69-a7d9-c3cc4d88e9e8} <Debug> TCPHandler: Processed in 0.001374175 sec. | ||
3837 | 2025.07.15 21:08:44.543113 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3838 | 2025.07.15 21:08:44.543207 [ 260 ] {8844cd96-127d-445f-b139-cd5f27260924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3839 | 2025.07.15 21:08:44.543248 [ 260 ] {8844cd96-127d-445f-b139-cd5f27260924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3840 | 2025.07.15 21:08:44.543805 [ 260 ] {8844cd96-127d-445f-b139-cd5f27260924} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3841 | 2025.07.15 21:08:44.543842 [ 260 ] {8844cd96-127d-445f-b139-cd5f27260924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3842 | 2025.07.15 21:08:44.544181 [ 260 ] {8844cd96-127d-445f-b139-cd5f27260924} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3843 | 2025.07.15 21:08:44.544427 [ 260 ] {8844cd96-127d-445f-b139-cd5f27260924} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3844 | 2025.07.15 21:08:44.544553 [ 260 ] {8844cd96-127d-445f-b139-cd5f27260924} <Debug> executeQuery: Read 413 rows, 30.07 KiB in 0.001365 sec., 302564.10256410256 rows/sec., 21.51 MiB/sec. | ||
3845 | 2025.07.15 21:08:44.544590 [ 260 ] {8844cd96-127d-445f-b139-cd5f27260924} <Debug> TCPHandler: Processed in 0.001527539 sec. | ||
3846 | 2025.07.15 21:08:44.544702 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3847 | 2025.07.15 21:08:44.544797 [ 260 ] {3bd13818-ead3-4139-b950-c72ccaec00c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
3848 | 2025.07.15 21:08:44.544839 [ 260 ] {3bd13818-ead3-4139-b950-c72ccaec00c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3849 | 2025.07.15 21:08:44.545166 [ 260 ] {3bd13818-ead3-4139-b950-c72ccaec00c2} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3850 | 2025.07.15 21:08:44.545200 [ 260 ] {3bd13818-ead3-4139-b950-c72ccaec00c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3851 | 2025.07.15 21:08:44.545495 [ 260 ] {3bd13818-ead3-4139-b950-c72ccaec00c2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3852 | 2025.07.15 21:08:44.545702 [ 260 ] {3bd13818-ead3-4139-b950-c72ccaec00c2} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3853 | 2025.07.15 21:08:44.545827 [ 260 ] {3bd13818-ead3-4139-b950-c72ccaec00c2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001049 sec., 5719.733079122974 rows/sec., 298.83 KiB/sec. | ||
3854 | 2025.07.15 21:08:44.545862 [ 260 ] {3bd13818-ead3-4139-b950-c72ccaec00c2} <Debug> TCPHandler: Processed in 0.001209111 sec. | ||
3855 | 2025.07.15 21:08:44.545969 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3856 | 2025.07.15 21:08:44.546065 [ 260 ] {b9803cb5-5aa3-4c13-b6c1-570c25b32b08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3857 | 2025.07.15 21:08:44.546106 [ 260 ] {b9803cb5-5aa3-4c13-b6c1-570c25b32b08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3858 | 2025.07.15 21:08:44.546506 [ 260 ] {b9803cb5-5aa3-4c13-b6c1-570c25b32b08} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3859 | 2025.07.15 21:08:44.546540 [ 260 ] {b9803cb5-5aa3-4c13-b6c1-570c25b32b08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3860 | 2025.07.15 21:08:44.546880 [ 260 ] {b9803cb5-5aa3-4c13-b6c1-570c25b32b08} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3861 | 2025.07.15 21:08:44.547090 [ 260 ] {b9803cb5-5aa3-4c13-b6c1-570c25b32b08} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3862 | 2025.07.15 21:08:44.547222 [ 260 ] {b9803cb5-5aa3-4c13-b6c1-570c25b32b08} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001176 sec., 201530.61224489796 rows/sec., 13.51 MiB/sec. | ||
3863 | 2025.07.15 21:08:44.547259 [ 260 ] {b9803cb5-5aa3-4c13-b6c1-570c25b32b08} <Debug> TCPHandler: Processed in 0.001338304 sec. | ||
3864 | 2025.07.15 21:08:44.547372 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3865 | 2025.07.15 21:08:44.547465 [ 260 ] {1b68a91f-05f8-4d39-844e-72f4397d02b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
3866 | 2025.07.15 21:08:44.547507 [ 260 ] {1b68a91f-05f8-4d39-844e-72f4397d02b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3867 | 2025.07.15 21:08:44.547816 [ 260 ] {1b68a91f-05f8-4d39-844e-72f4397d02b1} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3868 | 2025.07.15 21:08:44.547850 [ 260 ] {1b68a91f-05f8-4d39-844e-72f4397d02b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3869 | 2025.07.15 21:08:44.548162 [ 260 ] {1b68a91f-05f8-4d39-844e-72f4397d02b1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3870 | 2025.07.15 21:08:44.548372 [ 260 ] {1b68a91f-05f8-4d39-844e-72f4397d02b1} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3871 | 2025.07.15 21:08:44.548500 [ 260 ] {1b68a91f-05f8-4d39-844e-72f4397d02b1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001054 sec., 948.7666034155598 rows/sec., 63.93 KiB/sec. | ||
3872 | 2025.07.15 21:08:44.548535 [ 260 ] {1b68a91f-05f8-4d39-844e-72f4397d02b1} <Debug> TCPHandler: Processed in 0.001213211 sec. | ||
3873 | 2025.07.15 21:08:44.548637 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3874 | 2025.07.15 21:08:44.548731 [ 260 ] {27e8fa4e-0bd7-4397-ba9b-9865800da902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3875 | 2025.07.15 21:08:44.548786 [ 260 ] {27e8fa4e-0bd7-4397-ba9b-9865800da902} <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 | ||
3876 | 2025.07.15 21:08:44.549626 [ 260 ] {27e8fa4e-0bd7-4397-ba9b-9865800da902} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3877 | 2025.07.15 21:08:44.549661 [ 260 ] {27e8fa4e-0bd7-4397-ba9b-9865800da902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3878 | 2025.07.15 21:08:44.550222 [ 260 ] {27e8fa4e-0bd7-4397-ba9b-9865800da902} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3879 | 2025.07.15 21:08:44.550479 [ 260 ] {27e8fa4e-0bd7-4397-ba9b-9865800da902} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3880 | 2025.07.15 21:08:44.550620 [ 260 ] {27e8fa4e-0bd7-4397-ba9b-9865800da902} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.001907 sec., 16255.899318300995 rows/sec., 29.13 MiB/sec. | ||
3881 | 2025.07.15 21:08:44.550680 [ 260 ] {27e8fa4e-0bd7-4397-ba9b-9865800da902} <Debug> TCPHandler: Processed in 0.002091514 sec. | ||
3882 | 2025.07.15 21:08:44.550799 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3883 | 2025.07.15 21:08:44.550894 [ 260 ] {01bbf79e-9181-4d8d-8fa7-40d119bcbe27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3884 | 2025.07.15 21:08:44.550935 [ 260 ] {01bbf79e-9181-4d8d-8fa7-40d119bcbe27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3885 | 2025.07.15 21:08:44.551289 [ 260 ] {01bbf79e-9181-4d8d-8fa7-40d119bcbe27} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3886 | 2025.07.15 21:08:44.551326 [ 260 ] {01bbf79e-9181-4d8d-8fa7-40d119bcbe27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3887 | 2025.07.15 21:08:44.551639 [ 260 ] {01bbf79e-9181-4d8d-8fa7-40d119bcbe27} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3888 | 2025.07.15 21:08:44.551845 [ 260 ] {01bbf79e-9181-4d8d-8fa7-40d119bcbe27} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3889 | 2025.07.15 21:08:44.551969 [ 260 ] {01bbf79e-9181-4d8d-8fa7-40d119bcbe27} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001095 sec., 74885.84474885845 rows/sec., 4.76 MiB/sec. | ||
3890 | 2025.07.15 21:08:44.552005 [ 260 ] {01bbf79e-9181-4d8d-8fa7-40d119bcbe27} <Debug> TCPHandler: Processed in 0.001255883 sec. | ||
3891 | 2025.07.15 21:08:45.234895 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3892 | 2025.07.15 21:08:45.235137 [ 260 ] {29217a2e-0e0f-48c8-afa5-3d26ede3ea6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
3893 | 2025.07.15 21:08:45.235513 [ 260 ] {29217a2e-0e0f-48c8-afa5-3d26ede3ea6d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3894 | 2025.07.15 21:08:45.235554 [ 260 ] {29217a2e-0e0f-48c8-afa5-3d26ede3ea6d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3895 | 2025.07.15 21:08:45.235814 [ 260 ] {29217a2e-0e0f-48c8-afa5-3d26ede3ea6d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3896 | 2025.07.15 21:08:45.235885 [ 260 ] {29217a2e-0e0f-48c8-afa5-3d26ede3ea6d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3897 | 2025.07.15 21:08:45.236033 [ 260 ] {29217a2e-0e0f-48c8-afa5-3d26ede3ea6d} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
3898 | 2025.07.15 21:08:45.236072 [ 260 ] {29217a2e-0e0f-48c8-afa5-3d26ede3ea6d} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
3899 | 2025.07.15 21:08:45.236094 [ 260 ] {29217a2e-0e0f-48c8-afa5-3d26ede3ea6d} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
3900 | 2025.07.15 21:08:45.236110 [ 260 ] {29217a2e-0e0f-48c8-afa5-3d26ede3ea6d} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3901 | 2025.07.15 21:08:45.236164 [ 260 ] {29217a2e-0e0f-48c8-afa5-3d26ede3ea6d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3902 | 2025.07.15 21:08:45.236185 [ 260 ] {29217a2e-0e0f-48c8-afa5-3d26ede3ea6d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 35 rows starting from 0 | ||
3903 | 2025.07.15 21:08:45.237082 [ 260 ] {29217a2e-0e0f-48c8-afa5-3d26ede3ea6d} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.002052 sec., 17056.53021442495 rows/sec., 656.28 KiB/sec. | ||
3904 | 2025.07.15 21:08:45.237166 [ 260 ] {29217a2e-0e0f-48c8-afa5-3d26ede3ea6d} <Debug> TCPHandler: Processed in 0.002403152 sec. | ||
3905 | 2025.07.15 21:08:45.237423 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3906 | 2025.07.15 21:08:45.237570 [ 260 ] {fcf109fd-cb91-4694-90eb-b58751706b73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
3907 | 2025.07.15 21:08:45.237806 [ 260 ] {fcf109fd-cb91-4694-90eb-b58751706b73} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3908 | 2025.07.15 21:08:45.237843 [ 260 ] {fcf109fd-cb91-4694-90eb-b58751706b73} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3909 | 2025.07.15 21:08:45.238047 [ 260 ] {fcf109fd-cb91-4694-90eb-b58751706b73} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3910 | 2025.07.15 21:08:45.238108 [ 260 ] {fcf109fd-cb91-4694-90eb-b58751706b73} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3911 | 2025.07.15 21:08:45.238222 [ 260 ] {fcf109fd-cb91-4694-90eb-b58751706b73} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
3912 | 2025.07.15 21:08:45.238254 [ 260 ] {fcf109fd-cb91-4694-90eb-b58751706b73} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
3913 | 2025.07.15 21:08:45.238274 [ 260 ] {fcf109fd-cb91-4694-90eb-b58751706b73} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
3914 | 2025.07.15 21:08:45.238290 [ 260 ] {fcf109fd-cb91-4694-90eb-b58751706b73} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3915 | 2025.07.15 21:08:45.238324 [ 260 ] {fcf109fd-cb91-4694-90eb-b58751706b73} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3916 | 2025.07.15 21:08:45.238344 [ 260 ] {fcf109fd-cb91-4694-90eb-b58751706b73} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 35 rows starting from 0 | ||
3917 | 2025.07.15 21:08:45.238978 [ 260 ] {fcf109fd-cb91-4694-90eb-b58751706b73} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.001471 sec., 23793.337865397687 rows/sec., 915.49 KiB/sec. | ||
3918 | 2025.07.15 21:08:45.239064 [ 260 ] {fcf109fd-cb91-4694-90eb-b58751706b73} <Debug> TCPHandler: Processed in 0.001697594 sec. | ||
3919 | 2025.07.15 21:08:45.239302 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3920 | 2025.07.15 21:08:45.239495 [ 260 ] {e31d6cb5-9d99-4095-b870-2616d01d4fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
3921 | 2025.07.15 21:08:45.239813 [ 260 ] {e31d6cb5-9d99-4095-b870-2616d01d4fbd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3922 | 2025.07.15 21:08:45.239861 [ 260 ] {e31d6cb5-9d99-4095-b870-2616d01d4fbd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3923 | 2025.07.15 21:08:45.240177 [ 260 ] {e31d6cb5-9d99-4095-b870-2616d01d4fbd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3924 | 2025.07.15 21:08:45.240248 [ 260 ] {e31d6cb5-9d99-4095-b870-2616d01d4fbd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3925 | 2025.07.15 21:08:45.240393 [ 260 ] {e31d6cb5-9d99-4095-b870-2616d01d4fbd} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
3926 | 2025.07.15 21:08:45.240430 [ 260 ] {e31d6cb5-9d99-4095-b870-2616d01d4fbd} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
3927 | 2025.07.15 21:08:45.240456 [ 260 ] {e31d6cb5-9d99-4095-b870-2616d01d4fbd} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
3928 | 2025.07.15 21:08:45.240478 [ 260 ] {e31d6cb5-9d99-4095-b870-2616d01d4fbd} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3929 | 2025.07.15 21:08:45.240526 [ 260 ] {e31d6cb5-9d99-4095-b870-2616d01d4fbd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3930 | 2025.07.15 21:08:45.240553 [ 260 ] {e31d6cb5-9d99-4095-b870-2616d01d4fbd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 35 rows starting from 0 | ||
3931 | 2025.07.15 21:08:45.241108 [ 260 ] {e31d6cb5-9d99-4095-b870-2616d01d4fbd} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.001701 sec., 20576.1316872428 rows/sec., 791.70 KiB/sec. | ||
3932 | 2025.07.15 21:08:45.241214 [ 260 ] {e31d6cb5-9d99-4095-b870-2616d01d4fbd} <Debug> TCPHandler: Processed in 0.001977751 sec. | ||
3933 | 2025.07.15 21:08:45.241448 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3934 | 2025.07.15 21:08:45.241633 [ 260 ] {790b02ba-5c57-4f8a-aaba-15cafc635a1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
3935 | 2025.07.15 21:08:45.241952 [ 260 ] {790b02ba-5c57-4f8a-aaba-15cafc635a1b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3936 | 2025.07.15 21:08:45.242000 [ 260 ] {790b02ba-5c57-4f8a-aaba-15cafc635a1b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3937 | 2025.07.15 21:08:45.242316 [ 260 ] {790b02ba-5c57-4f8a-aaba-15cafc635a1b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3938 | 2025.07.15 21:08:45.242385 [ 260 ] {790b02ba-5c57-4f8a-aaba-15cafc635a1b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3939 | 2025.07.15 21:08:45.242532 [ 260 ] {790b02ba-5c57-4f8a-aaba-15cafc635a1b} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
3940 | 2025.07.15 21:08:45.242569 [ 260 ] {790b02ba-5c57-4f8a-aaba-15cafc635a1b} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
3941 | 2025.07.15 21:08:45.242595 [ 260 ] {790b02ba-5c57-4f8a-aaba-15cafc635a1b} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
3942 | 2025.07.15 21:08:45.242617 [ 260 ] {790b02ba-5c57-4f8a-aaba-15cafc635a1b} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3943 | 2025.07.15 21:08:45.242666 [ 260 ] {790b02ba-5c57-4f8a-aaba-15cafc635a1b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3944 | 2025.07.15 21:08:45.242694 [ 260 ] {790b02ba-5c57-4f8a-aaba-15cafc635a1b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 35 rows starting from 0 | ||
3945 | 2025.07.15 21:08:45.243226 [ 260 ] {790b02ba-5c57-4f8a-aaba-15cafc635a1b} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.001681 sec., 20820.93991671624 rows/sec., 801.12 KiB/sec. | ||
3946 | 2025.07.15 21:08:45.243319 [ 260 ] {790b02ba-5c57-4f8a-aaba-15cafc635a1b} <Debug> TCPHandler: Processed in 0.00194135 sec. | ||
3947 | 2025.07.15 21:08:45.243529 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3948 | 2025.07.15 21:08:45.243671 [ 260 ] {72c2f852-8f88-4a5e-a024-7a6e3294208c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
3949 | 2025.07.15 21:08:45.243901 [ 260 ] {72c2f852-8f88-4a5e-a024-7a6e3294208c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3950 | 2025.07.15 21:08:45.243938 [ 260 ] {72c2f852-8f88-4a5e-a024-7a6e3294208c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3951 | 2025.07.15 21:08:45.244250 [ 260 ] {72c2f852-8f88-4a5e-a024-7a6e3294208c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3952 | 2025.07.15 21:08:45.244338 [ 260 ] {72c2f852-8f88-4a5e-a024-7a6e3294208c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3953 | 2025.07.15 21:08:45.244453 [ 260 ] {72c2f852-8f88-4a5e-a024-7a6e3294208c} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
3954 | 2025.07.15 21:08:45.244485 [ 260 ] {72c2f852-8f88-4a5e-a024-7a6e3294208c} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
3955 | 2025.07.15 21:08:45.244504 [ 260 ] {72c2f852-8f88-4a5e-a024-7a6e3294208c} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
3956 | 2025.07.15 21:08:45.244519 [ 260 ] {72c2f852-8f88-4a5e-a024-7a6e3294208c} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3957 | 2025.07.15 21:08:45.244554 [ 260 ] {72c2f852-8f88-4a5e-a024-7a6e3294208c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3958 | 2025.07.15 21:08:45.244572 [ 260 ] {72c2f852-8f88-4a5e-a024-7a6e3294208c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 35 rows starting from 0 | ||
3959 | 2025.07.15 21:08:45.245021 [ 260 ] {72c2f852-8f88-4a5e-a024-7a6e3294208c} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.00141 sec., 24822.695035460994 rows/sec., 955.09 KiB/sec. | ||
3960 | 2025.07.15 21:08:45.245110 [ 260 ] {72c2f852-8f88-4a5e-a024-7a6e3294208c} <Debug> TCPHandler: Processed in 0.001632202 sec. | ||
3961 | 2025.07.15 21:08:45.245316 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3962 | 2025.07.15 21:08:45.245457 [ 260 ] {4fbb1290-6544-4865-b16a-0e440681ec8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
3963 | 2025.07.15 21:08:45.245681 [ 260 ] {4fbb1290-6544-4865-b16a-0e440681ec8f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3964 | 2025.07.15 21:08:45.245717 [ 260 ] {4fbb1290-6544-4865-b16a-0e440681ec8f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3965 | 2025.07.15 21:08:45.245928 [ 260 ] {4fbb1290-6544-4865-b16a-0e440681ec8f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3966 | 2025.07.15 21:08:45.245982 [ 260 ] {4fbb1290-6544-4865-b16a-0e440681ec8f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3967 | 2025.07.15 21:08:45.246083 [ 260 ] {4fbb1290-6544-4865-b16a-0e440681ec8f} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
3968 | 2025.07.15 21:08:45.246118 [ 260 ] {4fbb1290-6544-4865-b16a-0e440681ec8f} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
3969 | 2025.07.15 21:08:45.246136 [ 260 ] {4fbb1290-6544-4865-b16a-0e440681ec8f} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
3970 | 2025.07.15 21:08:45.246151 [ 260 ] {4fbb1290-6544-4865-b16a-0e440681ec8f} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3971 | 2025.07.15 21:08:45.246184 [ 260 ] {4fbb1290-6544-4865-b16a-0e440681ec8f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3972 | 2025.07.15 21:08:45.246202 [ 260 ] {4fbb1290-6544-4865-b16a-0e440681ec8f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 35 rows starting from 0 | ||
3973 | 2025.07.15 21:08:45.246680 [ 260 ] {4fbb1290-6544-4865-b16a-0e440681ec8f} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.001285 sec., 27237.354085603114 rows/sec., 1.02 MiB/sec. | ||
3974 | 2025.07.15 21:08:45.246768 [ 260 ] {4fbb1290-6544-4865-b16a-0e440681ec8f} <Debug> TCPHandler: Processed in 0.001503219 sec. | ||
3975 | 2025.07.15 21:08:45.407327 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3976 | 2025.07.15 21:08:45.407558 [ 260 ] {e3753a15-8855-4aa6-b8fd-d743d3bb453e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
3977 | 2025.07.15 21:08:45.408001 [ 260 ] {e3753a15-8855-4aa6-b8fd-d743d3bb453e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3978 | 2025.07.15 21:08:45.408052 [ 260 ] {e3753a15-8855-4aa6-b8fd-d743d3bb453e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3979 | 2025.07.15 21:08:45.408355 [ 260 ] {e3753a15-8855-4aa6-b8fd-d743d3bb453e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3980 | 2025.07.15 21:08:45.408422 [ 260 ] {e3753a15-8855-4aa6-b8fd-d743d3bb453e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3981 | 2025.07.15 21:08:45.408549 [ 260 ] {e3753a15-8855-4aa6-b8fd-d743d3bb453e} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
3982 | 2025.07.15 21:08:45.408582 [ 260 ] {e3753a15-8855-4aa6-b8fd-d743d3bb453e} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
3983 | 2025.07.15 21:08:45.408603 [ 260 ] {e3753a15-8855-4aa6-b8fd-d743d3bb453e} <Debug> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (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 | ||
3984 | 2025.07.15 21:08:45.408619 [ 260 ] {e3753a15-8855-4aa6-b8fd-d743d3bb453e} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3985 | 2025.07.15 21:08:45.408657 [ 260 ] {e3753a15-8855-4aa6-b8fd-d743d3bb453e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3986 | 2025.07.15 21:08:45.408677 [ 260 ] {e3753a15-8855-4aa6-b8fd-d743d3bb453e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 35 rows starting from 0 | ||
3987 | 2025.07.15 21:08:45.409230 [ 260 ] {e3753a15-8855-4aa6-b8fd-d743d3bb453e} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.001774 sec., 19729.425028184894 rows/sec., 759.12 KiB/sec. | ||
3988 | 2025.07.15 21:08:45.409324 [ 260 ] {e3753a15-8855-4aa6-b8fd-d743d3bb453e} <Debug> TCPHandler: Processed in 0.002115874 sec. | ||
3989 | 2025.07.15 21:08:45.409750 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3990 | 2025.07.15 21:08:45.409863 [ 260 ] {98776730-e83a-4fd3-987d-48913caf53af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
3991 | 2025.07.15 21:08:45.409906 [ 260 ] {98776730-e83a-4fd3-987d-48913caf53af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3992 | 2025.07.15 21:08:45.410474 [ 260 ] {98776730-e83a-4fd3-987d-48913caf53af} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3993 | 2025.07.15 21:08:45.410517 [ 260 ] {98776730-e83a-4fd3-987d-48913caf53af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
3994 | 2025.07.15 21:08:45.410957 [ 260 ] {98776730-e83a-4fd3-987d-48913caf53af} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3995 | 2025.07.15 21:08:45.411154 [ 260 ] {98776730-e83a-4fd3-987d-48913caf53af} <Trace> oximeter.timeseries_schema (2b8c829e-5bec-4c85-b0b2-0975232757f8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3996 | 2025.07.15 21:08:45.411298 [ 260 ] {98776730-e83a-4fd3-987d-48913caf53af} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.001468 sec., 4768.392370572207 rows/sec., 969.91 KiB/sec. | ||
3997 | 2025.07.15 21:08:45.411337 [ 260 ] {98776730-e83a-4fd3-987d-48913caf53af} <Debug> TCPHandler: Processed in 0.001638643 sec. | ||
3998 | 2025.07.15 21:08:45.411442 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3999 | 2025.07.15 21:08:45.411539 [ 260 ] {e3069684-82e9-49b4-98cb-1911873709d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
4000 | 2025.07.15 21:08:45.411580 [ 260 ] {e3069684-82e9-49b4-98cb-1911873709d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4001 | 2025.07.15 21:08:45.412011 [ 260 ] {e3069684-82e9-49b4-98cb-1911873709d2} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4002 | 2025.07.15 21:08:45.412047 [ 260 ] {e3069684-82e9-49b4-98cb-1911873709d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4003 | 2025.07.15 21:08:45.412355 [ 260 ] {e3069684-82e9-49b4-98cb-1911873709d2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4004 | 2025.07.15 21:08:45.412564 [ 260 ] {e3069684-82e9-49b4-98cb-1911873709d2} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4005 | 2025.07.15 21:08:45.412685 [ 90 ] {} <Debug> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4006 | 2025.07.15 21:08:45.412694 [ 260 ] {e3069684-82e9-49b4-98cb-1911873709d2} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001177 sec., 3398.470688190314 rows/sec., 277.12 KiB/sec. | ||
4007 | 2025.07.15 21:08:45.412758 [ 90 ] {} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4008 | 2025.07.15 21:08:45.412774 [ 260 ] {e3069684-82e9-49b4-98cb-1911873709d2} <Debug> TCPHandler: Processed in 0.001380226 sec. | ||
4009 | 2025.07.15 21:08:45.412785 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4010 | 2025.07.15 21:08:45.412897 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4011 | 2025.07.15 21:08:45.412962 [ 201 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::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 | ||
4012 | 2025.07.15 21:08:45.412997 [ 260 ] {f28fca67-1d1d-4449-ac14-aeebe52c5a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4013 | 2025.07.15 21:08:45.413042 [ 260 ] {f28fca67-1d1d-4449-ac14-aeebe52c5a06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4014 | 2025.07.15 21:08:45.413100 [ 201 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4015 | 2025.07.15 21:08:45.413136 [ 201 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
4016 | 2025.07.15 21:08:45.413201 [ 201 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
4017 | 2025.07.15 21:08:45.413245 [ 201 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
4018 | 2025.07.15 21:08:45.413288 [ 201 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
4019 | 2025.07.15 21:08:45.413326 [ 201 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
4020 | 2025.07.15 21:08:45.413363 [ 201 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
4021 | 2025.07.15 21:08:45.413955 [ 260 ] {f28fca67-1d1d-4449-ac14-aeebe52c5a06} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4022 | 2025.07.15 21:08:45.413997 [ 260 ] {f28fca67-1d1d-4449-ac14-aeebe52c5a06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4023 | 2025.07.15 21:08:45.414145 [ 196 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 5 columns (5 merged, 0 gathered) in 0.001252012 sec., 17571.716565016948 rows/sec., 1.47 MiB/sec. | ||
4024 | 2025.07.15 21:08:45.414327 [ 193 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4025 | 2025.07.15 21:08:45.414546 [ 260 ] {f28fca67-1d1d-4449-ac14-aeebe52c5a06} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4026 | 2025.07.15 21:08:45.414654 [ 193 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_6_1} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4027 | 2025.07.15 21:08:45.414759 [ 193 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_6_1} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4028 | 2025.07.15 21:08:45.414840 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
4029 | 2025.07.15 21:08:45.414865 [ 260 ] {f28fca67-1d1d-4449-ac14-aeebe52c5a06} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4030 | 2025.07.15 21:08:45.415013 [ 260 ] {f28fca67-1d1d-4449-ac14-aeebe52c5a06} <Debug> executeQuery: Read 1217 rows, 102.50 KiB in 0.002034 sec., 598328.4169124878 rows/sec., 49.21 MiB/sec. | ||
4031 | 2025.07.15 21:08:45.415053 [ 260 ] {f28fca67-1d1d-4449-ac14-aeebe52c5a06} <Debug> TCPHandler: Processed in 0.002205677 sec. | ||
4032 | 2025.07.15 21:08:45.415169 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4033 | 2025.07.15 21:08:45.415265 [ 260 ] {e0623bb7-2fdb-4919-bec0-f900129fb561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4034 | 2025.07.15 21:08:45.415306 [ 260 ] {e0623bb7-2fdb-4919-bec0-f900129fb561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4035 | 2025.07.15 21:08:45.415712 [ 260 ] {e0623bb7-2fdb-4919-bec0-f900129fb561} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4036 | 2025.07.15 21:08:45.415749 [ 260 ] {e0623bb7-2fdb-4919-bec0-f900129fb561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4037 | 2025.07.15 21:08:45.416049 [ 260 ] {e0623bb7-2fdb-4919-bec0-f900129fb561} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4038 | 2025.07.15 21:08:45.416259 [ 260 ] {e0623bb7-2fdb-4919-bec0-f900129fb561} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4039 | 2025.07.15 21:08:45.416392 [ 260 ] {e0623bb7-2fdb-4919-bec0-f900129fb561} <Debug> executeQuery: Read 13 rows, 979.00 B in 0.001144 sec., 11363.636363636364 rows/sec., 835.71 KiB/sec. | ||
4040 | 2025.07.15 21:08:45.416431 [ 260 ] {e0623bb7-2fdb-4919-bec0-f900129fb561} <Debug> TCPHandler: Processed in 0.001311174 sec. | ||
4041 | 2025.07.15 21:08:45.416538 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4042 | 2025.07.15 21:08:45.416632 [ 260 ] {5f5ab91c-b3d1-4a23-8ef1-a1d667c902f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4043 | 2025.07.15 21:08:45.416671 [ 260 ] {5f5ab91c-b3d1-4a23-8ef1-a1d667c902f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4044 | 2025.07.15 21:08:45.417129 [ 260 ] {5f5ab91c-b3d1-4a23-8ef1-a1d667c902f9} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4045 | 2025.07.15 21:08:45.417164 [ 260 ] {5f5ab91c-b3d1-4a23-8ef1-a1d667c902f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4046 | 2025.07.15 21:08:45.417463 [ 260 ] {5f5ab91c-b3d1-4a23-8ef1-a1d667c902f9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4047 | 2025.07.15 21:08:45.417664 [ 260 ] {5f5ab91c-b3d1-4a23-8ef1-a1d667c902f9} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4048 | 2025.07.15 21:08:45.417794 [ 260 ] {5f5ab91c-b3d1-4a23-8ef1-a1d667c902f9} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001178 sec., 193548.38709677418 rows/sec., 13.11 MiB/sec. | ||
4049 | 2025.07.15 21:08:45.417832 [ 260 ] {5f5ab91c-b3d1-4a23-8ef1-a1d667c902f9} <Debug> TCPHandler: Processed in 0.001342824 sec. | ||
4050 | 2025.07.15 21:08:45.417964 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4051 | 2025.07.15 21:08:45.418079 [ 260 ] {78183963-ae29-4b5b-9045-c03f62b2737f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4052 | 2025.07.15 21:08:45.418130 [ 260 ] {78183963-ae29-4b5b-9045-c03f62b2737f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4053 | 2025.07.15 21:08:45.418729 [ 260 ] {78183963-ae29-4b5b-9045-c03f62b2737f} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4054 | 2025.07.15 21:08:45.418767 [ 260 ] {78183963-ae29-4b5b-9045-c03f62b2737f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4055 | 2025.07.15 21:08:45.419110 [ 260 ] {78183963-ae29-4b5b-9045-c03f62b2737f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4056 | 2025.07.15 21:08:45.419325 [ 260 ] {78183963-ae29-4b5b-9045-c03f62b2737f} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4057 | 2025.07.15 21:08:45.419464 [ 260 ] {78183963-ae29-4b5b-9045-c03f62b2737f} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.00141 sec., 378014.1843971631 rows/sec., 28.02 MiB/sec. | ||
4058 | 2025.07.15 21:08:45.419503 [ 260 ] {78183963-ae29-4b5b-9045-c03f62b2737f} <Debug> TCPHandler: Processed in 0.001612062 sec. | ||
4059 | 2025.07.15 21:08:45.419613 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4060 | 2025.07.15 21:08:45.419708 [ 260 ] {da362b4a-8ecc-4e5d-af4f-0402026f889d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4061 | 2025.07.15 21:08:45.419751 [ 260 ] {da362b4a-8ecc-4e5d-af4f-0402026f889d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4062 | 2025.07.15 21:08:45.421622 [ 260 ] {da362b4a-8ecc-4e5d-af4f-0402026f889d} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4063 | 2025.07.15 21:08:45.421659 [ 260 ] {da362b4a-8ecc-4e5d-af4f-0402026f889d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4064 | 2025.07.15 21:08:45.422305 [ 260 ] {da362b4a-8ecc-4e5d-af4f-0402026f889d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4065 | 2025.07.15 21:08:45.422535 [ 260 ] {da362b4a-8ecc-4e5d-af4f-0402026f889d} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4066 | 2025.07.15 21:08:45.422671 [ 260 ] {da362b4a-8ecc-4e5d-af4f-0402026f889d} <Debug> executeQuery: Read 4583 rows, 313.40 KiB in 0.002982 sec., 1536887.9946344737 rows/sec., 102.63 MiB/sec. | ||
4067 | 2025.07.15 21:08:45.422712 [ 260 ] {da362b4a-8ecc-4e5d-af4f-0402026f889d} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB. | ||
4068 | 2025.07.15 21:08:45.422725 [ 260 ] {da362b4a-8ecc-4e5d-af4f-0402026f889d} <Debug> TCPHandler: Processed in 0.003161892 sec. | ||
4069 | 2025.07.15 21:08:45.422840 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4070 | 2025.07.15 21:08:45.422934 [ 260 ] {104fcd03-80f6-4d92-8cca-6f13095083ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4071 | 2025.07.15 21:08:45.422990 [ 260 ] {104fcd03-80f6-4d92-8cca-6f13095083ff} <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 | ||
4072 | 2025.07.15 21:08:45.423734 [ 260 ] {104fcd03-80f6-4d92-8cca-6f13095083ff} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4073 | 2025.07.15 21:08:45.423772 [ 260 ] {104fcd03-80f6-4d92-8cca-6f13095083ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4074 | 2025.07.15 21:08:45.424273 [ 260 ] {104fcd03-80f6-4d92-8cca-6f13095083ff} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4075 | 2025.07.15 21:08:45.424494 [ 260 ] {104fcd03-80f6-4d92-8cca-6f13095083ff} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4076 | 2025.07.15 21:08:45.424631 [ 260 ] {104fcd03-80f6-4d92-8cca-6f13095083ff} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001716 sec., 5244.755244755244 rows/sec., 9.40 MiB/sec. | ||
4077 | 2025.07.15 21:08:45.424686 [ 260 ] {104fcd03-80f6-4d92-8cca-6f13095083ff} <Debug> TCPHandler: Processed in 0.001896369 sec. | ||
4078 | 2025.07.15 21:08:45.424797 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4079 | 2025.07.15 21:08:45.424890 [ 260 ] {162fa45c-1e89-4ee3-a784-d3293677b9f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4080 | 2025.07.15 21:08:45.424932 [ 260 ] {162fa45c-1e89-4ee3-a784-d3293677b9f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4081 | 2025.07.15 21:08:45.425242 [ 260 ] {162fa45c-1e89-4ee3-a784-d3293677b9f9} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4082 | 2025.07.15 21:08:45.425278 [ 260 ] {162fa45c-1e89-4ee3-a784-d3293677b9f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4083 | 2025.07.15 21:08:45.425574 [ 260 ] {162fa45c-1e89-4ee3-a784-d3293677b9f9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4084 | 2025.07.15 21:08:45.425782 [ 260 ] {162fa45c-1e89-4ee3-a784-d3293677b9f9} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4085 | 2025.07.15 21:08:45.425907 [ 260 ] {162fa45c-1e89-4ee3-a784-d3293677b9f9} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001036 sec., 11583.011583011583 rows/sec., 799.35 KiB/sec. | ||
4086 | 2025.07.15 21:08:45.425943 [ 260 ] {162fa45c-1e89-4ee3-a784-d3293677b9f9} <Debug> TCPHandler: Processed in 0.001195441 sec. | ||
4087 | 2025.07.15 21:08:49.525876 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4088 | 2025.07.15 21:08:49.526072 [ 260 ] {9c573c91-65c4-4c55-9c34-e04dc336c54c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4089 | 2025.07.15 21:08:49.526139 [ 260 ] {9c573c91-65c4-4c55-9c34-e04dc336c54c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4090 | 2025.07.15 21:08:49.526823 [ 260 ] {9c573c91-65c4-4c55-9c34-e04dc336c54c} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4091 | 2025.07.15 21:08:49.526867 [ 260 ] {9c573c91-65c4-4c55-9c34-e04dc336c54c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4092 | 2025.07.15 21:08:49.527274 [ 260 ] {9c573c91-65c4-4c55-9c34-e04dc336c54c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4093 | 2025.07.15 21:08:49.527521 [ 260 ] {9c573c91-65c4-4c55-9c34-e04dc336c54c} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4094 | 2025.07.15 21:08:49.527683 [ 260 ] {9c573c91-65c4-4c55-9c34-e04dc336c54c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001662 sec., 33694.34416365824 rows/sec., 2.57 MiB/sec. | ||
4095 | 2025.07.15 21:08:49.527734 [ 260 ] {9c573c91-65c4-4c55-9c34-e04dc336c54c} <Debug> TCPHandler: Processed in 0.001997501 sec. | ||
4096 | 2025.07.15 21:08:49.527862 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4097 | 2025.07.15 21:08:49.527969 [ 260 ] {7f50dee3-8292-484f-9e82-f819956f09ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4098 | 2025.07.15 21:08:49.528014 [ 260 ] {7f50dee3-8292-484f-9e82-f819956f09ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4099 | 2025.07.15 21:08:49.528474 [ 260 ] {7f50dee3-8292-484f-9e82-f819956f09ad} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4100 | 2025.07.15 21:08:49.528512 [ 260 ] {7f50dee3-8292-484f-9e82-f819956f09ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4101 | 2025.07.15 21:08:49.528861 [ 260 ] {7f50dee3-8292-484f-9e82-f819956f09ad} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4102 | 2025.07.15 21:08:49.529126 [ 260 ] {7f50dee3-8292-484f-9e82-f819956f09ad} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4103 | 2025.07.15 21:08:49.529266 [ 260 ] {7f50dee3-8292-484f-9e82-f819956f09ad} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001323 sec., 48374.905517762665 rows/sec., 3.78 MiB/sec. | ||
4104 | 2025.07.15 21:08:49.529306 [ 260 ] {7f50dee3-8292-484f-9e82-f819956f09ad} <Debug> TCPHandler: Processed in 0.001498339 sec. | ||
4105 | 2025.07.15 21:08:49.529428 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4106 | 2025.07.15 21:08:49.529527 [ 260 ] {e0081344-fcd7-4f9b-8ffa-60c1410b87d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4107 | 2025.07.15 21:08:49.529574 [ 260 ] {e0081344-fcd7-4f9b-8ffa-60c1410b87d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4108 | 2025.07.15 21:08:49.529968 [ 260 ] {e0081344-fcd7-4f9b-8ffa-60c1410b87d8} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4109 | 2025.07.15 21:08:49.530005 [ 260 ] {e0081344-fcd7-4f9b-8ffa-60c1410b87d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4110 | 2025.07.15 21:08:49.530346 [ 260 ] {e0081344-fcd7-4f9b-8ffa-60c1410b87d8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4111 | 2025.07.15 21:08:49.530563 [ 260 ] {e0081344-fcd7-4f9b-8ffa-60c1410b87d8} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4112 | 2025.07.15 21:08:49.530702 [ 260 ] {e0081344-fcd7-4f9b-8ffa-60c1410b87d8} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001197 sec., 106934.00167084378 rows/sec., 7.45 MiB/sec. | ||
4113 | 2025.07.15 21:08:49.530740 [ 260 ] {e0081344-fcd7-4f9b-8ffa-60c1410b87d8} <Debug> TCPHandler: Processed in 0.001363895 sec. | ||
4114 | 2025.07.15 21:08:49.530851 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4115 | 2025.07.15 21:08:49.530946 [ 260 ] {194fc254-ae23-4e99-953a-f3a8f15a8b8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4116 | 2025.07.15 21:08:49.530989 [ 260 ] {194fc254-ae23-4e99-953a-f3a8f15a8b8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4117 | 2025.07.15 21:08:49.531308 [ 260 ] {194fc254-ae23-4e99-953a-f3a8f15a8b8a} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4118 | 2025.07.15 21:08:49.531345 [ 260 ] {194fc254-ae23-4e99-953a-f3a8f15a8b8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4119 | 2025.07.15 21:08:49.531664 [ 260 ] {194fc254-ae23-4e99-953a-f3a8f15a8b8a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4120 | 2025.07.15 21:08:49.531877 [ 260 ] {194fc254-ae23-4e99-953a-f3a8f15a8b8a} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4121 | 2025.07.15 21:08:49.532010 [ 260 ] {194fc254-ae23-4e99-953a-f3a8f15a8b8a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001084 sec., 44280.44280442805 rows/sec., 2.98 MiB/sec. | ||
4122 | 2025.07.15 21:08:49.532046 [ 260 ] {194fc254-ae23-4e99-953a-f3a8f15a8b8a} <Debug> TCPHandler: Processed in 0.001244972 sec. | ||
4123 | 2025.07.15 21:08:50.607769 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
4124 | 2025.07.15 21:08:50.608263 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4125 | 2025.07.15 21:08:50.608313 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4126 | 2025.07.15 21:08:50.608796 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4127 | 2025.07.15 21:08:50.609026 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4128 | 2025.07.15 21:08:50.609173 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
4129 | 2025.07.15 21:08:50.609202 [ 82 ] {} <Debug> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4130 | 2025.07.15 21:08:50.609278 [ 82 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4131 | 2025.07.15 21:08:50.609302 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4132 | 2025.07.15 21:08:50.609439 [ 201 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
4133 | 2025.07.15 21:08:50.609587 [ 201 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4134 | 2025.07.15 21:08:50.609631 [ 201 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
4135 | 2025.07.15 21:08:50.609700 [ 201 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
4136 | 2025.07.15 21:08:50.609749 [ 201 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
4137 | 2025.07.15 21:08:50.609797 [ 201 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
4138 | 2025.07.15 21:08:50.609840 [ 201 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
4139 | 2025.07.15 21:08:50.609882 [ 201 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
4140 | 2025.07.15 21:08:50.612133 [ 196 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.002752931 sec., 3500995.8476983258 rows/sec., 50.08 MiB/sec. | ||
4141 | 2025.07.15 21:08:50.612543 [ 195 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4142 | 2025.07.15 21:08:50.612867 [ 195 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_21_4} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4143 | 2025.07.15 21:08:50.612947 [ 195 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_21_4} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4144 | 2025.07.15 21:08:50.613050 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
4145 | 2025.07.15 21:08:51.128314 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
4146 | 2025.07.15 21:08:51.146604 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4147 | 2025.07.15 21:08:51.146666 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4148 | 2025.07.15 21:08:51.152434 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4149 | 2025.07.15 21:08:51.153163 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4150 | 2025.07.15 21:08:51.153471 [ 82 ] {} <Debug> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4151 | 2025.07.15 21:08:51.153539 [ 82 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4152 | 2025.07.15 21:08:51.153560 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4153 | 2025.07.15 21:08:51.153658 [ 201 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
4154 | 2025.07.15 21:08:51.156289 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
4155 | 2025.07.15 21:08:51.156612 [ 201 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4156 | 2025.07.15 21:08:51.157347 [ 201 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
4157 | 2025.07.15 21:08:51.160632 [ 201 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part | ||
4158 | 2025.07.15 21:08:51.164110 [ 201 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part | ||
4159 | 2025.07.15 21:08:51.167917 [ 201 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
4160 | 2025.07.15 21:08:51.171743 [ 201 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
4161 | 2025.07.15 21:08:51.175700 [ 201 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
4162 | 2025.07.15 21:08:51.227014 [ 196 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.073387686 sec., 2166.576011130805 rows/sec., 11.20 MiB/sec. | ||
4163 | 2025.07.15 21:08:51.229869 [ 196 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4164 | 2025.07.15 21:08:51.232051 [ 196 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_21_4} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4165 | 2025.07.15 21:08:51.232164 [ 196 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_21_4} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4166 | 2025.07.15 21:08:51.234351 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
4167 | 2025.07.15 21:08:52.001150 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.90 MiB, peak 230.44 MiB, free memory in arenas 0.00 B, will set to 224.50 MiB (RSS), difference: 4.61 MiB | ||
4168 | 2025.07.15 21:08:53.113583 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 582 | ||
4169 | 2025.07.15 21:08:53.116561 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4170 | 2025.07.15 21:08:53.116621 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4171 | 2025.07.15 21:08:53.117905 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4172 | 2025.07.15 21:08:53.118182 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4173 | 2025.07.15 21:08:53.118489 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 582 | ||
4174 | 2025.07.15 21:08:54.534178 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4175 | 2025.07.15 21:08:54.534365 [ 260 ] {034b0edb-2537-4983-a2be-4beb1344c10b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
4176 | 2025.07.15 21:08:54.534436 [ 260 ] {034b0edb-2537-4983-a2be-4beb1344c10b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
4177 | 2025.07.15 21:08:54.535217 [ 260 ] {034b0edb-2537-4983-a2be-4beb1344c10b} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4178 | 2025.07.15 21:08:54.535271 [ 260 ] {034b0edb-2537-4983-a2be-4beb1344c10b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4179 | 2025.07.15 21:08:54.535683 [ 260 ] {034b0edb-2537-4983-a2be-4beb1344c10b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4180 | 2025.07.15 21:08:54.535912 [ 260 ] {034b0edb-2537-4983-a2be-4beb1344c10b} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4181 | 2025.07.15 21:08:54.536069 [ 260 ] {034b0edb-2537-4983-a2be-4beb1344c10b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001756 sec., 120728.92938496583 rows/sec., 7.68 MiB/sec. | ||
4182 | 2025.07.15 21:08:54.536123 [ 260 ] {034b0edb-2537-4983-a2be-4beb1344c10b} <Debug> TCPHandler: Processed in 0.002078963 sec. | ||
4183 | 2025.07.15 21:08:54.536248 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4184 | 2025.07.15 21:08:54.536351 [ 260 ] {57238e2d-483f-4ea6-a8c8-a593324b40d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4185 | 2025.07.15 21:08:54.536397 [ 260 ] {57238e2d-483f-4ea6-a8c8-a593324b40d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4186 | 2025.07.15 21:08:54.537090 [ 260 ] {57238e2d-483f-4ea6-a8c8-a593324b40d6} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4187 | 2025.07.15 21:08:54.537128 [ 260 ] {57238e2d-483f-4ea6-a8c8-a593324b40d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4188 | 2025.07.15 21:08:54.537476 [ 260 ] {57238e2d-483f-4ea6-a8c8-a593324b40d6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4189 | 2025.07.15 21:08:54.537689 [ 260 ] {57238e2d-483f-4ea6-a8c8-a593324b40d6} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4190 | 2025.07.15 21:08:54.537823 [ 260 ] {57238e2d-483f-4ea6-a8c8-a593324b40d6} <Debug> executeQuery: Read 679 rows, 55.18 KiB in 0.001495 sec., 454180.60200668895 rows/sec., 36.05 MiB/sec. | ||
4191 | 2025.07.15 21:08:54.537862 [ 260 ] {57238e2d-483f-4ea6-a8c8-a593324b40d6} <Debug> TCPHandler: Processed in 0.001668613 sec. | ||
4192 | 2025.07.15 21:08:54.537989 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4193 | 2025.07.15 21:08:54.538084 [ 260 ] {9b6e791f-12b9-424c-9317-ed5287519f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4194 | 2025.07.15 21:08:54.538125 [ 260 ] {9b6e791f-12b9-424c-9317-ed5287519f5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4195 | 2025.07.15 21:08:54.538568 [ 260 ] {9b6e791f-12b9-424c-9317-ed5287519f5e} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4196 | 2025.07.15 21:08:54.538605 [ 260 ] {9b6e791f-12b9-424c-9317-ed5287519f5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4197 | 2025.07.15 21:08:54.538914 [ 260 ] {9b6e791f-12b9-424c-9317-ed5287519f5e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4198 | 2025.07.15 21:08:54.539123 [ 260 ] {9b6e791f-12b9-424c-9317-ed5287519f5e} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4199 | 2025.07.15 21:08:54.539230 [ 79 ] {} <Debug> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4200 | 2025.07.15 21:08:54.539251 [ 260 ] {9b6e791f-12b9-424c-9317-ed5287519f5e} <Debug> executeQuery: Read 137 rows, 8.72 KiB in 0.001185 sec., 115611.81434599156 rows/sec., 7.18 MiB/sec. | ||
4201 | 2025.07.15 21:08:54.539297 [ 79 ] {} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4202 | 2025.07.15 21:08:54.539307 [ 260 ] {9b6e791f-12b9-424c-9317-ed5287519f5e} <Debug> TCPHandler: Processed in 0.001369696 sec. | ||
4203 | 2025.07.15 21:08:54.539326 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4204 | 2025.07.15 21:08:54.539434 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4205 | 2025.07.15 21:08:54.539459 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::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 | ||
4206 | 2025.07.15 21:08:54.539533 [ 260 ] {f03cffa9-b852-4375-bb4c-1763de36c2e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4207 | 2025.07.15 21:08:54.539576 [ 260 ] {f03cffa9-b852-4375-bb4c-1763de36c2e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4208 | 2025.07.15 21:08:54.539602 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4209 | 2025.07.15 21:08:54.539645 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 156 rows starting from the beginning of the part | ||
4210 | 2025.07.15 21:08:54.539719 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 145 rows starting from the beginning of the part | ||
4211 | 2025.07.15 21:08:54.539773 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 9 rows starting from the beginning of the part | ||
4212 | 2025.07.15 21:08:54.539824 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 137 rows starting from the beginning of the part | ||
4213 | 2025.07.15 21:08:54.539869 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part | ||
4214 | 2025.07.15 21:08:54.539917 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 137 rows starting from the beginning of the part | ||
4215 | 2025.07.15 21:08:54.540015 [ 260 ] {f03cffa9-b852-4375-bb4c-1763de36c2e4} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4216 | 2025.07.15 21:08:54.540056 [ 260 ] {f03cffa9-b852-4375-bb4c-1763de36c2e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4217 | 2025.07.15 21:08:54.540556 [ 260 ] {f03cffa9-b852-4375-bb4c-1763de36c2e4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4218 | 2025.07.15 21:08:54.540798 [ 260 ] {f03cffa9-b852-4375-bb4c-1763de36c2e4} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4219 | 2025.07.15 21:08:54.540935 [ 260 ] {f03cffa9-b852-4375-bb4c-1763de36c2e4} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001422 sec., 79465.54149085794 rows/sec., 5.14 MiB/sec. | ||
4220 | 2025.07.15 21:08:54.540974 [ 260 ] {f03cffa9-b852-4375-bb4c-1763de36c2e4} <Debug> TCPHandler: Processed in 0.001590981 sec. | ||
4221 | 2025.07.15 21:08:54.541074 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 597 rows, containing 5 columns (5 merged, 0 gathered) in 0.001675353 sec., 356342.8125296579 rows/sec., 23.76 MiB/sec. | ||
4222 | 2025.07.15 21:08:54.541090 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4223 | 2025.07.15 21:08:54.541186 [ 260 ] {8d724137-d1d7-4b48-a3b2-ed8c5e4400c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
4224 | 2025.07.15 21:08:54.541223 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4225 | 2025.07.15 21:08:54.541227 [ 260 ] {8d724137-d1d7-4b48-a3b2-ed8c5e4400c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4226 | 2025.07.15 21:08:54.541487 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_21_4} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4227 | 2025.07.15 21:08:54.541562 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_21_4} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4228 | 2025.07.15 21:08:54.541638 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
4229 | 2025.07.15 21:08:54.541671 [ 260 ] {8d724137-d1d7-4b48-a3b2-ed8c5e4400c7} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4230 | 2025.07.15 21:08:54.541711 [ 260 ] {8d724137-d1d7-4b48-a3b2-ed8c5e4400c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4231 | 2025.07.15 21:08:54.542011 [ 260 ] {8d724137-d1d7-4b48-a3b2-ed8c5e4400c7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4232 | 2025.07.15 21:08:54.542219 [ 260 ] {8d724137-d1d7-4b48-a3b2-ed8c5e4400c7} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4233 | 2025.07.15 21:08:54.542344 [ 260 ] {8d724137-d1d7-4b48-a3b2-ed8c5e4400c7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001176 sec., 95238.09523809524 rows/sec., 5.43 MiB/sec. | ||
4234 | 2025.07.15 21:08:54.542383 [ 260 ] {8d724137-d1d7-4b48-a3b2-ed8c5e4400c7} <Debug> TCPHandler: Processed in 0.001342735 sec. | ||
4235 | 2025.07.15 21:08:54.542519 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4236 | 2025.07.15 21:08:54.542614 [ 260 ] {e6897680-5482-46f4-890c-3eac7a5ffe4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4237 | 2025.07.15 21:08:54.542652 [ 260 ] {e6897680-5482-46f4-890c-3eac7a5ffe4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4238 | 2025.07.15 21:08:54.543204 [ 260 ] {e6897680-5482-46f4-890c-3eac7a5ffe4e} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4239 | 2025.07.15 21:08:54.543241 [ 260 ] {e6897680-5482-46f4-890c-3eac7a5ffe4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4240 | 2025.07.15 21:08:54.543557 [ 260 ] {e6897680-5482-46f4-890c-3eac7a5ffe4e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4241 | 2025.07.15 21:08:54.543771 [ 260 ] {e6897680-5482-46f4-890c-3eac7a5ffe4e} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4242 | 2025.07.15 21:08:54.543899 [ 260 ] {e6897680-5482-46f4-890c-3eac7a5ffe4e} <Debug> executeQuery: Read 413 rows, 30.07 KiB in 0.001304 sec., 316717.7914110429 rows/sec., 22.52 MiB/sec. | ||
4243 | 2025.07.15 21:08:54.543960 [ 260 ] {e6897680-5482-46f4-890c-3eac7a5ffe4e} <Debug> TCPHandler: Processed in 0.001489639 sec. | ||
4244 | 2025.07.15 21:08:54.544073 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4245 | 2025.07.15 21:08:54.544166 [ 260 ] {f20285b8-c8a9-4320-8d5f-2feb8eb80d1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
4246 | 2025.07.15 21:08:54.544207 [ 260 ] {f20285b8-c8a9-4320-8d5f-2feb8eb80d1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4247 | 2025.07.15 21:08:54.544541 [ 260 ] {f20285b8-c8a9-4320-8d5f-2feb8eb80d1d} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4248 | 2025.07.15 21:08:54.544577 [ 260 ] {f20285b8-c8a9-4320-8d5f-2feb8eb80d1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4249 | 2025.07.15 21:08:54.544874 [ 260 ] {f20285b8-c8a9-4320-8d5f-2feb8eb80d1d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4250 | 2025.07.15 21:08:54.545093 [ 260 ] {f20285b8-c8a9-4320-8d5f-2feb8eb80d1d} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4251 | 2025.07.15 21:08:54.545221 [ 260 ] {f20285b8-c8a9-4320-8d5f-2feb8eb80d1d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001073 sec., 5591.798695246971 rows/sec., 292.15 KiB/sec. | ||
4252 | 2025.07.15 21:08:54.545257 [ 260 ] {f20285b8-c8a9-4320-8d5f-2feb8eb80d1d} <Debug> TCPHandler: Processed in 0.001233732 sec. | ||
4253 | 2025.07.15 21:08:54.545364 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4254 | 2025.07.15 21:08:54.545458 [ 260 ] {bce4d4ed-0be5-44c5-abc4-f7ef48ba7749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4255 | 2025.07.15 21:08:54.545500 [ 260 ] {bce4d4ed-0be5-44c5-abc4-f7ef48ba7749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4256 | 2025.07.15 21:08:54.545912 [ 260 ] {bce4d4ed-0be5-44c5-abc4-f7ef48ba7749} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4257 | 2025.07.15 21:08:54.545948 [ 260 ] {bce4d4ed-0be5-44c5-abc4-f7ef48ba7749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4258 | 2025.07.15 21:08:54.546276 [ 260 ] {bce4d4ed-0be5-44c5-abc4-f7ef48ba7749} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4259 | 2025.07.15 21:08:54.546486 [ 260 ] {bce4d4ed-0be5-44c5-abc4-f7ef48ba7749} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4260 | 2025.07.15 21:08:54.546618 [ 260 ] {bce4d4ed-0be5-44c5-abc4-f7ef48ba7749} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001178 sec., 201188.45500848896 rows/sec., 13.49 MiB/sec. | ||
4261 | 2025.07.15 21:08:54.546654 [ 260 ] {bce4d4ed-0be5-44c5-abc4-f7ef48ba7749} <Debug> TCPHandler: Processed in 0.001339124 sec. | ||
4262 | 2025.07.15 21:08:54.546766 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4263 | 2025.07.15 21:08:54.546859 [ 260 ] {be76877f-cca2-4efd-af94-00059a177603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
4264 | 2025.07.15 21:08:54.546901 [ 260 ] {be76877f-cca2-4efd-af94-00059a177603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4265 | 2025.07.15 21:08:54.547211 [ 260 ] {be76877f-cca2-4efd-af94-00059a177603} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4266 | 2025.07.15 21:08:54.547247 [ 260 ] {be76877f-cca2-4efd-af94-00059a177603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4267 | 2025.07.15 21:08:54.547536 [ 260 ] {be76877f-cca2-4efd-af94-00059a177603} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4268 | 2025.07.15 21:08:54.547745 [ 260 ] {be76877f-cca2-4efd-af94-00059a177603} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4269 | 2025.07.15 21:08:54.547871 [ 260 ] {be76877f-cca2-4efd-af94-00059a177603} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001029 sec., 971.8172983479107 rows/sec., 65.48 KiB/sec. | ||
4270 | 2025.07.15 21:08:54.547906 [ 260 ] {be76877f-cca2-4efd-af94-00059a177603} <Debug> TCPHandler: Processed in 0.001188701 sec. | ||
4271 | 2025.07.15 21:08:54.548011 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4272 | 2025.07.15 21:08:54.548103 [ 260 ] {4672ddea-8c96-4738-a4bb-6e88c1766866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4273 | 2025.07.15 21:08:54.548157 [ 260 ] {4672ddea-8c96-4738-a4bb-6e88c1766866} <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 | ||
4274 | 2025.07.15 21:08:54.548974 [ 260 ] {4672ddea-8c96-4738-a4bb-6e88c1766866} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4275 | 2025.07.15 21:08:54.549010 [ 260 ] {4672ddea-8c96-4738-a4bb-6e88c1766866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4276 | 2025.07.15 21:08:54.549556 [ 260 ] {4672ddea-8c96-4738-a4bb-6e88c1766866} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4277 | 2025.07.15 21:08:54.549786 [ 260 ] {4672ddea-8c96-4738-a4bb-6e88c1766866} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4278 | 2025.07.15 21:08:54.549926 [ 260 ] {4672ddea-8c96-4738-a4bb-6e88c1766866} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.001841 sec., 16838.67463335144 rows/sec., 30.17 MiB/sec. | ||
4279 | 2025.07.15 21:08:54.549986 [ 260 ] {4672ddea-8c96-4738-a4bb-6e88c1766866} <Debug> TCPHandler: Processed in 0.002024473 sec. | ||
4280 | 2025.07.15 21:08:54.550099 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4281 | 2025.07.15 21:08:54.550194 [ 260 ] {c21f7bf0-83af-4586-a949-2fa082396c20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4282 | 2025.07.15 21:08:54.550236 [ 260 ] {c21f7bf0-83af-4586-a949-2fa082396c20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4283 | 2025.07.15 21:08:54.550561 [ 260 ] {c21f7bf0-83af-4586-a949-2fa082396c20} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4284 | 2025.07.15 21:08:54.550598 [ 260 ] {c21f7bf0-83af-4586-a949-2fa082396c20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4285 | 2025.07.15 21:08:54.550928 [ 260 ] {c21f7bf0-83af-4586-a949-2fa082396c20} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4286 | 2025.07.15 21:08:54.551141 [ 260 ] {c21f7bf0-83af-4586-a949-2fa082396c20} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4287 | 2025.07.15 21:08:54.551266 [ 260 ] {c21f7bf0-83af-4586-a949-2fa082396c20} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00109 sec., 75229.35779816513 rows/sec., 4.78 MiB/sec. | ||
4288 | 2025.07.15 21:08:54.551301 [ 260 ] {c21f7bf0-83af-4586-a949-2fa082396c20} <Debug> TCPHandler: Processed in 0.001251342 sec. | ||
4289 | 2025.07.15 21:08:57.974087 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4290 | 2025.07.15 21:08:57.974159 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4291 | 2025.07.15 21:08:58.110354 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
4292 | 2025.07.15 21:08:58.110854 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4293 | 2025.07.15 21:08:58.110895 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4294 | 2025.07.15 21:08:58.111489 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4295 | 2025.07.15 21:08:58.111753 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4296 | 2025.07.15 21:08:58.111899 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
4297 | 2025.07.15 21:08:58.657254 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
4298 | 2025.07.15 21:08:58.672888 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4299 | 2025.07.15 21:08:58.672956 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4300 | 2025.07.15 21:08:58.678933 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4301 | 2025.07.15 21:08:58.679676 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4302 | 2025.07.15 21:08:58.682634 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
4303 | 2025.07.15 21:08:59.528250 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4304 | 2025.07.15 21:08:59.528428 [ 260 ] {c006058d-9a7b-4995-a747-a5553e39f9b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4305 | 2025.07.15 21:08:59.528496 [ 260 ] {c006058d-9a7b-4995-a747-a5553e39f9b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4306 | 2025.07.15 21:08:59.529243 [ 260 ] {c006058d-9a7b-4995-a747-a5553e39f9b1} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4307 | 2025.07.15 21:08:59.529292 [ 260 ] {c006058d-9a7b-4995-a747-a5553e39f9b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4308 | 2025.07.15 21:08:59.529710 [ 260 ] {c006058d-9a7b-4995-a747-a5553e39f9b1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4309 | 2025.07.15 21:08:59.529951 [ 260 ] {c006058d-9a7b-4995-a747-a5553e39f9b1} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4310 | 2025.07.15 21:08:59.530095 [ 71 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4311 | 2025.07.15 21:08:59.530122 [ 260 ] {c006058d-9a7b-4995-a747-a5553e39f9b1} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001746 sec., 42382.588774341355 rows/sec., 3.45 MiB/sec. | ||
4312 | 2025.07.15 21:08:59.530163 [ 71 ] {} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4313 | 2025.07.15 21:08:59.530190 [ 260 ] {c006058d-9a7b-4995-a747-a5553e39f9b1} <Debug> TCPHandler: Processed in 0.002078224 sec. | ||
4314 | 2025.07.15 21:08:59.530217 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4315 | 2025.07.15 21:08:59.530327 [ 200 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::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 | ||
4316 | 2025.07.15 21:08:59.530341 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4317 | 2025.07.15 21:08:59.530419 [ 200 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4318 | 2025.07.15 21:08:59.530447 [ 200 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 704 rows starting from the beginning of the part | ||
4319 | 2025.07.15 21:08:59.530452 [ 260 ] {ed03dee0-6cd4-48a3-8a90-882e4738b037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4320 | 2025.07.15 21:08:59.530500 [ 260 ] {ed03dee0-6cd4-48a3-8a90-882e4738b037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4321 | 2025.07.15 21:08:59.530504 [ 200 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 679 rows starting from the beginning of the part | ||
4322 | 2025.07.15 21:08:59.530554 [ 200 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1217 rows starting from the beginning of the part | ||
4323 | 2025.07.15 21:08:59.530597 [ 200 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
4324 | 2025.07.15 21:08:59.530636 [ 200 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 679 rows starting from the beginning of the part | ||
4325 | 2025.07.15 21:08:59.530677 [ 200 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 74 rows starting from the beginning of the part | ||
4326 | 2025.07.15 21:08:59.530947 [ 260 ] {ed03dee0-6cd4-48a3-8a90-882e4738b037} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4327 | 2025.07.15 21:08:59.530986 [ 260 ] {ed03dee0-6cd4-48a3-8a90-882e4738b037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4328 | 2025.07.15 21:08:59.531301 [ 260 ] {ed03dee0-6cd4-48a3-8a90-882e4738b037} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4329 | 2025.07.15 21:08:59.531521 [ 260 ] {ed03dee0-6cd4-48a3-8a90-882e4738b037} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4330 | 2025.07.15 21:08:59.531661 [ 260 ] {ed03dee0-6cd4-48a3-8a90-882e4738b037} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001236 sec., 7281.553398058253 rows/sec., 547.54 KiB/sec. | ||
4331 | 2025.07.15 21:08:59.531702 [ 260 ] {ed03dee0-6cd4-48a3-8a90-882e4738b037} <Debug> TCPHandler: Processed in 0.001416307 sec. | ||
4332 | 2025.07.15 21:08:59.531814 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4333 | 2025.07.15 21:08:59.531914 [ 260 ] {8ac5472a-2b52-4716-b08b-c30c38836820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4334 | 2025.07.15 21:08:59.531960 [ 260 ] {8ac5472a-2b52-4716-b08b-c30c38836820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4335 | 2025.07.15 21:08:59.532083 [ 197 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3409 rows, containing 5 columns (5 merged, 0 gathered) in 0.001801457 sec., 1892357.130922359 rows/sec., 159.49 MiB/sec. | ||
4336 | 2025.07.15 21:08:59.532318 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4337 | 2025.07.15 21:08:59.532394 [ 260 ] {8ac5472a-2b52-4716-b08b-c30c38836820} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4338 | 2025.07.15 21:08:59.532433 [ 260 ] {8ac5472a-2b52-4716-b08b-c30c38836820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4339 | 2025.07.15 21:08:59.532567 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_31_6} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4340 | 2025.07.15 21:08:59.532633 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_31_6} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4341 | 2025.07.15 21:08:59.532707 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. | ||
4342 | 2025.07.15 21:08:59.532770 [ 260 ] {8ac5472a-2b52-4716-b08b-c30c38836820} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4343 | 2025.07.15 21:08:59.532982 [ 260 ] {8ac5472a-2b52-4716-b08b-c30c38836820} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4344 | 2025.07.15 21:08:59.533099 [ 70 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4345 | 2025.07.15 21:08:59.533115 [ 260 ] {8ac5472a-2b52-4716-b08b-c30c38836820} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001222 sec., 59738.134206219314 rows/sec., 4.66 MiB/sec. | ||
4346 | 2025.07.15 21:08:59.533165 [ 70 ] {} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4347 | 2025.07.15 21:08:59.533176 [ 260 ] {8ac5472a-2b52-4716-b08b-c30c38836820} <Debug> TCPHandler: Processed in 0.001412906 sec. | ||
4348 | 2025.07.15 21:08:59.533196 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4349 | 2025.07.15 21:08:59.533296 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4350 | 2025.07.15 21:08:59.533298 [ 197 ] {356f697c-9853-4710-92c4-0a2e48007ad7::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 | ||
4351 | 2025.07.15 21:08:59.533399 [ 260 ] {3c464798-027a-4226-b246-13183d44ba7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4352 | 2025.07.15 21:08:59.533448 [ 260 ] {3c464798-027a-4226-b246-13183d44ba7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4353 | 2025.07.15 21:08:59.533457 [ 197 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4354 | 2025.07.15 21:08:59.533496 [ 197 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 454 rows starting from the beginning of the part | ||
4355 | 2025.07.15 21:08:59.533563 [ 197 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 413 rows starting from the beginning of the part | ||
4356 | 2025.07.15 21:08:59.533610 [ 197 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 533 rows starting from the beginning of the part | ||
4357 | 2025.07.15 21:08:59.533650 [ 197 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
4358 | 2025.07.15 21:08:59.533690 [ 197 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 413 rows starting from the beginning of the part | ||
4359 | 2025.07.15 21:08:59.533731 [ 197 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 73 rows starting from the beginning of the part | ||
4360 | 2025.07.15 21:08:59.533864 [ 260 ] {3c464798-027a-4226-b246-13183d44ba7f} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4361 | 2025.07.15 21:08:59.533908 [ 260 ] {3c464798-027a-4226-b246-13183d44ba7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4362 | 2025.07.15 21:08:59.534303 [ 260 ] {3c464798-027a-4226-b246-13183d44ba7f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4363 | 2025.07.15 21:08:59.534552 [ 260 ] {3c464798-027a-4226-b246-13183d44ba7f} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4364 | 2025.07.15 21:08:59.534665 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4365 | 2025.07.15 21:08:59.534690 [ 260 ] {3c464798-027a-4226-b246-13183d44ba7f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001311 sec., 122044.24103737604 rows/sec., 8.50 MiB/sec. | ||
4366 | 2025.07.15 21:08:59.534705 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4367 | 2025.07.15 21:08:59.534732 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4368 | 2025.07.15 21:08:59.534737 [ 260 ] {3c464798-027a-4226-b246-13183d44ba7f} <Debug> TCPHandler: Processed in 0.001491298 sec. | ||
4369 | 2025.07.15 21:08:59.534804 [ 196 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
4370 | 2025.07.15 21:08:59.534854 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4371 | 2025.07.15 21:08:59.534885 [ 196 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4372 | 2025.07.15 21:08:59.534910 [ 196 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4269 rows starting from the beginning of the part | ||
4373 | 2025.07.15 21:08:59.534957 [ 260 ] {dd1e6152-7419-4af7-b890-00e99cbe0fd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4374 | 2025.07.15 21:08:59.534960 [ 192 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 5 columns (5 merged, 0 gathered) in 0.001703864 sec., 1144457.5388646042 rows/sec., 87.42 MiB/sec. | ||
4375 | 2025.07.15 21:08:59.534979 [ 196 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part | ||
4376 | 2025.07.15 21:08:59.535018 [ 260 ] {dd1e6152-7419-4af7-b890-00e99cbe0fd1} <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 | ||
4377 | 2025.07.15 21:08:59.535032 [ 196 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4583 rows starting from the beginning of the part | ||
4378 | 2025.07.15 21:08:59.535073 [ 196 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 128 rows starting from the beginning of the part | ||
4379 | 2025.07.15 21:08:59.535110 [ 196 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part | ||
4380 | 2025.07.15 21:08:59.535150 [ 196 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
4381 | 2025.07.15 21:08:59.535206 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4382 | 2025.07.15 21:08:59.535537 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_31_6} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4383 | 2025.07.15 21:08:59.535620 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_31_6} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4384 | 2025.07.15 21:08:59.535733 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
4385 | 2025.07.15 21:08:59.535795 [ 260 ] {dd1e6152-7419-4af7-b890-00e99cbe0fd1} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4386 | 2025.07.15 21:08:59.535838 [ 260 ] {dd1e6152-7419-4af7-b890-00e99cbe0fd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4387 | 2025.07.15 21:08:59.536442 [ 260 ] {dd1e6152-7419-4af7-b890-00e99cbe0fd1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4388 | 2025.07.15 21:08:59.536686 [ 260 ] {dd1e6152-7419-4af7-b890-00e99cbe0fd1} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4389 | 2025.07.15 21:08:59.536810 [ 70 ] {} <Debug> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4390 | 2025.07.15 21:08:59.536834 [ 260 ] {dd1e6152-7419-4af7-b890-00e99cbe0fd1} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001898 sec., 4741.833508956796 rows/sec., 8.50 MiB/sec. | ||
4391 | 2025.07.15 21:08:59.536873 [ 70 ] {} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4392 | 2025.07.15 21:08:59.536900 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4393 | 2025.07.15 21:08:59.536937 [ 260 ] {dd1e6152-7419-4af7-b890-00e99cbe0fd1} <Debug> TCPHandler: Processed in 0.002132305 sec. | ||
4394 | 2025.07.15 21:08:59.536973 [ 197 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
4395 | 2025.07.15 21:08:59.537054 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4396 | 2025.07.15 21:08:59.537153 [ 260 ] {7d73bc41-995c-435d-9cc8-7b7c59e9b852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4397 | 2025.07.15 21:08:59.537189 [ 197 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4398 | 2025.07.15 21:08:59.537198 [ 260 ] {7d73bc41-995c-435d-9cc8-7b7c59e9b852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4399 | 2025.07.15 21:08:59.537248 [ 197 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 362 rows starting from the beginning of the part | ||
4400 | 2025.07.15 21:08:59.537366 [ 197 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 9 rows starting from the beginning of the part | ||
4401 | 2025.07.15 21:08:59.537479 [ 197 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part | ||
4402 | 2025.07.15 21:08:59.537555 [ 260 ] {7d73bc41-995c-435d-9cc8-7b7c59e9b852} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4403 | 2025.07.15 21:08:59.537584 [ 197 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 9 rows starting from the beginning of the part | ||
4404 | 2025.07.15 21:08:59.537596 [ 260 ] {7d73bc41-995c-435d-9cc8-7b7c59e9b852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4405 | 2025.07.15 21:08:59.537692 [ 197 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 31 rows starting from the beginning of the part | ||
4406 | 2025.07.15 21:08:59.537800 [ 197 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 9 rows starting from the beginning of the part | ||
4407 | 2025.07.15 21:08:59.537959 [ 260 ] {7d73bc41-995c-435d-9cc8-7b7c59e9b852} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4408 | 2025.07.15 21:08:59.538243 [ 260 ] {7d73bc41-995c-435d-9cc8-7b7c59e9b852} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4409 | 2025.07.15 21:08:59.538371 [ 70 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4410 | 2025.07.15 21:08:59.538392 [ 260 ] {7d73bc41-995c-435d-9cc8-7b7c59e9b852} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001259 sec., 47656.87053216839 rows/sec., 3.21 MiB/sec. | ||
4411 | 2025.07.15 21:08:59.538403 [ 70 ] {} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4412 | 2025.07.15 21:08:59.538433 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4413 | 2025.07.15 21:08:59.538438 [ 260 ] {7d73bc41-995c-435d-9cc8-7b7c59e9b852} <Debug> TCPHandler: Processed in 0.001433407 sec. | ||
4414 | 2025.07.15 21:08:59.538514 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
4415 | 2025.07.15 21:08:59.538617 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4416 | 2025.07.15 21:08:59.538647 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1530 rows starting from the beginning of the part | ||
4417 | 2025.07.15 21:08:59.538708 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part | ||
4418 | 2025.07.15 21:08:59.538762 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part | ||
4419 | 2025.07.15 21:08:59.538807 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part | ||
4420 | 2025.07.15 21:08:59.538849 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part | ||
4421 | 2025.07.15 21:08:59.538892 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
4422 | 2025.07.15 21:08:59.539126 [ 196 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9614 rows, containing 5 columns (5 merged, 0 gathered) in 0.004352643 sec., 2208772.9225668176 rows/sec., 149.66 MiB/sec. | ||
4423 | 2025.07.15 21:08:59.539396 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4424 | 2025.07.15 21:08:59.539703 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4425 | 2025.07.15 21:08:59.539774 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4426 | 2025.07.15 21:08:59.539837 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. | ||
4427 | 2025.07.15 21:08:59.540239 [ 196 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1814 rows, containing 4 columns (4 merged, 0 gathered) in 0.001765196 sec., 1027647.9212506714 rows/sec., 67.83 MiB/sec. | ||
4428 | 2025.07.15 21:08:59.540491 [ 188 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4429 | 2025.07.15 21:08:59.540742 [ 188 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_31_6} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4430 | 2025.07.15 21:08:59.540807 [ 188 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_31_6} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4431 | 2025.07.15 21:08:59.540876 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
4432 | 2025.07.15 21:08:59.541591 [ 188 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 451 rows, containing 19 columns (19 merged, 0 gathered) in 0.00465005 sec., 96988.20442790937 rows/sec., 173.80 MiB/sec. | ||
4433 | 2025.07.15 21:08:59.542246 [ 197 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4434 | 2025.07.15 21:08:59.542566 [ 197 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4435 | 2025.07.15 21:08:59.542637 [ 197 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4436 | 2025.07.15 21:08:59.542723 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. | ||
4437 | 2025.07.15 21:09:00.000148 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.88 MiB, peak 236.16 MiB, free memory in arenas 0.00 B, will set to 229.15 MiB (RSS), difference: 3.27 MiB | ||
4438 | 2025.07.15 21:09:03.119666 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 616 | ||
4439 | 2025.07.15 21:09:03.122103 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4440 | 2025.07.15 21:09:03.122154 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4441 | 2025.07.15 21:09:03.123377 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4442 | 2025.07.15 21:09:03.123670 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4443 | 2025.07.15 21:09:03.123806 [ 67 ] {} <Debug> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4444 | 2025.07.15 21:09:03.123842 [ 67 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4445 | 2025.07.15 21:09:03.123861 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4446 | 2025.07.15 21:09:03.123989 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::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 | ||
4447 | 2025.07.15 21:09:03.124030 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 616 | ||
4448 | 2025.07.15 21:09:03.124567 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4449 | 2025.07.15 21:09:03.124718 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 414 rows starting from the beginning of the part | ||
4450 | 2025.07.15 21:09:03.125109 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part | ||
4451 | 2025.07.15 21:09:03.125451 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part | ||
4452 | 2025.07.15 21:09:03.125779 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part | ||
4453 | 2025.07.15 21:09:03.126098 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 62 rows starting from the beginning of the part | ||
4454 | 2025.07.15 21:09:03.126424 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part | ||
4455 | 2025.07.15 21:09:03.132631 [ 197 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 616 rows, containing 72 columns (72 merged, 0 gathered) in 0.008704425 sec., 70768.60332532016 rows/sec., 62.24 MiB/sec. | ||
4456 | 2025.07.15 21:09:03.133473 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4457 | 2025.07.15 21:09:03.134028 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_16_3} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4458 | 2025.07.15 21:09:03.134108 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_16_3} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4459 | 2025.07.15 21:09:03.134275 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.95 MiB. | ||
4460 | 2025.07.15 21:09:04.534087 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4461 | 2025.07.15 21:09:04.534266 [ 260 ] {43b090c9-979e-4a05-b33b-8d449051e2c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
4462 | 2025.07.15 21:09:04.534333 [ 260 ] {43b090c9-979e-4a05-b33b-8d449051e2c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
4463 | 2025.07.15 21:09:04.535099 [ 260 ] {43b090c9-979e-4a05-b33b-8d449051e2c2} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4464 | 2025.07.15 21:09:04.535145 [ 260 ] {43b090c9-979e-4a05-b33b-8d449051e2c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4465 | 2025.07.15 21:09:04.535565 [ 260 ] {43b090c9-979e-4a05-b33b-8d449051e2c2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4466 | 2025.07.15 21:09:04.535797 [ 260 ] {43b090c9-979e-4a05-b33b-8d449051e2c2} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4467 | 2025.07.15 21:09:04.535925 [ 65 ] {} <Debug> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
4468 | 2025.07.15 21:09:04.535956 [ 260 ] {43b090c9-979e-4a05-b33b-8d449051e2c2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00174 sec., 121839.08045977012 rows/sec., 7.75 MiB/sec. | ||
4469 | 2025.07.15 21:09:04.535990 [ 65 ] {} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4470 | 2025.07.15 21:09:04.536016 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4471 | 2025.07.15 21:09:04.536018 [ 260 ] {43b090c9-979e-4a05-b33b-8d449051e2c2} <Debug> TCPHandler: Processed in 0.002057203 sec. | ||
4472 | 2025.07.15 21:09:04.536137 [ 198 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::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 | ||
4473 | 2025.07.15 21:09:04.536173 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4474 | 2025.07.15 21:09:04.536283 [ 198 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4475 | 2025.07.15 21:09:04.536285 [ 260 ] {17f796ae-ec0e-4682-85d2-5fc73f0dbd6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
4476 | 2025.07.15 21:09:04.536326 [ 198 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 212 rows starting from the beginning of the part | ||
4477 | 2025.07.15 21:09:04.536351 [ 260 ] {17f796ae-ec0e-4682-85d2-5fc73f0dbd6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4478 | 2025.07.15 21:09:04.536398 [ 198 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part | ||
4479 | 2025.07.15 21:09:04.536449 [ 198 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part | ||
4480 | 2025.07.15 21:09:04.536487 [ 198 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part | ||
4481 | 2025.07.15 21:09:04.536526 [ 198 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part | ||
4482 | 2025.07.15 21:09:04.536776 [ 260 ] {17f796ae-ec0e-4682-85d2-5fc73f0dbd6b} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4483 | 2025.07.15 21:09:04.536820 [ 260 ] {17f796ae-ec0e-4682-85d2-5fc73f0dbd6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4484 | 2025.07.15 21:09:04.537145 [ 260 ] {17f796ae-ec0e-4682-85d2-5fc73f0dbd6b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4485 | 2025.07.15 21:09:04.537369 [ 260 ] {17f796ae-ec0e-4682-85d2-5fc73f0dbd6b} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4486 | 2025.07.15 21:09:04.537400 [ 194 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001315783 sec., 805603.9635715007 rows/sec., 54.31 MiB/sec. | ||
4487 | 2025.07.15 21:09:04.537507 [ 260 ] {17f796ae-ec0e-4682-85d2-5fc73f0dbd6b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001247 sec., 1603.849238171612 rows/sec., 130.78 KiB/sec. | ||
4488 | 2025.07.15 21:09:04.537552 [ 260 ] {17f796ae-ec0e-4682-85d2-5fc73f0dbd6b} <Debug> TCPHandler: Processed in 0.001434158 sec. | ||
4489 | 2025.07.15 21:09:04.537562 [ 194 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
4490 | 2025.07.15 21:09:04.537667 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4491 | 2025.07.15 21:09:04.537770 [ 260 ] {87f02c30-c68c-4147-90d1-7c4ec7e42950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4492 | 2025.07.15 21:09:04.537813 [ 260 ] {87f02c30-c68c-4147-90d1-7c4ec7e42950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4493 | 2025.07.15 21:09:04.537846 [ 194 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_9_2} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4494 | 2025.07.15 21:09:04.537924 [ 194 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_9_2} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
4495 | 2025.07.15 21:09:04.538011 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
4496 | 2025.07.15 21:09:04.538597 [ 260 ] {87f02c30-c68c-4147-90d1-7c4ec7e42950} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4497 | 2025.07.15 21:09:04.538642 [ 260 ] {87f02c30-c68c-4147-90d1-7c4ec7e42950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4498 | 2025.07.15 21:09:04.539020 [ 260 ] {87f02c30-c68c-4147-90d1-7c4ec7e42950} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4499 | 2025.07.15 21:09:04.539238 [ 260 ] {87f02c30-c68c-4147-90d1-7c4ec7e42950} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4500 | 2025.07.15 21:09:04.539371 [ 260 ] {87f02c30-c68c-4147-90d1-7c4ec7e42950} <Debug> executeQuery: Read 680 rows, 55.26 KiB in 0.001622 sec., 419235.51171393343 rows/sec., 33.27 MiB/sec. | ||
4501 | 2025.07.15 21:09:04.539409 [ 260 ] {87f02c30-c68c-4147-90d1-7c4ec7e42950} <Debug> TCPHandler: Processed in 0.001793437 sec. | ||
4502 | 2025.07.15 21:09:04.539524 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4503 | 2025.07.15 21:09:04.539619 [ 260 ] {035d8937-63d8-4f3f-b09a-80df61c2d0d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4504 | 2025.07.15 21:09:04.539661 [ 260 ] {035d8937-63d8-4f3f-b09a-80df61c2d0d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4505 | 2025.07.15 21:09:04.540109 [ 260 ] {035d8937-63d8-4f3f-b09a-80df61c2d0d1} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4506 | 2025.07.15 21:09:04.540145 [ 260 ] {035d8937-63d8-4f3f-b09a-80df61c2d0d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4507 | 2025.07.15 21:09:04.540456 [ 260 ] {035d8937-63d8-4f3f-b09a-80df61c2d0d1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4508 | 2025.07.15 21:09:04.540670 [ 260 ] {035d8937-63d8-4f3f-b09a-80df61c2d0d1} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4509 | 2025.07.15 21:09:04.540801 [ 260 ] {035d8937-63d8-4f3f-b09a-80df61c2d0d1} <Debug> executeQuery: Read 139 rows, 8.86 KiB in 0.001201 sec., 115736.885928393 rows/sec., 7.20 MiB/sec. | ||
4510 | 2025.07.15 21:09:04.540838 [ 260 ] {035d8937-63d8-4f3f-b09a-80df61c2d0d1} <Debug> TCPHandler: Processed in 0.001364626 sec. | ||
4511 | 2025.07.15 21:09:04.540947 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4512 | 2025.07.15 21:09:04.541041 [ 260 ] {8775d1f2-fe81-47b0-a28d-964d65811d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4513 | 2025.07.15 21:09:04.541082 [ 260 ] {8775d1f2-fe81-47b0-a28d-964d65811d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4514 | 2025.07.15 21:09:04.541502 [ 260 ] {8775d1f2-fe81-47b0-a28d-964d65811d12} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4515 | 2025.07.15 21:09:04.541538 [ 260 ] {8775d1f2-fe81-47b0-a28d-964d65811d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4516 | 2025.07.15 21:09:04.541840 [ 260 ] {8775d1f2-fe81-47b0-a28d-964d65811d12} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4517 | 2025.07.15 21:09:04.542051 [ 260 ] {8775d1f2-fe81-47b0-a28d-964d65811d12} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4518 | 2025.07.15 21:09:04.542161 [ 65 ] {} <Debug> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
4519 | 2025.07.15 21:09:04.542178 [ 260 ] {8775d1f2-fe81-47b0-a28d-964d65811d12} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001156 sec., 97750.86505190312 rows/sec., 6.33 MiB/sec. | ||
4520 | 2025.07.15 21:09:04.542199 [ 65 ] {} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4521 | 2025.07.15 21:09:04.542222 [ 260 ] {8775d1f2-fe81-47b0-a28d-964d65811d12} <Debug> TCPHandler: Processed in 0.001325304 sec. | ||
4522 | 2025.07.15 21:09:04.542223 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4523 | 2025.07.15 21:09:04.542319 [ 198 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::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 | ||
4524 | 2025.07.15 21:09:04.542353 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4525 | 2025.07.15 21:09:04.542424 [ 198 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4526 | 2025.07.15 21:09:04.542450 [ 260 ] {66f82668-3fdd-42f2-ae69-80d93ae373e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
4527 | 2025.07.15 21:09:04.542453 [ 198 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 113 rows starting from the beginning of the part | ||
4528 | 2025.07.15 21:09:04.542499 [ 260 ] {66f82668-3fdd-42f2-ae69-80d93ae373e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4529 | 2025.07.15 21:09:04.542521 [ 198 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 113 rows starting from the beginning of the part | ||
4530 | 2025.07.15 21:09:04.542564 [ 198 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part | ||
4531 | 2025.07.15 21:09:04.542598 [ 198 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part | ||
4532 | 2025.07.15 21:09:04.542630 [ 198 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 113 rows starting from the beginning of the part | ||
4533 | 2025.07.15 21:09:04.542666 [ 198 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 113 rows starting from the beginning of the part | ||
4534 | 2025.07.15 21:09:04.542940 [ 260 ] {66f82668-3fdd-42f2-ae69-80d93ae373e5} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4535 | 2025.07.15 21:09:04.542983 [ 260 ] {66f82668-3fdd-42f2-ae69-80d93ae373e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4536 | 2025.07.15 21:09:04.543323 [ 260 ] {66f82668-3fdd-42f2-ae69-80d93ae373e5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4537 | 2025.07.15 21:09:04.543507 [ 197 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 793 rows, containing 5 columns (5 merged, 0 gathered) in 0.001223881 sec., 647938.8110445378 rows/sec., 44.97 MiB/sec. | ||
4538 | 2025.07.15 21:09:04.543536 [ 260 ] {66f82668-3fdd-42f2-ae69-80d93ae373e5} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4539 | 2025.07.15 21:09:04.543639 [ 65 ] {} <Debug> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
4540 | 2025.07.15 21:09:04.543666 [ 260 ] {66f82668-3fdd-42f2-ae69-80d93ae373e5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001234 sec., 90761.75040518638 rows/sec., 5.17 MiB/sec. | ||
4541 | 2025.07.15 21:09:04.543673 [ 65 ] {} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4542 | 2025.07.15 21:09:04.543700 [ 189 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
4543 | 2025.07.15 21:09:04.543706 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4544 | 2025.07.15 21:09:04.543711 [ 260 ] {66f82668-3fdd-42f2-ae69-80d93ae373e5} <Debug> TCPHandler: Processed in 0.001407697 sec. | ||
4545 | 2025.07.15 21:09:04.543801 [ 198 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::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 | ||
4546 | 2025.07.15 21:09:04.543845 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4547 | 2025.07.15 21:09:04.543894 [ 198 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4548 | 2025.07.15 21:09:04.543926 [ 198 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 112 rows starting from the beginning of the part | ||
4549 | 2025.07.15 21:09:04.543948 [ 260 ] {2797067e-91ba-4231-8800-8c775f4c119a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4550 | 2025.07.15 21:09:04.543973 [ 198 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 112 rows starting from the beginning of the part | ||
4551 | 2025.07.15 21:09:04.543995 [ 260 ] {2797067e-91ba-4231-8800-8c775f4c119a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4552 | 2025.07.15 21:09:04.544016 [ 198 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 112 rows starting from the beginning of the part | ||
4553 | 2025.07.15 21:09:04.544022 [ 189 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_10_2} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4554 | 2025.07.15 21:09:04.544063 [ 198 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 112 rows starting from the beginning of the part | ||
4555 | 2025.07.15 21:09:04.544100 [ 198 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 112 rows starting from the beginning of the part | ||
4556 | 2025.07.15 21:09:04.544119 [ 189 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_10_2} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
4557 | 2025.07.15 21:09:04.544233 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
4558 | 2025.07.15 21:09:04.544564 [ 260 ] {2797067e-91ba-4231-8800-8c775f4c119a} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4559 | 2025.07.15 21:09:04.544606 [ 260 ] {2797067e-91ba-4231-8800-8c775f4c119a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4560 | 2025.07.15 21:09:04.544807 [ 198 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001053697 sec., 531462.080655065 rows/sec., 32.30 MiB/sec. | ||
4561 | 2025.07.15 21:09:04.544973 [ 260 ] {2797067e-91ba-4231-8800-8c775f4c119a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4562 | 2025.07.15 21:09:04.545005 [ 199 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
4563 | 2025.07.15 21:09:04.545237 [ 260 ] {2797067e-91ba-4231-8800-8c775f4c119a} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4564 | 2025.07.15 21:09:04.545382 [ 260 ] {2797067e-91ba-4231-8800-8c775f4c119a} <Debug> executeQuery: Read 415 rows, 30.23 KiB in 0.001452 sec., 285812.6721763085 rows/sec., 20.33 MiB/sec. | ||
4565 | 2025.07.15 21:09:04.545393 [ 199 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_9_2} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4566 | 2025.07.15 21:09:04.545425 [ 260 ] {2797067e-91ba-4231-8800-8c775f4c119a} <Debug> TCPHandler: Processed in 0.001629182 sec. | ||
4567 | 2025.07.15 21:09:04.545485 [ 199 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_9_2} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
4568 | 2025.07.15 21:09:04.545550 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4569 | 2025.07.15 21:09:04.545587 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
4570 | 2025.07.15 21:09:04.545648 [ 260 ] {8fa8d954-e1d7-4315-812d-ec241412cc06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
4571 | 2025.07.15 21:09:04.545693 [ 260 ] {8fa8d954-e1d7-4315-812d-ec241412cc06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4572 | 2025.07.15 21:09:04.546047 [ 260 ] {8fa8d954-e1d7-4315-812d-ec241412cc06} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4573 | 2025.07.15 21:09:04.546087 [ 260 ] {8fa8d954-e1d7-4315-812d-ec241412cc06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4574 | 2025.07.15 21:09:04.546407 [ 260 ] {8fa8d954-e1d7-4315-812d-ec241412cc06} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4575 | 2025.07.15 21:09:04.546619 [ 260 ] {8fa8d954-e1d7-4315-812d-ec241412cc06} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4576 | 2025.07.15 21:09:04.546751 [ 260 ] {8fa8d954-e1d7-4315-812d-ec241412cc06} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001121 sec., 5352.3639607493305 rows/sec., 279.64 KiB/sec. | ||
4577 | 2025.07.15 21:09:04.546789 [ 260 ] {8fa8d954-e1d7-4315-812d-ec241412cc06} <Debug> TCPHandler: Processed in 0.001287783 sec. | ||
4578 | 2025.07.15 21:09:04.546908 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4579 | 2025.07.15 21:09:04.547004 [ 260 ] {8e49811d-c24e-4402-979d-254e4a7e7b02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4580 | 2025.07.15 21:09:04.547047 [ 260 ] {8e49811d-c24e-4402-979d-254e4a7e7b02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4581 | 2025.07.15 21:09:04.547473 [ 260 ] {8e49811d-c24e-4402-979d-254e4a7e7b02} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4582 | 2025.07.15 21:09:04.547508 [ 260 ] {8e49811d-c24e-4402-979d-254e4a7e7b02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4583 | 2025.07.15 21:09:04.547843 [ 260 ] {8e49811d-c24e-4402-979d-254e4a7e7b02} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4584 | 2025.07.15 21:09:04.548055 [ 260 ] {8e49811d-c24e-4402-979d-254e4a7e7b02} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4585 | 2025.07.15 21:09:04.548183 [ 260 ] {8e49811d-c24e-4402-979d-254e4a7e7b02} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001198 sec., 198664.44073455757 rows/sec., 13.32 MiB/sec. | ||
4586 | 2025.07.15 21:09:04.548219 [ 260 ] {8e49811d-c24e-4402-979d-254e4a7e7b02} <Debug> TCPHandler: Processed in 0.001359765 sec. | ||
4587 | 2025.07.15 21:09:04.548332 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4588 | 2025.07.15 21:09:04.548425 [ 260 ] {3b3c362a-a6db-466d-8db3-ba1fa0f30670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
4589 | 2025.07.15 21:09:04.548468 [ 260 ] {3b3c362a-a6db-466d-8db3-ba1fa0f30670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4590 | 2025.07.15 21:09:04.548768 [ 260 ] {3b3c362a-a6db-466d-8db3-ba1fa0f30670} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4591 | 2025.07.15 21:09:04.548802 [ 260 ] {3b3c362a-a6db-466d-8db3-ba1fa0f30670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4592 | 2025.07.15 21:09:04.549103 [ 260 ] {3b3c362a-a6db-466d-8db3-ba1fa0f30670} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4593 | 2025.07.15 21:09:04.549307 [ 260 ] {3b3c362a-a6db-466d-8db3-ba1fa0f30670} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4594 | 2025.07.15 21:09:04.549433 [ 260 ] {3b3c362a-a6db-466d-8db3-ba1fa0f30670} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001026 sec., 974.6588693957115 rows/sec., 65.68 KiB/sec. | ||
4595 | 2025.07.15 21:09:04.549469 [ 260 ] {3b3c362a-a6db-466d-8db3-ba1fa0f30670} <Debug> TCPHandler: Processed in 0.001186341 sec. | ||
4596 | 2025.07.15 21:09:04.549569 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4597 | 2025.07.15 21:09:04.549660 [ 260 ] {e27e8878-d3e6-4933-9cf0-d98bfef54188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4598 | 2025.07.15 21:09:04.549715 [ 260 ] {e27e8878-d3e6-4933-9cf0-d98bfef54188} <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 | ||
4599 | 2025.07.15 21:09:04.550557 [ 260 ] {e27e8878-d3e6-4933-9cf0-d98bfef54188} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4600 | 2025.07.15 21:09:04.550593 [ 260 ] {e27e8878-d3e6-4933-9cf0-d98bfef54188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4601 | 2025.07.15 21:09:04.551132 [ 260 ] {e27e8878-d3e6-4933-9cf0-d98bfef54188} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4602 | 2025.07.15 21:09:04.551349 [ 260 ] {e27e8878-d3e6-4933-9cf0-d98bfef54188} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4603 | 2025.07.15 21:09:04.551484 [ 260 ] {e27e8878-d3e6-4933-9cf0-d98bfef54188} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.001841 sec., 16838.67463335144 rows/sec., 30.17 MiB/sec. | ||
4604 | 2025.07.15 21:09:04.551546 [ 260 ] {e27e8878-d3e6-4933-9cf0-d98bfef54188} <Debug> TCPHandler: Processed in 0.002024352 sec. | ||
4605 | 2025.07.15 21:09:04.551654 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4606 | 2025.07.15 21:09:04.551748 [ 260 ] {f5c4c883-379c-433c-bcb7-fde2ac61e257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4607 | 2025.07.15 21:09:04.551788 [ 260 ] {f5c4c883-379c-433c-bcb7-fde2ac61e257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4608 | 2025.07.15 21:09:04.552119 [ 260 ] {f5c4c883-379c-433c-bcb7-fde2ac61e257} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4609 | 2025.07.15 21:09:04.552152 [ 260 ] {f5c4c883-379c-433c-bcb7-fde2ac61e257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4610 | 2025.07.15 21:09:04.552451 [ 260 ] {f5c4c883-379c-433c-bcb7-fde2ac61e257} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4611 | 2025.07.15 21:09:04.552657 [ 260 ] {f5c4c883-379c-433c-bcb7-fde2ac61e257} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4612 | 2025.07.15 21:09:04.552782 [ 260 ] {f5c4c883-379c-433c-bcb7-fde2ac61e257} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001053 sec., 77872.74453941121 rows/sec., 4.95 MiB/sec. | ||
4613 | 2025.07.15 21:09:04.552817 [ 260 ] {f5c4c883-379c-433c-bcb7-fde2ac61e257} <Debug> TCPHandler: Processed in 0.001211641 sec. | ||
4614 | 2025.07.15 21:09:05.612939 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
4615 | 2025.07.15 21:09:05.613463 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4616 | 2025.07.15 21:09:05.613509 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4617 | 2025.07.15 21:09:05.614019 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4618 | 2025.07.15 21:09:05.614263 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4619 | 2025.07.15 21:09:05.614411 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
4620 | 2025.07.15 21:09:06.183653 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
4621 | 2025.07.15 21:09:06.199908 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4622 | 2025.07.15 21:09:06.199977 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4623 | 2025.07.15 21:09:06.206480 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4624 | 2025.07.15 21:09:06.207220 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4625 | 2025.07.15 21:09:06.210065 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
4626 | 2025.07.15 21:09:09.527899 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4627 | 2025.07.15 21:09:09.528096 [ 260 ] {2f0efdcd-95d6-4eb7-8aa5-de155fab3edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4628 | 2025.07.15 21:09:09.528168 [ 260 ] {2f0efdcd-95d6-4eb7-8aa5-de155fab3edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4629 | 2025.07.15 21:09:09.528878 [ 260 ] {2f0efdcd-95d6-4eb7-8aa5-de155fab3edc} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4630 | 2025.07.15 21:09:09.528925 [ 260 ] {2f0efdcd-95d6-4eb7-8aa5-de155fab3edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4631 | 2025.07.15 21:09:09.529355 [ 260 ] {2f0efdcd-95d6-4eb7-8aa5-de155fab3edc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4632 | 2025.07.15 21:09:09.529599 [ 260 ] {2f0efdcd-95d6-4eb7-8aa5-de155fab3edc} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4633 | 2025.07.15 21:09:09.529767 [ 260 ] {2f0efdcd-95d6-4eb7-8aa5-de155fab3edc} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001725 sec., 42898.55072463768 rows/sec., 3.49 MiB/sec. | ||
4634 | 2025.07.15 21:09:09.529816 [ 260 ] {2f0efdcd-95d6-4eb7-8aa5-de155fab3edc} <Debug> TCPHandler: Processed in 0.002048293 sec. | ||
4635 | 2025.07.15 21:09:09.529952 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4636 | 2025.07.15 21:09:09.530048 [ 260 ] {f141879e-4958-4b2a-aafe-45b402b2c475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4637 | 2025.07.15 21:09:09.530092 [ 260 ] {f141879e-4958-4b2a-aafe-45b402b2c475} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4638 | 2025.07.15 21:09:09.530514 [ 260 ] {f141879e-4958-4b2a-aafe-45b402b2c475} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4639 | 2025.07.15 21:09:09.530553 [ 260 ] {f141879e-4958-4b2a-aafe-45b402b2c475} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4640 | 2025.07.15 21:09:09.530877 [ 260 ] {f141879e-4958-4b2a-aafe-45b402b2c475} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4641 | 2025.07.15 21:09:09.531091 [ 260 ] {f141879e-4958-4b2a-aafe-45b402b2c475} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4642 | 2025.07.15 21:09:09.531227 [ 260 ] {f141879e-4958-4b2a-aafe-45b402b2c475} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.0012 sec., 7500.000000000001 rows/sec., 563.96 KiB/sec. | ||
4643 | 2025.07.15 21:09:09.531266 [ 260 ] {f141879e-4958-4b2a-aafe-45b402b2c475} <Debug> TCPHandler: Processed in 0.001364686 sec. | ||
4644 | 2025.07.15 21:09:09.531385 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4645 | 2025.07.15 21:09:09.531479 [ 260 ] {77b09221-698e-4b5b-a743-3c71930828d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4646 | 2025.07.15 21:09:09.531520 [ 260 ] {77b09221-698e-4b5b-a743-3c71930828d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4647 | 2025.07.15 21:09:09.531943 [ 260 ] {77b09221-698e-4b5b-a743-3c71930828d8} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4648 | 2025.07.15 21:09:09.531980 [ 260 ] {77b09221-698e-4b5b-a743-3c71930828d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4649 | 2025.07.15 21:09:09.532293 [ 260 ] {77b09221-698e-4b5b-a743-3c71930828d8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4650 | 2025.07.15 21:09:09.532504 [ 260 ] {77b09221-698e-4b5b-a743-3c71930828d8} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4651 | 2025.07.15 21:09:09.532639 [ 260 ] {77b09221-698e-4b5b-a743-3c71930828d8} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001178 sec., 61969.43972835314 rows/sec., 4.84 MiB/sec. | ||
4652 | 2025.07.15 21:09:09.532677 [ 260 ] {77b09221-698e-4b5b-a743-3c71930828d8} <Debug> TCPHandler: Processed in 0.001342285 sec. | ||
4653 | 2025.07.15 21:09:09.532793 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4654 | 2025.07.15 21:09:09.532886 [ 260 ] {c47367c9-50f3-45b5-aaaa-6d226aa3d622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4655 | 2025.07.15 21:09:09.532958 [ 260 ] {c47367c9-50f3-45b5-aaaa-6d226aa3d622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4656 | 2025.07.15 21:09:09.533479 [ 260 ] {c47367c9-50f3-45b5-aaaa-6d226aa3d622} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4657 | 2025.07.15 21:09:09.533525 [ 260 ] {c47367c9-50f3-45b5-aaaa-6d226aa3d622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4658 | 2025.07.15 21:09:09.533934 [ 260 ] {c47367c9-50f3-45b5-aaaa-6d226aa3d622} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4659 | 2025.07.15 21:09:09.534166 [ 260 ] {c47367c9-50f3-45b5-aaaa-6d226aa3d622} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4660 | 2025.07.15 21:09:09.534317 [ 260 ] {c47367c9-50f3-45b5-aaaa-6d226aa3d622} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001449 sec., 110420.97998619737 rows/sec., 7.69 MiB/sec. | ||
4661 | 2025.07.15 21:09:09.534357 [ 260 ] {c47367c9-50f3-45b5-aaaa-6d226aa3d622} <Debug> TCPHandler: Processed in 0.001613182 sec. | ||
4662 | 2025.07.15 21:09:09.534463 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4663 | 2025.07.15 21:09:09.534560 [ 260 ] {94a4d912-a0f4-4ba6-a210-dec8eaf3efc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4664 | 2025.07.15 21:09:09.534619 [ 260 ] {94a4d912-a0f4-4ba6-a210-dec8eaf3efc6} <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 | ||
4665 | 2025.07.15 21:09:09.535379 [ 260 ] {94a4d912-a0f4-4ba6-a210-dec8eaf3efc6} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4666 | 2025.07.15 21:09:09.535416 [ 260 ] {94a4d912-a0f4-4ba6-a210-dec8eaf3efc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4667 | 2025.07.15 21:09:09.535929 [ 260 ] {94a4d912-a0f4-4ba6-a210-dec8eaf3efc6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4668 | 2025.07.15 21:09:09.536156 [ 260 ] {94a4d912-a0f4-4ba6-a210-dec8eaf3efc6} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4669 | 2025.07.15 21:09:09.536298 [ 260 ] {94a4d912-a0f4-4ba6-a210-dec8eaf3efc6} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001757 sec., 5122.367672168469 rows/sec., 9.18 MiB/sec. | ||
4670 | 2025.07.15 21:09:09.536359 [ 260 ] {94a4d912-a0f4-4ba6-a210-dec8eaf3efc6} <Debug> TCPHandler: Processed in 0.00194543 sec. | ||
4671 | 2025.07.15 21:09:09.536473 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4672 | 2025.07.15 21:09:09.536570 [ 260 ] {23da7e40-afdb-4c60-9f17-3ad60a7454bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4673 | 2025.07.15 21:09:09.536613 [ 260 ] {23da7e40-afdb-4c60-9f17-3ad60a7454bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4674 | 2025.07.15 21:09:09.536953 [ 260 ] {23da7e40-afdb-4c60-9f17-3ad60a7454bc} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4675 | 2025.07.15 21:09:09.536991 [ 260 ] {23da7e40-afdb-4c60-9f17-3ad60a7454bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4676 | 2025.07.15 21:09:09.537297 [ 260 ] {23da7e40-afdb-4c60-9f17-3ad60a7454bc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4677 | 2025.07.15 21:09:09.537525 [ 260 ] {23da7e40-afdb-4c60-9f17-3ad60a7454bc} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4678 | 2025.07.15 21:09:09.537656 [ 260 ] {23da7e40-afdb-4c60-9f17-3ad60a7454bc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. | ||
4679 | 2025.07.15 21:09:09.537692 [ 260 ] {23da7e40-afdb-4c60-9f17-3ad60a7454bc} <Debug> TCPHandler: Processed in 0.001268853 sec. | ||
4680 | 2025.07.15 21:09:12.974202 [ 9 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4681 | 2025.07.15 21:09:12.974267 [ 9 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4682 | 2025.07.15 21:09:13.114473 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
4683 | 2025.07.15 21:09:13.115016 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4684 | 2025.07.15 21:09:13.115055 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4685 | 2025.07.15 21:09:13.115547 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4686 | 2025.07.15 21:09:13.115782 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4687 | 2025.07.15 21:09:13.115928 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
4688 | 2025.07.15 21:09:13.125208 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 652 | ||
4689 | 2025.07.15 21:09:13.127621 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4690 | 2025.07.15 21:09:13.127684 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4691 | 2025.07.15 21:09:13.128927 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4692 | 2025.07.15 21:09:13.129202 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4693 | 2025.07.15 21:09:13.129505 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 652 | ||
4694 | 2025.07.15 21:09:13.711102 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
4695 | 2025.07.15 21:09:13.728509 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4696 | 2025.07.15 21:09:13.728572 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4697 | 2025.07.15 21:09:13.734735 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4698 | 2025.07.15 21:09:13.735451 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4699 | 2025.07.15 21:09:13.738583 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
4700 | 2025.07.15 21:09:14.534605 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4701 | 2025.07.15 21:09:14.534786 [ 260 ] {3b30714f-a079-4682-b6b9-be3338064635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
4702 | 2025.07.15 21:09:14.534855 [ 260 ] {3b30714f-a079-4682-b6b9-be3338064635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
4703 | 2025.07.15 21:09:14.535635 [ 260 ] {3b30714f-a079-4682-b6b9-be3338064635} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4704 | 2025.07.15 21:09:14.535684 [ 260 ] {3b30714f-a079-4682-b6b9-be3338064635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4705 | 2025.07.15 21:09:14.536102 [ 260 ] {3b30714f-a079-4682-b6b9-be3338064635} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4706 | 2025.07.15 21:09:14.536328 [ 260 ] {3b30714f-a079-4682-b6b9-be3338064635} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4707 | 2025.07.15 21:09:14.536488 [ 260 ] {3b30714f-a079-4682-b6b9-be3338064635} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001751 sec., 121073.67218732153 rows/sec., 7.70 MiB/sec. | ||
4708 | 2025.07.15 21:09:14.536541 [ 260 ] {3b30714f-a079-4682-b6b9-be3338064635} <Debug> TCPHandler: Processed in 0.002068913 sec. | ||
4709 | 2025.07.15 21:09:14.536689 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4710 | 2025.07.15 21:09:14.536797 [ 260 ] {fc6758fe-fdb0-40e2-92e8-097bf0f132b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4711 | 2025.07.15 21:09:14.536843 [ 260 ] {fc6758fe-fdb0-40e2-92e8-097bf0f132b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4712 | 2025.07.15 21:09:14.537579 [ 260 ] {fc6758fe-fdb0-40e2-92e8-097bf0f132b2} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4713 | 2025.07.15 21:09:14.537622 [ 260 ] {fc6758fe-fdb0-40e2-92e8-097bf0f132b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4714 | 2025.07.15 21:09:14.538023 [ 260 ] {fc6758fe-fdb0-40e2-92e8-097bf0f132b2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4715 | 2025.07.15 21:09:14.538271 [ 260 ] {fc6758fe-fdb0-40e2-92e8-097bf0f132b2} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4716 | 2025.07.15 21:09:14.538422 [ 260 ] {fc6758fe-fdb0-40e2-92e8-097bf0f132b2} <Debug> executeQuery: Read 681 rows, 55.38 KiB in 0.001648 sec., 413228.1553398058 rows/sec., 32.82 MiB/sec. | ||
4717 | 2025.07.15 21:09:14.538464 [ 260 ] {fc6758fe-fdb0-40e2-92e8-097bf0f132b2} <Debug> TCPHandler: Processed in 0.001832787 sec. | ||
4718 | 2025.07.15 21:09:14.538603 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4719 | 2025.07.15 21:09:14.538705 [ 260 ] {080ca789-67eb-48f5-9be7-561daaf3a361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4720 | 2025.07.15 21:09:14.538748 [ 260 ] {080ca789-67eb-48f5-9be7-561daaf3a361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4721 | 2025.07.15 21:09:14.539219 [ 260 ] {080ca789-67eb-48f5-9be7-561daaf3a361} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4722 | 2025.07.15 21:09:14.539258 [ 260 ] {080ca789-67eb-48f5-9be7-561daaf3a361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4723 | 2025.07.15 21:09:14.539574 [ 260 ] {080ca789-67eb-48f5-9be7-561daaf3a361} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4724 | 2025.07.15 21:09:14.539800 [ 260 ] {080ca789-67eb-48f5-9be7-561daaf3a361} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4725 | 2025.07.15 21:09:14.539940 [ 260 ] {080ca789-67eb-48f5-9be7-561daaf3a361} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001256 sec., 109872.61146496815 rows/sec., 6.84 MiB/sec. | ||
4726 | 2025.07.15 21:09:14.539979 [ 260 ] {080ca789-67eb-48f5-9be7-561daaf3a361} <Debug> TCPHandler: Processed in 0.001426797 sec. | ||
4727 | 2025.07.15 21:09:14.540106 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4728 | 2025.07.15 21:09:14.540202 [ 260 ] {54495e8f-8f5c-40ab-b261-65298c76a0d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4729 | 2025.07.15 21:09:14.540242 [ 260 ] {54495e8f-8f5c-40ab-b261-65298c76a0d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4730 | 2025.07.15 21:09:14.540699 [ 260 ] {54495e8f-8f5c-40ab-b261-65298c76a0d2} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4731 | 2025.07.15 21:09:14.540737 [ 260 ] {54495e8f-8f5c-40ab-b261-65298c76a0d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4732 | 2025.07.15 21:09:14.541055 [ 260 ] {54495e8f-8f5c-40ab-b261-65298c76a0d2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4733 | 2025.07.15 21:09:14.541269 [ 260 ] {54495e8f-8f5c-40ab-b261-65298c76a0d2} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4734 | 2025.07.15 21:09:14.541403 [ 260 ] {54495e8f-8f5c-40ab-b261-65298c76a0d2} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001219 sec., 92698.93355209188 rows/sec., 6.00 MiB/sec. | ||
4735 | 2025.07.15 21:09:14.541444 [ 260 ] {54495e8f-8f5c-40ab-b261-65298c76a0d2} <Debug> TCPHandler: Processed in 0.001387486 sec. | ||
4736 | 2025.07.15 21:09:14.541569 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4737 | 2025.07.15 21:09:14.541664 [ 260 ] {53f7c1d4-f954-452d-a2d7-92777d39b927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
4738 | 2025.07.15 21:09:14.541704 [ 260 ] {53f7c1d4-f954-452d-a2d7-92777d39b927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4739 | 2025.07.15 21:09:14.542143 [ 260 ] {53f7c1d4-f954-452d-a2d7-92777d39b927} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4740 | 2025.07.15 21:09:14.542180 [ 260 ] {53f7c1d4-f954-452d-a2d7-92777d39b927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4741 | 2025.07.15 21:09:14.542493 [ 260 ] {53f7c1d4-f954-452d-a2d7-92777d39b927} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4742 | 2025.07.15 21:09:14.542705 [ 260 ] {53f7c1d4-f954-452d-a2d7-92777d39b927} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4743 | 2025.07.15 21:09:14.542835 [ 260 ] {53f7c1d4-f954-452d-a2d7-92777d39b927} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001188 sec., 94276.09427609427 rows/sec., 5.37 MiB/sec. | ||
4744 | 2025.07.15 21:09:14.542875 [ 260 ] {53f7c1d4-f954-452d-a2d7-92777d39b927} <Debug> TCPHandler: Processed in 0.001355885 sec. | ||
4745 | 2025.07.15 21:09:14.543066 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4746 | 2025.07.15 21:09:14.543164 [ 260 ] {24f2a5bd-4835-46e2-a3e2-9e9d6b3a297f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4747 | 2025.07.15 21:09:14.543214 [ 260 ] {24f2a5bd-4835-46e2-a3e2-9e9d6b3a297f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4748 | 2025.07.15 21:09:14.543875 [ 260 ] {24f2a5bd-4835-46e2-a3e2-9e9d6b3a297f} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4749 | 2025.07.15 21:09:14.543928 [ 260 ] {24f2a5bd-4835-46e2-a3e2-9e9d6b3a297f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4750 | 2025.07.15 21:09:14.544306 [ 260 ] {24f2a5bd-4835-46e2-a3e2-9e9d6b3a297f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4751 | 2025.07.15 21:09:14.544519 [ 260 ] {24f2a5bd-4835-46e2-a3e2-9e9d6b3a297f} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4752 | 2025.07.15 21:09:14.544654 [ 260 ] {24f2a5bd-4835-46e2-a3e2-9e9d6b3a297f} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.00151 sec., 274172.1854304636 rows/sec., 19.50 MiB/sec. | ||
4753 | 2025.07.15 21:09:14.544692 [ 260 ] {24f2a5bd-4835-46e2-a3e2-9e9d6b3a297f} <Debug> TCPHandler: Processed in 0.001676593 sec. | ||
4754 | 2025.07.15 21:09:14.544806 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4755 | 2025.07.15 21:09:14.544902 [ 260 ] {4ed3a606-039f-46d3-9101-6f19155f6241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
4756 | 2025.07.15 21:09:14.544945 [ 260 ] {4ed3a606-039f-46d3-9101-6f19155f6241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4757 | 2025.07.15 21:09:14.545279 [ 260 ] {4ed3a606-039f-46d3-9101-6f19155f6241} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4758 | 2025.07.15 21:09:14.545316 [ 260 ] {4ed3a606-039f-46d3-9101-6f19155f6241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4759 | 2025.07.15 21:09:14.545626 [ 260 ] {4ed3a606-039f-46d3-9101-6f19155f6241} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4760 | 2025.07.15 21:09:14.545849 [ 260 ] {4ed3a606-039f-46d3-9101-6f19155f6241} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4761 | 2025.07.15 21:09:14.545983 [ 260 ] {4ed3a606-039f-46d3-9101-6f19155f6241} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0011 sec., 5454.545454545454 rows/sec., 284.98 KiB/sec. | ||
4762 | 2025.07.15 21:09:14.546020 [ 260 ] {4ed3a606-039f-46d3-9101-6f19155f6241} <Debug> TCPHandler: Processed in 0.001264102 sec. | ||
4763 | 2025.07.15 21:09:14.546125 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4764 | 2025.07.15 21:09:14.546220 [ 260 ] {085a83b5-0c69-494f-bebe-5db903f509b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4765 | 2025.07.15 21:09:14.546264 [ 260 ] {085a83b5-0c69-494f-bebe-5db903f509b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4766 | 2025.07.15 21:09:14.546664 [ 260 ] {085a83b5-0c69-494f-bebe-5db903f509b5} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4767 | 2025.07.15 21:09:14.546703 [ 260 ] {085a83b5-0c69-494f-bebe-5db903f509b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4768 | 2025.07.15 21:09:14.547056 [ 260 ] {085a83b5-0c69-494f-bebe-5db903f509b5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4769 | 2025.07.15 21:09:14.547292 [ 260 ] {085a83b5-0c69-494f-bebe-5db903f509b5} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4770 | 2025.07.15 21:09:14.547426 [ 260 ] {085a83b5-0c69-494f-bebe-5db903f509b5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001223 sec., 193785.7726901063 rows/sec., 12.99 MiB/sec. | ||
4771 | 2025.07.15 21:09:14.547463 [ 260 ] {085a83b5-0c69-494f-bebe-5db903f509b5} <Debug> TCPHandler: Processed in 0.001386825 sec. | ||
4772 | 2025.07.15 21:09:14.547577 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4773 | 2025.07.15 21:09:14.547672 [ 260 ] {53336208-f00a-47c2-ad3b-9780e9fa456a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
4774 | 2025.07.15 21:09:14.547716 [ 260 ] {53336208-f00a-47c2-ad3b-9780e9fa456a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4775 | 2025.07.15 21:09:14.548064 [ 260 ] {53336208-f00a-47c2-ad3b-9780e9fa456a} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4776 | 2025.07.15 21:09:14.548110 [ 260 ] {53336208-f00a-47c2-ad3b-9780e9fa456a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4777 | 2025.07.15 21:09:14.548505 [ 260 ] {53336208-f00a-47c2-ad3b-9780e9fa456a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4778 | 2025.07.15 21:09:14.548755 [ 260 ] {53336208-f00a-47c2-ad3b-9780e9fa456a} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4779 | 2025.07.15 21:09:14.548872 [ 58 ] {} <Debug> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
4780 | 2025.07.15 21:09:14.548913 [ 260 ] {53336208-f00a-47c2-ad3b-9780e9fa456a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001258 sec., 794.912559618442 rows/sec., 53.56 KiB/sec. | ||
4781 | 2025.07.15 21:09:14.548936 [ 58 ] {} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4782 | 2025.07.15 21:09:14.548963 [ 260 ] {53336208-f00a-47c2-ad3b-9780e9fa456a} <Debug> TCPHandler: Processed in 0.001433467 sec. | ||
4783 | 2025.07.15 21:09:14.548962 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4784 | 2025.07.15 21:09:14.549081 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4785 | 2025.07.15 21:09:14.549103 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::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 | ||
4786 | 2025.07.15 21:09:14.549180 [ 260 ] {18c28ffe-96e2-4a57-883c-0497a83ef065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4787 | 2025.07.15 21:09:14.549239 [ 260 ] {18c28ffe-96e2-4a57-883c-0497a83ef065} <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 | ||
4788 | 2025.07.15 21:09:14.549255 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4789 | 2025.07.15 21:09:14.549301 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
4790 | 2025.07.15 21:09:14.549372 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
4791 | 2025.07.15 21:09:14.549422 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
4792 | 2025.07.15 21:09:14.549468 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
4793 | 2025.07.15 21:09:14.549511 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
4794 | 2025.07.15 21:09:14.549555 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
4795 | 2025.07.15 21:09:14.550086 [ 260 ] {18c28ffe-96e2-4a57-883c-0497a83ef065} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4796 | 2025.07.15 21:09:14.550127 [ 260 ] {18c28ffe-96e2-4a57-883c-0497a83ef065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4797 | 2025.07.15 21:09:14.550452 [ 198 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.001406537 sec., 7109.660108479194 rows/sec., 479.07 KiB/sec. | ||
4798 | 2025.07.15 21:09:14.550593 [ 193 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
4799 | 2025.07.15 21:09:14.550708 [ 260 ] {18c28ffe-96e2-4a57-883c-0497a83ef065} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4800 | 2025.07.15 21:09:14.550921 [ 193 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_10_2} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4801 | 2025.07.15 21:09:14.551001 [ 193 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_10_2} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
4802 | 2025.07.15 21:09:14.551011 [ 260 ] {18c28ffe-96e2-4a57-883c-0497a83ef065} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4803 | 2025.07.15 21:09:14.551075 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
4804 | 2025.07.15 21:09:14.551167 [ 260 ] {18c28ffe-96e2-4a57-883c-0497a83ef065} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002003 sec., 15976.03594608088 rows/sec., 28.63 MiB/sec. | ||
4805 | 2025.07.15 21:09:14.551234 [ 260 ] {18c28ffe-96e2-4a57-883c-0497a83ef065} <Debug> TCPHandler: Processed in 0.002202317 sec. | ||
4806 | 2025.07.15 21:09:14.551352 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4807 | 2025.07.15 21:09:14.551446 [ 260 ] {9dd52062-818a-45ba-aef6-b309db235c4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4808 | 2025.07.15 21:09:14.551487 [ 260 ] {9dd52062-818a-45ba-aef6-b309db235c4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4809 | 2025.07.15 21:09:14.551827 [ 260 ] {9dd52062-818a-45ba-aef6-b309db235c4c} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4810 | 2025.07.15 21:09:14.551862 [ 260 ] {9dd52062-818a-45ba-aef6-b309db235c4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4811 | 2025.07.15 21:09:14.552260 [ 260 ] {9dd52062-818a-45ba-aef6-b309db235c4c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4812 | 2025.07.15 21:09:14.552471 [ 260 ] {9dd52062-818a-45ba-aef6-b309db235c4c} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4813 | 2025.07.15 21:09:14.552600 [ 260 ] {9dd52062-818a-45ba-aef6-b309db235c4c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001171 sec., 70025.61912894962 rows/sec., 4.45 MiB/sec. | ||
4814 | 2025.07.15 21:09:14.552638 [ 260 ] {9dd52062-818a-45ba-aef6-b309db235c4c} <Debug> TCPHandler: Processed in 0.001335374 sec. | ||
4815 | 2025.07.15 21:09:19.555006 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4816 | 2025.07.15 21:09:19.555286 [ 260 ] {ac17f0fe-7970-4bef-b4d1-9d98f6efbb6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
4817 | 2025.07.15 21:09:19.555373 [ 260 ] {ac17f0fe-7970-4bef-b4d1-9d98f6efbb6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4818 | 2025.07.15 21:09:19.556047 [ 260 ] {ac17f0fe-7970-4bef-b4d1-9d98f6efbb6a} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4819 | 2025.07.15 21:09:19.556099 [ 260 ] {ac17f0fe-7970-4bef-b4d1-9d98f6efbb6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4820 | 2025.07.15 21:09:19.556494 [ 260 ] {ac17f0fe-7970-4bef-b4d1-9d98f6efbb6a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4821 | 2025.07.15 21:09:19.556727 [ 260 ] {ac17f0fe-7970-4bef-b4d1-9d98f6efbb6a} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4822 | 2025.07.15 21:09:19.556889 [ 260 ] {ac17f0fe-7970-4bef-b4d1-9d98f6efbb6a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001671 sec., 2393.77618192699 rows/sec., 195.20 KiB/sec. | ||
4823 | 2025.07.15 21:09:19.556942 [ 260 ] {ac17f0fe-7970-4bef-b4d1-9d98f6efbb6a} <Debug> TCPHandler: Processed in 0.002108515 sec. | ||
4824 | 2025.07.15 21:09:19.557075 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4825 | 2025.07.15 21:09:19.557180 [ 260 ] {de2075a2-812f-4c22-b86f-fb91116de057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4826 | 2025.07.15 21:09:19.557223 [ 260 ] {de2075a2-812f-4c22-b86f-fb91116de057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4827 | 2025.07.15 21:09:19.558323 [ 260 ] {de2075a2-812f-4c22-b86f-fb91116de057} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4828 | 2025.07.15 21:09:19.558362 [ 260 ] {de2075a2-812f-4c22-b86f-fb91116de057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4829 | 2025.07.15 21:09:19.558757 [ 260 ] {de2075a2-812f-4c22-b86f-fb91116de057} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4830 | 2025.07.15 21:09:19.558974 [ 260 ] {de2075a2-812f-4c22-b86f-fb91116de057} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4831 | 2025.07.15 21:09:19.559110 [ 260 ] {de2075a2-812f-4c22-b86f-fb91116de057} <Debug> executeQuery: Read 1216 rows, 102.43 KiB in 0.001952 sec., 622950.8196721312 rows/sec., 51.24 MiB/sec. | ||
4832 | 2025.07.15 21:09:19.559152 [ 260 ] {de2075a2-812f-4c22-b86f-fb91116de057} <Debug> TCPHandler: Processed in 0.002129265 sec. | ||
4833 | 2025.07.15 21:09:19.559275 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4834 | 2025.07.15 21:09:19.559372 [ 260 ] {7e7b0c9a-3018-4cdb-a4fa-9ab4d7ba2637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4835 | 2025.07.15 21:09:19.559414 [ 260 ] {7e7b0c9a-3018-4cdb-a4fa-9ab4d7ba2637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4836 | 2025.07.15 21:09:19.559832 [ 260 ] {7e7b0c9a-3018-4cdb-a4fa-9ab4d7ba2637} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4837 | 2025.07.15 21:09:19.559870 [ 260 ] {7e7b0c9a-3018-4cdb-a4fa-9ab4d7ba2637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4838 | 2025.07.15 21:09:19.560220 [ 260 ] {7e7b0c9a-3018-4cdb-a4fa-9ab4d7ba2637} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4839 | 2025.07.15 21:09:19.560430 [ 260 ] {7e7b0c9a-3018-4cdb-a4fa-9ab4d7ba2637} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4840 | 2025.07.15 21:09:19.560536 [ 57 ] {} <Debug> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4841 | 2025.07.15 21:09:19.560562 [ 260 ] {7e7b0c9a-3018-4cdb-a4fa-9ab4d7ba2637} <Debug> executeQuery: Read 13 rows, 979.00 B in 0.001209 sec., 10752.68817204301 rows/sec., 790.78 KiB/sec. | ||
4842 | 2025.07.15 21:09:19.560611 [ 260 ] {7e7b0c9a-3018-4cdb-a4fa-9ab4d7ba2637} <Debug> TCPHandler: Processed in 0.001385686 sec. | ||
4843 | 2025.07.15 21:09:19.560616 [ 57 ] {} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4844 | 2025.07.15 21:09:19.560648 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4845 | 2025.07.15 21:09:19.560727 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4846 | 2025.07.15 21:09:19.560783 [ 187 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::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 | ||
4847 | 2025.07.15 21:09:19.560826 [ 260 ] {7b0328d1-00f5-4a9c-a569-7b377e175633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4848 | 2025.07.15 21:09:19.560872 [ 260 ] {7b0328d1-00f5-4a9c-a569-7b377e175633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4849 | 2025.07.15 21:09:19.560929 [ 187 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4850 | 2025.07.15 21:09:19.560968 [ 187 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 162 rows starting from the beginning of the part | ||
4851 | 2025.07.15 21:09:19.561052 [ 187 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 9 rows starting from the beginning of the part | ||
4852 | 2025.07.15 21:09:19.561100 [ 187 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 139 rows starting from the beginning of the part | ||
4853 | 2025.07.15 21:09:19.561146 [ 187 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 9 rows starting from the beginning of the part | ||
4854 | 2025.07.15 21:09:19.561202 [ 187 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 138 rows starting from the beginning of the part | ||
4855 | 2025.07.15 21:09:19.561245 [ 187 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part | ||
4856 | 2025.07.15 21:09:19.561408 [ 260 ] {7b0328d1-00f5-4a9c-a569-7b377e175633} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4857 | 2025.07.15 21:09:19.561451 [ 260 ] {7b0328d1-00f5-4a9c-a569-7b377e175633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
4858 | 2025.07.15 21:09:19.561796 [ 260 ] {7b0328d1-00f5-4a9c-a569-7b377e175633} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4859 | 2025.07.15 21:09:19.562033 [ 260 ] {7b0328d1-00f5-4a9c-a569-7b377e175633} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4860 | 2025.07.15 21:09:19.562167 [ 260 ] {7b0328d1-00f5-4a9c-a569-7b377e175633} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001358 sec., 167893.9617083947 rows/sec., 11.37 MiB/sec. | ||
4861 | 2025.07.15 21:09:19.562174 [ 193 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 470 rows, containing 5 columns (5 merged, 0 gathered) in 0.001453178 sec., 323429.0637485566 rows/sec., 21.71 MiB/sec. | ||
4862 | 2025.07.15 21:09:19.562207 [ 260 ] {7b0328d1-00f5-4a9c-a569-7b377e175633} <Debug> TCPHandler: Processed in 0.00152848 sec. | ||
4863 | 2025.07.15 21:09:19.562324 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4864 | 2025.07.15 21:09:19.562351 [ 187 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4865 | 2025.07.15 21:09:19.562421 [ 260 ] {7af3215c-6925-4046-9a6b-010c0844222d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4866 | 2025.07.15 21:09:19.562467 [ 260 ] {7af3215c-6925-4046-9a6b-010c0844222d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4867 | 2025.07.15 21:09:19.562625 [ 187 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_26_5} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4868 | 2025.07.15 21:09:19.562703 [ 187 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_26_5} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4869 | 2025.07.15 21:09:19.562783 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
4870 | 2025.07.15 21:09:19.563113 [ 260 ] {7af3215c-6925-4046-9a6b-010c0844222d} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4871 | 2025.07.15 21:09:19.563154 [ 260 ] {7af3215c-6925-4046-9a6b-010c0844222d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4872 | 2025.07.15 21:09:19.563500 [ 260 ] {7af3215c-6925-4046-9a6b-010c0844222d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4873 | 2025.07.15 21:09:19.563713 [ 260 ] {7af3215c-6925-4046-9a6b-010c0844222d} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4874 | 2025.07.15 21:09:19.563865 [ 260 ] {7af3215c-6925-4046-9a6b-010c0844222d} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.00146 sec., 365068.4931506849 rows/sec., 27.06 MiB/sec. | ||
4875 | 2025.07.15 21:09:19.563907 [ 260 ] {7af3215c-6925-4046-9a6b-010c0844222d} <Debug> TCPHandler: Processed in 0.001631622 sec. | ||
4876 | 2025.07.15 21:09:19.564022 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4877 | 2025.07.15 21:09:19.564118 [ 260 ] {ba83c7b3-d937-42f3-be0f-e4662a81d878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4878 | 2025.07.15 21:09:19.564163 [ 260 ] {ba83c7b3-d937-42f3-be0f-e4662a81d878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4879 | 2025.07.15 21:09:19.564757 [ 260 ] {ba83c7b3-d937-42f3-be0f-e4662a81d878} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4880 | 2025.07.15 21:09:19.564793 [ 260 ] {ba83c7b3-d937-42f3-be0f-e4662a81d878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4881 | 2025.07.15 21:09:19.565200 [ 260 ] {ba83c7b3-d937-42f3-be0f-e4662a81d878} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4882 | 2025.07.15 21:09:19.565422 [ 260 ] {ba83c7b3-d937-42f3-be0f-e4662a81d878} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4883 | 2025.07.15 21:09:19.565555 [ 260 ] {ba83c7b3-d937-42f3-be0f-e4662a81d878} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.001454 sec., 606602.4759284732 rows/sec., 40.82 MiB/sec. | ||
4884 | 2025.07.15 21:09:19.565593 [ 260 ] {ba83c7b3-d937-42f3-be0f-e4662a81d878} <Debug> TCPHandler: Processed in 0.001620002 sec. | ||
4885 | 2025.07.15 21:09:19.565699 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4886 | 2025.07.15 21:09:19.565793 [ 260 ] {96728255-9924-4ad7-8c40-e11e1f25a42e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4887 | 2025.07.15 21:09:19.565849 [ 260 ] {96728255-9924-4ad7-8c40-e11e1f25a42e} <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 | ||
4888 | 2025.07.15 21:09:19.566623 [ 260 ] {96728255-9924-4ad7-8c40-e11e1f25a42e} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4889 | 2025.07.15 21:09:19.566659 [ 260 ] {96728255-9924-4ad7-8c40-e11e1f25a42e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4890 | 2025.07.15 21:09:19.567192 [ 260 ] {96728255-9924-4ad7-8c40-e11e1f25a42e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4891 | 2025.07.15 21:09:19.567420 [ 260 ] {96728255-9924-4ad7-8c40-e11e1f25a42e} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4892 | 2025.07.15 21:09:19.567564 [ 260 ] {96728255-9924-4ad7-8c40-e11e1f25a42e} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001787 sec., 5036.373810856184 rows/sec., 9.02 MiB/sec. | ||
4893 | 2025.07.15 21:09:19.567626 [ 260 ] {96728255-9924-4ad7-8c40-e11e1f25a42e} <Debug> TCPHandler: Processed in 0.001975751 sec. | ||
4894 | 2025.07.15 21:09:19.567742 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4895 | 2025.07.15 21:09:19.567837 [ 260 ] {681da647-696c-47aa-9075-cb05593d0b0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4896 | 2025.07.15 21:09:19.567880 [ 260 ] {681da647-696c-47aa-9075-cb05593d0b0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4897 | 2025.07.15 21:09:19.568228 [ 260 ] {681da647-696c-47aa-9075-cb05593d0b0d} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4898 | 2025.07.15 21:09:19.568265 [ 260 ] {681da647-696c-47aa-9075-cb05593d0b0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4899 | 2025.07.15 21:09:19.568585 [ 260 ] {681da647-696c-47aa-9075-cb05593d0b0d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4900 | 2025.07.15 21:09:19.568801 [ 260 ] {681da647-696c-47aa-9075-cb05593d0b0d} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4901 | 2025.07.15 21:09:19.568933 [ 260 ] {681da647-696c-47aa-9075-cb05593d0b0d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. | ||
4902 | 2025.07.15 21:09:19.568970 [ 260 ] {681da647-696c-47aa-9075-cb05593d0b0d} <Debug> TCPHandler: Processed in 0.001278463 sec. | ||
4903 | 2025.07.15 21:09:20.616904 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
4904 | 2025.07.15 21:09:20.617395 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4905 | 2025.07.15 21:09:20.617435 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4906 | 2025.07.15 21:09:20.617925 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4907 | 2025.07.15 21:09:20.618156 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4908 | 2025.07.15 21:09:20.618303 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
4909 | 2025.07.15 21:09:21.239549 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
4910 | 2025.07.15 21:09:21.257040 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4911 | 2025.07.15 21:09:21.257103 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4912 | 2025.07.15 21:09:21.263393 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4913 | 2025.07.15 21:09:21.264092 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4914 | 2025.07.15 21:09:21.267029 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
4915 | 2025.07.15 21:09:23.130522 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 690 | ||
4916 | 2025.07.15 21:09:23.133006 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4917 | 2025.07.15 21:09:23.133064 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4918 | 2025.07.15 21:09:23.134249 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4919 | 2025.07.15 21:09:23.134517 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4920 | 2025.07.15 21:09:23.134798 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 690 | ||
4921 | 2025.07.15 21:09:24.533817 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4922 | 2025.07.15 21:09:24.533995 [ 260 ] {9354248e-a221-4bf5-9df1-b61fc6407ceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
4923 | 2025.07.15 21:09:24.534061 [ 260 ] {9354248e-a221-4bf5-9df1-b61fc6407ceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
4924 | 2025.07.15 21:09:24.534849 [ 260 ] {9354248e-a221-4bf5-9df1-b61fc6407ceb} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4925 | 2025.07.15 21:09:24.534893 [ 260 ] {9354248e-a221-4bf5-9df1-b61fc6407ceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4926 | 2025.07.15 21:09:24.535300 [ 260 ] {9354248e-a221-4bf5-9df1-b61fc6407ceb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4927 | 2025.07.15 21:09:24.535525 [ 260 ] {9354248e-a221-4bf5-9df1-b61fc6407ceb} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4928 | 2025.07.15 21:09:24.535680 [ 260 ] {9354248e-a221-4bf5-9df1-b61fc6407ceb} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001736 sec., 122119.81566820278 rows/sec., 7.77 MiB/sec. | ||
4929 | 2025.07.15 21:09:24.535721 [ 260 ] {9354248e-a221-4bf5-9df1-b61fc6407ceb} <Debug> TCPHandler: Processed in 0.002029963 sec. | ||
4930 | 2025.07.15 21:09:24.535849 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4931 | 2025.07.15 21:09:24.535944 [ 260 ] {5ccb1973-0b6d-4226-96d1-650332bd2871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4932 | 2025.07.15 21:09:24.535985 [ 260 ] {5ccb1973-0b6d-4226-96d1-650332bd2871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4933 | 2025.07.15 21:09:24.536692 [ 260 ] {5ccb1973-0b6d-4226-96d1-650332bd2871} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4934 | 2025.07.15 21:09:24.536728 [ 260 ] {5ccb1973-0b6d-4226-96d1-650332bd2871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4935 | 2025.07.15 21:09:24.537074 [ 260 ] {5ccb1973-0b6d-4226-96d1-650332bd2871} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4936 | 2025.07.15 21:09:24.537282 [ 260 ] {5ccb1973-0b6d-4226-96d1-650332bd2871} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4937 | 2025.07.15 21:09:24.537388 [ 52 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4938 | 2025.07.15 21:09:24.537409 [ 260 ] {5ccb1973-0b6d-4226-96d1-650332bd2871} <Debug> executeQuery: Read 681 rows, 55.38 KiB in 0.001484 sec., 458894.87870619947 rows/sec., 36.45 MiB/sec. | ||
4939 | 2025.07.15 21:09:24.537425 [ 52 ] {} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4940 | 2025.07.15 21:09:24.537444 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4941 | 2025.07.15 21:09:24.537447 [ 260 ] {5ccb1973-0b6d-4226-96d1-650332bd2871} <Debug> TCPHandler: Processed in 0.001648152 sec. | ||
4942 | 2025.07.15 21:09:24.537566 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4943 | 2025.07.15 21:09:24.537572 [ 189 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::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 | ||
4944 | 2025.07.15 21:09:24.537661 [ 260 ] {824fa5c1-7619-4170-aa24-09f32e4644c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4945 | 2025.07.15 21:09:24.537705 [ 260 ] {824fa5c1-7619-4170-aa24-09f32e4644c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4946 | 2025.07.15 21:09:24.537726 [ 189 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4947 | 2025.07.15 21:09:24.537766 [ 189 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1846 rows starting from the beginning of the part | ||
4948 | 2025.07.15 21:09:24.537834 [ 189 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 680 rows starting from the beginning of the part | ||
4949 | 2025.07.15 21:09:24.537878 [ 189 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 74 rows starting from the beginning of the part | ||
4950 | 2025.07.15 21:09:24.537928 [ 189 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 681 rows starting from the beginning of the part | ||
4951 | 2025.07.15 21:09:24.537968 [ 189 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1216 rows starting from the beginning of the part | ||
4952 | 2025.07.15 21:09:24.538008 [ 189 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 681 rows starting from the beginning of the part | ||
4953 | 2025.07.15 21:09:24.538143 [ 260 ] {824fa5c1-7619-4170-aa24-09f32e4644c6} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4954 | 2025.07.15 21:09:24.538184 [ 260 ] {824fa5c1-7619-4170-aa24-09f32e4644c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
4955 | 2025.07.15 21:09:24.538517 [ 260 ] {824fa5c1-7619-4170-aa24-09f32e4644c6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4956 | 2025.07.15 21:09:24.538738 [ 260 ] {824fa5c1-7619-4170-aa24-09f32e4644c6} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4957 | 2025.07.15 21:09:24.538868 [ 260 ] {824fa5c1-7619-4170-aa24-09f32e4644c6} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001226 sec., 112561.17455138662 rows/sec., 7.00 MiB/sec. | ||
4958 | 2025.07.15 21:09:24.538905 [ 260 ] {824fa5c1-7619-4170-aa24-09f32e4644c6} <Debug> TCPHandler: Processed in 0.001388606 sec. | ||
4959 | 2025.07.15 21:09:24.539019 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4960 | 2025.07.15 21:09:24.539113 [ 260 ] {fb4d623f-f119-4621-8dfd-a5a268ff9c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4961 | 2025.07.15 21:09:24.539153 [ 260 ] {fb4d623f-f119-4621-8dfd-a5a268ff9c6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4962 | 2025.07.15 21:09:24.539571 [ 260 ] {fb4d623f-f119-4621-8dfd-a5a268ff9c6f} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4963 | 2025.07.15 21:09:24.539607 [ 260 ] {fb4d623f-f119-4621-8dfd-a5a268ff9c6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
4964 | 2025.07.15 21:09:24.539926 [ 260 ] {fb4d623f-f119-4621-8dfd-a5a268ff9c6f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4965 | 2025.07.15 21:09:24.540133 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5178 rows, containing 5 columns (5 merged, 0 gathered) in 0.002622177 sec., 1974695.072071794 rows/sec., 167.07 MiB/sec. | ||
4966 | 2025.07.15 21:09:24.540148 [ 260 ] {fb4d623f-f119-4621-8dfd-a5a268ff9c6f} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4967 | 2025.07.15 21:09:24.540305 [ 260 ] {fb4d623f-f119-4621-8dfd-a5a268ff9c6f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001211 sec., 93311.31296449216 rows/sec., 6.04 MiB/sec. | ||
4968 | 2025.07.15 21:09:24.540344 [ 260 ] {fb4d623f-f119-4621-8dfd-a5a268ff9c6f} <Debug> TCPHandler: Processed in 0.001376345 sec. | ||
4969 | 2025.07.15 21:09:24.540409 [ 193 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4970 | 2025.07.15 21:09:24.540465 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4971 | 2025.07.15 21:09:24.540563 [ 260 ] {e6091ad0-19a4-4cc1-b45d-e90857088723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
4972 | 2025.07.15 21:09:24.540606 [ 260 ] {e6091ad0-19a4-4cc1-b45d-e90857088723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4973 | 2025.07.15 21:09:24.540695 [ 193 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_36_7} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4974 | 2025.07.15 21:09:24.540776 [ 193 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_36_7} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4975 | 2025.07.15 21:09:24.540855 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. | ||
4976 | 2025.07.15 21:09:24.541026 [ 260 ] {e6091ad0-19a4-4cc1-b45d-e90857088723} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4977 | 2025.07.15 21:09:24.541068 [ 260 ] {e6091ad0-19a4-4cc1-b45d-e90857088723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4978 | 2025.07.15 21:09:24.541378 [ 260 ] {e6091ad0-19a4-4cc1-b45d-e90857088723} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4979 | 2025.07.15 21:09:24.541586 [ 260 ] {e6091ad0-19a4-4cc1-b45d-e90857088723} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4980 | 2025.07.15 21:09:24.541722 [ 260 ] {e6091ad0-19a4-4cc1-b45d-e90857088723} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001178 sec., 95076.40067911714 rows/sec., 5.42 MiB/sec. | ||
4981 | 2025.07.15 21:09:24.541761 [ 260 ] {e6091ad0-19a4-4cc1-b45d-e90857088723} <Debug> TCPHandler: Processed in 0.001345545 sec. | ||
4982 | 2025.07.15 21:09:24.541878 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4983 | 2025.07.15 21:09:24.541971 [ 260 ] {99b1747e-4728-4ba3-b4ca-72a0476c1fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4984 | 2025.07.15 21:09:24.542012 [ 260 ] {99b1747e-4728-4ba3-b4ca-72a0476c1fcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4985 | 2025.07.15 21:09:24.542546 [ 260 ] {99b1747e-4728-4ba3-b4ca-72a0476c1fcd} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4986 | 2025.07.15 21:09:24.542584 [ 260 ] {99b1747e-4728-4ba3-b4ca-72a0476c1fcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4987 | 2025.07.15 21:09:24.542930 [ 260 ] {99b1747e-4728-4ba3-b4ca-72a0476c1fcd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4988 | 2025.07.15 21:09:24.543138 [ 260 ] {99b1747e-4728-4ba3-b4ca-72a0476c1fcd} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4989 | 2025.07.15 21:09:24.543249 [ 50 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4990 | 2025.07.15 21:09:24.543268 [ 260 ] {99b1747e-4728-4ba3-b4ca-72a0476c1fcd} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001316 sec., 314589.66565349547 rows/sec., 22.37 MiB/sec. | ||
4991 | 2025.07.15 21:09:24.543315 [ 50 ] {} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4992 | 2025.07.15 21:09:24.543324 [ 260 ] {99b1747e-4728-4ba3-b4ca-72a0476c1fcd} <Debug> TCPHandler: Processed in 0.001495349 sec. | ||
4993 | 2025.07.15 21:09:24.543347 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
4994 | 2025.07.15 21:09:24.543449 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4995 | 2025.07.15 21:09:24.543464 [ 187 ] {356f697c-9853-4710-92c4-0a2e48007ad7::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 | ||
4996 | 2025.07.15 21:09:24.543549 [ 260 ] {131eea76-341d-4c20-acab-a88362ece301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
4997 | 2025.07.15 21:09:24.543595 [ 260 ] {131eea76-341d-4c20-acab-a88362ece301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4998 | 2025.07.15 21:09:24.543596 [ 187 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4999 | 2025.07.15 21:09:24.543648 [ 187 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 912 rows starting from the beginning of the part | ||
5000 | 2025.07.15 21:09:24.543722 [ 187 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 415 rows starting from the beginning of the part | ||
5001 | 2025.07.15 21:09:24.543777 [ 187 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 73 rows starting from the beginning of the part | ||
5002 | 2025.07.15 21:09:24.543832 [ 187 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 414 rows starting from the beginning of the part | ||
5003 | 2025.07.15 21:09:24.543906 [ 187 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 533 rows starting from the beginning of the part | ||
5004 | 2025.07.15 21:09:24.543931 [ 260 ] {131eea76-341d-4c20-acab-a88362ece301} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5005 | 2025.07.15 21:09:24.543973 [ 260 ] {131eea76-341d-4c20-acab-a88362ece301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5006 | 2025.07.15 21:09:24.543976 [ 187 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 414 rows starting from the beginning of the part | ||
5007 | 2025.07.15 21:09:24.544321 [ 260 ] {131eea76-341d-4c20-acab-a88362ece301} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5008 | 2025.07.15 21:09:24.544557 [ 260 ] {131eea76-341d-4c20-acab-a88362ece301} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5009 | 2025.07.15 21:09:24.544662 [ 50 ] {} <Debug> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5010 | 2025.07.15 21:09:24.544690 [ 260 ] {131eea76-341d-4c20-acab-a88362ece301} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001159 sec., 5176.876617773943 rows/sec., 270.47 KiB/sec. | ||
5011 | 2025.07.15 21:09:24.544700 [ 50 ] {} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5012 | 2025.07.15 21:09:24.544734 [ 260 ] {131eea76-341d-4c20-acab-a88362ece301} <Debug> TCPHandler: Processed in 0.001335175 sec. | ||
5013 | 2025.07.15 21:09:24.544734 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5014 | 2025.07.15 21:09:24.544830 [ 193 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::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 | ||
5015 | 2025.07.15 21:09:24.544866 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5016 | 2025.07.15 21:09:24.544927 [ 193 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5017 | 2025.07.15 21:09:24.544958 [ 193 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
5018 | 2025.07.15 21:09:24.544994 [ 260 ] {d71b6fa9-cb35-4e8c-9874-4a99bf7aa5b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5019 | 2025.07.15 21:09:24.545033 [ 193 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
5020 | 2025.07.15 21:09:24.545053 [ 260 ] {d71b6fa9-cb35-4e8c-9874-4a99bf7aa5b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5021 | 2025.07.15 21:09:24.545083 [ 193 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
5022 | 2025.07.15 21:09:24.545130 [ 193 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
5023 | 2025.07.15 21:09:24.545167 [ 193 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
5024 | 2025.07.15 21:09:24.545211 [ 193 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
5025 | 2025.07.15 21:09:24.545416 [ 201 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2761 rows, containing 5 columns (5 merged, 0 gathered) in 0.001994802 sec., 1384097.2688016153 rows/sec., 105.46 MiB/sec. | ||
5026 | 2025.07.15 21:09:24.545535 [ 260 ] {d71b6fa9-cb35-4e8c-9874-4a99bf7aa5b9} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5027 | 2025.07.15 21:09:24.545580 [ 260 ] {d71b6fa9-cb35-4e8c-9874-4a99bf7aa5b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5028 | 2025.07.15 21:09:24.545617 [ 201 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5029 | 2025.07.15 21:09:24.545948 [ 195 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_36_7} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5030 | 2025.07.15 21:09:24.545956 [ 201 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.00115965 sec., 56913.72396843876 rows/sec., 2.90 MiB/sec. | ||
5031 | 2025.07.15 21:09:24.546066 [ 195 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_36_7} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5032 | 2025.07.15 21:09:24.546099 [ 193 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5033 | 2025.07.15 21:09:24.546142 [ 260 ] {d71b6fa9-cb35-4e8c-9874-4a99bf7aa5b9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5034 | 2025.07.15 21:09:24.546167 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
5035 | 2025.07.15 21:09:24.546419 [ 193 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_11_2} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5036 | 2025.07.15 21:09:24.546496 [ 193 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_11_2} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5037 | 2025.07.15 21:09:24.546506 [ 260 ] {d71b6fa9-cb35-4e8c-9874-4a99bf7aa5b9} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5038 | 2025.07.15 21:09:24.546559 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5039 | 2025.07.15 21:09:24.546648 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5040 | 2025.07.15 21:09:24.546683 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5041 | 2025.07.15 21:09:24.546686 [ 260 ] {d71b6fa9-cb35-4e8c-9874-4a99bf7aa5b9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001715 sec., 138192.4198250729 rows/sec., 9.26 MiB/sec. | ||
5042 | 2025.07.15 21:09:24.546702 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
5043 | 2025.07.15 21:09:24.546743 [ 260 ] {d71b6fa9-cb35-4e8c-9874-4a99bf7aa5b9} <Debug> TCPHandler: Processed in 0.00193797 sec. | ||
5044 | 2025.07.15 21:09:24.546798 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
5045 | 2025.07.15 21:09:24.546900 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5046 | 2025.07.15 21:09:24.546943 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5047 | 2025.07.15 21:09:24.546983 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9614 rows starting from the beginning of the part | ||
5048 | 2025.07.15 21:09:24.547022 [ 260 ] {29a30e61-7c0a-49fd-936e-3aaf0a37e03c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
5049 | 2025.07.15 21:09:24.547048 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 238 rows starting from the beginning of the part | ||
5050 | 2025.07.15 21:09:24.547081 [ 260 ] {29a30e61-7c0a-49fd-936e-3aaf0a37e03c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5051 | 2025.07.15 21:09:24.547098 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
5052 | 2025.07.15 21:09:24.547147 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part | ||
5053 | 2025.07.15 21:09:24.547192 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 882 rows starting from the beginning of the part | ||
5054 | 2025.07.15 21:09:24.547232 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 237 rows starting from the beginning of the part | ||
5055 | 2025.07.15 21:09:24.547465 [ 260 ] {29a30e61-7c0a-49fd-936e-3aaf0a37e03c} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5056 | 2025.07.15 21:09:24.547507 [ 260 ] {29a30e61-7c0a-49fd-936e-3aaf0a37e03c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5057 | 2025.07.15 21:09:24.547840 [ 260 ] {29a30e61-7c0a-49fd-936e-3aaf0a37e03c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5058 | 2025.07.15 21:09:24.548060 [ 260 ] {29a30e61-7c0a-49fd-936e-3aaf0a37e03c} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5059 | 2025.07.15 21:09:24.548196 [ 260 ] {29a30e61-7c0a-49fd-936e-3aaf0a37e03c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0012 sec., 833.3333333333334 rows/sec., 56.15 KiB/sec. | ||
5060 | 2025.07.15 21:09:24.548234 [ 260 ] {29a30e61-7c0a-49fd-936e-3aaf0a37e03c} <Debug> TCPHandler: Processed in 0.001394696 sec. | ||
5061 | 2025.07.15 21:09:24.548348 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5062 | 2025.07.15 21:09:24.548442 [ 260 ] {0ee63293-477c-4494-8e7c-81112e7aad01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5063 | 2025.07.15 21:09:24.548497 [ 260 ] {0ee63293-477c-4494-8e7c-81112e7aad01} <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 | ||
5064 | 2025.07.15 21:09:24.549365 [ 260 ] {0ee63293-477c-4494-8e7c-81112e7aad01} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5065 | 2025.07.15 21:09:24.549402 [ 260 ] {0ee63293-477c-4494-8e7c-81112e7aad01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5066 | 2025.07.15 21:09:24.549960 [ 260 ] {0ee63293-477c-4494-8e7c-81112e7aad01} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5067 | 2025.07.15 21:09:24.550182 [ 260 ] {0ee63293-477c-4494-8e7c-81112e7aad01} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5068 | 2025.07.15 21:09:24.550283 [ 50 ] {} <Debug> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5069 | 2025.07.15 21:09:24.550313 [ 50 ] {} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5070 | 2025.07.15 21:09:24.550318 [ 260 ] {0ee63293-477c-4494-8e7c-81112e7aad01} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001894 sec., 16895.45934530095 rows/sec., 30.28 MiB/sec. | ||
5071 | 2025.07.15 21:09:24.550332 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5072 | 2025.07.15 21:09:24.550379 [ 260 ] {0ee63293-477c-4494-8e7c-81112e7aad01} <Debug> TCPHandler: Processed in 0.002079684 sec. | ||
5073 | 2025.07.15 21:09:24.550421 [ 193 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
5074 | 2025.07.15 21:09:24.550508 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5075 | 2025.07.15 21:09:24.550606 [ 260 ] {6ccbf84e-d0fa-474d-8a4f-78ebce283880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5076 | 2025.07.15 21:09:24.550625 [ 193 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5077 | 2025.07.15 21:09:24.550648 [ 260 ] {6ccbf84e-d0fa-474d-8a4f-78ebce283880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5078 | 2025.07.15 21:09:24.550680 [ 193 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 451 rows starting from the beginning of the part | ||
5079 | 2025.07.15 21:09:24.550820 [ 193 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 31 rows starting from the beginning of the part | ||
5080 | 2025.07.15 21:09:24.550953 [ 193 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 9 rows starting from the beginning of the part | ||
5081 | 2025.07.15 21:09:24.550987 [ 260 ] {6ccbf84e-d0fa-474d-8a4f-78ebce283880} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5082 | 2025.07.15 21:09:24.551027 [ 260 ] {6ccbf84e-d0fa-474d-8a4f-78ebce283880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5083 | 2025.07.15 21:09:24.551075 [ 193 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 32 rows starting from the beginning of the part | ||
5084 | 2025.07.15 21:09:24.551201 [ 193 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 9 rows starting from the beginning of the part | ||
5085 | 2025.07.15 21:09:24.551318 [ 193 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
5086 | 2025.07.15 21:09:24.551348 [ 260 ] {6ccbf84e-d0fa-474d-8a4f-78ebce283880} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5087 | 2025.07.15 21:09:24.551422 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11368 rows, containing 5 columns (5 merged, 0 gathered) in 0.00466077 sec., 2439081.954269359 rows/sec., 165.13 MiB/sec. | ||
5088 | 2025.07.15 21:09:24.551572 [ 260 ] {6ccbf84e-d0fa-474d-8a4f-78ebce283880} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5089 | 2025.07.15 21:09:24.551679 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5090 | 2025.07.15 21:09:24.551689 [ 50 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5091 | 2025.07.15 21:09:24.551719 [ 260 ] {6ccbf84e-d0fa-474d-8a4f-78ebce283880} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001132 sec., 72438.16254416961 rows/sec., 4.60 MiB/sec. | ||
5092 | 2025.07.15 21:09:24.551720 [ 50 ] {} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5093 | 2025.07.15 21:09:24.551760 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5094 | 2025.07.15 21:09:24.551768 [ 260 ] {6ccbf84e-d0fa-474d-8a4f-78ebce283880} <Debug> TCPHandler: Processed in 0.001311703 sec. | ||
5095 | 2025.07.15 21:09:24.551839 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
5096 | 2025.07.15 21:09:24.551927 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5097 | 2025.07.15 21:09:24.551957 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1814 rows starting from the beginning of the part | ||
5098 | 2025.07.15 21:09:24.551990 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5099 | 2025.07.15 21:09:24.552010 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part | ||
5100 | 2025.07.15 21:09:24.552057 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
5101 | 2025.07.15 21:09:24.552072 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5102 | 2025.07.15 21:09:24.552096 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
5103 | 2025.07.15 21:09:24.552138 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
5104 | 2025.07.15 21:09:24.552163 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB. | ||
5105 | 2025.07.15 21:09:24.552176 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part | ||
5106 | 2025.07.15 21:09:24.553266 [ 190 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2180 rows, containing 4 columns (4 merged, 0 gathered) in 0.001467358 sec., 1485663.348685188 rows/sec., 97.75 MiB/sec. | ||
5107 | 2025.07.15 21:09:24.553551 [ 201 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5108 | 2025.07.15 21:09:24.553816 [ 201 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_36_7} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5109 | 2025.07.15 21:09:24.553891 [ 201 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_36_7} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5110 | 2025.07.15 21:09:24.553982 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
5111 | 2025.07.15 21:09:24.576174 [ 186 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 564 rows, containing 19 columns (19 merged, 0 gathered) in 0.025785926 sec., 21872.396593397498 rows/sec., 39.19 MiB/sec. | ||
5112 | 2025.07.15 21:09:24.576995 [ 186 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5113 | 2025.07.15 21:09:24.577327 [ 186 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5114 | 2025.07.15 21:09:24.577398 [ 186 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5115 | 2025.07.15 21:09:24.577545 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
5116 | 2025.07.15 21:09:25.001148 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 233.57 MiB, peak 240.90 MiB, free memory in arenas 0.00 B, will set to 235.98 MiB (RSS), difference: 2.41 MiB | ||
5117 | 2025.07.15 21:09:27.974506 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5118 | 2025.07.15 21:09:27.974577 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5119 | 2025.07.15 21:09:28.119220 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
5120 | 2025.07.15 21:09:28.119827 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5121 | 2025.07.15 21:09:28.119869 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5122 | 2025.07.15 21:09:28.120359 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5123 | 2025.07.15 21:09:28.120604 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5124 | 2025.07.15 21:09:28.120738 [ 44 ] {} <Debug> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5125 | 2025.07.15 21:09:28.120753 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
5126 | 2025.07.15 21:09:28.120786 [ 44 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5127 | 2025.07.15 21:09:28.120809 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5128 | 2025.07.15 21:09:28.120939 [ 201 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
5129 | 2025.07.15 21:09:28.121090 [ 201 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5130 | 2025.07.15 21:09:28.121135 [ 201 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
5131 | 2025.07.15 21:09:28.121209 [ 201 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
5132 | 2025.07.15 21:09:28.121261 [ 201 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
5133 | 2025.07.15 21:09:28.121309 [ 201 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
5134 | 2025.07.15 21:09:28.121358 [ 201 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
5135 | 2025.07.15 21:09:28.121404 [ 201 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
5136 | 2025.07.15 21:09:28.125432 [ 193 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.004557448 sec., 2623398.006954769 rows/sec., 37.53 MiB/sec. | ||
5137 | 2025.07.15 21:09:28.125730 [ 193 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5138 | 2025.07.15 21:09:28.126024 [ 193 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_26_5} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5139 | 2025.07.15 21:09:28.126106 [ 193 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_26_5} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5140 | 2025.07.15 21:09:28.126193 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
5141 | 2025.07.15 21:09:28.767954 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
5142 | 2025.07.15 21:09:28.785632 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5143 | 2025.07.15 21:09:28.785699 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5144 | 2025.07.15 21:09:28.791327 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5145 | 2025.07.15 21:09:28.792009 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5146 | 2025.07.15 21:09:28.792368 [ 43 ] {} <Debug> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5147 | 2025.07.15 21:09:28.792467 [ 43 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5148 | 2025.07.15 21:09:28.792504 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5149 | 2025.07.15 21:09:28.792609 [ 201 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
5150 | 2025.07.15 21:09:28.795060 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
5151 | 2025.07.15 21:09:28.795445 [ 201 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5152 | 2025.07.15 21:09:28.796213 [ 201 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
5153 | 2025.07.15 21:09:28.799437 [ 201 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
5154 | 2025.07.15 21:09:28.802613 [ 201 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
5155 | 2025.07.15 21:09:28.806270 [ 201 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
5156 | 2025.07.15 21:09:28.810025 [ 201 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
5157 | 2025.07.15 21:09:28.813673 [ 201 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
5158 | 2025.07.15 21:09:28.864192 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.071618841 sec., 2736.7100229952057 rows/sec., 14.15 MiB/sec. | ||
5159 | 2025.07.15 21:09:28.867026 [ 188 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5160 | 2025.07.15 21:09:28.869191 [ 188 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_26_5} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5161 | 2025.07.15 21:09:28.869306 [ 188 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_26_5} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5162 | 2025.07.15 21:09:28.871456 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
5163 | 2025.07.15 21:09:29.000159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 237.09 MiB, peak 247.64 MiB, free memory in arenas 0.00 B, will set to 239.52 MiB (RSS), difference: 2.43 MiB | ||
5164 | 2025.07.15 21:09:29.527665 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5165 | 2025.07.15 21:09:29.527860 [ 260 ] {5b7b1754-ee91-4733-9d6a-f43c636aede8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5166 | 2025.07.15 21:09:29.527936 [ 260 ] {5b7b1754-ee91-4733-9d6a-f43c636aede8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5167 | 2025.07.15 21:09:29.528671 [ 260 ] {5b7b1754-ee91-4733-9d6a-f43c636aede8} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5168 | 2025.07.15 21:09:29.528730 [ 260 ] {5b7b1754-ee91-4733-9d6a-f43c636aede8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5169 | 2025.07.15 21:09:29.529152 [ 260 ] {5b7b1754-ee91-4733-9d6a-f43c636aede8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5170 | 2025.07.15 21:09:29.529387 [ 260 ] {5b7b1754-ee91-4733-9d6a-f43c636aede8} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5171 | 2025.07.15 21:09:29.529555 [ 260 ] {5b7b1754-ee91-4733-9d6a-f43c636aede8} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.00175 sec., 42285.71428571428 rows/sec., 3.44 MiB/sec. | ||
5172 | 2025.07.15 21:09:29.529613 [ 260 ] {5b7b1754-ee91-4733-9d6a-f43c636aede8} <Debug> TCPHandler: Processed in 0.002084794 sec. | ||
5173 | 2025.07.15 21:09:29.529758 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5174 | 2025.07.15 21:09:29.529864 [ 260 ] {8b84202c-913d-4d74-a2e3-381ea1bf994b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5175 | 2025.07.15 21:09:29.529912 [ 260 ] {8b84202c-913d-4d74-a2e3-381ea1bf994b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5176 | 2025.07.15 21:09:29.530338 [ 260 ] {8b84202c-913d-4d74-a2e3-381ea1bf994b} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5177 | 2025.07.15 21:09:29.530378 [ 260 ] {8b84202c-913d-4d74-a2e3-381ea1bf994b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5178 | 2025.07.15 21:09:29.530688 [ 260 ] {8b84202c-913d-4d74-a2e3-381ea1bf994b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5179 | 2025.07.15 21:09:29.530906 [ 260 ] {8b84202c-913d-4d74-a2e3-381ea1bf994b} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5180 | 2025.07.15 21:09:29.531047 [ 260 ] {8b84202c-913d-4d74-a2e3-381ea1bf994b} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001207 sec., 7456.503728251864 rows/sec., 560.69 KiB/sec. | ||
5181 | 2025.07.15 21:09:29.531088 [ 260 ] {8b84202c-913d-4d74-a2e3-381ea1bf994b} <Debug> TCPHandler: Processed in 0.001385806 sec. | ||
5182 | 2025.07.15 21:09:29.531196 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5183 | 2025.07.15 21:09:29.531293 [ 260 ] {8ef95ee4-e6ee-4288-b2e9-03fa269f2dda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5184 | 2025.07.15 21:09:29.531336 [ 260 ] {8ef95ee4-e6ee-4288-b2e9-03fa269f2dda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5185 | 2025.07.15 21:09:29.531765 [ 260 ] {8ef95ee4-e6ee-4288-b2e9-03fa269f2dda} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5186 | 2025.07.15 21:09:29.531804 [ 260 ] {8ef95ee4-e6ee-4288-b2e9-03fa269f2dda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5187 | 2025.07.15 21:09:29.532131 [ 260 ] {8ef95ee4-e6ee-4288-b2e9-03fa269f2dda} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5188 | 2025.07.15 21:09:29.532343 [ 260 ] {8ef95ee4-e6ee-4288-b2e9-03fa269f2dda} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5189 | 2025.07.15 21:09:29.532478 [ 260 ] {8ef95ee4-e6ee-4288-b2e9-03fa269f2dda} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001205 sec., 60580.912863070545 rows/sec., 4.73 MiB/sec. | ||
5190 | 2025.07.15 21:09:29.532517 [ 260 ] {8ef95ee4-e6ee-4288-b2e9-03fa269f2dda} <Debug> TCPHandler: Processed in 0.001372665 sec. | ||
5191 | 2025.07.15 21:09:29.532633 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5192 | 2025.07.15 21:09:29.532730 [ 260 ] {5daa6b53-f62e-42bd-a7c6-54b4f72e7387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5193 | 2025.07.15 21:09:29.532776 [ 260 ] {5daa6b53-f62e-42bd-a7c6-54b4f72e7387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5194 | 2025.07.15 21:09:29.533199 [ 260 ] {5daa6b53-f62e-42bd-a7c6-54b4f72e7387} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5195 | 2025.07.15 21:09:29.533238 [ 260 ] {5daa6b53-f62e-42bd-a7c6-54b4f72e7387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5196 | 2025.07.15 21:09:29.533576 [ 260 ] {5daa6b53-f62e-42bd-a7c6-54b4f72e7387} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5197 | 2025.07.15 21:09:29.533799 [ 260 ] {5daa6b53-f62e-42bd-a7c6-54b4f72e7387} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5198 | 2025.07.15 21:09:29.533943 [ 260 ] {5daa6b53-f62e-42bd-a7c6-54b4f72e7387} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001232 sec., 129870.12987012987 rows/sec., 9.05 MiB/sec. | ||
5199 | 2025.07.15 21:09:29.533986 [ 260 ] {5daa6b53-f62e-42bd-a7c6-54b4f72e7387} <Debug> TCPHandler: Processed in 0.001402936 sec. | ||
5200 | 2025.07.15 21:09:29.534097 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5201 | 2025.07.15 21:09:29.534199 [ 260 ] {8d5ac3e8-5b8e-40d9-9751-56b7b3088cad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5202 | 2025.07.15 21:09:29.534262 [ 260 ] {8d5ac3e8-5b8e-40d9-9751-56b7b3088cad} <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 | ||
5203 | 2025.07.15 21:09:29.535054 [ 260 ] {8d5ac3e8-5b8e-40d9-9751-56b7b3088cad} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5204 | 2025.07.15 21:09:29.535091 [ 260 ] {8d5ac3e8-5b8e-40d9-9751-56b7b3088cad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5205 | 2025.07.15 21:09:29.535623 [ 260 ] {8d5ac3e8-5b8e-40d9-9751-56b7b3088cad} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5206 | 2025.07.15 21:09:29.535853 [ 260 ] {8d5ac3e8-5b8e-40d9-9751-56b7b3088cad} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5207 | 2025.07.15 21:09:29.536001 [ 260 ] {8d5ac3e8-5b8e-40d9-9751-56b7b3088cad} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001822 sec., 4939.626783754116 rows/sec., 8.85 MiB/sec. | ||
5208 | 2025.07.15 21:09:29.536072 [ 260 ] {8d5ac3e8-5b8e-40d9-9751-56b7b3088cad} <Debug> TCPHandler: Processed in 0.002025682 sec. | ||
5209 | 2025.07.15 21:09:29.536188 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5210 | 2025.07.15 21:09:29.536283 [ 260 ] {eaf78fa9-f309-4d16-bf45-6acb60944d3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5211 | 2025.07.15 21:09:29.536325 [ 260 ] {eaf78fa9-f309-4d16-bf45-6acb60944d3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5212 | 2025.07.15 21:09:29.536663 [ 260 ] {eaf78fa9-f309-4d16-bf45-6acb60944d3b} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5213 | 2025.07.15 21:09:29.536700 [ 260 ] {eaf78fa9-f309-4d16-bf45-6acb60944d3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5214 | 2025.07.15 21:09:29.537009 [ 260 ] {eaf78fa9-f309-4d16-bf45-6acb60944d3b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5215 | 2025.07.15 21:09:29.537228 [ 260 ] {eaf78fa9-f309-4d16-bf45-6acb60944d3b} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5216 | 2025.07.15 21:09:29.537357 [ 260 ] {eaf78fa9-f309-4d16-bf45-6acb60944d3b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. | ||
5217 | 2025.07.15 21:09:29.537392 [ 260 ] {eaf78fa9-f309-4d16-bf45-6acb60944d3b} <Debug> TCPHandler: Processed in 0.001253633 sec. | ||
5218 | 2025.07.15 21:09:33.135025 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 724 | ||
5219 | 2025.07.15 21:09:33.137425 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5220 | 2025.07.15 21:09:33.137477 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5221 | 2025.07.15 21:09:33.138720 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5222 | 2025.07.15 21:09:33.139015 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5223 | 2025.07.15 21:09:33.139376 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 724 | ||
5224 | 2025.07.15 21:09:34.534012 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5225 | 2025.07.15 21:09:34.534213 [ 260 ] {c49b7080-285d-4b06-91ff-e627852ddfe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
5226 | 2025.07.15 21:09:34.534291 [ 260 ] {c49b7080-285d-4b06-91ff-e627852ddfe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
5227 | 2025.07.15 21:09:34.535143 [ 260 ] {c49b7080-285d-4b06-91ff-e627852ddfe4} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5228 | 2025.07.15 21:09:34.535191 [ 260 ] {c49b7080-285d-4b06-91ff-e627852ddfe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5229 | 2025.07.15 21:09:34.535639 [ 260 ] {c49b7080-285d-4b06-91ff-e627852ddfe4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5230 | 2025.07.15 21:09:34.535881 [ 260 ] {c49b7080-285d-4b06-91ff-e627852ddfe4} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5231 | 2025.07.15 21:09:34.536037 [ 260 ] {c49b7080-285d-4b06-91ff-e627852ddfe4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001895 sec., 111873.35092348285 rows/sec., 7.12 MiB/sec. | ||
5232 | 2025.07.15 21:09:34.536089 [ 260 ] {c49b7080-285d-4b06-91ff-e627852ddfe4} <Debug> TCPHandler: Processed in 0.002236168 sec. | ||
5233 | 2025.07.15 21:09:34.536223 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5234 | 2025.07.15 21:09:34.536326 [ 260 ] {dd7ab3ab-61d9-4eba-bf8f-de3d533d5c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
5235 | 2025.07.15 21:09:34.536369 [ 260 ] {dd7ab3ab-61d9-4eba-bf8f-de3d533d5c0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5236 | 2025.07.15 21:09:34.536868 [ 260 ] {dd7ab3ab-61d9-4eba-bf8f-de3d533d5c0f} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5237 | 2025.07.15 21:09:34.536909 [ 260 ] {dd7ab3ab-61d9-4eba-bf8f-de3d533d5c0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5238 | 2025.07.15 21:09:34.537224 [ 260 ] {dd7ab3ab-61d9-4eba-bf8f-de3d533d5c0f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5239 | 2025.07.15 21:09:34.537443 [ 260 ] {dd7ab3ab-61d9-4eba-bf8f-de3d533d5c0f} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5240 | 2025.07.15 21:09:34.537584 [ 260 ] {dd7ab3ab-61d9-4eba-bf8f-de3d533d5c0f} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001248 sec., 6410.25641025641 rows/sec., 522.71 KiB/sec. | ||
5241 | 2025.07.15 21:09:34.537625 [ 260 ] {dd7ab3ab-61d9-4eba-bf8f-de3d533d5c0f} <Debug> TCPHandler: Processed in 0.001433307 sec. | ||
5242 | 2025.07.15 21:09:34.537734 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5243 | 2025.07.15 21:09:34.537835 [ 260 ] {4b4e0621-c48b-4128-907c-6aed3ee0de62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5244 | 2025.07.15 21:09:34.537878 [ 260 ] {4b4e0621-c48b-4128-907c-6aed3ee0de62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5245 | 2025.07.15 21:09:34.538594 [ 260 ] {4b4e0621-c48b-4128-907c-6aed3ee0de62} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5246 | 2025.07.15 21:09:34.538632 [ 260 ] {4b4e0621-c48b-4128-907c-6aed3ee0de62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5247 | 2025.07.15 21:09:34.539006 [ 260 ] {4b4e0621-c48b-4128-907c-6aed3ee0de62} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5248 | 2025.07.15 21:09:34.539222 [ 260 ] {4b4e0621-c48b-4128-907c-6aed3ee0de62} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5249 | 2025.07.15 21:09:34.539365 [ 260 ] {4b4e0621-c48b-4128-907c-6aed3ee0de62} <Debug> executeQuery: Read 685 rows, 55.68 KiB in 0.001553 sec., 441081.7772054089 rows/sec., 35.01 MiB/sec. | ||
5250 | 2025.07.15 21:09:34.539406 [ 260 ] {4b4e0621-c48b-4128-907c-6aed3ee0de62} <Debug> TCPHandler: Processed in 0.001722945 sec. | ||
5251 | 2025.07.15 21:09:34.539521 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5252 | 2025.07.15 21:09:34.539620 [ 260 ] {f8dfe270-7f0b-492b-bcd2-8359133e9323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5253 | 2025.07.15 21:09:34.539660 [ 260 ] {f8dfe270-7f0b-492b-bcd2-8359133e9323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5254 | 2025.07.15 21:09:34.540113 [ 260 ] {f8dfe270-7f0b-492b-bcd2-8359133e9323} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5255 | 2025.07.15 21:09:34.540150 [ 260 ] {f8dfe270-7f0b-492b-bcd2-8359133e9323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5256 | 2025.07.15 21:09:34.540470 [ 260 ] {f8dfe270-7f0b-492b-bcd2-8359133e9323} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5257 | 2025.07.15 21:09:34.540691 [ 260 ] {f8dfe270-7f0b-492b-bcd2-8359133e9323} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5258 | 2025.07.15 21:09:34.540823 [ 260 ] {f8dfe270-7f0b-492b-bcd2-8359133e9323} <Debug> executeQuery: Read 146 rows, 9.35 KiB in 0.001224 sec., 119281.04575163398 rows/sec., 7.46 MiB/sec. | ||
5259 | 2025.07.15 21:09:34.540861 [ 260 ] {f8dfe270-7f0b-492b-bcd2-8359133e9323} <Debug> TCPHandler: Processed in 0.001389926 sec. | ||
5260 | 2025.07.15 21:09:34.540986 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5261 | 2025.07.15 21:09:34.541083 [ 260 ] {c8f52c48-1d87-4b60-94ef-b6bee2bc6830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
5262 | 2025.07.15 21:09:34.541124 [ 260 ] {c8f52c48-1d87-4b60-94ef-b6bee2bc6830} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5263 | 2025.07.15 21:09:34.541587 [ 260 ] {c8f52c48-1d87-4b60-94ef-b6bee2bc6830} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5264 | 2025.07.15 21:09:34.541628 [ 260 ] {c8f52c48-1d87-4b60-94ef-b6bee2bc6830} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5265 | 2025.07.15 21:09:34.541977 [ 260 ] {c8f52c48-1d87-4b60-94ef-b6bee2bc6830} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5266 | 2025.07.15 21:09:34.542189 [ 260 ] {c8f52c48-1d87-4b60-94ef-b6bee2bc6830} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5267 | 2025.07.15 21:09:34.542318 [ 260 ] {c8f52c48-1d87-4b60-94ef-b6bee2bc6830} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001253 sec., 90183.55945730247 rows/sec., 5.84 MiB/sec. | ||
5268 | 2025.07.15 21:09:34.542356 [ 260 ] {c8f52c48-1d87-4b60-94ef-b6bee2bc6830} <Debug> TCPHandler: Processed in 0.001430337 sec. | ||
5269 | 2025.07.15 21:09:34.542468 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5270 | 2025.07.15 21:09:34.542562 [ 260 ] {aa933ac0-0093-48b8-be28-407873f3063e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
5271 | 2025.07.15 21:09:34.542602 [ 260 ] {aa933ac0-0093-48b8-be28-407873f3063e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5272 | 2025.07.15 21:09:34.543033 [ 260 ] {aa933ac0-0093-48b8-be28-407873f3063e} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5273 | 2025.07.15 21:09:34.543071 [ 260 ] {aa933ac0-0093-48b8-be28-407873f3063e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5274 | 2025.07.15 21:09:34.543381 [ 260 ] {aa933ac0-0093-48b8-be28-407873f3063e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5275 | 2025.07.15 21:09:34.543599 [ 260 ] {aa933ac0-0093-48b8-be28-407873f3063e} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5276 | 2025.07.15 21:09:34.543729 [ 260 ] {aa933ac0-0093-48b8-be28-407873f3063e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001186 sec., 94435.07588532884 rows/sec., 5.38 MiB/sec. | ||
5277 | 2025.07.15 21:09:34.543767 [ 260 ] {aa933ac0-0093-48b8-be28-407873f3063e} <Debug> TCPHandler: Processed in 0.001348705 sec. | ||
5278 | 2025.07.15 21:09:34.543881 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5279 | 2025.07.15 21:09:34.543975 [ 260 ] {ac64e688-3e3b-4004-899c-75ae3009c2e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5280 | 2025.07.15 21:09:34.544017 [ 260 ] {ac64e688-3e3b-4004-899c-75ae3009c2e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5281 | 2025.07.15 21:09:34.544553 [ 260 ] {ac64e688-3e3b-4004-899c-75ae3009c2e6} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5282 | 2025.07.15 21:09:34.544591 [ 260 ] {ac64e688-3e3b-4004-899c-75ae3009c2e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5283 | 2025.07.15 21:09:34.544952 [ 260 ] {ac64e688-3e3b-4004-899c-75ae3009c2e6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5284 | 2025.07.15 21:09:34.545182 [ 260 ] {ac64e688-3e3b-4004-899c-75ae3009c2e6} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5285 | 2025.07.15 21:09:34.545319 [ 260 ] {ac64e688-3e3b-4004-899c-75ae3009c2e6} <Debug> executeQuery: Read 422 rows, 30.80 KiB in 0.001363 sec., 309611.15187087306 rows/sec., 22.07 MiB/sec. | ||
5286 | 2025.07.15 21:09:34.545359 [ 260 ] {ac64e688-3e3b-4004-899c-75ae3009c2e6} <Debug> TCPHandler: Processed in 0.001527009 sec. | ||
5287 | 2025.07.15 21:09:34.545473 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5288 | 2025.07.15 21:09:34.545573 [ 260 ] {fe0a2cb3-937c-4475-8e98-9b9f12e53bc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
5289 | 2025.07.15 21:09:34.545622 [ 260 ] {fe0a2cb3-937c-4475-8e98-9b9f12e53bc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5290 | 2025.07.15 21:09:34.545969 [ 260 ] {fe0a2cb3-937c-4475-8e98-9b9f12e53bc8} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5291 | 2025.07.15 21:09:34.546005 [ 260 ] {fe0a2cb3-937c-4475-8e98-9b9f12e53bc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5292 | 2025.07.15 21:09:34.546328 [ 260 ] {fe0a2cb3-937c-4475-8e98-9b9f12e53bc8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5293 | 2025.07.15 21:09:34.546536 [ 260 ] {fe0a2cb3-937c-4475-8e98-9b9f12e53bc8} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5294 | 2025.07.15 21:09:34.546671 [ 260 ] {fe0a2cb3-937c-4475-8e98-9b9f12e53bc8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001119 sec., 5361.930294906167 rows/sec., 280.14 KiB/sec. | ||
5295 | 2025.07.15 21:09:34.546708 [ 260 ] {fe0a2cb3-937c-4475-8e98-9b9f12e53bc8} <Debug> TCPHandler: Processed in 0.001285233 sec. | ||
5296 | 2025.07.15 21:09:34.546818 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5297 | 2025.07.15 21:09:34.546913 [ 260 ] {e485cee0-0435-4454-9a17-b9b87779aa94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5298 | 2025.07.15 21:09:34.546957 [ 260 ] {e485cee0-0435-4454-9a17-b9b87779aa94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5299 | 2025.07.15 21:09:34.547358 [ 260 ] {e485cee0-0435-4454-9a17-b9b87779aa94} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5300 | 2025.07.15 21:09:34.547395 [ 260 ] {e485cee0-0435-4454-9a17-b9b87779aa94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5301 | 2025.07.15 21:09:34.547747 [ 260 ] {e485cee0-0435-4454-9a17-b9b87779aa94} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5302 | 2025.07.15 21:09:34.547980 [ 260 ] {e485cee0-0435-4454-9a17-b9b87779aa94} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5303 | 2025.07.15 21:09:34.548115 [ 260 ] {e485cee0-0435-4454-9a17-b9b87779aa94} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.00122 sec., 197540.9836065574 rows/sec., 13.25 MiB/sec. | ||
5304 | 2025.07.15 21:09:34.548152 [ 260 ] {e485cee0-0435-4454-9a17-b9b87779aa94} <Debug> TCPHandler: Processed in 0.001382816 sec. | ||
5305 | 2025.07.15 21:09:34.548275 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5306 | 2025.07.15 21:09:34.548370 [ 260 ] {52638e6d-2426-4d84-97fe-9f483001ae28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
5307 | 2025.07.15 21:09:34.548413 [ 260 ] {52638e6d-2426-4d84-97fe-9f483001ae28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5308 | 2025.07.15 21:09:34.548741 [ 260 ] {52638e6d-2426-4d84-97fe-9f483001ae28} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5309 | 2025.07.15 21:09:34.548777 [ 260 ] {52638e6d-2426-4d84-97fe-9f483001ae28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5310 | 2025.07.15 21:09:34.549097 [ 260 ] {52638e6d-2426-4d84-97fe-9f483001ae28} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5311 | 2025.07.15 21:09:34.549350 [ 260 ] {52638e6d-2426-4d84-97fe-9f483001ae28} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5312 | 2025.07.15 21:09:34.549480 [ 260 ] {52638e6d-2426-4d84-97fe-9f483001ae28} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001129 sec., 885.7395925597874 rows/sec., 59.68 KiB/sec. | ||
5313 | 2025.07.15 21:09:34.549517 [ 260 ] {52638e6d-2426-4d84-97fe-9f483001ae28} <Debug> TCPHandler: Processed in 0.001291133 sec. | ||
5314 | 2025.07.15 21:09:34.549628 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5315 | 2025.07.15 21:09:34.549721 [ 260 ] {7c23928d-6c4e-467f-a663-8da293823538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5316 | 2025.07.15 21:09:34.549777 [ 260 ] {7c23928d-6c4e-467f-a663-8da293823538} <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 | ||
5317 | 2025.07.15 21:09:34.550606 [ 260 ] {7c23928d-6c4e-467f-a663-8da293823538} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5318 | 2025.07.15 21:09:34.550642 [ 260 ] {7c23928d-6c4e-467f-a663-8da293823538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5319 | 2025.07.15 21:09:34.551217 [ 260 ] {7c23928d-6c4e-467f-a663-8da293823538} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5320 | 2025.07.15 21:09:34.551455 [ 260 ] {7c23928d-6c4e-467f-a663-8da293823538} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5321 | 2025.07.15 21:09:34.551597 [ 260 ] {7c23928d-6c4e-467f-a663-8da293823538} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001894 sec., 16895.45934530095 rows/sec., 30.28 MiB/sec. | ||
5322 | 2025.07.15 21:09:34.551658 [ 260 ] {7c23928d-6c4e-467f-a663-8da293823538} <Debug> TCPHandler: Processed in 0.002079554 sec. | ||
5323 | 2025.07.15 21:09:34.551774 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5324 | 2025.07.15 21:09:34.551869 [ 260 ] {1aea69d5-90a4-4be7-b763-9f5d6392ea02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5325 | 2025.07.15 21:09:34.551911 [ 260 ] {1aea69d5-90a4-4be7-b763-9f5d6392ea02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5326 | 2025.07.15 21:09:34.552243 [ 260 ] {1aea69d5-90a4-4be7-b763-9f5d6392ea02} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5327 | 2025.07.15 21:09:34.552278 [ 260 ] {1aea69d5-90a4-4be7-b763-9f5d6392ea02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5328 | 2025.07.15 21:09:34.552611 [ 260 ] {1aea69d5-90a4-4be7-b763-9f5d6392ea02} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5329 | 2025.07.15 21:09:34.552822 [ 260 ] {1aea69d5-90a4-4be7-b763-9f5d6392ea02} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5330 | 2025.07.15 21:09:34.552953 [ 260 ] {1aea69d5-90a4-4be7-b763-9f5d6392ea02} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001103 sec., 74342.7017225748 rows/sec., 4.72 MiB/sec. | ||
5331 | 2025.07.15 21:09:34.552990 [ 260 ] {1aea69d5-90a4-4be7-b763-9f5d6392ea02} <Debug> TCPHandler: Processed in 0.001265383 sec. | ||
5332 | 2025.07.15 21:09:35.621005 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
5333 | 2025.07.15 21:09:35.621774 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5334 | 2025.07.15 21:09:35.621842 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5335 | 2025.07.15 21:09:35.622594 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5336 | 2025.07.15 21:09:35.622836 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5337 | 2025.07.15 21:09:35.622977 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
5338 | 2025.07.15 21:09:36.295269 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
5339 | 2025.07.15 21:09:36.310781 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5340 | 2025.07.15 21:09:36.310855 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5341 | 2025.07.15 21:09:36.317327 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5342 | 2025.07.15 21:09:36.318054 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5343 | 2025.07.15 21:09:36.320820 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
5344 | 2025.07.15 21:09:39.526941 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5345 | 2025.07.15 21:09:39.527135 [ 260 ] {bb0b95ef-0d4f-400d-8b0e-7ee4326189d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5346 | 2025.07.15 21:09:39.527203 [ 260 ] {bb0b95ef-0d4f-400d-8b0e-7ee4326189d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5347 | 2025.07.15 21:09:39.527881 [ 260 ] {bb0b95ef-0d4f-400d-8b0e-7ee4326189d3} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5348 | 2025.07.15 21:09:39.527927 [ 260 ] {bb0b95ef-0d4f-400d-8b0e-7ee4326189d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5349 | 2025.07.15 21:09:39.528352 [ 260 ] {bb0b95ef-0d4f-400d-8b0e-7ee4326189d3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5350 | 2025.07.15 21:09:39.528587 [ 260 ] {bb0b95ef-0d4f-400d-8b0e-7ee4326189d3} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5351 | 2025.07.15 21:09:39.528748 [ 260 ] {bb0b95ef-0d4f-400d-8b0e-7ee4326189d3} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001663 sec., 44497.89536981359 rows/sec., 3.62 MiB/sec. | ||
5352 | 2025.07.15 21:09:39.528798 [ 260 ] {bb0b95ef-0d4f-400d-8b0e-7ee4326189d3} <Debug> TCPHandler: Processed in 0.001984611 sec. | ||
5353 | 2025.07.15 21:09:39.528927 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5354 | 2025.07.15 21:09:39.529032 [ 260 ] {a0e9e3b7-7397-4fec-87b1-0a054d09b7a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5355 | 2025.07.15 21:09:39.529078 [ 260 ] {a0e9e3b7-7397-4fec-87b1-0a054d09b7a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5356 | 2025.07.15 21:09:39.529500 [ 260 ] {a0e9e3b7-7397-4fec-87b1-0a054d09b7a2} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5357 | 2025.07.15 21:09:39.529536 [ 260 ] {a0e9e3b7-7397-4fec-87b1-0a054d09b7a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5358 | 2025.07.15 21:09:39.529870 [ 260 ] {a0e9e3b7-7397-4fec-87b1-0a054d09b7a2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5359 | 2025.07.15 21:09:39.530091 [ 260 ] {a0e9e3b7-7397-4fec-87b1-0a054d09b7a2} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5360 | 2025.07.15 21:09:39.530227 [ 260 ] {a0e9e3b7-7397-4fec-87b1-0a054d09b7a2} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001219 sec., 7383.100902378999 rows/sec., 555.17 KiB/sec. | ||
5361 | 2025.07.15 21:09:39.530267 [ 260 ] {a0e9e3b7-7397-4fec-87b1-0a054d09b7a2} <Debug> TCPHandler: Processed in 0.001394176 sec. | ||
5362 | 2025.07.15 21:09:39.530371 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5363 | 2025.07.15 21:09:39.530466 [ 260 ] {cb458eda-8d14-4398-8169-6e7bd7dafdcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5364 | 2025.07.15 21:09:39.530507 [ 260 ] {cb458eda-8d14-4398-8169-6e7bd7dafdcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5365 | 2025.07.15 21:09:39.530918 [ 260 ] {cb458eda-8d14-4398-8169-6e7bd7dafdcb} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5366 | 2025.07.15 21:09:39.530955 [ 260 ] {cb458eda-8d14-4398-8169-6e7bd7dafdcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5367 | 2025.07.15 21:09:39.531284 [ 260 ] {cb458eda-8d14-4398-8169-6e7bd7dafdcb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5368 | 2025.07.15 21:09:39.531497 [ 260 ] {cb458eda-8d14-4398-8169-6e7bd7dafdcb} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5369 | 2025.07.15 21:09:39.531634 [ 260 ] {cb458eda-8d14-4398-8169-6e7bd7dafdcb} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001186 sec., 61551.43338954469 rows/sec., 4.81 MiB/sec. | ||
5370 | 2025.07.15 21:09:39.531679 [ 260 ] {cb458eda-8d14-4398-8169-6e7bd7dafdcb} <Debug> TCPHandler: Processed in 0.001356975 sec. | ||
5371 | 2025.07.15 21:09:39.531794 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5372 | 2025.07.15 21:09:39.531889 [ 260 ] {1f9cb317-dc0d-455c-a08d-127c5f1a75ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5373 | 2025.07.15 21:09:39.531934 [ 260 ] {1f9cb317-dc0d-455c-a08d-127c5f1a75ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5374 | 2025.07.15 21:09:39.532346 [ 260 ] {1f9cb317-dc0d-455c-a08d-127c5f1a75ac} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5375 | 2025.07.15 21:09:39.532384 [ 260 ] {1f9cb317-dc0d-455c-a08d-127c5f1a75ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5376 | 2025.07.15 21:09:39.532738 [ 260 ] {1f9cb317-dc0d-455c-a08d-127c5f1a75ac} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5377 | 2025.07.15 21:09:39.532972 [ 260 ] {1f9cb317-dc0d-455c-a08d-127c5f1a75ac} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5378 | 2025.07.15 21:09:39.533109 [ 260 ] {1f9cb317-dc0d-455c-a08d-127c5f1a75ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001237 sec., 129345.18997574778 rows/sec., 9.01 MiB/sec. | ||
5379 | 2025.07.15 21:09:39.533154 [ 260 ] {1f9cb317-dc0d-455c-a08d-127c5f1a75ac} <Debug> TCPHandler: Processed in 0.001408806 sec. | ||
5380 | 2025.07.15 21:09:39.533273 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5381 | 2025.07.15 21:09:39.533370 [ 260 ] {76714022-5c50-4a07-a786-fde5c01678ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5382 | 2025.07.15 21:09:39.533427 [ 260 ] {76714022-5c50-4a07-a786-fde5c01678ec} <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 | ||
5383 | 2025.07.15 21:09:39.534199 [ 260 ] {76714022-5c50-4a07-a786-fde5c01678ec} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5384 | 2025.07.15 21:09:39.534237 [ 260 ] {76714022-5c50-4a07-a786-fde5c01678ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5385 | 2025.07.15 21:09:39.534783 [ 260 ] {76714022-5c50-4a07-a786-fde5c01678ec} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5386 | 2025.07.15 21:09:39.535005 [ 260 ] {76714022-5c50-4a07-a786-fde5c01678ec} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5387 | 2025.07.15 21:09:39.535145 [ 260 ] {76714022-5c50-4a07-a786-fde5c01678ec} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001794 sec., 5016.722408026756 rows/sec., 8.99 MiB/sec. | ||
5388 | 2025.07.15 21:09:39.535209 [ 260 ] {76714022-5c50-4a07-a786-fde5c01678ec} <Debug> TCPHandler: Processed in 0.001984942 sec. | ||
5389 | 2025.07.15 21:09:39.535326 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5390 | 2025.07.15 21:09:39.535421 [ 260 ] {c05e51af-a539-492b-a43e-869644e898ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5391 | 2025.07.15 21:09:39.535463 [ 260 ] {c05e51af-a539-492b-a43e-869644e898ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5392 | 2025.07.15 21:09:39.535800 [ 260 ] {c05e51af-a539-492b-a43e-869644e898ea} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5393 | 2025.07.15 21:09:39.535839 [ 260 ] {c05e51af-a539-492b-a43e-869644e898ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5394 | 2025.07.15 21:09:39.536142 [ 260 ] {c05e51af-a539-492b-a43e-869644e898ea} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5395 | 2025.07.15 21:09:39.536349 [ 260 ] {c05e51af-a539-492b-a43e-869644e898ea} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5396 | 2025.07.15 21:09:39.536478 [ 260 ] {c05e51af-a539-492b-a43e-869644e898ea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. | ||
5397 | 2025.07.15 21:09:39.536513 [ 260 ] {c05e51af-a539-492b-a43e-869644e898ea} <Debug> TCPHandler: Processed in 0.001235972 sec. | ||
5398 | 2025.07.15 21:09:42.974818 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5399 | 2025.07.15 21:09:42.974880 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5400 | 2025.07.15 21:09:43.123034 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
5401 | 2025.07.15 21:09:43.123849 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5402 | 2025.07.15 21:09:43.123933 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5403 | 2025.07.15 21:09:43.124602 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5404 | 2025.07.15 21:09:43.124850 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5405 | 2025.07.15 21:09:43.124995 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
5406 | 2025.07.15 21:09:43.139603 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 760 | ||
5407 | 2025.07.15 21:09:43.142392 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5408 | 2025.07.15 21:09:43.142440 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5409 | 2025.07.15 21:09:43.143670 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5410 | 2025.07.15 21:09:43.143934 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5411 | 2025.07.15 21:09:43.144193 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 760 | ||
5412 | 2025.07.15 21:09:43.821858 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
5413 | 2025.07.15 21:09:43.837570 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5414 | 2025.07.15 21:09:43.837624 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5415 | 2025.07.15 21:09:43.844224 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5416 | 2025.07.15 21:09:43.844964 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5417 | 2025.07.15 21:09:43.847930 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
5418 | 2025.07.15 21:09:44.534182 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5419 | 2025.07.15 21:09:44.534364 [ 260 ] {b7f3699c-77ce-482c-b34b-309657998306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
5420 | 2025.07.15 21:09:44.534431 [ 260 ] {b7f3699c-77ce-482c-b34b-309657998306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
5421 | 2025.07.15 21:09:44.535148 [ 260 ] {b7f3699c-77ce-482c-b34b-309657998306} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5422 | 2025.07.15 21:09:44.535195 [ 260 ] {b7f3699c-77ce-482c-b34b-309657998306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5423 | 2025.07.15 21:09:44.535608 [ 260 ] {b7f3699c-77ce-482c-b34b-309657998306} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5424 | 2025.07.15 21:09:44.535840 [ 260 ] {b7f3699c-77ce-482c-b34b-309657998306} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5425 | 2025.07.15 21:09:44.535979 [ 103 ] {} <Debug> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
5426 | 2025.07.15 21:09:44.536004 [ 260 ] {b7f3699c-77ce-482c-b34b-309657998306} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001689 sec., 125518.05802249852 rows/sec., 7.98 MiB/sec. | ||
5427 | 2025.07.15 21:09:44.536048 [ 103 ] {} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5428 | 2025.07.15 21:09:44.536068 [ 260 ] {b7f3699c-77ce-482c-b34b-309657998306} <Debug> TCPHandler: Processed in 0.002010612 sec. | ||
5429 | 2025.07.15 21:09:44.536077 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5430 | 2025.07.15 21:09:44.536207 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5431 | 2025.07.15 21:09:44.536227 [ 191 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::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 | ||
5432 | 2025.07.15 21:09:44.536315 [ 260 ] {113e548d-26ce-4b85-8abc-ad709234d54b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5433 | 2025.07.15 21:09:44.536343 [ 191 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5434 | 2025.07.15 21:09:44.536364 [ 260 ] {113e548d-26ce-4b85-8abc-ad709234d54b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5435 | 2025.07.15 21:09:44.536383 [ 191 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 212 rows starting from the beginning of the part | ||
5436 | 2025.07.15 21:09:44.536460 [ 191 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part | ||
5437 | 2025.07.15 21:09:44.536510 [ 191 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 212 rows starting from the beginning of the part | ||
5438 | 2025.07.15 21:09:44.536557 [ 191 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 212 rows starting from the beginning of the part | ||
5439 | 2025.07.15 21:09:44.536603 [ 191 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part | ||
5440 | 2025.07.15 21:09:44.537039 [ 260 ] {113e548d-26ce-4b85-8abc-ad709234d54b} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5441 | 2025.07.15 21:09:44.537080 [ 260 ] {113e548d-26ce-4b85-8abc-ad709234d54b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5442 | 2025.07.15 21:09:44.537502 [ 260 ] {113e548d-26ce-4b85-8abc-ad709234d54b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5443 | 2025.07.15 21:09:44.537572 [ 188 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001392266 sec., 761348.7652503185 rows/sec., 51.33 MiB/sec. | ||
5444 | 2025.07.15 21:09:44.537717 [ 192 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
5445 | 2025.07.15 21:09:44.537737 [ 260 ] {113e548d-26ce-4b85-8abc-ad709234d54b} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5446 | 2025.07.15 21:09:44.537885 [ 260 ] {113e548d-26ce-4b85-8abc-ad709234d54b} <Debug> executeQuery: Read 681 rows, 55.38 KiB in 0.001594 sec., 427227.1016311167 rows/sec., 33.93 MiB/sec. | ||
5447 | 2025.07.15 21:09:44.537924 [ 260 ] {113e548d-26ce-4b85-8abc-ad709234d54b} <Debug> TCPHandler: Processed in 0.001771646 sec. | ||
5448 | 2025.07.15 21:09:44.538004 [ 192 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_13_3} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5449 | 2025.07.15 21:09:44.538039 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5450 | 2025.07.15 21:09:44.538069 [ 192 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_13_3} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
5451 | 2025.07.15 21:09:44.538137 [ 260 ] {19032673-24ab-4505-818e-b232f5bf8ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5452 | 2025.07.15 21:09:44.538177 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
5453 | 2025.07.15 21:09:44.538178 [ 260 ] {19032673-24ab-4505-818e-b232f5bf8ec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5454 | 2025.07.15 21:09:44.538631 [ 260 ] {19032673-24ab-4505-818e-b232f5bf8ec4} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5455 | 2025.07.15 21:09:44.538668 [ 260 ] {19032673-24ab-4505-818e-b232f5bf8ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5456 | 2025.07.15 21:09:44.538985 [ 260 ] {19032673-24ab-4505-818e-b232f5bf8ec4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5457 | 2025.07.15 21:09:44.539196 [ 260 ] {19032673-24ab-4505-818e-b232f5bf8ec4} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5458 | 2025.07.15 21:09:44.539298 [ 103 ] {} <Debug> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5459 | 2025.07.15 21:09:44.539324 [ 260 ] {19032673-24ab-4505-818e-b232f5bf8ec4} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001208 sec., 114238.41059602649 rows/sec., 7.11 MiB/sec. | ||
5460 | 2025.07.15 21:09:44.539333 [ 103 ] {} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5461 | 2025.07.15 21:09:44.539364 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5462 | 2025.07.15 21:09:44.539368 [ 260 ] {19032673-24ab-4505-818e-b232f5bf8ec4} <Debug> TCPHandler: Processed in 0.001378416 sec. | ||
5463 | 2025.07.15 21:09:44.539444 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::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 | ||
5464 | 2025.07.15 21:09:44.539488 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5465 | 2025.07.15 21:09:44.539528 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5466 | 2025.07.15 21:09:44.539557 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 165 rows starting from the beginning of the part | ||
5467 | 2025.07.15 21:09:44.539582 [ 260 ] {466d6ab8-a458-4210-92de-0ac0c21eda1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
5468 | 2025.07.15 21:09:44.539612 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 138 rows starting from the beginning of the part | ||
5469 | 2025.07.15 21:09:44.539622 [ 260 ] {466d6ab8-a458-4210-92de-0ac0c21eda1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5470 | 2025.07.15 21:09:44.539657 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 9 rows starting from the beginning of the part | ||
5471 | 2025.07.15 21:09:44.539697 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 146 rows starting from the beginning of the part | ||
5472 | 2025.07.15 21:09:44.539737 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 9 rows starting from the beginning of the part | ||
5473 | 2025.07.15 21:09:44.539776 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 138 rows starting from the beginning of the part | ||
5474 | 2025.07.15 21:09:44.540031 [ 260 ] {466d6ab8-a458-4210-92de-0ac0c21eda1c} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5475 | 2025.07.15 21:09:44.540066 [ 260 ] {466d6ab8-a458-4210-92de-0ac0c21eda1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5476 | 2025.07.15 21:09:44.540384 [ 260 ] {466d6ab8-a458-4210-92de-0ac0c21eda1c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5477 | 2025.07.15 21:09:44.540533 [ 188 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 605 rows, containing 5 columns (5 merged, 0 gathered) in 0.001126869 sec., 536885.8314497959 rows/sec., 35.86 MiB/sec. | ||
5478 | 2025.07.15 21:09:44.540592 [ 260 ] {466d6ab8-a458-4210-92de-0ac0c21eda1c} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5479 | 2025.07.15 21:09:44.540695 [ 103 ] {} <Debug> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
5480 | 2025.07.15 21:09:44.540713 [ 199 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5481 | 2025.07.15 21:09:44.540726 [ 103 ] {} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5482 | 2025.07.15 21:09:44.540724 [ 260 ] {466d6ab8-a458-4210-92de-0ac0c21eda1c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001161 sec., 97329.88802756245 rows/sec., 6.30 MiB/sec. | ||
5483 | 2025.07.15 21:09:44.540746 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5484 | 2025.07.15 21:09:44.540778 [ 260 ] {466d6ab8-a458-4210-92de-0ac0c21eda1c} <Debug> TCPHandler: Processed in 0.001339705 sec. | ||
5485 | 2025.07.15 21:09:44.540862 [ 194 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::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 | ||
5486 | 2025.07.15 21:09:44.540900 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5487 | 2025.07.15 21:09:44.541004 [ 260 ] {96da857e-6eed-454d-89b4-32567a2c5063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
5488 | 2025.07.15 21:09:44.541008 [ 194 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5489 | 2025.07.15 21:09:44.541049 [ 260 ] {96da857e-6eed-454d-89b4-32567a2c5063} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5490 | 2025.07.15 21:09:44.541058 [ 194 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 341 rows starting from the beginning of the part | ||
5491 | 2025.07.15 21:09:44.541056 [ 199 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_31_6} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5492 | 2025.07.15 21:09:44.541137 [ 194 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 113 rows starting from the beginning of the part | ||
5493 | 2025.07.15 21:09:44.541174 [ 199 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_31_6} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5494 | 2025.07.15 21:09:44.541185 [ 194 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 228 rows starting from the beginning of the part | ||
5495 | 2025.07.15 21:09:44.541235 [ 194 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part | ||
5496 | 2025.07.15 21:09:44.541270 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
5497 | 2025.07.15 21:09:44.541273 [ 194 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part | ||
5498 | 2025.07.15 21:09:44.541332 [ 194 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 113 rows starting from the beginning of the part | ||
5499 | 2025.07.15 21:09:44.541471 [ 260 ] {96da857e-6eed-454d-89b4-32567a2c5063} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5500 | 2025.07.15 21:09:44.541513 [ 260 ] {96da857e-6eed-454d-89b4-32567a2c5063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5501 | 2025.07.15 21:09:44.541870 [ 260 ] {96da857e-6eed-454d-89b4-32567a2c5063} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5502 | 2025.07.15 21:09:44.542111 [ 260 ] {96da857e-6eed-454d-89b4-32567a2c5063} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5503 | 2025.07.15 21:09:44.542213 [ 103 ] {} <Debug> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
5504 | 2025.07.15 21:09:44.542240 [ 260 ] {96da857e-6eed-454d-89b4-32567a2c5063} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001256 sec., 89171.97452229299 rows/sec., 5.08 MiB/sec. | ||
5505 | 2025.07.15 21:09:44.542244 [ 103 ] {} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5506 | 2025.07.15 21:09:44.542282 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5507 | 2025.07.15 21:09:44.542285 [ 260 ] {96da857e-6eed-454d-89b4-32567a2c5063} <Debug> TCPHandler: Processed in 0.001434497 sec. | ||
5508 | 2025.07.15 21:09:44.542322 [ 199 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.00151446 sec., 674167.6901337771 rows/sec., 47.11 MiB/sec. | ||
5509 | 2025.07.15 21:09:44.542407 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5510 | 2025.07.15 21:09:44.542411 [ 197 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::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 | ||
5511 | 2025.07.15 21:09:44.542473 [ 188 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
5512 | 2025.07.15 21:09:44.542506 [ 260 ] {77b2394e-bc2c-40ae-87ef-e1136c97878d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5513 | 2025.07.15 21:09:44.542546 [ 260 ] {77b2394e-bc2c-40ae-87ef-e1136c97878d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5514 | 2025.07.15 21:09:44.542567 [ 197 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5515 | 2025.07.15 21:09:44.542608 [ 197 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 112 rows starting from the beginning of the part | ||
5516 | 2025.07.15 21:09:44.542681 [ 197 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 112 rows starting from the beginning of the part | ||
5517 | 2025.07.15 21:09:44.542731 [ 197 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 112 rows starting from the beginning of the part | ||
5518 | 2025.07.15 21:09:44.542754 [ 188 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_15_3} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5519 | 2025.07.15 21:09:44.542779 [ 197 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 112 rows starting from the beginning of the part | ||
5520 | 2025.07.15 21:09:44.542827 [ 197 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 112 rows starting from the beginning of the part | ||
5521 | 2025.07.15 21:09:44.542830 [ 188 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_15_3} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
5522 | 2025.07.15 21:09:44.542968 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
5523 | 2025.07.15 21:09:44.543066 [ 260 ] {77b2394e-bc2c-40ae-87ef-e1136c97878d} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5524 | 2025.07.15 21:09:44.543104 [ 260 ] {77b2394e-bc2c-40ae-87ef-e1136c97878d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5525 | 2025.07.15 21:09:44.543459 [ 260 ] {77b2394e-bc2c-40ae-87ef-e1136c97878d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5526 | 2025.07.15 21:09:44.543671 [ 196 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001321374 sec., 423801.2856314715 rows/sec., 25.76 MiB/sec. | ||
5527 | 2025.07.15 21:09:44.543673 [ 260 ] {77b2394e-bc2c-40ae-87ef-e1136c97878d} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5528 | 2025.07.15 21:09:44.543788 [ 188 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
5529 | 2025.07.15 21:09:44.543825 [ 260 ] {77b2394e-bc2c-40ae-87ef-e1136c97878d} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001337 sec., 309648.4667165295 rows/sec., 22.02 MiB/sec. | ||
5530 | 2025.07.15 21:09:44.543862 [ 260 ] {77b2394e-bc2c-40ae-87ef-e1136c97878d} <Debug> TCPHandler: Processed in 0.001503818 sec. | ||
5531 | 2025.07.15 21:09:44.543971 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5532 | 2025.07.15 21:09:44.544044 [ 188 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_13_3} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5533 | 2025.07.15 21:09:44.544064 [ 260 ] {3548f1c6-ec8e-4d14-a45a-7787dad700c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
5534 | 2025.07.15 21:09:44.544105 [ 260 ] {3548f1c6-ec8e-4d14-a45a-7787dad700c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5535 | 2025.07.15 21:09:44.544108 [ 188 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_13_3} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
5536 | 2025.07.15 21:09:44.544196 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
5537 | 2025.07.15 21:09:44.544439 [ 260 ] {3548f1c6-ec8e-4d14-a45a-7787dad700c2} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5538 | 2025.07.15 21:09:44.544474 [ 260 ] {3548f1c6-ec8e-4d14-a45a-7787dad700c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5539 | 2025.07.15 21:09:44.544790 [ 260 ] {3548f1c6-ec8e-4d14-a45a-7787dad700c2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5540 | 2025.07.15 21:09:44.544998 [ 260 ] {3548f1c6-ec8e-4d14-a45a-7787dad700c2} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5541 | 2025.07.15 21:09:44.545123 [ 260 ] {3548f1c6-ec8e-4d14-a45a-7787dad700c2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001077 sec., 5571.030640668523 rows/sec., 291.06 KiB/sec. | ||
5542 | 2025.07.15 21:09:44.545158 [ 260 ] {3548f1c6-ec8e-4d14-a45a-7787dad700c2} <Debug> TCPHandler: Processed in 0.001237042 sec. | ||
5543 | 2025.07.15 21:09:44.545260 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5544 | 2025.07.15 21:09:44.545352 [ 260 ] {1384fe3d-7f04-4084-b1d0-f0a6d9f5831e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5545 | 2025.07.15 21:09:44.545394 [ 260 ] {1384fe3d-7f04-4084-b1d0-f0a6d9f5831e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5546 | 2025.07.15 21:09:44.545775 [ 260 ] {1384fe3d-7f04-4084-b1d0-f0a6d9f5831e} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5547 | 2025.07.15 21:09:44.545811 [ 260 ] {1384fe3d-7f04-4084-b1d0-f0a6d9f5831e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5548 | 2025.07.15 21:09:44.546163 [ 260 ] {1384fe3d-7f04-4084-b1d0-f0a6d9f5831e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5549 | 2025.07.15 21:09:44.546386 [ 260 ] {1384fe3d-7f04-4084-b1d0-f0a6d9f5831e} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5550 | 2025.07.15 21:09:44.546515 [ 260 ] {1384fe3d-7f04-4084-b1d0-f0a6d9f5831e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001181 sec., 200677.39204064352 rows/sec., 13.45 MiB/sec. | ||
5551 | 2025.07.15 21:09:44.546551 [ 260 ] {1384fe3d-7f04-4084-b1d0-f0a6d9f5831e} <Debug> TCPHandler: Processed in 0.001339815 sec. | ||
5552 | 2025.07.15 21:09:44.546659 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5553 | 2025.07.15 21:09:44.546753 [ 260 ] {7af51d22-def4-467d-a76a-45478ae4bc69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
5554 | 2025.07.15 21:09:44.546795 [ 260 ] {7af51d22-def4-467d-a76a-45478ae4bc69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5555 | 2025.07.15 21:09:44.547099 [ 260 ] {7af51d22-def4-467d-a76a-45478ae4bc69} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5556 | 2025.07.15 21:09:44.547135 [ 260 ] {7af51d22-def4-467d-a76a-45478ae4bc69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5557 | 2025.07.15 21:09:44.547426 [ 260 ] {7af51d22-def4-467d-a76a-45478ae4bc69} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5558 | 2025.07.15 21:09:44.547632 [ 260 ] {7af51d22-def4-467d-a76a-45478ae4bc69} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5559 | 2025.07.15 21:09:44.547759 [ 260 ] {7af51d22-def4-467d-a76a-45478ae4bc69} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001024 sec., 976.5625 rows/sec., 65.80 KiB/sec. | ||
5560 | 2025.07.15 21:09:44.547795 [ 260 ] {7af51d22-def4-467d-a76a-45478ae4bc69} <Debug> TCPHandler: Processed in 0.001184851 sec. | ||
5561 | 2025.07.15 21:09:44.547900 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5562 | 2025.07.15 21:09:44.547992 [ 260 ] {41a5e68f-dc2a-46ee-a494-208e21c296b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5563 | 2025.07.15 21:09:44.548046 [ 260 ] {41a5e68f-dc2a-46ee-a494-208e21c296b8} <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 | ||
5564 | 2025.07.15 21:09:44.548820 [ 260 ] {41a5e68f-dc2a-46ee-a494-208e21c296b8} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5565 | 2025.07.15 21:09:44.548857 [ 260 ] {41a5e68f-dc2a-46ee-a494-208e21c296b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5566 | 2025.07.15 21:09:44.549415 [ 260 ] {41a5e68f-dc2a-46ee-a494-208e21c296b8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5567 | 2025.07.15 21:09:44.549635 [ 260 ] {41a5e68f-dc2a-46ee-a494-208e21c296b8} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5568 | 2025.07.15 21:09:44.549772 [ 260 ] {41a5e68f-dc2a-46ee-a494-208e21c296b8} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001797 sec., 17807.456872565388 rows/sec., 31.91 MiB/sec. | ||
5569 | 2025.07.15 21:09:44.549832 [ 260 ] {41a5e68f-dc2a-46ee-a494-208e21c296b8} <Debug> TCPHandler: Processed in 0.001979582 sec. | ||
5570 | 2025.07.15 21:09:44.549942 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5571 | 2025.07.15 21:09:44.550035 [ 260 ] {dc30a011-acc1-4027-a1a2-7e1295a92eef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5572 | 2025.07.15 21:09:44.550077 [ 260 ] {dc30a011-acc1-4027-a1a2-7e1295a92eef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5573 | 2025.07.15 21:09:44.550396 [ 260 ] {dc30a011-acc1-4027-a1a2-7e1295a92eef} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5574 | 2025.07.15 21:09:44.550432 [ 260 ] {dc30a011-acc1-4027-a1a2-7e1295a92eef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5575 | 2025.07.15 21:09:44.550750 [ 260 ] {dc30a011-acc1-4027-a1a2-7e1295a92eef} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5576 | 2025.07.15 21:09:44.550965 [ 260 ] {dc30a011-acc1-4027-a1a2-7e1295a92eef} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5577 | 2025.07.15 21:09:44.551092 [ 260 ] {dc30a011-acc1-4027-a1a2-7e1295a92eef} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001075 sec., 76279.06976744186 rows/sec., 4.84 MiB/sec. | ||
5578 | 2025.07.15 21:09:44.551127 [ 260 ] {dc30a011-acc1-4027-a1a2-7e1295a92eef} <Debug> TCPHandler: Processed in 0.001233112 sec. | ||
5579 | 2025.07.15 21:09:49.556803 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5580 | 2025.07.15 21:09:49.556997 [ 260 ] {da8ae931-bd40-4e50-9050-c1e43929ec03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
5581 | 2025.07.15 21:09:49.557064 [ 260 ] {da8ae931-bd40-4e50-9050-c1e43929ec03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5582 | 2025.07.15 21:09:49.557735 [ 260 ] {da8ae931-bd40-4e50-9050-c1e43929ec03} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5583 | 2025.07.15 21:09:49.557782 [ 260 ] {da8ae931-bd40-4e50-9050-c1e43929ec03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5584 | 2025.07.15 21:09:49.558209 [ 260 ] {da8ae931-bd40-4e50-9050-c1e43929ec03} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5585 | 2025.07.15 21:09:49.558438 [ 260 ] {da8ae931-bd40-4e50-9050-c1e43929ec03} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5586 | 2025.07.15 21:09:49.558602 [ 260 ] {da8ae931-bd40-4e50-9050-c1e43929ec03} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001655 sec., 2416.918429003021 rows/sec., 197.08 KiB/sec. | ||
5587 | 2025.07.15 21:09:49.558654 [ 260 ] {da8ae931-bd40-4e50-9050-c1e43929ec03} <Debug> TCPHandler: Processed in 0.001981301 sec. | ||
5588 | 2025.07.15 21:09:49.558782 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5589 | 2025.07.15 21:09:49.558884 [ 260 ] {cc2bdefb-7021-400b-b1de-73cad9cf5079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5590 | 2025.07.15 21:09:49.558926 [ 260 ] {cc2bdefb-7021-400b-b1de-73cad9cf5079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5591 | 2025.07.15 21:09:49.559953 [ 260 ] {cc2bdefb-7021-400b-b1de-73cad9cf5079} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5592 | 2025.07.15 21:09:49.559990 [ 260 ] {cc2bdefb-7021-400b-b1de-73cad9cf5079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5593 | 2025.07.15 21:09:49.560398 [ 260 ] {cc2bdefb-7021-400b-b1de-73cad9cf5079} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5594 | 2025.07.15 21:09:49.560613 [ 260 ] {cc2bdefb-7021-400b-b1de-73cad9cf5079} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5595 | 2025.07.15 21:09:49.560732 [ 129 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5596 | 2025.07.15 21:09:49.560751 [ 260 ] {cc2bdefb-7021-400b-b1de-73cad9cf5079} <Debug> executeQuery: Read 1216 rows, 102.43 KiB in 0.001891 sec., 643046.0074034901 rows/sec., 52.90 MiB/sec. | ||
5597 | 2025.07.15 21:09:49.560806 [ 129 ] {} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5598 | 2025.07.15 21:09:49.560814 [ 260 ] {cc2bdefb-7021-400b-b1de-73cad9cf5079} <Debug> TCPHandler: Processed in 0.002085664 sec. | ||
5599 | 2025.07.15 21:09:49.560840 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5600 | 2025.07.15 21:09:49.560944 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5601 | 2025.07.15 21:09:49.560948 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::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 | ||
5602 | 2025.07.15 21:09:49.561046 [ 260 ] {15148007-3950-4508-9678-65588ae4059c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5603 | 2025.07.15 21:09:49.561088 [ 260 ] {15148007-3950-4508-9678-65588ae4059c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5604 | 2025.07.15 21:09:49.561105 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5605 | 2025.07.15 21:09:49.561142 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1849 rows starting from the beginning of the part | ||
5606 | 2025.07.15 21:09:49.561208 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 74 rows starting from the beginning of the part | ||
5607 | 2025.07.15 21:09:49.561258 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 685 rows starting from the beginning of the part | ||
5608 | 2025.07.15 21:09:49.561301 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 74 rows starting from the beginning of the part | ||
5609 | 2025.07.15 21:09:49.561341 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 681 rows starting from the beginning of the part | ||
5610 | 2025.07.15 21:09:49.561379 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1216 rows starting from the beginning of the part | ||
5611 | 2025.07.15 21:09:49.561499 [ 260 ] {15148007-3950-4508-9678-65588ae4059c} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5612 | 2025.07.15 21:09:49.561535 [ 260 ] {15148007-3950-4508-9678-65588ae4059c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5613 | 2025.07.15 21:09:49.561858 [ 260 ] {15148007-3950-4508-9678-65588ae4059c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5614 | 2025.07.15 21:09:49.562068 [ 260 ] {15148007-3950-4508-9678-65588ae4059c} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5615 | 2025.07.15 21:09:49.562202 [ 260 ] {15148007-3950-4508-9678-65588ae4059c} <Debug> executeQuery: Read 13 rows, 979.00 B in 0.001176 sec., 11054.421768707483 rows/sec., 812.97 KiB/sec. | ||
5616 | 2025.07.15 21:09:49.562238 [ 260 ] {15148007-3950-4508-9678-65588ae4059c} <Debug> TCPHandler: Processed in 0.001345445 sec. | ||
5617 | 2025.07.15 21:09:49.562342 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5618 | 2025.07.15 21:09:49.562436 [ 260 ] {9ad16b3d-b775-4b48-b259-4b76aaaa1210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
5619 | 2025.07.15 21:09:49.562477 [ 260 ] {9ad16b3d-b775-4b48-b259-4b76aaaa1210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5620 | 2025.07.15 21:09:49.562933 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4579 rows, containing 5 columns (5 merged, 0 gathered) in 0.002030493 sec., 2255117.3532733186 rows/sec., 191.28 MiB/sec. | ||
5621 | 2025.07.15 21:09:49.562951 [ 260 ] {9ad16b3d-b775-4b48-b259-4b76aaaa1210} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5622 | 2025.07.15 21:09:49.562987 [ 260 ] {9ad16b3d-b775-4b48-b259-4b76aaaa1210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5623 | 2025.07.15 21:09:49.563130 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5624 | 2025.07.15 21:09:49.563359 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_41_8} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5625 | 2025.07.15 21:09:49.563393 [ 260 ] {9ad16b3d-b775-4b48-b259-4b76aaaa1210} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5626 | 2025.07.15 21:09:49.563421 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_41_8} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5627 | 2025.07.15 21:09:49.563483 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
5628 | 2025.07.15 21:09:49.563606 [ 260 ] {9ad16b3d-b775-4b48-b259-4b76aaaa1210} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5629 | 2025.07.15 21:09:49.563742 [ 260 ] {9ad16b3d-b775-4b48-b259-4b76aaaa1210} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001325 sec., 172075.4716981132 rows/sec., 11.65 MiB/sec. | ||
5630 | 2025.07.15 21:09:49.563780 [ 260 ] {9ad16b3d-b775-4b48-b259-4b76aaaa1210} <Debug> TCPHandler: Processed in 0.001487198 sec. | ||
5631 | 2025.07.15 21:09:49.563885 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5632 | 2025.07.15 21:09:49.563985 [ 260 ] {ca70eaa4-07b3-4056-9b7e-9cf024a523d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5633 | 2025.07.15 21:09:49.564029 [ 260 ] {ca70eaa4-07b3-4056-9b7e-9cf024a523d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5634 | 2025.07.15 21:09:49.564607 [ 260 ] {ca70eaa4-07b3-4056-9b7e-9cf024a523d9} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5635 | 2025.07.15 21:09:49.564645 [ 260 ] {ca70eaa4-07b3-4056-9b7e-9cf024a523d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5636 | 2025.07.15 21:09:49.564988 [ 260 ] {ca70eaa4-07b3-4056-9b7e-9cf024a523d9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5637 | 2025.07.15 21:09:49.565206 [ 260 ] {ca70eaa4-07b3-4056-9b7e-9cf024a523d9} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5638 | 2025.07.15 21:09:49.565322 [ 138 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5639 | 2025.07.15 21:09:49.565340 [ 260 ] {ca70eaa4-07b3-4056-9b7e-9cf024a523d9} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.001374 sec., 387918.4861717613 rows/sec., 28.75 MiB/sec. | ||
5640 | 2025.07.15 21:09:49.565393 [ 138 ] {} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5641 | 2025.07.15 21:09:49.565402 [ 260 ] {ca70eaa4-07b3-4056-9b7e-9cf024a523d9} <Debug> TCPHandler: Processed in 0.001567121 sec. | ||
5642 | 2025.07.15 21:09:49.565428 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5643 | 2025.07.15 21:09:49.565532 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::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 | ||
5644 | 2025.07.15 21:09:49.565545 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5645 | 2025.07.15 21:09:49.565636 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5646 | 2025.07.15 21:09:49.565661 [ 260 ] {dd067d8f-0499-4b96-b799-d141ed2a4922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5647 | 2025.07.15 21:09:49.565675 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 915 rows starting from the beginning of the part | ||
5648 | 2025.07.15 21:09:49.565710 [ 260 ] {dd067d8f-0499-4b96-b799-d141ed2a4922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5649 | 2025.07.15 21:09:49.565743 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 73 rows starting from the beginning of the part | ||
5650 | 2025.07.15 21:09:49.565803 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 422 rows starting from the beginning of the part | ||
5651 | 2025.07.15 21:09:49.565870 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 73 rows starting from the beginning of the part | ||
5652 | 2025.07.15 21:09:49.565930 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 414 rows starting from the beginning of the part | ||
5653 | 2025.07.15 21:09:49.565970 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 533 rows starting from the beginning of the part | ||
5654 | 2025.07.15 21:09:49.566448 [ 260 ] {dd067d8f-0499-4b96-b799-d141ed2a4922} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5655 | 2025.07.15 21:09:49.566489 [ 260 ] {dd067d8f-0499-4b96-b799-d141ed2a4922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5656 | 2025.07.15 21:09:49.567028 [ 260 ] {dd067d8f-0499-4b96-b799-d141ed2a4922} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5657 | 2025.07.15 21:09:49.567305 [ 260 ] {dd067d8f-0499-4b96-b799-d141ed2a4922} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5658 | 2025.07.15 21:09:49.567435 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5659 | 2025.07.15 21:09:49.567441 [ 199 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2430 rows, containing 5 columns (5 merged, 0 gathered) in 0.00194914 sec., 1246703.6744410356 rows/sec., 95.51 MiB/sec. | ||
5660 | 2025.07.15 21:09:49.567470 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5661 | 2025.07.15 21:09:49.567461 [ 260 ] {dd067d8f-0499-4b96-b799-d141ed2a4922} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.001825 sec., 483287.6712328767 rows/sec., 32.52 MiB/sec. | ||
5662 | 2025.07.15 21:09:49.567516 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5663 | 2025.07.15 21:09:49.567557 [ 260 ] {dd067d8f-0499-4b96-b799-d141ed2a4922} <Debug> TCPHandler: Processed in 0.002070563 sec. | ||
5664 | 2025.07.15 21:09:49.567609 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
5665 | 2025.07.15 21:09:49.567702 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5666 | 2025.07.15 21:09:49.567708 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5667 | 2025.07.15 21:09:49.567746 [ 198 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5668 | 2025.07.15 21:09:49.567751 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11368 rows starting from the beginning of the part | ||
5669 | 2025.07.15 21:09:49.567815 [ 260 ] {d75bab97-b530-4bfc-b0c0-135dc2ceb853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5670 | 2025.07.15 21:09:49.567840 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
5671 | 2025.07.15 21:09:49.567883 [ 260 ] {d75bab97-b530-4bfc-b0c0-135dc2ceb853} <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 | ||
5672 | 2025.07.15 21:09:49.567898 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 241 rows starting from the beginning of the part | ||
5673 | 2025.07.15 21:09:49.567950 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
5674 | 2025.07.15 21:09:49.568005 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
5675 | 2025.07.15 21:09:49.568060 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 882 rows starting from the beginning of the part | ||
5676 | 2025.07.15 21:09:49.568085 [ 198 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_41_8} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5677 | 2025.07.15 21:09:49.568170 [ 198 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_41_8} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5678 | 2025.07.15 21:09:49.568264 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
5679 | 2025.07.15 21:09:49.568926 [ 260 ] {d75bab97-b530-4bfc-b0c0-135dc2ceb853} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5680 | 2025.07.15 21:09:49.568973 [ 260 ] {d75bab97-b530-4bfc-b0c0-135dc2ceb853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5681 | 2025.07.15 21:09:49.569546 [ 260 ] {d75bab97-b530-4bfc-b0c0-135dc2ceb853} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5682 | 2025.07.15 21:09:49.569776 [ 260 ] {d75bab97-b530-4bfc-b0c0-135dc2ceb853} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5683 | 2025.07.15 21:09:49.569888 [ 138 ] {} <Debug> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5684 | 2025.07.15 21:09:49.569921 [ 138 ] {} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5685 | 2025.07.15 21:09:49.569920 [ 260 ] {d75bab97-b530-4bfc-b0c0-135dc2ceb853} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00213 sec., 4225.352112676056 rows/sec., 7.57 MiB/sec. | ||
5686 | 2025.07.15 21:09:49.569941 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5687 | 2025.07.15 21:09:49.569990 [ 260 ] {d75bab97-b530-4bfc-b0c0-135dc2ceb853} <Debug> TCPHandler: Processed in 0.00234888 sec. | ||
5688 | 2025.07.15 21:09:49.570039 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
5689 | 2025.07.15 21:09:49.570117 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5690 | 2025.07.15 21:09:49.570217 [ 260 ] {0655a573-f166-4166-bf94-49cd2ab2690a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5691 | 2025.07.15 21:09:49.570260 [ 260 ] {0655a573-f166-4166-bf94-49cd2ab2690a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5692 | 2025.07.15 21:09:49.570293 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5693 | 2025.07.15 21:09:49.570402 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 564 rows starting from the beginning of the part | ||
5694 | 2025.07.15 21:09:49.570623 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 9 rows starting from the beginning of the part | ||
5695 | 2025.07.15 21:09:49.570626 [ 260 ] {0655a573-f166-4166-bf94-49cd2ab2690a} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5696 | 2025.07.15 21:09:49.570686 [ 260 ] {0655a573-f166-4166-bf94-49cd2ab2690a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5697 | 2025.07.15 21:09:49.570816 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part | ||
5698 | 2025.07.15 21:09:49.570998 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 9 rows starting from the beginning of the part | ||
5699 | 2025.07.15 21:09:49.571069 [ 260 ] {0655a573-f166-4166-bf94-49cd2ab2690a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5700 | 2025.07.15 21:09:49.571184 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 32 rows starting from the beginning of the part | ||
5701 | 2025.07.15 21:09:49.571321 [ 260 ] {0655a573-f166-4166-bf94-49cd2ab2690a} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5702 | 2025.07.15 21:09:49.571344 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 9 rows starting from the beginning of the part | ||
5703 | 2025.07.15 21:09:49.571432 [ 138 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5704 | 2025.07.15 21:09:49.571460 [ 138 ] {} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5705 | 2025.07.15 21:09:49.571463 [ 260 ] {0655a573-f166-4166-bf94-49cd2ab2690a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001265 sec., 47430.83003952569 rows/sec., 3.20 MiB/sec. | ||
5706 | 2025.07.15 21:09:49.571479 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5707 | 2025.07.15 21:09:49.571513 [ 260 ] {0655a573-f166-4166-bf94-49cd2ab2690a} <Debug> TCPHandler: Processed in 0.001447498 sec. | ||
5708 | 2025.07.15 21:09:49.571573 [ 198 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
5709 | 2025.07.15 21:09:49.571708 [ 198 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5710 | 2025.07.15 21:09:49.571758 [ 198 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2180 rows starting from the beginning of the part | ||
5711 | 2025.07.15 21:09:49.571830 [ 198 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
5712 | 2025.07.15 21:09:49.571880 [ 198 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
5713 | 2025.07.15 21:09:49.571925 [ 198 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
5714 | 2025.07.15 21:09:49.571967 [ 198 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
5715 | 2025.07.15 21:09:49.571973 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13048 rows, containing 5 columns (5 merged, 0 gathered) in 0.004399944 sec., 2965492.2880836665 rows/sec., 200.76 MiB/sec. | ||
5716 | 2025.07.15 21:09:49.572010 [ 198 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
5717 | 2025.07.15 21:09:49.572500 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5718 | 2025.07.15 21:09:49.572815 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5719 | 2025.07.15 21:09:49.572904 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5720 | 2025.07.15 21:09:49.572997 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB. | ||
5721 | 2025.07.15 21:09:49.573344 [ 198 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2524 rows, containing 4 columns (4 merged, 0 gathered) in 0.001814117 sec., 1391310.4832819493 rows/sec., 91.50 MiB/sec. | ||
5722 | 2025.07.15 21:09:49.573663 [ 188 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5723 | 2025.07.15 21:09:49.573937 [ 188 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_41_8} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5724 | 2025.07.15 21:09:49.574006 [ 188 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_41_8} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5725 | 2025.07.15 21:09:49.574078 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
5726 | 2025.07.15 21:09:49.576034 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 655 rows, containing 19 columns (19 merged, 0 gathered) in 0.006036545 sec., 108505.77606892685 rows/sec., 194.44 MiB/sec. | ||
5727 | 2025.07.15 21:09:49.576916 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5728 | 2025.07.15 21:09:49.577245 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5729 | 2025.07.15 21:09:49.577319 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5730 | 2025.07.15 21:09:49.577408 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.44 MiB. | ||
5731 | 2025.07.15 21:09:50.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.69 MiB, peak 253.19 MiB, free memory in arenas 0.00 B, will set to 245.24 MiB (RSS), difference: 2.55 MiB | ||
5732 | 2025.07.15 21:09:50.625948 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
5733 | 2025.07.15 21:09:50.626451 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5734 | 2025.07.15 21:09:50.626502 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5735 | 2025.07.15 21:09:50.627050 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5736 | 2025.07.15 21:09:50.627287 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5737 | 2025.07.15 21:09:50.627436 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
5738 | 2025.07.15 21:09:51.348877 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
5739 | 2025.07.15 21:09:51.366525 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5740 | 2025.07.15 21:09:51.366580 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5741 | 2025.07.15 21:09:51.372534 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5742 | 2025.07.15 21:09:51.373241 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5743 | 2025.07.15 21:09:51.376298 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
5744 | 2025.07.15 21:09:53.145216 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 798 | ||
5745 | 2025.07.15 21:09:53.147765 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5746 | 2025.07.15 21:09:53.147824 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5747 | 2025.07.15 21:09:53.149054 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5748 | 2025.07.15 21:09:53.149351 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5749 | 2025.07.15 21:09:53.149505 [ 148 ] {} <Debug> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5750 | 2025.07.15 21:09:53.149564 [ 148 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5751 | 2025.07.15 21:09:53.149585 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5752 | 2025.07.15 21:09:53.149686 [ 195 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::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 | ||
5753 | 2025.07.15 21:09:53.149721 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 798 | ||
5754 | 2025.07.15 21:09:53.150234 [ 195 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5755 | 2025.07.15 21:09:53.150367 [ 195 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 616 rows starting from the beginning of the part | ||
5756 | 2025.07.15 21:09:53.150680 [ 195 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part | ||
5757 | 2025.07.15 21:09:53.151009 [ 195 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 38 rows starting from the beginning of the part | ||
5758 | 2025.07.15 21:09:53.151354 [ 195 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part | ||
5759 | 2025.07.15 21:09:53.151694 [ 195 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part | ||
5760 | 2025.07.15 21:09:53.152011 [ 195 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 38 rows starting from the beginning of the part | ||
5761 | 2025.07.15 21:09:53.157617 [ 188 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 798 rows, containing 72 columns (72 merged, 0 gathered) in 0.007976036 sec., 100049.69887297398 rows/sec., 84.06 MiB/sec. | ||
5762 | 2025.07.15 21:09:53.158770 [ 198 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5763 | 2025.07.15 21:09:53.159409 [ 198 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_21_4} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5764 | 2025.07.15 21:09:53.159493 [ 198 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_21_4} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5765 | 2025.07.15 21:09:53.159753 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
5766 | 2025.07.15 21:09:54.527793 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5767 | 2025.07.15 21:09:54.527996 [ 260 ] {364faf01-2232-4c53-980d-9fe7c408aa88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5768 | 2025.07.15 21:09:54.528075 [ 260 ] {364faf01-2232-4c53-980d-9fe7c408aa88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5769 | 2025.07.15 21:09:54.528905 [ 260 ] {364faf01-2232-4c53-980d-9fe7c408aa88} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5770 | 2025.07.15 21:09:54.528956 [ 260 ] {364faf01-2232-4c53-980d-9fe7c408aa88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5771 | 2025.07.15 21:09:54.529377 [ 260 ] {364faf01-2232-4c53-980d-9fe7c408aa88} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5772 | 2025.07.15 21:09:54.529604 [ 260 ] {364faf01-2232-4c53-980d-9fe7c408aa88} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5773 | 2025.07.15 21:09:54.529776 [ 260 ] {364faf01-2232-4c53-980d-9fe7c408aa88} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001835 sec., 65395.09536784741 rows/sec., 5.54 MiB/sec. | ||
5774 | 2025.07.15 21:09:54.529835 [ 260 ] {364faf01-2232-4c53-980d-9fe7c408aa88} <Debug> TCPHandler: Processed in 0.002188267 sec. | ||
5775 | 2025.07.15 21:09:54.529981 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5776 | 2025.07.15 21:09:54.530087 [ 260 ] {a9a830e5-b6cc-4bc5-ac36-6b3ebebd4f06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5777 | 2025.07.15 21:09:54.530132 [ 260 ] {a9a830e5-b6cc-4bc5-ac36-6b3ebebd4f06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5778 | 2025.07.15 21:09:54.530563 [ 260 ] {a9a830e5-b6cc-4bc5-ac36-6b3ebebd4f06} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5779 | 2025.07.15 21:09:54.530603 [ 260 ] {a9a830e5-b6cc-4bc5-ac36-6b3ebebd4f06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5780 | 2025.07.15 21:09:54.530915 [ 260 ] {a9a830e5-b6cc-4bc5-ac36-6b3ebebd4f06} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5781 | 2025.07.15 21:09:54.531127 [ 260 ] {a9a830e5-b6cc-4bc5-ac36-6b3ebebd4f06} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5782 | 2025.07.15 21:09:54.531264 [ 260 ] {a9a830e5-b6cc-4bc5-ac36-6b3ebebd4f06} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001202 sec., 26622.296173044928 rows/sec., 1.95 MiB/sec. | ||
5783 | 2025.07.15 21:09:54.531302 [ 260 ] {a9a830e5-b6cc-4bc5-ac36-6b3ebebd4f06} <Debug> TCPHandler: Processed in 0.001377156 sec. | ||
5784 | 2025.07.15 21:09:54.531408 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5785 | 2025.07.15 21:09:54.531506 [ 260 ] {28ea0d40-a27a-4365-942d-8d8fc1d81029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5786 | 2025.07.15 21:09:54.531547 [ 260 ] {28ea0d40-a27a-4365-942d-8d8fc1d81029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5787 | 2025.07.15 21:09:54.531975 [ 260 ] {28ea0d40-a27a-4365-942d-8d8fc1d81029} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5788 | 2025.07.15 21:09:54.532013 [ 260 ] {28ea0d40-a27a-4365-942d-8d8fc1d81029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5789 | 2025.07.15 21:09:54.532332 [ 260 ] {28ea0d40-a27a-4365-942d-8d8fc1d81029} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5790 | 2025.07.15 21:09:54.532551 [ 260 ] {28ea0d40-a27a-4365-942d-8d8fc1d81029} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5791 | 2025.07.15 21:09:54.532688 [ 260 ] {28ea0d40-a27a-4365-942d-8d8fc1d81029} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001203 sec., 79800.49875311721 rows/sec., 6.23 MiB/sec. | ||
5792 | 2025.07.15 21:09:54.532727 [ 260 ] {28ea0d40-a27a-4365-942d-8d8fc1d81029} <Debug> TCPHandler: Processed in 0.001370615 sec. | ||
5793 | 2025.07.15 21:09:54.532837 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5794 | 2025.07.15 21:09:54.532934 [ 260 ] {5e831eb4-2406-47bd-b1b8-94d4d35367b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5795 | 2025.07.15 21:09:54.532979 [ 260 ] {5e831eb4-2406-47bd-b1b8-94d4d35367b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5796 | 2025.07.15 21:09:54.533418 [ 260 ] {5e831eb4-2406-47bd-b1b8-94d4d35367b9} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5797 | 2025.07.15 21:09:54.533455 [ 260 ] {5e831eb4-2406-47bd-b1b8-94d4d35367b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5798 | 2025.07.15 21:09:54.533803 [ 260 ] {5e831eb4-2406-47bd-b1b8-94d4d35367b9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5799 | 2025.07.15 21:09:54.534017 [ 260 ] {5e831eb4-2406-47bd-b1b8-94d4d35367b9} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5800 | 2025.07.15 21:09:54.534151 [ 260 ] {5e831eb4-2406-47bd-b1b8-94d4d35367b9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001237 sec., 129345.18997574778 rows/sec., 9.01 MiB/sec. | ||
5801 | 2025.07.15 21:09:54.534188 [ 260 ] {5e831eb4-2406-47bd-b1b8-94d4d35367b9} <Debug> TCPHandler: Processed in 0.001401006 sec. | ||
5802 | 2025.07.15 21:09:54.534300 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5803 | 2025.07.15 21:09:54.534395 [ 260 ] {f29cfe94-d181-4e2a-b7d2-ad4c033843e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5804 | 2025.07.15 21:09:54.534451 [ 260 ] {f29cfe94-d181-4e2a-b7d2-ad4c033843e7} <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 | ||
5805 | 2025.07.15 21:09:54.535316 [ 260 ] {f29cfe94-d181-4e2a-b7d2-ad4c033843e7} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5806 | 2025.07.15 21:09:54.535354 [ 260 ] {f29cfe94-d181-4e2a-b7d2-ad4c033843e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5807 | 2025.07.15 21:09:54.535919 [ 260 ] {f29cfe94-d181-4e2a-b7d2-ad4c033843e7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5808 | 2025.07.15 21:09:54.536151 [ 260 ] {f29cfe94-d181-4e2a-b7d2-ad4c033843e7} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5809 | 2025.07.15 21:09:54.536292 [ 260 ] {f29cfe94-d181-4e2a-b7d2-ad4c033843e7} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001915 sec., 16710.18276762402 rows/sec., 29.94 MiB/sec. | ||
5810 | 2025.07.15 21:09:54.536363 [ 260 ] {f29cfe94-d181-4e2a-b7d2-ad4c033843e7} <Debug> TCPHandler: Processed in 0.002113915 sec. | ||
5811 | 2025.07.15 21:09:54.536476 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5812 | 2025.07.15 21:09:54.536572 [ 260 ] {1eeedc5b-6d55-417e-9ca1-863ed9ccfd91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5813 | 2025.07.15 21:09:54.536615 [ 260 ] {1eeedc5b-6d55-417e-9ca1-863ed9ccfd91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5814 | 2025.07.15 21:09:54.536949 [ 260 ] {1eeedc5b-6d55-417e-9ca1-863ed9ccfd91} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5815 | 2025.07.15 21:09:54.536986 [ 260 ] {1eeedc5b-6d55-417e-9ca1-863ed9ccfd91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5816 | 2025.07.15 21:09:54.537292 [ 260 ] {1eeedc5b-6d55-417e-9ca1-863ed9ccfd91} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5817 | 2025.07.15 21:09:54.537511 [ 260 ] {1eeedc5b-6d55-417e-9ca1-863ed9ccfd91} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5818 | 2025.07.15 21:09:54.537639 [ 260 ] {1eeedc5b-6d55-417e-9ca1-863ed9ccfd91} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. | ||
5819 | 2025.07.15 21:09:54.537675 [ 260 ] {1eeedc5b-6d55-417e-9ca1-863ed9ccfd91} <Debug> TCPHandler: Processed in 0.001249453 sec. | ||
5820 | 2025.07.15 21:09:57.975128 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5821 | 2025.07.15 21:09:57.975201 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5822 | 2025.07.15 21:09:58.128386 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
5823 | 2025.07.15 21:09:58.128914 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5824 | 2025.07.15 21:09:58.128967 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5825 | 2025.07.15 21:09:58.129463 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5826 | 2025.07.15 21:09:58.129703 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5827 | 2025.07.15 21:09:58.129853 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
5828 | 2025.07.15 21:09:58.877231 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 | ||
5829 | 2025.07.15 21:09:58.894407 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5830 | 2025.07.15 21:09:58.894468 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5831 | 2025.07.15 21:09:58.899945 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5832 | 2025.07.15 21:09:58.900622 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5833 | 2025.07.15 21:09:58.903456 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 226 | ||
5834 | 2025.07.15 21:09:59.527398 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5835 | 2025.07.15 21:09:59.527576 [ 260 ] {0f3fe0ed-f7e0-4152-b77a-c479d9b0f2a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5836 | 2025.07.15 21:09:59.527642 [ 260 ] {0f3fe0ed-f7e0-4152-b77a-c479d9b0f2a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5837 | 2025.07.15 21:09:59.528305 [ 260 ] {0f3fe0ed-f7e0-4152-b77a-c479d9b0f2a0} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5838 | 2025.07.15 21:09:59.528346 [ 260 ] {0f3fe0ed-f7e0-4152-b77a-c479d9b0f2a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5839 | 2025.07.15 21:09:59.528747 [ 260 ] {0f3fe0ed-f7e0-4152-b77a-c479d9b0f2a0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5840 | 2025.07.15 21:09:59.528978 [ 260 ] {0f3fe0ed-f7e0-4152-b77a-c479d9b0f2a0} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5841 | 2025.07.15 21:09:59.529136 [ 260 ] {0f3fe0ed-f7e0-4152-b77a-c479d9b0f2a0} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.00161 sec., 45962.73291925465 rows/sec., 3.74 MiB/sec. | ||
5842 | 2025.07.15 21:09:59.529179 [ 260 ] {0f3fe0ed-f7e0-4152-b77a-c479d9b0f2a0} <Debug> TCPHandler: Processed in 0.00191469 sec. | ||
5843 | 2025.07.15 21:09:59.529317 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5844 | 2025.07.15 21:09:59.529414 [ 260 ] {7446f768-d58f-4891-9ad4-9d5153e521ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5845 | 2025.07.15 21:09:59.529456 [ 260 ] {7446f768-d58f-4891-9ad4-9d5153e521ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5846 | 2025.07.15 21:09:59.529864 [ 260 ] {7446f768-d58f-4891-9ad4-9d5153e521ef} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5847 | 2025.07.15 21:09:59.529901 [ 260 ] {7446f768-d58f-4891-9ad4-9d5153e521ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5848 | 2025.07.15 21:09:59.530212 [ 260 ] {7446f768-d58f-4891-9ad4-9d5153e521ef} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5849 | 2025.07.15 21:09:59.530430 [ 260 ] {7446f768-d58f-4891-9ad4-9d5153e521ef} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5850 | 2025.07.15 21:09:59.530564 [ 260 ] {7446f768-d58f-4891-9ad4-9d5153e521ef} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001169 sec., 7698.887938408897 rows/sec., 578.92 KiB/sec. | ||
5851 | 2025.07.15 21:09:59.530603 [ 260 ] {7446f768-d58f-4891-9ad4-9d5153e521ef} <Debug> TCPHandler: Processed in 0.001335874 sec. | ||
5852 | 2025.07.15 21:09:59.530708 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5853 | 2025.07.15 21:09:59.530803 [ 260 ] {8957ddcc-c570-4a8d-a9d1-6c3de762d1a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5854 | 2025.07.15 21:09:59.530843 [ 260 ] {8957ddcc-c570-4a8d-a9d1-6c3de762d1a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5855 | 2025.07.15 21:09:59.531269 [ 260 ] {8957ddcc-c570-4a8d-a9d1-6c3de762d1a8} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5856 | 2025.07.15 21:09:59.531305 [ 260 ] {8957ddcc-c570-4a8d-a9d1-6c3de762d1a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5857 | 2025.07.15 21:09:59.531648 [ 260 ] {8957ddcc-c570-4a8d-a9d1-6c3de762d1a8} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5858 | 2025.07.15 21:09:59.531894 [ 260 ] {8957ddcc-c570-4a8d-a9d1-6c3de762d1a8} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5859 | 2025.07.15 21:09:59.532030 [ 260 ] {8957ddcc-c570-4a8d-a9d1-6c3de762d1a8} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001245 sec., 58634.53815261044 rows/sec., 4.58 MiB/sec. | ||
5860 | 2025.07.15 21:09:59.532069 [ 260 ] {8957ddcc-c570-4a8d-a9d1-6c3de762d1a8} <Debug> TCPHandler: Processed in 0.001410106 sec. | ||
5861 | 2025.07.15 21:09:59.532183 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5862 | 2025.07.15 21:09:59.532277 [ 260 ] {53f42aa4-b2e8-4a01-9a31-5fd4e58f806d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5863 | 2025.07.15 21:09:59.532322 [ 260 ] {53f42aa4-b2e8-4a01-9a31-5fd4e58f806d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5864 | 2025.07.15 21:09:59.532738 [ 260 ] {53f42aa4-b2e8-4a01-9a31-5fd4e58f806d} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5865 | 2025.07.15 21:09:59.532774 [ 260 ] {53f42aa4-b2e8-4a01-9a31-5fd4e58f806d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5866 | 2025.07.15 21:09:59.533136 [ 260 ] {53f42aa4-b2e8-4a01-9a31-5fd4e58f806d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5867 | 2025.07.15 21:09:59.533355 [ 260 ] {53f42aa4-b2e8-4a01-9a31-5fd4e58f806d} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5868 | 2025.07.15 21:09:59.533489 [ 260 ] {53f42aa4-b2e8-4a01-9a31-5fd4e58f806d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001231 sec., 129975.62956945572 rows/sec., 9.05 MiB/sec. | ||
5869 | 2025.07.15 21:09:59.533527 [ 260 ] {53f42aa4-b2e8-4a01-9a31-5fd4e58f806d} <Debug> TCPHandler: Processed in 0.001393116 sec. | ||
5870 | 2025.07.15 21:09:59.533636 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5871 | 2025.07.15 21:09:59.533731 [ 260 ] {3d90a9a1-dd8e-4af4-abbb-0590df1a9f0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5872 | 2025.07.15 21:09:59.533788 [ 260 ] {3d90a9a1-dd8e-4af4-abbb-0590df1a9f0a} <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 | ||
5873 | 2025.07.15 21:09:59.534534 [ 260 ] {3d90a9a1-dd8e-4af4-abbb-0590df1a9f0a} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5874 | 2025.07.15 21:09:59.534570 [ 260 ] {3d90a9a1-dd8e-4af4-abbb-0590df1a9f0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5875 | 2025.07.15 21:09:59.535091 [ 260 ] {3d90a9a1-dd8e-4af4-abbb-0590df1a9f0a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5876 | 2025.07.15 21:09:59.535362 [ 260 ] {3d90a9a1-dd8e-4af4-abbb-0590df1a9f0a} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5877 | 2025.07.15 21:09:59.535505 [ 260 ] {3d90a9a1-dd8e-4af4-abbb-0590df1a9f0a} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001793 sec., 5019.52035694367 rows/sec., 8.99 MiB/sec. | ||
5878 | 2025.07.15 21:09:59.535591 [ 260 ] {3d90a9a1-dd8e-4af4-abbb-0590df1a9f0a} <Debug> TCPHandler: Processed in 0.002001561 sec. | ||
5879 | 2025.07.15 21:09:59.535722 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5880 | 2025.07.15 21:09:59.535819 [ 260 ] {8a19e58f-aa01-4f52-b85f-482b264e41a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5881 | 2025.07.15 21:09:59.535866 [ 260 ] {8a19e58f-aa01-4f52-b85f-482b264e41a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5882 | 2025.07.15 21:09:59.536221 [ 260 ] {8a19e58f-aa01-4f52-b85f-482b264e41a2} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5883 | 2025.07.15 21:09:59.536257 [ 260 ] {8a19e58f-aa01-4f52-b85f-482b264e41a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5884 | 2025.07.15 21:09:59.536576 [ 260 ] {8a19e58f-aa01-4f52-b85f-482b264e41a2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5885 | 2025.07.15 21:09:59.536803 [ 260 ] {8a19e58f-aa01-4f52-b85f-482b264e41a2} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5886 | 2025.07.15 21:09:59.536958 [ 260 ] {8a19e58f-aa01-4f52-b85f-482b264e41a2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001158 sec., 51813.47150259068 rows/sec., 3.49 MiB/sec. | ||
5887 | 2025.07.15 21:09:59.536995 [ 260 ] {8a19e58f-aa01-4f52-b85f-482b264e41a2} <Debug> TCPHandler: Processed in 0.001326895 sec. | ||
5888 | 2025.07.15 21:10:02.069750 [ 136 ] {} <Debug> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
5889 | 2025.07.15 21:10:02.069849 [ 136 ] {} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5890 | 2025.07.15 21:10:02.069894 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5891 | 2025.07.15 21:10:02.070051 [ 198 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
5892 | 2025.07.15 21:10:02.070214 [ 198 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5893 | 2025.07.15 21:10:02.070252 [ 198 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part | ||
5894 | 2025.07.15 21:10:02.070328 [ 198 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
5895 | 2025.07.15 21:10:02.070380 [ 198 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
5896 | 2025.07.15 21:10:02.070428 [ 198 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
5897 | 2025.07.15 21:10:02.070474 [ 198 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
5898 | 2025.07.15 21:10:02.071234 [ 200 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.001246652 sec., 27273.048132117063 rows/sec., 2.28 MiB/sec. | ||
5899 | 2025.07.15 21:10:02.071367 [ 198 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5900 | 2025.07.15 21:10:02.071615 [ 198 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_10_2} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5901 | 2025.07.15 21:10:02.071686 [ 198 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_10_2} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
5902 | 2025.07.15 21:10:02.071756 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5903 | 2025.07.15 21:10:03.150832 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 822 | ||
5904 | 2025.07.15 21:10:03.153078 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5905 | 2025.07.15 21:10:03.153133 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5906 | 2025.07.15 21:10:03.154326 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5907 | 2025.07.15 21:10:03.154611 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5908 | 2025.07.15 21:10:03.154928 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 822 | ||
5909 | 2025.07.15 21:10:04.527979 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5910 | 2025.07.15 21:10:04.528163 [ 260 ] {2c5d7d61-c220-4beb-8e19-c18e96881d4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
5911 | 2025.07.15 21:10:04.528234 [ 260 ] {2c5d7d61-c220-4beb-8e19-c18e96881d4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5912 | 2025.07.15 21:10:04.528892 [ 260 ] {2c5d7d61-c220-4beb-8e19-c18e96881d4b} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5913 | 2025.07.15 21:10:04.528947 [ 260 ] {2c5d7d61-c220-4beb-8e19-c18e96881d4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5914 | 2025.07.15 21:10:04.529337 [ 260 ] {2c5d7d61-c220-4beb-8e19-c18e96881d4b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5915 | 2025.07.15 21:10:04.529576 [ 260 ] {2c5d7d61-c220-4beb-8e19-c18e96881d4b} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5916 | 2025.07.15 21:10:04.529750 [ 260 ] {2c5d7d61-c220-4beb-8e19-c18e96881d4b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001637 sec., 1221.7470983506414 rows/sec., 99.62 KiB/sec. | ||
5917 | 2025.07.15 21:10:04.529803 [ 260 ] {2c5d7d61-c220-4beb-8e19-c18e96881d4b} <Debug> TCPHandler: Processed in 0.00195221 sec. | ||
5918 | 2025.07.15 21:10:04.529931 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5919 | 2025.07.15 21:10:04.530039 [ 260 ] {42aad69e-ee5b-4e78-b02c-9278b26a6a44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5920 | 2025.07.15 21:10:04.530084 [ 260 ] {42aad69e-ee5b-4e78-b02c-9278b26a6a44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5921 | 2025.07.15 21:10:04.530590 [ 260 ] {42aad69e-ee5b-4e78-b02c-9278b26a6a44} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5922 | 2025.07.15 21:10:04.530630 [ 260 ] {42aad69e-ee5b-4e78-b02c-9278b26a6a44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5923 | 2025.07.15 21:10:04.530961 [ 260 ] {42aad69e-ee5b-4e78-b02c-9278b26a6a44} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5924 | 2025.07.15 21:10:04.531190 [ 260 ] {42aad69e-ee5b-4e78-b02c-9278b26a6a44} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5925 | 2025.07.15 21:10:04.531328 [ 260 ] {42aad69e-ee5b-4e78-b02c-9278b26a6a44} <Debug> executeQuery: Read 121 rows, 10.49 KiB in 0.001316 sec., 91945.2887537994 rows/sec., 7.78 MiB/sec. | ||
5926 | 2025.07.15 21:10:04.531369 [ 260 ] {42aad69e-ee5b-4e78-b02c-9278b26a6a44} <Debug> TCPHandler: Processed in 0.001489649 sec. | ||
5927 | 2025.07.15 21:10:04.531492 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5928 | 2025.07.15 21:10:04.531592 [ 260 ] {63d46b95-2e90-43fb-8b11-835a36bac25b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5929 | 2025.07.15 21:10:04.531637 [ 260 ] {63d46b95-2e90-43fb-8b11-835a36bac25b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5930 | 2025.07.15 21:10:04.532064 [ 260 ] {63d46b95-2e90-43fb-8b11-835a36bac25b} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5931 | 2025.07.15 21:10:04.532103 [ 260 ] {63d46b95-2e90-43fb-8b11-835a36bac25b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5932 | 2025.07.15 21:10:04.532414 [ 260 ] {63d46b95-2e90-43fb-8b11-835a36bac25b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5933 | 2025.07.15 21:10:04.532642 [ 260 ] {63d46b95-2e90-43fb-8b11-835a36bac25b} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5934 | 2025.07.15 21:10:04.532777 [ 260 ] {63d46b95-2e90-43fb-8b11-835a36bac25b} <Debug> executeQuery: Read 34 rows, 2.55 KiB in 0.001206 sec., 28192.371475953565 rows/sec., 2.06 MiB/sec. | ||
5935 | 2025.07.15 21:10:04.532816 [ 260 ] {63d46b95-2e90-43fb-8b11-835a36bac25b} <Debug> TCPHandler: Processed in 0.001374935 sec. | ||
5936 | 2025.07.15 21:10:04.532931 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5937 | 2025.07.15 21:10:04.533028 [ 260 ] {8806c203-9855-4c84-b26f-4b0c219d7e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5938 | 2025.07.15 21:10:04.533068 [ 260 ] {8806c203-9855-4c84-b26f-4b0c219d7e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5939 | 2025.07.15 21:10:04.533510 [ 260 ] {8806c203-9855-4c84-b26f-4b0c219d7e7a} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5940 | 2025.07.15 21:10:04.533548 [ 260 ] {8806c203-9855-4c84-b26f-4b0c219d7e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5941 | 2025.07.15 21:10:04.533868 [ 260 ] {8806c203-9855-4c84-b26f-4b0c219d7e7a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5942 | 2025.07.15 21:10:04.534095 [ 260 ] {8806c203-9855-4c84-b26f-4b0c219d7e7a} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5943 | 2025.07.15 21:10:04.534231 [ 260 ] {8806c203-9855-4c84-b26f-4b0c219d7e7a} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001222 sec., 80196.39934533552 rows/sec., 6.27 MiB/sec. | ||
5944 | 2025.07.15 21:10:04.534268 [ 260 ] {8806c203-9855-4c84-b26f-4b0c219d7e7a} <Debug> TCPHandler: Processed in 0.001386286 sec. | ||
5945 | 2025.07.15 21:10:04.534381 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5946 | 2025.07.15 21:10:04.534475 [ 260 ] {f42e9774-fa7f-4355-bfcd-c7f24af91d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5947 | 2025.07.15 21:10:04.534521 [ 260 ] {f42e9774-fa7f-4355-bfcd-c7f24af91d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5948 | 2025.07.15 21:10:04.534935 [ 260 ] {f42e9774-fa7f-4355-bfcd-c7f24af91d1c} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5949 | 2025.07.15 21:10:04.534974 [ 260 ] {f42e9774-fa7f-4355-bfcd-c7f24af91d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5950 | 2025.07.15 21:10:04.535313 [ 260 ] {f42e9774-fa7f-4355-bfcd-c7f24af91d1c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5951 | 2025.07.15 21:10:04.535528 [ 260 ] {f42e9774-fa7f-4355-bfcd-c7f24af91d1c} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5952 | 2025.07.15 21:10:04.535663 [ 260 ] {f42e9774-fa7f-4355-bfcd-c7f24af91d1c} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001206 sec., 133499.17081260364 rows/sec., 9.30 MiB/sec. | ||
5953 | 2025.07.15 21:10:04.535700 [ 260 ] {f42e9774-fa7f-4355-bfcd-c7f24af91d1c} <Debug> TCPHandler: Processed in 0.001368546 sec. | ||
5954 | 2025.07.15 21:10:04.535821 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5955 | 2025.07.15 21:10:04.535926 [ 260 ] {72b9d545-3112-4b4d-97bb-2a9c301807ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5956 | 2025.07.15 21:10:04.535983 [ 260 ] {72b9d545-3112-4b4d-97bb-2a9c301807ea} <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 | ||
5957 | 2025.07.15 21:10:04.536924 [ 260 ] {72b9d545-3112-4b4d-97bb-2a9c301807ea} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5958 | 2025.07.15 21:10:04.536961 [ 260 ] {72b9d545-3112-4b4d-97bb-2a9c301807ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5959 | 2025.07.15 21:10:04.537511 [ 260 ] {72b9d545-3112-4b4d-97bb-2a9c301807ea} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5960 | 2025.07.15 21:10:04.537751 [ 260 ] {72b9d545-3112-4b4d-97bb-2a9c301807ea} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5961 | 2025.07.15 21:10:04.537895 [ 260 ] {72b9d545-3112-4b4d-97bb-2a9c301807ea} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001989 sec., 16088.486676721972 rows/sec., 28.83 MiB/sec. | ||
5962 | 2025.07.15 21:10:04.537961 [ 260 ] {72b9d545-3112-4b4d-97bb-2a9c301807ea} <Debug> TCPHandler: Processed in 0.002191776 sec. | ||
5963 | 2025.07.15 21:10:04.538089 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5964 | 2025.07.15 21:10:04.538184 [ 260 ] {c7cf3106-c3cc-4eba-9e0d-97fd8a32814e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5965 | 2025.07.15 21:10:04.538226 [ 260 ] {c7cf3106-c3cc-4eba-9e0d-97fd8a32814e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5966 | 2025.07.15 21:10:04.538601 [ 260 ] {c7cf3106-c3cc-4eba-9e0d-97fd8a32814e} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5967 | 2025.07.15 21:10:04.538637 [ 260 ] {c7cf3106-c3cc-4eba-9e0d-97fd8a32814e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5968 | 2025.07.15 21:10:04.538964 [ 260 ] {c7cf3106-c3cc-4eba-9e0d-97fd8a32814e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5969 | 2025.07.15 21:10:04.539184 [ 260 ] {c7cf3106-c3cc-4eba-9e0d-97fd8a32814e} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5970 | 2025.07.15 21:10:04.539317 [ 260 ] {c7cf3106-c3cc-4eba-9e0d-97fd8a32814e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001151 sec., 52128.583840139014 rows/sec., 3.51 MiB/sec. | ||
5971 | 2025.07.15 21:10:04.539355 [ 260 ] {c7cf3106-c3cc-4eba-9e0d-97fd8a32814e} <Debug> TCPHandler: Processed in 0.001314554 sec. | ||
5972 | 2025.07.15 21:10:05.630832 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
5973 | 2025.07.15 21:10:05.631339 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5974 | 2025.07.15 21:10:05.631385 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5975 | 2025.07.15 21:10:05.631893 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5976 | 2025.07.15 21:10:05.632133 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5977 | 2025.07.15 21:10:05.632270 [ 133 ] {} <Debug> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5978 | 2025.07.15 21:10:05.632277 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
5979 | 2025.07.15 21:10:05.632338 [ 133 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5980 | 2025.07.15 21:10:05.632363 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5981 | 2025.07.15 21:10:05.632466 [ 188 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
5982 | 2025.07.15 21:10:05.632577 [ 188 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5983 | 2025.07.15 21:10:05.632613 [ 188 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
5984 | 2025.07.15 21:10:05.632678 [ 188 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
5985 | 2025.07.15 21:10:05.632726 [ 188 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
5986 | 2025.07.15 21:10:05.632770 [ 188 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
5987 | 2025.07.15 21:10:05.632814 [ 188 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
5988 | 2025.07.15 21:10:05.632858 [ 188 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
5989 | 2025.07.15 21:10:05.634668 [ 186 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.002243498 sec., 6335196.198079962 rows/sec., 90.63 MiB/sec. | ||
5990 | 2025.07.15 21:10:05.634947 [ 188 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5991 | 2025.07.15 21:10:05.635205 [ 188 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_31_6} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5992 | 2025.07.15 21:10:05.635275 [ 188 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_31_6} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5993 | 2025.07.15 21:10:05.635346 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
5994 | 2025.07.15 21:10:06.404429 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 | ||
5995 | 2025.07.15 21:10:06.424560 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5996 | 2025.07.15 21:10:06.424623 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
5997 | 2025.07.15 21:10:06.430795 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5998 | 2025.07.15 21:10:06.431517 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5999 | 2025.07.15 21:10:06.431832 [ 132 ] {} <Debug> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6000 | 2025.07.15 21:10:06.431925 [ 132 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6001 | 2025.07.15 21:10:06.431962 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6002 | 2025.07.15 21:10:06.432139 [ 200 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
6003 | 2025.07.15 21:10:06.435159 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
6004 | 2025.07.15 21:10:06.435898 [ 200 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6005 | 2025.07.15 21:10:06.437270 [ 200 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
6006 | 2025.07.15 21:10:06.441595 [ 200 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
6007 | 2025.07.15 21:10:06.445808 [ 200 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
6008 | 2025.07.15 21:10:06.449975 [ 200 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
6009 | 2025.07.15 21:10:06.454154 [ 200 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
6010 | 2025.07.15 21:10:06.458221 [ 200 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
6011 | 2025.07.15 21:10:06.510597 [ 186 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.07852559 sec., 2979.920303686989 rows/sec., 15.41 MiB/sec. | ||
6012 | 2025.07.15 21:10:06.513165 [ 193 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6013 | 2025.07.15 21:10:06.515182 [ 193 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_31_6} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6014 | 2025.07.15 21:10:06.515283 [ 193 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_31_6} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6015 | 2025.07.15 21:10:06.517234 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
6016 | 2025.07.15 21:10:07.000153 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 246.45 MiB, peak 257.00 MiB, free memory in arenas 0.00 B, will set to 250.70 MiB (RSS), difference: 4.26 MiB | ||
6017 | 2025.07.15 21:10:09.527018 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6018 | 2025.07.15 21:10:09.527217 [ 260 ] {2ed5f6ac-d8cd-42dd-86b6-8d405bc0fb80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6019 | 2025.07.15 21:10:09.527285 [ 260 ] {2ed5f6ac-d8cd-42dd-86b6-8d405bc0fb80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6020 | 2025.07.15 21:10:09.527988 [ 260 ] {2ed5f6ac-d8cd-42dd-86b6-8d405bc0fb80} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6021 | 2025.07.15 21:10:09.528045 [ 260 ] {2ed5f6ac-d8cd-42dd-86b6-8d405bc0fb80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6022 | 2025.07.15 21:10:09.528447 [ 260 ] {2ed5f6ac-d8cd-42dd-86b6-8d405bc0fb80} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6023 | 2025.07.15 21:10:09.528693 [ 260 ] {2ed5f6ac-d8cd-42dd-86b6-8d405bc0fb80} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6024 | 2025.07.15 21:10:09.528867 [ 260 ] {2ed5f6ac-d8cd-42dd-86b6-8d405bc0fb80} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.0017 sec., 43529.41176470589 rows/sec., 3.54 MiB/sec. | ||
6025 | 2025.07.15 21:10:09.528926 [ 260 ] {2ed5f6ac-d8cd-42dd-86b6-8d405bc0fb80} <Debug> TCPHandler: Processed in 0.002037483 sec. | ||
6026 | 2025.07.15 21:10:09.529058 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6027 | 2025.07.15 21:10:09.529165 [ 260 ] {de381dde-8b37-4ef1-b777-16f0408c190e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6028 | 2025.07.15 21:10:09.529211 [ 260 ] {de381dde-8b37-4ef1-b777-16f0408c190e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6029 | 2025.07.15 21:10:09.529632 [ 260 ] {de381dde-8b37-4ef1-b777-16f0408c190e} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6030 | 2025.07.15 21:10:09.529672 [ 260 ] {de381dde-8b37-4ef1-b777-16f0408c190e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6031 | 2025.07.15 21:10:09.529984 [ 260 ] {de381dde-8b37-4ef1-b777-16f0408c190e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6032 | 2025.07.15 21:10:09.530239 [ 260 ] {de381dde-8b37-4ef1-b777-16f0408c190e} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6033 | 2025.07.15 21:10:09.530360 [ 130 ] {} <Debug> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6034 | 2025.07.15 21:10:09.530376 [ 260 ] {de381dde-8b37-4ef1-b777-16f0408c190e} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001236 sec., 7281.553398058253 rows/sec., 547.54 KiB/sec. | ||
6035 | 2025.07.15 21:10:09.530426 [ 130 ] {} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6036 | 2025.07.15 21:10:09.530436 [ 260 ] {de381dde-8b37-4ef1-b777-16f0408c190e} <Debug> TCPHandler: Processed in 0.001431677 sec. | ||
6037 | 2025.07.15 21:10:09.530457 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6038 | 2025.07.15 21:10:09.530554 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6039 | 2025.07.15 21:10:09.530563 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::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 | ||
6040 | 2025.07.15 21:10:09.530662 [ 260 ] {21927d5e-1947-4bee-be05-bd2d698ed9e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6041 | 2025.07.15 21:10:09.530697 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6042 | 2025.07.15 21:10:09.530710 [ 260 ] {21927d5e-1947-4bee-be05-bd2d698ed9e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6043 | 2025.07.15 21:10:09.530737 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 165 rows starting from the beginning of the part | ||
6044 | 2025.07.15 21:10:09.530809 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part | ||
6045 | 2025.07.15 21:10:09.530854 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 32 rows starting from the beginning of the part | ||
6046 | 2025.07.15 21:10:09.530897 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 9 rows starting from the beginning of the part | ||
6047 | 2025.07.15 21:10:09.530935 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part | ||
6048 | 2025.07.15 21:10:09.530976 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 9 rows starting from the beginning of the part | ||
6049 | 2025.07.15 21:10:09.531165 [ 260 ] {21927d5e-1947-4bee-be05-bd2d698ed9e6} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6050 | 2025.07.15 21:10:09.531206 [ 260 ] {21927d5e-1947-4bee-be05-bd2d698ed9e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6051 | 2025.07.15 21:10:09.531667 [ 260 ] {21927d5e-1947-4bee-be05-bd2d698ed9e6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6052 | 2025.07.15 21:10:09.531804 [ 186 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 262 rows, containing 5 columns (5 merged, 0 gathered) in 0.001288603 sec., 203320.96076138268 rows/sec., 14.41 MiB/sec. | ||
6053 | 2025.07.15 21:10:09.531893 [ 260 ] {21927d5e-1947-4bee-be05-bd2d698ed9e6} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6054 | 2025.07.15 21:10:09.532040 [ 260 ] {21927d5e-1947-4bee-be05-bd2d698ed9e6} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001399 sec., 52180.12866333095 rows/sec., 4.07 MiB/sec. | ||
6055 | 2025.07.15 21:10:09.532055 [ 201 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6056 | 2025.07.15 21:10:09.532078 [ 260 ] {21927d5e-1947-4bee-be05-bd2d698ed9e6} <Debug> TCPHandler: Processed in 0.001574361 sec. | ||
6057 | 2025.07.15 21:10:09.532219 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6058 | 2025.07.15 21:10:09.532323 [ 260 ] {b9990b08-bcf1-4b1e-86fe-8d71b18bb414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6059 | 2025.07.15 21:10:09.532371 [ 260 ] {b9990b08-bcf1-4b1e-86fe-8d71b18bb414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6060 | 2025.07.15 21:10:09.532465 [ 201 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_36_7} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6061 | 2025.07.15 21:10:09.532560 [ 201 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_36_7} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6062 | 2025.07.15 21:10:09.532684 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
6063 | 2025.07.15 21:10:09.532801 [ 260 ] {b9990b08-bcf1-4b1e-86fe-8d71b18bb414} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6064 | 2025.07.15 21:10:09.532843 [ 260 ] {b9990b08-bcf1-4b1e-86fe-8d71b18bb414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6065 | 2025.07.15 21:10:09.533179 [ 260 ] {b9990b08-bcf1-4b1e-86fe-8d71b18bb414} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6066 | 2025.07.15 21:10:09.533386 [ 260 ] {b9990b08-bcf1-4b1e-86fe-8d71b18bb414} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6067 | 2025.07.15 21:10:09.533524 [ 260 ] {b9990b08-bcf1-4b1e-86fe-8d71b18bb414} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. | ||
6068 | 2025.07.15 21:10:09.533562 [ 260 ] {b9990b08-bcf1-4b1e-86fe-8d71b18bb414} <Debug> TCPHandler: Processed in 0.001392356 sec. | ||
6069 | 2025.07.15 21:10:09.533663 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6070 | 2025.07.15 21:10:09.533757 [ 260 ] {419bac63-4c6e-4a47-872d-0174a034501d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6071 | 2025.07.15 21:10:09.533812 [ 260 ] {419bac63-4c6e-4a47-872d-0174a034501d} <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 | ||
6072 | 2025.07.15 21:10:09.534562 [ 260 ] {419bac63-4c6e-4a47-872d-0174a034501d} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6073 | 2025.07.15 21:10:09.534598 [ 260 ] {419bac63-4c6e-4a47-872d-0174a034501d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6074 | 2025.07.15 21:10:09.535115 [ 260 ] {419bac63-4c6e-4a47-872d-0174a034501d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6075 | 2025.07.15 21:10:09.535336 [ 260 ] {419bac63-4c6e-4a47-872d-0174a034501d} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6076 | 2025.07.15 21:10:09.535480 [ 260 ] {419bac63-4c6e-4a47-872d-0174a034501d} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00174 sec., 5172.413793103448 rows/sec., 9.27 MiB/sec. | ||
6077 | 2025.07.15 21:10:09.535551 [ 260 ] {419bac63-4c6e-4a47-872d-0174a034501d} <Debug> TCPHandler: Processed in 0.00193635 sec. | ||
6078 | 2025.07.15 21:10:09.535680 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6079 | 2025.07.15 21:10:09.535777 [ 260 ] {0c1e4f09-407b-4e7b-a2fd-96348e76698e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6080 | 2025.07.15 21:10:09.535820 [ 260 ] {0c1e4f09-407b-4e7b-a2fd-96348e76698e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6081 | 2025.07.15 21:10:09.536180 [ 260 ] {0c1e4f09-407b-4e7b-a2fd-96348e76698e} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6082 | 2025.07.15 21:10:09.536216 [ 260 ] {0c1e4f09-407b-4e7b-a2fd-96348e76698e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6083 | 2025.07.15 21:10:09.536528 [ 260 ] {0c1e4f09-407b-4e7b-a2fd-96348e76698e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6084 | 2025.07.15 21:10:09.536737 [ 260 ] {0c1e4f09-407b-4e7b-a2fd-96348e76698e} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6085 | 2025.07.15 21:10:09.536869 [ 260 ] {0c1e4f09-407b-4e7b-a2fd-96348e76698e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. | ||
6086 | 2025.07.15 21:10:09.536906 [ 260 ] {0c1e4f09-407b-4e7b-a2fd-96348e76698e} <Debug> TCPHandler: Processed in 0.001276113 sec. | ||
6087 | 2025.07.15 21:10:12.975242 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6088 | 2025.07.15 21:10:12.975307 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6089 | 2025.07.15 21:10:13.133347 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
6090 | 2025.07.15 21:10:13.133857 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6091 | 2025.07.15 21:10:13.133901 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6092 | 2025.07.15 21:10:13.134509 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6093 | 2025.07.15 21:10:13.134768 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6094 | 2025.07.15 21:10:13.134914 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
6095 | 2025.07.15 21:10:13.156008 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 848 | ||
6096 | 2025.07.15 21:10:13.158266 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6097 | 2025.07.15 21:10:13.158328 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6098 | 2025.07.15 21:10:13.159531 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6099 | 2025.07.15 21:10:13.159812 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6100 | 2025.07.15 21:10:13.160187 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 848 | ||
6101 | 2025.07.15 21:10:13.936190 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 | ||
6102 | 2025.07.15 21:10:13.952415 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6103 | 2025.07.15 21:10:13.952485 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6104 | 2025.07.15 21:10:13.958544 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6105 | 2025.07.15 21:10:13.959233 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6106 | 2025.07.15 21:10:13.962058 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 241 | ||
6107 | 2025.07.15 21:10:14.001193 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000882133 sec. | ||
6108 | 2025.07.15 21:10:14.533773 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6109 | 2025.07.15 21:10:14.533952 [ 260 ] {b0c29d99-73c6-4e82-815c-df239cdad395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
6110 | 2025.07.15 21:10:14.534022 [ 260 ] {b0c29d99-73c6-4e82-815c-df239cdad395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
6111 | 2025.07.15 21:10:14.534800 [ 260 ] {b0c29d99-73c6-4e82-815c-df239cdad395} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6112 | 2025.07.15 21:10:14.534850 [ 260 ] {b0c29d99-73c6-4e82-815c-df239cdad395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6113 | 2025.07.15 21:10:14.535247 [ 260 ] {b0c29d99-73c6-4e82-815c-df239cdad395} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6114 | 2025.07.15 21:10:14.535477 [ 260 ] {b0c29d99-73c6-4e82-815c-df239cdad395} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6115 | 2025.07.15 21:10:14.535638 [ 260 ] {b0c29d99-73c6-4e82-815c-df239cdad395} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001734 sec., 122260.66897347174 rows/sec., 7.78 MiB/sec. | ||
6116 | 2025.07.15 21:10:14.535693 [ 260 ] {b0c29d99-73c6-4e82-815c-df239cdad395} <Debug> TCPHandler: Processed in 0.002050013 sec. | ||
6117 | 2025.07.15 21:10:14.535836 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6118 | 2025.07.15 21:10:14.535951 [ 260 ] {80a5efd7-6ad2-4a70-94b6-de6c2bece656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6119 | 2025.07.15 21:10:14.535998 [ 260 ] {80a5efd7-6ad2-4a70-94b6-de6c2bece656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6120 | 2025.07.15 21:10:14.536957 [ 260 ] {80a5efd7-6ad2-4a70-94b6-de6c2bece656} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6121 | 2025.07.15 21:10:14.536997 [ 260 ] {80a5efd7-6ad2-4a70-94b6-de6c2bece656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6122 | 2025.07.15 21:10:14.537374 [ 260 ] {80a5efd7-6ad2-4a70-94b6-de6c2bece656} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6123 | 2025.07.15 21:10:14.537592 [ 260 ] {80a5efd7-6ad2-4a70-94b6-de6c2bece656} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6124 | 2025.07.15 21:10:14.537723 [ 122 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6125 | 2025.07.15 21:10:14.537734 [ 260 ] {80a5efd7-6ad2-4a70-94b6-de6c2bece656} <Debug> executeQuery: Read 681 rows, 55.38 KiB in 0.001807 sec., 376867.7365799668 rows/sec., 29.93 MiB/sec. | ||
6126 | 2025.07.15 21:10:14.537794 [ 122 ] {} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6127 | 2025.07.15 21:10:14.537807 [ 260 ] {80a5efd7-6ad2-4a70-94b6-de6c2bece656} <Debug> TCPHandler: Processed in 0.002024802 sec. | ||
6128 | 2025.07.15 21:10:14.537820 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6129 | 2025.07.15 21:10:14.537921 [ 190 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::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 | ||
6130 | 2025.07.15 21:10:14.537941 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6131 | 2025.07.15 21:10:14.538036 [ 190 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6132 | 2025.07.15 21:10:14.538048 [ 260 ] {9423c417-6a05-4618-9e86-796b38bf3ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6133 | 2025.07.15 21:10:14.538079 [ 190 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1849 rows starting from the beginning of the part | ||
6134 | 2025.07.15 21:10:14.538100 [ 260 ] {9423c417-6a05-4618-9e86-796b38bf3ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6135 | 2025.07.15 21:10:14.538149 [ 190 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 120 rows starting from the beginning of the part | ||
6136 | 2025.07.15 21:10:14.538199 [ 190 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 74 rows starting from the beginning of the part | ||
6137 | 2025.07.15 21:10:14.538240 [ 190 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 121 rows starting from the beginning of the part | ||
6138 | 2025.07.15 21:10:14.538279 [ 190 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 74 rows starting from the beginning of the part | ||
6139 | 2025.07.15 21:10:14.538324 [ 190 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 681 rows starting from the beginning of the part | ||
6140 | 2025.07.15 21:10:14.538589 [ 260 ] {9423c417-6a05-4618-9e86-796b38bf3ff2} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6141 | 2025.07.15 21:10:14.538632 [ 260 ] {9423c417-6a05-4618-9e86-796b38bf3ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6142 | 2025.07.15 21:10:14.539136 [ 260 ] {9423c417-6a05-4618-9e86-796b38bf3ff2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6143 | 2025.07.15 21:10:14.539370 [ 260 ] {9423c417-6a05-4618-9e86-796b38bf3ff2} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6144 | 2025.07.15 21:10:14.539526 [ 260 ] {9423c417-6a05-4618-9e86-796b38bf3ff2} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.0015 sec., 92000 rows/sec., 5.72 MiB/sec. | ||
6145 | 2025.07.15 21:10:14.539569 [ 260 ] {9423c417-6a05-4618-9e86-796b38bf3ff2} <Debug> TCPHandler: Processed in 0.001676853 sec. | ||
6146 | 2025.07.15 21:10:14.539693 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6147 | 2025.07.15 21:10:14.539795 [ 260 ] {55aefd01-5858-42a7-90e6-a14e1f67c05b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
6148 | 2025.07.15 21:10:14.539793 [ 201 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2919 rows, containing 5 columns (5 merged, 0 gathered) in 0.001908349 sec., 1529594.4295304476 rows/sec., 130.00 MiB/sec. | ||
6149 | 2025.07.15 21:10:14.539839 [ 260 ] {55aefd01-5858-42a7-90e6-a14e1f67c05b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6150 | 2025.07.15 21:10:14.540075 [ 190 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6151 | 2025.07.15 21:10:14.540310 [ 260 ] {55aefd01-5858-42a7-90e6-a14e1f67c05b} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6152 | 2025.07.15 21:10:14.540335 [ 190 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_46_9} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6153 | 2025.07.15 21:10:14.540353 [ 260 ] {55aefd01-5858-42a7-90e6-a14e1f67c05b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6154 | 2025.07.15 21:10:14.540420 [ 190 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_46_9} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6155 | 2025.07.15 21:10:14.540507 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
6156 | 2025.07.15 21:10:14.540718 [ 260 ] {55aefd01-5858-42a7-90e6-a14e1f67c05b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6157 | 2025.07.15 21:10:14.540957 [ 260 ] {55aefd01-5858-42a7-90e6-a14e1f67c05b} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6158 | 2025.07.15 21:10:14.541099 [ 260 ] {55aefd01-5858-42a7-90e6-a14e1f67c05b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001327 sec., 85154.48379804069 rows/sec., 5.51 MiB/sec. | ||
6159 | 2025.07.15 21:10:14.541140 [ 260 ] {55aefd01-5858-42a7-90e6-a14e1f67c05b} <Debug> TCPHandler: Processed in 0.001498139 sec. | ||
6160 | 2025.07.15 21:10:14.541256 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6161 | 2025.07.15 21:10:14.541355 [ 260 ] {9e85fe9a-ce9b-4e81-b901-3349f13c7ce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
6162 | 2025.07.15 21:10:14.541397 [ 260 ] {9e85fe9a-ce9b-4e81-b901-3349f13c7ce3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6163 | 2025.07.15 21:10:14.541841 [ 260 ] {9e85fe9a-ce9b-4e81-b901-3349f13c7ce3} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6164 | 2025.07.15 21:10:14.541884 [ 260 ] {9e85fe9a-ce9b-4e81-b901-3349f13c7ce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6165 | 2025.07.15 21:10:14.542221 [ 260 ] {9e85fe9a-ce9b-4e81-b901-3349f13c7ce3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6166 | 2025.07.15 21:10:14.542447 [ 260 ] {9e85fe9a-ce9b-4e81-b901-3349f13c7ce3} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6167 | 2025.07.15 21:10:14.542582 [ 260 ] {9e85fe9a-ce9b-4e81-b901-3349f13c7ce3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001248 sec., 89743.58974358975 rows/sec., 5.11 MiB/sec. | ||
6168 | 2025.07.15 21:10:14.542622 [ 260 ] {9e85fe9a-ce9b-4e81-b901-3349f13c7ce3} <Debug> TCPHandler: Processed in 0.001416287 sec. | ||
6169 | 2025.07.15 21:10:14.542742 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6170 | 2025.07.15 21:10:14.542837 [ 260 ] {1986a84d-6d1f-4c71-92d1-77fd9ee400bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6171 | 2025.07.15 21:10:14.542877 [ 260 ] {1986a84d-6d1f-4c71-92d1-77fd9ee400bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6172 | 2025.07.15 21:10:14.543479 [ 260 ] {1986a84d-6d1f-4c71-92d1-77fd9ee400bd} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6173 | 2025.07.15 21:10:14.543517 [ 260 ] {1986a84d-6d1f-4c71-92d1-77fd9ee400bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6174 | 2025.07.15 21:10:14.543931 [ 260 ] {1986a84d-6d1f-4c71-92d1-77fd9ee400bd} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6175 | 2025.07.15 21:10:14.544213 [ 260 ] {1986a84d-6d1f-4c71-92d1-77fd9ee400bd} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6176 | 2025.07.15 21:10:14.544354 [ 122 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6177 | 2025.07.15 21:10:14.544380 [ 260 ] {1986a84d-6d1f-4c71-92d1-77fd9ee400bd} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001561 sec., 265214.60602178087 rows/sec., 18.86 MiB/sec. | ||
6178 | 2025.07.15 21:10:14.544394 [ 122 ] {} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6179 | 2025.07.15 21:10:14.544427 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6180 | 2025.07.15 21:10:14.544437 [ 260 ] {1986a84d-6d1f-4c71-92d1-77fd9ee400bd} <Debug> TCPHandler: Processed in 0.001744695 sec. | ||
6181 | 2025.07.15 21:10:14.544514 [ 192 ] {356f697c-9853-4710-92c4-0a2e48007ad7::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 | ||
6182 | 2025.07.15 21:10:14.544584 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6183 | 2025.07.15 21:10:14.544601 [ 192 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6184 | 2025.07.15 21:10:14.544632 [ 192 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 915 rows starting from the beginning of the part | ||
6185 | 2025.07.15 21:10:14.544691 [ 192 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 96 rows starting from the beginning of the part | ||
6186 | 2025.07.15 21:10:14.544704 [ 260 ] {08ef89b7-2029-435b-b1b2-9cf7320da076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
6187 | 2025.07.15 21:10:14.544743 [ 192 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 73 rows starting from the beginning of the part | ||
6188 | 2025.07.15 21:10:14.544763 [ 260 ] {08ef89b7-2029-435b-b1b2-9cf7320da076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6189 | 2025.07.15 21:10:14.544786 [ 192 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 98 rows starting from the beginning of the part | ||
6190 | 2025.07.15 21:10:14.544829 [ 192 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 73 rows starting from the beginning of the part | ||
6191 | 2025.07.15 21:10:14.544867 [ 192 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 414 rows starting from the beginning of the part | ||
6192 | 2025.07.15 21:10:14.545152 [ 260 ] {08ef89b7-2029-435b-b1b2-9cf7320da076} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6193 | 2025.07.15 21:10:14.545188 [ 260 ] {08ef89b7-2029-435b-b1b2-9cf7320da076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6194 | 2025.07.15 21:10:14.545534 [ 260 ] {08ef89b7-2029-435b-b1b2-9cf7320da076} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6195 | 2025.07.15 21:10:14.545751 [ 260 ] {08ef89b7-2029-435b-b1b2-9cf7320da076} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6196 | 2025.07.15 21:10:14.545881 [ 190 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1669 rows, containing 5 columns (5 merged, 0 gathered) in 0.001406646 sec., 1186510.323137449 rows/sec., 91.59 MiB/sec. | ||
6197 | 2025.07.15 21:10:14.545885 [ 260 ] {08ef89b7-2029-435b-b1b2-9cf7320da076} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001206 sec., 4975.124378109453 rows/sec., 259.93 KiB/sec. | ||
6198 | 2025.07.15 21:10:14.545943 [ 260 ] {08ef89b7-2029-435b-b1b2-9cf7320da076} <Debug> TCPHandler: Processed in 0.001419927 sec. | ||
6199 | 2025.07.15 21:10:14.546065 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6200 | 2025.07.15 21:10:14.546120 [ 201 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6201 | 2025.07.15 21:10:14.546162 [ 260 ] {d9ccf8a2-098d-4cc6-bd4e-c3dcd39ae6fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6202 | 2025.07.15 21:10:14.546208 [ 260 ] {d9ccf8a2-098d-4cc6-bd4e-c3dcd39ae6fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6203 | 2025.07.15 21:10:14.546504 [ 201 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_46_9} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6204 | 2025.07.15 21:10:14.546615 [ 201 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_46_9} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6205 | 2025.07.15 21:10:14.546658 [ 260 ] {d9ccf8a2-098d-4cc6-bd4e-c3dcd39ae6fd} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6206 | 2025.07.15 21:10:14.546698 [ 260 ] {d9ccf8a2-098d-4cc6-bd4e-c3dcd39ae6fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6207 | 2025.07.15 21:10:14.546734 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
6208 | 2025.07.15 21:10:14.547061 [ 260 ] {d9ccf8a2-098d-4cc6-bd4e-c3dcd39ae6fd} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6209 | 2025.07.15 21:10:14.547299 [ 260 ] {d9ccf8a2-098d-4cc6-bd4e-c3dcd39ae6fd} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6210 | 2025.07.15 21:10:14.547432 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6211 | 2025.07.15 21:10:14.547442 [ 260 ] {d9ccf8a2-098d-4cc6-bd4e-c3dcd39ae6fd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001298 sec., 182588.59784283515 rows/sec., 12.24 MiB/sec. | ||
6212 | 2025.07.15 21:10:14.547473 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6213 | 2025.07.15 21:10:14.547494 [ 260 ] {d9ccf8a2-098d-4cc6-bd4e-c3dcd39ae6fd} <Debug> TCPHandler: Processed in 0.001478758 sec. | ||
6214 | 2025.07.15 21:10:14.547498 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6215 | 2025.07.15 21:10:14.547580 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
6216 | 2025.07.15 21:10:14.547622 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6217 | 2025.07.15 21:10:14.547681 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6218 | 2025.07.15 21:10:14.547712 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 13048 rows starting from the beginning of the part | ||
6219 | 2025.07.15 21:10:14.547723 [ 260 ] {5b2cc45b-eaf0-4b11-aac4-1c7141ba58ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
6220 | 2025.07.15 21:10:14.547761 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
6221 | 2025.07.15 21:10:14.547772 [ 260 ] {5b2cc45b-eaf0-4b11-aac4-1c7141ba58ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6222 | 2025.07.15 21:10:14.547809 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
6223 | 2025.07.15 21:10:14.547848 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 161 rows starting from the beginning of the part | ||
6224 | 2025.07.15 21:10:14.547883 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
6225 | 2025.07.15 21:10:14.547919 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part | ||
6226 | 2025.07.15 21:10:14.548108 [ 260 ] {5b2cc45b-eaf0-4b11-aac4-1c7141ba58ec} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6227 | 2025.07.15 21:10:14.548152 [ 260 ] {5b2cc45b-eaf0-4b11-aac4-1c7141ba58ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6228 | 2025.07.15 21:10:14.548468 [ 260 ] {5b2cc45b-eaf0-4b11-aac4-1c7141ba58ec} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6229 | 2025.07.15 21:10:14.548688 [ 260 ] {5b2cc45b-eaf0-4b11-aac4-1c7141ba58ec} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6230 | 2025.07.15 21:10:14.548829 [ 260 ] {5b2cc45b-eaf0-4b11-aac4-1c7141ba58ec} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001124 sec., 889.6797153024911 rows/sec., 59.95 KiB/sec. | ||
6231 | 2025.07.15 21:10:14.548866 [ 260 ] {5b2cc45b-eaf0-4b11-aac4-1c7141ba58ec} <Debug> TCPHandler: Processed in 0.001292554 sec. | ||
6232 | 2025.07.15 21:10:14.548989 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6233 | 2025.07.15 21:10:14.549084 [ 260 ] {18cca256-38ba-400a-9ef4-caca30b1f989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6234 | 2025.07.15 21:10:14.549138 [ 260 ] {18cca256-38ba-400a-9ef4-caca30b1f989} <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 | ||
6235 | 2025.07.15 21:10:14.549985 [ 260 ] {18cca256-38ba-400a-9ef4-caca30b1f989} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6236 | 2025.07.15 21:10:14.550022 [ 260 ] {18cca256-38ba-400a-9ef4-caca30b1f989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6237 | 2025.07.15 21:10:14.550842 [ 260 ] {18cca256-38ba-400a-9ef4-caca30b1f989} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6238 | 2025.07.15 21:10:14.551087 [ 260 ] {18cca256-38ba-400a-9ef4-caca30b1f989} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6239 | 2025.07.15 21:10:14.551216 [ 123 ] {} <Debug> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6240 | 2025.07.15 21:10:14.551238 [ 260 ] {18cca256-38ba-400a-9ef4-caca30b1f989} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002172 sec., 14732.965009208105 rows/sec., 26.40 MiB/sec. | ||
6241 | 2025.07.15 21:10:14.551288 [ 123 ] {} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6242 | 2025.07.15 21:10:14.551314 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6243 | 2025.07.15 21:10:14.551340 [ 260 ] {18cca256-38ba-400a-9ef4-caca30b1f989} <Debug> TCPHandler: Processed in 0.002400293 sec. | ||
6244 | 2025.07.15 21:10:14.551414 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
6245 | 2025.07.15 21:10:14.551467 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6246 | 2025.07.15 21:10:14.551572 [ 260 ] {1542b6c2-8998-4b4a-b912-dda9b076a413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6247 | 2025.07.15 21:10:14.551614 [ 260 ] {1542b6c2-8998-4b4a-b912-dda9b076a413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6248 | 2025.07.15 21:10:14.551654 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6249 | 2025.07.15 21:10:14.551715 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 655 rows starting from the beginning of the part | ||
6250 | 2025.07.15 21:10:14.551849 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
6251 | 2025.07.15 21:10:14.551959 [ 260 ] {1542b6c2-8998-4b4a-b912-dda9b076a413} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6252 | 2025.07.15 21:10:14.551962 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 9 rows starting from the beginning of the part | ||
6253 | 2025.07.15 21:10:14.552003 [ 260 ] {1542b6c2-8998-4b4a-b912-dda9b076a413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6254 | 2025.07.15 21:10:14.552087 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 32 rows starting from the beginning of the part | ||
6255 | 2025.07.15 21:10:14.552199 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 9 rows starting from the beginning of the part | ||
6256 | 2025.07.15 21:10:14.552302 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 32 rows starting from the beginning of the part | ||
6257 | 2025.07.15 21:10:14.552353 [ 260 ] {1542b6c2-8998-4b4a-b912-dda9b076a413} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6258 | 2025.07.15 21:10:14.552579 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13926 rows, containing 5 columns (5 merged, 0 gathered) in 0.005025539 sec., 2771046.0509808003 rows/sec., 187.81 MiB/sec. | ||
6259 | 2025.07.15 21:10:14.552591 [ 260 ] {1542b6c2-8998-4b4a-b912-dda9b076a413} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6260 | 2025.07.15 21:10:14.552748 [ 123 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6261 | 2025.07.15 21:10:14.552760 [ 260 ] {1542b6c2-8998-4b4a-b912-dda9b076a413} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001207 sec., 67937.03396851699 rows/sec., 4.31 MiB/sec. | ||
6262 | 2025.07.15 21:10:14.552791 [ 123 ] {} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6263 | 2025.07.15 21:10:14.552811 [ 260 ] {1542b6c2-8998-4b4a-b912-dda9b076a413} <Debug> TCPHandler: Processed in 0.001393205 sec. | ||
6264 | 2025.07.15 21:10:14.552819 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6265 | 2025.07.15 21:10:14.552922 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
6266 | 2025.07.15 21:10:14.552994 [ 194 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6267 | 2025.07.15 21:10:14.553033 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6268 | 2025.07.15 21:10:14.553068 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2524 rows starting from the beginning of the part | ||
6269 | 2025.07.15 21:10:14.553124 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
6270 | 2025.07.15 21:10:14.553173 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
6271 | 2025.07.15 21:10:14.553231 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
6272 | 2025.07.15 21:10:14.553307 [ 194 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6273 | 2025.07.15 21:10:14.553308 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
6274 | 2025.07.15 21:10:14.553375 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part | ||
6275 | 2025.07.15 21:10:14.553385 [ 194 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6276 | 2025.07.15 21:10:14.553462 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.69 MiB. | ||
6277 | 2025.07.15 21:10:14.554613 [ 191 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2846 rows, containing 4 columns (4 merged, 0 gathered) in 0.001727605 sec., 1647367.3090781749 rows/sec., 108.46 MiB/sec. | ||
6278 | 2025.07.15 21:10:14.554873 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6279 | 2025.07.15 21:10:14.555178 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_46_9} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6280 | 2025.07.15 21:10:14.555244 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_46_9} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6281 | 2025.07.15 21:10:14.555336 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
6282 | 2025.07.15 21:10:14.557888 [ 194 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 19 columns (19 merged, 0 gathered) in 0.006522069 sec., 117907.36957858005 rows/sec., 211.28 MiB/sec. | ||
6283 | 2025.07.15 21:10:14.559135 [ 191 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6284 | 2025.07.15 21:10:14.559519 [ 191 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6285 | 2025.07.15 21:10:14.559599 [ 191 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6286 | 2025.07.15 21:10:14.559774 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.64 MiB. | ||
6287 | 2025.07.15 21:10:15.000151 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 252.91 MiB, peak 260.51 MiB, free memory in arenas 0.00 B, will set to 257.03 MiB (RSS), difference: 4.13 MiB | ||
6288 | 2025.07.15 21:10:19.555688 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6289 | 2025.07.15 21:10:19.555883 [ 260 ] {16f35047-0d32-4a36-bd8e-8f6822d86d1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
6290 | 2025.07.15 21:10:19.555954 [ 260 ] {16f35047-0d32-4a36-bd8e-8f6822d86d1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6291 | 2025.07.15 21:10:19.556589 [ 260 ] {16f35047-0d32-4a36-bd8e-8f6822d86d1e} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6292 | 2025.07.15 21:10:19.556643 [ 260 ] {16f35047-0d32-4a36-bd8e-8f6822d86d1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6293 | 2025.07.15 21:10:19.557225 [ 260 ] {16f35047-0d32-4a36-bd8e-8f6822d86d1e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6294 | 2025.07.15 21:10:19.557597 [ 260 ] {16f35047-0d32-4a36-bd8e-8f6822d86d1e} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6295 | 2025.07.15 21:10:19.557904 [ 260 ] {16f35047-0d32-4a36-bd8e-8f6822d86d1e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002065 sec., 1937.046004842615 rows/sec., 157.95 KiB/sec. | ||
6296 | 2025.07.15 21:10:19.558017 [ 260 ] {16f35047-0d32-4a36-bd8e-8f6822d86d1e} <Debug> TCPHandler: Processed in 0.002454953 sec. | ||
6297 | 2025.07.15 21:10:19.558271 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6298 | 2025.07.15 21:10:19.558418 [ 260 ] {df98359c-ced4-4a7c-a36c-393d8b6ace68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6299 | 2025.07.15 21:10:19.558477 [ 260 ] {df98359c-ced4-4a7c-a36c-393d8b6ace68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6300 | 2025.07.15 21:10:19.559673 [ 260 ] {df98359c-ced4-4a7c-a36c-393d8b6ace68} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6301 | 2025.07.15 21:10:19.559717 [ 260 ] {df98359c-ced4-4a7c-a36c-393d8b6ace68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6302 | 2025.07.15 21:10:19.560199 [ 260 ] {df98359c-ced4-4a7c-a36c-393d8b6ace68} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6303 | 2025.07.15 21:10:19.560421 [ 260 ] {df98359c-ced4-4a7c-a36c-393d8b6ace68} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6304 | 2025.07.15 21:10:19.560584 [ 260 ] {df98359c-ced4-4a7c-a36c-393d8b6ace68} <Debug> executeQuery: Read 1216 rows, 102.43 KiB in 0.002201 sec., 552476.1472058155 rows/sec., 45.45 MiB/sec. | ||
6305 | 2025.07.15 21:10:19.560636 [ 260 ] {df98359c-ced4-4a7c-a36c-393d8b6ace68} <Debug> TCPHandler: Processed in 0.002443503 sec. | ||
6306 | 2025.07.15 21:10:19.560767 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6307 | 2025.07.15 21:10:19.560878 [ 260 ] {8c8d9259-7d8e-41cf-918d-6b6affaf499e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6308 | 2025.07.15 21:10:19.560923 [ 260 ] {8c8d9259-7d8e-41cf-918d-6b6affaf499e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6309 | 2025.07.15 21:10:19.561365 [ 260 ] {8c8d9259-7d8e-41cf-918d-6b6affaf499e} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6310 | 2025.07.15 21:10:19.561404 [ 260 ] {8c8d9259-7d8e-41cf-918d-6b6affaf499e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6311 | 2025.07.15 21:10:19.561723 [ 260 ] {8c8d9259-7d8e-41cf-918d-6b6affaf499e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6312 | 2025.07.15 21:10:19.561941 [ 260 ] {8c8d9259-7d8e-41cf-918d-6b6affaf499e} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6313 | 2025.07.15 21:10:19.562086 [ 260 ] {8c8d9259-7d8e-41cf-918d-6b6affaf499e} <Debug> executeQuery: Read 13 rows, 979.00 B in 0.001232 sec., 10551.948051948051 rows/sec., 776.02 KiB/sec. | ||
6314 | 2025.07.15 21:10:19.562126 [ 260 ] {8c8d9259-7d8e-41cf-918d-6b6affaf499e} <Debug> TCPHandler: Processed in 0.001413307 sec. | ||
6315 | 2025.07.15 21:10:19.562242 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6316 | 2025.07.15 21:10:19.562340 [ 260 ] {a78a7836-343a-44e9-9601-870c35d2b639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
6317 | 2025.07.15 21:10:19.562382 [ 260 ] {a78a7836-343a-44e9-9601-870c35d2b639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6318 | 2025.07.15 21:10:19.562884 [ 260 ] {a78a7836-343a-44e9-9601-870c35d2b639} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6319 | 2025.07.15 21:10:19.562922 [ 260 ] {a78a7836-343a-44e9-9601-870c35d2b639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6320 | 2025.07.15 21:10:19.563235 [ 260 ] {a78a7836-343a-44e9-9601-870c35d2b639} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6321 | 2025.07.15 21:10:19.563460 [ 260 ] {a78a7836-343a-44e9-9601-870c35d2b639} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6322 | 2025.07.15 21:10:19.563596 [ 260 ] {a78a7836-343a-44e9-9601-870c35d2b639} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001276 sec., 178683.3855799373 rows/sec., 12.10 MiB/sec. | ||
6323 | 2025.07.15 21:10:19.563635 [ 260 ] {a78a7836-343a-44e9-9601-870c35d2b639} <Debug> TCPHandler: Processed in 0.001443827 sec. | ||
6324 | 2025.07.15 21:10:19.563753 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6325 | 2025.07.15 21:10:19.563849 [ 260 ] {5e8e9472-77c3-49eb-b9f1-ccf7787cce1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6326 | 2025.07.15 21:10:19.563890 [ 260 ] {5e8e9472-77c3-49eb-b9f1-ccf7787cce1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6327 | 2025.07.15 21:10:19.564507 [ 260 ] {5e8e9472-77c3-49eb-b9f1-ccf7787cce1e} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6328 | 2025.07.15 21:10:19.564544 [ 260 ] {5e8e9472-77c3-49eb-b9f1-ccf7787cce1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6329 | 2025.07.15 21:10:19.564872 [ 260 ] {5e8e9472-77c3-49eb-b9f1-ccf7787cce1e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6330 | 2025.07.15 21:10:19.565084 [ 260 ] {5e8e9472-77c3-49eb-b9f1-ccf7787cce1e} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6331 | 2025.07.15 21:10:19.565212 [ 260 ] {5e8e9472-77c3-49eb-b9f1-ccf7787cce1e} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.001382 sec., 385672.9377713459 rows/sec., 28.58 MiB/sec. | ||
6332 | 2025.07.15 21:10:19.565251 [ 260 ] {5e8e9472-77c3-49eb-b9f1-ccf7787cce1e} <Debug> TCPHandler: Processed in 0.001549231 sec. | ||
6333 | 2025.07.15 21:10:19.565363 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6334 | 2025.07.15 21:10:19.565464 [ 260 ] {b6f3384c-c16b-4fe7-a059-4e06ae87d0ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6335 | 2025.07.15 21:10:19.565509 [ 260 ] {b6f3384c-c16b-4fe7-a059-4e06ae87d0ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6336 | 2025.07.15 21:10:19.566125 [ 260 ] {b6f3384c-c16b-4fe7-a059-4e06ae87d0ca} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6337 | 2025.07.15 21:10:19.566161 [ 260 ] {b6f3384c-c16b-4fe7-a059-4e06ae87d0ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6338 | 2025.07.15 21:10:19.566553 [ 260 ] {b6f3384c-c16b-4fe7-a059-4e06ae87d0ca} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6339 | 2025.07.15 21:10:19.566767 [ 260 ] {b6f3384c-c16b-4fe7-a059-4e06ae87d0ca} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6340 | 2025.07.15 21:10:19.566898 [ 260 ] {b6f3384c-c16b-4fe7-a059-4e06ae87d0ca} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.001453 sec., 607019.9587061253 rows/sec., 40.84 MiB/sec. | ||
6341 | 2025.07.15 21:10:19.566935 [ 260 ] {b6f3384c-c16b-4fe7-a059-4e06ae87d0ca} <Debug> TCPHandler: Processed in 0.001619612 sec. | ||
6342 | 2025.07.15 21:10:19.567038 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6343 | 2025.07.15 21:10:19.567131 [ 260 ] {634ae7f1-9b7e-4e0f-a239-4d639762ec6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6344 | 2025.07.15 21:10:19.567186 [ 260 ] {634ae7f1-9b7e-4e0f-a239-4d639762ec6b} <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 | ||
6345 | 2025.07.15 21:10:19.567958 [ 260 ] {634ae7f1-9b7e-4e0f-a239-4d639762ec6b} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6346 | 2025.07.15 21:10:19.567995 [ 260 ] {634ae7f1-9b7e-4e0f-a239-4d639762ec6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6347 | 2025.07.15 21:10:19.568517 [ 260 ] {634ae7f1-9b7e-4e0f-a239-4d639762ec6b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6348 | 2025.07.15 21:10:19.568773 [ 260 ] {634ae7f1-9b7e-4e0f-a239-4d639762ec6b} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6349 | 2025.07.15 21:10:19.568915 [ 260 ] {634ae7f1-9b7e-4e0f-a239-4d639762ec6b} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001803 sec., 4991.680532445924 rows/sec., 8.94 MiB/sec. | ||
6350 | 2025.07.15 21:10:19.568984 [ 260 ] {634ae7f1-9b7e-4e0f-a239-4d639762ec6b} <Debug> TCPHandler: Processed in 0.001996652 sec. | ||
6351 | 2025.07.15 21:10:19.569100 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6352 | 2025.07.15 21:10:19.569194 [ 260 ] {63dcc8c0-8dfa-4f7a-8eed-365063a7a7ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6353 | 2025.07.15 21:10:19.569237 [ 260 ] {63dcc8c0-8dfa-4f7a-8eed-365063a7a7ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6354 | 2025.07.15 21:10:19.569586 [ 260 ] {63dcc8c0-8dfa-4f7a-8eed-365063a7a7ac} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6355 | 2025.07.15 21:10:19.569621 [ 260 ] {63dcc8c0-8dfa-4f7a-8eed-365063a7a7ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6356 | 2025.07.15 21:10:19.569939 [ 260 ] {63dcc8c0-8dfa-4f7a-8eed-365063a7a7ac} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6357 | 2025.07.15 21:10:19.570153 [ 260 ] {63dcc8c0-8dfa-4f7a-8eed-365063a7a7ac} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6358 | 2025.07.15 21:10:19.570283 [ 260 ] {63dcc8c0-8dfa-4f7a-8eed-365063a7a7ac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001107 sec., 54200.54200542006 rows/sec., 3.65 MiB/sec. | ||
6359 | 2025.07.15 21:10:19.570320 [ 260 ] {63dcc8c0-8dfa-4f7a-8eed-365063a7a7ac} <Debug> TCPHandler: Processed in 0.001269133 sec. | ||
6360 | 2025.07.15 21:10:20.635933 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
6361 | 2025.07.15 21:10:20.636429 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6362 | 2025.07.15 21:10:20.636467 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6363 | 2025.07.15 21:10:20.636954 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6364 | 2025.07.15 21:10:20.637186 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6365 | 2025.07.15 21:10:20.637324 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
6366 | 2025.07.15 21:10:21.463063 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 | ||
6367 | 2025.07.15 21:10:21.479393 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6368 | 2025.07.15 21:10:21.479452 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
6369 | 2025.07.15 21:10:21.485370 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6370 | 2025.07.15 21:10:21.486079 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6371 | 2025.07.15 21:10:21.488892 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
6372 | 2025.07.15 21:10:23.161258 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 886 | ||
6373 | 2025.07.15 21:10:23.163672 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6374 | 2025.07.15 21:10:23.163734 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6375 | 2025.07.15 21:10:23.164973 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6376 | 2025.07.15 21:10:23.165243 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6377 | 2025.07.15 21:10:23.165553 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 886 | ||
6378 | 2025.07.15 21:10:24.532726 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6379 | 2025.07.15 21:10:24.532948 [ 260 ] {ba1c27ba-0220-4840-b101-dd61a6c0e01a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
6380 | 2025.07.15 21:10:24.533036 [ 260 ] {ba1c27ba-0220-4840-b101-dd61a6c0e01a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
6381 | 2025.07.15 21:10:24.533885 [ 260 ] {ba1c27ba-0220-4840-b101-dd61a6c0e01a} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6382 | 2025.07.15 21:10:24.533941 [ 260 ] {ba1c27ba-0220-4840-b101-dd61a6c0e01a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6383 | 2025.07.15 21:10:24.534395 [ 260 ] {ba1c27ba-0220-4840-b101-dd61a6c0e01a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6384 | 2025.07.15 21:10:24.534647 [ 260 ] {ba1c27ba-0220-4840-b101-dd61a6c0e01a} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6385 | 2025.07.15 21:10:24.534831 [ 260 ] {ba1c27ba-0220-4840-b101-dd61a6c0e01a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001947 sec., 108885.46481766821 rows/sec., 6.93 MiB/sec. | ||
6386 | 2025.07.15 21:10:24.534888 [ 260 ] {ba1c27ba-0220-4840-b101-dd61a6c0e01a} <Debug> TCPHandler: Processed in 0.002347581 sec. | ||
6387 | 2025.07.15 21:10:24.535031 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6388 | 2025.07.15 21:10:24.535139 [ 260 ] {9923e1a4-716c-41ee-b5c1-82a5a9205bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6389 | 2025.07.15 21:10:24.535185 [ 260 ] {9923e1a4-716c-41ee-b5c1-82a5a9205bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6390 | 2025.07.15 21:10:24.535949 [ 260 ] {9923e1a4-716c-41ee-b5c1-82a5a9205bea} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6391 | 2025.07.15 21:10:24.535990 [ 260 ] {9923e1a4-716c-41ee-b5c1-82a5a9205bea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6392 | 2025.07.15 21:10:24.536361 [ 260 ] {9923e1a4-716c-41ee-b5c1-82a5a9205bea} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6393 | 2025.07.15 21:10:24.536596 [ 260 ] {9923e1a4-716c-41ee-b5c1-82a5a9205bea} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6394 | 2025.07.15 21:10:24.536742 [ 260 ] {9923e1a4-716c-41ee-b5c1-82a5a9205bea} <Debug> executeQuery: Read 681 rows, 55.38 KiB in 0.001629 sec., 418047.8821362799 rows/sec., 33.20 MiB/sec. | ||
6395 | 2025.07.15 21:10:24.536783 [ 260 ] {9923e1a4-716c-41ee-b5c1-82a5a9205bea} <Debug> TCPHandler: Processed in 0.001807857 sec. | ||
6396 | 2025.07.15 21:10:24.536904 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6397 | 2025.07.15 21:10:24.537002 [ 260 ] {afe5b57c-b701-4a1b-8225-28258939e740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6398 | 2025.07.15 21:10:24.537045 [ 260 ] {afe5b57c-b701-4a1b-8225-28258939e740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6399 | 2025.07.15 21:10:24.537510 [ 260 ] {afe5b57c-b701-4a1b-8225-28258939e740} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6400 | 2025.07.15 21:10:24.537548 [ 260 ] {afe5b57c-b701-4a1b-8225-28258939e740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6401 | 2025.07.15 21:10:24.537875 [ 260 ] {afe5b57c-b701-4a1b-8225-28258939e740} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6402 | 2025.07.15 21:10:24.538096 [ 260 ] {afe5b57c-b701-4a1b-8225-28258939e740} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6403 | 2025.07.15 21:10:24.538229 [ 260 ] {afe5b57c-b701-4a1b-8225-28258939e740} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001248 sec., 110576.92307692308 rows/sec., 6.88 MiB/sec. | ||
6404 | 2025.07.15 21:10:24.538267 [ 260 ] {afe5b57c-b701-4a1b-8225-28258939e740} <Debug> TCPHandler: Processed in 0.001415107 sec. | ||
6405 | 2025.07.15 21:10:24.538378 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6406 | 2025.07.15 21:10:24.538478 [ 260 ] {ac054558-e4e1-4f2a-a150-ac39d4dcf470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
6407 | 2025.07.15 21:10:24.538519 [ 260 ] {ac054558-e4e1-4f2a-a150-ac39d4dcf470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6408 | 2025.07.15 21:10:24.538975 [ 260 ] {ac054558-e4e1-4f2a-a150-ac39d4dcf470} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6409 | 2025.07.15 21:10:24.539013 [ 260 ] {ac054558-e4e1-4f2a-a150-ac39d4dcf470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6410 | 2025.07.15 21:10:24.539330 [ 260 ] {ac054558-e4e1-4f2a-a150-ac39d4dcf470} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
6411 | 2025.07.15 21:10:24.539545 [ 260 ] {ac054558-e4e1-4f2a-a150-ac39d4dcf470} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6412 | 2025.07.15 21:10:24.539673 [ 260 ] {ac054558-e4e1-4f2a-a150-ac39d4dcf470} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001218 sec., 92775.04105090312 rows/sec., 6.01 MiB/sec. | ||
6413 | 2025.07.15 21:10:24.539710 [ 260 ] {ac054558-e4e1-4f2a-a150-ac39d4dcf470} <Debug> TCPHandler: Processed in 0.001381736 sec. | ||
6414 | 2025.07.15 21:10:24.539817 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6415 | 2025.07.15 21:10:24.539913 [ 260 ] {75d9b0f4-747c-41ac-863d-7926e76981ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
6416 | 2025.07.15 21:10:24.539952 [ 260 ] {75d9b0f4-747c-41ac-863d-7926e76981ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6417 | 2025.07.15 21:10:24.540373 [ 260 ] {75d9b0f4-747c-41ac-863d-7926e76981ae} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6418 | 2025.07.15 21:10:24.540409 [ 260 ] {75d9b0f4-747c-41ac-863d-7926e76981ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6419 | 2025.07.15 21:10:24.540706 [ 260 ] {75d9b0f4-747c-41ac-863d-7926e76981ae} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6420 | 2025.07.15 21:10:24.540939 [ 260 ] {75d9b0f4-747c-41ac-863d-7926e76981ae} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6421 | 2025.07.15 21:10:24.541065 [ 260 ] {75d9b0f4-747c-41ac-863d-7926e76981ae} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001171 sec., 95644.74807856533 rows/sec., 5.45 MiB/sec. | ||
6422 | 2025.07.15 21:10:24.541102 [ 260 ] {75d9b0f4-747c-41ac-863d-7926e76981ae} <Debug> TCPHandler: Processed in 0.001334825 sec. | ||
6423 | 2025.07.15 21:10:24.541214 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6424 | 2025.07.15 21:10:24.541310 [ 260 ] {4e3b3ed5-017d-41d2-a8de-8fefeb6e9a30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6425 | 2025.07.15 21:10:24.541350 [ 260 ] {4e3b3ed5-017d-41d2-a8de-8fefeb6e9a30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6426 | 2025.07.15 21:10:24.541965 [ 260 ] {4e3b3ed5-017d-41d2-a8de-8fefeb6e9a30} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6427 | 2025.07.15 21:10:24.542002 [ 260 ] {4e3b3ed5-017d-41d2-a8de-8fefeb6e9a30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6428 | 2025.07.15 21:10:24.542340 [ 260 ] {4e3b3ed5-017d-41d2-a8de-8fefeb6e9a30} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6429 | 2025.07.15 21:10:24.542565 [ 260 ] {4e3b3ed5-017d-41d2-a8de-8fefeb6e9a30} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6430 | 2025.07.15 21:10:24.542694 [ 260 ] {4e3b3ed5-017d-41d2-a8de-8fefeb6e9a30} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001403 sec., 295081.9672131148 rows/sec., 20.98 MiB/sec. | ||
6431 | 2025.07.15 21:10:24.542732 [ 260 ] {4e3b3ed5-017d-41d2-a8de-8fefeb6e9a30} <Debug> TCPHandler: Processed in 0.001566741 sec. | ||
6432 | 2025.07.15 21:10:24.542849 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6433 | 2025.07.15 21:10:24.542945 [ 260 ] {19ae9c70-8fd6-4c3e-8e8d-1a67d7c3b5fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
6434 | 2025.07.15 21:10:24.542987 [ 260 ] {19ae9c70-8fd6-4c3e-8e8d-1a67d7c3b5fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6435 | 2025.07.15 21:10:24.543315 [ 260 ] {19ae9c70-8fd6-4c3e-8e8d-1a67d7c3b5fa} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6436 | 2025.07.15 21:10:24.543351 [ 260 ] {19ae9c70-8fd6-4c3e-8e8d-1a67d7c3b5fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6437 | 2025.07.15 21:10:24.543666 [ 260 ] {19ae9c70-8fd6-4c3e-8e8d-1a67d7c3b5fa} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6438 | 2025.07.15 21:10:24.543873 [ 260 ] {19ae9c70-8fd6-4c3e-8e8d-1a67d7c3b5fa} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6439 | 2025.07.15 21:10:24.544003 [ 260 ] {19ae9c70-8fd6-4c3e-8e8d-1a67d7c3b5fa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001076 sec., 5576.208178438662 rows/sec., 291.34 KiB/sec. | ||
6440 | 2025.07.15 21:10:24.544039 [ 260 ] {19ae9c70-8fd6-4c3e-8e8d-1a67d7c3b5fa} <Debug> TCPHandler: Processed in 0.001238521 sec. | ||
6441 | 2025.07.15 21:10:24.544141 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6442 | 2025.07.15 21:10:24.544235 [ 260 ] {4feca017-06a4-45f5-9263-02762a569de7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6443 | 2025.07.15 21:10:24.544277 [ 260 ] {4feca017-06a4-45f5-9263-02762a569de7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6444 | 2025.07.15 21:10:24.544693 [ 260 ] {4feca017-06a4-45f5-9263-02762a569de7} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6445 | 2025.07.15 21:10:24.544728 [ 260 ] {4feca017-06a4-45f5-9263-02762a569de7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6446 | 2025.07.15 21:10:24.545061 [ 260 ] {4feca017-06a4-45f5-9263-02762a569de7} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6447 | 2025.07.15 21:10:24.545273 [ 260 ] {4feca017-06a4-45f5-9263-02762a569de7} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6448 | 2025.07.15 21:10:24.545400 [ 260 ] {4feca017-06a4-45f5-9263-02762a569de7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001184 sec., 200168.91891891893 rows/sec., 13.42 MiB/sec. | ||
6449 | 2025.07.15 21:10:24.545436 [ 260 ] {4feca017-06a4-45f5-9263-02762a569de7} <Debug> TCPHandler: Processed in 0.001343545 sec. | ||
6450 | 2025.07.15 21:10:24.545541 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6451 | 2025.07.15 21:10:24.545636 [ 260 ] {a839aa7c-599b-491c-9d8d-fb7b11654d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
6452 | 2025.07.15 21:10:24.545678 [ 260 ] {a839aa7c-599b-491c-9d8d-fb7b11654d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6453 | 2025.07.15 21:10:24.545981 [ 260 ] {a839aa7c-599b-491c-9d8d-fb7b11654d41} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6454 | 2025.07.15 21:10:24.546015 [ 260 ] {a839aa7c-599b-491c-9d8d-fb7b11654d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6455 | 2025.07.15 21:10:24.546318 [ 260 ] {a839aa7c-599b-491c-9d8d-fb7b11654d41} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6456 | 2025.07.15 21:10:24.546524 [ 260 ] {a839aa7c-599b-491c-9d8d-fb7b11654d41} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6457 | 2025.07.15 21:10:24.546610 [ 112 ] {} <Debug> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
6458 | 2025.07.15 21:10:24.546648 [ 112 ] {} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6459 | 2025.07.15 21:10:24.546650 [ 260 ] {a839aa7c-599b-491c-9d8d-fb7b11654d41} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001031 sec., 969.9321047526673 rows/sec., 65.36 KiB/sec. | ||
6460 | 2025.07.15 21:10:24.546667 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6461 | 2025.07.15 21:10:24.546691 [ 260 ] {a839aa7c-599b-491c-9d8d-fb7b11654d41} <Debug> TCPHandler: Processed in 0.001197921 sec. | ||
6462 | 2025.07.15 21:10:24.546794 [ 197 ] {af4e8231-9cbc-478e-8e48-9276c869dada::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 | ||
6463 | 2025.07.15 21:10:24.546814 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6464 | 2025.07.15 21:10:24.546954 [ 260 ] {254b31fc-6c2d-4157-84ba-44a2621ecb36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6465 | 2025.07.15 21:10:24.546961 [ 197 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6466 | 2025.07.15 21:10:24.547015 [ 197 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
6467 | 2025.07.15 21:10:24.547025 [ 260 ] {254b31fc-6c2d-4157-84ba-44a2621ecb36} <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 | ||
6468 | 2025.07.15 21:10:24.547080 [ 197 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
6469 | 2025.07.15 21:10:24.547132 [ 197 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
6470 | 2025.07.15 21:10:24.547174 [ 197 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
6471 | 2025.07.15 21:10:24.547216 [ 197 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
6472 | 2025.07.15 21:10:24.547258 [ 197 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
6473 | 2025.07.15 21:10:24.547886 [ 260 ] {254b31fc-6c2d-4157-84ba-44a2621ecb36} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6474 | 2025.07.15 21:10:24.547928 [ 260 ] {254b31fc-6c2d-4157-84ba-44a2621ecb36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6475 | 2025.07.15 21:10:24.548154 [ 194 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.001416547 sec., 10589.129764137724 rows/sec., 713.53 KiB/sec. | ||
6476 | 2025.07.15 21:10:24.548331 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
6477 | 2025.07.15 21:10:24.548507 [ 260 ] {254b31fc-6c2d-4157-84ba-44a2621ecb36} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6478 | 2025.07.15 21:10:24.548711 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_15_3} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6479 | 2025.07.15 21:10:24.548798 [ 260 ] {254b31fc-6c2d-4157-84ba-44a2621ecb36} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6480 | 2025.07.15 21:10:24.548805 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_15_3} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
6481 | 2025.07.15 21:10:24.548906 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6482 | 2025.07.15 21:10:24.548959 [ 260 ] {254b31fc-6c2d-4157-84ba-44a2621ecb36} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00203 sec., 15763.546798029556 rows/sec., 28.25 MiB/sec. | ||
6483 | 2025.07.15 21:10:24.549030 [ 260 ] {254b31fc-6c2d-4157-84ba-44a2621ecb36} <Debug> TCPHandler: Processed in 0.002277648 sec. | ||
6484 | 2025.07.15 21:10:24.549140 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6485 | 2025.07.15 21:10:24.549236 [ 260 ] {32c7e39a-d57f-4628-8bc9-f7ee2d5c8532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6486 | 2025.07.15 21:10:24.549278 [ 260 ] {32c7e39a-d57f-4628-8bc9-f7ee2d5c8532} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6487 | 2025.07.15 21:10:24.549621 [ 260 ] {32c7e39a-d57f-4628-8bc9-f7ee2d5c8532} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6488 | 2025.07.15 21:10:24.549658 [ 260 ] {32c7e39a-d57f-4628-8bc9-f7ee2d5c8532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6489 | 2025.07.15 21:10:24.549971 [ 260 ] {32c7e39a-d57f-4628-8bc9-f7ee2d5c8532} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6490 | 2025.07.15 21:10:24.550185 [ 260 ] {32c7e39a-d57f-4628-8bc9-f7ee2d5c8532} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6491 | 2025.07.15 21:10:24.550311 [ 260 ] {32c7e39a-d57f-4628-8bc9-f7ee2d5c8532} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001095 sec., 74885.84474885845 rows/sec., 4.76 MiB/sec. | ||
6492 | 2025.07.15 21:10:24.550347 [ 260 ] {32c7e39a-d57f-4628-8bc9-f7ee2d5c8532} <Debug> TCPHandler: Processed in 0.001256373 sec. | ||
6493 | 2025.07.15 21:10:27.975357 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6494 | 2025.07.15 21:10:27.975456 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6495 | 2025.07.15 21:10:28.138399 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
6496 | 2025.07.15 21:10:28.139049 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6497 | 2025.07.15 21:10:28.139091 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6498 | 2025.07.15 21:10:28.139590 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6499 | 2025.07.15 21:10:28.139830 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6500 | 2025.07.15 21:10:28.139969 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
6501 | 2025.07.15 21:10:28.988943 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 | ||
6502 | 2025.07.15 21:10:29.005443 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6503 | 2025.07.15 21:10:29.005494 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6504 | 2025.07.15 21:10:29.011942 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6505 | 2025.07.15 21:10:29.012635 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6506 | 2025.07.15 21:10:29.015511 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 256 | ||
6507 | 2025.07.15 21:10:29.527015 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6508 | 2025.07.15 21:10:29.527245 [ 260 ] {4a52c17a-b036-4a20-9491-7360d7d2cd2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6509 | 2025.07.15 21:10:29.527333 [ 260 ] {4a52c17a-b036-4a20-9491-7360d7d2cd2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6510 | 2025.07.15 21:10:29.527998 [ 260 ] {4a52c17a-b036-4a20-9491-7360d7d2cd2f} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6511 | 2025.07.15 21:10:29.528044 [ 260 ] {4a52c17a-b036-4a20-9491-7360d7d2cd2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6512 | 2025.07.15 21:10:29.528442 [ 260 ] {4a52c17a-b036-4a20-9491-7360d7d2cd2f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6513 | 2025.07.15 21:10:29.528677 [ 260 ] {4a52c17a-b036-4a20-9491-7360d7d2cd2f} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6514 | 2025.07.15 21:10:29.528843 [ 260 ] {4a52c17a-b036-4a20-9491-7360d7d2cd2f} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001662 sec., 44524.66907340554 rows/sec., 3.62 MiB/sec. | ||
6515 | 2025.07.15 21:10:29.528892 [ 260 ] {4a52c17a-b036-4a20-9491-7360d7d2cd2f} <Debug> TCPHandler: Processed in 0.002030183 sec. | ||
6516 | 2025.07.15 21:10:29.529016 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6517 | 2025.07.15 21:10:29.529121 [ 260 ] {5e10373b-56e3-41d2-8778-37d7b57778f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6518 | 2025.07.15 21:10:29.529165 [ 260 ] {5e10373b-56e3-41d2-8778-37d7b57778f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6519 | 2025.07.15 21:10:29.529580 [ 260 ] {5e10373b-56e3-41d2-8778-37d7b57778f5} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6520 | 2025.07.15 21:10:29.529618 [ 260 ] {5e10373b-56e3-41d2-8778-37d7b57778f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6521 | 2025.07.15 21:10:29.529930 [ 260 ] {5e10373b-56e3-41d2-8778-37d7b57778f5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6522 | 2025.07.15 21:10:29.530139 [ 260 ] {5e10373b-56e3-41d2-8778-37d7b57778f5} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6523 | 2025.07.15 21:10:29.530274 [ 260 ] {5e10373b-56e3-41d2-8778-37d7b57778f5} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001178 sec., 7640.067911714771 rows/sec., 574.50 KiB/sec. | ||
6524 | 2025.07.15 21:10:29.530311 [ 260 ] {5e10373b-56e3-41d2-8778-37d7b57778f5} <Debug> TCPHandler: Processed in 0.001347335 sec. | ||
6525 | 2025.07.15 21:10:29.530421 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6526 | 2025.07.15 21:10:29.530516 [ 260 ] {b39e21b1-84b0-438e-a203-ddcb4cc3471a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6527 | 2025.07.15 21:10:29.530558 [ 260 ] {b39e21b1-84b0-438e-a203-ddcb4cc3471a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6528 | 2025.07.15 21:10:29.530969 [ 260 ] {b39e21b1-84b0-438e-a203-ddcb4cc3471a} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6529 | 2025.07.15 21:10:29.531005 [ 260 ] {b39e21b1-84b0-438e-a203-ddcb4cc3471a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6530 | 2025.07.15 21:10:29.531312 [ 260 ] {b39e21b1-84b0-438e-a203-ddcb4cc3471a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6531 | 2025.07.15 21:10:29.531523 [ 260 ] {b39e21b1-84b0-438e-a203-ddcb4cc3471a} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6532 | 2025.07.15 21:10:29.531652 [ 260 ] {b39e21b1-84b0-438e-a203-ddcb4cc3471a} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001156 sec., 63148.78892733565 rows/sec., 4.93 MiB/sec. | ||
6533 | 2025.07.15 21:10:29.531689 [ 260 ] {b39e21b1-84b0-438e-a203-ddcb4cc3471a} <Debug> TCPHandler: Processed in 0.001324154 sec. | ||
6534 | 2025.07.15 21:10:29.531800 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6535 | 2025.07.15 21:10:29.531893 [ 260 ] {63aa0fca-2c06-4693-a0a6-c10cf28e2b02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6536 | 2025.07.15 21:10:29.531937 [ 260 ] {63aa0fca-2c06-4693-a0a6-c10cf28e2b02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6537 | 2025.07.15 21:10:29.532332 [ 260 ] {63aa0fca-2c06-4693-a0a6-c10cf28e2b02} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6538 | 2025.07.15 21:10:29.532369 [ 260 ] {63aa0fca-2c06-4693-a0a6-c10cf28e2b02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6539 | 2025.07.15 21:10:29.532702 [ 260 ] {63aa0fca-2c06-4693-a0a6-c10cf28e2b02} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6540 | 2025.07.15 21:10:29.532919 [ 260 ] {63aa0fca-2c06-4693-a0a6-c10cf28e2b02} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6541 | 2025.07.15 21:10:29.533050 [ 260 ] {63aa0fca-2c06-4693-a0a6-c10cf28e2b02} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. | ||
6542 | 2025.07.15 21:10:29.533087 [ 260 ] {63aa0fca-2c06-4693-a0a6-c10cf28e2b02} <Debug> TCPHandler: Processed in 0.001337605 sec. | ||
6543 | 2025.07.15 21:10:29.533194 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6544 | 2025.07.15 21:10:29.533293 [ 260 ] {a3488477-8603-49ad-b03b-b5c5d3efe4fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6545 | 2025.07.15 21:10:29.533348 [ 260 ] {a3488477-8603-49ad-b03b-b5c5d3efe4fc} <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 | ||
6546 | 2025.07.15 21:10:29.534089 [ 260 ] {a3488477-8603-49ad-b03b-b5c5d3efe4fc} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6547 | 2025.07.15 21:10:29.534125 [ 260 ] {a3488477-8603-49ad-b03b-b5c5d3efe4fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6548 | 2025.07.15 21:10:29.534637 [ 260 ] {a3488477-8603-49ad-b03b-b5c5d3efe4fc} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6549 | 2025.07.15 21:10:29.534859 [ 260 ] {a3488477-8603-49ad-b03b-b5c5d3efe4fc} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6550 | 2025.07.15 21:10:29.535000 [ 260 ] {a3488477-8603-49ad-b03b-b5c5d3efe4fc} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001724 sec., 5220.417633410672 rows/sec., 9.35 MiB/sec. | ||
6551 | 2025.07.15 21:10:29.535061 [ 260 ] {a3488477-8603-49ad-b03b-b5c5d3efe4fc} <Debug> TCPHandler: Processed in 0.00191594 sec. | ||
6552 | 2025.07.15 21:10:29.535175 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6553 | 2025.07.15 21:10:29.535270 [ 260 ] {51cd8505-c3a3-4e48-b3f9-e6c8ac222edf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6554 | 2025.07.15 21:10:29.535312 [ 260 ] {51cd8505-c3a3-4e48-b3f9-e6c8ac222edf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6555 | 2025.07.15 21:10:29.535650 [ 260 ] {51cd8505-c3a3-4e48-b3f9-e6c8ac222edf} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6556 | 2025.07.15 21:10:29.535686 [ 260 ] {51cd8505-c3a3-4e48-b3f9-e6c8ac222edf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6557 | 2025.07.15 21:10:29.535994 [ 260 ] {51cd8505-c3a3-4e48-b3f9-e6c8ac222edf} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6558 | 2025.07.15 21:10:29.536196 [ 260 ] {51cd8505-c3a3-4e48-b3f9-e6c8ac222edf} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6559 | 2025.07.15 21:10:29.536325 [ 260 ] {51cd8505-c3a3-4e48-b3f9-e6c8ac222edf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. | ||
6560 | 2025.07.15 21:10:29.536361 [ 260 ] {51cd8505-c3a3-4e48-b3f9-e6c8ac222edf} <Debug> TCPHandler: Processed in 0.001234981 sec. | ||
6561 | 2025.07.15 21:10:33.165780 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 920 | ||
6562 | 2025.07.15 21:10:33.168210 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6563 | 2025.07.15 21:10:33.168260 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6564 | 2025.07.15 21:10:33.169416 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6565 | 2025.07.15 21:10:33.169690 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6566 | 2025.07.15 21:10:33.169955 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 920 | ||
6567 | 2025.07.15 21:10:34.533196 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6568 | 2025.07.15 21:10:34.533482 [ 260 ] {c6389537-6604-42bb-95af-a5d64a99e746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
6569 | 2025.07.15 21:10:34.533591 [ 260 ] {c6389537-6604-42bb-95af-a5d64a99e746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
6570 | 2025.07.15 21:10:34.534305 [ 260 ] {c6389537-6604-42bb-95af-a5d64a99e746} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6571 | 2025.07.15 21:10:34.534355 [ 260 ] {c6389537-6604-42bb-95af-a5d64a99e746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6572 | 2025.07.15 21:10:34.534751 [ 260 ] {c6389537-6604-42bb-95af-a5d64a99e746} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6573 | 2025.07.15 21:10:34.534986 [ 260 ] {c6389537-6604-42bb-95af-a5d64a99e746} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6574 | 2025.07.15 21:10:34.535152 [ 260 ] {c6389537-6604-42bb-95af-a5d64a99e746} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00175 sec., 121142.85714285714 rows/sec., 7.70 MiB/sec. | ||
6575 | 2025.07.15 21:10:34.535202 [ 260 ] {c6389537-6604-42bb-95af-a5d64a99e746} <Debug> TCPHandler: Processed in 0.002188197 sec. | ||
6576 | 2025.07.15 21:10:34.535322 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6577 | 2025.07.15 21:10:34.535425 [ 260 ] {2724039b-4923-436d-9cb3-c87f3147b699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
6578 | 2025.07.15 21:10:34.535469 [ 260 ] {2724039b-4923-436d-9cb3-c87f3147b699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6579 | 2025.07.15 21:10:34.535881 [ 260 ] {2724039b-4923-436d-9cb3-c87f3147b699} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6580 | 2025.07.15 21:10:34.535919 [ 260 ] {2724039b-4923-436d-9cb3-c87f3147b699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6581 | 2025.07.15 21:10:34.536217 [ 260 ] {2724039b-4923-436d-9cb3-c87f3147b699} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6582 | 2025.07.15 21:10:34.536426 [ 260 ] {2724039b-4923-436d-9cb3-c87f3147b699} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6583 | 2025.07.15 21:10:34.536559 [ 260 ] {2724039b-4923-436d-9cb3-c87f3147b699} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001155 sec., 6926.406926406927 rows/sec., 564.80 KiB/sec. | ||
6584 | 2025.07.15 21:10:34.536597 [ 260 ] {2724039b-4923-436d-9cb3-c87f3147b699} <Debug> TCPHandler: Processed in 0.001326354 sec. | ||
6585 | 2025.07.15 21:10:34.536706 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6586 | 2025.07.15 21:10:34.536800 [ 260 ] {849c09e6-4a8b-41f0-a0ea-76b70fefcaae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6587 | 2025.07.15 21:10:34.536839 [ 260 ] {849c09e6-4a8b-41f0-a0ea-76b70fefcaae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6588 | 2025.07.15 21:10:34.537448 [ 260 ] {849c09e6-4a8b-41f0-a0ea-76b70fefcaae} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6589 | 2025.07.15 21:10:34.537482 [ 260 ] {849c09e6-4a8b-41f0-a0ea-76b70fefcaae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6590 | 2025.07.15 21:10:34.537823 [ 260 ] {849c09e6-4a8b-41f0-a0ea-76b70fefcaae} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6591 | 2025.07.15 21:10:34.538031 [ 260 ] {849c09e6-4a8b-41f0-a0ea-76b70fefcaae} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6592 | 2025.07.15 21:10:34.538159 [ 260 ] {849c09e6-4a8b-41f0-a0ea-76b70fefcaae} <Debug> executeQuery: Read 685 rows, 55.68 KiB in 0.001376 sec., 497819.76744186046 rows/sec., 39.52 MiB/sec. | ||
6593 | 2025.07.15 21:10:34.538197 [ 260 ] {849c09e6-4a8b-41f0-a0ea-76b70fefcaae} <Debug> TCPHandler: Processed in 0.0015406 sec. | ||
6594 | 2025.07.15 21:10:34.538311 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6595 | 2025.07.15 21:10:34.538406 [ 260 ] {68afd2d1-65bc-4dfc-b775-74d0d9ea531a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6596 | 2025.07.15 21:10:34.538446 [ 260 ] {68afd2d1-65bc-4dfc-b775-74d0d9ea531a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6597 | 2025.07.15 21:10:34.538871 [ 260 ] {68afd2d1-65bc-4dfc-b775-74d0d9ea531a} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6598 | 2025.07.15 21:10:34.538907 [ 260 ] {68afd2d1-65bc-4dfc-b775-74d0d9ea531a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6599 | 2025.07.15 21:10:34.539205 [ 260 ] {68afd2d1-65bc-4dfc-b775-74d0d9ea531a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6600 | 2025.07.15 21:10:34.539420 [ 260 ] {68afd2d1-65bc-4dfc-b775-74d0d9ea531a} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6601 | 2025.07.15 21:10:34.539529 [ 101 ] {} <Debug> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6602 | 2025.07.15 21:10:34.539550 [ 260 ] {68afd2d1-65bc-4dfc-b775-74d0d9ea531a} <Debug> executeQuery: Read 146 rows, 9.35 KiB in 0.001161 sec., 125753.66063738157 rows/sec., 7.87 MiB/sec. | ||
6603 | 2025.07.15 21:10:34.539598 [ 101 ] {} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6604 | 2025.07.15 21:10:34.539605 [ 260 ] {68afd2d1-65bc-4dfc-b775-74d0d9ea531a} <Debug> TCPHandler: Processed in 0.001343845 sec. | ||
6605 | 2025.07.15 21:10:34.539630 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6606 | 2025.07.15 21:10:34.539732 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6607 | 2025.07.15 21:10:34.539734 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::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 | ||
6608 | 2025.07.15 21:10:34.539831 [ 260 ] {c4f537d8-b3f0-47a8-9c3a-faa5936e835f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
6609 | 2025.07.15 21:10:34.539851 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6610 | 2025.07.15 21:10:34.539871 [ 260 ] {c4f537d8-b3f0-47a8-9c3a-faa5936e835f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6611 | 2025.07.15 21:10:34.539882 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 165 rows starting from the beginning of the part | ||
6612 | 2025.07.15 21:10:34.539948 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 138 rows starting from the beginning of the part | ||
6613 | 2025.07.15 21:10:34.539999 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part | ||
6614 | 2025.07.15 21:10:34.540049 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 138 rows starting from the beginning of the part | ||
6615 | 2025.07.15 21:10:34.540093 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 9 rows starting from the beginning of the part | ||
6616 | 2025.07.15 21:10:34.540135 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 146 rows starting from the beginning of the part | ||
6617 | 2025.07.15 21:10:34.540287 [ 260 ] {c4f537d8-b3f0-47a8-9c3a-faa5936e835f} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6618 | 2025.07.15 21:10:34.540321 [ 260 ] {c4f537d8-b3f0-47a8-9c3a-faa5936e835f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6619 | 2025.07.15 21:10:34.540753 [ 260 ] {c4f537d8-b3f0-47a8-9c3a-faa5936e835f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
6620 | 2025.07.15 21:10:34.540972 [ 260 ] {c4f537d8-b3f0-47a8-9c3a-faa5936e835f} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6621 | 2025.07.15 21:10:34.541009 [ 189 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 609 rows, containing 5 columns (5 merged, 0 gathered) in 0.001317465 sec., 462251.36910657963 rows/sec., 30.89 MiB/sec. | ||
6622 | 2025.07.15 21:10:34.541074 [ 101 ] {} <Debug> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
6623 | 2025.07.15 21:10:34.541101 [ 101 ] {} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6624 | 2025.07.15 21:10:34.541103 [ 260 ] {c4f537d8-b3f0-47a8-9c3a-faa5936e835f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001289 sec., 87664.85647788984 rows/sec., 5.67 MiB/sec. | ||
6625 | 2025.07.15 21:10:34.541121 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6626 | 2025.07.15 21:10:34.541139 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6627 | 2025.07.15 21:10:34.541154 [ 260 ] {c4f537d8-b3f0-47a8-9c3a-faa5936e835f} <Debug> TCPHandler: Processed in 0.001469618 sec. | ||
6628 | 2025.07.15 21:10:34.541224 [ 197 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::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 | ||
6629 | 2025.07.15 21:10:34.541266 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6630 | 2025.07.15 21:10:34.541364 [ 197 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6631 | 2025.07.15 21:10:34.541365 [ 260 ] {6603f721-3308-4e53-939f-af83d533ea1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
6632 | 2025.07.15 21:10:34.541384 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_41_8} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6633 | 2025.07.15 21:10:34.541413 [ 197 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 341 rows starting from the beginning of the part | ||
6634 | 2025.07.15 21:10:34.541440 [ 260 ] {6603f721-3308-4e53-939f-af83d533ea1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6635 | 2025.07.15 21:10:34.541480 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_41_8} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6636 | 2025.07.15 21:10:34.541508 [ 197 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 228 rows starting from the beginning of the part | ||
6637 | 2025.07.15 21:10:34.541545 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
6638 | 2025.07.15 21:10:34.541566 [ 197 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 113 rows starting from the beginning of the part | ||
6639 | 2025.07.15 21:10:34.541619 [ 197 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 228 rows starting from the beginning of the part | ||
6640 | 2025.07.15 21:10:34.541661 [ 197 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 113 rows starting from the beginning of the part | ||
6641 | 2025.07.15 21:10:34.541701 [ 197 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 113 rows starting from the beginning of the part | ||
6642 | 2025.07.15 21:10:34.541877 [ 260 ] {6603f721-3308-4e53-939f-af83d533ea1d} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6643 | 2025.07.15 21:10:34.541917 [ 260 ] {6603f721-3308-4e53-939f-af83d533ea1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6644 | 2025.07.15 21:10:34.542234 [ 260 ] {6603f721-3308-4e53-939f-af83d533ea1d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6645 | 2025.07.15 21:10:34.542492 [ 260 ] {6603f721-3308-4e53-939f-af83d533ea1d} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6646 | 2025.07.15 21:10:34.542627 [ 260 ] {6603f721-3308-4e53-939f-af83d533ea1d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001279 sec., 87568.4128225176 rows/sec., 4.99 MiB/sec. | ||
6647 | 2025.07.15 21:10:34.542668 [ 260 ] {6603f721-3308-4e53-939f-af83d533ea1d} <Debug> TCPHandler: Processed in 0.001450848 sec. | ||
6648 | 2025.07.15 21:10:34.542714 [ 197 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1136 rows, containing 5 columns (5 merged, 0 gathered) in 0.0015351 sec., 740016.9370073611 rows/sec., 52.05 MiB/sec. | ||
6649 | 2025.07.15 21:10:34.542780 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6650 | 2025.07.15 21:10:34.542860 [ 197 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
6651 | 2025.07.15 21:10:34.542877 [ 260 ] {68273729-f14f-4019-8446-de7fa48f0832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6652 | 2025.07.15 21:10:34.542920 [ 260 ] {68273729-f14f-4019-8446-de7fa48f0832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6653 | 2025.07.15 21:10:34.543115 [ 197 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_20_4} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6654 | 2025.07.15 21:10:34.543192 [ 197 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_20_4} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
6655 | 2025.07.15 21:10:34.543263 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
6656 | 2025.07.15 21:10:34.543447 [ 260 ] {68273729-f14f-4019-8446-de7fa48f0832} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6657 | 2025.07.15 21:10:34.543488 [ 260 ] {68273729-f14f-4019-8446-de7fa48f0832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6658 | 2025.07.15 21:10:34.543823 [ 260 ] {68273729-f14f-4019-8446-de7fa48f0832} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6659 | 2025.07.15 21:10:34.544028 [ 260 ] {68273729-f14f-4019-8446-de7fa48f0832} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6660 | 2025.07.15 21:10:34.544161 [ 260 ] {68273729-f14f-4019-8446-de7fa48f0832} <Debug> executeQuery: Read 422 rows, 30.80 KiB in 0.0013 sec., 324615.3846153846 rows/sec., 23.14 MiB/sec. | ||
6661 | 2025.07.15 21:10:34.544200 [ 260 ] {68273729-f14f-4019-8446-de7fa48f0832} <Debug> TCPHandler: Processed in 0.001468948 sec. | ||
6662 | 2025.07.15 21:10:34.544310 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6663 | 2025.07.15 21:10:34.544403 [ 260 ] {7c1cd771-a74a-4f14-9b4e-a1d34977d40d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
6664 | 2025.07.15 21:10:34.544447 [ 260 ] {7c1cd771-a74a-4f14-9b4e-a1d34977d40d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6665 | 2025.07.15 21:10:34.544782 [ 260 ] {7c1cd771-a74a-4f14-9b4e-a1d34977d40d} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6666 | 2025.07.15 21:10:34.544817 [ 260 ] {7c1cd771-a74a-4f14-9b4e-a1d34977d40d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6667 | 2025.07.15 21:10:34.545119 [ 260 ] {7c1cd771-a74a-4f14-9b4e-a1d34977d40d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6668 | 2025.07.15 21:10:34.545325 [ 260 ] {7c1cd771-a74a-4f14-9b4e-a1d34977d40d} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6669 | 2025.07.15 21:10:34.545418 [ 101 ] {} <Debug> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6670 | 2025.07.15 21:10:34.545446 [ 101 ] {} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6671 | 2025.07.15 21:10:34.545452 [ 260 ] {7c1cd771-a74a-4f14-9b4e-a1d34977d40d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001064 sec., 5639.097744360902 rows/sec., 294.62 KiB/sec. | ||
6672 | 2025.07.15 21:10:34.545462 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6673 | 2025.07.15 21:10:34.545495 [ 260 ] {7c1cd771-a74a-4f14-9b4e-a1d34977d40d} <Debug> TCPHandler: Processed in 0.001233952 sec. | ||
6674 | 2025.07.15 21:10:34.545537 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::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 | ||
6675 | 2025.07.15 21:10:34.545604 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6676 | 2025.07.15 21:10:34.545638 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6677 | 2025.07.15 21:10:34.545673 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
6678 | 2025.07.15 21:10:34.545701 [ 260 ] {342bcf89-1145-4be0-9982-6472caedac41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6679 | 2025.07.15 21:10:34.545734 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
6680 | 2025.07.15 21:10:34.545746 [ 260 ] {342bcf89-1145-4be0-9982-6472caedac41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6681 | 2025.07.15 21:10:34.545789 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
6682 | 2025.07.15 21:10:34.545836 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
6683 | 2025.07.15 21:10:34.545876 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
6684 | 2025.07.15 21:10:34.545916 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
6685 | 2025.07.15 21:10:34.546151 [ 260 ] {342bcf89-1145-4be0-9982-6472caedac41} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6686 | 2025.07.15 21:10:34.546192 [ 260 ] {342bcf89-1145-4be0-9982-6472caedac41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6687 | 2025.07.15 21:10:34.546541 [ 260 ] {342bcf89-1145-4be0-9982-6472caedac41} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6688 | 2025.07.15 21:10:34.546725 [ 199 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.001208051 sec., 79466.84370113513 rows/sec., 4.05 MiB/sec. | ||
6689 | 2025.07.15 21:10:34.546754 [ 260 ] {342bcf89-1145-4be0-9982-6472caedac41} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6690 | 2025.07.15 21:10:34.546878 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6691 | 2025.07.15 21:10:34.546908 [ 260 ] {342bcf89-1145-4be0-9982-6472caedac41} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.001223 sec., 197056.41864268194 rows/sec., 13.21 MiB/sec. | ||
6692 | 2025.07.15 21:10:34.546951 [ 260 ] {342bcf89-1145-4be0-9982-6472caedac41} <Debug> TCPHandler: Processed in 0.001395846 sec. | ||
6693 | 2025.07.15 21:10:34.547066 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6694 | 2025.07.15 21:10:34.547131 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_16_3} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6695 | 2025.07.15 21:10:34.547162 [ 260 ] {b944ea00-3659-45bc-9f7a-31ac50b600e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
6696 | 2025.07.15 21:10:34.547200 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_16_3} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6697 | 2025.07.15 21:10:34.547207 [ 260 ] {b944ea00-3659-45bc-9f7a-31ac50b600e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6698 | 2025.07.15 21:10:34.547265 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6699 | 2025.07.15 21:10:34.547537 [ 260 ] {b944ea00-3659-45bc-9f7a-31ac50b600e5} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6700 | 2025.07.15 21:10:34.547576 [ 260 ] {b944ea00-3659-45bc-9f7a-31ac50b600e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6701 | 2025.07.15 21:10:34.547871 [ 260 ] {b944ea00-3659-45bc-9f7a-31ac50b600e5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6702 | 2025.07.15 21:10:34.548072 [ 260 ] {b944ea00-3659-45bc-9f7a-31ac50b600e5} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6703 | 2025.07.15 21:10:34.548200 [ 260 ] {b944ea00-3659-45bc-9f7a-31ac50b600e5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001054 sec., 948.7666034155598 rows/sec., 63.93 KiB/sec. | ||
6704 | 2025.07.15 21:10:34.548236 [ 260 ] {b944ea00-3659-45bc-9f7a-31ac50b600e5} <Debug> TCPHandler: Processed in 0.001219621 sec. | ||
6705 | 2025.07.15 21:10:34.548345 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6706 | 2025.07.15 21:10:34.548438 [ 260 ] {20fd5d26-40ae-486e-afd9-90ec35ac7c62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6707 | 2025.07.15 21:10:34.548493 [ 260 ] {20fd5d26-40ae-486e-afd9-90ec35ac7c62} <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 | ||
6708 | 2025.07.15 21:10:34.549272 [ 260 ] {20fd5d26-40ae-486e-afd9-90ec35ac7c62} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6709 | 2025.07.15 21:10:34.549308 [ 260 ] {20fd5d26-40ae-486e-afd9-90ec35ac7c62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6710 | 2025.07.15 21:10:34.549851 [ 260 ] {20fd5d26-40ae-486e-afd9-90ec35ac7c62} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6711 | 2025.07.15 21:10:34.550071 [ 260 ] {20fd5d26-40ae-486e-afd9-90ec35ac7c62} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6712 | 2025.07.15 21:10:34.550205 [ 260 ] {20fd5d26-40ae-486e-afd9-90ec35ac7c62} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001782 sec., 17957.351290684626 rows/sec., 32.18 MiB/sec. | ||
6713 | 2025.07.15 21:10:34.550260 [ 260 ] {20fd5d26-40ae-486e-afd9-90ec35ac7c62} <Debug> TCPHandler: Processed in 0.001963211 sec. | ||
6714 | 2025.07.15 21:10:34.550375 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6715 | 2025.07.15 21:10:34.550470 [ 260 ] {b5abe361-63c4-4e98-b150-ee44a9b2db7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6716 | 2025.07.15 21:10:34.550511 [ 260 ] {b5abe361-63c4-4e98-b150-ee44a9b2db7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6717 | 2025.07.15 21:10:34.550842 [ 260 ] {b5abe361-63c4-4e98-b150-ee44a9b2db7f} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6718 | 2025.07.15 21:10:34.550877 [ 260 ] {b5abe361-63c4-4e98-b150-ee44a9b2db7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6719 | 2025.07.15 21:10:34.551166 [ 260 ] {b5abe361-63c4-4e98-b150-ee44a9b2db7f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6720 | 2025.07.15 21:10:34.551371 [ 260 ] {b5abe361-63c4-4e98-b150-ee44a9b2db7f} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6721 | 2025.07.15 21:10:34.551497 [ 260 ] {b5abe361-63c4-4e98-b150-ee44a9b2db7f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001044 sec., 78544.06130268199 rows/sec., 4.99 MiB/sec. | ||
6722 | 2025.07.15 21:10:34.551533 [ 260 ] {b5abe361-63c4-4e98-b150-ee44a9b2db7f} <Debug> TCPHandler: Processed in 0.001207512 sec. | ||
6723 | 2025.07.15 21:10:35.640092 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
6724 | 2025.07.15 21:10:35.640808 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6725 | 2025.07.15 21:10:35.640850 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6726 | 2025.07.15 21:10:35.641344 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6727 | 2025.07.15 21:10:35.641590 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6728 | 2025.07.15 21:10:35.641737 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
6729 | 2025.07.15 21:10:36.515596 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 | ||
6730 | 2025.07.15 21:10:36.534087 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6731 | 2025.07.15 21:10:36.534156 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6732 | 2025.07.15 21:10:36.540412 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6733 | 2025.07.15 21:10:36.541153 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6734 | 2025.07.15 21:10:36.544678 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
6735 | 2025.07.15 21:10:39.526286 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6736 | 2025.07.15 21:10:39.526492 [ 260 ] {176db2c1-27c3-41ef-ad65-d8b4795ebe39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6737 | 2025.07.15 21:10:39.526562 [ 260 ] {176db2c1-27c3-41ef-ad65-d8b4795ebe39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6738 | 2025.07.15 21:10:39.527205 [ 260 ] {176db2c1-27c3-41ef-ad65-d8b4795ebe39} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6739 | 2025.07.15 21:10:39.527241 [ 260 ] {176db2c1-27c3-41ef-ad65-d8b4795ebe39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6740 | 2025.07.15 21:10:39.527638 [ 260 ] {176db2c1-27c3-41ef-ad65-d8b4795ebe39} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6741 | 2025.07.15 21:10:39.527858 [ 260 ] {176db2c1-27c3-41ef-ad65-d8b4795ebe39} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6742 | 2025.07.15 21:10:39.527991 [ 96 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6743 | 2025.07.15 21:10:39.528006 [ 260 ] {176db2c1-27c3-41ef-ad65-d8b4795ebe39} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001566 sec., 47254.15070242657 rows/sec., 3.84 MiB/sec. | ||
6744 | 2025.07.15 21:10:39.528035 [ 96 ] {} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6745 | 2025.07.15 21:10:39.528055 [ 260 ] {176db2c1-27c3-41ef-ad65-d8b4795ebe39} <Debug> TCPHandler: Processed in 0.001896329 sec. | ||
6746 | 2025.07.15 21:10:39.528058 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6747 | 2025.07.15 21:10:39.528158 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::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 | ||
6748 | 2025.07.15 21:10:39.528179 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6749 | 2025.07.15 21:10:39.528256 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6750 | 2025.07.15 21:10:39.528273 [ 260 ] {5ec53963-1255-46f5-be34-f9850c7863ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6751 | 2025.07.15 21:10:39.528290 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1849 rows starting from the beginning of the part | ||
6752 | 2025.07.15 21:10:39.528313 [ 260 ] {5ec53963-1255-46f5-be34-f9850c7863ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6753 | 2025.07.15 21:10:39.528357 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1216 rows starting from the beginning of the part | ||
6754 | 2025.07.15 21:10:39.528409 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 681 rows starting from the beginning of the part | ||
6755 | 2025.07.15 21:10:39.528458 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 74 rows starting from the beginning of the part | ||
6756 | 2025.07.15 21:10:39.528506 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 685 rows starting from the beginning of the part | ||
6757 | 2025.07.15 21:10:39.528550 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 74 rows starting from the beginning of the part | ||
6758 | 2025.07.15 21:10:39.528715 [ 260 ] {5ec53963-1255-46f5-be34-f9850c7863ed} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6759 | 2025.07.15 21:10:39.528750 [ 260 ] {5ec53963-1255-46f5-be34-f9850c7863ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6760 | 2025.07.15 21:10:39.529043 [ 260 ] {5ec53963-1255-46f5-be34-f9850c7863ed} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6761 | 2025.07.15 21:10:39.529264 [ 260 ] {5ec53963-1255-46f5-be34-f9850c7863ed} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6762 | 2025.07.15 21:10:39.529398 [ 260 ] {5ec53963-1255-46f5-be34-f9850c7863ed} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001141 sec., 7887.817703768624 rows/sec., 593.13 KiB/sec. | ||
6763 | 2025.07.15 21:10:39.529437 [ 260 ] {5ec53963-1255-46f5-be34-f9850c7863ed} <Debug> TCPHandler: Processed in 0.001305753 sec. | ||
6764 | 2025.07.15 21:10:39.529548 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6765 | 2025.07.15 21:10:39.529640 [ 260 ] {409343fb-d4d8-4328-9226-708571b21fa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6766 | 2025.07.15 21:10:39.529679 [ 260 ] {409343fb-d4d8-4328-9226-708571b21fa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6767 | 2025.07.15 21:10:39.530087 [ 260 ] {409343fb-d4d8-4328-9226-708571b21fa0} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6768 | 2025.07.15 21:10:39.530122 [ 260 ] {409343fb-d4d8-4328-9226-708571b21fa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6769 | 2025.07.15 21:10:39.530256 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4579 rows, containing 5 columns (5 merged, 0 gathered) in 0.002135075 sec., 2144655.339976347 rows/sec., 181.91 MiB/sec. | ||
6770 | 2025.07.15 21:10:39.530418 [ 260 ] {409343fb-d4d8-4328-9226-708571b21fa0} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6771 | 2025.07.15 21:10:39.530491 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6772 | 2025.07.15 21:10:39.530631 [ 260 ] {409343fb-d4d8-4328-9226-708571b21fa0} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6773 | 2025.07.15 21:10:39.530727 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_51_10} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6774 | 2025.07.15 21:10:39.530744 [ 77 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6775 | 2025.07.15 21:10:39.530759 [ 260 ] {409343fb-d4d8-4328-9226-708571b21fa0} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001135 sec., 64317.180616740094 rows/sec., 5.02 MiB/sec. | ||
6776 | 2025.07.15 21:10:39.530797 [ 196 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_51_10} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6777 | 2025.07.15 21:10:39.530817 [ 77 ] {} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6778 | 2025.07.15 21:10:39.530824 [ 260 ] {409343fb-d4d8-4328-9226-708571b21fa0} <Debug> TCPHandler: Processed in 0.001323544 sec. | ||
6779 | 2025.07.15 21:10:39.530851 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6780 | 2025.07.15 21:10:39.530864 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
6781 | 2025.07.15 21:10:39.530945 [ 196 ] {356f697c-9853-4710-92c4-0a2e48007ad7::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 | ||
6782 | 2025.07.15 21:10:39.530950 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6783 | 2025.07.15 21:10:39.531014 [ 196 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6784 | 2025.07.15 21:10:39.531037 [ 196 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 915 rows starting from the beginning of the part | ||
6785 | 2025.07.15 21:10:39.531049 [ 260 ] {20bb97bf-3748-481c-8494-b6709e927e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6786 | 2025.07.15 21:10:39.531082 [ 196 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 533 rows starting from the beginning of the part | ||
6787 | 2025.07.15 21:10:39.531092 [ 260 ] {20bb97bf-3748-481c-8494-b6709e927e35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6788 | 2025.07.15 21:10:39.531122 [ 196 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 414 rows starting from the beginning of the part | ||
6789 | 2025.07.15 21:10:39.531160 [ 196 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 73 rows starting from the beginning of the part | ||
6790 | 2025.07.15 21:10:39.531195 [ 196 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 422 rows starting from the beginning of the part | ||
6791 | 2025.07.15 21:10:39.531230 [ 196 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 73 rows starting from the beginning of the part | ||
6792 | 2025.07.15 21:10:39.531490 [ 260 ] {20bb97bf-3748-481c-8494-b6709e927e35} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6793 | 2025.07.15 21:10:39.531524 [ 260 ] {20bb97bf-3748-481c-8494-b6709e927e35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6794 | 2025.07.15 21:10:39.531841 [ 260 ] {20bb97bf-3748-481c-8494-b6709e927e35} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6795 | 2025.07.15 21:10:39.532055 [ 260 ] {20bb97bf-3748-481c-8494-b6709e927e35} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6796 | 2025.07.15 21:10:39.532158 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6797 | 2025.07.15 21:10:39.532184 [ 260 ] {20bb97bf-3748-481c-8494-b6709e927e35} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001151 sec., 139009.55690703736 rows/sec., 9.68 MiB/sec. | ||
6798 | 2025.07.15 21:10:39.532187 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6799 | 2025.07.15 21:10:39.532212 [ 187 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2430 rows, containing 5 columns (5 merged, 0 gathered) in 0.001295343 sec., 1875951.0029389898 rows/sec., 143.72 MiB/sec. | ||
6800 | 2025.07.15 21:10:39.532225 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6801 | 2025.07.15 21:10:39.532228 [ 260 ] {20bb97bf-3748-481c-8494-b6709e927e35} <Debug> TCPHandler: Processed in 0.001324284 sec. | ||
6802 | 2025.07.15 21:10:39.532342 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
6803 | 2025.07.15 21:10:39.532359 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6804 | 2025.07.15 21:10:39.532423 [ 199 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6805 | 2025.07.15 21:10:39.532475 [ 260 ] {cbf25c91-f253-4814-9f2b-bfeeee8e4cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6806 | 2025.07.15 21:10:39.532494 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6807 | 2025.07.15 21:10:39.532532 [ 260 ] {cbf25c91-f253-4814-9f2b-bfeeee8e4cdc} <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 | ||
6808 | 2025.07.15 21:10:39.532537 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13926 rows starting from the beginning of the part | ||
6809 | 2025.07.15 21:10:39.532624 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 882 rows starting from the beginning of the part | ||
6810 | 2025.07.15 21:10:39.532675 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part | ||
6811 | 2025.07.15 21:10:39.532721 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
6812 | 2025.07.15 21:10:39.532766 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 241 rows starting from the beginning of the part | ||
6813 | 2025.07.15 21:10:39.532776 [ 199 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_51_10} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6814 | 2025.07.15 21:10:39.532805 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
6815 | 2025.07.15 21:10:39.532890 [ 199 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_51_10} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6816 | 2025.07.15 21:10:39.532990 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
6817 | 2025.07.15 21:10:39.533282 [ 260 ] {cbf25c91-f253-4814-9f2b-bfeeee8e4cdc} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6818 | 2025.07.15 21:10:39.533323 [ 260 ] {cbf25c91-f253-4814-9f2b-bfeeee8e4cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6819 | 2025.07.15 21:10:39.533953 [ 260 ] {cbf25c91-f253-4814-9f2b-bfeeee8e4cdc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6820 | 2025.07.15 21:10:39.534184 [ 260 ] {cbf25c91-f253-4814-9f2b-bfeeee8e4cdc} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6821 | 2025.07.15 21:10:39.534293 [ 77 ] {} <Debug> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6822 | 2025.07.15 21:10:39.534321 [ 260 ] {cbf25c91-f253-4814-9f2b-bfeeee8e4cdc} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001863 sec., 4830.917874396135 rows/sec., 8.66 MiB/sec. | ||
6823 | 2025.07.15 21:10:39.534325 [ 77 ] {} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6824 | 2025.07.15 21:10:39.534366 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6825 | 2025.07.15 21:10:39.534383 [ 260 ] {cbf25c91-f253-4814-9f2b-bfeeee8e4cdc} <Debug> TCPHandler: Processed in 0.002070233 sec. | ||
6826 | 2025.07.15 21:10:39.534438 [ 187 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
6827 | 2025.07.15 21:10:39.534505 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6828 | 2025.07.15 21:10:39.534603 [ 260 ] {3bdc1288-3d7c-416a-a6a0-c2f20ba24843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6829 | 2025.07.15 21:10:39.534641 [ 187 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6830 | 2025.07.15 21:10:39.534644 [ 260 ] {3bdc1288-3d7c-416a-a6a0-c2f20ba24843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6831 | 2025.07.15 21:10:39.534716 [ 187 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 769 rows starting from the beginning of the part | ||
6832 | 2025.07.15 21:10:39.534847 [ 187 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 9 rows starting from the beginning of the part | ||
6833 | 2025.07.15 21:10:39.534964 [ 187 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
6834 | 2025.07.15 21:10:39.534998 [ 260 ] {3bdc1288-3d7c-416a-a6a0-c2f20ba24843} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6835 | 2025.07.15 21:10:39.535037 [ 260 ] {3bdc1288-3d7c-416a-a6a0-c2f20ba24843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6836 | 2025.07.15 21:10:39.535076 [ 187 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 9 rows starting from the beginning of the part | ||
6837 | 2025.07.15 21:10:39.535188 [ 187 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 32 rows starting from the beginning of the part | ||
6838 | 2025.07.15 21:10:39.535298 [ 187 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 9 rows starting from the beginning of the part | ||
6839 | 2025.07.15 21:10:39.535435 [ 260 ] {3bdc1288-3d7c-416a-a6a0-c2f20ba24843} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6840 | 2025.07.15 21:10:39.535676 [ 260 ] {3bdc1288-3d7c-416a-a6a0-c2f20ba24843} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6841 | 2025.07.15 21:10:39.535791 [ 77 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6842 | 2025.07.15 21:10:39.535816 [ 260 ] {3bdc1288-3d7c-416a-a6a0-c2f20ba24843} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00123 sec., 48780.48780487805 rows/sec., 3.29 MiB/sec. | ||
6843 | 2025.07.15 21:10:39.535819 [ 77 ] {} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6844 | 2025.07.15 21:10:39.535861 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6845 | 2025.07.15 21:10:39.535863 [ 260 ] {3bdc1288-3d7c-416a-a6a0-c2f20ba24843} <Debug> TCPHandler: Processed in 0.001405966 sec. | ||
6846 | 2025.07.15 21:10:39.535974 [ 198 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
6847 | 2025.07.15 21:10:39.536126 [ 198 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6848 | 2025.07.15 21:10:39.536163 [ 198 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2846 rows starting from the beginning of the part | ||
6849 | 2025.07.15 21:10:39.536226 [ 198 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
6850 | 2025.07.15 21:10:39.536271 [ 198 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part | ||
6851 | 2025.07.15 21:10:39.536312 [ 198 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
6852 | 2025.07.15 21:10:39.536351 [ 198 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 82 rows starting from the beginning of the part | ||
6853 | 2025.07.15 21:10:39.536391 [ 198 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
6854 | 2025.07.15 21:10:39.537710 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15606 rows, containing 5 columns (5 merged, 0 gathered) in 0.00542631 sec., 2875987.549550247 rows/sec., 194.89 MiB/sec. | ||
6855 | 2025.07.15 21:10:39.537939 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3190 rows, containing 4 columns (4 merged, 0 gathered) in 0.002029733 sec., 1571635.2840496753 rows/sec., 103.42 MiB/sec. | ||
6856 | 2025.07.15 21:10:39.538062 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6857 | 2025.07.15 21:10:39.538311 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6858 | 2025.07.15 21:10:39.538356 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6859 | 2025.07.15 21:10:39.538389 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6860 | 2025.07.15 21:10:39.538458 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.87 MiB. | ||
6861 | 2025.07.15 21:10:39.538681 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_51_10} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6862 | 2025.07.15 21:10:39.538768 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_51_10} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6863 | 2025.07.15 21:10:39.538859 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
6864 | 2025.07.15 21:10:39.549519 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 860 rows, containing 19 columns (19 merged, 0 gathered) in 0.01511065 sec., 56913.50140463845 rows/sec., 101.99 MiB/sec. | ||
6865 | 2025.07.15 21:10:39.550783 [ 195 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6866 | 2025.07.15 21:10:39.551104 [ 195 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6867 | 2025.07.15 21:10:39.551173 [ 195 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6868 | 2025.07.15 21:10:39.551255 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB. | ||
6869 | 2025.07.15 21:10:40.000144 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 258.64 MiB, peak 271.02 MiB, free memory in arenas 0.00 B, will set to 261.80 MiB (RSS), difference: 3.16 MiB | ||
6870 | 2025.07.15 21:10:42.975515 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6871 | 2025.07.15 21:10:42.975585 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6872 | 2025.07.15 21:10:43.142768 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
6873 | 2025.07.15 21:10:43.143283 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6874 | 2025.07.15 21:10:43.143331 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6875 | 2025.07.15 21:10:43.143875 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6876 | 2025.07.15 21:10:43.144125 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6877 | 2025.07.15 21:10:43.144273 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
6878 | 2025.07.15 21:10:43.144274 [ 61 ] {} <Debug> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6879 | 2025.07.15 21:10:43.144344 [ 61 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6880 | 2025.07.15 21:10:43.144365 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6881 | 2025.07.15 21:10:43.144491 [ 198 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
6882 | 2025.07.15 21:10:43.144639 [ 198 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6883 | 2025.07.15 21:10:43.144678 [ 198 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
6884 | 2025.07.15 21:10:43.144741 [ 198 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
6885 | 2025.07.15 21:10:43.144785 [ 198 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
6886 | 2025.07.15 21:10:43.144826 [ 198 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
6887 | 2025.07.15 21:10:43.144863 [ 198 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
6888 | 2025.07.15 21:10:43.144909 [ 198 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
6889 | 2025.07.15 21:10:43.146875 [ 200 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.002445283 sec., 6760362.7064842805 rows/sec., 96.71 MiB/sec. | ||
6890 | 2025.07.15 21:10:43.147015 [ 193 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6891 | 2025.07.15 21:10:43.147335 [ 193 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_36_7} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6892 | 2025.07.15 21:10:43.147424 [ 193 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_36_7} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6893 | 2025.07.15 21:10:43.147557 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
6894 | 2025.07.15 21:10:43.171094 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 956 | ||
6895 | 2025.07.15 21:10:43.173546 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6896 | 2025.07.15 21:10:43.173599 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6897 | 2025.07.15 21:10:43.174812 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6898 | 2025.07.15 21:10:43.175073 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6899 | 2025.07.15 21:10:43.175214 [ 61 ] {} <Debug> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6900 | 2025.07.15 21:10:43.175253 [ 61 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6901 | 2025.07.15 21:10:43.175271 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6902 | 2025.07.15 21:10:43.175352 [ 198 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::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 | ||
6903 | 2025.07.15 21:10:43.175417 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 956 | ||
6904 | 2025.07.15 21:10:43.175928 [ 198 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6905 | 2025.07.15 21:10:43.176067 [ 198 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 798 rows starting from the beginning of the part | ||
6906 | 2025.07.15 21:10:43.176426 [ 198 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part | ||
6907 | 2025.07.15 21:10:43.176769 [ 198 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part | ||
6908 | 2025.07.15 21:10:43.177129 [ 198 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 38 rows starting from the beginning of the part | ||
6909 | 2025.07.15 21:10:43.177470 [ 198 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part | ||
6910 | 2025.07.15 21:10:43.177815 [ 198 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part | ||
6911 | 2025.07.15 21:10:43.183550 [ 200 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 956 rows, containing 72 columns (72 merged, 0 gathered) in 0.008234783 sec., 116092.91950984014 rows/sec., 94.99 MiB/sec. | ||
6912 | 2025.07.15 21:10:43.184598 [ 186 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6913 | 2025.07.15 21:10:43.185132 [ 186 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_26_5} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6914 | 2025.07.15 21:10:43.185213 [ 186 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_26_5} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6915 | 2025.07.15 21:10:43.185384 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. | ||
6916 | 2025.07.15 21:10:44.045705 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
6917 | 2025.07.15 21:10:44.063043 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6918 | 2025.07.15 21:10:44.063091 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6919 | 2025.07.15 21:10:44.068521 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6920 | 2025.07.15 21:10:44.069201 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6921 | 2025.07.15 21:10:44.069499 [ 95 ] {} <Debug> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6922 | 2025.07.15 21:10:44.069573 [ 95 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6923 | 2025.07.15 21:10:44.069599 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6924 | 2025.07.15 21:10:44.069721 [ 192 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
6925 | 2025.07.15 21:10:44.072054 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
6926 | 2025.07.15 21:10:44.073329 [ 192 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6927 | 2025.07.15 21:10:44.074622 [ 192 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
6928 | 2025.07.15 21:10:44.079127 [ 192 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
6929 | 2025.07.15 21:10:44.083697 [ 192 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
6930 | 2025.07.15 21:10:44.088345 [ 192 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
6931 | 2025.07.15 21:10:44.092557 [ 192 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
6932 | 2025.07.15 21:10:44.096390 [ 192 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
6933 | 2025.07.15 21:10:44.153303 [ 190 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.083638891 sec., 3252.0756402664397 rows/sec., 16.82 MiB/sec. | ||
6934 | 2025.07.15 21:10:44.156248 [ 190 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6935 | 2025.07.15 21:10:44.158279 [ 190 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_36_7} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6936 | 2025.07.15 21:10:44.158400 [ 190 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_36_7} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6937 | 2025.07.15 21:10:44.160856 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
6938 | 2025.07.15 21:10:44.533338 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6939 | 2025.07.15 21:10:44.533534 [ 260 ] {530abe93-e175-4b43-8e94-e0a19e662276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
6940 | 2025.07.15 21:10:44.533609 [ 260 ] {530abe93-e175-4b43-8e94-e0a19e662276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
6941 | 2025.07.15 21:10:44.534409 [ 260 ] {530abe93-e175-4b43-8e94-e0a19e662276} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6942 | 2025.07.15 21:10:44.534461 [ 260 ] {530abe93-e175-4b43-8e94-e0a19e662276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6943 | 2025.07.15 21:10:44.534867 [ 260 ] {530abe93-e175-4b43-8e94-e0a19e662276} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6944 | 2025.07.15 21:10:44.535107 [ 260 ] {530abe93-e175-4b43-8e94-e0a19e662276} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6945 | 2025.07.15 21:10:44.535250 [ 95 ] {} <Debug> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
6946 | 2025.07.15 21:10:44.535275 [ 260 ] {530abe93-e175-4b43-8e94-e0a19e662276} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001791 sec., 118369.62590731434 rows/sec., 7.53 MiB/sec. | ||
6947 | 2025.07.15 21:10:44.535318 [ 95 ] {} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6948 | 2025.07.15 21:10:44.535341 [ 260 ] {530abe93-e175-4b43-8e94-e0a19e662276} <Debug> TCPHandler: Processed in 0.002136046 sec. | ||
6949 | 2025.07.15 21:10:44.535348 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6950 | 2025.07.15 21:10:44.535477 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6951 | 2025.07.15 21:10:44.535485 [ 201 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::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 | ||
6952 | 2025.07.15 21:10:44.535619 [ 260 ] {39d7980e-b971-4239-abb7-dba7f4000703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6953 | 2025.07.15 21:10:44.535667 [ 260 ] {39d7980e-b971-4239-abb7-dba7f4000703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6954 | 2025.07.15 21:10:44.535675 [ 201 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6955 | 2025.07.15 21:10:44.535715 [ 201 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 212 rows starting from the beginning of the part | ||
6956 | 2025.07.15 21:10:44.535782 [ 201 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part | ||
6957 | 2025.07.15 21:10:44.535830 [ 201 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 212 rows starting from the beginning of the part | ||
6958 | 2025.07.15 21:10:44.535903 [ 201 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 212 rows starting from the beginning of the part | ||
6959 | 2025.07.15 21:10:44.535946 [ 201 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 212 rows starting from the beginning of the part | ||
6960 | 2025.07.15 21:10:44.536430 [ 260 ] {39d7980e-b971-4239-abb7-dba7f4000703} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6961 | 2025.07.15 21:10:44.536475 [ 260 ] {39d7980e-b971-4239-abb7-dba7f4000703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6962 | 2025.07.15 21:10:44.536941 [ 191 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001513379 sec., 700419.3926306629 rows/sec., 47.22 MiB/sec. | ||
6963 | 2025.07.15 21:10:44.537120 [ 260 ] {39d7980e-b971-4239-abb7-dba7f4000703} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6964 | 2025.07.15 21:10:44.537151 [ 194 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
6965 | 2025.07.15 21:10:44.537406 [ 260 ] {39d7980e-b971-4239-abb7-dba7f4000703} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6966 | 2025.07.15 21:10:44.537548 [ 194 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_17_4} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6967 | 2025.07.15 21:10:44.537564 [ 260 ] {39d7980e-b971-4239-abb7-dba7f4000703} <Debug> executeQuery: Read 681 rows, 55.38 KiB in 0.001968 sec., 346036.5853658536 rows/sec., 27.48 MiB/sec. | ||
6968 | 2025.07.15 21:10:44.537609 [ 260 ] {39d7980e-b971-4239-abb7-dba7f4000703} <Debug> TCPHandler: Processed in 0.002185786 sec. | ||
6969 | 2025.07.15 21:10:44.537648 [ 194 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_17_4} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
6970 | 2025.07.15 21:10:44.537732 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6971 | 2025.07.15 21:10:44.537770 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
6972 | 2025.07.15 21:10:44.537832 [ 260 ] {7d8e98e1-79db-46f7-a50f-0de19c74f5b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6973 | 2025.07.15 21:10:44.537877 [ 260 ] {7d8e98e1-79db-46f7-a50f-0de19c74f5b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6974 | 2025.07.15 21:10:44.538324 [ 260 ] {7d8e98e1-79db-46f7-a50f-0de19c74f5b3} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6975 | 2025.07.15 21:10:44.538361 [ 260 ] {7d8e98e1-79db-46f7-a50f-0de19c74f5b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6976 | 2025.07.15 21:10:44.538677 [ 260 ] {7d8e98e1-79db-46f7-a50f-0de19c74f5b3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6977 | 2025.07.15 21:10:44.538897 [ 260 ] {7d8e98e1-79db-46f7-a50f-0de19c74f5b3} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6978 | 2025.07.15 21:10:44.539027 [ 260 ] {7d8e98e1-79db-46f7-a50f-0de19c74f5b3} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001213 sec., 113767.51854905192 rows/sec., 7.08 MiB/sec. | ||
6979 | 2025.07.15 21:10:44.539066 [ 260 ] {7d8e98e1-79db-46f7-a50f-0de19c74f5b3} <Debug> TCPHandler: Processed in 0.001384786 sec. | ||
6980 | 2025.07.15 21:10:44.539181 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6981 | 2025.07.15 21:10:44.539273 [ 260 ] {841d008b-8680-4f12-a138-43192ed38753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
6982 | 2025.07.15 21:10:44.539314 [ 260 ] {841d008b-8680-4f12-a138-43192ed38753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6983 | 2025.07.15 21:10:44.539740 [ 260 ] {841d008b-8680-4f12-a138-43192ed38753} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6984 | 2025.07.15 21:10:44.539775 [ 260 ] {841d008b-8680-4f12-a138-43192ed38753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6985 | 2025.07.15 21:10:44.540084 [ 260 ] {841d008b-8680-4f12-a138-43192ed38753} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6986 | 2025.07.15 21:10:44.540301 [ 260 ] {841d008b-8680-4f12-a138-43192ed38753} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6987 | 2025.07.15 21:10:44.540431 [ 260 ] {841d008b-8680-4f12-a138-43192ed38753} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001173 sec., 96334.18584825234 rows/sec., 6.24 MiB/sec. | ||
6988 | 2025.07.15 21:10:44.540469 [ 260 ] {841d008b-8680-4f12-a138-43192ed38753} <Debug> TCPHandler: Processed in 0.001338224 sec. | ||
6989 | 2025.07.15 21:10:44.540582 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6990 | 2025.07.15 21:10:44.540676 [ 260 ] {7da5c5df-3e13-4475-b7ff-8cc3fe04622b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
6991 | 2025.07.15 21:10:44.540716 [ 260 ] {7da5c5df-3e13-4475-b7ff-8cc3fe04622b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6992 | 2025.07.15 21:10:44.541136 [ 260 ] {7da5c5df-3e13-4475-b7ff-8cc3fe04622b} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6993 | 2025.07.15 21:10:44.541173 [ 260 ] {7da5c5df-3e13-4475-b7ff-8cc3fe04622b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
6994 | 2025.07.15 21:10:44.541479 [ 260 ] {7da5c5df-3e13-4475-b7ff-8cc3fe04622b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6995 | 2025.07.15 21:10:44.541692 [ 260 ] {7da5c5df-3e13-4475-b7ff-8cc3fe04622b} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6996 | 2025.07.15 21:10:44.541791 [ 94 ] {} <Debug> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
6997 | 2025.07.15 21:10:44.541823 [ 260 ] {7da5c5df-3e13-4475-b7ff-8cc3fe04622b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001164 sec., 96219.93127147766 rows/sec., 5.48 MiB/sec. | ||
6998 | 2025.07.15 21:10:44.541835 [ 94 ] {} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6999 | 2025.07.15 21:10:44.541868 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7000 | 2025.07.15 21:10:44.541870 [ 260 ] {7da5c5df-3e13-4475-b7ff-8cc3fe04622b} <Debug> TCPHandler: Processed in 0.001335724 sec. | ||
7001 | 2025.07.15 21:10:44.541942 [ 201 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::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 | ||
7002 | 2025.07.15 21:10:44.541998 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7003 | 2025.07.15 21:10:44.542035 [ 201 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7004 | 2025.07.15 21:10:44.542064 [ 201 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 112 rows starting from the beginning of the part | ||
7005 | 2025.07.15 21:10:44.542096 [ 260 ] {4e41677c-9c8b-40ed-b038-d3905a4dae6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7006 | 2025.07.15 21:10:44.542110 [ 201 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 112 rows starting from the beginning of the part | ||
7007 | 2025.07.15 21:10:44.542144 [ 260 ] {4e41677c-9c8b-40ed-b038-d3905a4dae6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7008 | 2025.07.15 21:10:44.542158 [ 201 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 112 rows starting from the beginning of the part | ||
7009 | 2025.07.15 21:10:44.542203 [ 201 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 112 rows starting from the beginning of the part | ||
7010 | 2025.07.15 21:10:44.542239 [ 201 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 112 rows starting from the beginning of the part | ||
7011 | 2025.07.15 21:10:44.542703 [ 260 ] {4e41677c-9c8b-40ed-b038-d3905a4dae6e} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7012 | 2025.07.15 21:10:44.542745 [ 260 ] {4e41677c-9c8b-40ed-b038-d3905a4dae6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7013 | 2025.07.15 21:10:44.542943 [ 191 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001032137 sec., 542563.6325410289 rows/sec., 32.98 MiB/sec. | ||
7014 | 2025.07.15 21:10:44.543080 [ 194 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
7015 | 2025.07.15 21:10:44.543103 [ 260 ] {4e41677c-9c8b-40ed-b038-d3905a4dae6e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7016 | 2025.07.15 21:10:44.543418 [ 260 ] {4e41677c-9c8b-40ed-b038-d3905a4dae6e} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7017 | 2025.07.15 21:10:44.543424 [ 194 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_17_4} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7018 | 2025.07.15 21:10:44.543513 [ 194 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_17_4} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
7019 | 2025.07.15 21:10:44.543572 [ 260 ] {4e41677c-9c8b-40ed-b038-d3905a4dae6e} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001493 sec., 277294.03884795716 rows/sec., 19.72 MiB/sec. | ||
7020 | 2025.07.15 21:10:44.543601 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
7021 | 2025.07.15 21:10:44.543614 [ 260 ] {4e41677c-9c8b-40ed-b038-d3905a4dae6e} <Debug> TCPHandler: Processed in 0.001666203 sec. | ||
7022 | 2025.07.15 21:10:44.543737 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7023 | 2025.07.15 21:10:44.543831 [ 260 ] {47b6f179-d3d0-4d44-90a3-22ae58b6eb76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
7024 | 2025.07.15 21:10:44.543874 [ 260 ] {47b6f179-d3d0-4d44-90a3-22ae58b6eb76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7025 | 2025.07.15 21:10:44.544210 [ 260 ] {47b6f179-d3d0-4d44-90a3-22ae58b6eb76} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7026 | 2025.07.15 21:10:44.544246 [ 260 ] {47b6f179-d3d0-4d44-90a3-22ae58b6eb76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7027 | 2025.07.15 21:10:44.544560 [ 260 ] {47b6f179-d3d0-4d44-90a3-22ae58b6eb76} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7028 | 2025.07.15 21:10:44.544769 [ 260 ] {47b6f179-d3d0-4d44-90a3-22ae58b6eb76} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7029 | 2025.07.15 21:10:44.544899 [ 260 ] {47b6f179-d3d0-4d44-90a3-22ae58b6eb76} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001087 sec., 5519.779208831646 rows/sec., 288.39 KiB/sec. | ||
7030 | 2025.07.15 21:10:44.544935 [ 260 ] {47b6f179-d3d0-4d44-90a3-22ae58b6eb76} <Debug> TCPHandler: Processed in 0.001248732 sec. | ||
7031 | 2025.07.15 21:10:44.545038 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7032 | 2025.07.15 21:10:44.545131 [ 260 ] {5406b369-0887-4379-90b2-b4eb4c36867a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7033 | 2025.07.15 21:10:44.545175 [ 260 ] {5406b369-0887-4379-90b2-b4eb4c36867a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7034 | 2025.07.15 21:10:44.545577 [ 260 ] {5406b369-0887-4379-90b2-b4eb4c36867a} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7035 | 2025.07.15 21:10:44.545614 [ 260 ] {5406b369-0887-4379-90b2-b4eb4c36867a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7036 | 2025.07.15 21:10:44.545948 [ 260 ] {5406b369-0887-4379-90b2-b4eb4c36867a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7037 | 2025.07.15 21:10:44.546159 [ 260 ] {5406b369-0887-4379-90b2-b4eb4c36867a} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7038 | 2025.07.15 21:10:44.546286 [ 260 ] {5406b369-0887-4379-90b2-b4eb4c36867a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001174 sec., 201873.93526405454 rows/sec., 13.53 MiB/sec. | ||
7039 | 2025.07.15 21:10:44.546322 [ 260 ] {5406b369-0887-4379-90b2-b4eb4c36867a} <Debug> TCPHandler: Processed in 0.001333924 sec. | ||
7040 | 2025.07.15 21:10:44.546432 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7041 | 2025.07.15 21:10:44.546526 [ 260 ] {bab9e18f-efe3-416d-b2df-63100b0185bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
7042 | 2025.07.15 21:10:44.546567 [ 260 ] {bab9e18f-efe3-416d-b2df-63100b0185bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7043 | 2025.07.15 21:10:44.546872 [ 260 ] {bab9e18f-efe3-416d-b2df-63100b0185bf} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7044 | 2025.07.15 21:10:44.546909 [ 260 ] {bab9e18f-efe3-416d-b2df-63100b0185bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7045 | 2025.07.15 21:10:44.547198 [ 260 ] {bab9e18f-efe3-416d-b2df-63100b0185bf} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7046 | 2025.07.15 21:10:44.547415 [ 260 ] {bab9e18f-efe3-416d-b2df-63100b0185bf} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7047 | 2025.07.15 21:10:44.547541 [ 260 ] {bab9e18f-efe3-416d-b2df-63100b0185bf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001033 sec., 968.054211035818 rows/sec., 65.23 KiB/sec. | ||
7048 | 2025.07.15 21:10:44.547577 [ 260 ] {bab9e18f-efe3-416d-b2df-63100b0185bf} <Debug> TCPHandler: Processed in 0.001193961 sec. | ||
7049 | 2025.07.15 21:10:44.547687 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7050 | 2025.07.15 21:10:44.547778 [ 260 ] {616f8830-ab43-4975-8058-e30a7e68730e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7051 | 2025.07.15 21:10:44.547832 [ 260 ] {616f8830-ab43-4975-8058-e30a7e68730e} <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 | ||
7052 | 2025.07.15 21:10:44.548662 [ 260 ] {616f8830-ab43-4975-8058-e30a7e68730e} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7053 | 2025.07.15 21:10:44.548698 [ 260 ] {616f8830-ab43-4975-8058-e30a7e68730e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7054 | 2025.07.15 21:10:44.549242 [ 260 ] {616f8830-ab43-4975-8058-e30a7e68730e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7055 | 2025.07.15 21:10:44.549467 [ 260 ] {616f8830-ab43-4975-8058-e30a7e68730e} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7056 | 2025.07.15 21:10:44.549603 [ 260 ] {616f8830-ab43-4975-8058-e30a7e68730e} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001842 sec., 17372.42128121607 rows/sec., 31.13 MiB/sec. | ||
7057 | 2025.07.15 21:10:44.549661 [ 260 ] {616f8830-ab43-4975-8058-e30a7e68730e} <Debug> TCPHandler: Processed in 0.002023393 sec. | ||
7058 | 2025.07.15 21:10:44.549772 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7059 | 2025.07.15 21:10:44.549865 [ 260 ] {c08e5066-963b-495f-8a47-af03e404fb92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7060 | 2025.07.15 21:10:44.549905 [ 260 ] {c08e5066-963b-495f-8a47-af03e404fb92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7061 | 2025.07.15 21:10:44.550243 [ 260 ] {c08e5066-963b-495f-8a47-af03e404fb92} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7062 | 2025.07.15 21:10:44.550280 [ 260 ] {c08e5066-963b-495f-8a47-af03e404fb92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7063 | 2025.07.15 21:10:44.550577 [ 260 ] {c08e5066-963b-495f-8a47-af03e404fb92} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7064 | 2025.07.15 21:10:44.550779 [ 260 ] {c08e5066-963b-495f-8a47-af03e404fb92} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7065 | 2025.07.15 21:10:44.550904 [ 260 ] {c08e5066-963b-495f-8a47-af03e404fb92} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001057 sec., 77578.05108798486 rows/sec., 4.93 MiB/sec. | ||
7066 | 2025.07.15 21:10:44.550939 [ 260 ] {c08e5066-963b-495f-8a47-af03e404fb92} <Debug> TCPHandler: Processed in 0.001215992 sec. | ||
7067 | 2025.07.15 21:10:45.000155 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.76 MiB, peak 274.78 MiB, free memory in arenas 0.00 B, will set to 265.95 MiB (RSS), difference: 2.19 MiB | ||
7068 | 2025.07.15 21:10:49.552704 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7069 | 2025.07.15 21:10:49.552913 [ 260 ] {630fcbb9-5f8d-4219-b6be-8b7f00e9258d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
7070 | 2025.07.15 21:10:49.552988 [ 260 ] {630fcbb9-5f8d-4219-b6be-8b7f00e9258d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7071 | 2025.07.15 21:10:49.553627 [ 260 ] {630fcbb9-5f8d-4219-b6be-8b7f00e9258d} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7072 | 2025.07.15 21:10:49.553668 [ 260 ] {630fcbb9-5f8d-4219-b6be-8b7f00e9258d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7073 | 2025.07.15 21:10:49.554052 [ 260 ] {630fcbb9-5f8d-4219-b6be-8b7f00e9258d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7074 | 2025.07.15 21:10:49.554276 [ 260 ] {630fcbb9-5f8d-4219-b6be-8b7f00e9258d} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7075 | 2025.07.15 21:10:49.554431 [ 260 ] {630fcbb9-5f8d-4219-b6be-8b7f00e9258d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001574 sec., 2541.296060991105 rows/sec., 207.22 KiB/sec. | ||
7076 | 2025.07.15 21:10:49.554481 [ 260 ] {630fcbb9-5f8d-4219-b6be-8b7f00e9258d} <Debug> TCPHandler: Processed in 0.001911049 sec. | ||
7077 | 2025.07.15 21:10:49.554609 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7078 | 2025.07.15 21:10:49.554714 [ 260 ] {90beb9bc-48a3-4bf4-8b98-ffed6b4f1dbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7079 | 2025.07.15 21:10:49.554757 [ 260 ] {90beb9bc-48a3-4bf4-8b98-ffed6b4f1dbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7080 | 2025.07.15 21:10:49.555839 [ 260 ] {90beb9bc-48a3-4bf4-8b98-ffed6b4f1dbd} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7081 | 2025.07.15 21:10:49.555875 [ 260 ] {90beb9bc-48a3-4bf4-8b98-ffed6b4f1dbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7082 | 2025.07.15 21:10:49.556255 [ 260 ] {90beb9bc-48a3-4bf4-8b98-ffed6b4f1dbd} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7083 | 2025.07.15 21:10:49.556464 [ 260 ] {90beb9bc-48a3-4bf4-8b98-ffed6b4f1dbd} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7084 | 2025.07.15 21:10:49.556596 [ 260 ] {90beb9bc-48a3-4bf4-8b98-ffed6b4f1dbd} <Debug> executeQuery: Read 1216 rows, 102.43 KiB in 0.001907 sec., 637650.760356581 rows/sec., 52.45 MiB/sec. | ||
7085 | 2025.07.15 21:10:49.556633 [ 260 ] {90beb9bc-48a3-4bf4-8b98-ffed6b4f1dbd} <Debug> TCPHandler: Processed in 0.002076574 sec. | ||
7086 | 2025.07.15 21:10:49.556751 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7087 | 2025.07.15 21:10:49.556851 [ 260 ] {4a24b0be-f593-47fd-a6e5-cb15d7e5dc7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7088 | 2025.07.15 21:10:49.556892 [ 260 ] {4a24b0be-f593-47fd-a6e5-cb15d7e5dc7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7089 | 2025.07.15 21:10:49.557299 [ 260 ] {4a24b0be-f593-47fd-a6e5-cb15d7e5dc7e} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7090 | 2025.07.15 21:10:49.557336 [ 260 ] {4a24b0be-f593-47fd-a6e5-cb15d7e5dc7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7091 | 2025.07.15 21:10:49.557639 [ 260 ] {4a24b0be-f593-47fd-a6e5-cb15d7e5dc7e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7092 | 2025.07.15 21:10:49.557848 [ 260 ] {4a24b0be-f593-47fd-a6e5-cb15d7e5dc7e} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7093 | 2025.07.15 21:10:49.557975 [ 260 ] {4a24b0be-f593-47fd-a6e5-cb15d7e5dc7e} <Debug> executeQuery: Read 13 rows, 979.00 B in 0.001147 sec., 11333.914559721012 rows/sec., 833.53 KiB/sec. | ||
7094 | 2025.07.15 21:10:49.558012 [ 260 ] {4a24b0be-f593-47fd-a6e5-cb15d7e5dc7e} <Debug> TCPHandler: Processed in 0.001312594 sec. | ||
7095 | 2025.07.15 21:10:49.558119 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7096 | 2025.07.15 21:10:49.558214 [ 260 ] {d881c9c2-bfb2-4127-9425-cd5166158721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7097 | 2025.07.15 21:10:49.558254 [ 260 ] {d881c9c2-bfb2-4127-9425-cd5166158721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7098 | 2025.07.15 21:10:49.558880 [ 260 ] {d881c9c2-bfb2-4127-9425-cd5166158721} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7099 | 2025.07.15 21:10:49.558922 [ 260 ] {d881c9c2-bfb2-4127-9425-cd5166158721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7100 | 2025.07.15 21:10:49.559358 [ 260 ] {d881c9c2-bfb2-4127-9425-cd5166158721} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
7101 | 2025.07.15 21:10:49.559785 [ 260 ] {d881c9c2-bfb2-4127-9425-cd5166158721} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7102 | 2025.07.15 21:10:49.559974 [ 260 ] {d881c9c2-bfb2-4127-9425-cd5166158721} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001777 sec., 128306.13393359595 rows/sec., 8.69 MiB/sec. | ||
7103 | 2025.07.15 21:10:49.560022 [ 260 ] {d881c9c2-bfb2-4127-9425-cd5166158721} <Debug> TCPHandler: Processed in 0.00195119 sec. | ||
7104 | 2025.07.15 21:10:49.560162 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7105 | 2025.07.15 21:10:49.560264 [ 260 ] {9191f9db-d56a-4e3a-883a-667545a53002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7106 | 2025.07.15 21:10:49.560314 [ 260 ] {9191f9db-d56a-4e3a-883a-667545a53002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7107 | 2025.07.15 21:10:49.561065 [ 260 ] {9191f9db-d56a-4e3a-883a-667545a53002} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7108 | 2025.07.15 21:10:49.561101 [ 260 ] {9191f9db-d56a-4e3a-883a-667545a53002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7109 | 2025.07.15 21:10:49.561464 [ 260 ] {9191f9db-d56a-4e3a-883a-667545a53002} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7110 | 2025.07.15 21:10:49.561678 [ 260 ] {9191f9db-d56a-4e3a-883a-667545a53002} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7111 | 2025.07.15 21:10:49.561812 [ 260 ] {9191f9db-d56a-4e3a-883a-667545a53002} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.001571 sec., 339274.34754933167 rows/sec., 25.15 MiB/sec. | ||
7112 | 2025.07.15 21:10:49.561851 [ 260 ] {9191f9db-d56a-4e3a-883a-667545a53002} <Debug> TCPHandler: Processed in 0.001744925 sec. | ||
7113 | 2025.07.15 21:10:49.561972 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7114 | 2025.07.15 21:10:49.562067 [ 260 ] {a5c04ac5-218a-491d-b58a-3a86378fc67a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7115 | 2025.07.15 21:10:49.562110 [ 260 ] {a5c04ac5-218a-491d-b58a-3a86378fc67a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7116 | 2025.07.15 21:10:49.562829 [ 260 ] {a5c04ac5-218a-491d-b58a-3a86378fc67a} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7117 | 2025.07.15 21:10:49.562865 [ 260 ] {a5c04ac5-218a-491d-b58a-3a86378fc67a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7118 | 2025.07.15 21:10:49.563249 [ 260 ] {a5c04ac5-218a-491d-b58a-3a86378fc67a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7119 | 2025.07.15 21:10:49.563457 [ 260 ] {a5c04ac5-218a-491d-b58a-3a86378fc67a} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7120 | 2025.07.15 21:10:49.563589 [ 260 ] {a5c04ac5-218a-491d-b58a-3a86378fc67a} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.001542 sec., 571984.4357976654 rows/sec., 38.49 MiB/sec. | ||
7121 | 2025.07.15 21:10:49.563626 [ 260 ] {a5c04ac5-218a-491d-b58a-3a86378fc67a} <Debug> TCPHandler: Processed in 0.001704314 sec. | ||
7122 | 2025.07.15 21:10:49.563737 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7123 | 2025.07.15 21:10:49.563833 [ 260 ] {ff9a2ae8-84d0-4f30-ad44-62e802ad8d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7124 | 2025.07.15 21:10:49.563889 [ 260 ] {ff9a2ae8-84d0-4f30-ad44-62e802ad8d62} <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 | ||
7125 | 2025.07.15 21:10:49.564658 [ 260 ] {ff9a2ae8-84d0-4f30-ad44-62e802ad8d62} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7126 | 2025.07.15 21:10:49.564694 [ 260 ] {ff9a2ae8-84d0-4f30-ad44-62e802ad8d62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7127 | 2025.07.15 21:10:49.565202 [ 260 ] {ff9a2ae8-84d0-4f30-ad44-62e802ad8d62} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7128 | 2025.07.15 21:10:49.565431 [ 260 ] {ff9a2ae8-84d0-4f30-ad44-62e802ad8d62} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7129 | 2025.07.15 21:10:49.565568 [ 260 ] {ff9a2ae8-84d0-4f30-ad44-62e802ad8d62} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001754 sec., 5131.128848346637 rows/sec., 9.19 MiB/sec. | ||
7130 | 2025.07.15 21:10:49.565630 [ 260 ] {ff9a2ae8-84d0-4f30-ad44-62e802ad8d62} <Debug> TCPHandler: Processed in 0.00194188 sec. | ||
7131 | 2025.07.15 21:10:49.565743 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7132 | 2025.07.15 21:10:49.565839 [ 260 ] {87f612aa-8a4c-4317-9670-31062bf1dadb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7133 | 2025.07.15 21:10:49.565880 [ 260 ] {87f612aa-8a4c-4317-9670-31062bf1dadb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7134 | 2025.07.15 21:10:49.566227 [ 260 ] {87f612aa-8a4c-4317-9670-31062bf1dadb} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7135 | 2025.07.15 21:10:49.566262 [ 260 ] {87f612aa-8a4c-4317-9670-31062bf1dadb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7136 | 2025.07.15 21:10:49.566568 [ 260 ] {87f612aa-8a4c-4317-9670-31062bf1dadb} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7137 | 2025.07.15 21:10:49.566780 [ 260 ] {87f612aa-8a4c-4317-9670-31062bf1dadb} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7138 | 2025.07.15 21:10:49.566908 [ 260 ] {87f612aa-8a4c-4317-9670-31062bf1dadb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. | ||
7139 | 2025.07.15 21:10:49.566943 [ 260 ] {87f612aa-8a4c-4317-9670-31062bf1dadb} <Debug> TCPHandler: Processed in 0.001248022 sec. | ||
7140 | 2025.07.15 21:10:50.645293 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
7141 | 2025.07.15 21:10:50.645795 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7142 | 2025.07.15 21:10:50.645844 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7143 | 2025.07.15 21:10:50.646330 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7144 | 2025.07.15 21:10:50.646575 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7145 | 2025.07.15 21:10:50.646722 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
7146 | 2025.07.15 21:10:51.573058 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
7147 | 2025.07.15 21:10:51.588779 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7148 | 2025.07.15 21:10:51.588835 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7149 | 2025.07.15 21:10:51.594769 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7150 | 2025.07.15 21:10:51.595503 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7151 | 2025.07.15 21:10:51.598412 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
7152 | 2025.07.15 21:10:53.176521 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 994 | ||
7153 | 2025.07.15 21:10:53.179032 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7154 | 2025.07.15 21:10:53.179083 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7155 | 2025.07.15 21:10:53.180316 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7156 | 2025.07.15 21:10:53.180595 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7157 | 2025.07.15 21:10:53.180965 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 994 | ||
7158 | 2025.07.15 21:10:54.532456 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7159 | 2025.07.15 21:10:54.532635 [ 260 ] {ade37980-b070-4001-94c8-09ea37cff697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
7160 | 2025.07.15 21:10:54.532705 [ 260 ] {ade37980-b070-4001-94c8-09ea37cff697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
7161 | 2025.07.15 21:10:54.533540 [ 260 ] {ade37980-b070-4001-94c8-09ea37cff697} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7162 | 2025.07.15 21:10:54.533599 [ 260 ] {ade37980-b070-4001-94c8-09ea37cff697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7163 | 2025.07.15 21:10:54.534057 [ 260 ] {ade37980-b070-4001-94c8-09ea37cff697} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7164 | 2025.07.15 21:10:54.534308 [ 260 ] {ade37980-b070-4001-94c8-09ea37cff697} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7165 | 2025.07.15 21:10:54.534467 [ 260 ] {ade37980-b070-4001-94c8-09ea37cff697} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001881 sec., 112706.00744284954 rows/sec., 7.17 MiB/sec. | ||
7166 | 2025.07.15 21:10:54.534519 [ 260 ] {ade37980-b070-4001-94c8-09ea37cff697} <Debug> TCPHandler: Processed in 0.002193237 sec. | ||
7167 | 2025.07.15 21:10:54.534645 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7168 | 2025.07.15 21:10:54.534750 [ 260 ] {ab59f74f-8ec9-4515-a828-87ae1b654c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7169 | 2025.07.15 21:10:54.534796 [ 260 ] {ab59f74f-8ec9-4515-a828-87ae1b654c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7170 | 2025.07.15 21:10:54.535541 [ 260 ] {ab59f74f-8ec9-4515-a828-87ae1b654c56} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7171 | 2025.07.15 21:10:54.535581 [ 260 ] {ab59f74f-8ec9-4515-a828-87ae1b654c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7172 | 2025.07.15 21:10:54.535934 [ 260 ] {ab59f74f-8ec9-4515-a828-87ae1b654c56} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7173 | 2025.07.15 21:10:54.536146 [ 260 ] {ab59f74f-8ec9-4515-a828-87ae1b654c56} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7174 | 2025.07.15 21:10:54.536279 [ 260 ] {ab59f74f-8ec9-4515-a828-87ae1b654c56} <Debug> executeQuery: Read 681 rows, 55.38 KiB in 0.001554 sec., 438223.9382239382 rows/sec., 34.80 MiB/sec. | ||
7175 | 2025.07.15 21:10:54.536322 [ 260 ] {ab59f74f-8ec9-4515-a828-87ae1b654c56} <Debug> TCPHandler: Processed in 0.001727885 sec. | ||
7176 | 2025.07.15 21:10:54.536436 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7177 | 2025.07.15 21:10:54.536533 [ 260 ] {43bea1f7-fe43-4fcc-ac42-5e93aa24de7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7178 | 2025.07.15 21:10:54.536573 [ 260 ] {43bea1f7-fe43-4fcc-ac42-5e93aa24de7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7179 | 2025.07.15 21:10:54.537006 [ 260 ] {43bea1f7-fe43-4fcc-ac42-5e93aa24de7c} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7180 | 2025.07.15 21:10:54.537043 [ 260 ] {43bea1f7-fe43-4fcc-ac42-5e93aa24de7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7181 | 2025.07.15 21:10:54.537346 [ 260 ] {43bea1f7-fe43-4fcc-ac42-5e93aa24de7c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7182 | 2025.07.15 21:10:54.537553 [ 260 ] {43bea1f7-fe43-4fcc-ac42-5e93aa24de7c} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7183 | 2025.07.15 21:10:54.537687 [ 260 ] {43bea1f7-fe43-4fcc-ac42-5e93aa24de7c} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001174 sec., 117546.84838160138 rows/sec., 7.31 MiB/sec. | ||
7184 | 2025.07.15 21:10:54.537725 [ 260 ] {43bea1f7-fe43-4fcc-ac42-5e93aa24de7c} <Debug> TCPHandler: Processed in 0.001338454 sec. | ||
7185 | 2025.07.15 21:10:54.537833 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7186 | 2025.07.15 21:10:54.537928 [ 260 ] {87d88f56-fdad-4dc7-914f-1226e039abb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7187 | 2025.07.15 21:10:54.537967 [ 260 ] {87d88f56-fdad-4dc7-914f-1226e039abb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7188 | 2025.07.15 21:10:54.538379 [ 260 ] {87d88f56-fdad-4dc7-914f-1226e039abb3} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7189 | 2025.07.15 21:10:54.538415 [ 260 ] {87d88f56-fdad-4dc7-914f-1226e039abb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7190 | 2025.07.15 21:10:54.538716 [ 260 ] {87d88f56-fdad-4dc7-914f-1226e039abb3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
7191 | 2025.07.15 21:10:54.538931 [ 260 ] {87d88f56-fdad-4dc7-914f-1226e039abb3} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7192 | 2025.07.15 21:10:54.539058 [ 260 ] {87d88f56-fdad-4dc7-914f-1226e039abb3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001149 sec., 98346.38816362053 rows/sec., 6.37 MiB/sec. | ||
7193 | 2025.07.15 21:10:54.539094 [ 260 ] {87d88f56-fdad-4dc7-914f-1226e039abb3} <Debug> TCPHandler: Processed in 0.001310174 sec. | ||
7194 | 2025.07.15 21:10:54.539204 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7195 | 2025.07.15 21:10:54.539298 [ 260 ] {0ff68e4e-d7ad-4344-a8cf-91ade191b082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
7196 | 2025.07.15 21:10:54.539337 [ 260 ] {0ff68e4e-d7ad-4344-a8cf-91ade191b082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7197 | 2025.07.15 21:10:54.539745 [ 260 ] {0ff68e4e-d7ad-4344-a8cf-91ade191b082} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7198 | 2025.07.15 21:10:54.539781 [ 260 ] {0ff68e4e-d7ad-4344-a8cf-91ade191b082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7199 | 2025.07.15 21:10:54.540075 [ 260 ] {0ff68e4e-d7ad-4344-a8cf-91ade191b082} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7200 | 2025.07.15 21:10:54.540285 [ 260 ] {0ff68e4e-d7ad-4344-a8cf-91ade191b082} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7201 | 2025.07.15 21:10:54.540412 [ 260 ] {0ff68e4e-d7ad-4344-a8cf-91ade191b082} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001133 sec., 98852.60370697264 rows/sec., 5.63 MiB/sec. | ||
7202 | 2025.07.15 21:10:54.540449 [ 260 ] {0ff68e4e-d7ad-4344-a8cf-91ade191b082} <Debug> TCPHandler: Processed in 0.001293974 sec. | ||
7203 | 2025.07.15 21:10:54.540557 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7204 | 2025.07.15 21:10:54.540650 [ 260 ] {fc4f3021-d839-4fde-803f-9c4bfe02d579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7205 | 2025.07.15 21:10:54.540688 [ 260 ] {fc4f3021-d839-4fde-803f-9c4bfe02d579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7206 | 2025.07.15 21:10:54.541221 [ 260 ] {fc4f3021-d839-4fde-803f-9c4bfe02d579} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7207 | 2025.07.15 21:10:54.541257 [ 260 ] {fc4f3021-d839-4fde-803f-9c4bfe02d579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7208 | 2025.07.15 21:10:54.541579 [ 260 ] {fc4f3021-d839-4fde-803f-9c4bfe02d579} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7209 | 2025.07.15 21:10:54.541785 [ 260 ] {fc4f3021-d839-4fde-803f-9c4bfe02d579} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7210 | 2025.07.15 21:10:54.541910 [ 260 ] {fc4f3021-d839-4fde-803f-9c4bfe02d579} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001278 sec., 323943.661971831 rows/sec., 23.04 MiB/sec. | ||
7211 | 2025.07.15 21:10:54.541947 [ 260 ] {fc4f3021-d839-4fde-803f-9c4bfe02d579} <Debug> TCPHandler: Processed in 0.001439907 sec. | ||
7212 | 2025.07.15 21:10:54.542057 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7213 | 2025.07.15 21:10:54.542150 [ 260 ] {28ae8e67-730e-482a-b5cb-a5afb20c6579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
7214 | 2025.07.15 21:10:54.542193 [ 260 ] {28ae8e67-730e-482a-b5cb-a5afb20c6579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7215 | 2025.07.15 21:10:54.542519 [ 260 ] {28ae8e67-730e-482a-b5cb-a5afb20c6579} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7216 | 2025.07.15 21:10:54.542556 [ 260 ] {28ae8e67-730e-482a-b5cb-a5afb20c6579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7217 | 2025.07.15 21:10:54.542865 [ 260 ] {28ae8e67-730e-482a-b5cb-a5afb20c6579} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7218 | 2025.07.15 21:10:54.543085 [ 260 ] {28ae8e67-730e-482a-b5cb-a5afb20c6579} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7219 | 2025.07.15 21:10:54.543215 [ 260 ] {28ae8e67-730e-482a-b5cb-a5afb20c6579} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001084 sec., 5535.055350553506 rows/sec., 289.19 KiB/sec. | ||
7220 | 2025.07.15 21:10:54.543251 [ 260 ] {28ae8e67-730e-482a-b5cb-a5afb20c6579} <Debug> TCPHandler: Processed in 0.001243912 sec. | ||
7221 | 2025.07.15 21:10:54.543359 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7222 | 2025.07.15 21:10:54.543452 [ 260 ] {949d96fc-93c9-49d7-acad-89fb035ff21f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7223 | 2025.07.15 21:10:54.543494 [ 260 ] {949d96fc-93c9-49d7-acad-89fb035ff21f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7224 | 2025.07.15 21:10:54.543886 [ 260 ] {949d96fc-93c9-49d7-acad-89fb035ff21f} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7225 | 2025.07.15 21:10:54.543922 [ 260 ] {949d96fc-93c9-49d7-acad-89fb035ff21f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7226 | 2025.07.15 21:10:54.544248 [ 260 ] {949d96fc-93c9-49d7-acad-89fb035ff21f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7227 | 2025.07.15 21:10:54.544462 [ 260 ] {949d96fc-93c9-49d7-acad-89fb035ff21f} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7228 | 2025.07.15 21:10:54.544592 [ 260 ] {949d96fc-93c9-49d7-acad-89fb035ff21f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001158 sec., 204663.21243523317 rows/sec., 13.72 MiB/sec. | ||
7229 | 2025.07.15 21:10:54.544627 [ 260 ] {949d96fc-93c9-49d7-acad-89fb035ff21f} <Debug> TCPHandler: Processed in 0.001315764 sec. | ||
7230 | 2025.07.15 21:10:54.544735 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7231 | 2025.07.15 21:10:54.544829 [ 260 ] {78e83c49-57bd-49eb-9997-86a1a0403323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
7232 | 2025.07.15 21:10:54.544871 [ 260 ] {78e83c49-57bd-49eb-9997-86a1a0403323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7233 | 2025.07.15 21:10:54.545178 [ 260 ] {78e83c49-57bd-49eb-9997-86a1a0403323} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7234 | 2025.07.15 21:10:54.545214 [ 260 ] {78e83c49-57bd-49eb-9997-86a1a0403323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7235 | 2025.07.15 21:10:54.545512 [ 260 ] {78e83c49-57bd-49eb-9997-86a1a0403323} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7236 | 2025.07.15 21:10:54.545718 [ 260 ] {78e83c49-57bd-49eb-9997-86a1a0403323} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7237 | 2025.07.15 21:10:54.545873 [ 260 ] {78e83c49-57bd-49eb-9997-86a1a0403323} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001061 sec., 942.507068803016 rows/sec., 63.51 KiB/sec. | ||
7238 | 2025.07.15 21:10:54.545914 [ 260 ] {78e83c49-57bd-49eb-9997-86a1a0403323} <Debug> TCPHandler: Processed in 0.001226982 sec. | ||
7239 | 2025.07.15 21:10:54.546018 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7240 | 2025.07.15 21:10:54.546113 [ 260 ] {44a2d77d-e063-4d98-9fca-82484b5f79cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7241 | 2025.07.15 21:10:54.546167 [ 260 ] {44a2d77d-e063-4d98-9fca-82484b5f79cb} <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 | ||
7242 | 2025.07.15 21:10:54.546978 [ 260 ] {44a2d77d-e063-4d98-9fca-82484b5f79cb} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7243 | 2025.07.15 21:10:54.547015 [ 260 ] {44a2d77d-e063-4d98-9fca-82484b5f79cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7244 | 2025.07.15 21:10:54.547557 [ 260 ] {44a2d77d-e063-4d98-9fca-82484b5f79cb} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7245 | 2025.07.15 21:10:54.547791 [ 260 ] {44a2d77d-e063-4d98-9fca-82484b5f79cb} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7246 | 2025.07.15 21:10:54.547933 [ 260 ] {44a2d77d-e063-4d98-9fca-82484b5f79cb} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001838 sec., 17410.228509249184 rows/sec., 31.20 MiB/sec. | ||
7247 | 2025.07.15 21:10:54.547995 [ 260 ] {44a2d77d-e063-4d98-9fca-82484b5f79cb} <Debug> TCPHandler: Processed in 0.002025093 sec. | ||
7248 | 2025.07.15 21:10:54.548107 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7249 | 2025.07.15 21:10:54.548201 [ 260 ] {08817e1a-616b-42c0-9869-253c1dfa2fc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7250 | 2025.07.15 21:10:54.548243 [ 260 ] {08817e1a-616b-42c0-9869-253c1dfa2fc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7251 | 2025.07.15 21:10:54.548562 [ 260 ] {08817e1a-616b-42c0-9869-253c1dfa2fc9} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7252 | 2025.07.15 21:10:54.548598 [ 260 ] {08817e1a-616b-42c0-9869-253c1dfa2fc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7253 | 2025.07.15 21:10:54.548898 [ 260 ] {08817e1a-616b-42c0-9869-253c1dfa2fc9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7254 | 2025.07.15 21:10:54.549121 [ 260 ] {08817e1a-616b-42c0-9869-253c1dfa2fc9} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7255 | 2025.07.15 21:10:54.549249 [ 260 ] {08817e1a-616b-42c0-9869-253c1dfa2fc9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001066 sec., 76923.07692307692 rows/sec., 4.89 MiB/sec. | ||
7256 | 2025.07.15 21:10:54.549285 [ 260 ] {08817e1a-616b-42c0-9869-253c1dfa2fc9} <Debug> TCPHandler: Processed in 0.001227102 sec. | ||
7257 | 2025.07.15 21:10:57.975620 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7258 | 2025.07.15 21:10:57.975686 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7259 | 2025.07.15 21:10:58.147714 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
7260 | 2025.07.15 21:10:58.148222 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7261 | 2025.07.15 21:10:58.148275 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7262 | 2025.07.15 21:10:58.148881 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7263 | 2025.07.15 21:10:58.149126 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7264 | 2025.07.15 21:10:58.149284 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
7265 | 2025.07.15 21:10:59.099378 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
7266 | 2025.07.15 21:10:59.116552 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7267 | 2025.07.15 21:10:59.116610 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7268 | 2025.07.15 21:10:59.122495 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7269 | 2025.07.15 21:10:59.123202 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7270 | 2025.07.15 21:10:59.126430 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
7271 | 2025.07.15 21:10:59.526083 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7272 | 2025.07.15 21:10:59.526271 [ 260 ] {4f2c634f-9920-4141-9db8-3d64a1f178ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7273 | 2025.07.15 21:10:59.526342 [ 260 ] {4f2c634f-9920-4141-9db8-3d64a1f178ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7274 | 2025.07.15 21:10:59.527021 [ 260 ] {4f2c634f-9920-4141-9db8-3d64a1f178ef} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7275 | 2025.07.15 21:10:59.527071 [ 260 ] {4f2c634f-9920-4141-9db8-3d64a1f178ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7276 | 2025.07.15 21:10:59.527480 [ 260 ] {4f2c634f-9920-4141-9db8-3d64a1f178ef} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7277 | 2025.07.15 21:10:59.527712 [ 260 ] {4f2c634f-9920-4141-9db8-3d64a1f178ef} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7278 | 2025.07.15 21:10:59.527880 [ 260 ] {4f2c634f-9920-4141-9db8-3d64a1f178ef} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001661 sec., 44551.475015051175 rows/sec., 3.62 MiB/sec. | ||
7279 | 2025.07.15 21:10:59.527931 [ 260 ] {4f2c634f-9920-4141-9db8-3d64a1f178ef} <Debug> TCPHandler: Processed in 0.001977511 sec. | ||
7280 | 2025.07.15 21:10:59.528056 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7281 | 2025.07.15 21:10:59.528163 [ 260 ] {76429ba0-dadb-4793-8a58-18420e1116c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7282 | 2025.07.15 21:10:59.528207 [ 260 ] {76429ba0-dadb-4793-8a58-18420e1116c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7283 | 2025.07.15 21:10:59.528622 [ 260 ] {76429ba0-dadb-4793-8a58-18420e1116c3} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7284 | 2025.07.15 21:10:59.528657 [ 260 ] {76429ba0-dadb-4793-8a58-18420e1116c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7285 | 2025.07.15 21:10:59.528971 [ 260 ] {76429ba0-dadb-4793-8a58-18420e1116c3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7286 | 2025.07.15 21:10:59.529205 [ 260 ] {76429ba0-dadb-4793-8a58-18420e1116c3} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7287 | 2025.07.15 21:10:59.529321 [ 76 ] {} <Debug> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7288 | 2025.07.15 21:10:59.529348 [ 260 ] {76429ba0-dadb-4793-8a58-18420e1116c3} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.00121 sec., 7438.01652892562 rows/sec., 559.30 KiB/sec. | ||
7289 | 2025.07.15 21:10:59.529355 [ 76 ] {} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7290 | 2025.07.15 21:10:59.529382 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7291 | 2025.07.15 21:10:59.529387 [ 260 ] {76429ba0-dadb-4793-8a58-18420e1116c3} <Debug> TCPHandler: Processed in 0.001383196 sec. | ||
7292 | 2025.07.15 21:10:59.529497 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7293 | 2025.07.15 21:10:59.529520 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::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 | ||
7294 | 2025.07.15 21:10:59.529597 [ 260 ] {5f5c3d49-59ad-4638-a52a-0597110d96ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7295 | 2025.07.15 21:10:59.529644 [ 260 ] {5f5c3d49-59ad-4638-a52a-0597110d96ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7296 | 2025.07.15 21:10:59.529653 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7297 | 2025.07.15 21:10:59.529692 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 165 rows starting from the beginning of the part | ||
7298 | 2025.07.15 21:10:59.529763 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 9 rows starting from the beginning of the part | ||
7299 | 2025.07.15 21:10:59.529812 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 138 rows starting from the beginning of the part | ||
7300 | 2025.07.15 21:10:59.529856 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part | ||
7301 | 2025.07.15 21:10:59.529897 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 138 rows starting from the beginning of the part | ||
7302 | 2025.07.15 21:10:59.529946 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 9 rows starting from the beginning of the part | ||
7303 | 2025.07.15 21:10:59.530076 [ 260 ] {5f5c3d49-59ad-4638-a52a-0597110d96ac} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7304 | 2025.07.15 21:10:59.530118 [ 260 ] {5f5c3d49-59ad-4638-a52a-0597110d96ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7305 | 2025.07.15 21:10:59.530455 [ 260 ] {5f5c3d49-59ad-4638-a52a-0597110d96ac} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7306 | 2025.07.15 21:10:59.530710 [ 260 ] {5f5c3d49-59ad-4638-a52a-0597110d96ac} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7307 | 2025.07.15 21:10:59.530847 [ 260 ] {5f5c3d49-59ad-4638-a52a-0597110d96ac} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.00127 sec., 57480.31496062992 rows/sec., 4.49 MiB/sec. | ||
7308 | 2025.07.15 21:10:59.530869 [ 191 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 472 rows, containing 5 columns (5 merged, 0 gathered) in 0.001410807 sec., 334560.29067051696 rows/sec., 22.47 MiB/sec. | ||
7309 | 2025.07.15 21:10:59.530885 [ 260 ] {5f5c3d49-59ad-4638-a52a-0597110d96ac} <Debug> TCPHandler: Processed in 0.001438227 sec. | ||
7310 | 2025.07.15 21:10:59.531031 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7311 | 2025.07.15 21:10:59.531048 [ 189 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7312 | 2025.07.15 21:10:59.531129 [ 260 ] {d22f4f25-0a4d-430e-8c19-ddf05c0d1990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7313 | 2025.07.15 21:10:59.531179 [ 260 ] {d22f4f25-0a4d-430e-8c19-ddf05c0d1990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7314 | 2025.07.15 21:10:59.531358 [ 189 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_46_9} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7315 | 2025.07.15 21:10:59.531433 [ 189 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_46_9} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7316 | 2025.07.15 21:10:59.531526 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
7317 | 2025.07.15 21:10:59.531587 [ 260 ] {d22f4f25-0a4d-430e-8c19-ddf05c0d1990} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7318 | 2025.07.15 21:10:59.531627 [ 260 ] {d22f4f25-0a4d-430e-8c19-ddf05c0d1990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7319 | 2025.07.15 21:10:59.531971 [ 260 ] {d22f4f25-0a4d-430e-8c19-ddf05c0d1990} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7320 | 2025.07.15 21:10:59.532190 [ 260 ] {d22f4f25-0a4d-430e-8c19-ddf05c0d1990} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7321 | 2025.07.15 21:10:59.532331 [ 260 ] {d22f4f25-0a4d-430e-8c19-ddf05c0d1990} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001222 sec., 130932.8968903437 rows/sec., 9.12 MiB/sec. | ||
7322 | 2025.07.15 21:10:59.532370 [ 260 ] {d22f4f25-0a4d-430e-8c19-ddf05c0d1990} <Debug> TCPHandler: Processed in 0.001388516 sec. | ||
7323 | 2025.07.15 21:10:59.532474 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7324 | 2025.07.15 21:10:59.532570 [ 260 ] {68910e15-c24f-4e1a-8e33-aee0c1e59563} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7325 | 2025.07.15 21:10:59.532626 [ 260 ] {68910e15-c24f-4e1a-8e33-aee0c1e59563} <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 | ||
7326 | 2025.07.15 21:10:59.533399 [ 260 ] {68910e15-c24f-4e1a-8e33-aee0c1e59563} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7327 | 2025.07.15 21:10:59.533435 [ 260 ] {68910e15-c24f-4e1a-8e33-aee0c1e59563} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7328 | 2025.07.15 21:10:59.533996 [ 260 ] {68910e15-c24f-4e1a-8e33-aee0c1e59563} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7329 | 2025.07.15 21:10:59.534239 [ 260 ] {68910e15-c24f-4e1a-8e33-aee0c1e59563} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7330 | 2025.07.15 21:10:59.534385 [ 260 ] {68910e15-c24f-4e1a-8e33-aee0c1e59563} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001834 sec., 4907.306434023992 rows/sec., 8.79 MiB/sec. | ||
7331 | 2025.07.15 21:10:59.534464 [ 260 ] {68910e15-c24f-4e1a-8e33-aee0c1e59563} <Debug> TCPHandler: Processed in 0.002039763 sec. | ||
7332 | 2025.07.15 21:10:59.534580 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7333 | 2025.07.15 21:10:59.534677 [ 260 ] {a24cd6d5-52e3-416b-9c74-0e66d0a5559d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7334 | 2025.07.15 21:10:59.534719 [ 260 ] {a24cd6d5-52e3-416b-9c74-0e66d0a5559d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7335 | 2025.07.15 21:10:59.535055 [ 260 ] {a24cd6d5-52e3-416b-9c74-0e66d0a5559d} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7336 | 2025.07.15 21:10:59.535091 [ 260 ] {a24cd6d5-52e3-416b-9c74-0e66d0a5559d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7337 | 2025.07.15 21:10:59.535415 [ 260 ] {a24cd6d5-52e3-416b-9c74-0e66d0a5559d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7338 | 2025.07.15 21:10:59.535637 [ 260 ] {a24cd6d5-52e3-416b-9c74-0e66d0a5559d} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7339 | 2025.07.15 21:10:59.535776 [ 260 ] {a24cd6d5-52e3-416b-9c74-0e66d0a5559d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. | ||
7340 | 2025.07.15 21:10:59.535816 [ 260 ] {a24cd6d5-52e3-416b-9c74-0e66d0a5559d} <Debug> TCPHandler: Processed in 0.001287683 sec. | ||
7341 | 2025.07.15 21:11:01.373822 [ 74 ] {} <Debug> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
7342 | 2025.07.15 21:11:01.373883 [ 74 ] {} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7343 | 2025.07.15 21:11:01.373903 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7344 | 2025.07.15 21:11:01.374036 [ 191 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
7345 | 2025.07.15 21:11:01.374184 [ 191 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7346 | 2025.07.15 21:11:01.374220 [ 191 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 18 rows starting from the beginning of the part | ||
7347 | 2025.07.15 21:11:01.374289 [ 191 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
7348 | 2025.07.15 21:11:01.374337 [ 191 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
7349 | 2025.07.15 21:11:01.374384 [ 191 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part | ||
7350 | 2025.07.15 21:11:01.374423 [ 191 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
7351 | 2025.07.15 21:11:01.375195 [ 189 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001212991 sec., 29678.70330447629 rows/sec., 2.48 MiB/sec. | ||
7352 | 2025.07.15 21:11:01.375420 [ 196 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
7353 | 2025.07.15 21:11:01.375764 [ 196 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_14_3} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7354 | 2025.07.15 21:11:01.375850 [ 196 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_14_3} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
7355 | 2025.07.15 21:11:01.375948 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7356 | 2025.07.15 21:11:03.181975 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1028 | ||
7357 | 2025.07.15 21:11:03.184481 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7358 | 2025.07.15 21:11:03.184535 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7359 | 2025.07.15 21:11:03.185807 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7360 | 2025.07.15 21:11:03.186092 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7361 | 2025.07.15 21:11:03.186486 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1028 | ||
7362 | 2025.07.15 21:11:04.532364 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7363 | 2025.07.15 21:11:04.532559 [ 260 ] {a92bf902-f8cd-41d4-a37a-d9abaf7e0c1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
7364 | 2025.07.15 21:11:04.532634 [ 260 ] {a92bf902-f8cd-41d4-a37a-d9abaf7e0c1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
7365 | 2025.07.15 21:11:04.533392 [ 260 ] {a92bf902-f8cd-41d4-a37a-d9abaf7e0c1b} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7366 | 2025.07.15 21:11:04.533441 [ 260 ] {a92bf902-f8cd-41d4-a37a-d9abaf7e0c1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7367 | 2025.07.15 21:11:04.533835 [ 260 ] {a92bf902-f8cd-41d4-a37a-d9abaf7e0c1b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7368 | 2025.07.15 21:11:04.534055 [ 260 ] {a92bf902-f8cd-41d4-a37a-d9abaf7e0c1b} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7369 | 2025.07.15 21:11:04.534201 [ 260 ] {a92bf902-f8cd-41d4-a37a-d9abaf7e0c1b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001698 sec., 124852.76796230859 rows/sec., 7.94 MiB/sec. | ||
7370 | 2025.07.15 21:11:04.534242 [ 260 ] {a92bf902-f8cd-41d4-a37a-d9abaf7e0c1b} <Debug> TCPHandler: Processed in 0.002012292 sec. | ||
7371 | 2025.07.15 21:11:04.534359 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7372 | 2025.07.15 21:11:04.534453 [ 260 ] {08b609e7-3c00-45ad-81c9-a1dc1512aeda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
7373 | 2025.07.15 21:11:04.534493 [ 260 ] {08b609e7-3c00-45ad-81c9-a1dc1512aeda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7374 | 2025.07.15 21:11:04.534880 [ 260 ] {08b609e7-3c00-45ad-81c9-a1dc1512aeda} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7375 | 2025.07.15 21:11:04.534916 [ 260 ] {08b609e7-3c00-45ad-81c9-a1dc1512aeda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7376 | 2025.07.15 21:11:04.535202 [ 260 ] {08b609e7-3c00-45ad-81c9-a1dc1512aeda} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7377 | 2025.07.15 21:11:04.535413 [ 260 ] {08b609e7-3c00-45ad-81c9-a1dc1512aeda} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7378 | 2025.07.15 21:11:04.535538 [ 260 ] {08b609e7-3c00-45ad-81c9-a1dc1512aeda} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001103 sec., 1813.236627379873 rows/sec., 147.86 KiB/sec. | ||
7379 | 2025.07.15 21:11:04.535574 [ 260 ] {08b609e7-3c00-45ad-81c9-a1dc1512aeda} <Debug> TCPHandler: Processed in 0.001263033 sec. | ||
7380 | 2025.07.15 21:11:04.535684 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7381 | 2025.07.15 21:11:04.535776 [ 260 ] {0aa0393c-d7aa-4bb5-8117-5d6ec6155784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7382 | 2025.07.15 21:11:04.535815 [ 260 ] {0aa0393c-d7aa-4bb5-8117-5d6ec6155784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7383 | 2025.07.15 21:11:04.536417 [ 260 ] {0aa0393c-d7aa-4bb5-8117-5d6ec6155784} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7384 | 2025.07.15 21:11:04.536453 [ 260 ] {0aa0393c-d7aa-4bb5-8117-5d6ec6155784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7385 | 2025.07.15 21:11:04.536793 [ 260 ] {0aa0393c-d7aa-4bb5-8117-5d6ec6155784} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7386 | 2025.07.15 21:11:04.537000 [ 260 ] {0aa0393c-d7aa-4bb5-8117-5d6ec6155784} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7387 | 2025.07.15 21:11:04.537112 [ 70 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7388 | 2025.07.15 21:11:04.537124 [ 260 ] {0aa0393c-d7aa-4bb5-8117-5d6ec6155784} <Debug> executeQuery: Read 682 rows, 55.46 KiB in 0.001364 sec., 500000 rows/sec., 39.71 MiB/sec. | ||
7389 | 2025.07.15 21:11:04.537181 [ 70 ] {} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7390 | 2025.07.15 21:11:04.537189 [ 260 ] {0aa0393c-d7aa-4bb5-8117-5d6ec6155784} <Debug> TCPHandler: Processed in 0.00155089 sec. | ||
7391 | 2025.07.15 21:11:04.537212 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7392 | 2025.07.15 21:11:04.537316 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7393 | 2025.07.15 21:11:04.537338 [ 191 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::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 | ||
7394 | 2025.07.15 21:11:04.537413 [ 260 ] {76ccb0af-32a2-43f6-a19d-5e327a9b5640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7395 | 2025.07.15 21:11:04.537456 [ 260 ] {76ccb0af-32a2-43f6-a19d-5e327a9b5640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7396 | 2025.07.15 21:11:04.537487 [ 191 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7397 | 2025.07.15 21:11:04.537530 [ 191 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1849 rows starting from the beginning of the part | ||
7398 | 2025.07.15 21:11:04.537601 [ 191 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 681 rows starting from the beginning of the part | ||
7399 | 2025.07.15 21:11:04.537651 [ 191 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1216 rows starting from the beginning of the part | ||
7400 | 2025.07.15 21:11:04.537698 [ 191 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 681 rows starting from the beginning of the part | ||
7401 | 2025.07.15 21:11:04.537773 [ 191 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 74 rows starting from the beginning of the part | ||
7402 | 2025.07.15 21:11:04.537827 [ 191 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 682 rows starting from the beginning of the part | ||
7403 | 2025.07.15 21:11:04.537948 [ 260 ] {76ccb0af-32a2-43f6-a19d-5e327a9b5640} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7404 | 2025.07.15 21:11:04.537988 [ 260 ] {76ccb0af-32a2-43f6-a19d-5e327a9b5640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7405 | 2025.07.15 21:11:04.538321 [ 260 ] {76ccb0af-32a2-43f6-a19d-5e327a9b5640} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7406 | 2025.07.15 21:11:04.538535 [ 260 ] {76ccb0af-32a2-43f6-a19d-5e327a9b5640} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7407 | 2025.07.15 21:11:04.538662 [ 260 ] {76ccb0af-32a2-43f6-a19d-5e327a9b5640} <Debug> executeQuery: Read 140 rows, 8.93 KiB in 0.001268 sec., 110410.09463722397 rows/sec., 6.88 MiB/sec. | ||
7408 | 2025.07.15 21:11:04.538699 [ 260 ] {76ccb0af-32a2-43f6-a19d-5e327a9b5640} <Debug> TCPHandler: Processed in 0.001432337 sec. | ||
7409 | 2025.07.15 21:11:04.538816 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7410 | 2025.07.15 21:11:04.538908 [ 260 ] {60b17147-a166-473d-9ef5-58d491002824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7411 | 2025.07.15 21:11:04.538947 [ 260 ] {60b17147-a166-473d-9ef5-58d491002824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7412 | 2025.07.15 21:11:04.539359 [ 260 ] {60b17147-a166-473d-9ef5-58d491002824} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7413 | 2025.07.15 21:11:04.539394 [ 260 ] {60b17147-a166-473d-9ef5-58d491002824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7414 | 2025.07.15 21:11:04.539688 [ 260 ] {60b17147-a166-473d-9ef5-58d491002824} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
7415 | 2025.07.15 21:11:04.539835 [ 189 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5183 rows, containing 5 columns (5 merged, 0 gathered) in 0.002545346 sec., 2036265.4036032823 rows/sec., 172.30 MiB/sec. | ||
7416 | 2025.07.15 21:11:04.539900 [ 260 ] {60b17147-a166-473d-9ef5-58d491002824} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7417 | 2025.07.15 21:11:04.540029 [ 260 ] {60b17147-a166-473d-9ef5-58d491002824} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001138 sec., 99297.01230228471 rows/sec., 6.43 MiB/sec. | ||
7418 | 2025.07.15 21:11:04.540065 [ 260 ] {60b17147-a166-473d-9ef5-58d491002824} <Debug> TCPHandler: Processed in 0.001297533 sec. | ||
7419 | 2025.07.15 21:11:04.540145 [ 199 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7420 | 2025.07.15 21:11:04.540185 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7421 | 2025.07.15 21:11:04.540285 [ 260 ] {e3399250-2198-47ab-9d5b-710000eba0e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
7422 | 2025.07.15 21:11:04.540327 [ 260 ] {e3399250-2198-47ab-9d5b-710000eba0e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7423 | 2025.07.15 21:11:04.540406 [ 199 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_56_11} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7424 | 2025.07.15 21:11:04.540481 [ 199 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_56_11} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7425 | 2025.07.15 21:11:04.540553 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. | ||
7426 | 2025.07.15 21:11:04.540749 [ 260 ] {e3399250-2198-47ab-9d5b-710000eba0e2} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7427 | 2025.07.15 21:11:04.540789 [ 260 ] {e3399250-2198-47ab-9d5b-710000eba0e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7428 | 2025.07.15 21:11:04.541093 [ 260 ] {e3399250-2198-47ab-9d5b-710000eba0e2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7429 | 2025.07.15 21:11:04.541298 [ 260 ] {e3399250-2198-47ab-9d5b-710000eba0e2} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7430 | 2025.07.15 21:11:04.541430 [ 260 ] {e3399250-2198-47ab-9d5b-710000eba0e2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001162 sec., 96385.5421686747 rows/sec., 5.49 MiB/sec. | ||
7431 | 2025.07.15 21:11:04.541468 [ 260 ] {e3399250-2198-47ab-9d5b-710000eba0e2} <Debug> TCPHandler: Processed in 0.001332784 sec. | ||
7432 | 2025.07.15 21:11:04.541581 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7433 | 2025.07.15 21:11:04.541675 [ 260 ] {256d3684-f8d0-40ee-9455-cd9851280286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7434 | 2025.07.15 21:11:04.541714 [ 260 ] {256d3684-f8d0-40ee-9455-cd9851280286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7435 | 2025.07.15 21:11:04.542226 [ 260 ] {256d3684-f8d0-40ee-9455-cd9851280286} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7436 | 2025.07.15 21:11:04.542262 [ 260 ] {256d3684-f8d0-40ee-9455-cd9851280286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7437 | 2025.07.15 21:11:04.542586 [ 260 ] {256d3684-f8d0-40ee-9455-cd9851280286} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7438 | 2025.07.15 21:11:04.542796 [ 260 ] {256d3684-f8d0-40ee-9455-cd9851280286} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7439 | 2025.07.15 21:11:04.542914 [ 69 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7440 | 2025.07.15 21:11:04.542923 [ 260 ] {256d3684-f8d0-40ee-9455-cd9851280286} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.001266 sec., 328593.99684044236 rows/sec., 23.38 MiB/sec. | ||
7441 | 2025.07.15 21:11:04.542966 [ 69 ] {} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7442 | 2025.07.15 21:11:04.542980 [ 260 ] {256d3684-f8d0-40ee-9455-cd9851280286} <Debug> TCPHandler: Processed in 0.001447647 sec. | ||
7443 | 2025.07.15 21:11:04.542995 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7444 | 2025.07.15 21:11:04.543086 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::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 | ||
7445 | 2025.07.15 21:11:04.543097 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7446 | 2025.07.15 21:11:04.543179 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7447 | 2025.07.15 21:11:04.543207 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 915 rows starting from the beginning of the part | ||
7448 | 2025.07.15 21:11:04.543207 [ 260 ] {23cb9b2e-c445-41f7-8817-e6588b9cf6a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
7449 | 2025.07.15 21:11:04.543256 [ 260 ] {23cb9b2e-c445-41f7-8817-e6588b9cf6a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7450 | 2025.07.15 21:11:04.543263 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 414 rows starting from the beginning of the part | ||
7451 | 2025.07.15 21:11:04.543309 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 533 rows starting from the beginning of the part | ||
7452 | 2025.07.15 21:11:04.543346 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 414 rows starting from the beginning of the part | ||
7453 | 2025.07.15 21:11:04.543386 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 73 rows starting from the beginning of the part | ||
7454 | 2025.07.15 21:11:04.543425 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 416 rows starting from the beginning of the part | ||
7455 | 2025.07.15 21:11:04.543593 [ 260 ] {23cb9b2e-c445-41f7-8817-e6588b9cf6a6} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7456 | 2025.07.15 21:11:04.543628 [ 260 ] {23cb9b2e-c445-41f7-8817-e6588b9cf6a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7457 | 2025.07.15 21:11:04.543927 [ 260 ] {23cb9b2e-c445-41f7-8817-e6588b9cf6a6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7458 | 2025.07.15 21:11:04.544133 [ 260 ] {23cb9b2e-c445-41f7-8817-e6588b9cf6a6} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7459 | 2025.07.15 21:11:04.544261 [ 260 ] {23cb9b2e-c445-41f7-8817-e6588b9cf6a6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001071 sec., 5602.240896358544 rows/sec., 292.70 KiB/sec. | ||
7460 | 2025.07.15 21:11:04.544310 [ 260 ] {23cb9b2e-c445-41f7-8817-e6588b9cf6a6} <Debug> TCPHandler: Processed in 0.001261813 sec. | ||
7461 | 2025.07.15 21:11:04.544444 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7462 | 2025.07.15 21:11:04.544558 [ 260 ] {48ad9873-942c-4e4d-8ab7-f410783a0d1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7463 | 2025.07.15 21:11:04.544612 [ 260 ] {48ad9873-942c-4e4d-8ab7-f410783a0d1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7464 | 2025.07.15 21:11:04.544692 [ 199 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2765 rows, containing 5 columns (5 merged, 0 gathered) in 0.001643363 sec., 1682525.4067421502 rows/sec., 128.22 MiB/sec. | ||
7465 | 2025.07.15 21:11:04.544868 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7466 | 2025.07.15 21:11:04.545117 [ 260 ] {48ad9873-942c-4e4d-8ab7-f410783a0d1f} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7467 | 2025.07.15 21:11:04.545152 [ 260 ] {48ad9873-942c-4e4d-8ab7-f410783a0d1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7468 | 2025.07.15 21:11:04.545256 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_56_11} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7469 | 2025.07.15 21:11:04.545339 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_56_11} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7470 | 2025.07.15 21:11:04.545406 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
7471 | 2025.07.15 21:11:04.545486 [ 260 ] {48ad9873-942c-4e4d-8ab7-f410783a0d1f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7472 | 2025.07.15 21:11:04.545705 [ 260 ] {48ad9873-942c-4e4d-8ab7-f410783a0d1f} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7473 | 2025.07.15 21:11:04.545818 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7474 | 2025.07.15 21:11:04.545834 [ 260 ] {48ad9873-942c-4e4d-8ab7-f410783a0d1f} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001301 sec., 182936.2029208301 rows/sec., 12.26 MiB/sec. | ||
7475 | 2025.07.15 21:11:04.545855 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7476 | 2025.07.15 21:11:04.545878 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7477 | 2025.07.15 21:11:04.545879 [ 260 ] {48ad9873-942c-4e4d-8ab7-f410783a0d1f} <Debug> TCPHandler: Processed in 0.001494819 sec. | ||
7478 | 2025.07.15 21:11:04.545967 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
7479 | 2025.07.15 21:11:04.546028 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7480 | 2025.07.15 21:11:04.546083 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7481 | 2025.07.15 21:11:04.546120 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15606 rows starting from the beginning of the part | ||
7482 | 2025.07.15 21:11:04.546127 [ 260 ] {d1c5d827-ec40-4f58-957c-4cbb474da7dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
7483 | 2025.07.15 21:11:04.546181 [ 260 ] {d1c5d827-ec40-4f58-957c-4cbb474da7dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7484 | 2025.07.15 21:11:04.546186 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part | ||
7485 | 2025.07.15 21:11:04.546244 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 882 rows starting from the beginning of the part | ||
7486 | 2025.07.15 21:11:04.546287 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
7487 | 2025.07.15 21:11:04.546332 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
7488 | 2025.07.15 21:11:04.546372 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 238 rows starting from the beginning of the part | ||
7489 | 2025.07.15 21:11:04.546521 [ 260 ] {d1c5d827-ec40-4f58-957c-4cbb474da7dc} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7490 | 2025.07.15 21:11:04.546563 [ 260 ] {d1c5d827-ec40-4f58-957c-4cbb474da7dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7491 | 2025.07.15 21:11:04.546879 [ 260 ] {d1c5d827-ec40-4f58-957c-4cbb474da7dc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7492 | 2025.07.15 21:11:04.547086 [ 260 ] {d1c5d827-ec40-4f58-957c-4cbb474da7dc} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7493 | 2025.07.15 21:11:04.547218 [ 260 ] {d1c5d827-ec40-4f58-957c-4cbb474da7dc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001109 sec., 901.7132551848513 rows/sec., 60.76 KiB/sec. | ||
7494 | 2025.07.15 21:11:04.547255 [ 260 ] {d1c5d827-ec40-4f58-957c-4cbb474da7dc} <Debug> TCPHandler: Processed in 0.001276493 sec. | ||
7495 | 2025.07.15 21:11:04.547369 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7496 | 2025.07.15 21:11:04.547463 [ 260 ] {36c92c35-1998-48f7-8c15-f2b6511660a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7497 | 2025.07.15 21:11:04.547519 [ 260 ] {36c92c35-1998-48f7-8c15-f2b6511660a6} <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 | ||
7498 | 2025.07.15 21:11:04.548302 [ 260 ] {36c92c35-1998-48f7-8c15-f2b6511660a6} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7499 | 2025.07.15 21:11:04.548338 [ 260 ] {36c92c35-1998-48f7-8c15-f2b6511660a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7500 | 2025.07.15 21:11:04.549041 [ 260 ] {36c92c35-1998-48f7-8c15-f2b6511660a6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7501 | 2025.07.15 21:11:04.549277 [ 260 ] {36c92c35-1998-48f7-8c15-f2b6511660a6} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7502 | 2025.07.15 21:11:04.549403 [ 69 ] {} <Debug> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7503 | 2025.07.15 21:11:04.549418 [ 260 ] {36c92c35-1998-48f7-8c15-f2b6511660a6} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001973 sec., 16218.955904713635 rows/sec., 29.06 MiB/sec. | ||
7504 | 2025.07.15 21:11:04.549443 [ 69 ] {} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7505 | 2025.07.15 21:11:04.549467 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7506 | 2025.07.15 21:11:04.549483 [ 260 ] {36c92c35-1998-48f7-8c15-f2b6511660a6} <Debug> TCPHandler: Processed in 0.002164125 sec. | ||
7507 | 2025.07.15 21:11:04.549539 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
7508 | 2025.07.15 21:11:04.549609 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7509 | 2025.07.15 21:11:04.549707 [ 260 ] {41c2991b-5b55-4486-81a0-922201e92080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7510 | 2025.07.15 21:11:04.549736 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7511 | 2025.07.15 21:11:04.549749 [ 260 ] {41c2991b-5b55-4486-81a0-922201e92080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7512 | 2025.07.15 21:11:04.549793 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 860 rows starting from the beginning of the part | ||
7513 | 2025.07.15 21:11:04.549919 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 32 rows starting from the beginning of the part | ||
7514 | 2025.07.15 21:11:04.550063 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 9 rows starting from the beginning of the part | ||
7515 | 2025.07.15 21:11:04.550095 [ 260 ] {41c2991b-5b55-4486-81a0-922201e92080} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7516 | 2025.07.15 21:11:04.550137 [ 260 ] {41c2991b-5b55-4486-81a0-922201e92080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7517 | 2025.07.15 21:11:04.550190 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
7518 | 2025.07.15 21:11:04.550318 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 9 rows starting from the beginning of the part | ||
7519 | 2025.07.15 21:11:04.550443 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 32 rows starting from the beginning of the part | ||
7520 | 2025.07.15 21:11:04.550462 [ 260 ] {41c2991b-5b55-4486-81a0-922201e92080} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7521 | 2025.07.15 21:11:04.550698 [ 260 ] {41c2991b-5b55-4486-81a0-922201e92080} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7522 | 2025.07.15 21:11:04.550818 [ 69 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7523 | 2025.07.15 21:11:04.550839 [ 260 ] {41c2991b-5b55-4486-81a0-922201e92080} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001149 sec., 71366.40557006092 rows/sec., 4.53 MiB/sec. | ||
7524 | 2025.07.15 21:11:04.550855 [ 69 ] {} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7525 | 2025.07.15 21:11:04.550882 [ 260 ] {41c2991b-5b55-4486-81a0-922201e92080} <Debug> TCPHandler: Processed in 0.001322644 sec. | ||
7526 | 2025.07.15 21:11:04.550884 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7527 | 2025.07.15 21:11:04.550979 [ 195 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
7528 | 2025.07.15 21:11:04.551078 [ 195 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7529 | 2025.07.15 21:11:04.551105 [ 195 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3190 rows starting from the beginning of the part | ||
7530 | 2025.07.15 21:11:04.551153 [ 195 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
7531 | 2025.07.15 21:11:04.551193 [ 195 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
7532 | 2025.07.15 21:11:04.551232 [ 195 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
7533 | 2025.07.15 21:11:04.551268 [ 195 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
7534 | 2025.07.15 21:11:04.551300 [ 195 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part | ||
7535 | 2025.07.15 21:11:04.551439 [ 193 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17360 rows, containing 5 columns (5 merged, 0 gathered) in 0.005505803 sec., 3153036.895798851 rows/sec., 213.55 MiB/sec. | ||
7536 | 2025.07.15 21:11:04.551706 [ 186 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7537 | 2025.07.15 21:11:04.552041 [ 186 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7538 | 2025.07.15 21:11:04.552129 [ 186 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7539 | 2025.07.15 21:11:04.552242 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. | ||
7540 | 2025.07.15 21:11:04.552745 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3556 rows, containing 4 columns (4 merged, 0 gathered) in 0.001802267 sec., 1973070.5827715872 rows/sec., 129.63 MiB/sec. | ||
7541 | 2025.07.15 21:11:04.553094 [ 195 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7542 | 2025.07.15 21:11:04.553351 [ 195 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_56_11} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7543 | 2025.07.15 21:11:04.553417 [ 195 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_56_11} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7544 | 2025.07.15 21:11:04.553479 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
7545 | 2025.07.15 21:11:04.555820 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 974 rows, containing 19 columns (19 merged, 0 gathered) in 0.006310993 sec., 154333.87424134364 rows/sec., 276.56 MiB/sec. | ||
7546 | 2025.07.15 21:11:04.557070 [ 195 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7547 | 2025.07.15 21:11:04.557386 [ 195 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7548 | 2025.07.15 21:11:04.557450 [ 195 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7549 | 2025.07.15 21:11:04.557523 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.21 MiB. | ||
7550 | 2025.07.15 21:11:05.001151 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.67 MiB, peak 277.91 MiB, free memory in arenas 0.00 B, will set to 271.83 MiB (RSS), difference: 4.16 MiB | ||
7551 | 2025.07.15 21:11:05.650221 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
7552 | 2025.07.15 21:11:05.650707 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7553 | 2025.07.15 21:11:05.650749 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7554 | 2025.07.15 21:11:05.651235 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7555 | 2025.07.15 21:11:05.651474 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7556 | 2025.07.15 21:11:05.651611 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
7557 | 2025.07.15 21:11:06.627368 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
7558 | 2025.07.15 21:11:06.644679 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7559 | 2025.07.15 21:11:06.644744 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7560 | 2025.07.15 21:11:06.651064 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7561 | 2025.07.15 21:11:06.651760 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7562 | 2025.07.15 21:11:06.654639 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
7563 | 2025.07.15 21:11:09.526175 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7564 | 2025.07.15 21:11:09.526390 [ 260 ] {23065d61-dabb-4258-a803-1e73399cae24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7565 | 2025.07.15 21:11:09.526463 [ 260 ] {23065d61-dabb-4258-a803-1e73399cae24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7566 | 2025.07.15 21:11:09.527141 [ 260 ] {23065d61-dabb-4258-a803-1e73399cae24} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7567 | 2025.07.15 21:11:09.527182 [ 260 ] {23065d61-dabb-4258-a803-1e73399cae24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7568 | 2025.07.15 21:11:09.527584 [ 260 ] {23065d61-dabb-4258-a803-1e73399cae24} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7569 | 2025.07.15 21:11:09.527818 [ 260 ] {23065d61-dabb-4258-a803-1e73399cae24} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7570 | 2025.07.15 21:11:09.527973 [ 260 ] {23065d61-dabb-4258-a803-1e73399cae24} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001639 sec., 45149.48139109213 rows/sec., 3.67 MiB/sec. | ||
7571 | 2025.07.15 21:11:09.528016 [ 260 ] {23065d61-dabb-4258-a803-1e73399cae24} <Debug> TCPHandler: Processed in 0.001978741 sec. | ||
7572 | 2025.07.15 21:11:09.528146 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7573 | 2025.07.15 21:11:09.528243 [ 260 ] {ceb78405-5957-4e53-b3c2-4b79454468a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7574 | 2025.07.15 21:11:09.528285 [ 260 ] {ceb78405-5957-4e53-b3c2-4b79454468a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7575 | 2025.07.15 21:11:09.528685 [ 260 ] {ceb78405-5957-4e53-b3c2-4b79454468a0} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7576 | 2025.07.15 21:11:09.528721 [ 260 ] {ceb78405-5957-4e53-b3c2-4b79454468a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7577 | 2025.07.15 21:11:09.529030 [ 260 ] {ceb78405-5957-4e53-b3c2-4b79454468a0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7578 | 2025.07.15 21:11:09.529253 [ 260 ] {ceb78405-5957-4e53-b3c2-4b79454468a0} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7579 | 2025.07.15 21:11:09.529384 [ 260 ] {ceb78405-5957-4e53-b3c2-4b79454468a0} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.00116 sec., 7758.620689655172 rows/sec., 583.41 KiB/sec. | ||
7580 | 2025.07.15 21:11:09.529422 [ 260 ] {ceb78405-5957-4e53-b3c2-4b79454468a0} <Debug> TCPHandler: Processed in 0.001328885 sec. | ||
7581 | 2025.07.15 21:11:09.529532 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7582 | 2025.07.15 21:11:09.529625 [ 260 ] {2feb9352-86a0-45cc-be44-88ba42be0491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7583 | 2025.07.15 21:11:09.529665 [ 260 ] {2feb9352-86a0-45cc-be44-88ba42be0491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7584 | 2025.07.15 21:11:09.530074 [ 260 ] {2feb9352-86a0-45cc-be44-88ba42be0491} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7585 | 2025.07.15 21:11:09.530110 [ 260 ] {2feb9352-86a0-45cc-be44-88ba42be0491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7586 | 2025.07.15 21:11:09.530411 [ 260 ] {2feb9352-86a0-45cc-be44-88ba42be0491} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7587 | 2025.07.15 21:11:09.530632 [ 260 ] {2feb9352-86a0-45cc-be44-88ba42be0491} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7588 | 2025.07.15 21:11:09.530761 [ 260 ] {2feb9352-86a0-45cc-be44-88ba42be0491} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001155 sec., 63203.4632034632 rows/sec., 4.93 MiB/sec. | ||
7589 | 2025.07.15 21:11:09.530798 [ 260 ] {2feb9352-86a0-45cc-be44-88ba42be0491} <Debug> TCPHandler: Processed in 0.001315903 sec. | ||
7590 | 2025.07.15 21:11:09.530908 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7591 | 2025.07.15 21:11:09.531001 [ 260 ] {762d54be-ae2f-4c1d-92ef-aac7c70b1ff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7592 | 2025.07.15 21:11:09.531046 [ 260 ] {762d54be-ae2f-4c1d-92ef-aac7c70b1ff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7593 | 2025.07.15 21:11:09.531455 [ 260 ] {762d54be-ae2f-4c1d-92ef-aac7c70b1ff0} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7594 | 2025.07.15 21:11:09.531490 [ 260 ] {762d54be-ae2f-4c1d-92ef-aac7c70b1ff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7595 | 2025.07.15 21:11:09.531818 [ 260 ] {762d54be-ae2f-4c1d-92ef-aac7c70b1ff0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7596 | 2025.07.15 21:11:09.532030 [ 260 ] {762d54be-ae2f-4c1d-92ef-aac7c70b1ff0} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7597 | 2025.07.15 21:11:09.532159 [ 260 ] {762d54be-ae2f-4c1d-92ef-aac7c70b1ff0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. | ||
7598 | 2025.07.15 21:11:09.532195 [ 260 ] {762d54be-ae2f-4c1d-92ef-aac7c70b1ff0} <Debug> TCPHandler: Processed in 0.001336575 sec. | ||
7599 | 2025.07.15 21:11:09.532297 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7600 | 2025.07.15 21:11:09.532389 [ 260 ] {7a6d5716-32fc-44fe-92f3-cd9d45eb9b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7601 | 2025.07.15 21:11:09.532445 [ 260 ] {7a6d5716-32fc-44fe-92f3-cd9d45eb9b9d} <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 | ||
7602 | 2025.07.15 21:11:09.533181 [ 260 ] {7a6d5716-32fc-44fe-92f3-cd9d45eb9b9d} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7603 | 2025.07.15 21:11:09.533215 [ 260 ] {7a6d5716-32fc-44fe-92f3-cd9d45eb9b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7604 | 2025.07.15 21:11:09.533746 [ 260 ] {7a6d5716-32fc-44fe-92f3-cd9d45eb9b9d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7605 | 2025.07.15 21:11:09.533970 [ 260 ] {7a6d5716-32fc-44fe-92f3-cd9d45eb9b9d} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7606 | 2025.07.15 21:11:09.534106 [ 260 ] {7a6d5716-32fc-44fe-92f3-cd9d45eb9b9d} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001734 sec., 5190.311418685121 rows/sec., 9.30 MiB/sec. | ||
7607 | 2025.07.15 21:11:09.534162 [ 260 ] {7a6d5716-32fc-44fe-92f3-cd9d45eb9b9d} <Debug> TCPHandler: Processed in 0.001913949 sec. | ||
7608 | 2025.07.15 21:11:09.534274 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7609 | 2025.07.15 21:11:09.534370 [ 260 ] {e468cab2-4e64-41c0-ba84-122f317d81d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7610 | 2025.07.15 21:11:09.534413 [ 260 ] {e468cab2-4e64-41c0-ba84-122f317d81d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7611 | 2025.07.15 21:11:09.534741 [ 260 ] {e468cab2-4e64-41c0-ba84-122f317d81d5} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7612 | 2025.07.15 21:11:09.534777 [ 260 ] {e468cab2-4e64-41c0-ba84-122f317d81d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7613 | 2025.07.15 21:11:09.535087 [ 260 ] {e468cab2-4e64-41c0-ba84-122f317d81d5} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7614 | 2025.07.15 21:11:09.535308 [ 260 ] {e468cab2-4e64-41c0-ba84-122f317d81d5} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7615 | 2025.07.15 21:11:09.535433 [ 260 ] {e468cab2-4e64-41c0-ba84-122f317d81d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. | ||
7616 | 2025.07.15 21:11:09.535468 [ 260 ] {e468cab2-4e64-41c0-ba84-122f317d81d5} <Debug> TCPHandler: Processed in 0.001243362 sec. | ||
7617 | 2025.07.15 21:11:12.975731 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7618 | 2025.07.15 21:11:12.975795 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7619 | 2025.07.15 21:11:13.152645 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
7620 | 2025.07.15 21:11:13.153188 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7621 | 2025.07.15 21:11:13.153237 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7622 | 2025.07.15 21:11:13.153746 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7623 | 2025.07.15 21:11:13.154006 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7624 | 2025.07.15 21:11:13.154153 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
7625 | 2025.07.15 21:11:13.187611 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1064 | ||
7626 | 2025.07.15 21:11:13.190488 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7627 | 2025.07.15 21:11:13.190562 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7628 | 2025.07.15 21:11:13.192207 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7629 | 2025.07.15 21:11:13.192569 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7630 | 2025.07.15 21:11:13.192910 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1064 | ||
7631 | 2025.07.15 21:11:14.155661 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
7632 | 2025.07.15 21:11:14.174816 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7633 | 2025.07.15 21:11:14.174878 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7634 | 2025.07.15 21:11:14.181010 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7635 | 2025.07.15 21:11:14.181703 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7636 | 2025.07.15 21:11:14.184734 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
7637 | 2025.07.15 21:11:14.540085 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7638 | 2025.07.15 21:11:14.540367 [ 260 ] {ae574e8f-a637-4020-9a9b-2c41b3b5bb0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
7639 | 2025.07.15 21:11:14.540549 [ 260 ] {ae574e8f-a637-4020-9a9b-2c41b3b5bb0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
7640 | 2025.07.15 21:11:14.541700 [ 260 ] {ae574e8f-a637-4020-9a9b-2c41b3b5bb0e} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7641 | 2025.07.15 21:11:14.541760 [ 260 ] {ae574e8f-a637-4020-9a9b-2c41b3b5bb0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7642 | 2025.07.15 21:11:14.542350 [ 260 ] {ae574e8f-a637-4020-9a9b-2c41b3b5bb0e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7643 | 2025.07.15 21:11:14.542698 [ 260 ] {ae574e8f-a637-4020-9a9b-2c41b3b5bb0e} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7644 | 2025.07.15 21:11:14.542921 [ 260 ] {ae574e8f-a637-4020-9a9b-2c41b3b5bb0e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002636 sec., 80424.88619119879 rows/sec., 5.11 MiB/sec. | ||
7645 | 2025.07.15 21:11:14.542991 [ 260 ] {ae574e8f-a637-4020-9a9b-2c41b3b5bb0e} <Debug> TCPHandler: Processed in 0.003110901 sec. | ||
7646 | 2025.07.15 21:11:14.543164 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7647 | 2025.07.15 21:11:14.543312 [ 260 ] {833bed2c-92c4-4f0b-b8d3-88b164c03990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7648 | 2025.07.15 21:11:14.543376 [ 260 ] {833bed2c-92c4-4f0b-b8d3-88b164c03990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7649 | 2025.07.15 21:11:14.544714 [ 260 ] {833bed2c-92c4-4f0b-b8d3-88b164c03990} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7650 | 2025.07.15 21:11:14.544766 [ 260 ] {833bed2c-92c4-4f0b-b8d3-88b164c03990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7651 | 2025.07.15 21:11:14.545300 [ 260 ] {833bed2c-92c4-4f0b-b8d3-88b164c03990} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7652 | 2025.07.15 21:11:14.545603 [ 260 ] {833bed2c-92c4-4f0b-b8d3-88b164c03990} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7653 | 2025.07.15 21:11:14.545792 [ 260 ] {833bed2c-92c4-4f0b-b8d3-88b164c03990} <Debug> executeQuery: Read 681 rows, 55.38 KiB in 0.002515 sec., 270775.3479125249 rows/sec., 21.51 MiB/sec. | ||
7654 | 2025.07.15 21:11:14.545847 [ 260 ] {833bed2c-92c4-4f0b-b8d3-88b164c03990} <Debug> TCPHandler: Processed in 0.002751082 sec. | ||
7655 | 2025.07.15 21:11:14.546009 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7656 | 2025.07.15 21:11:14.546136 [ 260 ] {d93b4d8f-7da3-4472-aa7c-e46d49a7130e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7657 | 2025.07.15 21:11:14.546193 [ 260 ] {d93b4d8f-7da3-4472-aa7c-e46d49a7130e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7658 | 2025.07.15 21:11:14.546839 [ 260 ] {d93b4d8f-7da3-4472-aa7c-e46d49a7130e} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7659 | 2025.07.15 21:11:14.546893 [ 260 ] {d93b4d8f-7da3-4472-aa7c-e46d49a7130e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7660 | 2025.07.15 21:11:14.547353 [ 260 ] {d93b4d8f-7da3-4472-aa7c-e46d49a7130e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7661 | 2025.07.15 21:11:14.547672 [ 260 ] {d93b4d8f-7da3-4472-aa7c-e46d49a7130e} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7662 | 2025.07.15 21:11:14.547858 [ 260 ] {d93b4d8f-7da3-4472-aa7c-e46d49a7130e} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001749 sec., 78902.22984562608 rows/sec., 4.91 MiB/sec. | ||
7663 | 2025.07.15 21:11:14.547912 [ 260 ] {d93b4d8f-7da3-4472-aa7c-e46d49a7130e} <Debug> TCPHandler: Processed in 0.001969081 sec. | ||
7664 | 2025.07.15 21:11:14.548079 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7665 | 2025.07.15 21:11:14.548213 [ 260 ] {58a88da1-9f85-4a99-b865-3300479dfb9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7666 | 2025.07.15 21:11:14.548270 [ 260 ] {58a88da1-9f85-4a99-b865-3300479dfb9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7667 | 2025.07.15 21:11:14.548884 [ 260 ] {58a88da1-9f85-4a99-b865-3300479dfb9f} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7668 | 2025.07.15 21:11:14.548936 [ 260 ] {58a88da1-9f85-4a99-b865-3300479dfb9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7669 | 2025.07.15 21:11:14.549417 [ 260 ] {58a88da1-9f85-4a99-b865-3300479dfb9f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
7670 | 2025.07.15 21:11:14.549729 [ 260 ] {58a88da1-9f85-4a99-b865-3300479dfb9f} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7671 | 2025.07.15 21:11:14.549895 [ 33 ] {} <Debug> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
7672 | 2025.07.15 21:11:14.549916 [ 260 ] {58a88da1-9f85-4a99-b865-3300479dfb9f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001732 sec., 65242.494226327944 rows/sec., 4.22 MiB/sec. | ||
7673 | 2025.07.15 21:11:14.549986 [ 33 ] {} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7674 | 2025.07.15 21:11:14.549999 [ 260 ] {58a88da1-9f85-4a99-b865-3300479dfb9f} <Debug> TCPHandler: Processed in 0.001991812 sec. | ||
7675 | 2025.07.15 21:11:14.550031 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7676 | 2025.07.15 21:11:14.550177 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7677 | 2025.07.15 21:11:14.550228 [ 199 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::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 | ||
7678 | 2025.07.15 21:11:14.550311 [ 260 ] {38db7e27-dea8-487e-a586-b550e1488169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
7679 | 2025.07.15 21:11:14.550375 [ 260 ] {38db7e27-dea8-487e-a586-b550e1488169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7680 | 2025.07.15 21:11:14.550466 [ 199 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7681 | 2025.07.15 21:11:14.550529 [ 199 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 341 rows starting from the beginning of the part | ||
7682 | 2025.07.15 21:11:14.550646 [ 199 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 113 rows starting from the beginning of the part | ||
7683 | 2025.07.15 21:11:14.550715 [ 199 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 228 rows starting from the beginning of the part | ||
7684 | 2025.07.15 21:11:14.550774 [ 199 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 113 rows starting from the beginning of the part | ||
7685 | 2025.07.15 21:11:14.550828 [ 199 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 113 rows starting from the beginning of the part | ||
7686 | 2025.07.15 21:11:14.550891 [ 199 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 113 rows starting from the beginning of the part | ||
7687 | 2025.07.15 21:11:14.551023 [ 260 ] {38db7e27-dea8-487e-a586-b550e1488169} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7688 | 2025.07.15 21:11:14.551080 [ 260 ] {38db7e27-dea8-487e-a586-b550e1488169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7689 | 2025.07.15 21:11:14.551542 [ 260 ] {38db7e27-dea8-487e-a586-b550e1488169} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7690 | 2025.07.15 21:11:14.551884 [ 260 ] {38db7e27-dea8-487e-a586-b550e1488169} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7691 | 2025.07.15 21:11:14.552077 [ 260 ] {38db7e27-dea8-487e-a586-b550e1488169} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001793 sec., 62465.142219743444 rows/sec., 3.56 MiB/sec. | ||
7692 | 2025.07.15 21:11:14.552131 [ 260 ] {38db7e27-dea8-487e-a586-b550e1488169} <Debug> TCPHandler: Processed in 0.002020202 sec. | ||
7693 | 2025.07.15 21:11:14.552263 [ 200 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.002136915 sec., 477791.58272556466 rows/sec., 33.39 MiB/sec. | ||
7694 | 2025.07.15 21:11:14.552327 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7695 | 2025.07.15 21:11:14.552449 [ 200 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
7696 | 2025.07.15 21:11:14.552483 [ 260 ] {c2e43e65-cf3d-4c59-9c47-f56d11f71d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7697 | 2025.07.15 21:11:14.552560 [ 260 ] {c2e43e65-cf3d-4c59-9c47-f56d11f71d2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7698 | 2025.07.15 21:11:14.552788 [ 200 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_25_5} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7699 | 2025.07.15 21:11:14.552881 [ 200 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_25_5} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
7700 | 2025.07.15 21:11:14.553002 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
7701 | 2025.07.15 21:11:14.553515 [ 260 ] {c2e43e65-cf3d-4c59-9c47-f56d11f71d2b} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7702 | 2025.07.15 21:11:14.553563 [ 260 ] {c2e43e65-cf3d-4c59-9c47-f56d11f71d2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7703 | 2025.07.15 21:11:14.554022 [ 260 ] {c2e43e65-cf3d-4c59-9c47-f56d11f71d2b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7704 | 2025.07.15 21:11:14.554320 [ 260 ] {c2e43e65-cf3d-4c59-9c47-f56d11f71d2b} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7705 | 2025.07.15 21:11:14.554516 [ 260 ] {c2e43e65-cf3d-4c59-9c47-f56d11f71d2b} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.002061 sec., 200873.36244541485 rows/sec., 14.28 MiB/sec. | ||
7706 | 2025.07.15 21:11:14.554569 [ 260 ] {c2e43e65-cf3d-4c59-9c47-f56d11f71d2b} <Debug> TCPHandler: Processed in 0.00232432 sec. | ||
7707 | 2025.07.15 21:11:14.554723 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7708 | 2025.07.15 21:11:14.554851 [ 260 ] {4f097e12-b503-488b-b483-0f618b601f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
7709 | 2025.07.15 21:11:14.554907 [ 260 ] {4f097e12-b503-488b-b483-0f618b601f0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7710 | 2025.07.15 21:11:14.555463 [ 260 ] {4f097e12-b503-488b-b483-0f618b601f0b} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7711 | 2025.07.15 21:11:14.555522 [ 260 ] {4f097e12-b503-488b-b483-0f618b601f0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7712 | 2025.07.15 21:11:14.555984 [ 260 ] {4f097e12-b503-488b-b483-0f618b601f0b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7713 | 2025.07.15 21:11:14.556276 [ 260 ] {4f097e12-b503-488b-b483-0f618b601f0b} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7714 | 2025.07.15 21:11:14.556453 [ 260 ] {4f097e12-b503-488b-b483-0f618b601f0b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001627 sec., 3687.768899815612 rows/sec., 192.67 KiB/sec. | ||
7715 | 2025.07.15 21:11:14.556501 [ 260 ] {4f097e12-b503-488b-b483-0f618b601f0b} <Debug> TCPHandler: Processed in 0.001844308 sec. | ||
7716 | 2025.07.15 21:11:14.556645 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7717 | 2025.07.15 21:11:14.556770 [ 260 ] {43443f99-2e6a-4499-acc7-7bb5ce03875c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7718 | 2025.07.15 21:11:14.556830 [ 260 ] {43443f99-2e6a-4499-acc7-7bb5ce03875c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7719 | 2025.07.15 21:11:14.557445 [ 260 ] {43443f99-2e6a-4499-acc7-7bb5ce03875c} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7720 | 2025.07.15 21:11:14.557493 [ 260 ] {43443f99-2e6a-4499-acc7-7bb5ce03875c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7721 | 2025.07.15 21:11:14.557934 [ 260 ] {43443f99-2e6a-4499-acc7-7bb5ce03875c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7722 | 2025.07.15 21:11:14.558223 [ 260 ] {43443f99-2e6a-4499-acc7-7bb5ce03875c} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7723 | 2025.07.15 21:11:14.558400 [ 260 ] {43443f99-2e6a-4499-acc7-7bb5ce03875c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001657 sec., 143029.57151478576 rows/sec., 9.59 MiB/sec. | ||
7724 | 2025.07.15 21:11:14.558451 [ 260 ] {43443f99-2e6a-4499-acc7-7bb5ce03875c} <Debug> TCPHandler: Processed in 0.001870488 sec. | ||
7725 | 2025.07.15 21:11:14.558592 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7726 | 2025.07.15 21:11:14.558715 [ 260 ] {acbaf157-c427-4552-8261-98e1dba2a573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
7727 | 2025.07.15 21:11:14.558776 [ 260 ] {acbaf157-c427-4552-8261-98e1dba2a573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7728 | 2025.07.15 21:11:14.559215 [ 260 ] {acbaf157-c427-4552-8261-98e1dba2a573} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7729 | 2025.07.15 21:11:14.559262 [ 260 ] {acbaf157-c427-4552-8261-98e1dba2a573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7730 | 2025.07.15 21:11:14.559691 [ 260 ] {acbaf157-c427-4552-8261-98e1dba2a573} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7731 | 2025.07.15 21:11:14.560052 [ 260 ] {acbaf157-c427-4552-8261-98e1dba2a573} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7732 | 2025.07.15 21:11:14.560188 [ 18 ] {} <Debug> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
7733 | 2025.07.15 21:11:14.560222 [ 260 ] {acbaf157-c427-4552-8261-98e1dba2a573} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001532 sec., 652.7415143603133 rows/sec., 43.98 KiB/sec. | ||
7734 | 2025.07.15 21:11:14.560243 [ 18 ] {} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7735 | 2025.07.15 21:11:14.560274 [ 18 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7736 | 2025.07.15 21:11:14.560274 [ 260 ] {acbaf157-c427-4552-8261-98e1dba2a573} <Debug> TCPHandler: Processed in 0.001743055 sec. | ||
7737 | 2025.07.15 21:11:14.560427 [ 201 ] {af4e8231-9cbc-478e-8e48-9276c869dada::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 | ||
7738 | 2025.07.15 21:11:14.560455 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7739 | 2025.07.15 21:11:14.560585 [ 260 ] {7345d953-2531-4f61-bc96-a05e888733fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7740 | 2025.07.15 21:11:14.560600 [ 201 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7741 | 2025.07.15 21:11:14.560655 [ 201 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part | ||
7742 | 2025.07.15 21:11:14.560658 [ 260 ] {7345d953-2531-4f61-bc96-a05e888733fb} <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 | ||
7743 | 2025.07.15 21:11:14.560760 [ 201 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
7744 | 2025.07.15 21:11:14.560867 [ 201 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
7745 | 2025.07.15 21:11:14.560985 [ 201 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
7746 | 2025.07.15 21:11:14.561081 [ 201 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
7747 | 2025.07.15 21:11:14.561181 [ 201 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
7748 | 2025.07.15 21:11:14.562055 [ 260 ] {7345d953-2531-4f61-bc96-a05e888733fb} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7749 | 2025.07.15 21:11:14.562130 [ 260 ] {7345d953-2531-4f61-bc96-a05e888733fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7750 | 2025.07.15 21:11:14.562475 [ 193 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.002129225 sec., 9393.089034742687 rows/sec., 632.93 KiB/sec. | ||
7751 | 2025.07.15 21:11:14.562642 [ 193 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
7752 | 2025.07.15 21:11:14.562962 [ 193 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_20_4} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7753 | 2025.07.15 21:11:14.563005 [ 260 ] {7345d953-2531-4f61-bc96-a05e888733fb} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7754 | 2025.07.15 21:11:14.563052 [ 193 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_20_4} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
7755 | 2025.07.15 21:11:14.563168 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7756 | 2025.07.15 21:11:14.563325 [ 260 ] {7345d953-2531-4f61-bc96-a05e888733fb} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7757 | 2025.07.15 21:11:14.563569 [ 260 ] {7345d953-2531-4f61-bc96-a05e888733fb} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.003003 sec., 10656.010656010656 rows/sec., 19.10 MiB/sec. | ||
7758 | 2025.07.15 21:11:14.563705 [ 260 ] {7345d953-2531-4f61-bc96-a05e888733fb} <Debug> TCPHandler: Processed in 0.003311426 sec. | ||
7759 | 2025.07.15 21:11:14.563869 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7760 | 2025.07.15 21:11:14.563993 [ 260 ] {520339ce-bbff-4ea0-8e4d-2e839ec04478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7761 | 2025.07.15 21:11:14.564051 [ 260 ] {520339ce-bbff-4ea0-8e4d-2e839ec04478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7762 | 2025.07.15 21:11:14.564508 [ 260 ] {520339ce-bbff-4ea0-8e4d-2e839ec04478} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7763 | 2025.07.15 21:11:14.564553 [ 260 ] {520339ce-bbff-4ea0-8e4d-2e839ec04478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7764 | 2025.07.15 21:11:14.564970 [ 260 ] {520339ce-bbff-4ea0-8e4d-2e839ec04478} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7765 | 2025.07.15 21:11:14.565261 [ 260 ] {520339ce-bbff-4ea0-8e4d-2e839ec04478} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7766 | 2025.07.15 21:11:14.565429 [ 260 ] {520339ce-bbff-4ea0-8e4d-2e839ec04478} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001461 sec., 56125.94113620807 rows/sec., 3.56 MiB/sec. | ||
7767 | 2025.07.15 21:11:14.565475 [ 260 ] {520339ce-bbff-4ea0-8e4d-2e839ec04478} <Debug> TCPHandler: Processed in 0.001667653 sec. | ||
7768 | 2025.07.15 21:11:15.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.91 MiB, peak 277.91 MiB, free memory in arenas 0.00 B, will set to 272.82 MiB (RSS), difference: -1.09 MiB | ||
7769 | 2025.07.15 21:11:19.553274 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7770 | 2025.07.15 21:11:19.553467 [ 260 ] {7664c8d3-3acb-47d1-bc85-53d639152a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
7771 | 2025.07.15 21:11:19.553536 [ 260 ] {7664c8d3-3acb-47d1-bc85-53d639152a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7772 | 2025.07.15 21:11:19.554193 [ 260 ] {7664c8d3-3acb-47d1-bc85-53d639152a32} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7773 | 2025.07.15 21:11:19.554243 [ 260 ] {7664c8d3-3acb-47d1-bc85-53d639152a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7774 | 2025.07.15 21:11:19.554616 [ 260 ] {7664c8d3-3acb-47d1-bc85-53d639152a32} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7775 | 2025.07.15 21:11:19.554854 [ 260 ] {7664c8d3-3acb-47d1-bc85-53d639152a32} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7776 | 2025.07.15 21:11:19.555014 [ 260 ] {7664c8d3-3acb-47d1-bc85-53d639152a32} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001596 sec., 2506.2656641604012 rows/sec., 204.37 KiB/sec. | ||
7777 | 2025.07.15 21:11:19.555065 [ 260 ] {7664c8d3-3acb-47d1-bc85-53d639152a32} <Debug> TCPHandler: Processed in 0.0019178 sec. | ||
7778 | 2025.07.15 21:11:19.555192 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7779 | 2025.07.15 21:11:19.555295 [ 260 ] {4cb0cd57-3517-49ab-b867-a6be1b0da07b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7780 | 2025.07.15 21:11:19.555338 [ 260 ] {4cb0cd57-3517-49ab-b867-a6be1b0da07b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7781 | 2025.07.15 21:11:19.556371 [ 260 ] {4cb0cd57-3517-49ab-b867-a6be1b0da07b} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7782 | 2025.07.15 21:11:19.556410 [ 260 ] {4cb0cd57-3517-49ab-b867-a6be1b0da07b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7783 | 2025.07.15 21:11:19.556799 [ 260 ] {4cb0cd57-3517-49ab-b867-a6be1b0da07b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7784 | 2025.07.15 21:11:19.557012 [ 260 ] {4cb0cd57-3517-49ab-b867-a6be1b0da07b} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7785 | 2025.07.15 21:11:19.557146 [ 260 ] {4cb0cd57-3517-49ab-b867-a6be1b0da07b} <Debug> executeQuery: Read 1216 rows, 102.43 KiB in 0.001874 sec., 648879.4023479188 rows/sec., 53.38 MiB/sec. | ||
7786 | 2025.07.15 21:11:19.557184 [ 260 ] {4cb0cd57-3517-49ab-b867-a6be1b0da07b} <Debug> TCPHandler: Processed in 0.002044143 sec. | ||
7787 | 2025.07.15 21:11:19.557302 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7788 | 2025.07.15 21:11:19.557400 [ 260 ] {3a948a70-26d7-4ee7-8b9b-9ff21569f81d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7789 | 2025.07.15 21:11:19.557444 [ 260 ] {3a948a70-26d7-4ee7-8b9b-9ff21569f81d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7790 | 2025.07.15 21:11:19.557845 [ 260 ] {3a948a70-26d7-4ee7-8b9b-9ff21569f81d} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7791 | 2025.07.15 21:11:19.557882 [ 260 ] {3a948a70-26d7-4ee7-8b9b-9ff21569f81d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7792 | 2025.07.15 21:11:19.558185 [ 260 ] {3a948a70-26d7-4ee7-8b9b-9ff21569f81d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7793 | 2025.07.15 21:11:19.558394 [ 260 ] {3a948a70-26d7-4ee7-8b9b-9ff21569f81d} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7794 | 2025.07.15 21:11:19.558527 [ 260 ] {3a948a70-26d7-4ee7-8b9b-9ff21569f81d} <Debug> executeQuery: Read 13 rows, 979.00 B in 0.001147 sec., 11333.914559721012 rows/sec., 833.53 KiB/sec. | ||
7795 | 2025.07.15 21:11:19.558564 [ 260 ] {3a948a70-26d7-4ee7-8b9b-9ff21569f81d} <Debug> TCPHandler: Processed in 0.001311024 sec. | ||
7796 | 2025.07.15 21:11:19.558666 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7797 | 2025.07.15 21:11:19.558760 [ 260 ] {8b5e148d-1854-43de-81fc-ff8856a5f760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7798 | 2025.07.15 21:11:19.558800 [ 260 ] {8b5e148d-1854-43de-81fc-ff8856a5f760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7799 | 2025.07.15 21:11:19.559278 [ 260 ] {8b5e148d-1854-43de-81fc-ff8856a5f760} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7800 | 2025.07.15 21:11:19.559313 [ 260 ] {8b5e148d-1854-43de-81fc-ff8856a5f760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7801 | 2025.07.15 21:11:19.559618 [ 260 ] {8b5e148d-1854-43de-81fc-ff8856a5f760} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
7802 | 2025.07.15 21:11:19.559834 [ 260 ] {8b5e148d-1854-43de-81fc-ff8856a5f760} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7803 | 2025.07.15 21:11:19.559961 [ 260 ] {8b5e148d-1854-43de-81fc-ff8856a5f760} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00122 sec., 186885.24590163934 rows/sec., 12.65 MiB/sec. | ||
7804 | 2025.07.15 21:11:19.559999 [ 260 ] {8b5e148d-1854-43de-81fc-ff8856a5f760} <Debug> TCPHandler: Processed in 0.001381526 sec. | ||
7805 | 2025.07.15 21:11:19.560100 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7806 | 2025.07.15 21:11:19.560194 [ 260 ] {4cb69867-b593-4fb5-af61-3718c8728ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7807 | 2025.07.15 21:11:19.560234 [ 260 ] {4cb69867-b593-4fb5-af61-3718c8728ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7808 | 2025.07.15 21:11:19.560807 [ 260 ] {4cb69867-b593-4fb5-af61-3718c8728ecd} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7809 | 2025.07.15 21:11:19.560843 [ 260 ] {4cb69867-b593-4fb5-af61-3718c8728ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7810 | 2025.07.15 21:11:19.561169 [ 260 ] {4cb69867-b593-4fb5-af61-3718c8728ecd} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7811 | 2025.07.15 21:11:19.561381 [ 260 ] {4cb69867-b593-4fb5-af61-3718c8728ecd} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7812 | 2025.07.15 21:11:19.561509 [ 260 ] {4cb69867-b593-4fb5-af61-3718c8728ecd} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.001334 sec., 399550.2248875563 rows/sec., 29.61 MiB/sec. | ||
7813 | 2025.07.15 21:11:19.561547 [ 260 ] {4cb69867-b593-4fb5-af61-3718c8728ecd} <Debug> TCPHandler: Processed in 0.001495168 sec. | ||
7814 | 2025.07.15 21:11:19.561655 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7815 | 2025.07.15 21:11:19.561750 [ 260 ] {9ba53085-0e32-4919-a83a-53433f2a95a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7816 | 2025.07.15 21:11:19.561794 [ 260 ] {9ba53085-0e32-4919-a83a-53433f2a95a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7817 | 2025.07.15 21:11:19.562385 [ 260 ] {9ba53085-0e32-4919-a83a-53433f2a95a8} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7818 | 2025.07.15 21:11:19.562421 [ 260 ] {9ba53085-0e32-4919-a83a-53433f2a95a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7819 | 2025.07.15 21:11:19.562804 [ 260 ] {9ba53085-0e32-4919-a83a-53433f2a95a8} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7820 | 2025.07.15 21:11:19.563025 [ 260 ] {9ba53085-0e32-4919-a83a-53433f2a95a8} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7821 | 2025.07.15 21:11:19.563162 [ 260 ] {9ba53085-0e32-4919-a83a-53433f2a95a8} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.00143 sec., 616783.2167832168 rows/sec., 41.50 MiB/sec. | ||
7822 | 2025.07.15 21:11:19.563198 [ 260 ] {9ba53085-0e32-4919-a83a-53433f2a95a8} <Debug> TCPHandler: Processed in 0.001590551 sec. | ||
7823 | 2025.07.15 21:11:19.563313 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7824 | 2025.07.15 21:11:19.563405 [ 260 ] {fed1e061-bf3e-4d06-85c3-5180c2b69595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7825 | 2025.07.15 21:11:19.563460 [ 260 ] {fed1e061-bf3e-4d06-85c3-5180c2b69595} <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 | ||
7826 | 2025.07.15 21:11:19.564254 [ 260 ] {fed1e061-bf3e-4d06-85c3-5180c2b69595} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7827 | 2025.07.15 21:11:19.564290 [ 260 ] {fed1e061-bf3e-4d06-85c3-5180c2b69595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7828 | 2025.07.15 21:11:19.564804 [ 260 ] {fed1e061-bf3e-4d06-85c3-5180c2b69595} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7829 | 2025.07.15 21:11:19.565025 [ 260 ] {fed1e061-bf3e-4d06-85c3-5180c2b69595} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7830 | 2025.07.15 21:11:19.565163 [ 260 ] {fed1e061-bf3e-4d06-85c3-5180c2b69595} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001776 sec., 5067.5675675675675 rows/sec., 9.08 MiB/sec. | ||
7831 | 2025.07.15 21:11:19.565227 [ 260 ] {fed1e061-bf3e-4d06-85c3-5180c2b69595} <Debug> TCPHandler: Processed in 0.00196195 sec. | ||
7832 | 2025.07.15 21:11:19.565340 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7833 | 2025.07.15 21:11:19.565433 [ 260 ] {419e702b-f086-4310-9b05-452ff1da1015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7834 | 2025.07.15 21:11:19.565474 [ 260 ] {419e702b-f086-4310-9b05-452ff1da1015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7835 | 2025.07.15 21:11:19.565814 [ 260 ] {419e702b-f086-4310-9b05-452ff1da1015} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7836 | 2025.07.15 21:11:19.565849 [ 260 ] {419e702b-f086-4310-9b05-452ff1da1015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7837 | 2025.07.15 21:11:19.566160 [ 260 ] {419e702b-f086-4310-9b05-452ff1da1015} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7838 | 2025.07.15 21:11:19.566372 [ 260 ] {419e702b-f086-4310-9b05-452ff1da1015} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7839 | 2025.07.15 21:11:19.566498 [ 260 ] {419e702b-f086-4310-9b05-452ff1da1015} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. | ||
7840 | 2025.07.15 21:11:19.566535 [ 260 ] {419e702b-f086-4310-9b05-452ff1da1015} <Debug> TCPHandler: Processed in 0.001243292 sec. | ||
7841 | 2025.07.15 21:11:20.654213 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
7842 | 2025.07.15 21:11:20.654714 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7843 | 2025.07.15 21:11:20.654758 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7844 | 2025.07.15 21:11:20.655271 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7845 | 2025.07.15 21:11:20.655536 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7846 | 2025.07.15 21:11:20.655681 [ 32 ] {} <Debug> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7847 | 2025.07.15 21:11:20.655691 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
7848 | 2025.07.15 21:11:20.655729 [ 32 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7849 | 2025.07.15 21:11:20.655755 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7850 | 2025.07.15 21:11:20.655890 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
7851 | 2025.07.15 21:11:20.656026 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7852 | 2025.07.15 21:11:20.656068 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
7853 | 2025.07.15 21:11:20.656136 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
7854 | 2025.07.15 21:11:20.656181 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
7855 | 2025.07.15 21:11:20.656224 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
7856 | 2025.07.15 21:11:20.656263 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
7857 | 2025.07.15 21:11:20.656308 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
7858 | 2025.07.15 21:11:20.658627 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.002798812 sec., 6712848.1655788245 rows/sec., 96.03 MiB/sec. | ||
7859 | 2025.07.15 21:11:20.658860 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7860 | 2025.07.15 21:11:20.659109 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_41_8} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7861 | 2025.07.15 21:11:20.659180 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_41_8} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7862 | 2025.07.15 21:11:20.659261 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. | ||
7863 | 2025.07.15 21:11:21.685781 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
7864 | 2025.07.15 21:11:21.703340 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7865 | 2025.07.15 21:11:21.703404 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7866 | 2025.07.15 21:11:21.709773 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7867 | 2025.07.15 21:11:21.710492 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7868 | 2025.07.15 21:11:21.710821 [ 34 ] {} <Debug> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7869 | 2025.07.15 21:11:21.710894 [ 34 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7870 | 2025.07.15 21:11:21.710922 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
7871 | 2025.07.15 21:11:21.711063 [ 190 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
7872 | 2025.07.15 21:11:21.713690 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
7873 | 2025.07.15 21:11:21.715213 [ 190 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7874 | 2025.07.15 21:11:21.716777 [ 190 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
7875 | 2025.07.15 21:11:21.721423 [ 190 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
7876 | 2025.07.15 21:11:21.726020 [ 190 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
7877 | 2025.07.15 21:11:21.730512 [ 190 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
7878 | 2025.07.15 21:11:21.735099 [ 190 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
7879 | 2025.07.15 21:11:21.739207 [ 190 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
7880 | 2025.07.15 21:11:21.791151 [ 192 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.080148411 sec., 3855.3477997211944 rows/sec., 19.94 MiB/sec. | ||
7881 | 2025.07.15 21:11:21.794518 [ 192 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7882 | 2025.07.15 21:11:21.796583 [ 192 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_41_8} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7883 | 2025.07.15 21:11:21.796690 [ 192 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_41_8} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7884 | 2025.07.15 21:11:21.799782 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
7885 | 2025.07.15 21:11:22.000146 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.47 MiB, peak 287.88 MiB, free memory in arenas 0.00 B, will set to 276.59 MiB (RSS), difference: 2.11 MiB | ||
7886 | 2025.07.15 21:11:23.193263 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1102 | ||
7887 | 2025.07.15 21:11:23.195789 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7888 | 2025.07.15 21:11:23.195838 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
7889 | 2025.07.15 21:11:23.197038 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7890 | 2025.07.15 21:11:23.197304 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7891 | 2025.07.15 21:11:23.197616 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1102 | ||
7892 | 2025.07.15 21:11:24.532099 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7893 | 2025.07.15 21:11:24.532284 [ 260 ] {1a4ef5c4-eec9-41f3-99c5-b19302abb31e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
7894 | 2025.07.15 21:11:24.532352 [ 260 ] {1a4ef5c4-eec9-41f3-99c5-b19302abb31e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
7895 | 2025.07.15 21:11:24.533107 [ 260 ] {1a4ef5c4-eec9-41f3-99c5-b19302abb31e} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7896 | 2025.07.15 21:11:24.533156 [ 260 ] {1a4ef5c4-eec9-41f3-99c5-b19302abb31e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
7897 | 2025.07.15 21:11:24.533550 [ 260 ] {1a4ef5c4-eec9-41f3-99c5-b19302abb31e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7898 | 2025.07.15 21:11:24.533773 [ 260 ] {1a4ef5c4-eec9-41f3-99c5-b19302abb31e} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7899 | 2025.07.15 21:11:24.533895 [ 57 ] {} <Debug> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
7900 | 2025.07.15 21:11:24.533933 [ 260 ] {1a4ef5c4-eec9-41f3-99c5-b19302abb31e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001701 sec., 124632.56907701351 rows/sec., 7.93 MiB/sec. | ||
7901 | 2025.07.15 21:11:24.533958 [ 57 ] {} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7902 | 2025.07.15 21:11:24.533987 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
7903 | 2025.07.15 21:11:24.533989 [ 260 ] {1a4ef5c4-eec9-41f3-99c5-b19302abb31e} <Debug> TCPHandler: Processed in 0.002042112 sec. | ||
7904 | 2025.07.15 21:11:24.534101 [ 197 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::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 | ||
7905 | 2025.07.15 21:11:24.534134 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7906 | 2025.07.15 21:11:24.534229 [ 197 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7907 | 2025.07.15 21:11:24.534243 [ 260 ] {29457bb6-b1b4-4885-ab88-d6eff6ecb67d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7908 | 2025.07.15 21:11:24.534275 [ 197 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 212 rows starting from the beginning of the part | ||
7909 | 2025.07.15 21:11:24.534295 [ 260 ] {29457bb6-b1b4-4885-ab88-d6eff6ecb67d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7910 | 2025.07.15 21:11:24.534355 [ 197 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 212 rows starting from the beginning of the part | ||
7911 | 2025.07.15 21:11:24.534412 [ 197 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 212 rows starting from the beginning of the part | ||
7912 | 2025.07.15 21:11:24.534462 [ 197 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 212 rows starting from the beginning of the part | ||
7913 | 2025.07.15 21:11:24.534512 [ 197 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 212 rows starting from the beginning of the part | ||
7914 | 2025.07.15 21:11:24.535073 [ 260 ] {29457bb6-b1b4-4885-ab88-d6eff6ecb67d} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7915 | 2025.07.15 21:11:24.535116 [ 260 ] {29457bb6-b1b4-4885-ab88-d6eff6ecb67d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
7916 | 2025.07.15 21:11:24.535472 [ 196 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001419307 sec., 746843.3538339485 rows/sec., 50.35 MiB/sec. | ||
7917 | 2025.07.15 21:11:24.535628 [ 189 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
7918 | 2025.07.15 21:11:24.535760 [ 260 ] {29457bb6-b1b4-4885-ab88-d6eff6ecb67d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
7919 | 2025.07.15 21:11:24.535943 [ 189 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_21_5} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7920 | 2025.07.15 21:11:24.536021 [ 189 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_21_5} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
7921 | 2025.07.15 21:11:24.536029 [ 260 ] {29457bb6-b1b4-4885-ab88-d6eff6ecb67d} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7922 | 2025.07.15 21:11:24.536111 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
7923 | 2025.07.15 21:11:24.536180 [ 260 ] {29457bb6-b1b4-4885-ab88-d6eff6ecb67d} <Debug> executeQuery: Read 681 rows, 55.38 KiB in 0.00196 sec., 347448.97959183675 rows/sec., 27.60 MiB/sec. | ||
7924 | 2025.07.15 21:11:24.536228 [ 260 ] {29457bb6-b1b4-4885-ab88-d6eff6ecb67d} <Debug> TCPHandler: Processed in 0.002145895 sec. | ||
7925 | 2025.07.15 21:11:24.536352 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7926 | 2025.07.15 21:11:24.536451 [ 260 ] {25f89fee-275c-4b6e-a183-80555775b948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7927 | 2025.07.15 21:11:24.536494 [ 260 ] {25f89fee-275c-4b6e-a183-80555775b948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7928 | 2025.07.15 21:11:24.536948 [ 260 ] {25f89fee-275c-4b6e-a183-80555775b948} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7929 | 2025.07.15 21:11:24.536985 [ 260 ] {25f89fee-275c-4b6e-a183-80555775b948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
7930 | 2025.07.15 21:11:24.537294 [ 260 ] {25f89fee-275c-4b6e-a183-80555775b948} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7931 | 2025.07.15 21:11:24.537505 [ 260 ] {25f89fee-275c-4b6e-a183-80555775b948} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7932 | 2025.07.15 21:11:24.537611 [ 57 ] {} <Debug> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7933 | 2025.07.15 21:11:24.537635 [ 260 ] {25f89fee-275c-4b6e-a183-80555775b948} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001203 sec., 114713.21695760598 rows/sec., 7.14 MiB/sec. | ||
7934 | 2025.07.15 21:11:24.537641 [ 57 ] {} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7935 | 2025.07.15 21:11:24.537675 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
7936 | 2025.07.15 21:11:24.537683 [ 260 ] {25f89fee-275c-4b6e-a183-80555775b948} <Debug> TCPHandler: Processed in 0.001380306 sec. | ||
7937 | 2025.07.15 21:11:24.537788 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::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 | ||
7938 | 2025.07.15 21:11:24.537806 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7939 | 2025.07.15 21:11:24.537921 [ 260 ] {c92d86a7-9167-4048-8225-4e450e2bd88d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7940 | 2025.07.15 21:11:24.537930 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7941 | 2025.07.15 21:11:24.537965 [ 260 ] {c92d86a7-9167-4048-8225-4e450e2bd88d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7942 | 2025.07.15 21:11:24.537972 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 165 rows starting from the beginning of the part | ||
7943 | 2025.07.15 21:11:24.538051 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 140 rows starting from the beginning of the part | ||
7944 | 2025.07.15 21:11:24.538100 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 9 rows starting from the beginning of the part | ||
7945 | 2025.07.15 21:11:24.538144 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 138 rows starting from the beginning of the part | ||
7946 | 2025.07.15 21:11:24.538196 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part | ||
7947 | 2025.07.15 21:11:24.538255 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 138 rows starting from the beginning of the part | ||
7948 | 2025.07.15 21:11:24.538415 [ 260 ] {c92d86a7-9167-4048-8225-4e450e2bd88d} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7949 | 2025.07.15 21:11:24.538457 [ 260 ] {c92d86a7-9167-4048-8225-4e450e2bd88d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
7950 | 2025.07.15 21:11:24.538781 [ 260 ] {c92d86a7-9167-4048-8225-4e450e2bd88d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7951 | 2025.07.15 21:11:24.538999 [ 260 ] {c92d86a7-9167-4048-8225-4e450e2bd88d} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7952 | 2025.07.15 21:11:24.539132 [ 260 ] {c92d86a7-9167-4048-8225-4e450e2bd88d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001228 sec., 92019.54397394137 rows/sec., 5.96 MiB/sec. | ||
7953 | 2025.07.15 21:11:24.539172 [ 260 ] {c92d86a7-9167-4048-8225-4e450e2bd88d} <Debug> TCPHandler: Processed in 0.001415296 sec. | ||
7954 | 2025.07.15 21:11:24.539184 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 603 rows, containing 5 columns (5 merged, 0 gathered) in 0.001464808 sec., 411658.0466518479 rows/sec., 27.49 MiB/sec. | ||
7955 | 2025.07.15 21:11:24.539289 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7956 | 2025.07.15 21:11:24.539326 [ 186 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7957 | 2025.07.15 21:11:24.539384 [ 260 ] {e75e779c-dd2a-4879-a250-82db6d8d5045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
7958 | 2025.07.15 21:11:24.539430 [ 260 ] {e75e779c-dd2a-4879-a250-82db6d8d5045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7959 | 2025.07.15 21:11:24.539621 [ 186 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_51_10} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7960 | 2025.07.15 21:11:24.539713 [ 186 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_51_10} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7961 | 2025.07.15 21:11:24.539807 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
7962 | 2025.07.15 21:11:24.539859 [ 260 ] {e75e779c-dd2a-4879-a250-82db6d8d5045} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7963 | 2025.07.15 21:11:24.539900 [ 260 ] {e75e779c-dd2a-4879-a250-82db6d8d5045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
7964 | 2025.07.15 21:11:24.540201 [ 260 ] {e75e779c-dd2a-4879-a250-82db6d8d5045} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7965 | 2025.07.15 21:11:24.540417 [ 260 ] {e75e779c-dd2a-4879-a250-82db6d8d5045} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7966 | 2025.07.15 21:11:24.540514 [ 57 ] {} <Debug> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
7967 | 2025.07.15 21:11:24.540541 [ 57 ] {} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7968 | 2025.07.15 21:11:24.540545 [ 260 ] {e75e779c-dd2a-4879-a250-82db6d8d5045} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001177 sec., 95157.1792693288 rows/sec., 5.42 MiB/sec. | ||
7969 | 2025.07.15 21:11:24.540558 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
7970 | 2025.07.15 21:11:24.540595 [ 260 ] {e75e779c-dd2a-4879-a250-82db6d8d5045} <Debug> TCPHandler: Processed in 0.001354445 sec. | ||
7971 | 2025.07.15 21:11:24.540631 [ 189 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::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 | ||
7972 | 2025.07.15 21:11:24.540715 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7973 | 2025.07.15 21:11:24.540718 [ 189 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7974 | 2025.07.15 21:11:24.540766 [ 189 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 112 rows starting from the beginning of the part | ||
7975 | 2025.07.15 21:11:24.540816 [ 260 ] {6efbb4fb-4975-43c7-884b-65371251a2fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7976 | 2025.07.15 21:11:24.540819 [ 189 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 112 rows starting from the beginning of the part | ||
7977 | 2025.07.15 21:11:24.540864 [ 260 ] {6efbb4fb-4975-43c7-884b-65371251a2fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7978 | 2025.07.15 21:11:24.540883 [ 189 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 112 rows starting from the beginning of the part | ||
7979 | 2025.07.15 21:11:24.540930 [ 189 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 112 rows starting from the beginning of the part | ||
7980 | 2025.07.15 21:11:24.540970 [ 189 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 112 rows starting from the beginning of the part | ||
7981 | 2025.07.15 21:11:24.541429 [ 260 ] {6efbb4fb-4975-43c7-884b-65371251a2fd} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7982 | 2025.07.15 21:11:24.541469 [ 260 ] {6efbb4fb-4975-43c7-884b-65371251a2fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
7983 | 2025.07.15 21:11:24.541716 [ 195 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001102649 sec., 507867.8709181253 rows/sec., 30.87 MiB/sec. | ||
7984 | 2025.07.15 21:11:24.541805 [ 260 ] {6efbb4fb-4975-43c7-884b-65371251a2fd} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
7985 | 2025.07.15 21:11:24.541929 [ 195 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
7986 | 2025.07.15 21:11:24.542065 [ 260 ] {6efbb4fb-4975-43c7-884b-65371251a2fd} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7987 | 2025.07.15 21:11:24.542264 [ 260 ] {6efbb4fb-4975-43c7-884b-65371251a2fd} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001465 sec., 282593.8566552901 rows/sec., 20.10 MiB/sec. | ||
7988 | 2025.07.15 21:11:24.542265 [ 195 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_21_5} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7989 | 2025.07.15 21:11:24.542311 [ 260 ] {6efbb4fb-4975-43c7-884b-65371251a2fd} <Debug> TCPHandler: Processed in 0.001645342 sec. | ||
7990 | 2025.07.15 21:11:24.542371 [ 195 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_21_5} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
7991 | 2025.07.15 21:11:24.542439 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7992 | 2025.07.15 21:11:24.542472 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
7993 | 2025.07.15 21:11:24.542539 [ 260 ] {37ffb286-a0ec-4956-aef1-9a8411a83f8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
7994 | 2025.07.15 21:11:24.542585 [ 260 ] {37ffb286-a0ec-4956-aef1-9a8411a83f8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7995 | 2025.07.15 21:11:24.542962 [ 260 ] {37ffb286-a0ec-4956-aef1-9a8411a83f8a} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7996 | 2025.07.15 21:11:24.542998 [ 260 ] {37ffb286-a0ec-4956-aef1-9a8411a83f8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
7997 | 2025.07.15 21:11:24.543310 [ 260 ] {37ffb286-a0ec-4956-aef1-9a8411a83f8a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7998 | 2025.07.15 21:11:24.543520 [ 260 ] {37ffb286-a0ec-4956-aef1-9a8411a83f8a} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7999 | 2025.07.15 21:11:24.543618 [ 57 ] {} <Debug> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
8000 | 2025.07.15 21:11:24.543647 [ 57 ] {} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8001 | 2025.07.15 21:11:24.543663 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8002 | 2025.07.15 21:11:24.543666 [ 260 ] {37ffb286-a0ec-4956-aef1-9a8411a83f8a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001144 sec., 5244.755244755244 rows/sec., 274.02 KiB/sec. | ||
8003 | 2025.07.15 21:11:24.543717 [ 260 ] {37ffb286-a0ec-4956-aef1-9a8411a83f8a} <Debug> TCPHandler: Processed in 0.001327885 sec. | ||
8004 | 2025.07.15 21:11:24.543740 [ 195 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::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 | ||
8005 | 2025.07.15 21:11:24.543821 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8006 | 2025.07.15 21:11:24.543847 [ 195 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8007 | 2025.07.15 21:11:24.543882 [ 195 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
8008 | 2025.07.15 21:11:24.543921 [ 260 ] {eafca07e-67bc-4c6c-b553-a0aadde8b50f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8009 | 2025.07.15 21:11:24.543944 [ 195 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
8010 | 2025.07.15 21:11:24.543967 [ 260 ] {eafca07e-67bc-4c6c-b553-a0aadde8b50f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8011 | 2025.07.15 21:11:24.543997 [ 195 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
8012 | 2025.07.15 21:11:24.544070 [ 195 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
8013 | 2025.07.15 21:11:24.544134 [ 195 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
8014 | 2025.07.15 21:11:24.544200 [ 195 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
8015 | 2025.07.15 21:11:24.544391 [ 260 ] {eafca07e-67bc-4c6c-b553-a0aadde8b50f} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8016 | 2025.07.15 21:11:24.544434 [ 260 ] {eafca07e-67bc-4c6c-b553-a0aadde8b50f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8017 | 2025.07.15 21:11:24.544797 [ 260 ] {eafca07e-67bc-4c6c-b553-a0aadde8b50f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8018 | 2025.07.15 21:11:24.545018 [ 260 ] {eafca07e-67bc-4c6c-b553-a0aadde8b50f} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8019 | 2025.07.15 21:11:24.545155 [ 260 ] {eafca07e-67bc-4c6c-b553-a0aadde8b50f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001251 sec., 189448.4412470024 rows/sec., 12.70 MiB/sec. | ||
8020 | 2025.07.15 21:11:24.545195 [ 260 ] {eafca07e-67bc-4c6c-b553-a0aadde8b50f} <Debug> TCPHandler: Processed in 0.001421797 sec. | ||
8021 | 2025.07.15 21:11:24.545308 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8022 | 2025.07.15 21:11:24.545330 [ 186 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.001625062 sec., 77535.50326079866 rows/sec., 3.96 MiB/sec. | ||
8023 | 2025.07.15 21:11:24.545403 [ 260 ] {8c72a12e-86a1-4600-9d63-1e167be0baf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
8024 | 2025.07.15 21:11:24.545444 [ 195 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
8025 | 2025.07.15 21:11:24.545450 [ 260 ] {8c72a12e-86a1-4600-9d63-1e167be0baf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8026 | 2025.07.15 21:11:24.545697 [ 195 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_21_4} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8027 | 2025.07.15 21:11:24.545767 [ 195 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_21_4} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
8028 | 2025.07.15 21:11:24.545784 [ 260 ] {8c72a12e-86a1-4600-9d63-1e167be0baf3} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8029 | 2025.07.15 21:11:24.545824 [ 260 ] {8c72a12e-86a1-4600-9d63-1e167be0baf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8030 | 2025.07.15 21:11:24.545830 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8031 | 2025.07.15 21:11:24.546123 [ 260 ] {8c72a12e-86a1-4600-9d63-1e167be0baf3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8032 | 2025.07.15 21:11:24.546340 [ 260 ] {8c72a12e-86a1-4600-9d63-1e167be0baf3} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8033 | 2025.07.15 21:11:24.546471 [ 260 ] {8c72a12e-86a1-4600-9d63-1e167be0baf3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001084 sec., 922.509225092251 rows/sec., 62.16 KiB/sec. | ||
8034 | 2025.07.15 21:11:24.546508 [ 260 ] {8c72a12e-86a1-4600-9d63-1e167be0baf3} <Debug> TCPHandler: Processed in 0.001248662 sec. | ||
8035 | 2025.07.15 21:11:24.546625 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8036 | 2025.07.15 21:11:24.546718 [ 260 ] {96ecd77c-d787-4dc8-9ebf-2700f1928be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8037 | 2025.07.15 21:11:24.546774 [ 260 ] {96ecd77c-d787-4dc8-9ebf-2700f1928be4} <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 | ||
8038 | 2025.07.15 21:11:24.547624 [ 260 ] {96ecd77c-d787-4dc8-9ebf-2700f1928be4} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8039 | 2025.07.15 21:11:24.547661 [ 260 ] {96ecd77c-d787-4dc8-9ebf-2700f1928be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8040 | 2025.07.15 21:11:24.548225 [ 260 ] {96ecd77c-d787-4dc8-9ebf-2700f1928be4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8041 | 2025.07.15 21:11:24.548448 [ 260 ] {96ecd77c-d787-4dc8-9ebf-2700f1928be4} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8042 | 2025.07.15 21:11:24.548596 [ 260 ] {96ecd77c-d787-4dc8-9ebf-2700f1928be4} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001881 sec., 17012.227538543328 rows/sec., 30.49 MiB/sec. | ||
8043 | 2025.07.15 21:11:24.548655 [ 260 ] {96ecd77c-d787-4dc8-9ebf-2700f1928be4} <Debug> TCPHandler: Processed in 0.002078654 sec. | ||
8044 | 2025.07.15 21:11:24.548779 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8045 | 2025.07.15 21:11:24.548874 [ 260 ] {804820a9-eea8-4512-b414-68ee1f07322f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8046 | 2025.07.15 21:11:24.548916 [ 260 ] {804820a9-eea8-4512-b414-68ee1f07322f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8047 | 2025.07.15 21:11:24.549254 [ 260 ] {804820a9-eea8-4512-b414-68ee1f07322f} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8048 | 2025.07.15 21:11:24.549289 [ 260 ] {804820a9-eea8-4512-b414-68ee1f07322f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8049 | 2025.07.15 21:11:24.549588 [ 260 ] {804820a9-eea8-4512-b414-68ee1f07322f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8050 | 2025.07.15 21:11:24.549836 [ 260 ] {804820a9-eea8-4512-b414-68ee1f07322f} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8051 | 2025.07.15 21:11:24.549974 [ 260 ] {804820a9-eea8-4512-b414-68ee1f07322f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001116 sec., 73476.70250896057 rows/sec., 4.67 MiB/sec. | ||
8052 | 2025.07.15 21:11:24.550019 [ 260 ] {804820a9-eea8-4512-b414-68ee1f07322f} <Debug> TCPHandler: Processed in 0.001288713 sec. | ||
8053 | 2025.07.15 21:11:27.975835 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8054 | 2025.07.15 21:11:27.975906 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8055 | 2025.07.15 21:11:28.156690 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
8056 | 2025.07.15 21:11:28.157221 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8057 | 2025.07.15 21:11:28.157274 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8058 | 2025.07.15 21:11:28.157792 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8059 | 2025.07.15 21:11:28.158049 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8060 | 2025.07.15 21:11:28.158208 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
8061 | 2025.07.15 21:11:29.214662 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
8062 | 2025.07.15 21:11:29.230327 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8063 | 2025.07.15 21:11:29.230383 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8064 | 2025.07.15 21:11:29.235976 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8065 | 2025.07.15 21:11:29.236662 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8066 | 2025.07.15 21:11:29.239498 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
8067 | 2025.07.15 21:11:29.530299 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8068 | 2025.07.15 21:11:29.530572 [ 260 ] {5ae621d4-3c46-4176-adbb-6ed75d4b4754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8069 | 2025.07.15 21:11:29.530679 [ 260 ] {5ae621d4-3c46-4176-adbb-6ed75d4b4754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8070 | 2025.07.15 21:11:29.531661 [ 260 ] {5ae621d4-3c46-4176-adbb-6ed75d4b4754} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8071 | 2025.07.15 21:11:29.531727 [ 260 ] {5ae621d4-3c46-4176-adbb-6ed75d4b4754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8072 | 2025.07.15 21:11:29.532243 [ 260 ] {5ae621d4-3c46-4176-adbb-6ed75d4b4754} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8073 | 2025.07.15 21:11:29.532554 [ 260 ] {5ae621d4-3c46-4176-adbb-6ed75d4b4754} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8074 | 2025.07.15 21:11:29.532744 [ 260 ] {5ae621d4-3c46-4176-adbb-6ed75d4b4754} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.002252 sec., 32859.680284191825 rows/sec., 2.67 MiB/sec. | ||
8075 | 2025.07.15 21:11:29.532748 [ 50 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8076 | 2025.07.15 21:11:29.532796 [ 260 ] {5ae621d4-3c46-4176-adbb-6ed75d4b4754} <Debug> TCPHandler: Processed in 0.002692529 sec. | ||
8077 | 2025.07.15 21:11:29.532840 [ 50 ] {} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8078 | 2025.07.15 21:11:29.532879 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8079 | 2025.07.15 21:11:29.532986 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8080 | 2025.07.15 21:11:29.533011 [ 188 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::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 | ||
8081 | 2025.07.15 21:11:29.533126 [ 260 ] {95bbc217-6113-4b3d-a362-1c93a75093f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8082 | 2025.07.15 21:11:29.533147 [ 188 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8083 | 2025.07.15 21:11:29.533188 [ 260 ] {95bbc217-6113-4b3d-a362-1c93a75093f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8084 | 2025.07.15 21:11:29.533187 [ 188 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1849 rows starting from the beginning of the part | ||
8085 | 2025.07.15 21:11:29.533282 [ 188 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 74 rows starting from the beginning of the part | ||
8086 | 2025.07.15 21:11:29.533342 [ 188 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 681 rows starting from the beginning of the part | ||
8087 | 2025.07.15 21:11:29.533398 [ 188 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1216 rows starting from the beginning of the part | ||
8088 | 2025.07.15 21:11:29.533453 [ 188 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 681 rows starting from the beginning of the part | ||
8089 | 2025.07.15 21:11:29.533504 [ 188 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 74 rows starting from the beginning of the part | ||
8090 | 2025.07.15 21:11:29.533738 [ 260 ] {95bbc217-6113-4b3d-a362-1c93a75093f5} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8091 | 2025.07.15 21:11:29.533786 [ 260 ] {95bbc217-6113-4b3d-a362-1c93a75093f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8092 | 2025.07.15 21:11:29.534215 [ 260 ] {95bbc217-6113-4b3d-a362-1c93a75093f5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8093 | 2025.07.15 21:11:29.534513 [ 260 ] {95bbc217-6113-4b3d-a362-1c93a75093f5} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8094 | 2025.07.15 21:11:29.534693 [ 260 ] {95bbc217-6113-4b3d-a362-1c93a75093f5} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001594 sec., 5646.173149309912 rows/sec., 424.57 KiB/sec. | ||
8095 | 2025.07.15 21:11:29.534749 [ 260 ] {95bbc217-6113-4b3d-a362-1c93a75093f5} <Debug> TCPHandler: Processed in 0.001832757 sec. | ||
8096 | 2025.07.15 21:11:29.534894 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8097 | 2025.07.15 21:11:29.535026 [ 260 ] {88e4ef52-a08c-48fc-bec3-a6b1e740b023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8098 | 2025.07.15 21:11:29.535083 [ 260 ] {88e4ef52-a08c-48fc-bec3-a6b1e740b023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8099 | 2025.07.15 21:11:29.535661 [ 260 ] {88e4ef52-a08c-48fc-bec3-a6b1e740b023} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8100 | 2025.07.15 21:11:29.535710 [ 260 ] {88e4ef52-a08c-48fc-bec3-a6b1e740b023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8101 | 2025.07.15 21:11:29.535742 [ 195 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4575 rows, containing 5 columns (5 merged, 0 gathered) in 0.002780462 sec., 1645410.0074016475 rows/sec., 139.58 MiB/sec. | ||
8102 | 2025.07.15 21:11:29.536130 [ 260 ] {88e4ef52-a08c-48fc-bec3-a6b1e740b023} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8103 | 2025.07.15 21:11:29.536191 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8104 | 2025.07.15 21:11:29.536524 [ 260 ] {88e4ef52-a08c-48fc-bec3-a6b1e740b023} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8105 | 2025.07.15 21:11:29.536687 [ 50 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8106 | 2025.07.15 21:11:29.536702 [ 260 ] {88e4ef52-a08c-48fc-bec3-a6b1e740b023} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001701 sec., 42915.93180482069 rows/sec., 3.35 MiB/sec. | ||
8107 | 2025.07.15 21:11:29.536736 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_61_12} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8108 | 2025.07.15 21:11:29.536748 [ 50 ] {} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8109 | 2025.07.15 21:11:29.536768 [ 260 ] {88e4ef52-a08c-48fc-bec3-a6b1e740b023} <Debug> TCPHandler: Processed in 0.00193927 sec. | ||
8110 | 2025.07.15 21:11:29.536798 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8111 | 2025.07.15 21:11:29.536875 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_61_12} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8112 | 2025.07.15 21:11:29.536938 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8113 | 2025.07.15 21:11:29.536947 [ 191 ] {356f697c-9853-4710-92c4-0a2e48007ad7::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 | ||
8114 | 2025.07.15 21:11:29.537045 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
8115 | 2025.07.15 21:11:29.537063 [ 260 ] {6711a467-8942-4e6a-91e0-6117dbe68872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8116 | 2025.07.15 21:11:29.537130 [ 260 ] {6711a467-8942-4e6a-91e0-6117dbe68872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8117 | 2025.07.15 21:11:29.537137 [ 191 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8118 | 2025.07.15 21:11:29.537197 [ 191 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 915 rows starting from the beginning of the part | ||
8119 | 2025.07.15 21:11:29.537288 [ 191 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 73 rows starting from the beginning of the part | ||
8120 | 2025.07.15 21:11:29.537358 [ 191 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 414 rows starting from the beginning of the part | ||
8121 | 2025.07.15 21:11:29.537417 [ 191 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 533 rows starting from the beginning of the part | ||
8122 | 2025.07.15 21:11:29.537479 [ 191 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 414 rows starting from the beginning of the part | ||
8123 | 2025.07.15 21:11:29.537531 [ 191 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 73 rows starting from the beginning of the part | ||
8124 | 2025.07.15 21:11:29.537655 [ 260 ] {6711a467-8942-4e6a-91e0-6117dbe68872} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8125 | 2025.07.15 21:11:29.537705 [ 260 ] {6711a467-8942-4e6a-91e0-6117dbe68872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8126 | 2025.07.15 21:11:29.538172 [ 260 ] {6711a467-8942-4e6a-91e0-6117dbe68872} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8127 | 2025.07.15 21:11:29.538456 [ 260 ] {6711a467-8942-4e6a-91e0-6117dbe68872} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8128 | 2025.07.15 21:11:29.538604 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8129 | 2025.07.15 21:11:29.538628 [ 260 ] {6711a467-8942-4e6a-91e0-6117dbe68872} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001589 sec., 100692.25928256765 rows/sec., 7.01 MiB/sec. | ||
8130 | 2025.07.15 21:11:29.538655 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8131 | 2025.07.15 21:11:29.538685 [ 260 ] {6711a467-8942-4e6a-91e0-6117dbe68872} <Debug> TCPHandler: Processed in 0.001808426 sec. | ||
8132 | 2025.07.15 21:11:29.538688 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8133 | 2025.07.15 21:11:29.538804 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
8134 | 2025.07.15 21:11:29.538821 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8135 | 2025.07.15 21:11:29.538952 [ 260 ] {b6b3eec8-9d0e-4a5f-a13e-72e85d6dcbf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8136 | 2025.07.15 21:11:29.538960 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8137 | 2025.07.15 21:11:29.539020 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17360 rows starting from the beginning of the part | ||
8138 | 2025.07.15 21:11:29.539029 [ 260 ] {b6b3eec8-9d0e-4a5f-a13e-72e85d6dcbf2} <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 | ||
8139 | 2025.07.15 21:11:29.539113 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
8140 | 2025.07.15 21:11:29.539186 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 237 rows starting from the beginning of the part | ||
8141 | 2025.07.15 21:11:29.539248 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 882 rows starting from the beginning of the part | ||
8142 | 2025.07.15 21:11:29.539308 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 237 rows starting from the beginning of the part | ||
8143 | 2025.07.15 21:11:29.539368 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
8144 | 2025.07.15 21:11:29.539474 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 5 columns (5 merged, 0 gathered) in 0.002589586 sec., 935284.6362314285 rows/sec., 71.63 MiB/sec. | ||
8145 | 2025.07.15 21:11:29.539749 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8146 | 2025.07.15 21:11:29.540047 [ 260 ] {b6b3eec8-9d0e-4a5f-a13e-72e85d6dcbf2} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8147 | 2025.07.15 21:11:29.540101 [ 260 ] {b6b3eec8-9d0e-4a5f-a13e-72e85d6dcbf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8148 | 2025.07.15 21:11:29.540165 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_61_12} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8149 | 2025.07.15 21:11:29.540288 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_61_12} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8150 | 2025.07.15 21:11:29.540425 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
8151 | 2025.07.15 21:11:29.540789 [ 260 ] {b6b3eec8-9d0e-4a5f-a13e-72e85d6dcbf2} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8152 | 2025.07.15 21:11:29.541107 [ 260 ] {b6b3eec8-9d0e-4a5f-a13e-72e85d6dcbf2} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8153 | 2025.07.15 21:11:29.541254 [ 50 ] {} <Debug> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8154 | 2025.07.15 21:11:29.541281 [ 260 ] {b6b3eec8-9d0e-4a5f-a13e-72e85d6dcbf2} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002353 sec., 3824.904377390565 rows/sec., 6.85 MiB/sec. | ||
8155 | 2025.07.15 21:11:29.541297 [ 50 ] {} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8156 | 2025.07.15 21:11:29.541339 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8157 | 2025.07.15 21:11:29.541358 [ 260 ] {b6b3eec8-9d0e-4a5f-a13e-72e85d6dcbf2} <Debug> TCPHandler: Processed in 0.002596287 sec. | ||
8158 | 2025.07.15 21:11:29.541439 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
8159 | 2025.07.15 21:11:29.541546 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8160 | 2025.07.15 21:11:29.541694 [ 260 ] {417ec205-e479-43a0-b95b-6eb577358924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8161 | 2025.07.15 21:11:29.541748 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8162 | 2025.07.15 21:11:29.541764 [ 260 ] {417ec205-e479-43a0-b95b-6eb577358924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8163 | 2025.07.15 21:11:29.541825 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 974 rows starting from the beginning of the part | ||
8164 | 2025.07.15 21:11:29.542018 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 9 rows starting from the beginning of the part | ||
8165 | 2025.07.15 21:11:29.542158 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 32 rows starting from the beginning of the part | ||
8166 | 2025.07.15 21:11:29.542288 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 9 rows starting from the beginning of the part | ||
8167 | 2025.07.15 21:11:29.542296 [ 260 ] {417ec205-e479-43a0-b95b-6eb577358924} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8168 | 2025.07.15 21:11:29.542345 [ 260 ] {417ec205-e479-43a0-b95b-6eb577358924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8169 | 2025.07.15 21:11:29.542416 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 32 rows starting from the beginning of the part | ||
8170 | 2025.07.15 21:11:29.542539 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 9 rows starting from the beginning of the part | ||
8171 | 2025.07.15 21:11:29.542888 [ 260 ] {417ec205-e479-43a0-b95b-6eb577358924} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8172 | 2025.07.15 21:11:29.543175 [ 260 ] {417ec205-e479-43a0-b95b-6eb577358924} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8173 | 2025.07.15 21:11:29.543319 [ 50 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8174 | 2025.07.15 21:11:29.543341 [ 260 ] {417ec205-e479-43a0-b95b-6eb577358924} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00168 sec., 35714.28571428571 rows/sec., 2.41 MiB/sec. | ||
8175 | 2025.07.15 21:11:29.543365 [ 50 ] {} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8176 | 2025.07.15 21:11:29.543396 [ 260 ] {417ec205-e479-43a0-b95b-6eb577358924} <Debug> TCPHandler: Processed in 0.00192816 sec. | ||
8177 | 2025.07.15 21:11:29.543400 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8178 | 2025.07.15 21:11:29.543518 [ 186 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
8179 | 2025.07.15 21:11:29.543663 [ 186 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8180 | 2025.07.15 21:11:29.543710 [ 186 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3556 rows starting from the beginning of the part | ||
8181 | 2025.07.15 21:11:29.543818 [ 186 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
8182 | 2025.07.15 21:11:29.543886 [ 186 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part | ||
8183 | 2025.07.15 21:11:29.543946 [ 186 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
8184 | 2025.07.15 21:11:29.543999 [ 186 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part | ||
8185 | 2025.07.15 21:11:29.544052 [ 186 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
8186 | 2025.07.15 21:11:29.547184 [ 191 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3900 rows, containing 4 columns (4 merged, 0 gathered) in 0.003709016 sec., 1051491.8242466466 rows/sec., 69.07 MiB/sec. | ||
8187 | 2025.07.15 21:11:29.547849 [ 193 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8188 | 2025.07.15 21:11:29.548315 [ 193 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_61_12} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8189 | 2025.07.15 21:11:29.548430 [ 193 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_61_12} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8190 | 2025.07.15 21:11:29.548597 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
8191 | 2025.07.15 21:11:29.549442 [ 201 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19036 rows, containing 5 columns (5 merged, 0 gathered) in 0.010680786 sec., 1782265.8369898996 rows/sec., 120.70 MiB/sec. | ||
8192 | 2025.07.15 21:11:29.549881 [ 201 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8193 | 2025.07.15 21:11:29.550274 [ 201 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8194 | 2025.07.15 21:11:29.550384 [ 201 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8195 | 2025.07.15 21:11:29.550503 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
8196 | 2025.07.15 21:11:29.552736 [ 194 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1065 rows, containing 19 columns (19 merged, 0 gathered) in 0.011332343 sec., 93978.80032399301 rows/sec., 168.41 MiB/sec. | ||
8197 | 2025.07.15 21:11:29.554532 [ 194 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8198 | 2025.07.15 21:11:29.555040 [ 194 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8199 | 2025.07.15 21:11:29.555169 [ 194 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8200 | 2025.07.15 21:11:29.555412 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.29 MiB. | ||
8201 | 2025.07.15 21:11:30.000355 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 277.70 MiB, peak 291.47 MiB, free memory in arenas 0.00 B, will set to 282.63 MiB (RSS), difference: 4.94 MiB | ||
8202 | 2025.07.15 21:11:33.198702 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1136 | ||
8203 | 2025.07.15 21:11:33.201169 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8204 | 2025.07.15 21:11:33.201226 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8205 | 2025.07.15 21:11:33.202488 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
8206 | 2025.07.15 21:11:33.202766 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8207 | 2025.07.15 21:11:33.202919 [ 44 ] {} <Debug> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
8208 | 2025.07.15 21:11:33.202983 [ 44 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8209 | 2025.07.15 21:11:33.203004 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8210 | 2025.07.15 21:11:33.203120 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1136 | ||
8211 | 2025.07.15 21:11:33.203127 [ 201 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::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 | ||
8212 | 2025.07.15 21:11:33.203698 [ 201 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8213 | 2025.07.15 21:11:33.203852 [ 201 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 956 rows starting from the beginning of the part | ||
8214 | 2025.07.15 21:11:33.204219 [ 201 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 38 rows starting from the beginning of the part | ||
8215 | 2025.07.15 21:11:33.204580 [ 201 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part | ||
8216 | 2025.07.15 21:11:33.204942 [ 201 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part | ||
8217 | 2025.07.15 21:11:33.205303 [ 201 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 38 rows starting from the beginning of the part | ||
8218 | 2025.07.15 21:11:33.205656 [ 201 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 34 rows starting from the beginning of the part | ||
8219 | 2025.07.15 21:11:33.212762 [ 201 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1136 rows, containing 72 columns (72 merged, 0 gathered) in 0.00969836 sec., 117133.20602658595 rows/sec., 93.78 MiB/sec. | ||
8220 | 2025.07.15 21:11:33.213984 [ 201 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
8221 | 2025.07.15 21:11:33.214504 [ 201 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_31_6} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8222 | 2025.07.15 21:11:33.214583 [ 201 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_31_6} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
8223 | 2025.07.15 21:11:33.214786 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.69 MiB. | ||
8224 | 2025.07.15 21:11:34.533105 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8225 | 2025.07.15 21:11:34.533302 [ 260 ] {9f2b75ca-7152-4069-a8d6-d72c5ce98a41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
8226 | 2025.07.15 21:11:34.533375 [ 260 ] {9f2b75ca-7152-4069-a8d6-d72c5ce98a41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
8227 | 2025.07.15 21:11:34.534090 [ 260 ] {9f2b75ca-7152-4069-a8d6-d72c5ce98a41} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8228 | 2025.07.15 21:11:34.534140 [ 260 ] {9f2b75ca-7152-4069-a8d6-d72c5ce98a41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8229 | 2025.07.15 21:11:34.534559 [ 260 ] {9f2b75ca-7152-4069-a8d6-d72c5ce98a41} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8230 | 2025.07.15 21:11:34.534781 [ 260 ] {9f2b75ca-7152-4069-a8d6-d72c5ce98a41} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8231 | 2025.07.15 21:11:34.534939 [ 260 ] {9f2b75ca-7152-4069-a8d6-d72c5ce98a41} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001691 sec., 125369.60378474275 rows/sec., 7.97 MiB/sec. | ||
8232 | 2025.07.15 21:11:34.534990 [ 260 ] {9f2b75ca-7152-4069-a8d6-d72c5ce98a41} <Debug> TCPHandler: Processed in 0.002019992 sec. | ||
8233 | 2025.07.15 21:11:34.535180 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8234 | 2025.07.15 21:11:34.535288 [ 260 ] {1cf7eda4-7fbb-4b65-b1aa-d7dbf61a4b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
8235 | 2025.07.15 21:11:34.535332 [ 260 ] {1cf7eda4-7fbb-4b65-b1aa-d7dbf61a4b47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8236 | 2025.07.15 21:11:34.535757 [ 260 ] {1cf7eda4-7fbb-4b65-b1aa-d7dbf61a4b47} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8237 | 2025.07.15 21:11:34.535794 [ 260 ] {1cf7eda4-7fbb-4b65-b1aa-d7dbf61a4b47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8238 | 2025.07.15 21:11:34.536096 [ 260 ] {1cf7eda4-7fbb-4b65-b1aa-d7dbf61a4b47} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8239 | 2025.07.15 21:11:34.536307 [ 260 ] {1cf7eda4-7fbb-4b65-b1aa-d7dbf61a4b47} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8240 | 2025.07.15 21:11:34.536439 [ 260 ] {1cf7eda4-7fbb-4b65-b1aa-d7dbf61a4b47} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001173 sec., 6820.119352088662 rows/sec., 556.13 KiB/sec. | ||
8241 | 2025.07.15 21:11:34.536478 [ 260 ] {1cf7eda4-7fbb-4b65-b1aa-d7dbf61a4b47} <Debug> TCPHandler: Processed in 0.001420016 sec. | ||
8242 | 2025.07.15 21:11:34.536591 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8243 | 2025.07.15 21:11:34.536684 [ 260 ] {7fc0997d-6862-46f1-8232-a4dfa3b04fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8244 | 2025.07.15 21:11:34.536723 [ 260 ] {7fc0997d-6862-46f1-8232-a4dfa3b04fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8245 | 2025.07.15 21:11:34.537337 [ 260 ] {7fc0997d-6862-46f1-8232-a4dfa3b04fd7} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8246 | 2025.07.15 21:11:34.537373 [ 260 ] {7fc0997d-6862-46f1-8232-a4dfa3b04fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8247 | 2025.07.15 21:11:34.537782 [ 260 ] {7fc0997d-6862-46f1-8232-a4dfa3b04fd7} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8248 | 2025.07.15 21:11:34.538014 [ 260 ] {7fc0997d-6862-46f1-8232-a4dfa3b04fd7} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8249 | 2025.07.15 21:11:34.538142 [ 260 ] {7fc0997d-6862-46f1-8232-a4dfa3b04fd7} <Debug> executeQuery: Read 685 rows, 55.68 KiB in 0.001476 sec., 464092.1409214092 rows/sec., 36.84 MiB/sec. | ||
8250 | 2025.07.15 21:11:34.538179 [ 260 ] {7fc0997d-6862-46f1-8232-a4dfa3b04fd7} <Debug> TCPHandler: Processed in 0.001636492 sec. | ||
8251 | 2025.07.15 21:11:34.538298 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8252 | 2025.07.15 21:11:34.538391 [ 260 ] {f66777bf-6d76-456a-be99-ef46b10421e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8253 | 2025.07.15 21:11:34.538431 [ 260 ] {f66777bf-6d76-456a-be99-ef46b10421e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8254 | 2025.07.15 21:11:34.538861 [ 260 ] {f66777bf-6d76-456a-be99-ef46b10421e7} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8255 | 2025.07.15 21:11:34.538897 [ 260 ] {f66777bf-6d76-456a-be99-ef46b10421e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8256 | 2025.07.15 21:11:34.539198 [ 260 ] {f66777bf-6d76-456a-be99-ef46b10421e7} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8257 | 2025.07.15 21:11:34.539405 [ 260 ] {f66777bf-6d76-456a-be99-ef46b10421e7} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8258 | 2025.07.15 21:11:34.539533 [ 260 ] {f66777bf-6d76-456a-be99-ef46b10421e7} <Debug> executeQuery: Read 146 rows, 9.35 KiB in 0.00116 sec., 125862.06896551725 rows/sec., 7.87 MiB/sec. | ||
8259 | 2025.07.15 21:11:34.539570 [ 260 ] {f66777bf-6d76-456a-be99-ef46b10421e7} <Debug> TCPHandler: Processed in 0.001319904 sec. | ||
8260 | 2025.07.15 21:11:34.539681 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8261 | 2025.07.15 21:11:34.539775 [ 260 ] {3908d2cc-802b-424c-9f59-09f3894f263a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
8262 | 2025.07.15 21:11:34.539813 [ 260 ] {3908d2cc-802b-424c-9f59-09f3894f263a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8263 | 2025.07.15 21:11:34.540215 [ 260 ] {3908d2cc-802b-424c-9f59-09f3894f263a} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8264 | 2025.07.15 21:11:34.540250 [ 260 ] {3908d2cc-802b-424c-9f59-09f3894f263a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8265 | 2025.07.15 21:11:34.540551 [ 260 ] {3908d2cc-802b-424c-9f59-09f3894f263a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
8266 | 2025.07.15 21:11:34.540765 [ 260 ] {3908d2cc-802b-424c-9f59-09f3894f263a} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8267 | 2025.07.15 21:11:34.540888 [ 260 ] {3908d2cc-802b-424c-9f59-09f3894f263a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001131 sec., 99911.58267020335 rows/sec., 6.47 MiB/sec. | ||
8268 | 2025.07.15 21:11:34.540924 [ 260 ] {3908d2cc-802b-424c-9f59-09f3894f263a} <Debug> TCPHandler: Processed in 0.001290283 sec. | ||
8269 | 2025.07.15 21:11:34.541038 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8270 | 2025.07.15 21:11:34.541130 [ 260 ] {ff641795-05af-45ad-943f-6ac5652692cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
8271 | 2025.07.15 21:11:34.541169 [ 260 ] {ff641795-05af-45ad-943f-6ac5652692cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8272 | 2025.07.15 21:11:34.541567 [ 260 ] {ff641795-05af-45ad-943f-6ac5652692cc} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8273 | 2025.07.15 21:11:34.541602 [ 260 ] {ff641795-05af-45ad-943f-6ac5652692cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8274 | 2025.07.15 21:11:34.541891 [ 260 ] {ff641795-05af-45ad-943f-6ac5652692cc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8275 | 2025.07.15 21:11:34.542095 [ 260 ] {ff641795-05af-45ad-943f-6ac5652692cc} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8276 | 2025.07.15 21:11:34.542216 [ 260 ] {ff641795-05af-45ad-943f-6ac5652692cc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001104 sec., 101449.27536231885 rows/sec., 5.78 MiB/sec. | ||
8277 | 2025.07.15 21:11:34.542253 [ 260 ] {ff641795-05af-45ad-943f-6ac5652692cc} <Debug> TCPHandler: Processed in 0.001261843 sec. | ||
8278 | 2025.07.15 21:11:34.542361 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8279 | 2025.07.15 21:11:34.542452 [ 260 ] {b8f18699-8f93-4c59-b40f-1fbd6a907c6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8280 | 2025.07.15 21:11:34.542491 [ 260 ] {b8f18699-8f93-4c59-b40f-1fbd6a907c6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8281 | 2025.07.15 21:11:34.542987 [ 260 ] {b8f18699-8f93-4c59-b40f-1fbd6a907c6c} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8282 | 2025.07.15 21:11:34.543021 [ 260 ] {b8f18699-8f93-4c59-b40f-1fbd6a907c6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8283 | 2025.07.15 21:11:34.543337 [ 260 ] {b8f18699-8f93-4c59-b40f-1fbd6a907c6c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8284 | 2025.07.15 21:11:34.543540 [ 260 ] {b8f18699-8f93-4c59-b40f-1fbd6a907c6c} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8285 | 2025.07.15 21:11:34.543667 [ 260 ] {b8f18699-8f93-4c59-b40f-1fbd6a907c6c} <Debug> executeQuery: Read 422 rows, 30.80 KiB in 0.001231 sec., 342810.72298943944 rows/sec., 24.43 MiB/sec. | ||
8286 | 2025.07.15 21:11:34.543703 [ 260 ] {b8f18699-8f93-4c59-b40f-1fbd6a907c6c} <Debug> TCPHandler: Processed in 0.001389206 sec. | ||
8287 | 2025.07.15 21:11:34.543813 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8288 | 2025.07.15 21:11:34.543904 [ 260 ] {d447f110-0eb9-4d0d-bbf8-bd7afe1cc044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
8289 | 2025.07.15 21:11:34.543949 [ 260 ] {d447f110-0eb9-4d0d-bbf8-bd7afe1cc044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8290 | 2025.07.15 21:11:34.544275 [ 260 ] {d447f110-0eb9-4d0d-bbf8-bd7afe1cc044} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8291 | 2025.07.15 21:11:34.544310 [ 260 ] {d447f110-0eb9-4d0d-bbf8-bd7afe1cc044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8292 | 2025.07.15 21:11:34.544606 [ 260 ] {d447f110-0eb9-4d0d-bbf8-bd7afe1cc044} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8293 | 2025.07.15 21:11:34.544814 [ 260 ] {d447f110-0eb9-4d0d-bbf8-bd7afe1cc044} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8294 | 2025.07.15 21:11:34.544937 [ 260 ] {d447f110-0eb9-4d0d-bbf8-bd7afe1cc044} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001049 sec., 5719.733079122974 rows/sec., 298.83 KiB/sec. | ||
8295 | 2025.07.15 21:11:34.544972 [ 260 ] {d447f110-0eb9-4d0d-bbf8-bd7afe1cc044} <Debug> TCPHandler: Processed in 0.001205632 sec. | ||
8296 | 2025.07.15 21:11:34.545070 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8297 | 2025.07.15 21:11:34.545160 [ 260 ] {91da0cd8-2fc3-4337-9171-47cd4c3356b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8298 | 2025.07.15 21:11:34.545201 [ 260 ] {91da0cd8-2fc3-4337-9171-47cd4c3356b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8299 | 2025.07.15 21:11:34.545575 [ 260 ] {91da0cd8-2fc3-4337-9171-47cd4c3356b5} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8300 | 2025.07.15 21:11:34.545610 [ 260 ] {91da0cd8-2fc3-4337-9171-47cd4c3356b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8301 | 2025.07.15 21:11:34.545930 [ 260 ] {91da0cd8-2fc3-4337-9171-47cd4c3356b5} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8302 | 2025.07.15 21:11:34.546136 [ 260 ] {91da0cd8-2fc3-4337-9171-47cd4c3356b5} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8303 | 2025.07.15 21:11:34.546259 [ 260 ] {91da0cd8-2fc3-4337-9171-47cd4c3356b5} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.001117 sec., 215756.49059982097 rows/sec., 14.47 MiB/sec. | ||
8304 | 2025.07.15 21:11:34.546320 [ 260 ] {91da0cd8-2fc3-4337-9171-47cd4c3356b5} <Debug> TCPHandler: Processed in 0.001296513 sec. | ||
8305 | 2025.07.15 21:11:34.546430 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8306 | 2025.07.15 21:11:34.546520 [ 260 ] {87a9467c-5afa-4ea1-8bc9-babca68e69e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
8307 | 2025.07.15 21:11:34.546560 [ 260 ] {87a9467c-5afa-4ea1-8bc9-babca68e69e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8308 | 2025.07.15 21:11:34.546861 [ 260 ] {87a9467c-5afa-4ea1-8bc9-babca68e69e2} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8309 | 2025.07.15 21:11:34.546895 [ 260 ] {87a9467c-5afa-4ea1-8bc9-babca68e69e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8310 | 2025.07.15 21:11:34.547192 [ 260 ] {87a9467c-5afa-4ea1-8bc9-babca68e69e2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8311 | 2025.07.15 21:11:34.547403 [ 260 ] {87a9467c-5afa-4ea1-8bc9-babca68e69e2} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8312 | 2025.07.15 21:11:34.547577 [ 260 ] {87a9467c-5afa-4ea1-8bc9-babca68e69e2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001074 sec., 931.0986964618248 rows/sec., 62.74 KiB/sec. | ||
8313 | 2025.07.15 21:11:34.547614 [ 260 ] {87a9467c-5afa-4ea1-8bc9-babca68e69e2} <Debug> TCPHandler: Processed in 0.001231592 sec. | ||
8314 | 2025.07.15 21:11:34.547717 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8315 | 2025.07.15 21:11:34.547810 [ 260 ] {baba033c-e0b7-4f6e-bed3-af12136c9bc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8316 | 2025.07.15 21:11:34.547864 [ 260 ] {baba033c-e0b7-4f6e-bed3-af12136c9bc8} <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 | ||
8317 | 2025.07.15 21:11:34.548689 [ 260 ] {baba033c-e0b7-4f6e-bed3-af12136c9bc8} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8318 | 2025.07.15 21:11:34.548727 [ 260 ] {baba033c-e0b7-4f6e-bed3-af12136c9bc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8319 | 2025.07.15 21:11:34.549265 [ 260 ] {baba033c-e0b7-4f6e-bed3-af12136c9bc8} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8320 | 2025.07.15 21:11:34.549499 [ 260 ] {baba033c-e0b7-4f6e-bed3-af12136c9bc8} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8321 | 2025.07.15 21:11:34.549633 [ 260 ] {baba033c-e0b7-4f6e-bed3-af12136c9bc8} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001841 sec., 17381.857686040195 rows/sec., 31.15 MiB/sec. | ||
8322 | 2025.07.15 21:11:34.549687 [ 260 ] {baba033c-e0b7-4f6e-bed3-af12136c9bc8} <Debug> TCPHandler: Processed in 0.002019152 sec. | ||
8323 | 2025.07.15 21:11:34.549799 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8324 | 2025.07.15 21:11:34.549894 [ 260 ] {2cbb4dc3-d53b-47e5-9d6b-deaf0674d4b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8325 | 2025.07.15 21:11:34.549935 [ 260 ] {2cbb4dc3-d53b-47e5-9d6b-deaf0674d4b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8326 | 2025.07.15 21:11:34.550251 [ 260 ] {2cbb4dc3-d53b-47e5-9d6b-deaf0674d4b0} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8327 | 2025.07.15 21:11:34.550288 [ 260 ] {2cbb4dc3-d53b-47e5-9d6b-deaf0674d4b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8328 | 2025.07.15 21:11:34.550588 [ 260 ] {2cbb4dc3-d53b-47e5-9d6b-deaf0674d4b0} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8329 | 2025.07.15 21:11:34.550800 [ 260 ] {2cbb4dc3-d53b-47e5-9d6b-deaf0674d4b0} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8330 | 2025.07.15 21:11:34.550930 [ 260 ] {2cbb4dc3-d53b-47e5-9d6b-deaf0674d4b0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001053 sec., 77872.74453941121 rows/sec., 4.95 MiB/sec. | ||
8331 | 2025.07.15 21:11:34.550967 [ 260 ] {2cbb4dc3-d53b-47e5-9d6b-deaf0674d4b0} <Debug> TCPHandler: Processed in 0.001216612 sec. | ||
8332 | 2025.07.15 21:11:35.659223 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
8333 | 2025.07.15 21:11:35.659726 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8334 | 2025.07.15 21:11:35.659768 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8335 | 2025.07.15 21:11:35.660269 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8336 | 2025.07.15 21:11:35.660506 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8337 | 2025.07.15 21:11:35.660655 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
8338 | 2025.07.15 21:11:36.740503 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 | ||
8339 | 2025.07.15 21:11:36.759061 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8340 | 2025.07.15 21:11:36.759128 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8341 | 2025.07.15 21:11:36.765284 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8342 | 2025.07.15 21:11:36.766019 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8343 | 2025.07.15 21:11:36.769082 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324 | ||
8344 | 2025.07.15 21:11:39.526234 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8345 | 2025.07.15 21:11:39.526425 [ 260 ] {b7c4606d-9b63-474e-95fd-62bac2ae78d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8346 | 2025.07.15 21:11:39.526498 [ 260 ] {b7c4606d-9b63-474e-95fd-62bac2ae78d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8347 | 2025.07.15 21:11:39.527238 [ 260 ] {b7c4606d-9b63-474e-95fd-62bac2ae78d0} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8348 | 2025.07.15 21:11:39.527285 [ 260 ] {b7c4606d-9b63-474e-95fd-62bac2ae78d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8349 | 2025.07.15 21:11:39.527686 [ 260 ] {b7c4606d-9b63-474e-95fd-62bac2ae78d0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8350 | 2025.07.15 21:11:39.527919 [ 260 ] {b7c4606d-9b63-474e-95fd-62bac2ae78d0} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8351 | 2025.07.15 21:11:39.528074 [ 260 ] {b7c4606d-9b63-474e-95fd-62bac2ae78d0} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001703 sec., 43452.73047563124 rows/sec., 3.53 MiB/sec. | ||
8352 | 2025.07.15 21:11:39.528124 [ 260 ] {b7c4606d-9b63-474e-95fd-62bac2ae78d0} <Debug> TCPHandler: Processed in 0.002009652 sec. | ||
8353 | 2025.07.15 21:11:39.528253 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8354 | 2025.07.15 21:11:39.528355 [ 260 ] {bb2ad624-f7c0-4c36-acea-ea99eab6748a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8355 | 2025.07.15 21:11:39.528398 [ 260 ] {bb2ad624-f7c0-4c36-acea-ea99eab6748a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8356 | 2025.07.15 21:11:39.528818 [ 260 ] {bb2ad624-f7c0-4c36-acea-ea99eab6748a} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8357 | 2025.07.15 21:11:39.528853 [ 260 ] {bb2ad624-f7c0-4c36-acea-ea99eab6748a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8358 | 2025.07.15 21:11:39.529157 [ 260 ] {bb2ad624-f7c0-4c36-acea-ea99eab6748a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8359 | 2025.07.15 21:11:39.529367 [ 260 ] {bb2ad624-f7c0-4c36-acea-ea99eab6748a} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8360 | 2025.07.15 21:11:39.529496 [ 260 ] {bb2ad624-f7c0-4c36-acea-ea99eab6748a} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001165 sec., 7725.321888412017 rows/sec., 580.91 KiB/sec. | ||
8361 | 2025.07.15 21:11:39.529534 [ 260 ] {bb2ad624-f7c0-4c36-acea-ea99eab6748a} <Debug> TCPHandler: Processed in 0.001331404 sec. | ||
8362 | 2025.07.15 21:11:39.529647 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8363 | 2025.07.15 21:11:39.529740 [ 260 ] {308f27cc-4295-4507-85a1-306a3306bd29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8364 | 2025.07.15 21:11:39.529780 [ 260 ] {308f27cc-4295-4507-85a1-306a3306bd29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8365 | 2025.07.15 21:11:39.530193 [ 260 ] {308f27cc-4295-4507-85a1-306a3306bd29} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8366 | 2025.07.15 21:11:39.530227 [ 260 ] {308f27cc-4295-4507-85a1-306a3306bd29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8367 | 2025.07.15 21:11:39.530542 [ 260 ] {308f27cc-4295-4507-85a1-306a3306bd29} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8368 | 2025.07.15 21:11:39.530752 [ 260 ] {308f27cc-4295-4507-85a1-306a3306bd29} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8369 | 2025.07.15 21:11:39.530877 [ 260 ] {308f27cc-4295-4507-85a1-306a3306bd29} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001155 sec., 63203.4632034632 rows/sec., 4.93 MiB/sec. | ||
8370 | 2025.07.15 21:11:39.530914 [ 260 ] {308f27cc-4295-4507-85a1-306a3306bd29} <Debug> TCPHandler: Processed in 0.001313774 sec. | ||
8371 | 2025.07.15 21:11:39.531027 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8372 | 2025.07.15 21:11:39.531119 [ 260 ] {982f3e1e-c48e-4f26-8246-55978c7335b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8373 | 2025.07.15 21:11:39.531162 [ 260 ] {982f3e1e-c48e-4f26-8246-55978c7335b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8374 | 2025.07.15 21:11:39.531575 [ 260 ] {982f3e1e-c48e-4f26-8246-55978c7335b4} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8375 | 2025.07.15 21:11:39.531609 [ 260 ] {982f3e1e-c48e-4f26-8246-55978c7335b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8376 | 2025.07.15 21:11:39.531932 [ 260 ] {982f3e1e-c48e-4f26-8246-55978c7335b4} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8377 | 2025.07.15 21:11:39.532144 [ 260 ] {982f3e1e-c48e-4f26-8246-55978c7335b4} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8378 | 2025.07.15 21:11:39.532270 [ 260 ] {982f3e1e-c48e-4f26-8246-55978c7335b4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. | ||
8379 | 2025.07.15 21:11:39.532306 [ 260 ] {982f3e1e-c48e-4f26-8246-55978c7335b4} <Debug> TCPHandler: Processed in 0.001326665 sec. | ||
8380 | 2025.07.15 21:11:39.532416 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8381 | 2025.07.15 21:11:39.532508 [ 260 ] {0d115bb8-9395-4fe4-84aa-0b7e727eefa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8382 | 2025.07.15 21:11:39.532564 [ 260 ] {0d115bb8-9395-4fe4-84aa-0b7e727eefa4} <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 | ||
8383 | 2025.07.15 21:11:39.533306 [ 260 ] {0d115bb8-9395-4fe4-84aa-0b7e727eefa4} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8384 | 2025.07.15 21:11:39.533341 [ 260 ] {0d115bb8-9395-4fe4-84aa-0b7e727eefa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8385 | 2025.07.15 21:11:39.533845 [ 260 ] {0d115bb8-9395-4fe4-84aa-0b7e727eefa4} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8386 | 2025.07.15 21:11:39.534063 [ 260 ] {0d115bb8-9395-4fe4-84aa-0b7e727eefa4} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8387 | 2025.07.15 21:11:39.534194 [ 260 ] {0d115bb8-9395-4fe4-84aa-0b7e727eefa4} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001704 sec., 5281.69014084507 rows/sec., 9.46 MiB/sec. | ||
8388 | 2025.07.15 21:11:39.534246 [ 260 ] {0d115bb8-9395-4fe4-84aa-0b7e727eefa4} <Debug> TCPHandler: Processed in 0.001876248 sec. | ||
8389 | 2025.07.15 21:11:39.534359 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8390 | 2025.07.15 21:11:39.534451 [ 260 ] {af5fac83-e579-4814-8367-978dfa39cf65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8391 | 2025.07.15 21:11:39.534492 [ 260 ] {af5fac83-e579-4814-8367-978dfa39cf65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8392 | 2025.07.15 21:11:39.534831 [ 260 ] {af5fac83-e579-4814-8367-978dfa39cf65} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8393 | 2025.07.15 21:11:39.534864 [ 260 ] {af5fac83-e579-4814-8367-978dfa39cf65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8394 | 2025.07.15 21:11:39.535175 [ 260 ] {af5fac83-e579-4814-8367-978dfa39cf65} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8395 | 2025.07.15 21:11:39.535401 [ 260 ] {af5fac83-e579-4814-8367-978dfa39cf65} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8396 | 2025.07.15 21:11:39.535523 [ 260 ] {af5fac83-e579-4814-8367-978dfa39cf65} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. | ||
8397 | 2025.07.15 21:11:39.535558 [ 260 ] {af5fac83-e579-4814-8367-978dfa39cf65} <Debug> TCPHandler: Processed in 0.001245622 sec. | ||
8398 | 2025.07.15 21:11:42.975963 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8399 | 2025.07.15 21:11:42.976065 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8400 | 2025.07.15 21:11:43.161655 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
8401 | 2025.07.15 21:11:43.162175 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8402 | 2025.07.15 21:11:43.162215 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8403 | 2025.07.15 21:11:43.162699 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8404 | 2025.07.15 21:11:43.162929 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8405 | 2025.07.15 21:11:43.163061 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
8406 | 2025.07.15 21:11:43.204208 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1172 | ||
8407 | 2025.07.15 21:11:43.206656 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8408 | 2025.07.15 21:11:43.206705 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8409 | 2025.07.15 21:11:43.207904 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
8410 | 2025.07.15 21:11:43.208165 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8411 | 2025.07.15 21:11:43.208454 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1172 | ||
8412 | 2025.07.15 21:11:44.270084 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 | ||
8413 | 2025.07.15 21:11:44.287372 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8414 | 2025.07.15 21:11:44.287436 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8415 | 2025.07.15 21:11:44.293861 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8416 | 2025.07.15 21:11:44.294565 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8417 | 2025.07.15 21:11:44.297575 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
8418 | 2025.07.15 21:11:44.532894 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8419 | 2025.07.15 21:11:44.533155 [ 260 ] {c71218a4-3e83-4b16-94c9-ff8fa19ad78f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
8420 | 2025.07.15 21:11:44.533253 [ 260 ] {c71218a4-3e83-4b16-94c9-ff8fa19ad78f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
8421 | 2025.07.15 21:11:44.534181 [ 260 ] {c71218a4-3e83-4b16-94c9-ff8fa19ad78f} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8422 | 2025.07.15 21:11:44.534234 [ 260 ] {c71218a4-3e83-4b16-94c9-ff8fa19ad78f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8423 | 2025.07.15 21:11:44.534636 [ 260 ] {c71218a4-3e83-4b16-94c9-ff8fa19ad78f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8424 | 2025.07.15 21:11:44.534863 [ 260 ] {c71218a4-3e83-4b16-94c9-ff8fa19ad78f} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8425 | 2025.07.15 21:11:44.535021 [ 260 ] {c71218a4-3e83-4b16-94c9-ff8fa19ad78f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001938 sec., 109391.12487100103 rows/sec., 6.96 MiB/sec. | ||
8426 | 2025.07.15 21:11:44.535073 [ 260 ] {c71218a4-3e83-4b16-94c9-ff8fa19ad78f} <Debug> TCPHandler: Processed in 0.002350251 sec. | ||
8427 | 2025.07.15 21:11:44.535195 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8428 | 2025.07.15 21:11:44.535298 [ 260 ] {69dae69e-dd30-4f43-9c15-172c436e87c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8429 | 2025.07.15 21:11:44.535342 [ 260 ] {69dae69e-dd30-4f43-9c15-172c436e87c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8430 | 2025.07.15 21:11:44.536084 [ 260 ] {69dae69e-dd30-4f43-9c15-172c436e87c0} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8431 | 2025.07.15 21:11:44.536121 [ 260 ] {69dae69e-dd30-4f43-9c15-172c436e87c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8432 | 2025.07.15 21:11:44.536475 [ 260 ] {69dae69e-dd30-4f43-9c15-172c436e87c0} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8433 | 2025.07.15 21:11:44.536684 [ 260 ] {69dae69e-dd30-4f43-9c15-172c436e87c0} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8434 | 2025.07.15 21:11:44.536815 [ 260 ] {69dae69e-dd30-4f43-9c15-172c436e87c0} <Debug> executeQuery: Read 681 rows, 55.38 KiB in 0.001541 sec., 441920.8306294614 rows/sec., 35.10 MiB/sec. | ||
8435 | 2025.07.15 21:11:44.536853 [ 260 ] {69dae69e-dd30-4f43-9c15-172c436e87c0} <Debug> TCPHandler: Processed in 0.001707984 sec. | ||
8436 | 2025.07.15 21:11:44.536966 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8437 | 2025.07.15 21:11:44.537061 [ 260 ] {cffd2dc5-a6c4-410b-ad2c-c0b3b8b8bbc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8438 | 2025.07.15 21:11:44.537102 [ 260 ] {cffd2dc5-a6c4-410b-ad2c-c0b3b8b8bbc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8439 | 2025.07.15 21:11:44.537536 [ 260 ] {cffd2dc5-a6c4-410b-ad2c-c0b3b8b8bbc4} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8440 | 2025.07.15 21:11:44.537572 [ 260 ] {cffd2dc5-a6c4-410b-ad2c-c0b3b8b8bbc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8441 | 2025.07.15 21:11:44.537872 [ 260 ] {cffd2dc5-a6c4-410b-ad2c-c0b3b8b8bbc4} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8442 | 2025.07.15 21:11:44.538089 [ 260 ] {cffd2dc5-a6c4-410b-ad2c-c0b3b8b8bbc4} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8443 | 2025.07.15 21:11:44.538219 [ 260 ] {cffd2dc5-a6c4-410b-ad2c-c0b3b8b8bbc4} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001176 sec., 117346.9387755102 rows/sec., 7.30 MiB/sec. | ||
8444 | 2025.07.15 21:11:44.538255 [ 260 ] {cffd2dc5-a6c4-410b-ad2c-c0b3b8b8bbc4} <Debug> TCPHandler: Processed in 0.001337525 sec. | ||
8445 | 2025.07.15 21:11:44.538364 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8446 | 2025.07.15 21:11:44.538456 [ 260 ] {d76fb25a-070e-48db-8d8d-833ac3ea58c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
8447 | 2025.07.15 21:11:44.538495 [ 260 ] {d76fb25a-070e-48db-8d8d-833ac3ea58c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8448 | 2025.07.15 21:11:44.538907 [ 260 ] {d76fb25a-070e-48db-8d8d-833ac3ea58c2} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8449 | 2025.07.15 21:11:44.538943 [ 260 ] {d76fb25a-070e-48db-8d8d-833ac3ea58c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8450 | 2025.07.15 21:11:44.539235 [ 260 ] {d76fb25a-070e-48db-8d8d-833ac3ea58c2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
8451 | 2025.07.15 21:11:44.539440 [ 260 ] {d76fb25a-070e-48db-8d8d-833ac3ea58c2} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8452 | 2025.07.15 21:11:44.539563 [ 260 ] {d76fb25a-070e-48db-8d8d-833ac3ea58c2} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001125 sec., 100444.44444444445 rows/sec., 6.50 MiB/sec. | ||
8453 | 2025.07.15 21:11:44.539600 [ 260 ] {d76fb25a-070e-48db-8d8d-833ac3ea58c2} <Debug> TCPHandler: Processed in 0.001283243 sec. | ||
8454 | 2025.07.15 21:11:44.539707 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8455 | 2025.07.15 21:11:44.539798 [ 260 ] {c055724d-68ea-4de4-9bc9-bcb4ccbef15e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
8456 | 2025.07.15 21:11:44.539837 [ 260 ] {c055724d-68ea-4de4-9bc9-bcb4ccbef15e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8457 | 2025.07.15 21:11:44.540275 [ 260 ] {c055724d-68ea-4de4-9bc9-bcb4ccbef15e} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8458 | 2025.07.15 21:11:44.540310 [ 260 ] {c055724d-68ea-4de4-9bc9-bcb4ccbef15e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8459 | 2025.07.15 21:11:44.540606 [ 260 ] {c055724d-68ea-4de4-9bc9-bcb4ccbef15e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8460 | 2025.07.15 21:11:44.540812 [ 260 ] {c055724d-68ea-4de4-9bc9-bcb4ccbef15e} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8461 | 2025.07.15 21:11:44.540939 [ 260 ] {c055724d-68ea-4de4-9bc9-bcb4ccbef15e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001159 sec., 96635.03019844693 rows/sec., 5.50 MiB/sec. | ||
8462 | 2025.07.15 21:11:44.540976 [ 260 ] {c055724d-68ea-4de4-9bc9-bcb4ccbef15e} <Debug> TCPHandler: Processed in 0.001316214 sec. | ||
8463 | 2025.07.15 21:11:44.541088 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8464 | 2025.07.15 21:11:44.541179 [ 260 ] {bdfc8263-3817-42f1-ad56-8576ad00917d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8465 | 2025.07.15 21:11:44.541218 [ 260 ] {bdfc8263-3817-42f1-ad56-8576ad00917d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8466 | 2025.07.15 21:11:44.541753 [ 260 ] {bdfc8263-3817-42f1-ad56-8576ad00917d} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8467 | 2025.07.15 21:11:44.541789 [ 260 ] {bdfc8263-3817-42f1-ad56-8576ad00917d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8468 | 2025.07.15 21:11:44.542103 [ 260 ] {bdfc8263-3817-42f1-ad56-8576ad00917d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8469 | 2025.07.15 21:11:44.542325 [ 260 ] {bdfc8263-3817-42f1-ad56-8576ad00917d} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8470 | 2025.07.15 21:11:44.542452 [ 260 ] {bdfc8263-3817-42f1-ad56-8576ad00917d} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001291 sec., 320681.6421378776 rows/sec., 22.80 MiB/sec. | ||
8471 | 2025.07.15 21:11:44.542491 [ 260 ] {bdfc8263-3817-42f1-ad56-8576ad00917d} <Debug> TCPHandler: Processed in 0.001450388 sec. | ||
8472 | 2025.07.15 21:11:44.542600 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8473 | 2025.07.15 21:11:44.542691 [ 260 ] {6775d64b-9368-4cff-9434-cbb925ff2f21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
8474 | 2025.07.15 21:11:44.542731 [ 260 ] {6775d64b-9368-4cff-9434-cbb925ff2f21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8475 | 2025.07.15 21:11:44.543059 [ 260 ] {6775d64b-9368-4cff-9434-cbb925ff2f21} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8476 | 2025.07.15 21:11:44.543094 [ 260 ] {6775d64b-9368-4cff-9434-cbb925ff2f21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8477 | 2025.07.15 21:11:44.543395 [ 260 ] {6775d64b-9368-4cff-9434-cbb925ff2f21} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8478 | 2025.07.15 21:11:44.543598 [ 260 ] {6775d64b-9368-4cff-9434-cbb925ff2f21} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8479 | 2025.07.15 21:11:44.543724 [ 260 ] {6775d64b-9368-4cff-9434-cbb925ff2f21} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001051 sec., 5708.848715509039 rows/sec., 298.27 KiB/sec. | ||
8480 | 2025.07.15 21:11:44.543759 [ 260 ] {6775d64b-9368-4cff-9434-cbb925ff2f21} <Debug> TCPHandler: Processed in 0.001206981 sec. | ||
8481 | 2025.07.15 21:11:44.543859 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8482 | 2025.07.15 21:11:44.543950 [ 260 ] {a8603f31-e3b7-4405-a8dd-1675900bd135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8483 | 2025.07.15 21:11:44.543992 [ 260 ] {a8603f31-e3b7-4405-a8dd-1675900bd135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8484 | 2025.07.15 21:11:44.544386 [ 260 ] {a8603f31-e3b7-4405-a8dd-1675900bd135} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8485 | 2025.07.15 21:11:44.544421 [ 260 ] {a8603f31-e3b7-4405-a8dd-1675900bd135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8486 | 2025.07.15 21:11:44.544752 [ 260 ] {a8603f31-e3b7-4405-a8dd-1675900bd135} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8487 | 2025.07.15 21:11:44.544963 [ 260 ] {a8603f31-e3b7-4405-a8dd-1675900bd135} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8488 | 2025.07.15 21:11:44.545096 [ 260 ] {a8603f31-e3b7-4405-a8dd-1675900bd135} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001164 sec., 203608.2474226804 rows/sec., 13.65 MiB/sec. | ||
8489 | 2025.07.15 21:11:44.545133 [ 260 ] {a8603f31-e3b7-4405-a8dd-1675900bd135} <Debug> TCPHandler: Processed in 0.001320644 sec. | ||
8490 | 2025.07.15 21:11:44.545250 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8491 | 2025.07.15 21:11:44.545341 [ 260 ] {490bf9f8-4fde-4e32-9d43-f381cc135e2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
8492 | 2025.07.15 21:11:44.545382 [ 260 ] {490bf9f8-4fde-4e32-9d43-f381cc135e2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8493 | 2025.07.15 21:11:44.545686 [ 260 ] {490bf9f8-4fde-4e32-9d43-f381cc135e2b} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8494 | 2025.07.15 21:11:44.545721 [ 260 ] {490bf9f8-4fde-4e32-9d43-f381cc135e2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8495 | 2025.07.15 21:11:44.546009 [ 260 ] {490bf9f8-4fde-4e32-9d43-f381cc135e2b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8496 | 2025.07.15 21:11:44.546219 [ 260 ] {490bf9f8-4fde-4e32-9d43-f381cc135e2b} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8497 | 2025.07.15 21:11:44.546344 [ 260 ] {490bf9f8-4fde-4e32-9d43-f381cc135e2b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001021 sec., 979.4319294809011 rows/sec., 66.00 KiB/sec. | ||
8498 | 2025.07.15 21:11:44.546380 [ 260 ] {490bf9f8-4fde-4e32-9d43-f381cc135e2b} <Debug> TCPHandler: Processed in 0.00117678 sec. | ||
8499 | 2025.07.15 21:11:44.546490 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8500 | 2025.07.15 21:11:44.546587 [ 260 ] {b13d3583-7b98-4322-b80e-791b626c0e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8501 | 2025.07.15 21:11:44.546643 [ 260 ] {b13d3583-7b98-4322-b80e-791b626c0e4d} <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 | ||
8502 | 2025.07.15 21:11:44.547596 [ 260 ] {b13d3583-7b98-4322-b80e-791b626c0e4d} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8503 | 2025.07.15 21:11:44.547633 [ 260 ] {b13d3583-7b98-4322-b80e-791b626c0e4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8504 | 2025.07.15 21:11:44.548187 [ 260 ] {b13d3583-7b98-4322-b80e-791b626c0e4d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8505 | 2025.07.15 21:11:44.548410 [ 260 ] {b13d3583-7b98-4322-b80e-791b626c0e4d} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8506 | 2025.07.15 21:11:44.548547 [ 260 ] {b13d3583-7b98-4322-b80e-791b626c0e4d} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00198 sec., 16161.616161616163 rows/sec., 28.96 MiB/sec. | ||
8507 | 2025.07.15 21:11:44.548611 [ 260 ] {b13d3583-7b98-4322-b80e-791b626c0e4d} <Debug> TCPHandler: Processed in 0.002171797 sec. | ||
8508 | 2025.07.15 21:11:44.548721 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8509 | 2025.07.15 21:11:44.548815 [ 260 ] {0c89ad5d-9a43-4953-90ef-d2ce4be2fd2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8510 | 2025.07.15 21:11:44.548857 [ 260 ] {0c89ad5d-9a43-4953-90ef-d2ce4be2fd2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8511 | 2025.07.15 21:11:44.549183 [ 260 ] {0c89ad5d-9a43-4953-90ef-d2ce4be2fd2f} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8512 | 2025.07.15 21:11:44.549218 [ 260 ] {0c89ad5d-9a43-4953-90ef-d2ce4be2fd2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8513 | 2025.07.15 21:11:44.549514 [ 260 ] {0c89ad5d-9a43-4953-90ef-d2ce4be2fd2f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8514 | 2025.07.15 21:11:44.549715 [ 260 ] {0c89ad5d-9a43-4953-90ef-d2ce4be2fd2f} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8515 | 2025.07.15 21:11:44.549838 [ 260 ] {0c89ad5d-9a43-4953-90ef-d2ce4be2fd2f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001043 sec., 78619.36720997123 rows/sec., 4.99 MiB/sec. | ||
8516 | 2025.07.15 21:11:44.549876 [ 260 ] {0c89ad5d-9a43-4953-90ef-d2ce4be2fd2f} <Debug> TCPHandler: Processed in 0.001202231 sec. | ||
8517 | 2025.07.15 21:11:49.554259 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8518 | 2025.07.15 21:11:49.554475 [ 260 ] {727227c6-87e0-4c9b-b218-0f1e2113456e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
8519 | 2025.07.15 21:11:49.554550 [ 260 ] {727227c6-87e0-4c9b-b218-0f1e2113456e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8520 | 2025.07.15 21:11:49.555196 [ 260 ] {727227c6-87e0-4c9b-b218-0f1e2113456e} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8521 | 2025.07.15 21:11:49.555245 [ 260 ] {727227c6-87e0-4c9b-b218-0f1e2113456e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8522 | 2025.07.15 21:11:49.555627 [ 260 ] {727227c6-87e0-4c9b-b218-0f1e2113456e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8523 | 2025.07.15 21:11:49.555852 [ 260 ] {727227c6-87e0-4c9b-b218-0f1e2113456e} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8524 | 2025.07.15 21:11:49.556014 [ 260 ] {727227c6-87e0-4c9b-b218-0f1e2113456e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001595 sec., 2507.836990595611 rows/sec., 204.50 KiB/sec. | ||
8525 | 2025.07.15 21:11:49.556058 [ 260 ] {727227c6-87e0-4c9b-b218-0f1e2113456e} <Debug> TCPHandler: Processed in 0.001935001 sec. | ||
8526 | 2025.07.15 21:11:49.556179 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8527 | 2025.07.15 21:11:49.556274 [ 260 ] {d97d8510-ef9c-4cc9-b678-ef13f338644d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8528 | 2025.07.15 21:11:49.556314 [ 260 ] {d97d8510-ef9c-4cc9-b678-ef13f338644d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8529 | 2025.07.15 21:11:49.557169 [ 260 ] {d97d8510-ef9c-4cc9-b678-ef13f338644d} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8530 | 2025.07.15 21:11:49.557206 [ 260 ] {d97d8510-ef9c-4cc9-b678-ef13f338644d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8531 | 2025.07.15 21:11:49.557580 [ 260 ] {d97d8510-ef9c-4cc9-b678-ef13f338644d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8532 | 2025.07.15 21:11:49.557781 [ 260 ] {d97d8510-ef9c-4cc9-b678-ef13f338644d} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8533 | 2025.07.15 21:11:49.557916 [ 260 ] {d97d8510-ef9c-4cc9-b678-ef13f338644d} <Debug> executeQuery: Read 1216 rows, 102.43 KiB in 0.00166 sec., 732530.1204819276 rows/sec., 60.26 MiB/sec. | ||
8534 | 2025.07.15 21:11:49.557955 [ 260 ] {d97d8510-ef9c-4cc9-b678-ef13f338644d} <Debug> TCPHandler: Processed in 0.001825307 sec. | ||
8535 | 2025.07.15 21:11:49.558079 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8536 | 2025.07.15 21:11:49.558175 [ 260 ] {51ccc171-6ed6-4513-a2ab-c00059b936a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8537 | 2025.07.15 21:11:49.558215 [ 260 ] {51ccc171-6ed6-4513-a2ab-c00059b936a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8538 | 2025.07.15 21:11:49.558624 [ 260 ] {51ccc171-6ed6-4513-a2ab-c00059b936a4} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8539 | 2025.07.15 21:11:49.558660 [ 260 ] {51ccc171-6ed6-4513-a2ab-c00059b936a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8540 | 2025.07.15 21:11:49.558958 [ 260 ] {51ccc171-6ed6-4513-a2ab-c00059b936a4} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
8541 | 2025.07.15 21:11:49.559167 [ 260 ] {51ccc171-6ed6-4513-a2ab-c00059b936a4} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8542 | 2025.07.15 21:11:49.559281 [ 103 ] {} <Debug> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
8543 | 2025.07.15 21:11:49.559297 [ 260 ] {51ccc171-6ed6-4513-a2ab-c00059b936a4} <Debug> executeQuery: Read 13 rows, 979.00 B in 0.001141 sec., 11393.514460999122 rows/sec., 837.91 KiB/sec. | ||
8544 | 2025.07.15 21:11:49.559350 [ 103 ] {} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8545 | 2025.07.15 21:11:49.559360 [ 260 ] {51ccc171-6ed6-4513-a2ab-c00059b936a4} <Debug> TCPHandler: Processed in 0.001329734 sec. | ||
8546 | 2025.07.15 21:11:49.559380 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8547 | 2025.07.15 21:11:49.559475 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8548 | 2025.07.15 21:11:49.559503 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::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 | ||
8549 | 2025.07.15 21:11:49.559573 [ 260 ] {fbe2a4bf-6015-4ef5-bdee-5f00c62f664b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
8550 | 2025.07.15 21:11:49.559619 [ 260 ] {fbe2a4bf-6015-4ef5-bdee-5f00c62f664b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8551 | 2025.07.15 21:11:49.559658 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8552 | 2025.07.15 21:11:49.559701 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 165 rows starting from the beginning of the part | ||
8553 | 2025.07.15 21:11:49.559777 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 9 rows starting from the beginning of the part | ||
8554 | 2025.07.15 21:11:49.559823 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 146 rows starting from the beginning of the part | ||
8555 | 2025.07.15 21:11:49.559866 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 9 rows starting from the beginning of the part | ||
8556 | 2025.07.15 21:11:49.559909 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 138 rows starting from the beginning of the part | ||
8557 | 2025.07.15 21:11:49.559956 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 13 rows starting from the beginning of the part | ||
8558 | 2025.07.15 21:11:49.560091 [ 260 ] {fbe2a4bf-6015-4ef5-bdee-5f00c62f664b} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8559 | 2025.07.15 21:11:49.560133 [ 260 ] {fbe2a4bf-6015-4ef5-bdee-5f00c62f664b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8560 | 2025.07.15 21:11:49.560467 [ 260 ] {fbe2a4bf-6015-4ef5-bdee-5f00c62f664b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
8561 | 2025.07.15 21:11:49.560703 [ 260 ] {fbe2a4bf-6015-4ef5-bdee-5f00c62f664b} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8562 | 2025.07.15 21:11:49.560817 [ 103 ] {} <Debug> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
8563 | 2025.07.15 21:11:49.560834 [ 260 ] {fbe2a4bf-6015-4ef5-bdee-5f00c62f664b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001279 sec., 178264.2689601251 rows/sec., 12.07 MiB/sec. | ||
8564 | 2025.07.15 21:11:49.560859 [ 103 ] {} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8565 | 2025.07.15 21:11:49.560841 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 480 rows, containing 5 columns (5 merged, 0 gathered) in 0.001397576 sec., 343451.80512544577 rows/sec., 23.10 MiB/sec. | ||
8566 | 2025.07.15 21:11:49.560894 [ 260 ] {fbe2a4bf-6015-4ef5-bdee-5f00c62f664b} <Debug> TCPHandler: Processed in 0.001467797 sec. | ||
8567 | 2025.07.15 21:11:49.560893 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8568 | 2025.07.15 21:11:49.561030 [ 192 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::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 | ||
8569 | 2025.07.15 21:11:49.561038 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8570 | 2025.07.15 21:11:49.561037 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
8571 | 2025.07.15 21:11:49.561120 [ 192 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8572 | 2025.07.15 21:11:49.561148 [ 260 ] {447c91f8-540e-41da-941f-4ae322a1e94c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8573 | 2025.07.15 21:11:49.561155 [ 192 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 341 rows starting from the beginning of the part | ||
8574 | 2025.07.15 21:11:49.561191 [ 260 ] {447c91f8-540e-41da-941f-4ae322a1e94c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8575 | 2025.07.15 21:11:49.561219 [ 192 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 228 rows starting from the beginning of the part | ||
8576 | 2025.07.15 21:11:49.561268 [ 192 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 113 rows starting from the beginning of the part | ||
8577 | 2025.07.15 21:11:49.561312 [ 192 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 113 rows starting from the beginning of the part | ||
8578 | 2025.07.15 21:11:49.561354 [ 192 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 113 rows starting from the beginning of the part | ||
8579 | 2025.07.15 21:11:49.561374 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_56_11} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8580 | 2025.07.15 21:11:49.561395 [ 192 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 228 rows starting from the beginning of the part | ||
8581 | 2025.07.15 21:11:49.561456 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_56_11} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
8582 | 2025.07.15 21:11:49.561550 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
8583 | 2025.07.15 21:11:49.561803 [ 260 ] {447c91f8-540e-41da-941f-4ae322a1e94c} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8584 | 2025.07.15 21:11:49.561842 [ 260 ] {447c91f8-540e-41da-941f-4ae322a1e94c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8585 | 2025.07.15 21:11:49.562169 [ 260 ] {447c91f8-540e-41da-941f-4ae322a1e94c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8586 | 2025.07.15 21:11:49.562291 [ 187 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1136 rows, containing 5 columns (5 merged, 0 gathered) in 0.001304513 sec., 870823.0581067418 rows/sec., 61.25 MiB/sec. | ||
8587 | 2025.07.15 21:11:49.562388 [ 260 ] {447c91f8-540e-41da-941f-4ae322a1e94c} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8588 | 2025.07.15 21:11:49.562442 [ 190 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
8589 | 2025.07.15 21:11:49.562536 [ 260 ] {447c91f8-540e-41da-941f-4ae322a1e94c} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.001406 sec., 379089.61593172123 rows/sec., 28.10 MiB/sec. | ||
8590 | 2025.07.15 21:11:49.562582 [ 260 ] {447c91f8-540e-41da-941f-4ae322a1e94c} <Debug> TCPHandler: Processed in 0.001591721 sec. | ||
8591 | 2025.07.15 21:11:49.562703 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8592 | 2025.07.15 21:11:49.562713 [ 190 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_30_6} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8593 | 2025.07.15 21:11:49.562799 [ 190 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_30_6} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
8594 | 2025.07.15 21:11:49.562803 [ 260 ] {ce099dae-afed-4623-8ad5-a0d391c978a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8595 | 2025.07.15 21:11:49.562857 [ 260 ] {ce099dae-afed-4623-8ad5-a0d391c978a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8596 | 2025.07.15 21:11:49.562893 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
8597 | 2025.07.15 21:11:49.563469 [ 260 ] {ce099dae-afed-4623-8ad5-a0d391c978a6} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8598 | 2025.07.15 21:11:49.563511 [ 260 ] {ce099dae-afed-4623-8ad5-a0d391c978a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8599 | 2025.07.15 21:11:49.563903 [ 260 ] {ce099dae-afed-4623-8ad5-a0d391c978a6} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8600 | 2025.07.15 21:11:49.564122 [ 260 ] {ce099dae-afed-4623-8ad5-a0d391c978a6} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8601 | 2025.07.15 21:11:49.564260 [ 260 ] {ce099dae-afed-4623-8ad5-a0d391c978a6} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.001476 sec., 597560.9756097561 rows/sec., 40.21 MiB/sec. | ||
8602 | 2025.07.15 21:11:49.564299 [ 260 ] {ce099dae-afed-4623-8ad5-a0d391c978a6} <Debug> TCPHandler: Processed in 0.001644583 sec. | ||
8603 | 2025.07.15 21:11:49.564411 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8604 | 2025.07.15 21:11:49.564506 [ 260 ] {25c929e1-4192-4b3a-a4c7-3486f9c5345a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8605 | 2025.07.15 21:11:49.564562 [ 260 ] {25c929e1-4192-4b3a-a4c7-3486f9c5345a} <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 | ||
8606 | 2025.07.15 21:11:49.565309 [ 260 ] {25c929e1-4192-4b3a-a4c7-3486f9c5345a} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8607 | 2025.07.15 21:11:49.565346 [ 260 ] {25c929e1-4192-4b3a-a4c7-3486f9c5345a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8608 | 2025.07.15 21:11:49.565853 [ 260 ] {25c929e1-4192-4b3a-a4c7-3486f9c5345a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8609 | 2025.07.15 21:11:49.566079 [ 260 ] {25c929e1-4192-4b3a-a4c7-3486f9c5345a} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8610 | 2025.07.15 21:11:49.566219 [ 260 ] {25c929e1-4192-4b3a-a4c7-3486f9c5345a} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001731 sec., 5199.306759098788 rows/sec., 9.32 MiB/sec. | ||
8611 | 2025.07.15 21:11:49.566273 [ 260 ] {25c929e1-4192-4b3a-a4c7-3486f9c5345a} <Debug> TCPHandler: Processed in 0.001912229 sec. | ||
8612 | 2025.07.15 21:11:49.566397 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8613 | 2025.07.15 21:11:49.566492 [ 260 ] {a5fb9d31-69b7-4f0f-a897-7ce9c623bf34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8614 | 2025.07.15 21:11:49.566534 [ 260 ] {a5fb9d31-69b7-4f0f-a897-7ce9c623bf34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8615 | 2025.07.15 21:11:49.566869 [ 260 ] {a5fb9d31-69b7-4f0f-a897-7ce9c623bf34} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8616 | 2025.07.15 21:11:49.566905 [ 260 ] {a5fb9d31-69b7-4f0f-a897-7ce9c623bf34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8617 | 2025.07.15 21:11:49.567210 [ 260 ] {a5fb9d31-69b7-4f0f-a897-7ce9c623bf34} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8618 | 2025.07.15 21:11:49.567421 [ 260 ] {a5fb9d31-69b7-4f0f-a897-7ce9c623bf34} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8619 | 2025.07.15 21:11:49.567553 [ 260 ] {a5fb9d31-69b7-4f0f-a897-7ce9c623bf34} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. | ||
8620 | 2025.07.15 21:11:49.567590 [ 260 ] {a5fb9d31-69b7-4f0f-a897-7ce9c623bf34} <Debug> TCPHandler: Processed in 0.001241021 sec. | ||
8621 | 2025.07.15 21:11:50.663193 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
8622 | 2025.07.15 21:11:50.663708 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8623 | 2025.07.15 21:11:50.663760 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8624 | 2025.07.15 21:11:50.664261 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8625 | 2025.07.15 21:11:50.664500 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8626 | 2025.07.15 21:11:50.664667 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
8627 | 2025.07.15 21:11:51.797700 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 | ||
8628 | 2025.07.15 21:11:51.814917 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8629 | 2025.07.15 21:11:51.814976 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8630 | 2025.07.15 21:11:51.821206 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8631 | 2025.07.15 21:11:51.821882 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8632 | 2025.07.15 21:11:51.824933 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 339 | ||
8633 | 2025.07.15 21:11:53.208726 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1210 | ||
8634 | 2025.07.15 21:11:53.211256 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8635 | 2025.07.15 21:11:53.211305 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8636 | 2025.07.15 21:11:53.212538 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8637 | 2025.07.15 21:11:53.212817 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8638 | 2025.07.15 21:11:53.213184 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1210 | ||
8639 | 2025.07.15 21:11:54.533211 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8640 | 2025.07.15 21:11:54.533502 [ 260 ] {00a0c64a-f1c3-4f10-8d08-6810c726052d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
8641 | 2025.07.15 21:11:54.533613 [ 260 ] {00a0c64a-f1c3-4f10-8d08-6810c726052d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
8642 | 2025.07.15 21:11:54.534544 [ 260 ] {00a0c64a-f1c3-4f10-8d08-6810c726052d} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8643 | 2025.07.15 21:11:54.534596 [ 260 ] {00a0c64a-f1c3-4f10-8d08-6810c726052d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8644 | 2025.07.15 21:11:54.535014 [ 260 ] {00a0c64a-f1c3-4f10-8d08-6810c726052d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8645 | 2025.07.15 21:11:54.535256 [ 260 ] {00a0c64a-f1c3-4f10-8d08-6810c726052d} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8646 | 2025.07.15 21:11:54.535428 [ 260 ] {00a0c64a-f1c3-4f10-8d08-6810c726052d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002008 sec., 105577.6892430279 rows/sec., 6.71 MiB/sec. | ||
8647 | 2025.07.15 21:11:54.535482 [ 260 ] {00a0c64a-f1c3-4f10-8d08-6810c726052d} <Debug> TCPHandler: Processed in 0.002460594 sec. | ||
8648 | 2025.07.15 21:11:54.535611 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8649 | 2025.07.15 21:11:54.535716 [ 260 ] {e841a38e-7c4b-4121-b85e-68d56c4f593e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8650 | 2025.07.15 21:11:54.535763 [ 260 ] {e841a38e-7c4b-4121-b85e-68d56c4f593e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8651 | 2025.07.15 21:11:54.536576 [ 260 ] {e841a38e-7c4b-4121-b85e-68d56c4f593e} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8652 | 2025.07.15 21:11:54.536620 [ 260 ] {e841a38e-7c4b-4121-b85e-68d56c4f593e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8653 | 2025.07.15 21:11:54.536992 [ 260 ] {e841a38e-7c4b-4121-b85e-68d56c4f593e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8654 | 2025.07.15 21:11:54.537208 [ 260 ] {e841a38e-7c4b-4121-b85e-68d56c4f593e} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8655 | 2025.07.15 21:11:54.537333 [ 129 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8656 | 2025.07.15 21:11:54.537346 [ 260 ] {e841a38e-7c4b-4121-b85e-68d56c4f593e} <Debug> executeQuery: Read 681 rows, 55.38 KiB in 0.001654 sec., 411729.1414752116 rows/sec., 32.70 MiB/sec. | ||
8657 | 2025.07.15 21:11:54.537407 [ 129 ] {} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8658 | 2025.07.15 21:11:54.537418 [ 260 ] {e841a38e-7c4b-4121-b85e-68d56c4f593e} <Debug> TCPHandler: Processed in 0.001859058 sec. | ||
8659 | 2025.07.15 21:11:54.537441 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8660 | 2025.07.15 21:11:54.537552 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8661 | 2025.07.15 21:11:54.537580 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::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 | ||
8662 | 2025.07.15 21:11:54.537655 [ 260 ] {fa109b33-c30e-4e62-8be7-8a0a77876a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8663 | 2025.07.15 21:11:54.537704 [ 260 ] {fa109b33-c30e-4e62-8be7-8a0a77876a06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8664 | 2025.07.15 21:11:54.537726 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8665 | 2025.07.15 21:11:54.537765 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1849 rows starting from the beginning of the part | ||
8666 | 2025.07.15 21:11:54.537832 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 685 rows starting from the beginning of the part | ||
8667 | 2025.07.15 21:11:54.537879 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 74 rows starting from the beginning of the part | ||
8668 | 2025.07.15 21:11:54.537924 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 681 rows starting from the beginning of the part | ||
8669 | 2025.07.15 21:11:54.537964 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1216 rows starting from the beginning of the part | ||
8670 | 2025.07.15 21:11:54.538011 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 681 rows starting from the beginning of the part | ||
8671 | 2025.07.15 21:11:54.538200 [ 260 ] {fa109b33-c30e-4e62-8be7-8a0a77876a06} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8672 | 2025.07.15 21:11:54.538243 [ 260 ] {fa109b33-c30e-4e62-8be7-8a0a77876a06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8673 | 2025.07.15 21:11:54.538585 [ 260 ] {fa109b33-c30e-4e62-8be7-8a0a77876a06} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
8674 | 2025.07.15 21:11:54.538816 [ 260 ] {fa109b33-c30e-4e62-8be7-8a0a77876a06} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8675 | 2025.07.15 21:11:54.538955 [ 260 ] {fa109b33-c30e-4e62-8be7-8a0a77876a06} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001321 sec., 104466.3133989402 rows/sec., 6.50 MiB/sec. | ||
8676 | 2025.07.15 21:11:54.538993 [ 260 ] {fa109b33-c30e-4e62-8be7-8a0a77876a06} <Debug> TCPHandler: Processed in 0.001494058 sec. | ||
8677 | 2025.07.15 21:11:54.539101 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8678 | 2025.07.15 21:11:54.539191 [ 260 ] {b24e97de-e13b-4865-9f34-25a2caa80e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
8679 | 2025.07.15 21:11:54.539230 [ 260 ] {b24e97de-e13b-4865-9f34-25a2caa80e45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8680 | 2025.07.15 21:11:54.539650 [ 260 ] {b24e97de-e13b-4865-9f34-25a2caa80e45} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8681 | 2025.07.15 21:11:54.539685 [ 260 ] {b24e97de-e13b-4865-9f34-25a2caa80e45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8682 | 2025.07.15 21:11:54.540024 [ 190 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5186 rows, containing 5 columns (5 merged, 0 gathered) in 0.002496815 sec., 2077046.1568037681 rows/sec., 175.74 MiB/sec. | ||
8683 | 2025.07.15 21:11:54.540040 [ 260 ] {b24e97de-e13b-4865-9f34-25a2caa80e45} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
8684 | 2025.07.15 21:11:54.540284 [ 260 ] {b24e97de-e13b-4865-9f34-25a2caa80e45} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8685 | 2025.07.15 21:11:54.540369 [ 189 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8686 | 2025.07.15 21:11:54.540423 [ 260 ] {b24e97de-e13b-4865-9f34-25a2caa80e45} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001235 sec., 91497.97570850202 rows/sec., 5.92 MiB/sec. | ||
8687 | 2025.07.15 21:11:54.540464 [ 260 ] {b24e97de-e13b-4865-9f34-25a2caa80e45} <Debug> TCPHandler: Processed in 0.001403747 sec. | ||
8688 | 2025.07.15 21:11:54.540581 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8689 | 2025.07.15 21:11:54.540677 [ 260 ] {46d497ee-dc9c-4afd-a01c-c32acf0cab6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
8690 | 2025.07.15 21:11:54.540719 [ 260 ] {46d497ee-dc9c-4afd-a01c-c32acf0cab6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8691 | 2025.07.15 21:11:54.540742 [ 189 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_66_13} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8692 | 2025.07.15 21:11:54.540839 [ 189 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_66_13} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8693 | 2025.07.15 21:11:54.540950 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. | ||
8694 | 2025.07.15 21:11:54.541172 [ 260 ] {46d497ee-dc9c-4afd-a01c-c32acf0cab6a} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8695 | 2025.07.15 21:11:54.541213 [ 260 ] {46d497ee-dc9c-4afd-a01c-c32acf0cab6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8696 | 2025.07.15 21:11:54.541510 [ 260 ] {46d497ee-dc9c-4afd-a01c-c32acf0cab6a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8697 | 2025.07.15 21:11:54.541724 [ 260 ] {46d497ee-dc9c-4afd-a01c-c32acf0cab6a} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8698 | 2025.07.15 21:11:54.541858 [ 260 ] {46d497ee-dc9c-4afd-a01c-c32acf0cab6a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.0012 sec., 93333.33333333334 rows/sec., 5.32 MiB/sec. | ||
8699 | 2025.07.15 21:11:54.541898 [ 260 ] {46d497ee-dc9c-4afd-a01c-c32acf0cab6a} <Debug> TCPHandler: Processed in 0.001366025 sec. | ||
8700 | 2025.07.15 21:11:54.542014 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8701 | 2025.07.15 21:11:54.542108 [ 260 ] {c62cc594-4ea1-4eba-9812-d576f4d6027b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8702 | 2025.07.15 21:11:54.542147 [ 260 ] {c62cc594-4ea1-4eba-9812-d576f4d6027b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8703 | 2025.07.15 21:11:54.542782 [ 260 ] {c62cc594-4ea1-4eba-9812-d576f4d6027b} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8704 | 2025.07.15 21:11:54.542819 [ 260 ] {c62cc594-4ea1-4eba-9812-d576f4d6027b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8705 | 2025.07.15 21:11:54.543142 [ 260 ] {c62cc594-4ea1-4eba-9812-d576f4d6027b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8706 | 2025.07.15 21:11:54.543357 [ 260 ] {c62cc594-4ea1-4eba-9812-d576f4d6027b} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8707 | 2025.07.15 21:11:54.543469 [ 138 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8708 | 2025.07.15 21:11:54.543485 [ 260 ] {c62cc594-4ea1-4eba-9812-d576f4d6027b} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001396 sec., 296561.6045845272 rows/sec., 21.09 MiB/sec. | ||
8709 | 2025.07.15 21:11:54.543516 [ 138 ] {} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8710 | 2025.07.15 21:11:54.543534 [ 260 ] {c62cc594-4ea1-4eba-9812-d576f4d6027b} <Debug> TCPHandler: Processed in 0.001573401 sec. | ||
8711 | 2025.07.15 21:11:54.543541 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8712 | 2025.07.15 21:11:54.543644 [ 198 ] {356f697c-9853-4710-92c4-0a2e48007ad7::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 | ||
8713 | 2025.07.15 21:11:54.543659 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8714 | 2025.07.15 21:11:54.543763 [ 198 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8715 | 2025.07.15 21:11:54.543763 [ 260 ] {42b4b1de-0a4d-4341-983b-8a28e8f067a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
8716 | 2025.07.15 21:11:54.543803 [ 198 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 915 rows starting from the beginning of the part | ||
8717 | 2025.07.15 21:11:54.543825 [ 260 ] {42b4b1de-0a4d-4341-983b-8a28e8f067a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8718 | 2025.07.15 21:11:54.543875 [ 198 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 422 rows starting from the beginning of the part | ||
8719 | 2025.07.15 21:11:54.543925 [ 198 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 73 rows starting from the beginning of the part | ||
8720 | 2025.07.15 21:11:54.543964 [ 198 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 414 rows starting from the beginning of the part | ||
8721 | 2025.07.15 21:11:54.544016 [ 198 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 533 rows starting from the beginning of the part | ||
8722 | 2025.07.15 21:11:54.544062 [ 198 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 414 rows starting from the beginning of the part | ||
8723 | 2025.07.15 21:11:54.544182 [ 260 ] {42b4b1de-0a4d-4341-983b-8a28e8f067a8} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8724 | 2025.07.15 21:11:54.544225 [ 260 ] {42b4b1de-0a4d-4341-983b-8a28e8f067a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8725 | 2025.07.15 21:11:54.544549 [ 260 ] {42b4b1de-0a4d-4341-983b-8a28e8f067a8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8726 | 2025.07.15 21:11:54.544771 [ 260 ] {42b4b1de-0a4d-4341-983b-8a28e8f067a8} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8727 | 2025.07.15 21:11:54.544905 [ 260 ] {42b4b1de-0a4d-4341-983b-8a28e8f067a8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00116 sec., 5172.413793103448 rows/sec., 270.24 KiB/sec. | ||
8728 | 2025.07.15 21:11:54.544941 [ 260 ] {42b4b1de-0a4d-4341-983b-8a28e8f067a8} <Debug> TCPHandler: Processed in 0.001330564 sec. | ||
8729 | 2025.07.15 21:11:54.545058 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8730 | 2025.07.15 21:11:54.545151 [ 260 ] {b1916e59-8800-49d5-8a06-70abdeadf94a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8731 | 2025.07.15 21:11:54.545193 [ 260 ] {b1916e59-8800-49d5-8a06-70abdeadf94a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8732 | 2025.07.15 21:11:54.545369 [ 198 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2771 rows, containing 5 columns (5 merged, 0 gathered) in 0.001764555 sec., 1570367.599763113 rows/sec., 119.70 MiB/sec. | ||
8733 | 2025.07.15 21:11:54.545538 [ 198 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8734 | 2025.07.15 21:11:54.545630 [ 260 ] {b1916e59-8800-49d5-8a06-70abdeadf94a} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8735 | 2025.07.15 21:11:54.545675 [ 260 ] {b1916e59-8800-49d5-8a06-70abdeadf94a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8736 | 2025.07.15 21:11:54.545791 [ 198 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_66_13} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8737 | 2025.07.15 21:11:54.545871 [ 198 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_66_13} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8738 | 2025.07.15 21:11:54.545941 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
8739 | 2025.07.15 21:11:54.546040 [ 260 ] {b1916e59-8800-49d5-8a06-70abdeadf94a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8740 | 2025.07.15 21:11:54.546260 [ 260 ] {b1916e59-8800-49d5-8a06-70abdeadf94a} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8741 | 2025.07.15 21:11:54.546366 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8742 | 2025.07.15 21:11:54.546389 [ 260 ] {b1916e59-8800-49d5-8a06-70abdeadf94a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001257 sec., 188544.15274463006 rows/sec., 12.64 MiB/sec. | ||
8743 | 2025.07.15 21:11:54.546405 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8744 | 2025.07.15 21:11:54.546431 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8745 | 2025.07.15 21:11:54.546434 [ 260 ] {b1916e59-8800-49d5-8a06-70abdeadf94a} <Debug> TCPHandler: Processed in 0.001426057 sec. | ||
8746 | 2025.07.15 21:11:54.546514 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
8747 | 2025.07.15 21:11:54.546561 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8748 | 2025.07.15 21:11:54.546608 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8749 | 2025.07.15 21:11:54.546639 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 19036 rows starting from the beginning of the part | ||
8750 | 2025.07.15 21:11:54.546654 [ 260 ] {6b226760-a378-4c59-9bc3-cefaa0c318a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
8751 | 2025.07.15 21:11:54.546698 [ 260 ] {6b226760-a378-4c59-9bc3-cefaa0c318a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8752 | 2025.07.15 21:11:54.546698 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 241 rows starting from the beginning of the part | ||
8753 | 2025.07.15 21:11:54.546751 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
8754 | 2025.07.15 21:11:54.546794 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 237 rows starting from the beginning of the part | ||
8755 | 2025.07.15 21:11:54.546832 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 882 rows starting from the beginning of the part | ||
8756 | 2025.07.15 21:11:54.546872 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part | ||
8757 | 2025.07.15 21:11:54.547015 [ 260 ] {6b226760-a378-4c59-9bc3-cefaa0c318a0} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8758 | 2025.07.15 21:11:54.547051 [ 260 ] {6b226760-a378-4c59-9bc3-cefaa0c318a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8759 | 2025.07.15 21:11:54.547347 [ 260 ] {6b226760-a378-4c59-9bc3-cefaa0c318a0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8760 | 2025.07.15 21:11:54.547557 [ 260 ] {6b226760-a378-4c59-9bc3-cefaa0c318a0} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8761 | 2025.07.15 21:11:54.547689 [ 260 ] {6b226760-a378-4c59-9bc3-cefaa0c318a0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001053 sec., 949.6676163342831 rows/sec., 63.99 KiB/sec. | ||
8762 | 2025.07.15 21:11:54.547726 [ 260 ] {6b226760-a378-4c59-9bc3-cefaa0c318a0} <Debug> TCPHandler: Processed in 0.001214401 sec. | ||
8763 | 2025.07.15 21:11:54.547829 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8764 | 2025.07.15 21:11:54.547923 [ 260 ] {5a250dd8-ce4d-4519-8579-51da200050ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8765 | 2025.07.15 21:11:54.547977 [ 260 ] {5a250dd8-ce4d-4519-8579-51da200050ca} <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 | ||
8766 | 2025.07.15 21:11:54.548880 [ 260 ] {5a250dd8-ce4d-4519-8579-51da200050ca} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8767 | 2025.07.15 21:11:54.548916 [ 260 ] {5a250dd8-ce4d-4519-8579-51da200050ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8768 | 2025.07.15 21:11:54.549559 [ 260 ] {5a250dd8-ce4d-4519-8579-51da200050ca} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
8769 | 2025.07.15 21:11:54.549810 [ 260 ] {5a250dd8-ce4d-4519-8579-51da200050ca} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8770 | 2025.07.15 21:11:54.549944 [ 138 ] {} <Debug> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
8771 | 2025.07.15 21:11:54.549957 [ 260 ] {5a250dd8-ce4d-4519-8579-51da200050ca} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002051 sec., 15602.14529497806 rows/sec., 27.96 MiB/sec. | ||
8772 | 2025.07.15 21:11:54.549982 [ 138 ] {} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8773 | 2025.07.15 21:11:54.550006 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8774 | 2025.07.15 21:11:54.550054 [ 260 ] {5a250dd8-ce4d-4519-8579-51da200050ca} <Debug> TCPHandler: Processed in 0.002273179 sec. | ||
8775 | 2025.07.15 21:11:54.550073 [ 198 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
8776 | 2025.07.15 21:11:54.550186 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8777 | 2025.07.15 21:11:54.550272 [ 198 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8778 | 2025.07.15 21:11:54.550286 [ 260 ] {bc90eecb-991e-4e36-a813-e7d940ae30b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8779 | 2025.07.15 21:11:54.550329 [ 198 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1065 rows starting from the beginning of the part | ||
8780 | 2025.07.15 21:11:54.550338 [ 260 ] {bc90eecb-991e-4e36-a813-e7d940ae30b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8781 | 2025.07.15 21:11:54.550446 [ 198 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 32 rows starting from the beginning of the part | ||
8782 | 2025.07.15 21:11:54.550559 [ 198 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 9 rows starting from the beginning of the part | ||
8783 | 2025.07.15 21:11:54.550655 [ 198 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 32 rows starting from the beginning of the part | ||
8784 | 2025.07.15 21:11:54.550699 [ 260 ] {bc90eecb-991e-4e36-a813-e7d940ae30b7} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8785 | 2025.07.15 21:11:54.550740 [ 260 ] {bc90eecb-991e-4e36-a813-e7d940ae30b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8786 | 2025.07.15 21:11:54.550745 [ 198 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 9 rows starting from the beginning of the part | ||
8787 | 2025.07.15 21:11:54.550847 [ 198 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 32 rows starting from the beginning of the part | ||
8788 | 2025.07.15 21:11:54.551102 [ 260 ] {bc90eecb-991e-4e36-a813-e7d940ae30b7} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8789 | 2025.07.15 21:11:54.551337 [ 260 ] {bc90eecb-991e-4e36-a813-e7d940ae30b7} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8790 | 2025.07.15 21:11:54.551446 [ 138 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8791 | 2025.07.15 21:11:54.551470 [ 260 ] {bc90eecb-991e-4e36-a813-e7d940ae30b7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001203 sec., 68162.92601828762 rows/sec., 4.33 MiB/sec. | ||
8792 | 2025.07.15 21:11:54.551475 [ 138 ] {} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8793 | 2025.07.15 21:11:54.551511 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8794 | 2025.07.15 21:11:54.551515 [ 260 ] {bc90eecb-991e-4e36-a813-e7d940ae30b7} <Debug> TCPHandler: Processed in 0.001379016 sec. | ||
8795 | 2025.07.15 21:11:54.551591 [ 199 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
8796 | 2025.07.15 21:11:54.551693 [ 199 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8797 | 2025.07.15 21:11:54.551720 [ 199 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3900 rows starting from the beginning of the part | ||
8798 | 2025.07.15 21:11:54.551771 [ 199 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 82 rows starting from the beginning of the part | ||
8799 | 2025.07.15 21:11:54.551812 [ 199 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
8800 | 2025.07.15 21:11:54.551851 [ 199 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 82 rows starting from the beginning of the part | ||
8801 | 2025.07.15 21:11:54.551889 [ 199 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
8802 | 2025.07.15 21:11:54.551927 [ 199 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
8803 | 2025.07.15 21:11:54.557887 [ 186 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4266 rows, containing 4 columns (4 merged, 0 gathered) in 0.006333673 sec., 673542.8242032704 rows/sec., 44.19 MiB/sec. | ||
8804 | 2025.07.15 21:11:54.558168 [ 199 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8805 | 2025.07.15 21:11:54.558424 [ 199 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_66_13} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8806 | 2025.07.15 21:11:54.558498 [ 199 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_66_13} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8807 | 2025.07.15 21:11:54.558574 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
8808 | 2025.07.15 21:11:54.559463 [ 193 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20793 rows, containing 5 columns (5 merged, 0 gathered) in 0.012986435 sec., 1601132.2583911598 rows/sec., 108.39 MiB/sec. | ||
8809 | 2025.07.15 21:11:54.559924 [ 200 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8810 | 2025.07.15 21:11:54.560196 [ 200 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8811 | 2025.07.15 21:11:54.560263 [ 200 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8812 | 2025.07.15 21:11:54.560347 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
8813 | 2025.07.15 21:11:54.562418 [ 194 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1179 rows, containing 19 columns (19 merged, 0 gathered) in 0.01237254 sec., 95291.67010169294 rows/sec., 170.76 MiB/sec. | ||
8814 | 2025.07.15 21:11:54.564339 [ 193 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
8815 | 2025.07.15 21:11:54.564706 [ 193 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8816 | 2025.07.15 21:11:54.564784 [ 193 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
8817 | 2025.07.15 21:11:54.564949 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.64 MiB. | ||
8818 | 2025.07.15 21:11:55.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 285.84 MiB, peak 299.71 MiB, free memory in arenas 0.00 B, will set to 289.56 MiB (RSS), difference: 3.73 MiB | ||
8819 | 2025.07.15 21:11:57.976327 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8820 | 2025.07.15 21:11:57.976427 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8821 | 2025.07.15 21:11:58.164781 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
8822 | 2025.07.15 21:11:58.165334 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8823 | 2025.07.15 21:11:58.165377 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8824 | 2025.07.15 21:11:58.166003 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8825 | 2025.07.15 21:11:58.166324 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8826 | 2025.07.15 21:11:58.166497 [ 148 ] {} <Debug> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8827 | 2025.07.15 21:11:58.166533 [ 148 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8828 | 2025.07.15 21:11:58.166556 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8829 | 2025.07.15 21:11:58.166673 [ 200 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
8830 | 2025.07.15 21:11:58.166783 [ 200 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8831 | 2025.07.15 21:11:58.166822 [ 200 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
8832 | 2025.07.15 21:11:58.166842 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
8833 | 2025.07.15 21:11:58.166900 [ 200 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
8834 | 2025.07.15 21:11:58.167042 [ 200 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
8835 | 2025.07.15 21:11:58.167101 [ 200 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
8836 | 2025.07.15 21:11:58.167158 [ 200 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
8837 | 2025.07.15 21:11:58.167213 [ 200 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
8838 | 2025.07.15 21:11:58.169818 [ 194 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003198013 sec., 6599723.0155099435 rows/sec., 94.41 MiB/sec. | ||
8839 | 2025.07.15 21:11:58.170274 [ 195 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8840 | 2025.07.15 21:11:58.170626 [ 195 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_46_9} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8841 | 2025.07.15 21:11:58.170719 [ 195 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_46_9} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8842 | 2025.07.15 21:11:58.170846 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. | ||
8843 | 2025.07.15 21:11:59.325897 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 | ||
8844 | 2025.07.15 21:11:59.344058 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8845 | 2025.07.15 21:11:59.344122 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8846 | 2025.07.15 21:11:59.350456 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8847 | 2025.07.15 21:11:59.351194 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8848 | 2025.07.15 21:11:59.351499 [ 146 ] {} <Debug> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8849 | 2025.07.15 21:11:59.351566 [ 146 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8850 | 2025.07.15 21:11:59.351589 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8851 | 2025.07.15 21:11:59.351723 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
8852 | 2025.07.15 21:11:59.354730 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
8853 | 2025.07.15 21:11:59.355748 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8854 | 2025.07.15 21:11:59.357346 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
8855 | 2025.07.15 21:11:59.362108 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
8856 | 2025.07.15 21:11:59.366745 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
8857 | 2025.07.15 21:11:59.371560 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
8858 | 2025.07.15 21:11:59.376564 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
8859 | 2025.07.15 21:11:59.380377 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
8860 | 2025.07.15 21:11:59.436413 [ 201 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.08475497 sec., 4094.1551864156168 rows/sec., 21.17 MiB/sec. | ||
8861 | 2025.07.15 21:11:59.438646 [ 195 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8862 | 2025.07.15 21:11:59.440749 [ 195 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_46_9} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8863 | 2025.07.15 21:11:59.440867 [ 195 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_46_9} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8864 | 2025.07.15 21:11:59.442782 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
8865 | 2025.07.15 21:11:59.526234 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8866 | 2025.07.15 21:11:59.526449 [ 260 ] {6f3ddfbe-db95-4a04-b976-90d9c95d998b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8867 | 2025.07.15 21:11:59.526536 [ 260 ] {6f3ddfbe-db95-4a04-b976-90d9c95d998b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8868 | 2025.07.15 21:11:59.527343 [ 260 ] {6f3ddfbe-db95-4a04-b976-90d9c95d998b} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8869 | 2025.07.15 21:11:59.527407 [ 260 ] {6f3ddfbe-db95-4a04-b976-90d9c95d998b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8870 | 2025.07.15 21:11:59.527827 [ 260 ] {6f3ddfbe-db95-4a04-b976-90d9c95d998b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8871 | 2025.07.15 21:11:59.528075 [ 260 ] {6f3ddfbe-db95-4a04-b976-90d9c95d998b} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8872 | 2025.07.15 21:11:59.528246 [ 260 ] {6f3ddfbe-db95-4a04-b976-90d9c95d998b} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.00186 sec., 39784.94623655914 rows/sec., 3.24 MiB/sec. | ||
8873 | 2025.07.15 21:11:59.528304 [ 260 ] {6f3ddfbe-db95-4a04-b976-90d9c95d998b} <Debug> TCPHandler: Processed in 0.002253038 sec. | ||
8874 | 2025.07.15 21:11:59.528437 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8875 | 2025.07.15 21:11:59.528547 [ 260 ] {894634d1-d16a-4a49-91c7-bcfecc38b7ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8876 | 2025.07.15 21:11:59.528595 [ 260 ] {894634d1-d16a-4a49-91c7-bcfecc38b7ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8877 | 2025.07.15 21:11:59.529045 [ 260 ] {894634d1-d16a-4a49-91c7-bcfecc38b7ba} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8878 | 2025.07.15 21:11:59.529087 [ 260 ] {894634d1-d16a-4a49-91c7-bcfecc38b7ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8879 | 2025.07.15 21:11:59.529413 [ 260 ] {894634d1-d16a-4a49-91c7-bcfecc38b7ba} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8880 | 2025.07.15 21:11:59.529640 [ 260 ] {894634d1-d16a-4a49-91c7-bcfecc38b7ba} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8881 | 2025.07.15 21:11:59.529791 [ 260 ] {894634d1-d16a-4a49-91c7-bcfecc38b7ba} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001271 sec., 7081.038552321007 rows/sec., 532.46 KiB/sec. | ||
8882 | 2025.07.15 21:11:59.529833 [ 260 ] {894634d1-d16a-4a49-91c7-bcfecc38b7ba} <Debug> TCPHandler: Processed in 0.001449498 sec. | ||
8883 | 2025.07.15 21:11:59.529943 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8884 | 2025.07.15 21:11:59.530044 [ 260 ] {3b16e53c-c080-4b8d-8db2-315dc6177bb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8885 | 2025.07.15 21:11:59.530088 [ 260 ] {3b16e53c-c080-4b8d-8db2-315dc6177bb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8886 | 2025.07.15 21:11:59.530532 [ 260 ] {3b16e53c-c080-4b8d-8db2-315dc6177bb4} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8887 | 2025.07.15 21:11:59.530572 [ 260 ] {3b16e53c-c080-4b8d-8db2-315dc6177bb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8888 | 2025.07.15 21:11:59.530903 [ 260 ] {3b16e53c-c080-4b8d-8db2-315dc6177bb4} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8889 | 2025.07.15 21:11:59.531135 [ 260 ] {3b16e53c-c080-4b8d-8db2-315dc6177bb4} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8890 | 2025.07.15 21:11:59.531278 [ 260 ] {3b16e53c-c080-4b8d-8db2-315dc6177bb4} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001257 sec., 58074.78122513922 rows/sec., 4.53 MiB/sec. | ||
8891 | 2025.07.15 21:11:59.531317 [ 260 ] {3b16e53c-c080-4b8d-8db2-315dc6177bb4} <Debug> TCPHandler: Processed in 0.001425407 sec. | ||
8892 | 2025.07.15 21:11:59.531440 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8893 | 2025.07.15 21:11:59.531540 [ 260 ] {9c692082-b50c-4b7c-b856-6ecc15eb6ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8894 | 2025.07.15 21:11:59.531587 [ 260 ] {9c692082-b50c-4b7c-b856-6ecc15eb6ec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8895 | 2025.07.15 21:11:59.532014 [ 260 ] {9c692082-b50c-4b7c-b856-6ecc15eb6ec9} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8896 | 2025.07.15 21:11:59.532052 [ 260 ] {9c692082-b50c-4b7c-b856-6ecc15eb6ec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8897 | 2025.07.15 21:11:59.532424 [ 260 ] {9c692082-b50c-4b7c-b856-6ecc15eb6ec9} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8898 | 2025.07.15 21:11:59.532655 [ 260 ] {9c692082-b50c-4b7c-b856-6ecc15eb6ec9} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8899 | 2025.07.15 21:11:59.532794 [ 260 ] {9c692082-b50c-4b7c-b856-6ecc15eb6ec9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001276 sec., 125391.84952978056 rows/sec., 8.73 MiB/sec. | ||
8900 | 2025.07.15 21:11:59.532833 [ 260 ] {9c692082-b50c-4b7c-b856-6ecc15eb6ec9} <Debug> TCPHandler: Processed in 0.001444417 sec. | ||
8901 | 2025.07.15 21:11:59.532952 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8902 | 2025.07.15 21:11:59.533052 [ 260 ] {aa5763a2-256c-4fe9-a869-b33a322be355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8903 | 2025.07.15 21:11:59.533111 [ 260 ] {aa5763a2-256c-4fe9-a869-b33a322be355} <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 | ||
8904 | 2025.07.15 21:11:59.533887 [ 260 ] {aa5763a2-256c-4fe9-a869-b33a322be355} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8905 | 2025.07.15 21:11:59.533927 [ 260 ] {aa5763a2-256c-4fe9-a869-b33a322be355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8906 | 2025.07.15 21:11:59.534468 [ 260 ] {aa5763a2-256c-4fe9-a869-b33a322be355} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
8907 | 2025.07.15 21:11:59.534700 [ 260 ] {aa5763a2-256c-4fe9-a869-b33a322be355} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8908 | 2025.07.15 21:11:59.534853 [ 260 ] {aa5763a2-256c-4fe9-a869-b33a322be355} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001823 sec., 4936.917169500823 rows/sec., 8.85 MiB/sec. | ||
8909 | 2025.07.15 21:11:59.534931 [ 260 ] {aa5763a2-256c-4fe9-a869-b33a322be355} <Debug> TCPHandler: Processed in 0.002031833 sec. | ||
8910 | 2025.07.15 21:11:59.535047 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8911 | 2025.07.15 21:11:59.535149 [ 260 ] {a8b43b2e-d983-4518-9d1a-53023ce7dba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8912 | 2025.07.15 21:11:59.535194 [ 260 ] {a8b43b2e-d983-4518-9d1a-53023ce7dba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8913 | 2025.07.15 21:11:59.535529 [ 260 ] {a8b43b2e-d983-4518-9d1a-53023ce7dba5} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8914 | 2025.07.15 21:11:59.535566 [ 260 ] {a8b43b2e-d983-4518-9d1a-53023ce7dba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8915 | 2025.07.15 21:11:59.535903 [ 260 ] {a8b43b2e-d983-4518-9d1a-53023ce7dba5} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8916 | 2025.07.15 21:11:59.536143 [ 260 ] {a8b43b2e-d983-4518-9d1a-53023ce7dba5} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8917 | 2025.07.15 21:11:59.536281 [ 260 ] {a8b43b2e-d983-4518-9d1a-53023ce7dba5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001155 sec., 51948.05194805195 rows/sec., 3.50 MiB/sec. | ||
8918 | 2025.07.15 21:11:59.536320 [ 260 ] {a8b43b2e-d983-4518-9d1a-53023ce7dba5} <Debug> TCPHandler: Processed in 0.001322854 sec. | ||
8919 | 2025.07.15 21:12:01.297126 [ 144 ] {} <Debug> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
8920 | 2025.07.15 21:12:01.297199 [ 144 ] {} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8921 | 2025.07.15 21:12:01.297224 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8922 | 2025.07.15 21:12:01.297355 [ 192 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
8923 | 2025.07.15 21:12:01.297490 [ 192 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8924 | 2025.07.15 21:12:01.297527 [ 192 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 18 rows starting from the beginning of the part | ||
8925 | 2025.07.15 21:12:01.297601 [ 192 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
8926 | 2025.07.15 21:12:01.297652 [ 192 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
8927 | 2025.07.15 21:12:01.297701 [ 192 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part | ||
8928 | 2025.07.15 21:12:01.297749 [ 192 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
8929 | 2025.07.15 21:12:01.298504 [ 195 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001196231 sec., 30094.521877463463 rows/sec., 2.51 MiB/sec. | ||
8930 | 2025.07.15 21:12:01.298716 [ 201 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
8931 | 2025.07.15 21:12:01.299075 [ 201 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_18_4} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8932 | 2025.07.15 21:12:01.299159 [ 201 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_18_4} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
8933 | 2025.07.15 21:12:01.299271 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8934 | 2025.07.15 21:12:03.214203 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1244 | ||
8935 | 2025.07.15 21:12:03.216650 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8936 | 2025.07.15 21:12:03.216706 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8937 | 2025.07.15 21:12:03.217963 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8938 | 2025.07.15 21:12:03.218245 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8939 | 2025.07.15 21:12:03.218623 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1244 | ||
8940 | 2025.07.15 21:12:04.532360 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8941 | 2025.07.15 21:12:04.532537 [ 260 ] {34676258-1495-490b-83e7-ffb015b76577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
8942 | 2025.07.15 21:12:04.532604 [ 260 ] {34676258-1495-490b-83e7-ffb015b76577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
8943 | 2025.07.15 21:12:04.533359 [ 260 ] {34676258-1495-490b-83e7-ffb015b76577} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8944 | 2025.07.15 21:12:04.533402 [ 260 ] {34676258-1495-490b-83e7-ffb015b76577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8945 | 2025.07.15 21:12:04.533814 [ 260 ] {34676258-1495-490b-83e7-ffb015b76577} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
8946 | 2025.07.15 21:12:04.534051 [ 260 ] {34676258-1495-490b-83e7-ffb015b76577} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8947 | 2025.07.15 21:12:04.534183 [ 140 ] {} <Debug> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
8948 | 2025.07.15 21:12:04.534217 [ 260 ] {34676258-1495-490b-83e7-ffb015b76577} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001729 sec., 122614.22787738577 rows/sec., 7.80 MiB/sec. | ||
8949 | 2025.07.15 21:12:04.534224 [ 140 ] {} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8950 | 2025.07.15 21:12:04.534253 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8951 | 2025.07.15 21:12:04.534272 [ 260 ] {34676258-1495-490b-83e7-ffb015b76577} <Debug> TCPHandler: Processed in 0.002037363 sec. | ||
8952 | 2025.07.15 21:12:04.534350 [ 192 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::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 | ||
8953 | 2025.07.15 21:12:04.534406 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8954 | 2025.07.15 21:12:04.534431 [ 192 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8955 | 2025.07.15 21:12:04.534460 [ 192 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 212 rows starting from the beginning of the part | ||
8956 | 2025.07.15 21:12:04.534513 [ 260 ] {f8c12553-5e5a-42e7-bde1-f55dabba034a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
8957 | 2025.07.15 21:12:04.534517 [ 192 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 212 rows starting from the beginning of the part | ||
8958 | 2025.07.15 21:12:04.534561 [ 260 ] {f8c12553-5e5a-42e7-bde1-f55dabba034a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8959 | 2025.07.15 21:12:04.534569 [ 192 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 212 rows starting from the beginning of the part | ||
8960 | 2025.07.15 21:12:04.534612 [ 192 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 212 rows starting from the beginning of the part | ||
8961 | 2025.07.15 21:12:04.534650 [ 192 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 212 rows starting from the beginning of the part | ||
8962 | 2025.07.15 21:12:04.534998 [ 260 ] {f8c12553-5e5a-42e7-bde1-f55dabba034a} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8963 | 2025.07.15 21:12:04.535034 [ 260 ] {f8c12553-5e5a-42e7-bde1-f55dabba034a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8964 | 2025.07.15 21:12:04.535356 [ 260 ] {f8c12553-5e5a-42e7-bde1-f55dabba034a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8965 | 2025.07.15 21:12:04.535435 [ 195 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001124289 sec., 942818.0832508367 rows/sec., 63.56 MiB/sec. | ||
8966 | 2025.07.15 21:12:04.535578 [ 260 ] {f8c12553-5e5a-42e7-bde1-f55dabba034a} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8967 | 2025.07.15 21:12:04.535589 [ 196 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
8968 | 2025.07.15 21:12:04.535716 [ 260 ] {f8c12553-5e5a-42e7-bde1-f55dabba034a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001229 sec., 1627.3393002441007 rows/sec., 132.70 KiB/sec. | ||
8969 | 2025.07.15 21:12:04.535755 [ 260 ] {f8c12553-5e5a-42e7-bde1-f55dabba034a} <Debug> TCPHandler: Processed in 0.001402096 sec. | ||
8970 | 2025.07.15 21:12:04.535880 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8971 | 2025.07.15 21:12:04.535898 [ 196 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_25_6} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8972 | 2025.07.15 21:12:04.535957 [ 196 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_25_6} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
8973 | 2025.07.15 21:12:04.536000 [ 260 ] {81471fda-0f80-4098-a42b-5f62a2f683f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8974 | 2025.07.15 21:12:04.536010 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
8975 | 2025.07.15 21:12:04.536050 [ 260 ] {81471fda-0f80-4098-a42b-5f62a2f683f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8976 | 2025.07.15 21:12:04.536895 [ 260 ] {81471fda-0f80-4098-a42b-5f62a2f683f3} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8977 | 2025.07.15 21:12:04.536937 [ 260 ] {81471fda-0f80-4098-a42b-5f62a2f683f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8978 | 2025.07.15 21:12:04.537305 [ 260 ] {81471fda-0f80-4098-a42b-5f62a2f683f3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
8979 | 2025.07.15 21:12:04.537511 [ 260 ] {81471fda-0f80-4098-a42b-5f62a2f683f3} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8980 | 2025.07.15 21:12:04.537637 [ 260 ] {81471fda-0f80-4098-a42b-5f62a2f683f3} <Debug> executeQuery: Read 682 rows, 55.46 KiB in 0.001665 sec., 409609.6096096096 rows/sec., 32.53 MiB/sec. | ||
8981 | 2025.07.15 21:12:04.537674 [ 260 ] {81471fda-0f80-4098-a42b-5f62a2f683f3} <Debug> TCPHandler: Processed in 0.001853848 sec. | ||
8982 | 2025.07.15 21:12:04.537783 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8983 | 2025.07.15 21:12:04.537903 [ 260 ] {b451e5ea-25e9-4b13-a1dd-f04325a41154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8984 | 2025.07.15 21:12:04.537943 [ 260 ] {b451e5ea-25e9-4b13-a1dd-f04325a41154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8985 | 2025.07.15 21:12:04.538382 [ 260 ] {b451e5ea-25e9-4b13-a1dd-f04325a41154} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8986 | 2025.07.15 21:12:04.538417 [ 260 ] {b451e5ea-25e9-4b13-a1dd-f04325a41154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8987 | 2025.07.15 21:12:04.538723 [ 260 ] {b451e5ea-25e9-4b13-a1dd-f04325a41154} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
8988 | 2025.07.15 21:12:04.538929 [ 260 ] {b451e5ea-25e9-4b13-a1dd-f04325a41154} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8989 | 2025.07.15 21:12:04.539062 [ 260 ] {b451e5ea-25e9-4b13-a1dd-f04325a41154} <Debug> executeQuery: Read 140 rows, 8.93 KiB in 0.001179 sec., 118744.69889737066 rows/sec., 7.40 MiB/sec. | ||
8990 | 2025.07.15 21:12:04.539099 [ 260 ] {b451e5ea-25e9-4b13-a1dd-f04325a41154} <Debug> TCPHandler: Processed in 0.001363295 sec. | ||
8991 | 2025.07.15 21:12:04.539208 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8992 | 2025.07.15 21:12:04.539328 [ 260 ] {1da708cb-d48b-4798-8217-57c17cdee771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
8993 | 2025.07.15 21:12:04.539369 [ 260 ] {1da708cb-d48b-4798-8217-57c17cdee771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8994 | 2025.07.15 21:12:04.539789 [ 260 ] {1da708cb-d48b-4798-8217-57c17cdee771} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8995 | 2025.07.15 21:12:04.539825 [ 260 ] {1da708cb-d48b-4798-8217-57c17cdee771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
8996 | 2025.07.15 21:12:04.540135 [ 260 ] {1da708cb-d48b-4798-8217-57c17cdee771} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
8997 | 2025.07.15 21:12:04.540349 [ 260 ] {1da708cb-d48b-4798-8217-57c17cdee771} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8998 | 2025.07.15 21:12:04.540476 [ 260 ] {1da708cb-d48b-4798-8217-57c17cdee771} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001168 sec., 96746.57534246576 rows/sec., 6.26 MiB/sec. | ||
8999 | 2025.07.15 21:12:04.540513 [ 260 ] {1da708cb-d48b-4798-8217-57c17cdee771} <Debug> TCPHandler: Processed in 0.001356455 sec. | ||
9000 | 2025.07.15 21:12:04.540622 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9001 | 2025.07.15 21:12:04.540721 [ 260 ] {28b673f0-a12b-4922-a174-0ab8df3e27b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
9002 | 2025.07.15 21:12:04.540760 [ 260 ] {28b673f0-a12b-4922-a174-0ab8df3e27b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9003 | 2025.07.15 21:12:04.541177 [ 260 ] {28b673f0-a12b-4922-a174-0ab8df3e27b6} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9004 | 2025.07.15 21:12:04.541214 [ 260 ] {28b673f0-a12b-4922-a174-0ab8df3e27b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9005 | 2025.07.15 21:12:04.541518 [ 260 ] {28b673f0-a12b-4922-a174-0ab8df3e27b6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9006 | 2025.07.15 21:12:04.541730 [ 260 ] {28b673f0-a12b-4922-a174-0ab8df3e27b6} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9007 | 2025.07.15 21:12:04.541826 [ 140 ] {} <Debug> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
9008 | 2025.07.15 21:12:04.541855 [ 260 ] {28b673f0-a12b-4922-a174-0ab8df3e27b6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001153 sec., 97137.9011274935 rows/sec., 5.53 MiB/sec. | ||
9009 | 2025.07.15 21:12:04.541856 [ 140 ] {} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9010 | 2025.07.15 21:12:04.541885 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9011 | 2025.07.15 21:12:04.541893 [ 260 ] {28b673f0-a12b-4922-a174-0ab8df3e27b6} <Debug> TCPHandler: Processed in 0.001320584 sec. | ||
9012 | 2025.07.15 21:12:04.541954 [ 192 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::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 | ||
9013 | 2025.07.15 21:12:04.542009 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9014 | 2025.07.15 21:12:04.542041 [ 192 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9015 | 2025.07.15 21:12:04.542068 [ 192 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 112 rows starting from the beginning of the part | ||
9016 | 2025.07.15 21:12:04.542102 [ 260 ] {10258688-3f8c-4f12-abbb-8e52c6b6cb61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9017 | 2025.07.15 21:12:04.542119 [ 192 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 112 rows starting from the beginning of the part | ||
9018 | 2025.07.15 21:12:04.542143 [ 260 ] {10258688-3f8c-4f12-abbb-8e52c6b6cb61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9019 | 2025.07.15 21:12:04.542160 [ 192 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 112 rows starting from the beginning of the part | ||
9020 | 2025.07.15 21:12:04.542200 [ 192 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 112 rows starting from the beginning of the part | ||
9021 | 2025.07.15 21:12:04.542239 [ 192 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 112 rows starting from the beginning of the part | ||
9022 | 2025.07.15 21:12:04.542709 [ 260 ] {10258688-3f8c-4f12-abbb-8e52c6b6cb61} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9023 | 2025.07.15 21:12:04.542743 [ 260 ] {10258688-3f8c-4f12-abbb-8e52c6b6cb61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9024 | 2025.07.15 21:12:04.542973 [ 195 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001048317 sec., 534189.562889851 rows/sec., 32.47 MiB/sec. | ||
9025 | 2025.07.15 21:12:04.543064 [ 260 ] {10258688-3f8c-4f12-abbb-8e52c6b6cb61} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
9026 | 2025.07.15 21:12:04.543192 [ 190 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
9027 | 2025.07.15 21:12:04.543299 [ 260 ] {10258688-3f8c-4f12-abbb-8e52c6b6cb61} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9028 | 2025.07.15 21:12:04.543440 [ 260 ] {10258688-3f8c-4f12-abbb-8e52c6b6cb61} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.001356 sec., 306784.66076696164 rows/sec., 21.83 MiB/sec. | ||
9029 | 2025.07.15 21:12:04.543480 [ 260 ] {10258688-3f8c-4f12-abbb-8e52c6b6cb61} <Debug> TCPHandler: Processed in 0.0015204 sec. | ||
9030 | 2025.07.15 21:12:04.543584 [ 190 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_25_6} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9031 | 2025.07.15 21:12:04.543595 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9032 | 2025.07.15 21:12:04.543688 [ 190 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_25_6} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
9033 | 2025.07.15 21:12:04.543699 [ 260 ] {2f5abdc3-0d07-417c-a902-7db1704e8100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
9034 | 2025.07.15 21:12:04.543747 [ 260 ] {2f5abdc3-0d07-417c-a902-7db1704e8100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9035 | 2025.07.15 21:12:04.543830 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
9036 | 2025.07.15 21:12:04.544075 [ 260 ] {2f5abdc3-0d07-417c-a902-7db1704e8100} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9037 | 2025.07.15 21:12:04.544113 [ 260 ] {2f5abdc3-0d07-417c-a902-7db1704e8100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9038 | 2025.07.15 21:12:04.544415 [ 260 ] {2f5abdc3-0d07-417c-a902-7db1704e8100} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9039 | 2025.07.15 21:12:04.544632 [ 260 ] {2f5abdc3-0d07-417c-a902-7db1704e8100} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9040 | 2025.07.15 21:12:04.544771 [ 260 ] {2f5abdc3-0d07-417c-a902-7db1704e8100} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00109 sec., 5504.587155963302 rows/sec., 287.59 KiB/sec. | ||
9041 | 2025.07.15 21:12:04.544806 [ 260 ] {2f5abdc3-0d07-417c-a902-7db1704e8100} <Debug> TCPHandler: Processed in 0.001260453 sec. | ||
9042 | 2025.07.15 21:12:04.544906 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9043 | 2025.07.15 21:12:04.544999 [ 260 ] {33e2da0a-c0a4-476b-b0a0-9d960bdfd533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9044 | 2025.07.15 21:12:04.545039 [ 260 ] {33e2da0a-c0a4-476b-b0a0-9d960bdfd533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9045 | 2025.07.15 21:12:04.545431 [ 260 ] {33e2da0a-c0a4-476b-b0a0-9d960bdfd533} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9046 | 2025.07.15 21:12:04.545465 [ 260 ] {33e2da0a-c0a4-476b-b0a0-9d960bdfd533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9047 | 2025.07.15 21:12:04.545809 [ 260 ] {33e2da0a-c0a4-476b-b0a0-9d960bdfd533} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
9048 | 2025.07.15 21:12:04.546012 [ 260 ] {33e2da0a-c0a4-476b-b0a0-9d960bdfd533} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9049 | 2025.07.15 21:12:04.546136 [ 260 ] {33e2da0a-c0a4-476b-b0a0-9d960bdfd533} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001156 sec., 205882.35294117648 rows/sec., 13.80 MiB/sec. | ||
9050 | 2025.07.15 21:12:04.546172 [ 260 ] {33e2da0a-c0a4-476b-b0a0-9d960bdfd533} <Debug> TCPHandler: Processed in 0.001313503 sec. | ||
9051 | 2025.07.15 21:12:04.546277 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9052 | 2025.07.15 21:12:04.546369 [ 260 ] {e88d2b40-cf96-4ce5-bcf2-e3f3c2ff0229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
9053 | 2025.07.15 21:12:04.546411 [ 260 ] {e88d2b40-cf96-4ce5-bcf2-e3f3c2ff0229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9054 | 2025.07.15 21:12:04.546710 [ 260 ] {e88d2b40-cf96-4ce5-bcf2-e3f3c2ff0229} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9055 | 2025.07.15 21:12:04.546744 [ 260 ] {e88d2b40-cf96-4ce5-bcf2-e3f3c2ff0229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9056 | 2025.07.15 21:12:04.547046 [ 260 ] {e88d2b40-cf96-4ce5-bcf2-e3f3c2ff0229} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9057 | 2025.07.15 21:12:04.547250 [ 260 ] {e88d2b40-cf96-4ce5-bcf2-e3f3c2ff0229} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9058 | 2025.07.15 21:12:04.547341 [ 140 ] {} <Debug> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
9059 | 2025.07.15 21:12:04.547369 [ 140 ] {} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9060 | 2025.07.15 21:12:04.547378 [ 260 ] {e88d2b40-cf96-4ce5-bcf2-e3f3c2ff0229} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001028 sec., 972.7626459143968 rows/sec., 65.55 KiB/sec. | ||
9061 | 2025.07.15 21:12:04.547386 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9062 | 2025.07.15 21:12:04.547413 [ 260 ] {e88d2b40-cf96-4ce5-bcf2-e3f3c2ff0229} <Debug> TCPHandler: Processed in 0.001185591 sec. | ||
9063 | 2025.07.15 21:12:04.547513 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::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 | ||
9064 | 2025.07.15 21:12:04.547527 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9065 | 2025.07.15 21:12:04.547663 [ 260 ] {0e2ba054-dd35-4c66-9498-8411f40ab7be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9066 | 2025.07.15 21:12:04.547670 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9067 | 2025.07.15 21:12:04.547726 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part | ||
9068 | 2025.07.15 21:12:04.547730 [ 260 ] {0e2ba054-dd35-4c66-9498-8411f40ab7be} <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 | ||
9069 | 2025.07.15 21:12:04.547800 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
9070 | 2025.07.15 21:12:04.547857 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
9071 | 2025.07.15 21:12:04.547903 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
9072 | 2025.07.15 21:12:04.547949 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
9073 | 2025.07.15 21:12:04.547991 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
9074 | 2025.07.15 21:12:04.548613 [ 260 ] {0e2ba054-dd35-4c66-9498-8411f40ab7be} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9075 | 2025.07.15 21:12:04.548654 [ 260 ] {0e2ba054-dd35-4c66-9498-8411f40ab7be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9076 | 2025.07.15 21:12:04.548813 [ 192 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.001362475 sec., 18348.9605313859 rows/sec., 1.21 MiB/sec. | ||
9077 | 2025.07.15 21:12:04.548936 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
9078 | 2025.07.15 21:12:04.549196 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_25_5} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9079 | 2025.07.15 21:12:04.549240 [ 260 ] {0e2ba054-dd35-4c66-9498-8411f40ab7be} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9080 | 2025.07.15 21:12:04.549274 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_25_5} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
9081 | 2025.07.15 21:12:04.549357 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
9082 | 2025.07.15 21:12:04.549474 [ 260 ] {0e2ba054-dd35-4c66-9498-8411f40ab7be} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9083 | 2025.07.15 21:12:04.549622 [ 260 ] {0e2ba054-dd35-4c66-9498-8411f40ab7be} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001983 sec., 16137.165910237016 rows/sec., 28.92 MiB/sec. | ||
9084 | 2025.07.15 21:12:04.549684 [ 260 ] {0e2ba054-dd35-4c66-9498-8411f40ab7be} <Debug> TCPHandler: Processed in 0.002216247 sec. | ||
9085 | 2025.07.15 21:12:04.549794 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9086 | 2025.07.15 21:12:04.549886 [ 260 ] {387427fa-bb64-4109-9bf5-9712d87c7162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9087 | 2025.07.15 21:12:04.549927 [ 260 ] {387427fa-bb64-4109-9bf5-9712d87c7162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9088 | 2025.07.15 21:12:04.550246 [ 260 ] {387427fa-bb64-4109-9bf5-9712d87c7162} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9089 | 2025.07.15 21:12:04.550281 [ 260 ] {387427fa-bb64-4109-9bf5-9712d87c7162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9090 | 2025.07.15 21:12:04.550599 [ 260 ] {387427fa-bb64-4109-9bf5-9712d87c7162} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
9091 | 2025.07.15 21:12:04.550805 [ 260 ] {387427fa-bb64-4109-9bf5-9712d87c7162} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9092 | 2025.07.15 21:12:04.550927 [ 260 ] {387427fa-bb64-4109-9bf5-9712d87c7162} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001059 sec., 77431.53918791312 rows/sec., 4.92 MiB/sec. | ||
9093 | 2025.07.15 21:12:04.550962 [ 260 ] {387427fa-bb64-4109-9bf5-9712d87c7162} <Debug> TCPHandler: Processed in 0.001215141 sec. | ||
9094 | 2025.07.15 21:12:05.667686 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
9095 | 2025.07.15 21:12:05.668212 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9096 | 2025.07.15 21:12:05.668259 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9097 | 2025.07.15 21:12:05.668788 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9098 | 2025.07.15 21:12:05.669033 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9099 | 2025.07.15 21:12:05.669173 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
9100 | 2025.07.15 21:12:06.855563 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 | ||
9101 | 2025.07.15 21:12:06.871502 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9102 | 2025.07.15 21:12:06.871567 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9103 | 2025.07.15 21:12:06.876952 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9104 | 2025.07.15 21:12:06.877627 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9105 | 2025.07.15 21:12:06.880661 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 354 | ||
9106 | 2025.07.15 21:12:09.525766 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9107 | 2025.07.15 21:12:09.525975 [ 260 ] {c1b409f1-ef6d-45d1-b506-1979f44dd1ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9108 | 2025.07.15 21:12:09.526047 [ 260 ] {c1b409f1-ef6d-45d1-b506-1979f44dd1ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9109 | 2025.07.15 21:12:09.526735 [ 260 ] {c1b409f1-ef6d-45d1-b506-1979f44dd1ee} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9110 | 2025.07.15 21:12:09.526778 [ 260 ] {c1b409f1-ef6d-45d1-b506-1979f44dd1ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9111 | 2025.07.15 21:12:09.527169 [ 260 ] {c1b409f1-ef6d-45d1-b506-1979f44dd1ee} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
9112 | 2025.07.15 21:12:09.527392 [ 260 ] {c1b409f1-ef6d-45d1-b506-1979f44dd1ee} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9113 | 2025.07.15 21:12:09.527543 [ 260 ] {c1b409f1-ef6d-45d1-b506-1979f44dd1ee} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001623 sec., 45594.577942082564 rows/sec., 3.71 MiB/sec. | ||
9114 | 2025.07.15 21:12:09.527583 [ 260 ] {c1b409f1-ef6d-45d1-b506-1979f44dd1ee} <Debug> TCPHandler: Processed in 0.001952091 sec. | ||
9115 | 2025.07.15 21:12:09.527715 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9116 | 2025.07.15 21:12:09.527812 [ 260 ] {1044e841-186f-42eb-b48b-3aeed224a392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9117 | 2025.07.15 21:12:09.527854 [ 260 ] {1044e841-186f-42eb-b48b-3aeed224a392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9118 | 2025.07.15 21:12:09.528262 [ 260 ] {1044e841-186f-42eb-b48b-3aeed224a392} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9119 | 2025.07.15 21:12:09.528297 [ 260 ] {1044e841-186f-42eb-b48b-3aeed224a392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9120 | 2025.07.15 21:12:09.528597 [ 260 ] {1044e841-186f-42eb-b48b-3aeed224a392} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9121 | 2025.07.15 21:12:09.528819 [ 260 ] {1044e841-186f-42eb-b48b-3aeed224a392} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9122 | 2025.07.15 21:12:09.528945 [ 260 ] {1044e841-186f-42eb-b48b-3aeed224a392} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001152 sec., 7812.5 rows/sec., 587.46 KiB/sec. | ||
9123 | 2025.07.15 21:12:09.528982 [ 260 ] {1044e841-186f-42eb-b48b-3aeed224a392} <Debug> TCPHandler: Processed in 0.001317644 sec. | ||
9124 | 2025.07.15 21:12:09.529095 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9125 | 2025.07.15 21:12:09.529188 [ 260 ] {01e79dcd-187a-49f4-91d4-d00cc05acd88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9126 | 2025.07.15 21:12:09.529229 [ 260 ] {01e79dcd-187a-49f4-91d4-d00cc05acd88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9127 | 2025.07.15 21:12:09.529647 [ 260 ] {01e79dcd-187a-49f4-91d4-d00cc05acd88} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9128 | 2025.07.15 21:12:09.529682 [ 260 ] {01e79dcd-187a-49f4-91d4-d00cc05acd88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9129 | 2025.07.15 21:12:09.529990 [ 260 ] {01e79dcd-187a-49f4-91d4-d00cc05acd88} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
9130 | 2025.07.15 21:12:09.530196 [ 260 ] {01e79dcd-187a-49f4-91d4-d00cc05acd88} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9131 | 2025.07.15 21:12:09.530322 [ 260 ] {01e79dcd-187a-49f4-91d4-d00cc05acd88} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001151 sec., 63423.1103388358 rows/sec., 4.95 MiB/sec. | ||
9132 | 2025.07.15 21:12:09.530359 [ 260 ] {01e79dcd-187a-49f4-91d4-d00cc05acd88} <Debug> TCPHandler: Processed in 0.001311965 sec. | ||
9133 | 2025.07.15 21:12:09.530472 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9134 | 2025.07.15 21:12:09.530566 [ 260 ] {8a1be069-5d0f-4cec-99f2-933e46fdf465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9135 | 2025.07.15 21:12:09.530609 [ 260 ] {8a1be069-5d0f-4cec-99f2-933e46fdf465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9136 | 2025.07.15 21:12:09.531023 [ 260 ] {8a1be069-5d0f-4cec-99f2-933e46fdf465} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9137 | 2025.07.15 21:12:09.531057 [ 260 ] {8a1be069-5d0f-4cec-99f2-933e46fdf465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9138 | 2025.07.15 21:12:09.531379 [ 260 ] {8a1be069-5d0f-4cec-99f2-933e46fdf465} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
9139 | 2025.07.15 21:12:09.531587 [ 260 ] {8a1be069-5d0f-4cec-99f2-933e46fdf465} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9140 | 2025.07.15 21:12:09.531744 [ 260 ] {8a1be069-5d0f-4cec-99f2-933e46fdf465} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. | ||
9141 | 2025.07.15 21:12:09.531783 [ 260 ] {8a1be069-5d0f-4cec-99f2-933e46fdf465} <Debug> TCPHandler: Processed in 0.001360335 sec. | ||
9142 | 2025.07.15 21:12:09.531892 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9143 | 2025.07.15 21:12:09.531985 [ 260 ] {8daf1a18-b251-42ec-b7e6-50ebeb089c4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9144 | 2025.07.15 21:12:09.532039 [ 260 ] {8daf1a18-b251-42ec-b7e6-50ebeb089c4e} <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 | ||
9145 | 2025.07.15 21:12:09.532782 [ 260 ] {8daf1a18-b251-42ec-b7e6-50ebeb089c4e} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9146 | 2025.07.15 21:12:09.532816 [ 260 ] {8daf1a18-b251-42ec-b7e6-50ebeb089c4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9147 | 2025.07.15 21:12:09.533366 [ 260 ] {8daf1a18-b251-42ec-b7e6-50ebeb089c4e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9148 | 2025.07.15 21:12:09.533599 [ 260 ] {8daf1a18-b251-42ec-b7e6-50ebeb089c4e} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9149 | 2025.07.15 21:12:09.533731 [ 260 ] {8daf1a18-b251-42ec-b7e6-50ebeb089c4e} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001764 sec., 5102.040816326531 rows/sec., 9.14 MiB/sec. | ||
9150 | 2025.07.15 21:12:09.533783 [ 260 ] {8daf1a18-b251-42ec-b7e6-50ebeb089c4e} <Debug> TCPHandler: Processed in 0.00193713 sec. | ||
9151 | 2025.07.15 21:12:09.533895 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9152 | 2025.07.15 21:12:09.533988 [ 260 ] {889d1672-71c1-4775-8c08-73c0b7ff8200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9153 | 2025.07.15 21:12:09.534029 [ 260 ] {889d1672-71c1-4775-8c08-73c0b7ff8200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9154 | 2025.07.15 21:12:09.534360 [ 260 ] {889d1672-71c1-4775-8c08-73c0b7ff8200} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9155 | 2025.07.15 21:12:09.534393 [ 260 ] {889d1672-71c1-4775-8c08-73c0b7ff8200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9156 | 2025.07.15 21:12:09.534694 [ 260 ] {889d1672-71c1-4775-8c08-73c0b7ff8200} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
9157 | 2025.07.15 21:12:09.534900 [ 260 ] {889d1672-71c1-4775-8c08-73c0b7ff8200} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9158 | 2025.07.15 21:12:09.535023 [ 260 ] {889d1672-71c1-4775-8c08-73c0b7ff8200} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. | ||
9159 | 2025.07.15 21:12:09.535057 [ 260 ] {889d1672-71c1-4775-8c08-73c0b7ff8200} <Debug> TCPHandler: Processed in 0.001209471 sec. | ||
9160 | 2025.07.15 21:12:12.976686 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9161 | 2025.07.15 21:12:12.976761 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9162 | 2025.07.15 21:12:13.169285 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
9163 | 2025.07.15 21:12:13.169839 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9164 | 2025.07.15 21:12:13.169892 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9165 | 2025.07.15 21:12:13.170404 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9166 | 2025.07.15 21:12:13.170637 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9167 | 2025.07.15 21:12:13.170790 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
9168 | 2025.07.15 21:12:13.219668 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1280 | ||
9169 | 2025.07.15 21:12:13.222048 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9170 | 2025.07.15 21:12:13.222100 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9171 | 2025.07.15 21:12:13.223278 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
9172 | 2025.07.15 21:12:13.223547 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9173 | 2025.07.15 21:12:13.223816 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1280 | ||
9174 | 2025.07.15 21:12:14.001327 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000983035 sec. | ||
9175 | 2025.07.15 21:12:14.380788 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 | ||
9176 | 2025.07.15 21:12:14.403768 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9177 | 2025.07.15 21:12:14.403860 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9178 | 2025.07.15 21:12:14.411837 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9179 | 2025.07.15 21:12:14.412864 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9180 | 2025.07.15 21:12:14.416957 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
9181 | 2025.07.15 21:12:14.532784 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9182 | 2025.07.15 21:12:14.532961 [ 260 ] {9c368d88-0b88-4342-8b57-7f5a0a99365f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
9183 | 2025.07.15 21:12:14.533030 [ 260 ] {9c368d88-0b88-4342-8b57-7f5a0a99365f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
9184 | 2025.07.15 21:12:14.533787 [ 260 ] {9c368d88-0b88-4342-8b57-7f5a0a99365f} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9185 | 2025.07.15 21:12:14.533836 [ 260 ] {9c368d88-0b88-4342-8b57-7f5a0a99365f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9186 | 2025.07.15 21:12:14.534256 [ 260 ] {9c368d88-0b88-4342-8b57-7f5a0a99365f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9187 | 2025.07.15 21:12:14.534495 [ 260 ] {9c368d88-0b88-4342-8b57-7f5a0a99365f} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9188 | 2025.07.15 21:12:14.534660 [ 260 ] {9c368d88-0b88-4342-8b57-7f5a0a99365f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001747 sec., 121350.88723526044 rows/sec., 7.72 MiB/sec. | ||
9189 | 2025.07.15 21:12:14.534711 [ 260 ] {9c368d88-0b88-4342-8b57-7f5a0a99365f} <Debug> TCPHandler: Processed in 0.002059093 sec. | ||
9190 | 2025.07.15 21:12:14.534832 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9191 | 2025.07.15 21:12:14.534930 [ 260 ] {14500e3d-5257-45bc-807f-40467da78b98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9192 | 2025.07.15 21:12:14.534973 [ 260 ] {14500e3d-5257-45bc-807f-40467da78b98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9193 | 2025.07.15 21:12:14.535846 [ 260 ] {14500e3d-5257-45bc-807f-40467da78b98} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9194 | 2025.07.15 21:12:14.535889 [ 260 ] {14500e3d-5257-45bc-807f-40467da78b98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9195 | 2025.07.15 21:12:14.536266 [ 260 ] {14500e3d-5257-45bc-807f-40467da78b98} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9196 | 2025.07.15 21:12:14.536501 [ 260 ] {14500e3d-5257-45bc-807f-40467da78b98} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9197 | 2025.07.15 21:12:14.536644 [ 260 ] {14500e3d-5257-45bc-807f-40467da78b98} <Debug> executeQuery: Read 681 rows, 55.38 KiB in 0.00172 sec., 395930.23255813954 rows/sec., 31.45 MiB/sec. | ||
9198 | 2025.07.15 21:12:14.536685 [ 260 ] {14500e3d-5257-45bc-807f-40467da78b98} <Debug> TCPHandler: Processed in 0.001894069 sec. | ||
9199 | 2025.07.15 21:12:14.536815 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9200 | 2025.07.15 21:12:14.536915 [ 260 ] {db2a67d6-ba6e-43d8-8e61-4c5c8d5181eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9201 | 2025.07.15 21:12:14.536959 [ 260 ] {db2a67d6-ba6e-43d8-8e61-4c5c8d5181eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9202 | 2025.07.15 21:12:14.537410 [ 260 ] {db2a67d6-ba6e-43d8-8e61-4c5c8d5181eb} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9203 | 2025.07.15 21:12:14.537450 [ 260 ] {db2a67d6-ba6e-43d8-8e61-4c5c8d5181eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9204 | 2025.07.15 21:12:14.537764 [ 260 ] {db2a67d6-ba6e-43d8-8e61-4c5c8d5181eb} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9205 | 2025.07.15 21:12:14.537982 [ 260 ] {db2a67d6-ba6e-43d8-8e61-4c5c8d5181eb} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9206 | 2025.07.15 21:12:14.538103 [ 126 ] {} <Debug> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
9207 | 2025.07.15 21:12:14.538115 [ 260 ] {db2a67d6-ba6e-43d8-8e61-4c5c8d5181eb} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001221 sec., 113022.11302211302 rows/sec., 7.03 MiB/sec. | ||
9208 | 2025.07.15 21:12:14.538170 [ 126 ] {} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9209 | 2025.07.15 21:12:14.538178 [ 260 ] {db2a67d6-ba6e-43d8-8e61-4c5c8d5181eb} <Debug> TCPHandler: Processed in 0.001414497 sec. | ||
9210 | 2025.07.15 21:12:14.538199 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9211 | 2025.07.15 21:12:14.538305 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9212 | 2025.07.15 21:12:14.538332 [ 195 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::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 | ||
9213 | 2025.07.15 21:12:14.538404 [ 260 ] {e4619551-8cff-4360-bdab-db8f43a07a2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
9214 | 2025.07.15 21:12:14.538452 [ 260 ] {e4619551-8cff-4360-bdab-db8f43a07a2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9215 | 2025.07.15 21:12:14.538486 [ 195 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9216 | 2025.07.15 21:12:14.538532 [ 195 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 165 rows starting from the beginning of the part | ||
9217 | 2025.07.15 21:12:14.538609 [ 195 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 138 rows starting from the beginning of the part | ||
9218 | 2025.07.15 21:12:14.538663 [ 195 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 9 rows starting from the beginning of the part | ||
9219 | 2025.07.15 21:12:14.538718 [ 195 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 140 rows starting from the beginning of the part | ||
9220 | 2025.07.15 21:12:14.538769 [ 195 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 9 rows starting from the beginning of the part | ||
9221 | 2025.07.15 21:12:14.538818 [ 195 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 138 rows starting from the beginning of the part | ||
9222 | 2025.07.15 21:12:14.538879 [ 260 ] {e4619551-8cff-4360-bdab-db8f43a07a2c} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9223 | 2025.07.15 21:12:14.538920 [ 260 ] {e4619551-8cff-4360-bdab-db8f43a07a2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9224 | 2025.07.15 21:12:14.539269 [ 260 ] {e4619551-8cff-4360-bdab-db8f43a07a2c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
9225 | 2025.07.15 21:12:14.539502 [ 260 ] {e4619551-8cff-4360-bdab-db8f43a07a2c} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9226 | 2025.07.15 21:12:14.539643 [ 260 ] {e4619551-8cff-4360-bdab-db8f43a07a2c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001258 sec., 89825.11923688394 rows/sec., 5.81 MiB/sec. | ||
9227 | 2025.07.15 21:12:14.539682 [ 260 ] {e4619551-8cff-4360-bdab-db8f43a07a2c} <Debug> TCPHandler: Processed in 0.001425957 sec. | ||
9228 | 2025.07.15 21:12:14.539796 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9229 | 2025.07.15 21:12:14.539851 [ 189 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 599 rows, containing 5 columns (5 merged, 0 gathered) in 0.001580971 sec., 378881.08004511154 rows/sec., 25.29 MiB/sec. | ||
9230 | 2025.07.15 21:12:14.539892 [ 260 ] {bac4608c-b002-4235-ae55-e41d44007464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
9231 | 2025.07.15 21:12:14.539937 [ 260 ] {bac4608c-b002-4235-ae55-e41d44007464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9232 | 2025.07.15 21:12:14.540010 [ 195 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
9233 | 2025.07.15 21:12:14.540265 [ 195 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_61_12} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9234 | 2025.07.15 21:12:14.540339 [ 195 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_61_12} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
9235 | 2025.07.15 21:12:14.540362 [ 260 ] {bac4608c-b002-4235-ae55-e41d44007464} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9236 | 2025.07.15 21:12:14.540404 [ 260 ] {bac4608c-b002-4235-ae55-e41d44007464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9237 | 2025.07.15 21:12:14.540420 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
9238 | 2025.07.15 21:12:14.540728 [ 260 ] {bac4608c-b002-4235-ae55-e41d44007464} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9239 | 2025.07.15 21:12:14.540958 [ 260 ] {bac4608c-b002-4235-ae55-e41d44007464} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9240 | 2025.07.15 21:12:14.541093 [ 260 ] {bac4608c-b002-4235-ae55-e41d44007464} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00122 sec., 91803.27868852459 rows/sec., 5.23 MiB/sec. | ||
9241 | 2025.07.15 21:12:14.541131 [ 260 ] {bac4608c-b002-4235-ae55-e41d44007464} <Debug> TCPHandler: Processed in 0.001384736 sec. | ||
9242 | 2025.07.15 21:12:14.541244 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9243 | 2025.07.15 21:12:14.541339 [ 260 ] {d50a3042-253c-4714-8b70-9f6e5dc0ed15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9244 | 2025.07.15 21:12:14.541380 [ 260 ] {d50a3042-253c-4714-8b70-9f6e5dc0ed15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9245 | 2025.07.15 21:12:14.542005 [ 260 ] {d50a3042-253c-4714-8b70-9f6e5dc0ed15} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9246 | 2025.07.15 21:12:14.542048 [ 260 ] {d50a3042-253c-4714-8b70-9f6e5dc0ed15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9247 | 2025.07.15 21:12:14.542442 [ 260 ] {d50a3042-253c-4714-8b70-9f6e5dc0ed15} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9248 | 2025.07.15 21:12:14.542654 [ 260 ] {d50a3042-253c-4714-8b70-9f6e5dc0ed15} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9249 | 2025.07.15 21:12:14.542789 [ 260 ] {d50a3042-253c-4714-8b70-9f6e5dc0ed15} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001469 sec., 281824.37031994556 rows/sec., 20.04 MiB/sec. | ||
9250 | 2025.07.15 21:12:14.542828 [ 260 ] {d50a3042-253c-4714-8b70-9f6e5dc0ed15} <Debug> TCPHandler: Processed in 0.001632882 sec. | ||
9251 | 2025.07.15 21:12:14.542941 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9252 | 2025.07.15 21:12:14.543036 [ 260 ] {379e75c4-a29b-4687-8dd0-82e011daa7d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
9253 | 2025.07.15 21:12:14.543078 [ 260 ] {379e75c4-a29b-4687-8dd0-82e011daa7d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9254 | 2025.07.15 21:12:14.543409 [ 260 ] {379e75c4-a29b-4687-8dd0-82e011daa7d5} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9255 | 2025.07.15 21:12:14.543445 [ 260 ] {379e75c4-a29b-4687-8dd0-82e011daa7d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9256 | 2025.07.15 21:12:14.543743 [ 260 ] {379e75c4-a29b-4687-8dd0-82e011daa7d5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9257 | 2025.07.15 21:12:14.543947 [ 260 ] {379e75c4-a29b-4687-8dd0-82e011daa7d5} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9258 | 2025.07.15 21:12:14.544048 [ 126 ] {} <Debug> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
9259 | 2025.07.15 21:12:14.544074 [ 260 ] {379e75c4-a29b-4687-8dd0-82e011daa7d5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001056 sec., 5681.818181818181 rows/sec., 296.85 KiB/sec. | ||
9260 | 2025.07.15 21:12:14.544083 [ 126 ] {} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9261 | 2025.07.15 21:12:14.544113 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9262 | 2025.07.15 21:12:14.544117 [ 260 ] {379e75c4-a29b-4687-8dd0-82e011daa7d5} <Debug> TCPHandler: Processed in 0.001226291 sec. | ||
9263 | 2025.07.15 21:12:14.544210 [ 186 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::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 | ||
9264 | 2025.07.15 21:12:14.544231 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9265 | 2025.07.15 21:12:14.544331 [ 260 ] {385fcf52-4f67-4767-a279-9ff51b0bc416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9266 | 2025.07.15 21:12:14.544348 [ 186 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9267 | 2025.07.15 21:12:14.544374 [ 260 ] {385fcf52-4f67-4767-a279-9ff51b0bc416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9268 | 2025.07.15 21:12:14.544391 [ 186 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
9269 | 2025.07.15 21:12:14.544469 [ 186 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
9270 | 2025.07.15 21:12:14.544516 [ 186 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
9271 | 2025.07.15 21:12:14.544560 [ 186 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
9272 | 2025.07.15 21:12:14.544600 [ 186 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
9273 | 2025.07.15 21:12:14.544642 [ 186 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
9274 | 2025.07.15 21:12:14.544784 [ 260 ] {385fcf52-4f67-4767-a279-9ff51b0bc416} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9275 | 2025.07.15 21:12:14.544824 [ 260 ] {385fcf52-4f67-4767-a279-9ff51b0bc416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9276 | 2025.07.15 21:12:14.545208 [ 260 ] {385fcf52-4f67-4767-a279-9ff51b0bc416} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9277 | 2025.07.15 21:12:14.545438 [ 260 ] {385fcf52-4f67-4767-a279-9ff51b0bc416} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9278 | 2025.07.15 21:12:14.545533 [ 195 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.001369816 sec., 113883.90849573957 rows/sec., 5.81 MiB/sec. | ||
9279 | 2025.07.15 21:12:14.545571 [ 260 ] {385fcf52-4f67-4767-a279-9ff51b0bc416} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001257 sec., 188544.15274463006 rows/sec., 12.64 MiB/sec. | ||
9280 | 2025.07.15 21:12:14.545613 [ 260 ] {385fcf52-4f67-4767-a279-9ff51b0bc416} <Debug> TCPHandler: Processed in 0.001430887 sec. | ||
9281 | 2025.07.15 21:12:14.545697 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
9282 | 2025.07.15 21:12:14.545725 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9283 | 2025.07.15 21:12:14.545822 [ 260 ] {1ef83bab-25bd-49f0-bfb4-67e93384656c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
9284 | 2025.07.15 21:12:14.545866 [ 260 ] {1ef83bab-25bd-49f0-bfb4-67e93384656c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9285 | 2025.07.15 21:12:14.546046 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_26_5} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9286 | 2025.07.15 21:12:14.546139 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_26_5} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
9287 | 2025.07.15 21:12:14.546171 [ 260 ] {1ef83bab-25bd-49f0-bfb4-67e93384656c} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9288 | 2025.07.15 21:12:14.546211 [ 260 ] {1ef83bab-25bd-49f0-bfb4-67e93384656c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9289 | 2025.07.15 21:12:14.546251 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
9290 | 2025.07.15 21:12:14.546519 [ 260 ] {1ef83bab-25bd-49f0-bfb4-67e93384656c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9291 | 2025.07.15 21:12:14.546736 [ 260 ] {1ef83bab-25bd-49f0-bfb4-67e93384656c} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9292 | 2025.07.15 21:12:14.546865 [ 260 ] {1ef83bab-25bd-49f0-bfb4-67e93384656c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00106 sec., 943.3962264150944 rows/sec., 63.57 KiB/sec. | ||
9293 | 2025.07.15 21:12:14.546900 [ 260 ] {1ef83bab-25bd-49f0-bfb4-67e93384656c} <Debug> TCPHandler: Processed in 0.001223761 sec. | ||
9294 | 2025.07.15 21:12:14.547026 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9295 | 2025.07.15 21:12:14.547150 [ 260 ] {d506d4e1-c61a-4ac8-a6b8-8c90f195331d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9296 | 2025.07.15 21:12:14.547218 [ 260 ] {d506d4e1-c61a-4ac8-a6b8-8c90f195331d} <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 | ||
9297 | 2025.07.15 21:12:14.548106 [ 260 ] {d506d4e1-c61a-4ac8-a6b8-8c90f195331d} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9298 | 2025.07.15 21:12:14.548143 [ 260 ] {d506d4e1-c61a-4ac8-a6b8-8c90f195331d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9299 | 2025.07.15 21:12:14.548721 [ 260 ] {d506d4e1-c61a-4ac8-a6b8-8c90f195331d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9300 | 2025.07.15 21:12:14.548954 [ 260 ] {d506d4e1-c61a-4ac8-a6b8-8c90f195331d} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9301 | 2025.07.15 21:12:14.549101 [ 260 ] {d506d4e1-c61a-4ac8-a6b8-8c90f195331d} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001976 sec., 16194.331983805669 rows/sec., 29.02 MiB/sec. | ||
9302 | 2025.07.15 21:12:14.549168 [ 260 ] {d506d4e1-c61a-4ac8-a6b8-8c90f195331d} <Debug> TCPHandler: Processed in 0.002203317 sec. | ||
9303 | 2025.07.15 21:12:14.549281 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9304 | 2025.07.15 21:12:14.549376 [ 260 ] {3d52a365-eea0-4cf1-ba9b-9ca2fd35fb7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9305 | 2025.07.15 21:12:14.549419 [ 260 ] {3d52a365-eea0-4cf1-ba9b-9ca2fd35fb7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9306 | 2025.07.15 21:12:14.549756 [ 260 ] {3d52a365-eea0-4cf1-ba9b-9ca2fd35fb7a} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9307 | 2025.07.15 21:12:14.549794 [ 260 ] {3d52a365-eea0-4cf1-ba9b-9ca2fd35fb7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9308 | 2025.07.15 21:12:14.550115 [ 260 ] {3d52a365-eea0-4cf1-ba9b-9ca2fd35fb7a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9309 | 2025.07.15 21:12:14.550343 [ 260 ] {3d52a365-eea0-4cf1-ba9b-9ca2fd35fb7a} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9310 | 2025.07.15 21:12:14.550478 [ 260 ] {3d52a365-eea0-4cf1-ba9b-9ca2fd35fb7a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001121 sec., 73148.97413024085 rows/sec., 4.65 MiB/sec. | ||
9311 | 2025.07.15 21:12:14.550516 [ 260 ] {3d52a365-eea0-4cf1-ba9b-9ca2fd35fb7a} <Debug> TCPHandler: Processed in 0.001285183 sec. | ||
9312 | 2025.07.15 21:12:19.554327 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9313 | 2025.07.15 21:12:19.554542 [ 260 ] {160dea2e-e3ac-47ed-b51d-2f197cbb1d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
9314 | 2025.07.15 21:12:19.554618 [ 260 ] {160dea2e-e3ac-47ed-b51d-2f197cbb1d03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9315 | 2025.07.15 21:12:19.555307 [ 260 ] {160dea2e-e3ac-47ed-b51d-2f197cbb1d03} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9316 | 2025.07.15 21:12:19.555350 [ 260 ] {160dea2e-e3ac-47ed-b51d-2f197cbb1d03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9317 | 2025.07.15 21:12:19.555733 [ 260 ] {160dea2e-e3ac-47ed-b51d-2f197cbb1d03} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9318 | 2025.07.15 21:12:19.555965 [ 260 ] {160dea2e-e3ac-47ed-b51d-2f197cbb1d03} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9319 | 2025.07.15 21:12:19.556124 [ 260 ] {160dea2e-e3ac-47ed-b51d-2f197cbb1d03} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001638 sec., 2442.002442002442 rows/sec., 199.13 KiB/sec. | ||
9320 | 2025.07.15 21:12:19.556176 [ 260 ] {160dea2e-e3ac-47ed-b51d-2f197cbb1d03} <Debug> TCPHandler: Processed in 0.001982071 sec. | ||
9321 | 2025.07.15 21:12:19.556310 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9322 | 2025.07.15 21:12:19.556416 [ 260 ] {09cbb1a6-467d-4b0d-87c7-24f2f6c8024d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9323 | 2025.07.15 21:12:19.556461 [ 260 ] {09cbb1a6-467d-4b0d-87c7-24f2f6c8024d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9324 | 2025.07.15 21:12:19.557793 [ 260 ] {09cbb1a6-467d-4b0d-87c7-24f2f6c8024d} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9325 | 2025.07.15 21:12:19.557831 [ 260 ] {09cbb1a6-467d-4b0d-87c7-24f2f6c8024d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9326 | 2025.07.15 21:12:19.558238 [ 260 ] {09cbb1a6-467d-4b0d-87c7-24f2f6c8024d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9327 | 2025.07.15 21:12:19.558466 [ 260 ] {09cbb1a6-467d-4b0d-87c7-24f2f6c8024d} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9328 | 2025.07.15 21:12:19.558581 [ 120 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9329 | 2025.07.15 21:12:19.558604 [ 260 ] {09cbb1a6-467d-4b0d-87c7-24f2f6c8024d} <Debug> executeQuery: Read 1216 rows, 102.43 KiB in 0.002213 sec., 549480.3434252146 rows/sec., 45.20 MiB/sec. | ||
9330 | 2025.07.15 21:12:19.558615 [ 120 ] {} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9331 | 2025.07.15 21:12:19.558637 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9332 | 2025.07.15 21:12:19.558645 [ 260 ] {09cbb1a6-467d-4b0d-87c7-24f2f6c8024d} <Debug> TCPHandler: Processed in 0.002388652 sec. | ||
9333 | 2025.07.15 21:12:19.558768 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9334 | 2025.07.15 21:12:19.558766 [ 195 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::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 | ||
9335 | 2025.07.15 21:12:19.558867 [ 260 ] {8c6145c8-52f9-4fde-a090-9d6098b875a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9336 | 2025.07.15 21:12:19.558917 [ 260 ] {8c6145c8-52f9-4fde-a090-9d6098b875a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9337 | 2025.07.15 21:12:19.558931 [ 195 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9338 | 2025.07.15 21:12:19.558978 [ 195 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1849 rows starting from the beginning of the part | ||
9339 | 2025.07.15 21:12:19.559057 [ 195 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 74 rows starting from the beginning of the part | ||
9340 | 2025.07.15 21:12:19.559112 [ 195 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 682 rows starting from the beginning of the part | ||
9341 | 2025.07.15 21:12:19.559161 [ 195 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 74 rows starting from the beginning of the part | ||
9342 | 2025.07.15 21:12:19.559208 [ 195 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 681 rows starting from the beginning of the part | ||
9343 | 2025.07.15 21:12:19.559252 [ 195 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1216 rows starting from the beginning of the part | ||
9344 | 2025.07.15 21:12:19.559342 [ 260 ] {8c6145c8-52f9-4fde-a090-9d6098b875a9} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9345 | 2025.07.15 21:12:19.559386 [ 260 ] {8c6145c8-52f9-4fde-a090-9d6098b875a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9346 | 2025.07.15 21:12:19.559746 [ 260 ] {8c6145c8-52f9-4fde-a090-9d6098b875a9} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9347 | 2025.07.15 21:12:19.559983 [ 260 ] {8c6145c8-52f9-4fde-a090-9d6098b875a9} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9348 | 2025.07.15 21:12:19.560123 [ 260 ] {8c6145c8-52f9-4fde-a090-9d6098b875a9} <Debug> executeQuery: Read 13 rows, 979.00 B in 0.001277 sec., 10180.109631949883 rows/sec., 748.67 KiB/sec. | ||
9349 | 2025.07.15 21:12:19.560162 [ 260 ] {8c6145c8-52f9-4fde-a090-9d6098b875a9} <Debug> TCPHandler: Processed in 0.001445317 sec. | ||
9350 | 2025.07.15 21:12:19.560268 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9351 | 2025.07.15 21:12:19.560366 [ 260 ] {842db247-c5bc-444b-98c5-c67ce6954cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
9352 | 2025.07.15 21:12:19.560407 [ 260 ] {842db247-c5bc-444b-98c5-c67ce6954cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9353 | 2025.07.15 21:12:19.560947 [ 260 ] {842db247-c5bc-444b-98c5-c67ce6954cac} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9354 | 2025.07.15 21:12:19.560985 [ 260 ] {842db247-c5bc-444b-98c5-c67ce6954cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9355 | 2025.07.15 21:12:19.561072 [ 193 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4576 rows, containing 5 columns (5 merged, 0 gathered) in 0.002365941 sec., 1934114.1643008005 rows/sec., 164.07 MiB/sec. | ||
9356 | 2025.07.15 21:12:19.561330 [ 260 ] {842db247-c5bc-444b-98c5-c67ce6954cac} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
9357 | 2025.07.15 21:12:19.561385 [ 198 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9358 | 2025.07.15 21:12:19.561603 [ 260 ] {842db247-c5bc-444b-98c5-c67ce6954cac} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9359 | 2025.07.15 21:12:19.561770 [ 260 ] {842db247-c5bc-444b-98c5-c67ce6954cac} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001422 sec., 160337.552742616 rows/sec., 10.86 MiB/sec. | ||
9360 | 2025.07.15 21:12:19.561811 [ 260 ] {842db247-c5bc-444b-98c5-c67ce6954cac} <Debug> TCPHandler: Processed in 0.001591601 sec. | ||
9361 | 2025.07.15 21:12:19.561840 [ 198 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_71_14} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9362 | 2025.07.15 21:12:19.561918 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9363 | 2025.07.15 21:12:19.561957 [ 198 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_71_14} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9364 | 2025.07.15 21:12:19.562018 [ 260 ] {2183b6d3-e8c3-4244-9f16-9bb5e6d85f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9365 | 2025.07.15 21:12:19.562064 [ 260 ] {2183b6d3-e8c3-4244-9f16-9bb5e6d85f89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9366 | 2025.07.15 21:12:19.562080 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
9367 | 2025.07.15 21:12:19.562787 [ 260 ] {2183b6d3-e8c3-4244-9f16-9bb5e6d85f89} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9368 | 2025.07.15 21:12:19.562829 [ 260 ] {2183b6d3-e8c3-4244-9f16-9bb5e6d85f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9369 | 2025.07.15 21:12:19.563179 [ 260 ] {2183b6d3-e8c3-4244-9f16-9bb5e6d85f89} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9370 | 2025.07.15 21:12:19.563396 [ 260 ] {2183b6d3-e8c3-4244-9f16-9bb5e6d85f89} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9371 | 2025.07.15 21:12:19.563500 [ 120 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9372 | 2025.07.15 21:12:19.563526 [ 120 ] {} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9373 | 2025.07.15 21:12:19.563528 [ 260 ] {2183b6d3-e8c3-4244-9f16-9bb5e6d85f89} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.001529 sec., 348593.8521909745 rows/sec., 25.84 MiB/sec. | ||
9374 | 2025.07.15 21:12:19.563544 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9375 | 2025.07.15 21:12:19.563574 [ 260 ] {2183b6d3-e8c3-4244-9f16-9bb5e6d85f89} <Debug> TCPHandler: Processed in 0.001704164 sec. | ||
9376 | 2025.07.15 21:12:19.563636 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::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 | ||
9377 | 2025.07.15 21:12:19.563694 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9378 | 2025.07.15 21:12:19.563731 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9379 | 2025.07.15 21:12:19.563760 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 915 rows starting from the beginning of the part | ||
9380 | 2025.07.15 21:12:19.563790 [ 260 ] {6d9ebfb1-a742-4801-988b-6844aa947b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9381 | 2025.07.15 21:12:19.563816 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 73 rows starting from the beginning of the part | ||
9382 | 2025.07.15 21:12:19.563835 [ 260 ] {6d9ebfb1-a742-4801-988b-6844aa947b96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9383 | 2025.07.15 21:12:19.563861 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 416 rows starting from the beginning of the part | ||
9384 | 2025.07.15 21:12:19.563900 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 73 rows starting from the beginning of the part | ||
9385 | 2025.07.15 21:12:19.563939 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 414 rows starting from the beginning of the part | ||
9386 | 2025.07.15 21:12:19.564007 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 533 rows starting from the beginning of the part | ||
9387 | 2025.07.15 21:12:19.564642 [ 260 ] {6d9ebfb1-a742-4801-988b-6844aa947b96} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9388 | 2025.07.15 21:12:19.564684 [ 260 ] {6d9ebfb1-a742-4801-988b-6844aa947b96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9389 | 2025.07.15 21:12:19.565224 [ 260 ] {6d9ebfb1-a742-4801-988b-6844aa947b96} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9390 | 2025.07.15 21:12:19.565507 [ 260 ] {6d9ebfb1-a742-4801-988b-6844aa947b96} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9391 | 2025.07.15 21:12:19.565575 [ 199 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 5 columns (5 merged, 0 gathered) in 0.001984182 sec., 1221662.125752577 rows/sec., 93.57 MiB/sec. | ||
9392 | 2025.07.15 21:12:19.565632 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9393 | 2025.07.15 21:12:19.565663 [ 260 ] {6d9ebfb1-a742-4801-988b-6844aa947b96} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.001891 sec., 466419.88365943945 rows/sec., 31.38 MiB/sec. | ||
9394 | 2025.07.15 21:12:19.565668 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9395 | 2025.07.15 21:12:19.565697 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9396 | 2025.07.15 21:12:19.565702 [ 260 ] {6d9ebfb1-a742-4801-988b-6844aa947b96} <Debug> TCPHandler: Processed in 0.002057963 sec. | ||
9397 | 2025.07.15 21:12:19.565795 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
9398 | 2025.07.15 21:12:19.565813 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9399 | 2025.07.15 21:12:19.565803 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9400 | 2025.07.15 21:12:19.565923 [ 260 ] {d1e93896-e3b3-49b8-8a18-7099e093a26b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9401 | 2025.07.15 21:12:19.565930 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9402 | 2025.07.15 21:12:19.565982 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20793 rows starting from the beginning of the part | ||
9403 | 2025.07.15 21:12:19.565989 [ 260 ] {d1e93896-e3b3-49b8-8a18-7099e093a26b} <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 | ||
9404 | 2025.07.15 21:12:19.566053 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
9405 | 2025.07.15 21:12:19.566111 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 238 rows starting from the beginning of the part | ||
9406 | 2025.07.15 21:12:19.566161 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
9407 | 2025.07.15 21:12:19.566176 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_71_14} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9408 | 2025.07.15 21:12:19.566210 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 237 rows starting from the beginning of the part | ||
9409 | 2025.07.15 21:12:19.566265 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 882 rows starting from the beginning of the part | ||
9410 | 2025.07.15 21:12:19.566276 [ 194 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_71_14} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9411 | 2025.07.15 21:12:19.566399 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
9412 | 2025.07.15 21:12:19.566789 [ 260 ] {d1e93896-e3b3-49b8-8a18-7099e093a26b} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9413 | 2025.07.15 21:12:19.566831 [ 260 ] {d1e93896-e3b3-49b8-8a18-7099e093a26b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9414 | 2025.07.15 21:12:19.567371 [ 260 ] {d1e93896-e3b3-49b8-8a18-7099e093a26b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9415 | 2025.07.15 21:12:19.567605 [ 260 ] {d1e93896-e3b3-49b8-8a18-7099e093a26b} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9416 | 2025.07.15 21:12:19.567748 [ 118 ] {} <Debug> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
9417 | 2025.07.15 21:12:19.567751 [ 260 ] {d1e93896-e3b3-49b8-8a18-7099e093a26b} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001847 sec., 4872.766648619383 rows/sec., 8.73 MiB/sec. | ||
9418 | 2025.07.15 21:12:19.567800 [ 118 ] {} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9419 | 2025.07.15 21:12:19.567829 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9420 | 2025.07.15 21:12:19.567842 [ 260 ] {d1e93896-e3b3-49b8-8a18-7099e093a26b} <Debug> TCPHandler: Processed in 0.002080153 sec. | ||
9421 | 2025.07.15 21:12:19.567910 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
9422 | 2025.07.15 21:12:19.567962 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9423 | 2025.07.15 21:12:19.568062 [ 260 ] {b95ef08b-3a0e-4d44-9488-1c5f6a3ac75f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9424 | 2025.07.15 21:12:19.568110 [ 260 ] {b95ef08b-3a0e-4d44-9488-1c5f6a3ac75f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9425 | 2025.07.15 21:12:19.568137 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9426 | 2025.07.15 21:12:19.568204 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1179 rows starting from the beginning of the part | ||
9427 | 2025.07.15 21:12:19.568320 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 9 rows starting from the beginning of the part | ||
9428 | 2025.07.15 21:12:19.568421 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 32 rows starting from the beginning of the part | ||
9429 | 2025.07.15 21:12:19.568500 [ 260 ] {b95ef08b-3a0e-4d44-9488-1c5f6a3ac75f} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9430 | 2025.07.15 21:12:19.568517 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 9 rows starting from the beginning of the part | ||
9431 | 2025.07.15 21:12:19.568545 [ 260 ] {b95ef08b-3a0e-4d44-9488-1c5f6a3ac75f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9432 | 2025.07.15 21:12:19.568626 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 32 rows starting from the beginning of the part | ||
9433 | 2025.07.15 21:12:19.568727 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 9 rows starting from the beginning of the part | ||
9434 | 2025.07.15 21:12:19.569033 [ 260 ] {b95ef08b-3a0e-4d44-9488-1c5f6a3ac75f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9435 | 2025.07.15 21:12:19.569278 [ 260 ] {b95ef08b-3a0e-4d44-9488-1c5f6a3ac75f} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9436 | 2025.07.15 21:12:19.569419 [ 118 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9437 | 2025.07.15 21:12:19.569441 [ 260 ] {b95ef08b-3a0e-4d44-9488-1c5f6a3ac75f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001398 sec., 42918.45493562232 rows/sec., 2.89 MiB/sec. | ||
9438 | 2025.07.15 21:12:19.569465 [ 118 ] {} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9439 | 2025.07.15 21:12:19.569488 [ 260 ] {b95ef08b-3a0e-4d44-9488-1c5f6a3ac75f} <Debug> TCPHandler: Processed in 0.001577631 sec. | ||
9440 | 2025.07.15 21:12:19.569490 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9441 | 2025.07.15 21:12:19.569580 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
9442 | 2025.07.15 21:12:19.569680 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9443 | 2025.07.15 21:12:19.569713 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4266 rows starting from the beginning of the part | ||
9444 | 2025.07.15 21:12:19.569771 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
9445 | 2025.07.15 21:12:19.569815 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
9446 | 2025.07.15 21:12:19.569853 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
9447 | 2025.07.15 21:12:19.569889 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 82 rows starting from the beginning of the part | ||
9448 | 2025.07.15 21:12:19.569928 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
9449 | 2025.07.15 21:12:19.573906 [ 191 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4610 rows, containing 4 columns (4 merged, 0 gathered) in 0.004356153 sec., 1058273.2057391007 rows/sec., 69.43 MiB/sec. | ||
9450 | 2025.07.15 21:12:19.574449 [ 201 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9451 | 2025.07.15 21:12:19.574797 [ 201 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_71_14} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9452 | 2025.07.15 21:12:19.574903 [ 201 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_71_14} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9453 | 2025.07.15 21:12:19.575056 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
9454 | 2025.07.15 21:12:19.579513 [ 197 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22470 rows, containing 5 columns (5 merged, 0 gathered) in 0.013757146 sec., 1633332.960193924 rows/sec., 110.56 MiB/sec. | ||
9455 | 2025.07.15 21:12:19.579963 [ 191 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9456 | 2025.07.15 21:12:19.580270 [ 191 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9457 | 2025.07.15 21:12:19.580365 [ 191 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9458 | 2025.07.15 21:12:19.580468 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
9459 | 2025.07.15 21:12:19.582302 [ 191 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1270 rows, containing 19 columns (19 merged, 0 gathered) in 0.014424763 sec., 88043.04098445152 rows/sec., 157.77 MiB/sec. | ||
9460 | 2025.07.15 21:12:19.584371 [ 196 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
9461 | 2025.07.15 21:12:19.584725 [ 196 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9462 | 2025.07.15 21:12:19.584797 [ 196 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
9463 | 2025.07.15 21:12:19.584948 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.58 MiB. | ||
9464 | 2025.07.15 21:12:20.001149 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 292.96 MiB, peak 307.62 MiB, free memory in arenas 0.00 B, will set to 297.85 MiB (RSS), difference: 4.89 MiB | ||
9465 | 2025.07.15 21:12:20.670861 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
9466 | 2025.07.15 21:12:20.671411 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9467 | 2025.07.15 21:12:20.671464 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9468 | 2025.07.15 21:12:20.671960 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9469 | 2025.07.15 21:12:20.672189 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9470 | 2025.07.15 21:12:20.672323 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
9471 | 2025.07.15 21:12:21.917976 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 | ||
9472 | 2025.07.15 21:12:21.935437 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9473 | 2025.07.15 21:12:21.935499 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
9474 | 2025.07.15 21:12:21.941554 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9475 | 2025.07.15 21:12:21.942304 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9476 | 2025.07.15 21:12:21.945389 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 369 | ||
9477 | 2025.07.15 21:12:23.224962 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1318 | ||
9478 | 2025.07.15 21:12:23.227337 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9479 | 2025.07.15 21:12:23.227375 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9480 | 2025.07.15 21:12:23.228535 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
9481 | 2025.07.15 21:12:23.228791 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9482 | 2025.07.15 21:12:23.228930 [ 115 ] {} <Debug> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
9483 | 2025.07.15 21:12:23.228973 [ 115 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9484 | 2025.07.15 21:12:23.228996 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9485 | 2025.07.15 21:12:23.229046 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1318 | ||
9486 | 2025.07.15 21:12:23.229159 [ 196 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::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 | ||
9487 | 2025.07.15 21:12:23.229903 [ 196 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9488 | 2025.07.15 21:12:23.230043 [ 196 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1136 rows starting from the beginning of the part | ||
9489 | 2025.07.15 21:12:23.230394 [ 196 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 36 rows starting from the beginning of the part | ||
9490 | 2025.07.15 21:12:23.230710 [ 196 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 38 rows starting from the beginning of the part | ||
9491 | 2025.07.15 21:12:23.231029 [ 196 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 34 rows starting from the beginning of the part | ||
9492 | 2025.07.15 21:12:23.231340 [ 196 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part | ||
9493 | 2025.07.15 21:12:23.231663 [ 196 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 38 rows starting from the beginning of the part | ||
9494 | 2025.07.15 21:12:23.238225 [ 191 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1318 rows, containing 72 columns (72 merged, 0 gathered) in 0.009159037 sec., 143901.59140093002 rows/sec., 113.35 MiB/sec. | ||
9495 | 2025.07.15 21:12:23.239734 [ 190 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
9496 | 2025.07.15 21:12:23.240386 [ 190 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_36_7} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9497 | 2025.07.15 21:12:23.240475 [ 190 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_36_7} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
9498 | 2025.07.15 21:12:23.240835 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. | ||
9499 | 2025.07.15 21:12:24.527077 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9500 | 2025.07.15 21:12:24.527261 [ 260 ] {f57e92df-805d-419b-819a-ca449914b753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9501 | 2025.07.15 21:12:24.527330 [ 260 ] {f57e92df-805d-419b-819a-ca449914b753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9502 | 2025.07.15 21:12:24.528075 [ 260 ] {f57e92df-805d-419b-819a-ca449914b753} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9503 | 2025.07.15 21:12:24.528129 [ 260 ] {f57e92df-805d-419b-819a-ca449914b753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9504 | 2025.07.15 21:12:24.528544 [ 260 ] {f57e92df-805d-419b-819a-ca449914b753} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9505 | 2025.07.15 21:12:24.528793 [ 260 ] {f57e92df-805d-419b-819a-ca449914b753} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9506 | 2025.07.15 21:12:24.528956 [ 260 ] {f57e92df-805d-419b-819a-ca449914b753} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001746 sec., 68728.52233676976 rows/sec., 5.82 MiB/sec. | ||
9507 | 2025.07.15 21:12:24.529009 [ 260 ] {f57e92df-805d-419b-819a-ca449914b753} <Debug> TCPHandler: Processed in 0.002061813 sec. | ||
9508 | 2025.07.15 21:12:24.529139 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9509 | 2025.07.15 21:12:24.529244 [ 260 ] {fc24be3e-2a35-4db0-93b9-8210e548e306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9510 | 2025.07.15 21:12:24.529289 [ 260 ] {fc24be3e-2a35-4db0-93b9-8210e548e306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9511 | 2025.07.15 21:12:24.529726 [ 260 ] {fc24be3e-2a35-4db0-93b9-8210e548e306} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9512 | 2025.07.15 21:12:24.529765 [ 260 ] {fc24be3e-2a35-4db0-93b9-8210e548e306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9513 | 2025.07.15 21:12:24.530084 [ 260 ] {fc24be3e-2a35-4db0-93b9-8210e548e306} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
9514 | 2025.07.15 21:12:24.530321 [ 260 ] {fc24be3e-2a35-4db0-93b9-8210e548e306} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9515 | 2025.07.15 21:12:24.530457 [ 260 ] {fc24be3e-2a35-4db0-93b9-8210e548e306} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001238 sec., 25848.142164781908 rows/sec., 1.90 MiB/sec. | ||
9516 | 2025.07.15 21:12:24.530497 [ 260 ] {fc24be3e-2a35-4db0-93b9-8210e548e306} <Debug> TCPHandler: Processed in 0.001411746 sec. | ||
9517 | 2025.07.15 21:12:24.530603 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9518 | 2025.07.15 21:12:24.530699 [ 260 ] {c6216240-8ce9-4fde-af1e-63ee8dbce0ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9519 | 2025.07.15 21:12:24.530741 [ 260 ] {c6216240-8ce9-4fde-af1e-63ee8dbce0ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9520 | 2025.07.15 21:12:24.531175 [ 260 ] {c6216240-8ce9-4fde-af1e-63ee8dbce0ac} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9521 | 2025.07.15 21:12:24.531212 [ 260 ] {c6216240-8ce9-4fde-af1e-63ee8dbce0ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9522 | 2025.07.15 21:12:24.531536 [ 260 ] {c6216240-8ce9-4fde-af1e-63ee8dbce0ac} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9523 | 2025.07.15 21:12:24.531752 [ 260 ] {c6216240-8ce9-4fde-af1e-63ee8dbce0ac} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9524 | 2025.07.15 21:12:24.531883 [ 260 ] {c6216240-8ce9-4fde-af1e-63ee8dbce0ac} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001206 sec., 79601.99004975124 rows/sec., 6.22 MiB/sec. | ||
9525 | 2025.07.15 21:12:24.531923 [ 260 ] {c6216240-8ce9-4fde-af1e-63ee8dbce0ac} <Debug> TCPHandler: Processed in 0.001370955 sec. | ||
9526 | 2025.07.15 21:12:24.532037 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9527 | 2025.07.15 21:12:24.532132 [ 260 ] {60e79904-41e0-489b-86a4-d2082505361a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9528 | 2025.07.15 21:12:24.532176 [ 260 ] {60e79904-41e0-489b-86a4-d2082505361a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9529 | 2025.07.15 21:12:24.532583 [ 260 ] {60e79904-41e0-489b-86a4-d2082505361a} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9530 | 2025.07.15 21:12:24.532625 [ 260 ] {60e79904-41e0-489b-86a4-d2082505361a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9531 | 2025.07.15 21:12:24.532956 [ 260 ] {60e79904-41e0-489b-86a4-d2082505361a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9532 | 2025.07.15 21:12:24.533171 [ 260 ] {60e79904-41e0-489b-86a4-d2082505361a} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9533 | 2025.07.15 21:12:24.533302 [ 260 ] {60e79904-41e0-489b-86a4-d2082505361a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. | ||
9534 | 2025.07.15 21:12:24.533341 [ 260 ] {60e79904-41e0-489b-86a4-d2082505361a} <Debug> TCPHandler: Processed in 0.001353655 sec. | ||
9535 | 2025.07.15 21:12:24.533448 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9536 | 2025.07.15 21:12:24.533542 [ 260 ] {0e7f8745-45f2-4bea-8688-5da60d41d4b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9537 | 2025.07.15 21:12:24.533599 [ 260 ] {0e7f8745-45f2-4bea-8688-5da60d41d4b4} <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 | ||
9538 | 2025.07.15 21:12:24.534445 [ 260 ] {0e7f8745-45f2-4bea-8688-5da60d41d4b4} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9539 | 2025.07.15 21:12:24.534482 [ 260 ] {0e7f8745-45f2-4bea-8688-5da60d41d4b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9540 | 2025.07.15 21:12:24.535028 [ 260 ] {0e7f8745-45f2-4bea-8688-5da60d41d4b4} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9541 | 2025.07.15 21:12:24.535263 [ 260 ] {0e7f8745-45f2-4bea-8688-5da60d41d4b4} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9542 | 2025.07.15 21:12:24.535406 [ 260 ] {0e7f8745-45f2-4bea-8688-5da60d41d4b4} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001882 sec., 17003.188097768332 rows/sec., 30.47 MiB/sec. | ||
9543 | 2025.07.15 21:12:24.535469 [ 260 ] {0e7f8745-45f2-4bea-8688-5da60d41d4b4} <Debug> TCPHandler: Processed in 0.002071253 sec. | ||
9544 | 2025.07.15 21:12:24.535583 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9545 | 2025.07.15 21:12:24.535679 [ 260 ] {5dcada4f-be40-4bed-b500-178fdaf08ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9546 | 2025.07.15 21:12:24.535721 [ 260 ] {5dcada4f-be40-4bed-b500-178fdaf08ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9547 | 2025.07.15 21:12:24.536092 [ 260 ] {5dcada4f-be40-4bed-b500-178fdaf08ce9} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9548 | 2025.07.15 21:12:24.536128 [ 260 ] {5dcada4f-be40-4bed-b500-178fdaf08ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9549 | 2025.07.15 21:12:24.536439 [ 260 ] {5dcada4f-be40-4bed-b500-178fdaf08ce9} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9550 | 2025.07.15 21:12:24.536654 [ 260 ] {5dcada4f-be40-4bed-b500-178fdaf08ce9} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9551 | 2025.07.15 21:12:24.536794 [ 260 ] {5dcada4f-be40-4bed-b500-178fdaf08ce9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001134 sec., 52910.05291005291 rows/sec., 3.57 MiB/sec. | ||
9552 | 2025.07.15 21:12:24.536829 [ 260 ] {5dcada4f-be40-4bed-b500-178fdaf08ce9} <Debug> TCPHandler: Processed in 0.001296493 sec. | ||
9553 | 2025.07.15 21:12:27.977001 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9554 | 2025.07.15 21:12:27.977064 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9555 | 2025.07.15 21:12:28.173283 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 | ||
9556 | 2025.07.15 21:12:28.173815 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9557 | 2025.07.15 21:12:28.173864 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9558 | 2025.07.15 21:12:28.174408 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9559 | 2025.07.15 21:12:28.174669 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9560 | 2025.07.15 21:12:28.174825 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
9561 | 2025.07.15 21:12:29.446359 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 | ||
9562 | 2025.07.15 21:12:29.464411 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9563 | 2025.07.15 21:12:29.464477 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9564 | 2025.07.15 21:12:29.470776 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9565 | 2025.07.15 21:12:29.471548 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9566 | 2025.07.15 21:12:29.474697 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
9567 | 2025.07.15 21:12:29.525730 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9568 | 2025.07.15 21:12:29.525960 [ 260 ] {905ef45f-7ee8-492d-8857-1d8205b09272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9569 | 2025.07.15 21:12:29.526060 [ 260 ] {905ef45f-7ee8-492d-8857-1d8205b09272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9570 | 2025.07.15 21:12:29.526976 [ 260 ] {905ef45f-7ee8-492d-8857-1d8205b09272} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9571 | 2025.07.15 21:12:29.527022 [ 260 ] {905ef45f-7ee8-492d-8857-1d8205b09272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9572 | 2025.07.15 21:12:29.527424 [ 260 ] {905ef45f-7ee8-492d-8857-1d8205b09272} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9573 | 2025.07.15 21:12:29.527673 [ 260 ] {905ef45f-7ee8-492d-8857-1d8205b09272} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9574 | 2025.07.15 21:12:29.527829 [ 260 ] {905ef45f-7ee8-492d-8857-1d8205b09272} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001939 sec., 38164.00206291903 rows/sec., 3.10 MiB/sec. | ||
9575 | 2025.07.15 21:12:29.527871 [ 260 ] {905ef45f-7ee8-492d-8857-1d8205b09272} <Debug> TCPHandler: Processed in 0.002281819 sec. | ||
9576 | 2025.07.15 21:12:29.528008 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9577 | 2025.07.15 21:12:29.528106 [ 260 ] {93f72388-e39f-493b-a2de-d6f77ec968a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9578 | 2025.07.15 21:12:29.528148 [ 260 ] {93f72388-e39f-493b-a2de-d6f77ec968a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9579 | 2025.07.15 21:12:29.528560 [ 260 ] {93f72388-e39f-493b-a2de-d6f77ec968a6} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9580 | 2025.07.15 21:12:29.528597 [ 260 ] {93f72388-e39f-493b-a2de-d6f77ec968a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9581 | 2025.07.15 21:12:29.528910 [ 260 ] {93f72388-e39f-493b-a2de-d6f77ec968a6} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
9582 | 2025.07.15 21:12:29.529117 [ 260 ] {93f72388-e39f-493b-a2de-d6f77ec968a6} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9583 | 2025.07.15 21:12:29.529249 [ 260 ] {93f72388-e39f-493b-a2de-d6f77ec968a6} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001162 sec., 7745.266781411359 rows/sec., 582.41 KiB/sec. | ||
9584 | 2025.07.15 21:12:29.529287 [ 260 ] {93f72388-e39f-493b-a2de-d6f77ec968a6} <Debug> TCPHandler: Processed in 0.001332305 sec. | ||
9585 | 2025.07.15 21:12:29.529398 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9586 | 2025.07.15 21:12:29.529492 [ 260 ] {98621d09-4bce-4fb5-b7a6-6e0f9acaca9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9587 | 2025.07.15 21:12:29.529532 [ 260 ] {98621d09-4bce-4fb5-b7a6-6e0f9acaca9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9588 | 2025.07.15 21:12:29.529950 [ 260 ] {98621d09-4bce-4fb5-b7a6-6e0f9acaca9c} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9589 | 2025.07.15 21:12:29.529985 [ 260 ] {98621d09-4bce-4fb5-b7a6-6e0f9acaca9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9590 | 2025.07.15 21:12:29.530317 [ 260 ] {98621d09-4bce-4fb5-b7a6-6e0f9acaca9c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9591 | 2025.07.15 21:12:29.530534 [ 260 ] {98621d09-4bce-4fb5-b7a6-6e0f9acaca9c} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9592 | 2025.07.15 21:12:29.530663 [ 260 ] {98621d09-4bce-4fb5-b7a6-6e0f9acaca9c} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.00119 sec., 61344.537815126045 rows/sec., 4.79 MiB/sec. | ||
9593 | 2025.07.15 21:12:29.530701 [ 260 ] {98621d09-4bce-4fb5-b7a6-6e0f9acaca9c} <Debug> TCPHandler: Processed in 0.001352705 sec. | ||
9594 | 2025.07.15 21:12:29.530819 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9595 | 2025.07.15 21:12:29.530915 [ 260 ] {f2b454d7-4477-4585-9ddd-7d0542ee1aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9596 | 2025.07.15 21:12:29.530959 [ 260 ] {f2b454d7-4477-4585-9ddd-7d0542ee1aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9597 | 2025.07.15 21:12:29.531372 [ 260 ] {f2b454d7-4477-4585-9ddd-7d0542ee1aa4} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9598 | 2025.07.15 21:12:29.531407 [ 260 ] {f2b454d7-4477-4585-9ddd-7d0542ee1aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9599 | 2025.07.15 21:12:29.531751 [ 260 ] {f2b454d7-4477-4585-9ddd-7d0542ee1aa4} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9600 | 2025.07.15 21:12:29.531970 [ 260 ] {f2b454d7-4477-4585-9ddd-7d0542ee1aa4} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9601 | 2025.07.15 21:12:29.532100 [ 260 ] {f2b454d7-4477-4585-9ddd-7d0542ee1aa4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001203 sec., 133000.83125519534 rows/sec., 9.26 MiB/sec. | ||
9602 | 2025.07.15 21:12:29.532136 [ 260 ] {f2b454d7-4477-4585-9ddd-7d0542ee1aa4} <Debug> TCPHandler: Processed in 0.001368195 sec. | ||
9603 | 2025.07.15 21:12:29.532261 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9604 | 2025.07.15 21:12:29.532383 [ 260 ] {5eebca63-e363-403d-a2b7-14028efe957a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9605 | 2025.07.15 21:12:29.532450 [ 260 ] {5eebca63-e363-403d-a2b7-14028efe957a} <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 | ||
9606 | 2025.07.15 21:12:29.533283 [ 260 ] {5eebca63-e363-403d-a2b7-14028efe957a} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9607 | 2025.07.15 21:12:29.533321 [ 260 ] {5eebca63-e363-403d-a2b7-14028efe957a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9608 | 2025.07.15 21:12:29.533865 [ 260 ] {5eebca63-e363-403d-a2b7-14028efe957a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
9609 | 2025.07.15 21:12:29.534097 [ 260 ] {5eebca63-e363-403d-a2b7-14028efe957a} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9610 | 2025.07.15 21:12:29.534239 [ 260 ] {5eebca63-e363-403d-a2b7-14028efe957a} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001882 sec., 4782.146652497343 rows/sec., 8.57 MiB/sec. | ||
9611 | 2025.07.15 21:12:29.534302 [ 260 ] {5eebca63-e363-403d-a2b7-14028efe957a} <Debug> TCPHandler: Processed in 0.002100634 sec. | ||
9612 | 2025.07.15 21:12:29.534419 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9613 | 2025.07.15 21:12:29.534515 [ 260 ] {1e8ff1a9-cee5-467c-a1ad-618ca0822a0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9614 | 2025.07.15 21:12:29.534562 [ 260 ] {1e8ff1a9-cee5-467c-a1ad-618ca0822a0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9615 | 2025.07.15 21:12:29.534905 [ 260 ] {1e8ff1a9-cee5-467c-a1ad-618ca0822a0d} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9616 | 2025.07.15 21:12:29.534941 [ 260 ] {1e8ff1a9-cee5-467c-a1ad-618ca0822a0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9617 | 2025.07.15 21:12:29.535252 [ 260 ] {1e8ff1a9-cee5-467c-a1ad-618ca0822a0d} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9618 | 2025.07.15 21:12:29.535462 [ 260 ] {1e8ff1a9-cee5-467c-a1ad-618ca0822a0d} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9619 | 2025.07.15 21:12:29.535591 [ 260 ] {1e8ff1a9-cee5-467c-a1ad-618ca0822a0d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. | ||
9620 | 2025.07.15 21:12:29.535628 [ 260 ] {1e8ff1a9-cee5-467c-a1ad-618ca0822a0d} <Debug> TCPHandler: Processed in 0.001259453 sec. | ||
9621 | 2025.07.15 21:12:33.230145 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1342 | ||
9622 | 2025.07.15 21:12:33.232271 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9623 | 2025.07.15 21:12:33.232309 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9624 | 2025.07.15 21:12:33.233458 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
9625 | 2025.07.15 21:12:33.233715 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9626 | 2025.07.15 21:12:33.233970 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1342 | ||
9627 | 2025.07.15 21:12:33.448192 [ 107 ] {} <Debug> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf) (MergerMutator): Selected 5 parts from all_1_30_6 to all_34_34_0 | ||
9628 | 2025.07.15 21:12:33.448264 [ 107 ] {} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9629 | 2025.07.15 21:12:33.448301 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9630 | 2025.07.15 21:12:33.448460 [ 192 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_30_6 to all_34_34_0 into Compact with storage Full | ||
9631 | 2025.07.15 21:12:33.448612 [ 192 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9632 | 2025.07.15 21:12:33.448650 [ 192 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 341 rows starting from the beginning of the part | ||
9633 | 2025.07.15 21:12:33.448724 [ 192 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 113 rows starting from the beginning of the part | ||
9634 | 2025.07.15 21:12:33.448778 [ 192 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 113 rows starting from the beginning of the part | ||
9635 | 2025.07.15 21:12:33.448827 [ 192 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 113 rows starting from the beginning of the part | ||
9636 | 2025.07.15 21:12:33.448873 [ 192 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 228 rows starting from the beginning of the part | ||
9637 | 2025.07.15 21:12:33.449730 [ 191 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 908 rows, containing 5 columns (5 merged, 0 gathered) in 0.001337454 sec., 678901.8538207669 rows/sec., 47.55 MiB/sec. | ||
9638 | 2025.07.15 21:12:33.449880 [ 191 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) | ||
9639 | 2025.07.15 21:12:33.450143 [ 191 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_34_7} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9640 | 2025.07.15 21:12:33.450211 [ 191 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_34_7} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf) (MergerMutator): Merged 5 parts: [all_1_30_6, all_34_34_0] -> all_1_34_7 | ||
9641 | 2025.07.15 21:12:33.450298 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
9642 | 2025.07.15 21:12:34.526747 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9643 | 2025.07.15 21:12:34.526925 [ 260 ] {e1d7f97f-30b0-416f-b63e-e44e5ba14db8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
9644 | 2025.07.15 21:12:34.526991 [ 260 ] {e1d7f97f-30b0-416f-b63e-e44e5ba14db8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9645 | 2025.07.15 21:12:34.527609 [ 260 ] {e1d7f97f-30b0-416f-b63e-e44e5ba14db8} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9646 | 2025.07.15 21:12:34.527657 [ 260 ] {e1d7f97f-30b0-416f-b63e-e44e5ba14db8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9647 | 2025.07.15 21:12:34.528055 [ 260 ] {e1d7f97f-30b0-416f-b63e-e44e5ba14db8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9648 | 2025.07.15 21:12:34.528279 [ 260 ] {e1d7f97f-30b0-416f-b63e-e44e5ba14db8} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9649 | 2025.07.15 21:12:34.528432 [ 260 ] {e1d7f97f-30b0-416f-b63e-e44e5ba14db8} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001556 sec., 5141.388174807198 rows/sec., 419.24 KiB/sec. | ||
9650 | 2025.07.15 21:12:34.528473 [ 260 ] {e1d7f97f-30b0-416f-b63e-e44e5ba14db8} <Debug> TCPHandler: Processed in 0.001854138 sec. | ||
9651 | 2025.07.15 21:12:34.528586 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9652 | 2025.07.15 21:12:34.528680 [ 260 ] {1b611c9e-786f-4a10-9182-d5a3218c5c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9653 | 2025.07.15 21:12:34.528719 [ 260 ] {1b611c9e-786f-4a10-9182-d5a3218c5c97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9654 | 2025.07.15 21:12:34.529180 [ 260 ] {1b611c9e-786f-4a10-9182-d5a3218c5c97} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9655 | 2025.07.15 21:12:34.529214 [ 260 ] {1b611c9e-786f-4a10-9182-d5a3218c5c97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9656 | 2025.07.15 21:12:34.529539 [ 260 ] {1b611c9e-786f-4a10-9182-d5a3218c5c97} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9657 | 2025.07.15 21:12:34.529766 [ 260 ] {1b611c9e-786f-4a10-9182-d5a3218c5c97} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9658 | 2025.07.15 21:12:34.529901 [ 260 ] {1b611c9e-786f-4a10-9182-d5a3218c5c97} <Debug> executeQuery: Read 124 rows, 10.71 KiB in 0.001239 sec., 100080.71025020177 rows/sec., 8.44 MiB/sec. | ||
9659 | 2025.07.15 21:12:34.529939 [ 260 ] {1b611c9e-786f-4a10-9182-d5a3218c5c97} <Debug> TCPHandler: Processed in 0.001400046 sec. | ||
9660 | 2025.07.15 21:12:34.530057 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9661 | 2025.07.15 21:12:34.530150 [ 260 ] {46b79894-3a02-43d3-8bd3-d00fef7e8472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9662 | 2025.07.15 21:12:34.530249 [ 260 ] {46b79894-3a02-43d3-8bd3-d00fef7e8472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9663 | 2025.07.15 21:12:34.530664 [ 260 ] {46b79894-3a02-43d3-8bd3-d00fef7e8472} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9664 | 2025.07.15 21:12:34.530700 [ 260 ] {46b79894-3a02-43d3-8bd3-d00fef7e8472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9665 | 2025.07.15 21:12:34.530995 [ 260 ] {46b79894-3a02-43d3-8bd3-d00fef7e8472} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
9666 | 2025.07.15 21:12:34.531219 [ 260 ] {46b79894-3a02-43d3-8bd3-d00fef7e8472} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9667 | 2025.07.15 21:12:34.531349 [ 260 ] {46b79894-3a02-43d3-8bd3-d00fef7e8472} <Debug> executeQuery: Read 40 rows, 2.96 KiB in 0.001217 sec., 32867.70747740345 rows/sec., 2.38 MiB/sec. | ||
9668 | 2025.07.15 21:12:34.531386 [ 260 ] {46b79894-3a02-43d3-8bd3-d00fef7e8472} <Debug> TCPHandler: Processed in 0.001376706 sec. | ||
9669 | 2025.07.15 21:12:34.531492 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9670 | 2025.07.15 21:12:34.531688 [ 260 ] {fd58b717-ede2-463e-9664-2dc617adc013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9671 | 2025.07.15 21:12:34.531728 [ 260 ] {fd58b717-ede2-463e-9664-2dc617adc013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9672 | 2025.07.15 21:12:34.532159 [ 260 ] {fd58b717-ede2-463e-9664-2dc617adc013} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9673 | 2025.07.15 21:12:34.532194 [ 260 ] {fd58b717-ede2-463e-9664-2dc617adc013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9674 | 2025.07.15 21:12:34.532495 [ 260 ] {fd58b717-ede2-463e-9664-2dc617adc013} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9675 | 2025.07.15 21:12:34.532702 [ 260 ] {fd58b717-ede2-463e-9664-2dc617adc013} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9676 | 2025.07.15 21:12:34.532826 [ 260 ] {fd58b717-ede2-463e-9664-2dc617adc013} <Debug> executeQuery: Read 104 rows, 8.33 KiB in 0.001156 sec., 89965.39792387544 rows/sec., 7.04 MiB/sec. | ||
9677 | 2025.07.15 21:12:34.532862 [ 260 ] {fd58b717-ede2-463e-9664-2dc617adc013} <Debug> TCPHandler: Processed in 0.001417517 sec. | ||
9678 | 2025.07.15 21:12:34.532970 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9679 | 2025.07.15 21:12:34.533063 [ 260 ] {07ee8684-93f3-4e16-a6bc-3f5833796dff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9680 | 2025.07.15 21:12:34.533105 [ 260 ] {07ee8684-93f3-4e16-a6bc-3f5833796dff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9681 | 2025.07.15 21:12:34.533503 [ 260 ] {07ee8684-93f3-4e16-a6bc-3f5833796dff} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9682 | 2025.07.15 21:12:34.533540 [ 260 ] {07ee8684-93f3-4e16-a6bc-3f5833796dff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9683 | 2025.07.15 21:12:34.533886 [ 260 ] {07ee8684-93f3-4e16-a6bc-3f5833796dff} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9684 | 2025.07.15 21:12:34.534094 [ 260 ] {07ee8684-93f3-4e16-a6bc-3f5833796dff} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9685 | 2025.07.15 21:12:34.534218 [ 260 ] {07ee8684-93f3-4e16-a6bc-3f5833796dff} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001173 sec., 139812.44671781757 rows/sec., 9.73 MiB/sec. | ||
9686 | 2025.07.15 21:12:34.534253 [ 260 ] {07ee8684-93f3-4e16-a6bc-3f5833796dff} <Debug> TCPHandler: Processed in 0.001329165 sec. | ||
9687 | 2025.07.15 21:12:34.534360 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9688 | 2025.07.15 21:12:34.534451 [ 260 ] {8b41cdd4-e0ee-4a84-a695-0f26e01a7302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9689 | 2025.07.15 21:12:34.534504 [ 260 ] {8b41cdd4-e0ee-4a84-a695-0f26e01a7302} <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 | ||
9690 | 2025.07.15 21:12:34.535343 [ 260 ] {8b41cdd4-e0ee-4a84-a695-0f26e01a7302} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9691 | 2025.07.15 21:12:34.535376 [ 260 ] {8b41cdd4-e0ee-4a84-a695-0f26e01a7302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9692 | 2025.07.15 21:12:34.535909 [ 260 ] {8b41cdd4-e0ee-4a84-a695-0f26e01a7302} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
9693 | 2025.07.15 21:12:34.536127 [ 260 ] {8b41cdd4-e0ee-4a84-a695-0f26e01a7302} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9694 | 2025.07.15 21:12:34.536256 [ 260 ] {8b41cdd4-e0ee-4a84-a695-0f26e01a7302} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001823 sec., 17553.48326933626 rows/sec., 31.46 MiB/sec. | ||
9695 | 2025.07.15 21:12:34.536307 [ 260 ] {8b41cdd4-e0ee-4a84-a695-0f26e01a7302} <Debug> TCPHandler: Processed in 0.001993352 sec. | ||
9696 | 2025.07.15 21:12:34.536417 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9697 | 2025.07.15 21:12:34.536510 [ 260 ] {6baacce3-3a11-4ec1-a106-ff469abb4e60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9698 | 2025.07.15 21:12:34.536551 [ 260 ] {6baacce3-3a11-4ec1-a106-ff469abb4e60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9699 | 2025.07.15 21:12:34.536875 [ 260 ] {6baacce3-3a11-4ec1-a106-ff469abb4e60} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9700 | 2025.07.15 21:12:34.536909 [ 260 ] {6baacce3-3a11-4ec1-a106-ff469abb4e60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9701 | 2025.07.15 21:12:34.537214 [ 260 ] {6baacce3-3a11-4ec1-a106-ff469abb4e60} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9702 | 2025.07.15 21:12:34.537421 [ 260 ] {6baacce3-3a11-4ec1-a106-ff469abb4e60} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9703 | 2025.07.15 21:12:34.537549 [ 260 ] {6baacce3-3a11-4ec1-a106-ff469abb4e60} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. | ||
9704 | 2025.07.15 21:12:34.537584 [ 260 ] {6baacce3-3a11-4ec1-a106-ff469abb4e60} <Debug> TCPHandler: Processed in 0.001214272 sec. | ||
9705 | 2025.07.15 21:12:35.675854 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 | ||
9706 | 2025.07.15 21:12:35.676356 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9707 | 2025.07.15 21:12:35.676392 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9708 | 2025.07.15 21:12:35.676862 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9709 | 2025.07.15 21:12:35.677090 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9710 | 2025.07.15 21:12:35.677234 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 | ||
9711 | 2025.07.15 21:12:35.677251 [ 102 ] {} <Debug> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9712 | 2025.07.15 21:12:35.677326 [ 102 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9713 | 2025.07.15 21:12:35.677350 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9714 | 2025.07.15 21:12:35.677468 [ 192 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
9715 | 2025.07.15 21:12:35.677582 [ 192 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9716 | 2025.07.15 21:12:35.677616 [ 192 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
9717 | 2025.07.15 21:12:35.677681 [ 192 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
9718 | 2025.07.15 21:12:35.677734 [ 192 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
9719 | 2025.07.15 21:12:35.677778 [ 192 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
9720 | 2025.07.15 21:12:35.677820 [ 192 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
9721 | 2025.07.15 21:12:35.677864 [ 192 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
9722 | 2025.07.15 21:12:35.679760 [ 186 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.00234908 sec., 9945595.722580755 rows/sec., 142.27 MiB/sec. | ||
9723 | 2025.07.15 21:12:35.680192 [ 189 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9724 | 2025.07.15 21:12:35.680558 [ 189 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_51_10} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9725 | 2025.07.15 21:12:35.680669 [ 189 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_51_10} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9726 | 2025.07.15 21:12:35.680810 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
9727 | 2025.07.15 21:12:36.975709 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 | ||
9728 | 2025.07.15 21:12:36.994101 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9729 | 2025.07.15 21:12:36.994160 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9730 | 2025.07.15 21:12:37.000152 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 302.38 MiB, peak 307.62 MiB, free memory in arenas 0.00 B, will set to 297.86 MiB (RSS), difference: -4.52 MiB | ||
9731 | 2025.07.15 21:12:37.000727 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9732 | 2025.07.15 21:12:37.001520 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9733 | 2025.07.15 21:12:37.001821 [ 101 ] {} <Debug> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9734 | 2025.07.15 21:12:37.001859 [ 101 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9735 | 2025.07.15 21:12:37.001877 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9736 | 2025.07.15 21:12:37.001962 [ 189 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
9737 | 2025.07.15 21:12:37.005023 [ 189 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9738 | 2025.07.15 21:12:37.005459 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 384 | ||
9739 | 2025.07.15 21:12:37.005947 [ 189 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
9740 | 2025.07.15 21:12:37.009305 [ 189 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
9741 | 2025.07.15 21:12:37.012774 [ 189 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
9742 | 2025.07.15 21:12:37.016596 [ 189 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
9743 | 2025.07.15 21:12:37.020913 [ 189 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
9744 | 2025.07.15 21:12:37.024815 [ 189 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
9745 | 2025.07.15 21:12:37.081211 [ 186 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.079281848 sec., 4843.479430499652 rows/sec., 25.04 MiB/sec. | ||
9746 | 2025.07.15 21:12:37.084064 [ 200 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9747 | 2025.07.15 21:12:37.086244 [ 200 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_51_10} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9748 | 2025.07.15 21:12:37.086375 [ 200 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_51_10} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9749 | 2025.07.15 21:12:37.088895 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
9750 | 2025.07.15 21:12:38.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 294.41 MiB, peak 307.82 MiB, free memory in arenas 0.00 B, will set to 300.94 MiB (RSS), difference: 6.53 MiB | ||
9751 | 2025.07.15 21:12:39.525998 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9752 | 2025.07.15 21:12:39.526177 [ 260 ] {ecb116a1-ce9b-4209-ac00-d846608ffb64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9753 | 2025.07.15 21:12:39.526247 [ 260 ] {ecb116a1-ce9b-4209-ac00-d846608ffb64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9754 | 2025.07.15 21:12:39.526915 [ 260 ] {ecb116a1-ce9b-4209-ac00-d846608ffb64} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9755 | 2025.07.15 21:12:39.526963 [ 260 ] {ecb116a1-ce9b-4209-ac00-d846608ffb64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9756 | 2025.07.15 21:12:39.527388 [ 260 ] {ecb116a1-ce9b-4209-ac00-d846608ffb64} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
9757 | 2025.07.15 21:12:39.527640 [ 260 ] {ecb116a1-ce9b-4209-ac00-d846608ffb64} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9758 | 2025.07.15 21:12:39.527800 [ 260 ] {ecb116a1-ce9b-4209-ac00-d846608ffb64} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001673 sec., 44231.91870890616 rows/sec., 3.60 MiB/sec. | ||
9759 | 2025.07.15 21:12:39.527853 [ 260 ] {ecb116a1-ce9b-4209-ac00-d846608ffb64} <Debug> TCPHandler: Processed in 0.001982172 sec. | ||
9760 | 2025.07.15 21:12:39.527982 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9761 | 2025.07.15 21:12:39.528090 [ 260 ] {a3482a43-c4a1-4e28-8721-3580ae919afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9762 | 2025.07.15 21:12:39.528136 [ 260 ] {a3482a43-c4a1-4e28-8721-3580ae919afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9763 | 2025.07.15 21:12:39.528560 [ 260 ] {a3482a43-c4a1-4e28-8721-3580ae919afe} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9764 | 2025.07.15 21:12:39.528599 [ 260 ] {a3482a43-c4a1-4e28-8721-3580ae919afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9765 | 2025.07.15 21:12:39.528936 [ 260 ] {a3482a43-c4a1-4e28-8721-3580ae919afe} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
9766 | 2025.07.15 21:12:39.529156 [ 260 ] {a3482a43-c4a1-4e28-8721-3580ae919afe} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9767 | 2025.07.15 21:12:39.529285 [ 98 ] {} <Debug> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
9768 | 2025.07.15 21:12:39.529295 [ 260 ] {a3482a43-c4a1-4e28-8721-3580ae919afe} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.00123 sec., 7317.073170731707 rows/sec., 550.21 KiB/sec. | ||
9769 | 2025.07.15 21:12:39.529357 [ 98 ] {} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9770 | 2025.07.15 21:12:39.529376 [ 260 ] {a3482a43-c4a1-4e28-8721-3580ae919afe} <Debug> TCPHandler: Processed in 0.001446288 sec. | ||
9771 | 2025.07.15 21:12:39.529382 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9772 | 2025.07.15 21:12:39.529501 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9773 | 2025.07.15 21:12:39.529548 [ 201 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::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 | ||
9774 | 2025.07.15 21:12:39.529603 [ 260 ] {fd60748d-85c7-414e-b238-f2cd93ee1478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9775 | 2025.07.15 21:12:39.529650 [ 260 ] {fd60748d-85c7-414e-b238-f2cd93ee1478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9776 | 2025.07.15 21:12:39.529677 [ 201 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9777 | 2025.07.15 21:12:39.529714 [ 201 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 165 rows starting from the beginning of the part | ||
9778 | 2025.07.15 21:12:39.529781 [ 201 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 13 rows starting from the beginning of the part | ||
9779 | 2025.07.15 21:12:39.529829 [ 201 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 32 rows starting from the beginning of the part | ||
9780 | 2025.07.15 21:12:39.529870 [ 201 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 9 rows starting from the beginning of the part | ||
9781 | 2025.07.15 21:12:39.529910 [ 201 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::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 | ||
9782 | 2025.07.15 21:12:39.529952 [ 201 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 9 rows starting from the beginning of the part | ||
9783 | 2025.07.15 21:12:39.530104 [ 260 ] {fd60748d-85c7-414e-b238-f2cd93ee1478} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9784 | 2025.07.15 21:12:39.530146 [ 260 ] {fd60748d-85c7-414e-b238-f2cd93ee1478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9785 | 2025.07.15 21:12:39.530485 [ 260 ] {fd60748d-85c7-414e-b238-f2cd93ee1478} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
9786 | 2025.07.15 21:12:39.530719 [ 260 ] {fd60748d-85c7-414e-b238-f2cd93ee1478} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9787 | 2025.07.15 21:12:39.530806 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 268 rows, containing 5 columns (5 merged, 0 gathered) in 0.001318894 sec., 203200.5604696056 rows/sec., 14.40 MiB/sec. | ||
9788 | 2025.07.15 21:12:39.530854 [ 260 ] {fd60748d-85c7-414e-b238-f2cd93ee1478} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001271 sec., 57435.090479937055 rows/sec., 4.48 MiB/sec. | ||
9789 | 2025.07.15 21:12:39.530898 [ 260 ] {fd60748d-85c7-414e-b238-f2cd93ee1478} <Debug> TCPHandler: Processed in 0.001447487 sec. | ||
9790 | 2025.07.15 21:12:39.530940 [ 201 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
9791 | 2025.07.15 21:12:39.531019 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9792 | 2025.07.15 21:12:39.531120 [ 260 ] {8b7a14e4-681a-4144-934c-a80e9bf07a03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9793 | 2025.07.15 21:12:39.531169 [ 260 ] {8b7a14e4-681a-4144-934c-a80e9bf07a03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9794 | 2025.07.15 21:12:39.531201 [ 201 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_66_13} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9795 | 2025.07.15 21:12:39.531275 [ 201 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_66_13} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
9796 | 2025.07.15 21:12:39.531346 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
9797 | 2025.07.15 21:12:39.531585 [ 260 ] {8b7a14e4-681a-4144-934c-a80e9bf07a03} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9798 | 2025.07.15 21:12:39.531627 [ 260 ] {8b7a14e4-681a-4144-934c-a80e9bf07a03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9799 | 2025.07.15 21:12:39.531997 [ 260 ] {8b7a14e4-681a-4144-934c-a80e9bf07a03} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
9800 | 2025.07.15 21:12:39.532222 [ 260 ] {8b7a14e4-681a-4144-934c-a80e9bf07a03} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9801 | 2025.07.15 21:12:39.532359 [ 260 ] {8b7a14e4-681a-4144-934c-a80e9bf07a03} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001259 sec., 127084.98808578237 rows/sec., 8.85 MiB/sec. | ||
9802 | 2025.07.15 21:12:39.532398 [ 260 ] {8b7a14e4-681a-4144-934c-a80e9bf07a03} <Debug> TCPHandler: Processed in 0.001428167 sec. | ||
9803 | 2025.07.15 21:12:39.532510 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9804 | 2025.07.15 21:12:39.532605 [ 260 ] {5a77754c-11d8-4fdb-b36b-423a0cff58e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9805 | 2025.07.15 21:12:39.532662 [ 260 ] {5a77754c-11d8-4fdb-b36b-423a0cff58e2} <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 | ||
9806 | 2025.07.15 21:12:39.533441 [ 260 ] {5a77754c-11d8-4fdb-b36b-423a0cff58e2} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9807 | 2025.07.15 21:12:39.533479 [ 260 ] {5a77754c-11d8-4fdb-b36b-423a0cff58e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9808 | 2025.07.15 21:12:39.534014 [ 260 ] {5a77754c-11d8-4fdb-b36b-423a0cff58e2} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
9809 | 2025.07.15 21:12:39.534244 [ 260 ] {5a77754c-11d8-4fdb-b36b-423a0cff58e2} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9810 | 2025.07.15 21:12:39.534391 [ 260 ] {5a77754c-11d8-4fdb-b36b-423a0cff58e2} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001805 sec., 4986.149584487534 rows/sec., 8.93 MiB/sec. | ||
9811 | 2025.07.15 21:12:39.534454 [ 260 ] {5a77754c-11d8-4fdb-b36b-423a0cff58e2} <Debug> TCPHandler: Processed in 0.001992211 sec. | ||
9812 | 2025.07.15 21:12:39.534582 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9813 | 2025.07.15 21:12:39.534680 [ 260 ] {d01274ad-5e9a-4e03-b6b6-e70c3c1d5322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9814 | 2025.07.15 21:12:39.534723 [ 260 ] {d01274ad-5e9a-4e03-b6b6-e70c3c1d5322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9815 | 2025.07.15 21:12:39.535064 [ 260 ] {d01274ad-5e9a-4e03-b6b6-e70c3c1d5322} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9816 | 2025.07.15 21:12:39.535101 [ 260 ] {d01274ad-5e9a-4e03-b6b6-e70c3c1d5322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9817 | 2025.07.15 21:12:39.535431 [ 260 ] {d01274ad-5e9a-4e03-b6b6-e70c3c1d5322} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
9818 | 2025.07.15 21:12:39.535646 [ 260 ] {d01274ad-5e9a-4e03-b6b6-e70c3c1d5322} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9819 | 2025.07.15 21:12:39.535780 [ 260 ] {d01274ad-5e9a-4e03-b6b6-e70c3c1d5322} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001119 sec., 53619.30294906166 rows/sec., 3.61 MiB/sec. | ||
9820 | 2025.07.15 21:12:39.535817 [ 260 ] {d01274ad-5e9a-4e03-b6b6-e70c3c1d5322} <Debug> TCPHandler: Processed in 0.001284443 sec. | ||
9821 | 2025.07.15 21:12:42.977295 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9822 | 2025.07.15 21:12:42.977366 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9823 | 2025.07.15 21:12:43.178234 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 | ||
9824 | 2025.07.15 21:12:43.178750 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9825 | 2025.07.15 21:12:43.178793 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9826 | 2025.07.15 21:12:43.179272 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9827 | 2025.07.15 21:12:43.179504 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9828 | 2025.07.15 21:12:43.179648 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
9829 | 2025.07.15 21:12:43.235020 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1368 | ||
9830 | 2025.07.15 21:12:43.237308 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9831 | 2025.07.15 21:12:43.237369 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9832 | 2025.07.15 21:12:43.238556 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
9833 | 2025.07.15 21:12:43.238821 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9834 | 2025.07.15 21:12:43.239166 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1368 | ||
9835 | 2025.07.15 21:12:44.506463 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 | ||
9836 | 2025.07.15 21:12:44.522804 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9837 | 2025.07.15 21:12:44.522873 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9838 | 2025.07.15 21:12:44.528332 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9839 | 2025.07.15 21:12:44.529034 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9840 | 2025.07.15 21:12:44.531994 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
9841 | 2025.07.15 21:12:44.532559 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9842 | 2025.07.15 21:12:44.532738 [ 260 ] {92be0cd7-6d48-4b06-ac45-bba3d8dfc5dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
9843 | 2025.07.15 21:12:44.532807 [ 260 ] {92be0cd7-6d48-4b06-ac45-bba3d8dfc5dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
9844 | 2025.07.15 21:12:44.533553 [ 260 ] {92be0cd7-6d48-4b06-ac45-bba3d8dfc5dc} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9845 | 2025.07.15 21:12:44.533598 [ 260 ] {92be0cd7-6d48-4b06-ac45-bba3d8dfc5dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9846 | 2025.07.15 21:12:44.534012 [ 260 ] {92be0cd7-6d48-4b06-ac45-bba3d8dfc5dc} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9847 | 2025.07.15 21:12:44.534260 [ 260 ] {92be0cd7-6d48-4b06-ac45-bba3d8dfc5dc} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9848 | 2025.07.15 21:12:44.534423 [ 260 ] {92be0cd7-6d48-4b06-ac45-bba3d8dfc5dc} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001734 sec., 122260.66897347174 rows/sec., 7.78 MiB/sec. | ||
9849 | 2025.07.15 21:12:44.534477 [ 260 ] {92be0cd7-6d48-4b06-ac45-bba3d8dfc5dc} <Debug> TCPHandler: Processed in 0.002040153 sec. | ||
9850 | 2025.07.15 21:12:44.534598 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9851 | 2025.07.15 21:12:44.534703 [ 260 ] {e48d4688-4b0f-4d39-a484-8a5fe7e121ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9852 | 2025.07.15 21:12:44.534748 [ 260 ] {e48d4688-4b0f-4d39-a484-8a5fe7e121ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9853 | 2025.07.15 21:12:44.535501 [ 260 ] {e48d4688-4b0f-4d39-a484-8a5fe7e121ec} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9854 | 2025.07.15 21:12:44.535538 [ 260 ] {e48d4688-4b0f-4d39-a484-8a5fe7e121ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9855 | 2025.07.15 21:12:44.535896 [ 260 ] {e48d4688-4b0f-4d39-a484-8a5fe7e121ec} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
9856 | 2025.07.15 21:12:44.536125 [ 260 ] {e48d4688-4b0f-4d39-a484-8a5fe7e121ec} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9857 | 2025.07.15 21:12:44.536238 [ 77 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
9858 | 2025.07.15 21:12:44.536261 [ 260 ] {e48d4688-4b0f-4d39-a484-8a5fe7e121ec} <Debug> executeQuery: Read 681 rows, 55.38 KiB in 0.001582 sec., 430467.7623261694 rows/sec., 34.19 MiB/sec. | ||
9859 | 2025.07.15 21:12:44.536281 [ 77 ] {} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9860 | 2025.07.15 21:12:44.536305 [ 260 ] {e48d4688-4b0f-4d39-a484-8a5fe7e121ec} <Debug> TCPHandler: Processed in 0.001758915 sec. | ||
9861 | 2025.07.15 21:12:44.536308 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9862 | 2025.07.15 21:12:44.536425 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9863 | 2025.07.15 21:12:44.536457 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::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 | ||
9864 | 2025.07.15 21:12:44.536526 [ 260 ] {0e5e159f-ad8a-4f73-bbb2-41c26655890e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9865 | 2025.07.15 21:12:44.536574 [ 260 ] {0e5e159f-ad8a-4f73-bbb2-41c26655890e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9866 | 2025.07.15 21:12:44.536608 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9867 | 2025.07.15 21:12:44.536650 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1850 rows starting from the beginning of the part | ||
9868 | 2025.07.15 21:12:44.536719 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 120 rows starting from the beginning of the part | ||
9869 | 2025.07.15 21:12:44.536765 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 74 rows starting from the beginning of the part | ||
9870 | 2025.07.15 21:12:44.536807 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 124 rows starting from the beginning of the part | ||
9871 | 2025.07.15 21:12:44.536878 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 74 rows starting from the beginning of the part | ||
9872 | 2025.07.15 21:12:44.536940 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 681 rows starting from the beginning of the part | ||
9873 | 2025.07.15 21:12:44.537025 [ 260 ] {0e5e159f-ad8a-4f73-bbb2-41c26655890e} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9874 | 2025.07.15 21:12:44.537068 [ 260 ] {0e5e159f-ad8a-4f73-bbb2-41c26655890e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9875 | 2025.07.15 21:12:44.537422 [ 260 ] {0e5e159f-ad8a-4f73-bbb2-41c26655890e} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
9876 | 2025.07.15 21:12:44.537667 [ 260 ] {0e5e159f-ad8a-4f73-bbb2-41c26655890e} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9877 | 2025.07.15 21:12:44.537806 [ 260 ] {0e5e159f-ad8a-4f73-bbb2-41c26655890e} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001299 sec., 106235.56581986143 rows/sec., 6.61 MiB/sec. | ||
9878 | 2025.07.15 21:12:44.537846 [ 260 ] {0e5e159f-ad8a-4f73-bbb2-41c26655890e} <Debug> TCPHandler: Processed in 0.001473658 sec. | ||
9879 | 2025.07.15 21:12:44.537961 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9880 | 2025.07.15 21:12:44.538057 [ 260 ] {084d0f6c-ff91-46d8-9f87-4c5e9bb1c62c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
9881 | 2025.07.15 21:12:44.538098 [ 260 ] {084d0f6c-ff91-46d8-9f87-4c5e9bb1c62c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9882 | 2025.07.15 21:12:44.538432 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2923 rows, containing 5 columns (5 merged, 0 gathered) in 0.002037442 sec., 1434642.0658845748 rows/sec., 121.91 MiB/sec. | ||
9883 | 2025.07.15 21:12:44.538516 [ 260 ] {084d0f6c-ff91-46d8-9f87-4c5e9bb1c62c} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9884 | 2025.07.15 21:12:44.538558 [ 260 ] {084d0f6c-ff91-46d8-9f87-4c5e9bb1c62c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9885 | 2025.07.15 21:12:44.538743 [ 197 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
9886 | 2025.07.15 21:12:44.538888 [ 260 ] {084d0f6c-ff91-46d8-9f87-4c5e9bb1c62c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
9887 | 2025.07.15 21:12:44.539091 [ 197 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_76_15} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9888 | 2025.07.15 21:12:44.539152 [ 260 ] {084d0f6c-ff91-46d8-9f87-4c5e9bb1c62c} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9889 | 2025.07.15 21:12:44.539183 [ 197 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_76_15} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
9890 | 2025.07.15 21:12:44.539276 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
9891 | 2025.07.15 21:12:44.539293 [ 260 ] {084d0f6c-ff91-46d8-9f87-4c5e9bb1c62c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001253 sec., 90183.55945730247 rows/sec., 5.84 MiB/sec. | ||
9892 | 2025.07.15 21:12:44.539334 [ 260 ] {084d0f6c-ff91-46d8-9f87-4c5e9bb1c62c} <Debug> TCPHandler: Processed in 0.001423457 sec. | ||
9893 | 2025.07.15 21:12:44.539442 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9894 | 2025.07.15 21:12:44.539536 [ 260 ] {a0e6153c-d319-4ef8-a9f3-4051484dd4b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
9895 | 2025.07.15 21:12:44.539576 [ 260 ] {a0e6153c-d319-4ef8-a9f3-4051484dd4b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9896 | 2025.07.15 21:12:44.539986 [ 260 ] {a0e6153c-d319-4ef8-a9f3-4051484dd4b7} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9897 | 2025.07.15 21:12:44.540022 [ 260 ] {a0e6153c-d319-4ef8-a9f3-4051484dd4b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9898 | 2025.07.15 21:12:44.540334 [ 260 ] {a0e6153c-d319-4ef8-a9f3-4051484dd4b7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9899 | 2025.07.15 21:12:44.540551 [ 260 ] {a0e6153c-d319-4ef8-a9f3-4051484dd4b7} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9900 | 2025.07.15 21:12:44.540677 [ 260 ] {a0e6153c-d319-4ef8-a9f3-4051484dd4b7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001159 sec., 96635.03019844693 rows/sec., 5.50 MiB/sec. | ||
9901 | 2025.07.15 21:12:44.540715 [ 260 ] {a0e6153c-d319-4ef8-a9f3-4051484dd4b7} <Debug> TCPHandler: Processed in 0.001322504 sec. | ||
9902 | 2025.07.15 21:12:44.540819 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9903 | 2025.07.15 21:12:44.540914 [ 260 ] {3e8dccb9-b1db-419a-bd0c-f2bee614b923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9904 | 2025.07.15 21:12:44.540954 [ 260 ] {3e8dccb9-b1db-419a-bd0c-f2bee614b923} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9905 | 2025.07.15 21:12:44.541484 [ 260 ] {3e8dccb9-b1db-419a-bd0c-f2bee614b923} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9906 | 2025.07.15 21:12:44.541520 [ 260 ] {3e8dccb9-b1db-419a-bd0c-f2bee614b923} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9907 | 2025.07.15 21:12:44.541850 [ 260 ] {3e8dccb9-b1db-419a-bd0c-f2bee614b923} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
9908 | 2025.07.15 21:12:44.542062 [ 260 ] {3e8dccb9-b1db-419a-bd0c-f2bee614b923} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9909 | 2025.07.15 21:12:44.542169 [ 77 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
9910 | 2025.07.15 21:12:44.542192 [ 260 ] {3e8dccb9-b1db-419a-bd0c-f2bee614b923} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001296 sec., 319444.44444444444 rows/sec., 22.72 MiB/sec. | ||
9911 | 2025.07.15 21:12:44.542198 [ 77 ] {} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9912 | 2025.07.15 21:12:44.542231 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9913 | 2025.07.15 21:12:44.542237 [ 260 ] {3e8dccb9-b1db-419a-bd0c-f2bee614b923} <Debug> TCPHandler: Processed in 0.001466508 sec. | ||
9914 | 2025.07.15 21:12:44.542351 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9915 | 2025.07.15 21:12:44.542349 [ 199 ] {356f697c-9853-4710-92c4-0a2e48007ad7::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 | ||
9916 | 2025.07.15 21:12:44.542448 [ 260 ] {dfe8b4a1-74b1-4ed6-8f99-307befff4322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
9917 | 2025.07.15 21:12:44.542496 [ 260 ] {dfe8b4a1-74b1-4ed6-8f99-307befff4322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9918 | 2025.07.15 21:12:44.542513 [ 199 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9919 | 2025.07.15 21:12:44.542556 [ 199 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 917 rows starting from the beginning of the part | ||
9920 | 2025.07.15 21:12:44.542631 [ 199 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 96 rows starting from the beginning of the part | ||
9921 | 2025.07.15 21:12:44.542681 [ 199 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 73 rows starting from the beginning of the part | ||
9922 | 2025.07.15 21:12:44.542730 [ 199 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 104 rows starting from the beginning of the part | ||
9923 | 2025.07.15 21:12:44.542776 [ 199 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 73 rows starting from the beginning of the part | ||
9924 | 2025.07.15 21:12:44.542823 [ 199 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 414 rows starting from the beginning of the part | ||
9925 | 2025.07.15 21:12:44.542824 [ 260 ] {dfe8b4a1-74b1-4ed6-8f99-307befff4322} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9926 | 2025.07.15 21:12:44.542872 [ 260 ] {dfe8b4a1-74b1-4ed6-8f99-307befff4322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9927 | 2025.07.15 21:12:44.543209 [ 260 ] {dfe8b4a1-74b1-4ed6-8f99-307befff4322} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9928 | 2025.07.15 21:12:44.543437 [ 260 ] {dfe8b4a1-74b1-4ed6-8f99-307befff4322} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9929 | 2025.07.15 21:12:44.543574 [ 260 ] {dfe8b4a1-74b1-4ed6-8f99-307befff4322} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001144 sec., 5244.755244755244 rows/sec., 274.02 KiB/sec. | ||
9930 | 2025.07.15 21:12:44.543611 [ 260 ] {dfe8b4a1-74b1-4ed6-8f99-307befff4322} <Debug> TCPHandler: Processed in 0.001308104 sec. | ||
9931 | 2025.07.15 21:12:44.543720 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9932 | 2025.07.15 21:12:44.543815 [ 260 ] {196e53a0-63fc-4803-9873-975a5202a5e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9933 | 2025.07.15 21:12:44.543857 [ 260 ] {196e53a0-63fc-4803-9873-975a5202a5e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9934 | 2025.07.15 21:12:44.543957 [ 197 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1677 rows, containing 5 columns (5 merged, 0 gathered) in 0.001671013 sec., 1003582.8566264894 rows/sec., 77.50 MiB/sec. | ||
9935 | 2025.07.15 21:12:44.544162 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
9936 | 2025.07.15 21:12:44.544258 [ 260 ] {196e53a0-63fc-4803-9873-975a5202a5e5} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9937 | 2025.07.15 21:12:44.544302 [ 260 ] {196e53a0-63fc-4803-9873-975a5202a5e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9938 | 2025.07.15 21:12:44.544453 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_76_15} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9939 | 2025.07.15 21:12:44.544549 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_76_15} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
9940 | 2025.07.15 21:12:44.544654 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
9941 | 2025.07.15 21:12:44.544686 [ 260 ] {196e53a0-63fc-4803-9873-975a5202a5e5} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
9942 | 2025.07.15 21:12:44.544910 [ 260 ] {196e53a0-63fc-4803-9873-975a5202a5e5} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9943 | 2025.07.15 21:12:44.545017 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
9944 | 2025.07.15 21:12:44.545041 [ 260 ] {196e53a0-63fc-4803-9873-975a5202a5e5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001245 sec., 190361.44578313254 rows/sec., 12.76 MiB/sec. | ||
9945 | 2025.07.15 21:12:44.545046 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9946 | 2025.07.15 21:12:44.545080 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9947 | 2025.07.15 21:12:44.545085 [ 260 ] {196e53a0-63fc-4803-9873-975a5202a5e5} <Debug> TCPHandler: Processed in 0.001412886 sec. | ||
9948 | 2025.07.15 21:12:44.545166 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
9949 | 2025.07.15 21:12:44.545201 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9950 | 2025.07.15 21:12:44.545270 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9951 | 2025.07.15 21:12:44.545295 [ 260 ] {9f18a461-bd91-46ee-93b0-514e298e6116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
9952 | 2025.07.15 21:12:44.545300 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 22470 rows starting from the beginning of the part | ||
9953 | 2025.07.15 21:12:44.545338 [ 260 ] {9f18a461-bd91-46ee-93b0-514e298e6116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9954 | 2025.07.15 21:12:44.545368 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
9955 | 2025.07.15 21:12:44.545414 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
9956 | 2025.07.15 21:12:44.545458 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 164 rows starting from the beginning of the part | ||
9957 | 2025.07.15 21:12:44.545498 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
9958 | 2025.07.15 21:12:44.545540 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 237 rows starting from the beginning of the part | ||
9959 | 2025.07.15 21:12:44.545646 [ 260 ] {9f18a461-bd91-46ee-93b0-514e298e6116} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9960 | 2025.07.15 21:12:44.545681 [ 260 ] {9f18a461-bd91-46ee-93b0-514e298e6116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9961 | 2025.07.15 21:12:44.545984 [ 260 ] {9f18a461-bd91-46ee-93b0-514e298e6116} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9962 | 2025.07.15 21:12:44.546196 [ 260 ] {9f18a461-bd91-46ee-93b0-514e298e6116} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9963 | 2025.07.15 21:12:44.546327 [ 260 ] {9f18a461-bd91-46ee-93b0-514e298e6116} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00105 sec., 952.3809523809524 rows/sec., 64.17 KiB/sec. | ||
9964 | 2025.07.15 21:12:44.546364 [ 260 ] {9f18a461-bd91-46ee-93b0-514e298e6116} <Debug> TCPHandler: Processed in 0.001211691 sec. | ||
9965 | 2025.07.15 21:12:44.546464 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9966 | 2025.07.15 21:12:44.546557 [ 260 ] {b0e7c7df-b090-40a7-b798-d25fa6283ae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9967 | 2025.07.15 21:12:44.546611 [ 260 ] {b0e7c7df-b090-40a7-b798-d25fa6283ae2} <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 | ||
9968 | 2025.07.15 21:12:44.547453 [ 260 ] {b0e7c7df-b090-40a7-b798-d25fa6283ae2} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9969 | 2025.07.15 21:12:44.547488 [ 260 ] {b0e7c7df-b090-40a7-b798-d25fa6283ae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9970 | 2025.07.15 21:12:44.548491 [ 260 ] {b0e7c7df-b090-40a7-b798-d25fa6283ae2} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
9971 | 2025.07.15 21:12:44.548731 [ 260 ] {b0e7c7df-b090-40a7-b798-d25fa6283ae2} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9972 | 2025.07.15 21:12:44.548874 [ 260 ] {b0e7c7df-b090-40a7-b798-d25fa6283ae2} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002335 sec., 13704.496788008566 rows/sec., 24.56 MiB/sec. | ||
9973 | 2025.07.15 21:12:44.548885 [ 86 ] {} <Debug> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
9974 | 2025.07.15 21:12:44.548927 [ 260 ] {b0e7c7df-b090-40a7-b798-d25fa6283ae2} <Debug> TCPHandler: Processed in 0.002512034 sec. | ||
9975 | 2025.07.15 21:12:44.548935 [ 86 ] {} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9976 | 2025.07.15 21:12:44.548970 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9977 | 2025.07.15 21:12:44.549045 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9978 | 2025.07.15 21:12:44.549048 [ 186 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
9979 | 2025.07.15 21:12:44.549145 [ 260 ] {5aa5ca49-7963-43e5-8d80-acd764713e04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9980 | 2025.07.15 21:12:44.549192 [ 260 ] {5aa5ca49-7963-43e5-8d80-acd764713e04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9981 | 2025.07.15 21:12:44.549249 [ 186 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9982 | 2025.07.15 21:12:44.549294 [ 186 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1270 rows starting from the beginning of the part | ||
9983 | 2025.07.15 21:12:44.549415 [ 186 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 32 rows starting from the beginning of the part | ||
9984 | 2025.07.15 21:12:44.549513 [ 260 ] {5aa5ca49-7963-43e5-8d80-acd764713e04} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9985 | 2025.07.15 21:12:44.549523 [ 186 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 9 rows starting from the beginning of the part | ||
9986 | 2025.07.15 21:12:44.549560 [ 260 ] {5aa5ca49-7963-43e5-8d80-acd764713e04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9987 | 2025.07.15 21:12:44.549641 [ 186 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 32 rows starting from the beginning of the part | ||
9988 | 2025.07.15 21:12:44.549735 [ 186 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 9 rows starting from the beginning of the part | ||
9989 | 2025.07.15 21:12:44.549824 [ 186 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 32 rows starting from the beginning of the part | ||
9990 | 2025.07.15 21:12:44.549898 [ 260 ] {5aa5ca49-7963-43e5-8d80-acd764713e04} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
9991 | 2025.07.15 21:12:44.550140 [ 260 ] {5aa5ca49-7963-43e5-8d80-acd764713e04} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9992 | 2025.07.15 21:12:44.550258 [ 86 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
9993 | 2025.07.15 21:12:44.550269 [ 260 ] {5aa5ca49-7963-43e5-8d80-acd764713e04} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001143 sec., 71741.03237095363 rows/sec., 4.56 MiB/sec. | ||
9994 | 2025.07.15 21:12:44.550295 [ 86 ] {} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9995 | 2025.07.15 21:12:44.550318 [ 260 ] {5aa5ca49-7963-43e5-8d80-acd764713e04} <Debug> TCPHandler: Processed in 0.001324205 sec. | ||
9996 | 2025.07.15 21:12:44.550318 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
9997 | 2025.07.15 21:12:44.550417 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
9998 | 2025.07.15 21:12:44.550525 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9999 | 2025.07.15 21:12:44.550555 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4610 rows starting from the beginning of the part | ||
10000 | 2025.07.15 21:12:44.550617 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
10001 | 2025.07.15 21:12:44.550662 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
10002 | 2025.07.15 21:12:44.550707 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
10003 | 2025.07.15 21:12:44.550748 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
10004 | 2025.07.15 21:12:44.550789 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part | ||
10005 | 2025.07.15 21:12:44.554145 [ 187 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4932 rows, containing 4 columns (4 merged, 0 gathered) in 0.003755797 sec., 1313170.014247309 rows/sec., 86.22 MiB/sec. | ||
10006 | 2025.07.15 21:12:44.554907 [ 187 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
10007 | 2025.07.15 21:12:44.555263 [ 190 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23351 rows, containing 5 columns (5 merged, 0 gathered) in 0.010137322 sec., 2303468.3124399125 rows/sec., 156.03 MiB/sec. | ||
10008 | 2025.07.15 21:12:44.555387 [ 187 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_76_15} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10009 | 2025.07.15 21:12:44.555480 [ 187 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_76_15} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
10010 | 2025.07.15 21:12:44.555572 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
10011 | 2025.07.15 21:12:44.555792 [ 196 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
10012 | 2025.07.15 21:12:44.556110 [ 196 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10013 | 2025.07.15 21:12:44.556190 [ 196 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
10014 | 2025.07.15 21:12:44.556283 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
10015 | 2025.07.15 21:12:44.559991 [ 198 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1384 rows, containing 19 columns (19 merged, 0 gathered) in 0.010974263 sec., 126113.25243435481 rows/sec., 225.99 MiB/sec. | ||
10016 | 2025.07.15 21:12:44.561785 [ 198 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10017 | 2025.07.15 21:12:44.562131 [ 198 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10018 | 2025.07.15 21:12:44.562200 [ 198 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10019 | 2025.07.15 21:12:44.562288 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.63 MiB. | ||
10020 | 2025.07.15 21:12:45.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 302.48 MiB, peak 316.76 MiB, free memory in arenas 0.00 B, will set to 307.77 MiB (RSS), difference: 5.29 MiB | ||
10021 | 2025.07.15 21:12:49.553301 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10022 | 2025.07.15 21:12:49.553509 [ 260 ] {3dc92dc0-225a-4f47-affd-f293c87774a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
10023 | 2025.07.15 21:12:49.553587 [ 260 ] {3dc92dc0-225a-4f47-affd-f293c87774a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10024 | 2025.07.15 21:12:49.554291 [ 260 ] {3dc92dc0-225a-4f47-affd-f293c87774a5} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10025 | 2025.07.15 21:12:49.554350 [ 260 ] {3dc92dc0-225a-4f47-affd-f293c87774a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10026 | 2025.07.15 21:12:49.554753 [ 260 ] {3dc92dc0-225a-4f47-affd-f293c87774a5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
10027 | 2025.07.15 21:12:49.554986 [ 260 ] {3dc92dc0-225a-4f47-affd-f293c87774a5} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10028 | 2025.07.15 21:12:49.555153 [ 260 ] {3dc92dc0-225a-4f47-affd-f293c87774a5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.0017 sec., 2352.9411764705883 rows/sec., 191.87 KiB/sec. | ||
10029 | 2025.07.15 21:12:49.555206 [ 260 ] {3dc92dc0-225a-4f47-affd-f293c87774a5} <Debug> TCPHandler: Processed in 0.002035942 sec. | ||
10030 | 2025.07.15 21:12:49.555339 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10031 | 2025.07.15 21:12:49.555443 [ 260 ] {bb455c2d-a7f9-4bc6-b40e-ca713237e50e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10032 | 2025.07.15 21:12:49.555488 [ 260 ] {bb455c2d-a7f9-4bc6-b40e-ca713237e50e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10033 | 2025.07.15 21:12:49.556542 [ 260 ] {bb455c2d-a7f9-4bc6-b40e-ca713237e50e} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10034 | 2025.07.15 21:12:49.556582 [ 260 ] {bb455c2d-a7f9-4bc6-b40e-ca713237e50e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10035 | 2025.07.15 21:12:49.556987 [ 260 ] {bb455c2d-a7f9-4bc6-b40e-ca713237e50e} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
10036 | 2025.07.15 21:12:49.557210 [ 260 ] {bb455c2d-a7f9-4bc6-b40e-ca713237e50e} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10037 | 2025.07.15 21:12:49.557352 [ 260 ] {bb455c2d-a7f9-4bc6-b40e-ca713237e50e} <Debug> executeQuery: Read 1216 rows, 102.43 KiB in 0.001933 sec., 629073.9782721158 rows/sec., 51.75 MiB/sec. | ||
10038 | 2025.07.15 21:12:49.557393 [ 260 ] {bb455c2d-a7f9-4bc6-b40e-ca713237e50e} <Debug> TCPHandler: Processed in 0.002106875 sec. | ||
10039 | 2025.07.15 21:12:49.557508 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10040 | 2025.07.15 21:12:49.557607 [ 260 ] {e4135d23-b5fb-4610-aa5f-00858cf18d63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10041 | 2025.07.15 21:12:49.557648 [ 260 ] {e4135d23-b5fb-4610-aa5f-00858cf18d63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10042 | 2025.07.15 21:12:49.558055 [ 260 ] {e4135d23-b5fb-4610-aa5f-00858cf18d63} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10043 | 2025.07.15 21:12:49.558092 [ 260 ] {e4135d23-b5fb-4610-aa5f-00858cf18d63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10044 | 2025.07.15 21:12:49.558404 [ 260 ] {e4135d23-b5fb-4610-aa5f-00858cf18d63} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
10045 | 2025.07.15 21:12:49.558631 [ 260 ] {e4135d23-b5fb-4610-aa5f-00858cf18d63} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10046 | 2025.07.15 21:12:49.558770 [ 260 ] {e4135d23-b5fb-4610-aa5f-00858cf18d63} <Debug> executeQuery: Read 13 rows, 979.00 B in 0.001185 sec., 10970.464135021097 rows/sec., 806.80 KiB/sec. | ||
10047 | 2025.07.15 21:12:49.558811 [ 260 ] {e4135d23-b5fb-4610-aa5f-00858cf18d63} <Debug> TCPHandler: Processed in 0.001352935 sec. | ||
10048 | 2025.07.15 21:12:49.558925 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10049 | 2025.07.15 21:12:49.559021 [ 260 ] {c325d169-63b6-499a-ba71-431374e8a4f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10050 | 2025.07.15 21:12:49.559064 [ 260 ] {c325d169-63b6-499a-ba71-431374e8a4f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10051 | 2025.07.15 21:12:49.559549 [ 260 ] {c325d169-63b6-499a-ba71-431374e8a4f6} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10052 | 2025.07.15 21:12:49.559587 [ 260 ] {c325d169-63b6-499a-ba71-431374e8a4f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10053 | 2025.07.15 21:12:49.559913 [ 260 ] {c325d169-63b6-499a-ba71-431374e8a4f6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
10054 | 2025.07.15 21:12:49.560125 [ 260 ] {c325d169-63b6-499a-ba71-431374e8a4f6} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10055 | 2025.07.15 21:12:49.560259 [ 260 ] {c325d169-63b6-499a-ba71-431374e8a4f6} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001257 sec., 181384.24821002386 rows/sec., 12.28 MiB/sec. | ||
10056 | 2025.07.15 21:12:49.560298 [ 260 ] {c325d169-63b6-499a-ba71-431374e8a4f6} <Debug> TCPHandler: Processed in 0.001423987 sec. | ||
10057 | 2025.07.15 21:12:49.560410 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10058 | 2025.07.15 21:12:49.560510 [ 260 ] {80400eb1-5b65-459c-90fc-dda75d556291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10059 | 2025.07.15 21:12:49.560551 [ 260 ] {80400eb1-5b65-459c-90fc-dda75d556291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10060 | 2025.07.15 21:12:49.561144 [ 260 ] {80400eb1-5b65-459c-90fc-dda75d556291} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10061 | 2025.07.15 21:12:49.561182 [ 260 ] {80400eb1-5b65-459c-90fc-dda75d556291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10062 | 2025.07.15 21:12:49.561521 [ 260 ] {80400eb1-5b65-459c-90fc-dda75d556291} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
10063 | 2025.07.15 21:12:49.561738 [ 260 ] {80400eb1-5b65-459c-90fc-dda75d556291} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10064 | 2025.07.15 21:12:49.561869 [ 260 ] {80400eb1-5b65-459c-90fc-dda75d556291} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.001378 sec., 386792.4528301887 rows/sec., 28.67 MiB/sec. | ||
10065 | 2025.07.15 21:12:49.561907 [ 260 ] {80400eb1-5b65-459c-90fc-dda75d556291} <Debug> TCPHandler: Processed in 0.00154711 sec. | ||
10066 | 2025.07.15 21:12:49.562022 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10067 | 2025.07.15 21:12:49.562116 [ 260 ] {8b8d5e7e-075c-4a5f-aa36-927128c47431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10068 | 2025.07.15 21:12:49.562161 [ 260 ] {8b8d5e7e-075c-4a5f-aa36-927128c47431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10069 | 2025.07.15 21:12:49.562764 [ 260 ] {8b8d5e7e-075c-4a5f-aa36-927128c47431} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10070 | 2025.07.15 21:12:49.562803 [ 260 ] {8b8d5e7e-075c-4a5f-aa36-927128c47431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10071 | 2025.07.15 21:12:49.563186 [ 260 ] {8b8d5e7e-075c-4a5f-aa36-927128c47431} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
10072 | 2025.07.15 21:12:49.563409 [ 260 ] {8b8d5e7e-075c-4a5f-aa36-927128c47431} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10073 | 2025.07.15 21:12:49.563543 [ 260 ] {8b8d5e7e-075c-4a5f-aa36-927128c47431} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.001446 sec., 609958.5062240664 rows/sec., 41.04 MiB/sec. | ||
10074 | 2025.07.15 21:12:49.563582 [ 260 ] {8b8d5e7e-075c-4a5f-aa36-927128c47431} <Debug> TCPHandler: Processed in 0.001608962 sec. | ||
10075 | 2025.07.15 21:12:49.563691 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10076 | 2025.07.15 21:12:49.563786 [ 260 ] {b6a0adce-e9fe-4a21-ac24-24233fce5df5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10077 | 2025.07.15 21:12:49.563842 [ 260 ] {b6a0adce-e9fe-4a21-ac24-24233fce5df5} <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 | ||
10078 | 2025.07.15 21:12:49.564603 [ 260 ] {b6a0adce-e9fe-4a21-ac24-24233fce5df5} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10079 | 2025.07.15 21:12:49.564640 [ 260 ] {b6a0adce-e9fe-4a21-ac24-24233fce5df5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10080 | 2025.07.15 21:12:49.565158 [ 260 ] {b6a0adce-e9fe-4a21-ac24-24233fce5df5} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
10081 | 2025.07.15 21:12:49.565382 [ 260 ] {b6a0adce-e9fe-4a21-ac24-24233fce5df5} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10082 | 2025.07.15 21:12:49.565522 [ 260 ] {b6a0adce-e9fe-4a21-ac24-24233fce5df5} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001755 sec., 5128.205128205128 rows/sec., 9.19 MiB/sec. | ||
10083 | 2025.07.15 21:12:49.565587 [ 260 ] {b6a0adce-e9fe-4a21-ac24-24233fce5df5} <Debug> TCPHandler: Processed in 0.00194537 sec. | ||
10084 | 2025.07.15 21:12:49.565700 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10085 | 2025.07.15 21:12:49.565795 [ 260 ] {2a1ffd9a-4aa4-4909-ad95-ca58cbdfc83a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10086 | 2025.07.15 21:12:49.565838 [ 260 ] {2a1ffd9a-4aa4-4909-ad95-ca58cbdfc83a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10087 | 2025.07.15 21:12:49.566170 [ 260 ] {2a1ffd9a-4aa4-4909-ad95-ca58cbdfc83a} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10088 | 2025.07.15 21:12:49.566207 [ 260 ] {2a1ffd9a-4aa4-4909-ad95-ca58cbdfc83a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10089 | 2025.07.15 21:12:49.566507 [ 260 ] {2a1ffd9a-4aa4-4909-ad95-ca58cbdfc83a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
10090 | 2025.07.15 21:12:49.566714 [ 260 ] {2a1ffd9a-4aa4-4909-ad95-ca58cbdfc83a} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10091 | 2025.07.15 21:12:49.566844 [ 260 ] {2a1ffd9a-4aa4-4909-ad95-ca58cbdfc83a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. | ||
10092 | 2025.07.15 21:12:49.566881 [ 260 ] {2a1ffd9a-4aa4-4909-ad95-ca58cbdfc83a} <Debug> TCPHandler: Processed in 0.001231862 sec. | ||
10093 | 2025.07.15 21:12:50.680705 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278 | ||
10094 | 2025.07.15 21:12:50.681196 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10095 | 2025.07.15 21:12:50.681245 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10096 | 2025.07.15 21:12:50.681750 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10097 | 2025.07.15 21:12:50.681986 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10098 | 2025.07.15 21:12:50.682142 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278 | ||
10099 | 2025.07.15 21:12:52.032994 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
10100 | 2025.07.15 21:12:52.051417 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10101 | 2025.07.15 21:12:52.051491 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10102 | 2025.07.15 21:12:52.058252 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10103 | 2025.07.15 21:12:52.059108 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10104 | 2025.07.15 21:12:52.063640 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
10105 | 2025.07.15 21:12:53.240208 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1406 | ||
10106 | 2025.07.15 21:12:53.242617 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10107 | 2025.07.15 21:12:53.242661 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10108 | 2025.07.15 21:12:53.243826 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
10109 | 2025.07.15 21:12:53.244093 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10110 | 2025.07.15 21:12:53.244348 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1406 | ||
10111 | 2025.07.15 21:12:54.531731 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10112 | 2025.07.15 21:12:54.531927 [ 260 ] {c8157a38-bf8d-4e3b-a7e8-852a5ae8f4d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
10113 | 2025.07.15 21:12:54.531999 [ 260 ] {c8157a38-bf8d-4e3b-a7e8-852a5ae8f4d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
10114 | 2025.07.15 21:12:54.532736 [ 260 ] {c8157a38-bf8d-4e3b-a7e8-852a5ae8f4d7} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10115 | 2025.07.15 21:12:54.532781 [ 260 ] {c8157a38-bf8d-4e3b-a7e8-852a5ae8f4d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10116 | 2025.07.15 21:12:54.533176 [ 260 ] {c8157a38-bf8d-4e3b-a7e8-852a5ae8f4d7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10117 | 2025.07.15 21:12:54.533398 [ 260 ] {c8157a38-bf8d-4e3b-a7e8-852a5ae8f4d7} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10118 | 2025.07.15 21:12:54.533559 [ 260 ] {c8157a38-bf8d-4e3b-a7e8-852a5ae8f4d7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001683 sec., 125965.53773024361 rows/sec., 8.01 MiB/sec. | ||
10119 | 2025.07.15 21:12:54.533610 [ 260 ] {c8157a38-bf8d-4e3b-a7e8-852a5ae8f4d7} <Debug> TCPHandler: Processed in 0.002007872 sec. | ||
10120 | 2025.07.15 21:12:54.533744 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10121 | 2025.07.15 21:12:54.533847 [ 260 ] {d4e58de6-5c16-44b1-876b-383f210a620d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10122 | 2025.07.15 21:12:54.533892 [ 260 ] {d4e58de6-5c16-44b1-876b-383f210a620d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10123 | 2025.07.15 21:12:54.534573 [ 260 ] {d4e58de6-5c16-44b1-876b-383f210a620d} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10124 | 2025.07.15 21:12:54.534608 [ 260 ] {d4e58de6-5c16-44b1-876b-383f210a620d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10125 | 2025.07.15 21:12:54.534992 [ 260 ] {d4e58de6-5c16-44b1-876b-383f210a620d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
10126 | 2025.07.15 21:12:54.535203 [ 260 ] {d4e58de6-5c16-44b1-876b-383f210a620d} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10127 | 2025.07.15 21:12:54.535343 [ 260 ] {d4e58de6-5c16-44b1-876b-383f210a620d} <Debug> executeQuery: Read 681 rows, 55.38 KiB in 0.001518 sec., 448616.6007905138 rows/sec., 35.63 MiB/sec. | ||
10128 | 2025.07.15 21:12:54.535384 [ 260 ] {d4e58de6-5c16-44b1-876b-383f210a620d} <Debug> TCPHandler: Processed in 0.001690793 sec. | ||
10129 | 2025.07.15 21:12:54.535504 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10130 | 2025.07.15 21:12:54.535600 [ 260 ] {c83ac275-5477-4956-958e-ec22154a4588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10131 | 2025.07.15 21:12:54.535640 [ 260 ] {c83ac275-5477-4956-958e-ec22154a4588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10132 | 2025.07.15 21:12:54.536101 [ 260 ] {c83ac275-5477-4956-958e-ec22154a4588} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10133 | 2025.07.15 21:12:54.536136 [ 260 ] {c83ac275-5477-4956-958e-ec22154a4588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10134 | 2025.07.15 21:12:54.536439 [ 260 ] {c83ac275-5477-4956-958e-ec22154a4588} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
10135 | 2025.07.15 21:12:54.536652 [ 260 ] {c83ac275-5477-4956-958e-ec22154a4588} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10136 | 2025.07.15 21:12:54.536780 [ 260 ] {c83ac275-5477-4956-958e-ec22154a4588} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001199 sec., 115095.91326105088 rows/sec., 7.16 MiB/sec. | ||
10137 | 2025.07.15 21:12:54.536820 [ 260 ] {c83ac275-5477-4956-958e-ec22154a4588} <Debug> TCPHandler: Processed in 0.001363725 sec. | ||
10138 | 2025.07.15 21:12:54.536936 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10139 | 2025.07.15 21:12:54.537028 [ 260 ] {dc3d840c-7b76-4fcb-a469-3a30aaf9cfaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10140 | 2025.07.15 21:12:54.537067 [ 260 ] {dc3d840c-7b76-4fcb-a469-3a30aaf9cfaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10141 | 2025.07.15 21:12:54.537551 [ 260 ] {dc3d840c-7b76-4fcb-a469-3a30aaf9cfaa} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10142 | 2025.07.15 21:12:54.537596 [ 260 ] {dc3d840c-7b76-4fcb-a469-3a30aaf9cfaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10143 | 2025.07.15 21:12:54.537971 [ 260 ] {dc3d840c-7b76-4fcb-a469-3a30aaf9cfaa} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
10144 | 2025.07.15 21:12:54.538227 [ 260 ] {dc3d840c-7b76-4fcb-a469-3a30aaf9cfaa} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10145 | 2025.07.15 21:12:54.538381 [ 260 ] {dc3d840c-7b76-4fcb-a469-3a30aaf9cfaa} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00137 sec., 82481.75182481752 rows/sec., 5.34 MiB/sec. | ||
10146 | 2025.07.15 21:12:54.538419 [ 260 ] {dc3d840c-7b76-4fcb-a469-3a30aaf9cfaa} <Debug> TCPHandler: Processed in 0.00153002 sec. | ||
10147 | 2025.07.15 21:12:54.538535 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10148 | 2025.07.15 21:12:54.538633 [ 260 ] {3b1261a2-6c31-4ce2-b6dd-c6ae187c3f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
10149 | 2025.07.15 21:12:54.538675 [ 260 ] {3b1261a2-6c31-4ce2-b6dd-c6ae187c3f34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10150 | 2025.07.15 21:12:54.539112 [ 260 ] {3b1261a2-6c31-4ce2-b6dd-c6ae187c3f34} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10151 | 2025.07.15 21:12:54.539148 [ 260 ] {3b1261a2-6c31-4ce2-b6dd-c6ae187c3f34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10152 | 2025.07.15 21:12:54.539462 [ 260 ] {3b1261a2-6c31-4ce2-b6dd-c6ae187c3f34} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10153 | 2025.07.15 21:12:54.539675 [ 260 ] {3b1261a2-6c31-4ce2-b6dd-c6ae187c3f34} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10154 | 2025.07.15 21:12:54.539806 [ 260 ] {3b1261a2-6c31-4ce2-b6dd-c6ae187c3f34} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001192 sec., 93959.73154362416 rows/sec., 5.35 MiB/sec. | ||
10155 | 2025.07.15 21:12:54.539843 [ 260 ] {3b1261a2-6c31-4ce2-b6dd-c6ae187c3f34} <Debug> TCPHandler: Processed in 0.001358695 sec. | ||
10156 | 2025.07.15 21:12:54.539955 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10157 | 2025.07.15 21:12:54.540049 [ 260 ] {4fabadcf-2fb0-4a09-ad82-a9b393092db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10158 | 2025.07.15 21:12:54.540090 [ 260 ] {4fabadcf-2fb0-4a09-ad82-a9b393092db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10159 | 2025.07.15 21:12:54.540654 [ 260 ] {4fabadcf-2fb0-4a09-ad82-a9b393092db3} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10160 | 2025.07.15 21:12:54.540690 [ 260 ] {4fabadcf-2fb0-4a09-ad82-a9b393092db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10161 | 2025.07.15 21:12:54.541015 [ 260 ] {4fabadcf-2fb0-4a09-ad82-a9b393092db3} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
10162 | 2025.07.15 21:12:54.541246 [ 260 ] {4fabadcf-2fb0-4a09-ad82-a9b393092db3} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10163 | 2025.07.15 21:12:54.541383 [ 260 ] {4fabadcf-2fb0-4a09-ad82-a9b393092db3} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001352 sec., 306213.0177514793 rows/sec., 21.78 MiB/sec. | ||
10164 | 2025.07.15 21:12:54.541420 [ 260 ] {4fabadcf-2fb0-4a09-ad82-a9b393092db3} <Debug> TCPHandler: Processed in 0.001515369 sec. | ||
10165 | 2025.07.15 21:12:54.541534 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10166 | 2025.07.15 21:12:54.541628 [ 260 ] {a05af6c0-b41a-483a-a5a6-e76c631dc086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
10167 | 2025.07.15 21:12:54.541670 [ 260 ] {a05af6c0-b41a-483a-a5a6-e76c631dc086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10168 | 2025.07.15 21:12:54.542005 [ 260 ] {a05af6c0-b41a-483a-a5a6-e76c631dc086} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10169 | 2025.07.15 21:12:54.542040 [ 260 ] {a05af6c0-b41a-483a-a5a6-e76c631dc086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10170 | 2025.07.15 21:12:54.542349 [ 260 ] {a05af6c0-b41a-483a-a5a6-e76c631dc086} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10171 | 2025.07.15 21:12:54.542557 [ 260 ] {a05af6c0-b41a-483a-a5a6-e76c631dc086} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10172 | 2025.07.15 21:12:54.542688 [ 260 ] {a05af6c0-b41a-483a-a5a6-e76c631dc086} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001078 sec., 5565.862708719852 rows/sec., 290.79 KiB/sec. | ||
10173 | 2025.07.15 21:12:54.542724 [ 260 ] {a05af6c0-b41a-483a-a5a6-e76c631dc086} <Debug> TCPHandler: Processed in 0.001239592 sec. | ||
10174 | 2025.07.15 21:12:54.542827 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10175 | 2025.07.15 21:12:54.542921 [ 260 ] {c4a27176-52b2-435d-bab1-a4347e0adf7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10176 | 2025.07.15 21:12:54.542964 [ 260 ] {c4a27176-52b2-435d-bab1-a4347e0adf7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10177 | 2025.07.15 21:12:54.543367 [ 260 ] {c4a27176-52b2-435d-bab1-a4347e0adf7a} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10178 | 2025.07.15 21:12:54.543403 [ 260 ] {c4a27176-52b2-435d-bab1-a4347e0adf7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10179 | 2025.07.15 21:12:54.543734 [ 260 ] {c4a27176-52b2-435d-bab1-a4347e0adf7a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
10180 | 2025.07.15 21:12:54.543945 [ 260 ] {c4a27176-52b2-435d-bab1-a4347e0adf7a} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10181 | 2025.07.15 21:12:54.544080 [ 260 ] {c4a27176-52b2-435d-bab1-a4347e0adf7a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001178 sec., 201188.45500848896 rows/sec., 13.49 MiB/sec. | ||
10182 | 2025.07.15 21:12:54.544117 [ 260 ] {c4a27176-52b2-435d-bab1-a4347e0adf7a} <Debug> TCPHandler: Processed in 0.001340405 sec. | ||
10183 | 2025.07.15 21:12:54.544228 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10184 | 2025.07.15 21:12:54.544322 [ 260 ] {a9feedb1-05e2-4143-9db0-788960920c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
10185 | 2025.07.15 21:12:54.544366 [ 260 ] {a9feedb1-05e2-4143-9db0-788960920c31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10186 | 2025.07.15 21:12:54.544675 [ 260 ] {a9feedb1-05e2-4143-9db0-788960920c31} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10187 | 2025.07.15 21:12:54.544710 [ 260 ] {a9feedb1-05e2-4143-9db0-788960920c31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10188 | 2025.07.15 21:12:54.544996 [ 260 ] {a9feedb1-05e2-4143-9db0-788960920c31} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10189 | 2025.07.15 21:12:54.545201 [ 260 ] {a9feedb1-05e2-4143-9db0-788960920c31} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10190 | 2025.07.15 21:12:54.545336 [ 260 ] {a9feedb1-05e2-4143-9db0-788960920c31} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001032 sec., 968.9922480620156 rows/sec., 65.29 KiB/sec. | ||
10191 | 2025.07.15 21:12:54.545373 [ 260 ] {a9feedb1-05e2-4143-9db0-788960920c31} <Debug> TCPHandler: Processed in 0.001194731 sec. | ||
10192 | 2025.07.15 21:12:54.545478 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10193 | 2025.07.15 21:12:54.545571 [ 260 ] {e167fa2c-5739-4ca8-b0cb-6d1953831546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10194 | 2025.07.15 21:12:54.545626 [ 260 ] {e167fa2c-5739-4ca8-b0cb-6d1953831546} <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 | ||
10195 | 2025.07.15 21:12:54.546432 [ 260 ] {e167fa2c-5739-4ca8-b0cb-6d1953831546} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10196 | 2025.07.15 21:12:54.546468 [ 260 ] {e167fa2c-5739-4ca8-b0cb-6d1953831546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10197 | 2025.07.15 21:12:54.547027 [ 260 ] {e167fa2c-5739-4ca8-b0cb-6d1953831546} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
10198 | 2025.07.15 21:12:54.547256 [ 260 ] {e167fa2c-5739-4ca8-b0cb-6d1953831546} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10199 | 2025.07.15 21:12:54.547397 [ 260 ] {e167fa2c-5739-4ca8-b0cb-6d1953831546} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001843 sec., 17362.995116657625 rows/sec., 31.11 MiB/sec. | ||
10200 | 2025.07.15 21:12:54.547460 [ 260 ] {e167fa2c-5739-4ca8-b0cb-6d1953831546} <Debug> TCPHandler: Processed in 0.002032082 sec. | ||
10201 | 2025.07.15 21:12:54.547573 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10202 | 2025.07.15 21:12:54.547669 [ 260 ] {b1c1a566-f14c-4598-a2a0-79771cd95daa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10203 | 2025.07.15 21:12:54.547710 [ 260 ] {b1c1a566-f14c-4598-a2a0-79771cd95daa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10204 | 2025.07.15 21:12:54.548038 [ 260 ] {b1c1a566-f14c-4598-a2a0-79771cd95daa} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10205 | 2025.07.15 21:12:54.548075 [ 260 ] {b1c1a566-f14c-4598-a2a0-79771cd95daa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10206 | 2025.07.15 21:12:54.548380 [ 260 ] {b1c1a566-f14c-4598-a2a0-79771cd95daa} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
10207 | 2025.07.15 21:12:54.548599 [ 260 ] {b1c1a566-f14c-4598-a2a0-79771cd95daa} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10208 | 2025.07.15 21:12:54.548731 [ 260 ] {b1c1a566-f14c-4598-a2a0-79771cd95daa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001081 sec., 75855.68917668826 rows/sec., 4.82 MiB/sec. | ||
10209 | 2025.07.15 21:12:54.548766 [ 260 ] {b1c1a566-f14c-4598-a2a0-79771cd95daa} <Debug> TCPHandler: Processed in 0.001243042 sec. | ||
10210 | 2025.07.15 21:12:57.977422 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10211 | 2025.07.15 21:12:57.977511 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10212 | 2025.07.15 21:12:58.183221 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766 | ||
10213 | 2025.07.15 21:12:58.183746 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10214 | 2025.07.15 21:12:58.183796 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10215 | 2025.07.15 21:12:58.184311 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10216 | 2025.07.15 21:12:58.184572 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10217 | 2025.07.15 21:12:58.184732 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
10218 | 2025.07.15 21:12:59.524950 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10219 | 2025.07.15 21:12:59.525149 [ 260 ] {cbb6667f-ce58-438c-9038-d46b7feed33e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10220 | 2025.07.15 21:12:59.525225 [ 260 ] {cbb6667f-ce58-438c-9038-d46b7feed33e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10221 | 2025.07.15 21:12:59.525955 [ 260 ] {cbb6667f-ce58-438c-9038-d46b7feed33e} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10222 | 2025.07.15 21:12:59.526008 [ 260 ] {cbb6667f-ce58-438c-9038-d46b7feed33e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10223 | 2025.07.15 21:12:59.526417 [ 260 ] {cbb6667f-ce58-438c-9038-d46b7feed33e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10224 | 2025.07.15 21:12:59.526651 [ 260 ] {cbb6667f-ce58-438c-9038-d46b7feed33e} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10225 | 2025.07.15 21:12:59.526814 [ 260 ] {cbb6667f-ce58-438c-9038-d46b7feed33e} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001721 sec., 42998.25682742591 rows/sec., 3.50 MiB/sec. | ||
10226 | 2025.07.15 21:12:59.526867 [ 260 ] {cbb6667f-ce58-438c-9038-d46b7feed33e} <Debug> TCPHandler: Processed in 0.002057853 sec. | ||
10227 | 2025.07.15 21:12:59.526993 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10228 | 2025.07.15 21:12:59.527099 [ 260 ] {83217c65-5b4f-44cf-a39d-e50b895c0690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10229 | 2025.07.15 21:12:59.527143 [ 260 ] {83217c65-5b4f-44cf-a39d-e50b895c0690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10230 | 2025.07.15 21:12:59.527551 [ 260 ] {83217c65-5b4f-44cf-a39d-e50b895c0690} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10231 | 2025.07.15 21:12:59.527589 [ 260 ] {83217c65-5b4f-44cf-a39d-e50b895c0690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10232 | 2025.07.15 21:12:59.527916 [ 260 ] {83217c65-5b4f-44cf-a39d-e50b895c0690} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
10233 | 2025.07.15 21:12:59.528132 [ 260 ] {83217c65-5b4f-44cf-a39d-e50b895c0690} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10234 | 2025.07.15 21:12:59.528269 [ 260 ] {83217c65-5b4f-44cf-a39d-e50b895c0690} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001195 sec., 7531.380753138074 rows/sec., 566.32 KiB/sec. | ||
10235 | 2025.07.15 21:12:59.528308 [ 260 ] {83217c65-5b4f-44cf-a39d-e50b895c0690} <Debug> TCPHandler: Processed in 0.001368205 sec. | ||
10236 | 2025.07.15 21:12:59.528412 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10237 | 2025.07.15 21:12:59.528511 [ 260 ] {3a2e6a33-82f8-415f-94d7-cd0b84600fee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10238 | 2025.07.15 21:12:59.528553 [ 260 ] {3a2e6a33-82f8-415f-94d7-cd0b84600fee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10239 | 2025.07.15 21:12:59.528979 [ 260 ] {3a2e6a33-82f8-415f-94d7-cd0b84600fee} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10240 | 2025.07.15 21:12:59.529016 [ 260 ] {3a2e6a33-82f8-415f-94d7-cd0b84600fee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10241 | 2025.07.15 21:12:59.529330 [ 260 ] {3a2e6a33-82f8-415f-94d7-cd0b84600fee} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10242 | 2025.07.15 21:12:59.529556 [ 260 ] {3a2e6a33-82f8-415f-94d7-cd0b84600fee} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10243 | 2025.07.15 21:12:59.529687 [ 260 ] {3a2e6a33-82f8-415f-94d7-cd0b84600fee} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001195 sec., 61087.866108786606 rows/sec., 4.77 MiB/sec. | ||
10244 | 2025.07.15 21:12:59.529725 [ 260 ] {3a2e6a33-82f8-415f-94d7-cd0b84600fee} <Debug> TCPHandler: Processed in 0.001362795 sec. | ||
10245 | 2025.07.15 21:12:59.529832 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10246 | 2025.07.15 21:12:59.529926 [ 260 ] {999e892b-4e70-4243-99d3-4beefcf72286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10247 | 2025.07.15 21:12:59.529970 [ 260 ] {999e892b-4e70-4243-99d3-4beefcf72286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10248 | 2025.07.15 21:12:59.530363 [ 260 ] {999e892b-4e70-4243-99d3-4beefcf72286} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10249 | 2025.07.15 21:12:59.530400 [ 260 ] {999e892b-4e70-4243-99d3-4beefcf72286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10250 | 2025.07.15 21:12:59.530758 [ 260 ] {999e892b-4e70-4243-99d3-4beefcf72286} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10251 | 2025.07.15 21:12:59.530970 [ 260 ] {999e892b-4e70-4243-99d3-4beefcf72286} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10252 | 2025.07.15 21:12:59.531103 [ 260 ] {999e892b-4e70-4243-99d3-4beefcf72286} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. | ||
10253 | 2025.07.15 21:12:59.531141 [ 260 ] {999e892b-4e70-4243-99d3-4beefcf72286} <Debug> TCPHandler: Processed in 0.001358315 sec. | ||
10254 | 2025.07.15 21:12:59.531248 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10255 | 2025.07.15 21:12:59.531354 [ 260 ] {d7e58186-abc9-49c8-929b-e9bb515a3fe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10256 | 2025.07.15 21:12:59.531447 [ 260 ] {d7e58186-abc9-49c8-929b-e9bb515a3fe8} <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 | ||
10257 | 2025.07.15 21:12:59.532236 [ 260 ] {d7e58186-abc9-49c8-929b-e9bb515a3fe8} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10258 | 2025.07.15 21:12:59.532274 [ 260 ] {d7e58186-abc9-49c8-929b-e9bb515a3fe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10259 | 2025.07.15 21:12:59.532818 [ 260 ] {d7e58186-abc9-49c8-929b-e9bb515a3fe8} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
10260 | 2025.07.15 21:12:59.533044 [ 260 ] {d7e58186-abc9-49c8-929b-e9bb515a3fe8} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10261 | 2025.07.15 21:12:59.533182 [ 260 ] {d7e58186-abc9-49c8-929b-e9bb515a3fe8} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001853 sec., 4856.988667026443 rows/sec., 8.70 MiB/sec. | ||
10262 | 2025.07.15 21:12:59.533236 [ 260 ] {d7e58186-abc9-49c8-929b-e9bb515a3fe8} <Debug> TCPHandler: Processed in 0.002038543 sec. | ||
10263 | 2025.07.15 21:12:59.533347 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10264 | 2025.07.15 21:12:59.533444 [ 260 ] {a1e12ea4-dafb-4d75-8ada-85eb046e2e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10265 | 2025.07.15 21:12:59.533486 [ 260 ] {a1e12ea4-dafb-4d75-8ada-85eb046e2e4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10266 | 2025.07.15 21:12:59.533830 [ 260 ] {a1e12ea4-dafb-4d75-8ada-85eb046e2e4b} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10267 | 2025.07.15 21:12:59.533866 [ 260 ] {a1e12ea4-dafb-4d75-8ada-85eb046e2e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10268 | 2025.07.15 21:12:59.534190 [ 260 ] {a1e12ea4-dafb-4d75-8ada-85eb046e2e4b} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10269 | 2025.07.15 21:12:59.534410 [ 260 ] {a1e12ea4-dafb-4d75-8ada-85eb046e2e4b} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10270 | 2025.07.15 21:12:59.534537 [ 260 ] {a1e12ea4-dafb-4d75-8ada-85eb046e2e4b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. | ||
10271 | 2025.07.15 21:12:59.534573 [ 260 ] {a1e12ea4-dafb-4d75-8ada-85eb046e2e4b} <Debug> TCPHandler: Processed in 0.001276543 sec. | ||
10272 | 2025.07.15 21:12:59.564670 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
10273 | 2025.07.15 21:12:59.582536 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10274 | 2025.07.15 21:12:59.582601 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10275 | 2025.07.15 21:12:59.589029 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10276 | 2025.07.15 21:12:59.589744 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10277 | 2025.07.15 21:12:59.592980 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
10278 | 2025.07.15 21:13:01.829115 [ 80 ] {} <Debug> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
10279 | 2025.07.15 21:13:01.829178 [ 80 ] {} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10280 | 2025.07.15 21:13:01.829197 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
10281 | 2025.07.15 21:13:01.829327 [ 190 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full | ||
10282 | 2025.07.15 21:13:01.829492 [ 190 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10283 | 2025.07.15 21:13:01.829530 [ 190 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 18 rows starting from the beginning of the part | ||
10284 | 2025.07.15 21:13:01.829606 [ 190 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
10285 | 2025.07.15 21:13:01.829658 [ 190 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
10286 | 2025.07.15 21:13:01.829707 [ 190 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part | ||
10287 | 2025.07.15 21:13:01.829753 [ 190 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
10288 | 2025.07.15 21:13:01.830485 [ 198 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001220181 sec., 29503.819515301417 rows/sec., 2.46 MiB/sec. | ||
10289 | 2025.07.15 21:13:01.830668 [ 191 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
10290 | 2025.07.15 21:13:01.830995 [ 191 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_22_5} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10291 | 2025.07.15 21:13:01.831078 [ 191 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_22_5} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
10292 | 2025.07.15 21:13:01.831193 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10293 | 2025.07.15 21:13:03.244564 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1440 | ||
10294 | 2025.07.15 21:13:03.247049 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10295 | 2025.07.15 21:13:03.247114 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10296 | 2025.07.15 21:13:03.248393 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
10297 | 2025.07.15 21:13:03.248675 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10298 | 2025.07.15 21:13:03.249017 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1440 | ||
10299 | 2025.07.15 21:13:04.532232 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10300 | 2025.07.15 21:13:04.532408 [ 260 ] {fe94a262-d648-4c94-888a-978f94b95d7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
10301 | 2025.07.15 21:13:04.532477 [ 260 ] {fe94a262-d648-4c94-888a-978f94b95d7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
10302 | 2025.07.15 21:13:04.533224 [ 260 ] {fe94a262-d648-4c94-888a-978f94b95d7a} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10303 | 2025.07.15 21:13:04.533275 [ 260 ] {fe94a262-d648-4c94-888a-978f94b95d7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10304 | 2025.07.15 21:13:04.533692 [ 260 ] {fe94a262-d648-4c94-888a-978f94b95d7a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10305 | 2025.07.15 21:13:04.533920 [ 260 ] {fe94a262-d648-4c94-888a-978f94b95d7a} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10306 | 2025.07.15 21:13:04.534075 [ 79 ] {} <Debug> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
10307 | 2025.07.15 21:13:04.534083 [ 260 ] {fe94a262-d648-4c94-888a-978f94b95d7a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001724 sec., 122969.83758700696 rows/sec., 7.82 MiB/sec. | ||
10308 | 2025.07.15 21:13:04.534162 [ 79 ] {} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10309 | 2025.07.15 21:13:04.534189 [ 260 ] {fe94a262-d648-4c94-888a-978f94b95d7a} <Debug> TCPHandler: Processed in 0.002092194 sec. | ||
10310 | 2025.07.15 21:13:04.534196 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10311 | 2025.07.15 21:13:04.534322 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10312 | 2025.07.15 21:13:04.534367 [ 187 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
10313 | 2025.07.15 21:13:04.534431 [ 260 ] {10e658ff-161e-45cd-b5ef-318757acfb70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
10314 | 2025.07.15 21:13:04.534482 [ 260 ] {10e658ff-161e-45cd-b5ef-318757acfb70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10315 | 2025.07.15 21:13:04.534519 [ 187 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10316 | 2025.07.15 21:13:04.534569 [ 187 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 212 rows starting from the beginning of the part | ||
10317 | 2025.07.15 21:13:04.534657 [ 187 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 212 rows starting from the beginning of the part | ||
10318 | 2025.07.15 21:13:04.534722 [ 187 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 212 rows starting from the beginning of the part | ||
10319 | 2025.07.15 21:13:04.534781 [ 187 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 212 rows starting from the beginning of the part | ||
10320 | 2025.07.15 21:13:04.534836 [ 187 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 212 rows starting from the beginning of the part | ||
10321 | 2025.07.15 21:13:04.534903 [ 260 ] {10e658ff-161e-45cd-b5ef-318757acfb70} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10322 | 2025.07.15 21:13:04.534947 [ 260 ] {10e658ff-161e-45cd-b5ef-318757acfb70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10323 | 2025.07.15 21:13:04.535282 [ 260 ] {10e658ff-161e-45cd-b5ef-318757acfb70} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10324 | 2025.07.15 21:13:04.535512 [ 260 ] {10e658ff-161e-45cd-b5ef-318757acfb70} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10325 | 2025.07.15 21:13:04.535653 [ 260 ] {10e658ff-161e-45cd-b5ef-318757acfb70} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001245 sec., 1606.425702811245 rows/sec., 130.99 KiB/sec. | ||
10326 | 2025.07.15 21:13:04.535693 [ 260 ] {10e658ff-161e-45cd-b5ef-318757acfb70} <Debug> TCPHandler: Processed in 0.001425147 sec. | ||
10327 | 2025.07.15 21:13:04.535802 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10328 | 2025.07.15 21:13:04.535835 [ 198 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001519079 sec., 697791.2274476838 rows/sec., 47.04 MiB/sec. | ||
10329 | 2025.07.15 21:13:04.535898 [ 260 ] {ee4ef4ca-bfc4-4992-b415-dca2437c4f98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10330 | 2025.07.15 21:13:04.535944 [ 260 ] {ee4ef4ca-bfc4-4992-b415-dca2437c4f98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10331 | 2025.07.15 21:13:04.535991 [ 187 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
10332 | 2025.07.15 21:13:04.536229 [ 187 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_29_7} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10333 | 2025.07.15 21:13:04.536295 [ 187 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_29_7} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
10334 | 2025.07.15 21:13:04.536359 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
10335 | 2025.07.15 21:13:04.536687 [ 260 ] {ee4ef4ca-bfc4-4992-b415-dca2437c4f98} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10336 | 2025.07.15 21:13:04.536729 [ 260 ] {ee4ef4ca-bfc4-4992-b415-dca2437c4f98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10337 | 2025.07.15 21:13:04.537106 [ 260 ] {ee4ef4ca-bfc4-4992-b415-dca2437c4f98} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10338 | 2025.07.15 21:13:04.537316 [ 260 ] {ee4ef4ca-bfc4-4992-b415-dca2437c4f98} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10339 | 2025.07.15 21:13:04.537452 [ 260 ] {ee4ef4ca-bfc4-4992-b415-dca2437c4f98} <Debug> executeQuery: Read 682 rows, 55.46 KiB in 0.001575 sec., 433015.873015873 rows/sec., 34.39 MiB/sec. | ||
10340 | 2025.07.15 21:13:04.537491 [ 260 ] {ee4ef4ca-bfc4-4992-b415-dca2437c4f98} <Debug> TCPHandler: Processed in 0.001738475 sec. | ||
10341 | 2025.07.15 21:13:04.537595 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10342 | 2025.07.15 21:13:04.537719 [ 260 ] {aa82057a-4e39-4e79-af4d-68974a82de38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10343 | 2025.07.15 21:13:04.537760 [ 260 ] {aa82057a-4e39-4e79-af4d-68974a82de38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10344 | 2025.07.15 21:13:04.538187 [ 260 ] {aa82057a-4e39-4e79-af4d-68974a82de38} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10345 | 2025.07.15 21:13:04.538223 [ 260 ] {aa82057a-4e39-4e79-af4d-68974a82de38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10346 | 2025.07.15 21:13:04.538529 [ 260 ] {aa82057a-4e39-4e79-af4d-68974a82de38} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
10347 | 2025.07.15 21:13:04.538734 [ 260 ] {aa82057a-4e39-4e79-af4d-68974a82de38} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10348 | 2025.07.15 21:13:04.538847 [ 79 ] {} <Debug> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
10349 | 2025.07.15 21:13:04.538863 [ 260 ] {aa82057a-4e39-4e79-af4d-68974a82de38} <Debug> executeQuery: Read 140 rows, 8.93 KiB in 0.001163 sec., 120378.33190025795 rows/sec., 7.50 MiB/sec. | ||
10350 | 2025.07.15 21:13:04.538884 [ 79 ] {} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10351 | 2025.07.15 21:13:04.538931 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10352 | 2025.07.15 21:13:04.538935 [ 260 ] {aa82057a-4e39-4e79-af4d-68974a82de38} <Debug> TCPHandler: Processed in 0.001388216 sec. | ||
10353 | 2025.07.15 21:13:04.539041 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::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 | ||
10354 | 2025.07.15 21:13:04.539059 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10355 | 2025.07.15 21:13:04.539162 [ 260 ] {a441363f-2fb4-414b-904a-e3580189a4be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10356 | 2025.07.15 21:13:04.539175 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10357 | 2025.07.15 21:13:04.539202 [ 260 ] {a441363f-2fb4-414b-904a-e3580189a4be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10358 | 2025.07.15 21:13:04.539219 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 167 rows starting from the beginning of the part | ||
10359 | 2025.07.15 21:13:04.539303 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 138 rows starting from the beginning of the part | ||
10360 | 2025.07.15 21:13:04.539359 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 13 rows starting from the beginning of the part | ||
10361 | 2025.07.15 21:13:04.539410 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 138 rows starting from the beginning of the part | ||
10362 | 2025.07.15 21:13:04.539458 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 9 rows starting from the beginning of the part | ||
10363 | 2025.07.15 21:13:04.539502 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 140 rows starting from the beginning of the part | ||
10364 | 2025.07.15 21:13:04.539645 [ 260 ] {a441363f-2fb4-414b-904a-e3580189a4be} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10365 | 2025.07.15 21:13:04.539686 [ 260 ] {a441363f-2fb4-414b-904a-e3580189a4be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10366 | 2025.07.15 21:13:04.540008 [ 260 ] {a441363f-2fb4-414b-904a-e3580189a4be} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
10367 | 2025.07.15 21:13:04.540230 [ 260 ] {a441363f-2fb4-414b-904a-e3580189a4be} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10368 | 2025.07.15 21:13:04.540368 [ 260 ] {a441363f-2fb4-414b-904a-e3580189a4be} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001224 sec., 92320.2614379085 rows/sec., 5.98 MiB/sec. | ||
10369 | 2025.07.15 21:13:04.540406 [ 260 ] {a441363f-2fb4-414b-904a-e3580189a4be} <Debug> TCPHandler: Processed in 0.001396156 sec. | ||
10370 | 2025.07.15 21:13:04.540508 [ 193 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 605 rows, containing 5 columns (5 merged, 0 gathered) in 0.001507159 sec., 401417.5014049612 rows/sec., 26.81 MiB/sec. | ||
10371 | 2025.07.15 21:13:04.540517 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10372 | 2025.07.15 21:13:04.540654 [ 260 ] {4632d01a-902b-4f6e-ba91-45cb6b31b79f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
10373 | 2025.07.15 21:13:04.540680 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
10374 | 2025.07.15 21:13:04.540697 [ 260 ] {4632d01a-902b-4f6e-ba91-45cb6b31b79f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10375 | 2025.07.15 21:13:04.540938 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_71_14} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10376 | 2025.07.15 21:13:04.541024 [ 198 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_71_14} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
10377 | 2025.07.15 21:13:04.541103 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
10378 | 2025.07.15 21:13:04.541121 [ 260 ] {4632d01a-902b-4f6e-ba91-45cb6b31b79f} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10379 | 2025.07.15 21:13:04.541160 [ 260 ] {4632d01a-902b-4f6e-ba91-45cb6b31b79f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10380 | 2025.07.15 21:13:04.541471 [ 260 ] {4632d01a-902b-4f6e-ba91-45cb6b31b79f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10381 | 2025.07.15 21:13:04.541690 [ 260 ] {4632d01a-902b-4f6e-ba91-45cb6b31b79f} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10382 | 2025.07.15 21:13:04.541793 [ 79 ] {} <Debug> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
10383 | 2025.07.15 21:13:04.541821 [ 260 ] {4632d01a-902b-4f6e-ba91-45cb6b31b79f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001185 sec., 94514.76793248944 rows/sec., 5.38 MiB/sec. | ||
10384 | 2025.07.15 21:13:04.541823 [ 79 ] {} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10385 | 2025.07.15 21:13:04.541869 [ 260 ] {4632d01a-902b-4f6e-ba91-45cb6b31b79f} <Debug> TCPHandler: Processed in 0.001400976 sec. | ||
10386 | 2025.07.15 21:13:04.541870 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10387 | 2025.07.15 21:13:04.541956 [ 187 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
10388 | 2025.07.15 21:13:04.541986 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10389 | 2025.07.15 21:13:04.542032 [ 187 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10390 | 2025.07.15 21:13:04.542060 [ 187 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 112 rows starting from the beginning of the part | ||
10391 | 2025.07.15 21:13:04.542083 [ 260 ] {11939319-fe35-4a6e-a8b4-63fbe41ed198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10392 | 2025.07.15 21:13:04.542105 [ 187 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 112 rows starting from the beginning of the part | ||
10393 | 2025.07.15 21:13:04.542129 [ 260 ] {11939319-fe35-4a6e-a8b4-63fbe41ed198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10394 | 2025.07.15 21:13:04.542148 [ 187 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 112 rows starting from the beginning of the part | ||
10395 | 2025.07.15 21:13:04.542186 [ 187 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 112 rows starting from the beginning of the part | ||
10396 | 2025.07.15 21:13:04.542222 [ 187 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 112 rows starting from the beginning of the part | ||
10397 | 2025.07.15 21:13:04.542682 [ 260 ] {11939319-fe35-4a6e-a8b4-63fbe41ed198} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10398 | 2025.07.15 21:13:04.542722 [ 260 ] {11939319-fe35-4a6e-a8b4-63fbe41ed198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10399 | 2025.07.15 21:13:04.542896 [ 192 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.000960554 sec., 582996.8955415313 rows/sec., 35.43 MiB/sec. | ||
10400 | 2025.07.15 21:13:04.543017 [ 187 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
10401 | 2025.07.15 21:13:04.543058 [ 260 ] {11939319-fe35-4a6e-a8b4-63fbe41ed198} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10402 | 2025.07.15 21:13:04.543344 [ 187 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_29_7} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10403 | 2025.07.15 21:13:04.543414 [ 187 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_29_7} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
10404 | 2025.07.15 21:13:04.543417 [ 260 ] {11939319-fe35-4a6e-a8b4-63fbe41ed198} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10405 | 2025.07.15 21:13:04.543472 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
10406 | 2025.07.15 21:13:04.543598 [ 260 ] {11939319-fe35-4a6e-a8b4-63fbe41ed198} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.00153 sec., 271895.4248366013 rows/sec., 19.35 MiB/sec. | ||
10407 | 2025.07.15 21:13:04.543649 [ 260 ] {11939319-fe35-4a6e-a8b4-63fbe41ed198} <Debug> TCPHandler: Processed in 0.001711214 sec. | ||
10408 | 2025.07.15 21:13:04.543772 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10409 | 2025.07.15 21:13:04.543889 [ 260 ] {a087b1b8-af03-44bd-9789-aa42023eb55d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
10410 | 2025.07.15 21:13:04.543934 [ 260 ] {a087b1b8-af03-44bd-9789-aa42023eb55d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10411 | 2025.07.15 21:13:04.544270 [ 260 ] {a087b1b8-af03-44bd-9789-aa42023eb55d} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10412 | 2025.07.15 21:13:04.544306 [ 260 ] {a087b1b8-af03-44bd-9789-aa42023eb55d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10413 | 2025.07.15 21:13:04.544614 [ 260 ] {a087b1b8-af03-44bd-9789-aa42023eb55d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10414 | 2025.07.15 21:13:04.544825 [ 260 ] {a087b1b8-af03-44bd-9789-aa42023eb55d} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10415 | 2025.07.15 21:13:04.544956 [ 260 ] {a087b1b8-af03-44bd-9789-aa42023eb55d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001092 sec., 5494.505494505494 rows/sec., 287.07 KiB/sec. | ||
10416 | 2025.07.15 21:13:04.544994 [ 260 ] {a087b1b8-af03-44bd-9789-aa42023eb55d} <Debug> TCPHandler: Processed in 0.001281553 sec. | ||
10417 | 2025.07.15 21:13:04.545096 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10418 | 2025.07.15 21:13:04.545189 [ 260 ] {7e166fcb-bcd1-48ab-a212-790a1dfe3e88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10419 | 2025.07.15 21:13:04.545232 [ 260 ] {7e166fcb-bcd1-48ab-a212-790a1dfe3e88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10420 | 2025.07.15 21:13:04.545624 [ 260 ] {7e166fcb-bcd1-48ab-a212-790a1dfe3e88} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10421 | 2025.07.15 21:13:04.545660 [ 260 ] {7e166fcb-bcd1-48ab-a212-790a1dfe3e88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10422 | 2025.07.15 21:13:04.545995 [ 260 ] {7e166fcb-bcd1-48ab-a212-790a1dfe3e88} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10423 | 2025.07.15 21:13:04.546211 [ 260 ] {7e166fcb-bcd1-48ab-a212-790a1dfe3e88} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10424 | 2025.07.15 21:13:04.546338 [ 260 ] {7e166fcb-bcd1-48ab-a212-790a1dfe3e88} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001168 sec., 203767.12328767125 rows/sec., 13.66 MiB/sec. | ||
10425 | 2025.07.15 21:13:04.546375 [ 260 ] {7e166fcb-bcd1-48ab-a212-790a1dfe3e88} <Debug> TCPHandler: Processed in 0.001328545 sec. | ||
10426 | 2025.07.15 21:13:04.546485 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10427 | 2025.07.15 21:13:04.546580 [ 260 ] {128a7e0f-c808-4acf-befc-6c01deda16c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
10428 | 2025.07.15 21:13:04.546622 [ 260 ] {128a7e0f-c808-4acf-befc-6c01deda16c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10429 | 2025.07.15 21:13:04.546931 [ 260 ] {128a7e0f-c808-4acf-befc-6c01deda16c9} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10430 | 2025.07.15 21:13:04.546966 [ 260 ] {128a7e0f-c808-4acf-befc-6c01deda16c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10431 | 2025.07.15 21:13:04.547255 [ 260 ] {128a7e0f-c808-4acf-befc-6c01deda16c9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10432 | 2025.07.15 21:13:04.547463 [ 260 ] {128a7e0f-c808-4acf-befc-6c01deda16c9} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10433 | 2025.07.15 21:13:04.547590 [ 260 ] {128a7e0f-c808-4acf-befc-6c01deda16c9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001028 sec., 972.7626459143968 rows/sec., 65.55 KiB/sec. | ||
10434 | 2025.07.15 21:13:04.547626 [ 260 ] {128a7e0f-c808-4acf-befc-6c01deda16c9} <Debug> TCPHandler: Processed in 0.001190071 sec. | ||
10435 | 2025.07.15 21:13:04.547732 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10436 | 2025.07.15 21:13:04.547825 [ 260 ] {6d9f8346-8649-4a93-a522-ef751c90d4f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10437 | 2025.07.15 21:13:04.547879 [ 260 ] {6d9f8346-8649-4a93-a522-ef751c90d4f2} <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 | ||
10438 | 2025.07.15 21:13:04.548679 [ 260 ] {6d9f8346-8649-4a93-a522-ef751c90d4f2} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10439 | 2025.07.15 21:13:04.548715 [ 260 ] {6d9f8346-8649-4a93-a522-ef751c90d4f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10440 | 2025.07.15 21:13:04.549258 [ 260 ] {6d9f8346-8649-4a93-a522-ef751c90d4f2} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
10441 | 2025.07.15 21:13:04.549478 [ 260 ] {6d9f8346-8649-4a93-a522-ef751c90d4f2} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10442 | 2025.07.15 21:13:04.549616 [ 260 ] {6d9f8346-8649-4a93-a522-ef751c90d4f2} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001808 sec., 17699.11504424779 rows/sec., 31.72 MiB/sec. | ||
10443 | 2025.07.15 21:13:04.549669 [ 260 ] {6d9f8346-8649-4a93-a522-ef751c90d4f2} <Debug> TCPHandler: Processed in 0.001985862 sec. | ||
10444 | 2025.07.15 21:13:04.549774 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10445 | 2025.07.15 21:13:04.549868 [ 260 ] {a15a1acb-6818-4673-8208-8c806c098bb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10446 | 2025.07.15 21:13:04.549909 [ 260 ] {a15a1acb-6818-4673-8208-8c806c098bb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10447 | 2025.07.15 21:13:04.550234 [ 260 ] {a15a1acb-6818-4673-8208-8c806c098bb0} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10448 | 2025.07.15 21:13:04.550270 [ 260 ] {a15a1acb-6818-4673-8208-8c806c098bb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10449 | 2025.07.15 21:13:04.550566 [ 260 ] {a15a1acb-6818-4673-8208-8c806c098bb0} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10450 | 2025.07.15 21:13:04.550780 [ 260 ] {a15a1acb-6818-4673-8208-8c806c098bb0} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10451 | 2025.07.15 21:13:04.550906 [ 260 ] {a15a1acb-6818-4673-8208-8c806c098bb0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001055 sec., 77725.11848341233 rows/sec., 4.94 MiB/sec. | ||
10452 | 2025.07.15 21:13:04.550942 [ 260 ] {a15a1acb-6818-4673-8208-8c806c098bb0} <Debug> TCPHandler: Processed in 0.001217151 sec. | ||
10453 | 2025.07.15 21:13:05.685837 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193 | ||
10454 | 2025.07.15 21:13:05.686338 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10455 | 2025.07.15 21:13:05.686388 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10456 | 2025.07.15 21:13:05.686860 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10457 | 2025.07.15 21:13:05.687086 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10458 | 2025.07.15 21:13:05.687222 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193 | ||
10459 | 2025.07.15 21:13:07.093041 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
10460 | 2025.07.15 21:13:07.110274 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10461 | 2025.07.15 21:13:07.110334 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10462 | 2025.07.15 21:13:07.116562 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10463 | 2025.07.15 21:13:07.117258 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10464 | 2025.07.15 21:13:07.120156 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
10465 | 2025.07.15 21:13:09.524991 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10466 | 2025.07.15 21:13:09.525199 [ 260 ] {6a8f0c54-83e9-4b91-9498-5f2e074fae8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10467 | 2025.07.15 21:13:09.525274 [ 260 ] {6a8f0c54-83e9-4b91-9498-5f2e074fae8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10468 | 2025.07.15 21:13:09.526019 [ 260 ] {6a8f0c54-83e9-4b91-9498-5f2e074fae8e} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10469 | 2025.07.15 21:13:09.526064 [ 260 ] {6a8f0c54-83e9-4b91-9498-5f2e074fae8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10470 | 2025.07.15 21:13:09.526455 [ 260 ] {6a8f0c54-83e9-4b91-9498-5f2e074fae8e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10471 | 2025.07.15 21:13:09.526683 [ 260 ] {6a8f0c54-83e9-4b91-9498-5f2e074fae8e} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10472 | 2025.07.15 21:13:09.526827 [ 69 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10473 | 2025.07.15 21:13:09.526840 [ 260 ] {6a8f0c54-83e9-4b91-9498-5f2e074fae8e} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001697 sec., 43606.36417206836 rows/sec., 3.55 MiB/sec. | ||
10474 | 2025.07.15 21:13:09.526897 [ 69 ] {} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10475 | 2025.07.15 21:13:09.526909 [ 260 ] {6a8f0c54-83e9-4b91-9498-5f2e074fae8e} <Debug> TCPHandler: Processed in 0.002055213 sec. | ||
10476 | 2025.07.15 21:13:09.526933 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10477 | 2025.07.15 21:13:09.527060 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10478 | 2025.07.15 21:13:09.527062 [ 193 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::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 | ||
10479 | 2025.07.15 21:13:09.527161 [ 260 ] {ba2405a4-25cc-404b-9f54-56c18fed526d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10480 | 2025.07.15 21:13:09.527204 [ 193 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10481 | 2025.07.15 21:13:09.527206 [ 260 ] {ba2405a4-25cc-404b-9f54-56c18fed526d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10482 | 2025.07.15 21:13:09.527248 [ 193 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1850 rows starting from the beginning of the part | ||
10483 | 2025.07.15 21:13:09.527331 [ 193 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1216 rows starting from the beginning of the part | ||
10484 | 2025.07.15 21:13:09.527381 [ 193 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 681 rows starting from the beginning of the part | ||
10485 | 2025.07.15 21:13:09.527431 [ 193 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 74 rows starting from the beginning of the part | ||
10486 | 2025.07.15 21:13:09.527486 [ 193 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 682 rows starting from the beginning of the part | ||
10487 | 2025.07.15 21:13:09.527532 [ 193 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 74 rows starting from the beginning of the part | ||
10488 | 2025.07.15 21:13:09.527658 [ 260 ] {ba2405a4-25cc-404b-9f54-56c18fed526d} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10489 | 2025.07.15 21:13:09.527702 [ 260 ] {ba2405a4-25cc-404b-9f54-56c18fed526d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10490 | 2025.07.15 21:13:09.528023 [ 260 ] {ba2405a4-25cc-404b-9f54-56c18fed526d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
10491 | 2025.07.15 21:13:09.528248 [ 260 ] {ba2405a4-25cc-404b-9f54-56c18fed526d} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10492 | 2025.07.15 21:13:09.528387 [ 260 ] {ba2405a4-25cc-404b-9f54-56c18fed526d} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001244 sec., 7234.726688102894 rows/sec., 544.02 KiB/sec. | ||
10493 | 2025.07.15 21:13:09.528426 [ 260 ] {ba2405a4-25cc-404b-9f54-56c18fed526d} <Debug> TCPHandler: Processed in 0.001416587 sec. | ||
10494 | 2025.07.15 21:13:09.528542 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10495 | 2025.07.15 21:13:09.528639 [ 260 ] {d1d54cba-1c63-4735-b1bb-889234571a99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10496 | 2025.07.15 21:13:09.528680 [ 260 ] {d1d54cba-1c63-4735-b1bb-889234571a99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10497 | 2025.07.15 21:13:09.529103 [ 260 ] {d1d54cba-1c63-4735-b1bb-889234571a99} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10498 | 2025.07.15 21:13:09.529140 [ 260 ] {d1d54cba-1c63-4735-b1bb-889234571a99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10499 | 2025.07.15 21:13:09.529322 [ 187 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4577 rows, containing 5 columns (5 merged, 0 gathered) in 0.00231427 sec., 1977729.4784100384 rows/sec., 167.76 MiB/sec. | ||
10500 | 2025.07.15 21:13:09.529462 [ 260 ] {d1d54cba-1c63-4735-b1bb-889234571a99} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10501 | 2025.07.15 21:13:09.529576 [ 193 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10502 | 2025.07.15 21:13:09.529706 [ 260 ] {d1d54cba-1c63-4735-b1bb-889234571a99} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10503 | 2025.07.15 21:13:09.529832 [ 69 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10504 | 2025.07.15 21:13:09.529849 [ 260 ] {d1d54cba-1c63-4735-b1bb-889234571a99} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001228 sec., 59446.25407166124 rows/sec., 4.64 MiB/sec. | ||
10505 | 2025.07.15 21:13:09.529857 [ 193 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_81_16} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10506 | 2025.07.15 21:13:09.529870 [ 69 ] {} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10507 | 2025.07.15 21:13:09.529897 [ 260 ] {d1d54cba-1c63-4735-b1bb-889234571a99} <Debug> TCPHandler: Processed in 0.001404816 sec. | ||
10508 | 2025.07.15 21:13:09.529899 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10509 | 2025.07.15 21:13:09.529946 [ 193 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_81_16} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10510 | 2025.07.15 21:13:09.530006 [ 200 ] {356f697c-9853-4710-92c4-0a2e48007ad7::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 | ||
10511 | 2025.07.15 21:13:09.530024 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10512 | 2025.07.15 21:13:09.530026 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
10513 | 2025.07.15 21:13:09.530097 [ 200 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10514 | 2025.07.15 21:13:09.530124 [ 260 ] {c934bf8b-91e3-441d-b9b6-62c32431eb97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10515 | 2025.07.15 21:13:09.530128 [ 200 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 917 rows starting from the beginning of the part | ||
10516 | 2025.07.15 21:13:09.530168 [ 260 ] {c934bf8b-91e3-441d-b9b6-62c32431eb97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10517 | 2025.07.15 21:13:09.530190 [ 200 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 533 rows starting from the beginning of the part | ||
10518 | 2025.07.15 21:13:09.530232 [ 200 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 414 rows starting from the beginning of the part | ||
10519 | 2025.07.15 21:13:09.530271 [ 200 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 73 rows starting from the beginning of the part | ||
10520 | 2025.07.15 21:13:09.530313 [ 200 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 416 rows starting from the beginning of the part | ||
10521 | 2025.07.15 21:13:09.530362 [ 200 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 73 rows starting from the beginning of the part | ||
10522 | 2025.07.15 21:13:09.530594 [ 260 ] {c934bf8b-91e3-441d-b9b6-62c32431eb97} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10523 | 2025.07.15 21:13:09.530629 [ 260 ] {c934bf8b-91e3-441d-b9b6-62c32431eb97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10524 | 2025.07.15 21:13:09.530960 [ 260 ] {c934bf8b-91e3-441d-b9b6-62c32431eb97} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10525 | 2025.07.15 21:13:09.531169 [ 260 ] {c934bf8b-91e3-441d-b9b6-62c32431eb97} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10526 | 2025.07.15 21:13:09.531281 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10527 | 2025.07.15 21:13:09.531300 [ 260 ] {c934bf8b-91e3-441d-b9b6-62c32431eb97} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. | ||
10528 | 2025.07.15 21:13:09.531311 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10529 | 2025.07.15 21:13:09.531338 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10530 | 2025.07.15 21:13:09.531343 [ 260 ] {c934bf8b-91e3-441d-b9b6-62c32431eb97} <Debug> TCPHandler: Processed in 0.001367905 sec. | ||
10531 | 2025.07.15 21:13:09.531444 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
10532 | 2025.07.15 21:13:09.531474 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10533 | 2025.07.15 21:13:09.531513 [ 189 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2426 rows, containing 5 columns (5 merged, 0 gathered) in 0.00155353 sec., 1561604.861187103 rows/sec., 119.62 MiB/sec. | ||
10534 | 2025.07.15 21:13:09.531572 [ 260 ] {2a8cdf66-49c2-4251-987d-50cd8cf72a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10535 | 2025.07.15 21:13:09.531580 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10536 | 2025.07.15 21:13:09.531630 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 23351 rows starting from the beginning of the part | ||
10537 | 2025.07.15 21:13:09.531635 [ 260 ] {2a8cdf66-49c2-4251-987d-50cd8cf72a6d} <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 | ||
10538 | 2025.07.15 21:13:09.531679 [ 193 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10539 | 2025.07.15 21:13:09.531705 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 882 rows starting from the beginning of the part | ||
10540 | 2025.07.15 21:13:09.531758 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 237 rows starting from the beginning of the part | ||
10541 | 2025.07.15 21:13:09.531803 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
10542 | 2025.07.15 21:13:09.531845 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 238 rows starting from the beginning of the part | ||
10543 | 2025.07.15 21:13:09.531889 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
10544 | 2025.07.15 21:13:09.531950 [ 193 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_81_16} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10545 | 2025.07.15 21:13:09.532023 [ 193 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_81_16} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10546 | 2025.07.15 21:13:09.532113 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
10547 | 2025.07.15 21:13:09.532449 [ 260 ] {2a8cdf66-49c2-4251-987d-50cd8cf72a6d} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10548 | 2025.07.15 21:13:09.532490 [ 260 ] {2a8cdf66-49c2-4251-987d-50cd8cf72a6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10549 | 2025.07.15 21:13:09.533047 [ 260 ] {2a8cdf66-49c2-4251-987d-50cd8cf72a6d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
10550 | 2025.07.15 21:13:09.533270 [ 260 ] {2a8cdf66-49c2-4251-987d-50cd8cf72a6d} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10551 | 2025.07.15 21:13:09.533388 [ 69 ] {} <Debug> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
10552 | 2025.07.15 21:13:09.533407 [ 260 ] {2a8cdf66-49c2-4251-987d-50cd8cf72a6d} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001853 sec., 4856.988667026443 rows/sec., 8.70 MiB/sec. | ||
10553 | 2025.07.15 21:13:09.533421 [ 69 ] {} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10554 | 2025.07.15 21:13:09.533449 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10555 | 2025.07.15 21:13:09.533469 [ 260 ] {2a8cdf66-49c2-4251-987d-50cd8cf72a6d} <Debug> TCPHandler: Processed in 0.002044153 sec. | ||
10556 | 2025.07.15 21:13:09.533521 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
10557 | 2025.07.15 21:13:09.533601 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10558 | 2025.07.15 21:13:09.533675 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10559 | 2025.07.15 21:13:09.533696 [ 260 ] {c8814bfd-090e-42fe-a648-4726a8a53708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10560 | 2025.07.15 21:13:09.533718 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1384 rows starting from the beginning of the part | ||
10561 | 2025.07.15 21:13:09.533738 [ 260 ] {c8814bfd-090e-42fe-a648-4726a8a53708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10562 | 2025.07.15 21:13:09.533814 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 9 rows starting from the beginning of the part | ||
10563 | 2025.07.15 21:13:09.533911 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 32 rows starting from the beginning of the part | ||
10564 | 2025.07.15 21:13:09.534010 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 9 rows starting from the beginning of the part | ||
10565 | 2025.07.15 21:13:09.534095 [ 260 ] {c8814bfd-090e-42fe-a648-4726a8a53708} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10566 | 2025.07.15 21:13:09.534103 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 32 rows starting from the beginning of the part | ||
10567 | 2025.07.15 21:13:09.534132 [ 260 ] {c8814bfd-090e-42fe-a648-4726a8a53708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10568 | 2025.07.15 21:13:09.534279 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 9 rows starting from the beginning of the part | ||
10569 | 2025.07.15 21:13:09.534491 [ 260 ] {c8814bfd-090e-42fe-a648-4726a8a53708} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10570 | 2025.07.15 21:13:09.534707 [ 260 ] {c8814bfd-090e-42fe-a648-4726a8a53708} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10571 | 2025.07.15 21:13:09.534830 [ 68 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10572 | 2025.07.15 21:13:09.534839 [ 260 ] {c8814bfd-090e-42fe-a648-4726a8a53708} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001162 sec., 51635.11187607573 rows/sec., 3.48 MiB/sec. | ||
10573 | 2025.07.15 21:13:09.534867 [ 68 ] {} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10574 | 2025.07.15 21:13:09.534884 [ 260 ] {c8814bfd-090e-42fe-a648-4726a8a53708} <Debug> TCPHandler: Processed in 0.001333014 sec. | ||
10575 | 2025.07.15 21:13:09.534887 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10576 | 2025.07.15 21:13:09.534963 [ 193 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
10577 | 2025.07.15 21:13:09.535054 [ 193 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10578 | 2025.07.15 21:13:09.535080 [ 193 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4932 rows starting from the beginning of the part | ||
10579 | 2025.07.15 21:13:09.535124 [ 193 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
10580 | 2025.07.15 21:13:09.535162 [ 193 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 82 rows starting from the beginning of the part | ||
10581 | 2025.07.15 21:13:09.535195 [ 193 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
10582 | 2025.07.15 21:13:09.535228 [ 193 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part | ||
10583 | 2025.07.15 21:13:09.535263 [ 193 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
10584 | 2025.07.15 21:13:09.537580 [ 195 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5276 rows, containing 4 columns (4 merged, 0 gathered) in 0.002646238 sec., 1993773.8026587178 rows/sec., 130.89 MiB/sec. | ||
10585 | 2025.07.15 21:13:09.538239 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10586 | 2025.07.15 21:13:09.538579 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_81_16} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10587 | 2025.07.15 21:13:09.538665 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_81_16} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10588 | 2025.07.15 21:13:09.538765 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
10589 | 2025.07.15 21:13:09.539113 [ 201 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25028 rows, containing 5 columns (5 merged, 0 gathered) in 0.00772589 sec., 3239497.326521605 rows/sec., 219.42 MiB/sec. | ||
10590 | 2025.07.15 21:13:09.539336 [ 194 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10591 | 2025.07.15 21:13:09.539605 [ 194 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10592 | 2025.07.15 21:13:09.539683 [ 194 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10593 | 2025.07.15 21:13:09.539779 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
10594 | 2025.07.15 21:13:09.542215 [ 194 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1475 rows, containing 19 columns (19 merged, 0 gathered) in 0.008725046 sec., 169053.54997555312 rows/sec., 302.94 MiB/sec. | ||
10595 | 2025.07.15 21:13:09.543530 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
10596 | 2025.07.15 21:13:09.543880 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10597 | 2025.07.15 21:13:09.543955 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
10598 | 2025.07.15 21:13:09.544111 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.58 MiB. | ||
10599 | 2025.07.15 21:13:10.001099 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 308.89 MiB, peak 324.92 MiB, free memory in arenas 0.00 B, will set to 313.47 MiB (RSS), difference: 4.58 MiB | ||
10600 | 2025.07.15 21:13:12.977556 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10601 | 2025.07.15 21:13:12.977622 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10602 | 2025.07.15 21:13:13.188147 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681 | ||
10603 | 2025.07.15 21:13:13.188774 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10604 | 2025.07.15 21:13:13.188824 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10605 | 2025.07.15 21:13:13.189320 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10606 | 2025.07.15 21:13:13.189553 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10607 | 2025.07.15 21:13:13.189684 [ 65 ] {} <Debug> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10608 | 2025.07.15 21:13:13.189705 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
10609 | 2025.07.15 21:13:13.189745 [ 65 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10610 | 2025.07.15 21:13:13.189772 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10611 | 2025.07.15 21:13:13.189923 [ 186 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
10612 | 2025.07.15 21:13:13.190133 [ 186 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10613 | 2025.07.15 21:13:13.190195 [ 186 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
10614 | 2025.07.15 21:13:13.190296 [ 186 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
10615 | 2025.07.15 21:13:13.190371 [ 186 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
10616 | 2025.07.15 21:13:13.190440 [ 186 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
10617 | 2025.07.15 21:13:13.190504 [ 186 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
10618 | 2025.07.15 21:13:13.190566 [ 186 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
10619 | 2025.07.15 21:13:13.193034 [ 199 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003185772 sec., 8061154.407785617 rows/sec., 115.32 MiB/sec. | ||
10620 | 2025.07.15 21:13:13.193359 [ 197 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10621 | 2025.07.15 21:13:13.193658 [ 197 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_56_11} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10622 | 2025.07.15 21:13:13.193736 [ 197 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_56_11} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10623 | 2025.07.15 21:13:13.193833 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
10624 | 2025.07.15 21:13:13.250058 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1476 | ||
10625 | 2025.07.15 21:13:13.252531 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10626 | 2025.07.15 21:13:13.252572 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10627 | 2025.07.15 21:13:13.253762 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
10628 | 2025.07.15 21:13:13.254029 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10629 | 2025.07.15 21:13:13.254188 [ 65 ] {} <Debug> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
10630 | 2025.07.15 21:13:13.254238 [ 65 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10631 | 2025.07.15 21:13:13.254262 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10632 | 2025.07.15 21:13:13.254280 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1476 | ||
10633 | 2025.07.15 21:13:13.254392 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::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 | ||
10634 | 2025.07.15 21:13:13.255161 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10635 | 2025.07.15 21:13:13.255279 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1318 rows starting from the beginning of the part | ||
10636 | 2025.07.15 21:13:13.255585 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 24 rows starting from the beginning of the part | ||
10637 | 2025.07.15 21:13:13.255869 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part | ||
10638 | 2025.07.15 21:13:13.256156 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 38 rows starting from the beginning of the part | ||
10639 | 2025.07.15 21:13:13.256430 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 34 rows starting from the beginning of the part | ||
10640 | 2025.07.15 21:13:13.256689 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 36 rows starting from the beginning of the part | ||
10641 | 2025.07.15 21:13:13.262418 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1476 rows, containing 72 columns (72 merged, 0 gathered) in 0.008090529 sec., 182435.53666268298 rows/sec., 142.13 MiB/sec. | ||
10642 | 2025.07.15 21:13:13.263775 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
10643 | 2025.07.15 21:13:13.264297 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_41_8} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10644 | 2025.07.15 21:13:13.264369 [ 194 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_41_8} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
10645 | 2025.07.15 21:13:13.264526 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
10646 | 2025.07.15 21:13:14.533205 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10647 | 2025.07.15 21:13:14.533404 [ 260 ] {1714a748-47b4-4375-a399-176cbc657230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
10648 | 2025.07.15 21:13:14.533480 [ 260 ] {1714a748-47b4-4375-a399-176cbc657230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
10649 | 2025.07.15 21:13:14.534294 [ 260 ] {1714a748-47b4-4375-a399-176cbc657230} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10650 | 2025.07.15 21:13:14.534343 [ 260 ] {1714a748-47b4-4375-a399-176cbc657230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10651 | 2025.07.15 21:13:14.534760 [ 260 ] {1714a748-47b4-4375-a399-176cbc657230} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10652 | 2025.07.15 21:13:14.534998 [ 260 ] {1714a748-47b4-4375-a399-176cbc657230} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10653 | 2025.07.15 21:13:14.535167 [ 260 ] {1714a748-47b4-4375-a399-176cbc657230} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001818 sec., 116611.66116611661 rows/sec., 7.42 MiB/sec. | ||
10654 | 2025.07.15 21:13:14.535218 [ 260 ] {1714a748-47b4-4375-a399-176cbc657230} <Debug> TCPHandler: Processed in 0.002154986 sec. | ||
10655 | 2025.07.15 21:13:14.535366 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10656 | 2025.07.15 21:13:14.535464 [ 260 ] {cc2d4777-d379-47a3-91b2-5cfea91c9d2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10657 | 2025.07.15 21:13:14.535508 [ 260 ] {cc2d4777-d379-47a3-91b2-5cfea91c9d2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10658 | 2025.07.15 21:13:14.536487 [ 260 ] {cc2d4777-d379-47a3-91b2-5cfea91c9d2a} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10659 | 2025.07.15 21:13:14.536531 [ 260 ] {cc2d4777-d379-47a3-91b2-5cfea91c9d2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10660 | 2025.07.15 21:13:14.536992 [ 260 ] {cc2d4777-d379-47a3-91b2-5cfea91c9d2a} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
10661 | 2025.07.15 21:13:14.537226 [ 260 ] {cc2d4777-d379-47a3-91b2-5cfea91c9d2a} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10662 | 2025.07.15 21:13:14.537364 [ 260 ] {cc2d4777-d379-47a3-91b2-5cfea91c9d2a} <Debug> executeQuery: Read 681 rows, 55.38 KiB in 0.001905 sec., 357480.3149606299 rows/sec., 28.39 MiB/sec. | ||
10663 | 2025.07.15 21:13:14.537407 [ 260 ] {cc2d4777-d379-47a3-91b2-5cfea91c9d2a} <Debug> TCPHandler: Processed in 0.002080654 sec. | ||
10664 | 2025.07.15 21:13:14.537534 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10665 | 2025.07.15 21:13:14.537634 [ 260 ] {4fd0dd0f-fe59-42c5-bb83-c6da0023303a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10666 | 2025.07.15 21:13:14.537678 [ 260 ] {4fd0dd0f-fe59-42c5-bb83-c6da0023303a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10667 | 2025.07.15 21:13:14.538141 [ 260 ] {4fd0dd0f-fe59-42c5-bb83-c6da0023303a} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10668 | 2025.07.15 21:13:14.538177 [ 260 ] {4fd0dd0f-fe59-42c5-bb83-c6da0023303a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10669 | 2025.07.15 21:13:14.538493 [ 260 ] {4fd0dd0f-fe59-42c5-bb83-c6da0023303a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
10670 | 2025.07.15 21:13:14.538724 [ 260 ] {4fd0dd0f-fe59-42c5-bb83-c6da0023303a} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10671 | 2025.07.15 21:13:14.538854 [ 260 ] {4fd0dd0f-fe59-42c5-bb83-c6da0023303a} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001242 sec., 111111.11111111111 rows/sec., 6.91 MiB/sec. | ||
10672 | 2025.07.15 21:13:14.538893 [ 260 ] {4fd0dd0f-fe59-42c5-bb83-c6da0023303a} <Debug> TCPHandler: Processed in 0.001410137 sec. | ||
10673 | 2025.07.15 21:13:14.539016 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10674 | 2025.07.15 21:13:14.539113 [ 260 ] {68a6ef19-4a1e-4e26-a999-0d9adef29a04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10675 | 2025.07.15 21:13:14.539156 [ 260 ] {68a6ef19-4a1e-4e26-a999-0d9adef29a04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10676 | 2025.07.15 21:13:14.539583 [ 260 ] {68a6ef19-4a1e-4e26-a999-0d9adef29a04} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10677 | 2025.07.15 21:13:14.539619 [ 260 ] {68a6ef19-4a1e-4e26-a999-0d9adef29a04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10678 | 2025.07.15 21:13:14.539933 [ 260 ] {68a6ef19-4a1e-4e26-a999-0d9adef29a04} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
10679 | 2025.07.15 21:13:14.540150 [ 260 ] {68a6ef19-4a1e-4e26-a999-0d9adef29a04} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10680 | 2025.07.15 21:13:14.540250 [ 64 ] {} <Debug> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0 | ||
10681 | 2025.07.15 21:13:14.540280 [ 260 ] {68a6ef19-4a1e-4e26-a999-0d9adef29a04} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001185 sec., 95358.64978902953 rows/sec., 6.17 MiB/sec. | ||
10682 | 2025.07.15 21:13:14.540288 [ 64 ] {} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10683 | 2025.07.15 21:13:14.540311 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10684 | 2025.07.15 21:13:14.540318 [ 260 ] {68a6ef19-4a1e-4e26-a999-0d9adef29a04} <Debug> TCPHandler: Processed in 0.001351425 sec. | ||
10685 | 2025.07.15 21:13:14.540433 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10686 | 2025.07.15 21:13:14.540433 [ 190 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full | ||
10687 | 2025.07.15 21:13:14.540530 [ 260 ] {759933a9-5011-4d6a-9432-adab4560755e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
10688 | 2025.07.15 21:13:14.540575 [ 260 ] {759933a9-5011-4d6a-9432-adab4560755e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10689 | 2025.07.15 21:13:14.540598 [ 190 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10690 | 2025.07.15 21:13:14.540641 [ 190 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 341 rows starting from the beginning of the part | ||
10691 | 2025.07.15 21:13:14.540718 [ 190 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 113 rows starting from the beginning of the part | ||
10692 | 2025.07.15 21:13:14.540771 [ 190 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 228 rows starting from the beginning of the part | ||
10693 | 2025.07.15 21:13:14.540818 [ 190 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 113 rows starting from the beginning of the part | ||
10694 | 2025.07.15 21:13:14.540864 [ 190 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 113 rows starting from the beginning of the part | ||
10695 | 2025.07.15 21:13:14.540916 [ 190 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 113 rows starting from the beginning of the part | ||
10696 | 2025.07.15 21:13:14.541031 [ 260 ] {759933a9-5011-4d6a-9432-adab4560755e} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10697 | 2025.07.15 21:13:14.541075 [ 260 ] {759933a9-5011-4d6a-9432-adab4560755e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10698 | 2025.07.15 21:13:14.541408 [ 260 ] {759933a9-5011-4d6a-9432-adab4560755e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10699 | 2025.07.15 21:13:14.541646 [ 260 ] {759933a9-5011-4d6a-9432-adab4560755e} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10700 | 2025.07.15 21:13:14.541787 [ 260 ] {759933a9-5011-4d6a-9432-adab4560755e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001276 sec., 87774.2946708464 rows/sec., 5.00 MiB/sec. | ||
10701 | 2025.07.15 21:13:14.541828 [ 260 ] {759933a9-5011-4d6a-9432-adab4560755e} <Debug> TCPHandler: Processed in 0.001444438 sec. | ||
10702 | 2025.07.15 21:13:14.541915 [ 191 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.00153788 sec., 663900.954560824 rows/sec., 46.39 MiB/sec. | ||
10703 | 2025.07.15 21:13:14.541950 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10704 | 2025.07.15 21:13:14.542064 [ 260 ] {42d77868-d3df-4d3e-8744-1b40483181b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10705 | 2025.07.15 21:13:14.542090 [ 190 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) | ||
10706 | 2025.07.15 21:13:14.542110 [ 260 ] {42d77868-d3df-4d3e-8744-1b40483181b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10707 | 2025.07.15 21:13:14.542334 [ 190 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_39_8} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10708 | 2025.07.15 21:13:14.542409 [ 190 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_39_8} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8 | ||
10709 | 2025.07.15 21:13:14.542487 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
10710 | 2025.07.15 21:13:14.542759 [ 260 ] {42d77868-d3df-4d3e-8744-1b40483181b0} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10711 | 2025.07.15 21:13:14.542802 [ 260 ] {42d77868-d3df-4d3e-8744-1b40483181b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10712 | 2025.07.15 21:13:14.543153 [ 260 ] {42d77868-d3df-4d3e-8744-1b40483181b0} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
10713 | 2025.07.15 21:13:14.543363 [ 260 ] {42d77868-d3df-4d3e-8744-1b40483181b0} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10714 | 2025.07.15 21:13:14.543497 [ 260 ] {42d77868-d3df-4d3e-8744-1b40483181b0} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001451 sec., 285320.46864231565 rows/sec., 20.29 MiB/sec. | ||
10715 | 2025.07.15 21:13:14.543540 [ 260 ] {42d77868-d3df-4d3e-8744-1b40483181b0} <Debug> TCPHandler: Processed in 0.001641972 sec. | ||
10716 | 2025.07.15 21:13:14.543654 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10717 | 2025.07.15 21:13:14.543748 [ 260 ] {4e7f91ed-412c-443f-bd7a-47ad5ba6b3d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
10718 | 2025.07.15 21:13:14.543788 [ 260 ] {4e7f91ed-412c-443f-bd7a-47ad5ba6b3d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10719 | 2025.07.15 21:13:14.544133 [ 260 ] {4e7f91ed-412c-443f-bd7a-47ad5ba6b3d0} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10720 | 2025.07.15 21:13:14.544169 [ 260 ] {4e7f91ed-412c-443f-bd7a-47ad5ba6b3d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10721 | 2025.07.15 21:13:14.544469 [ 260 ] {4e7f91ed-412c-443f-bd7a-47ad5ba6b3d0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10722 | 2025.07.15 21:13:14.544676 [ 260 ] {4e7f91ed-412c-443f-bd7a-47ad5ba6b3d0} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10723 | 2025.07.15 21:13:14.544804 [ 260 ] {4e7f91ed-412c-443f-bd7a-47ad5ba6b3d0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001073 sec., 5591.798695246971 rows/sec., 292.15 KiB/sec. | ||
10724 | 2025.07.15 21:13:14.544843 [ 260 ] {4e7f91ed-412c-443f-bd7a-47ad5ba6b3d0} <Debug> TCPHandler: Processed in 0.001236262 sec. | ||
10725 | 2025.07.15 21:13:14.544952 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10726 | 2025.07.15 21:13:14.545044 [ 260 ] {aa642be8-7dde-479a-88ef-0afdef726c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10727 | 2025.07.15 21:13:14.545085 [ 260 ] {aa642be8-7dde-479a-88ef-0afdef726c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10728 | 2025.07.15 21:13:14.545496 [ 260 ] {aa642be8-7dde-479a-88ef-0afdef726c8f} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10729 | 2025.07.15 21:13:14.545531 [ 260 ] {aa642be8-7dde-479a-88ef-0afdef726c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10730 | 2025.07.15 21:13:14.545861 [ 260 ] {aa642be8-7dde-479a-88ef-0afdef726c8f} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
10731 | 2025.07.15 21:13:14.546071 [ 260 ] {aa642be8-7dde-479a-88ef-0afdef726c8f} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10732 | 2025.07.15 21:13:14.546201 [ 260 ] {aa642be8-7dde-479a-88ef-0afdef726c8f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001174 sec., 201873.93526405454 rows/sec., 13.53 MiB/sec. | ||
10733 | 2025.07.15 21:13:14.546241 [ 260 ] {aa642be8-7dde-479a-88ef-0afdef726c8f} <Debug> TCPHandler: Processed in 0.001335735 sec. | ||
10734 | 2025.07.15 21:13:14.546350 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10735 | 2025.07.15 21:13:14.546441 [ 260 ] {a851cf20-b088-491c-8022-79fccede2a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
10736 | 2025.07.15 21:13:14.546481 [ 260 ] {a851cf20-b088-491c-8022-79fccede2a39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10737 | 2025.07.15 21:13:14.546797 [ 260 ] {a851cf20-b088-491c-8022-79fccede2a39} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10738 | 2025.07.15 21:13:14.546832 [ 260 ] {a851cf20-b088-491c-8022-79fccede2a39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10739 | 2025.07.15 21:13:14.547131 [ 260 ] {a851cf20-b088-491c-8022-79fccede2a39} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10740 | 2025.07.15 21:13:14.547336 [ 260 ] {a851cf20-b088-491c-8022-79fccede2a39} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10741 | 2025.07.15 21:13:14.547443 [ 63 ] {} <Debug> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
10742 | 2025.07.15 21:13:14.547465 [ 260 ] {a851cf20-b088-491c-8022-79fccede2a39} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001039 sec., 962.4639076034649 rows/sec., 64.85 KiB/sec. | ||
10743 | 2025.07.15 21:13:14.547492 [ 63 ] {} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10744 | 2025.07.15 21:13:14.547510 [ 260 ] {a851cf20-b088-491c-8022-79fccede2a39} <Debug> TCPHandler: Processed in 0.001206002 sec. | ||
10745 | 2025.07.15 21:13:14.547519 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10746 | 2025.07.15 21:13:14.547614 [ 199 ] {af4e8231-9cbc-478e-8e48-9276c869dada::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 | ||
10747 | 2025.07.15 21:13:14.547627 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10748 | 2025.07.15 21:13:14.547734 [ 260 ] {5673ace3-8c9d-43fd-a582-d499be975ad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10749 | 2025.07.15 21:13:14.547748 [ 199 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10750 | 2025.07.15 21:13:14.547788 [ 260 ] {5673ace3-8c9d-43fd-a582-d499be975ad6} <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 | ||
10751 | 2025.07.15 21:13:14.547791 [ 199 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part | ||
10752 | 2025.07.15 21:13:14.547877 [ 199 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
10753 | 2025.07.15 21:13:14.547927 [ 199 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
10754 | 2025.07.15 21:13:14.547971 [ 199 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
10755 | 2025.07.15 21:13:14.548017 [ 199 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
10756 | 2025.07.15 21:13:14.548059 [ 199 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
10757 | 2025.07.15 21:13:14.548646 [ 260 ] {5673ace3-8c9d-43fd-a582-d499be975ad6} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10758 | 2025.07.15 21:13:14.548686 [ 260 ] {5673ace3-8c9d-43fd-a582-d499be975ad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10759 | 2025.07.15 21:13:14.548838 [ 191 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001266103 sec., 23694.754692153798 rows/sec., 1.56 MiB/sec. | ||
10760 | 2025.07.15 21:13:14.548967 [ 199 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
10761 | 2025.07.15 21:13:14.549224 [ 199 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_30_6} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10762 | 2025.07.15 21:13:14.549272 [ 260 ] {5673ace3-8c9d-43fd-a582-d499be975ad6} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
10763 | 2025.07.15 21:13:14.549298 [ 199 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_30_6} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
10764 | 2025.07.15 21:13:14.549375 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10765 | 2025.07.15 21:13:14.549504 [ 260 ] {5673ace3-8c9d-43fd-a582-d499be975ad6} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10766 | 2025.07.15 21:13:14.549650 [ 260 ] {5673ace3-8c9d-43fd-a582-d499be975ad6} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001932 sec., 16563.14699792961 rows/sec., 29.68 MiB/sec. | ||
10767 | 2025.07.15 21:13:14.549714 [ 260 ] {5673ace3-8c9d-43fd-a582-d499be975ad6} <Debug> TCPHandler: Processed in 0.002133746 sec. | ||
10768 | 2025.07.15 21:13:14.549827 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10769 | 2025.07.15 21:13:14.549919 [ 260 ] {b71e5d64-be98-4f2f-a07c-b831b013d8e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10770 | 2025.07.15 21:13:14.549960 [ 260 ] {b71e5d64-be98-4f2f-a07c-b831b013d8e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10771 | 2025.07.15 21:13:14.550295 [ 260 ] {b71e5d64-be98-4f2f-a07c-b831b013d8e3} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10772 | 2025.07.15 21:13:14.550330 [ 260 ] {b71e5d64-be98-4f2f-a07c-b831b013d8e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10773 | 2025.07.15 21:13:14.550634 [ 260 ] {b71e5d64-be98-4f2f-a07c-b831b013d8e3} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
10774 | 2025.07.15 21:13:14.550836 [ 260 ] {b71e5d64-be98-4f2f-a07c-b831b013d8e3} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10775 | 2025.07.15 21:13:14.550964 [ 260 ] {b71e5d64-be98-4f2f-a07c-b831b013d8e3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001061 sec., 77285.5796418473 rows/sec., 4.91 MiB/sec. | ||
10776 | 2025.07.15 21:13:14.551002 [ 260 ] {b71e5d64-be98-4f2f-a07c-b831b013d8e3} <Debug> TCPHandler: Processed in 0.001222232 sec. | ||
10777 | 2025.07.15 21:13:14.621047 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
10778 | 2025.07.15 21:13:14.639310 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10779 | 2025.07.15 21:13:14.639383 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10780 | 2025.07.15 21:13:14.645832 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10781 | 2025.07.15 21:13:14.646625 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10782 | 2025.07.15 21:13:14.646950 [ 63 ] {} <Debug> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10783 | 2025.07.15 21:13:14.646998 [ 63 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10784 | 2025.07.15 21:13:14.647017 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10785 | 2025.07.15 21:13:14.647132 [ 198 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
10786 | 2025.07.15 21:13:14.650603 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
10787 | 2025.07.15 21:13:14.650948 [ 198 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10788 | 2025.07.15 21:13:14.652455 [ 198 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
10789 | 2025.07.15 21:13:14.657280 [ 198 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
10790 | 2025.07.15 21:13:14.661908 [ 198 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
10791 | 2025.07.15 21:13:14.667302 [ 198 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
10792 | 2025.07.15 21:13:14.672656 [ 198 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
10793 | 2025.07.15 21:13:14.676839 [ 198 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
10794 | 2025.07.15 21:13:14.734059 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.086974557 sec., 4851.993669826913 rows/sec., 25.09 MiB/sec. | ||
10795 | 2025.07.15 21:13:14.736996 [ 192 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10796 | 2025.07.15 21:13:14.739137 [ 192 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_56_11} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10797 | 2025.07.15 21:13:14.739262 [ 192 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_56_11} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10798 | 2025.07.15 21:13:14.741938 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
10799 | 2025.07.15 21:13:15.000212 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 315.44 MiB, peak 328.85 MiB, free memory in arenas 0.00 B, will set to 313.55 MiB (RSS), difference: -1.90 MiB | ||
10800 | 2025.07.15 21:13:19.553885 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10801 | 2025.07.15 21:13:19.554080 [ 260 ] {677d100e-132a-44d2-bc15-e82249a90b7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
10802 | 2025.07.15 21:13:19.554149 [ 260 ] {677d100e-132a-44d2-bc15-e82249a90b7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10803 | 2025.07.15 21:13:19.554791 [ 260 ] {677d100e-132a-44d2-bc15-e82249a90b7b} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10804 | 2025.07.15 21:13:19.554844 [ 260 ] {677d100e-132a-44d2-bc15-e82249a90b7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10805 | 2025.07.15 21:13:19.555231 [ 260 ] {677d100e-132a-44d2-bc15-e82249a90b7b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10806 | 2025.07.15 21:13:19.555472 [ 260 ] {677d100e-132a-44d2-bc15-e82249a90b7b} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10807 | 2025.07.15 21:13:19.555639 [ 260 ] {677d100e-132a-44d2-bc15-e82249a90b7b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001606 sec., 2490.6600249066 rows/sec., 203.10 KiB/sec. | ||
10808 | 2025.07.15 21:13:19.555692 [ 260 ] {677d100e-132a-44d2-bc15-e82249a90b7b} <Debug> TCPHandler: Processed in 0.00193421 sec. | ||
10809 | 2025.07.15 21:13:19.555823 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10810 | 2025.07.15 21:13:19.555927 [ 260 ] {9c270451-c673-466b-b4df-efc0766c0aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10811 | 2025.07.15 21:13:19.555972 [ 260 ] {9c270451-c673-466b-b4df-efc0766c0aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10812 | 2025.07.15 21:13:19.557027 [ 260 ] {9c270451-c673-466b-b4df-efc0766c0aff} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10813 | 2025.07.15 21:13:19.557065 [ 260 ] {9c270451-c673-466b-b4df-efc0766c0aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10814 | 2025.07.15 21:13:19.557454 [ 260 ] {9c270451-c673-466b-b4df-efc0766c0aff} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
10815 | 2025.07.15 21:13:19.557667 [ 260 ] {9c270451-c673-466b-b4df-efc0766c0aff} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10816 | 2025.07.15 21:13:19.557804 [ 260 ] {9c270451-c673-466b-b4df-efc0766c0aff} <Debug> executeQuery: Read 1216 rows, 102.43 KiB in 0.001899 sec., 640337.0194839389 rows/sec., 52.67 MiB/sec. | ||
10817 | 2025.07.15 21:13:19.557846 [ 260 ] {9c270451-c673-466b-b4df-efc0766c0aff} <Debug> TCPHandler: Processed in 0.002075234 sec. | ||
10818 | 2025.07.15 21:13:19.557964 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10819 | 2025.07.15 21:13:19.558062 [ 260 ] {fd2f7851-8da1-4f30-915a-2335afe0173d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10820 | 2025.07.15 21:13:19.558106 [ 260 ] {fd2f7851-8da1-4f30-915a-2335afe0173d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10821 | 2025.07.15 21:13:19.558512 [ 260 ] {fd2f7851-8da1-4f30-915a-2335afe0173d} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10822 | 2025.07.15 21:13:19.558548 [ 260 ] {fd2f7851-8da1-4f30-915a-2335afe0173d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10823 | 2025.07.15 21:13:19.558866 [ 260 ] {fd2f7851-8da1-4f30-915a-2335afe0173d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
10824 | 2025.07.15 21:13:19.559159 [ 260 ] {fd2f7851-8da1-4f30-915a-2335afe0173d} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10825 | 2025.07.15 21:13:19.559324 [ 260 ] {fd2f7851-8da1-4f30-915a-2335afe0173d} <Debug> executeQuery: Read 13 rows, 979.00 B in 0.001281 sec., 10148.32162373146 rows/sec., 746.33 KiB/sec. | ||
10826 | 2025.07.15 21:13:19.559364 [ 260 ] {fd2f7851-8da1-4f30-915a-2335afe0173d} <Debug> TCPHandler: Processed in 0.001450058 sec. | ||
10827 | 2025.07.15 21:13:19.559465 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10828 | 2025.07.15 21:13:19.559561 [ 260 ] {0aa17ca2-1555-4bb2-b309-5ebcf1fcc8e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10829 | 2025.07.15 21:13:19.559601 [ 260 ] {0aa17ca2-1555-4bb2-b309-5ebcf1fcc8e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10830 | 2025.07.15 21:13:19.560094 [ 260 ] {0aa17ca2-1555-4bb2-b309-5ebcf1fcc8e8} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10831 | 2025.07.15 21:13:19.560130 [ 260 ] {0aa17ca2-1555-4bb2-b309-5ebcf1fcc8e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10832 | 2025.07.15 21:13:19.560454 [ 260 ] {0aa17ca2-1555-4bb2-b309-5ebcf1fcc8e8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
10833 | 2025.07.15 21:13:19.560663 [ 260 ] {0aa17ca2-1555-4bb2-b309-5ebcf1fcc8e8} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10834 | 2025.07.15 21:13:19.560794 [ 260 ] {0aa17ca2-1555-4bb2-b309-5ebcf1fcc8e8} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001251 sec., 182254.19664268586 rows/sec., 12.34 MiB/sec. | ||
10835 | 2025.07.15 21:13:19.560832 [ 260 ] {0aa17ca2-1555-4bb2-b309-5ebcf1fcc8e8} <Debug> TCPHandler: Processed in 0.001415536 sec. | ||
10836 | 2025.07.15 21:13:19.560939 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10837 | 2025.07.15 21:13:19.561037 [ 260 ] {4e3928a8-d3d2-4e1b-9b63-ec5c83dea49f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10838 | 2025.07.15 21:13:19.561077 [ 260 ] {4e3928a8-d3d2-4e1b-9b63-ec5c83dea49f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10839 | 2025.07.15 21:13:19.561722 [ 260 ] {4e3928a8-d3d2-4e1b-9b63-ec5c83dea49f} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10840 | 2025.07.15 21:13:19.561761 [ 260 ] {4e3928a8-d3d2-4e1b-9b63-ec5c83dea49f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10841 | 2025.07.15 21:13:19.562089 [ 260 ] {4e3928a8-d3d2-4e1b-9b63-ec5c83dea49f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
10842 | 2025.07.15 21:13:19.562306 [ 260 ] {4e3928a8-d3d2-4e1b-9b63-ec5c83dea49f} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10843 | 2025.07.15 21:13:19.562482 [ 260 ] {4e3928a8-d3d2-4e1b-9b63-ec5c83dea49f} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.001461 sec., 364818.6173853525 rows/sec., 27.04 MiB/sec. | ||
10844 | 2025.07.15 21:13:19.562523 [ 260 ] {4e3928a8-d3d2-4e1b-9b63-ec5c83dea49f} <Debug> TCPHandler: Processed in 0.001634392 sec. | ||
10845 | 2025.07.15 21:13:19.562637 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10846 | 2025.07.15 21:13:19.562735 [ 260 ] {2e259c49-b59c-4936-9e71-1b9c26b4b94c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10847 | 2025.07.15 21:13:19.562782 [ 260 ] {2e259c49-b59c-4936-9e71-1b9c26b4b94c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10848 | 2025.07.15 21:13:19.563430 [ 260 ] {2e259c49-b59c-4936-9e71-1b9c26b4b94c} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10849 | 2025.07.15 21:13:19.563468 [ 260 ] {2e259c49-b59c-4936-9e71-1b9c26b4b94c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10850 | 2025.07.15 21:13:19.563874 [ 260 ] {2e259c49-b59c-4936-9e71-1b9c26b4b94c} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
10851 | 2025.07.15 21:13:19.564096 [ 260 ] {2e259c49-b59c-4936-9e71-1b9c26b4b94c} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10852 | 2025.07.15 21:13:19.564236 [ 260 ] {2e259c49-b59c-4936-9e71-1b9c26b4b94c} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.00152 sec., 580263.1578947369 rows/sec., 39.04 MiB/sec. | ||
10853 | 2025.07.15 21:13:19.564274 [ 260 ] {2e259c49-b59c-4936-9e71-1b9c26b4b94c} <Debug> TCPHandler: Processed in 0.001689534 sec. | ||
10854 | 2025.07.15 21:13:19.564381 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10855 | 2025.07.15 21:13:19.564477 [ 260 ] {04633d5a-a690-4955-9a42-e9a78c1f5535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10856 | 2025.07.15 21:13:19.564535 [ 260 ] {04633d5a-a690-4955-9a42-e9a78c1f5535} <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 | ||
10857 | 2025.07.15 21:13:19.565325 [ 260 ] {04633d5a-a690-4955-9a42-e9a78c1f5535} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10858 | 2025.07.15 21:13:19.565363 [ 260 ] {04633d5a-a690-4955-9a42-e9a78c1f5535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10859 | 2025.07.15 21:13:19.565889 [ 260 ] {04633d5a-a690-4955-9a42-e9a78c1f5535} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
10860 | 2025.07.15 21:13:19.566118 [ 260 ] {04633d5a-a690-4955-9a42-e9a78c1f5535} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10861 | 2025.07.15 21:13:19.566258 [ 260 ] {04633d5a-a690-4955-9a42-e9a78c1f5535} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.0018 sec., 5000 rows/sec., 8.96 MiB/sec. | ||
10862 | 2025.07.15 21:13:19.566322 [ 260 ] {04633d5a-a690-4955-9a42-e9a78c1f5535} <Debug> TCPHandler: Processed in 0.001993492 sec. | ||
10863 | 2025.07.15 21:13:19.566431 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10864 | 2025.07.15 21:13:19.566528 [ 260 ] {d6fbe001-1feb-4b41-a0d6-f1dff24bac5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10865 | 2025.07.15 21:13:19.566571 [ 260 ] {d6fbe001-1feb-4b41-a0d6-f1dff24bac5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10866 | 2025.07.15 21:13:19.566905 [ 260 ] {d6fbe001-1feb-4b41-a0d6-f1dff24bac5e} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10867 | 2025.07.15 21:13:19.566943 [ 260 ] {d6fbe001-1feb-4b41-a0d6-f1dff24bac5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10868 | 2025.07.15 21:13:19.567260 [ 260 ] {d6fbe001-1feb-4b41-a0d6-f1dff24bac5e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
10869 | 2025.07.15 21:13:19.567484 [ 260 ] {d6fbe001-1feb-4b41-a0d6-f1dff24bac5e} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10870 | 2025.07.15 21:13:19.567617 [ 260 ] {d6fbe001-1feb-4b41-a0d6-f1dff24bac5e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. | ||
10871 | 2025.07.15 21:13:19.567656 [ 260 ] {d6fbe001-1feb-4b41-a0d6-f1dff24bac5e} <Debug> TCPHandler: Processed in 0.001275083 sec. | ||
10872 | 2025.07.15 21:13:20.689954 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108 | ||
10873 | 2025.07.15 21:13:20.690609 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10874 | 2025.07.15 21:13:20.690656 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10875 | 2025.07.15 21:13:20.691147 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10876 | 2025.07.15 21:13:20.691461 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10877 | 2025.07.15 21:13:20.691610 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108 | ||
10878 | 2025.07.15 21:13:22.150692 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
10879 | 2025.07.15 21:13:22.167003 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10880 | 2025.07.15 21:13:22.167059 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10881 | 2025.07.15 21:13:22.172768 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10882 | 2025.07.15 21:13:22.173452 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10883 | 2025.07.15 21:13:22.176444 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
10884 | 2025.07.15 21:13:23.254580 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1514 | ||
10885 | 2025.07.15 21:13:23.257099 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10886 | 2025.07.15 21:13:23.257145 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10887 | 2025.07.15 21:13:23.258330 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
10888 | 2025.07.15 21:13:23.258593 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10889 | 2025.07.15 21:13:23.258853 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1514 | ||
10890 | 2025.07.15 21:13:24.531621 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10891 | 2025.07.15 21:13:24.531811 [ 260 ] {cd3ab997-f2c6-4750-8af8-495e0ac20bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
10892 | 2025.07.15 21:13:24.531887 [ 260 ] {cd3ab997-f2c6-4750-8af8-495e0ac20bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
10893 | 2025.07.15 21:13:24.532610 [ 260 ] {cd3ab997-f2c6-4750-8af8-495e0ac20bd0} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10894 | 2025.07.15 21:13:24.532652 [ 260 ] {cd3ab997-f2c6-4750-8af8-495e0ac20bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10895 | 2025.07.15 21:13:24.533041 [ 260 ] {cd3ab997-f2c6-4750-8af8-495e0ac20bd0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
10896 | 2025.07.15 21:13:24.533261 [ 260 ] {cd3ab997-f2c6-4750-8af8-495e0ac20bd0} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10897 | 2025.07.15 21:13:24.533408 [ 260 ] {cd3ab997-f2c6-4750-8af8-495e0ac20bd0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00166 sec., 127710.84337349398 rows/sec., 8.12 MiB/sec. | ||
10898 | 2025.07.15 21:13:24.533448 [ 260 ] {cd3ab997-f2c6-4750-8af8-495e0ac20bd0} <Debug> TCPHandler: Processed in 0.00195918 sec. | ||
10899 | 2025.07.15 21:13:24.533566 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10900 | 2025.07.15 21:13:24.533659 [ 260 ] {1ad95d59-ac12-45f0-b648-e6f4ef3630cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10901 | 2025.07.15 21:13:24.533699 [ 260 ] {1ad95d59-ac12-45f0-b648-e6f4ef3630cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10902 | 2025.07.15 21:13:24.534411 [ 260 ] {1ad95d59-ac12-45f0-b648-e6f4ef3630cc} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10903 | 2025.07.15 21:13:24.534447 [ 260 ] {1ad95d59-ac12-45f0-b648-e6f4ef3630cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10904 | 2025.07.15 21:13:24.534790 [ 260 ] {1ad95d59-ac12-45f0-b648-e6f4ef3630cc} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
10905 | 2025.07.15 21:13:24.535004 [ 260 ] {1ad95d59-ac12-45f0-b648-e6f4ef3630cc} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10906 | 2025.07.15 21:13:24.535131 [ 260 ] {1ad95d59-ac12-45f0-b648-e6f4ef3630cc} <Debug> executeQuery: Read 681 rows, 55.38 KiB in 0.00149 sec., 457046.97986577183 rows/sec., 36.30 MiB/sec. | ||
10907 | 2025.07.15 21:13:24.535168 [ 260 ] {1ad95d59-ac12-45f0-b648-e6f4ef3630cc} <Debug> TCPHandler: Processed in 0.001650423 sec. | ||
10908 | 2025.07.15 21:13:24.535277 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10909 | 2025.07.15 21:13:24.535369 [ 260 ] {f675d7d3-b10b-4fa7-b6f5-ff8df919ed58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10910 | 2025.07.15 21:13:24.535409 [ 260 ] {f675d7d3-b10b-4fa7-b6f5-ff8df919ed58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10911 | 2025.07.15 21:13:24.535833 [ 260 ] {f675d7d3-b10b-4fa7-b6f5-ff8df919ed58} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10912 | 2025.07.15 21:13:24.535869 [ 260 ] {f675d7d3-b10b-4fa7-b6f5-ff8df919ed58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10913 | 2025.07.15 21:13:24.536168 [ 260 ] {f675d7d3-b10b-4fa7-b6f5-ff8df919ed58} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
10914 | 2025.07.15 21:13:24.536387 [ 260 ] {f675d7d3-b10b-4fa7-b6f5-ff8df919ed58} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10915 | 2025.07.15 21:13:24.536515 [ 260 ] {f675d7d3-b10b-4fa7-b6f5-ff8df919ed58} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001164 sec., 118556.70103092783 rows/sec., 7.38 MiB/sec. | ||
10916 | 2025.07.15 21:13:24.536552 [ 260 ] {f675d7d3-b10b-4fa7-b6f5-ff8df919ed58} <Debug> TCPHandler: Processed in 0.001322265 sec. | ||
10917 | 2025.07.15 21:13:24.536658 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10918 | 2025.07.15 21:13:24.536749 [ 260 ] {c1ef901a-eb7e-48aa-81d2-80ee8286af88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10919 | 2025.07.15 21:13:24.536788 [ 260 ] {c1ef901a-eb7e-48aa-81d2-80ee8286af88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10920 | 2025.07.15 21:13:24.537194 [ 260 ] {c1ef901a-eb7e-48aa-81d2-80ee8286af88} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10921 | 2025.07.15 21:13:24.537230 [ 260 ] {c1ef901a-eb7e-48aa-81d2-80ee8286af88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10922 | 2025.07.15 21:13:24.537523 [ 260 ] {c1ef901a-eb7e-48aa-81d2-80ee8286af88} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
10923 | 2025.07.15 21:13:24.537736 [ 260 ] {c1ef901a-eb7e-48aa-81d2-80ee8286af88} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10924 | 2025.07.15 21:13:24.537861 [ 260 ] {c1ef901a-eb7e-48aa-81d2-80ee8286af88} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00113 sec., 100000 rows/sec., 6.47 MiB/sec. | ||
10925 | 2025.07.15 21:13:24.537898 [ 260 ] {c1ef901a-eb7e-48aa-81d2-80ee8286af88} <Debug> TCPHandler: Processed in 0.001287444 sec. | ||
10926 | 2025.07.15 21:13:24.538005 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10927 | 2025.07.15 21:13:24.538095 [ 260 ] {10ba39b8-29e9-46c8-a044-ba156d5de0da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
10928 | 2025.07.15 21:13:24.538134 [ 260 ] {10ba39b8-29e9-46c8-a044-ba156d5de0da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10929 | 2025.07.15 21:13:24.538536 [ 260 ] {10ba39b8-29e9-46c8-a044-ba156d5de0da} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10930 | 2025.07.15 21:13:24.538571 [ 260 ] {10ba39b8-29e9-46c8-a044-ba156d5de0da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10931 | 2025.07.15 21:13:24.538864 [ 260 ] {10ba39b8-29e9-46c8-a044-ba156d5de0da} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
10932 | 2025.07.15 21:13:24.539076 [ 260 ] {10ba39b8-29e9-46c8-a044-ba156d5de0da} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10933 | 2025.07.15 21:13:24.539200 [ 260 ] {10ba39b8-29e9-46c8-a044-ba156d5de0da} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001122 sec., 99821.74688057041 rows/sec., 5.69 MiB/sec. | ||
10934 | 2025.07.15 21:13:24.539238 [ 260 ] {10ba39b8-29e9-46c8-a044-ba156d5de0da} <Debug> TCPHandler: Processed in 0.001280133 sec. | ||
10935 | 2025.07.15 21:13:24.539344 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10936 | 2025.07.15 21:13:24.539434 [ 260 ] {cf23369f-4f15-4d1e-adc7-a48f2afe8df9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10937 | 2025.07.15 21:13:24.539473 [ 260 ] {cf23369f-4f15-4d1e-adc7-a48f2afe8df9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10938 | 2025.07.15 21:13:24.539992 [ 260 ] {cf23369f-4f15-4d1e-adc7-a48f2afe8df9} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10939 | 2025.07.15 21:13:24.540028 [ 260 ] {cf23369f-4f15-4d1e-adc7-a48f2afe8df9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10940 | 2025.07.15 21:13:24.540351 [ 260 ] {cf23369f-4f15-4d1e-adc7-a48f2afe8df9} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
10941 | 2025.07.15 21:13:24.540565 [ 260 ] {cf23369f-4f15-4d1e-adc7-a48f2afe8df9} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10942 | 2025.07.15 21:13:24.540689 [ 260 ] {cf23369f-4f15-4d1e-adc7-a48f2afe8df9} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001272 sec., 325471.6981132076 rows/sec., 23.15 MiB/sec. | ||
10943 | 2025.07.15 21:13:24.540726 [ 260 ] {cf23369f-4f15-4d1e-adc7-a48f2afe8df9} <Debug> TCPHandler: Processed in 0.001429368 sec. | ||
10944 | 2025.07.15 21:13:24.540832 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10945 | 2025.07.15 21:13:24.540923 [ 260 ] {4b740163-64d7-4f69-9984-3dd1bf3c8acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
10946 | 2025.07.15 21:13:24.540963 [ 260 ] {4b740163-64d7-4f69-9984-3dd1bf3c8acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10947 | 2025.07.15 21:13:24.541285 [ 260 ] {4b740163-64d7-4f69-9984-3dd1bf3c8acc} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10948 | 2025.07.15 21:13:24.541320 [ 260 ] {4b740163-64d7-4f69-9984-3dd1bf3c8acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10949 | 2025.07.15 21:13:24.541618 [ 260 ] {4b740163-64d7-4f69-9984-3dd1bf3c8acc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
10950 | 2025.07.15 21:13:24.541825 [ 260 ] {4b740163-64d7-4f69-9984-3dd1bf3c8acc} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10951 | 2025.07.15 21:13:24.541927 [ 35 ] {} <Debug> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
10952 | 2025.07.15 21:13:24.541950 [ 260 ] {4b740163-64d7-4f69-9984-3dd1bf3c8acc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001045 sec., 5741.626794258374 rows/sec., 299.98 KiB/sec. | ||
10953 | 2025.07.15 21:13:24.541995 [ 35 ] {} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10954 | 2025.07.15 21:13:24.542003 [ 260 ] {4b740163-64d7-4f69-9984-3dd1bf3c8acc} <Debug> TCPHandler: Processed in 0.001217802 sec. | ||
10955 | 2025.07.15 21:13:24.542027 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10956 | 2025.07.15 21:13:24.542116 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10957 | 2025.07.15 21:13:24.542173 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::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 | ||
10958 | 2025.07.15 21:13:24.542210 [ 260 ] {6b1c33e7-e111-409a-ad78-3553519a5251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10959 | 2025.07.15 21:13:24.542299 [ 260 ] {6b1c33e7-e111-409a-ad78-3553519a5251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10960 | 2025.07.15 21:13:24.542335 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10961 | 2025.07.15 21:13:24.542379 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
10962 | 2025.07.15 21:13:24.542452 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
10963 | 2025.07.15 21:13:24.542505 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
10964 | 2025.07.15 21:13:24.542554 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
10965 | 2025.07.15 21:13:24.542602 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
10966 | 2025.07.15 21:13:24.542644 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
10967 | 2025.07.15 21:13:24.542701 [ 260 ] {6b1c33e7-e111-409a-ad78-3553519a5251} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10968 | 2025.07.15 21:13:24.542741 [ 260 ] {6b1c33e7-e111-409a-ad78-3553519a5251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
10969 | 2025.07.15 21:13:24.543115 [ 260 ] {6b1c33e7-e111-409a-ad78-3553519a5251} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
10970 | 2025.07.15 21:13:24.543342 [ 260 ] {6b1c33e7-e111-409a-ad78-3553519a5251} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10971 | 2025.07.15 21:13:24.543477 [ 260 ] {6b1c33e7-e111-409a-ad78-3553519a5251} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001285 sec., 184435.79766536967 rows/sec., 12.36 MiB/sec. | ||
10972 | 2025.07.15 21:13:24.543514 [ 260 ] {6b1c33e7-e111-409a-ad78-3553519a5251} <Debug> TCPHandler: Processed in 0.001444157 sec. | ||
10973 | 2025.07.15 21:13:24.543627 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10974 | 2025.07.15 21:13:24.543636 [ 191 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.001537009 sec., 121014.25560943365 rows/sec., 6.17 MiB/sec. | ||
10975 | 2025.07.15 21:13:24.543719 [ 260 ] {42f78148-17cb-48ef-b15c-e79334f3640c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
10976 | 2025.07.15 21:13:24.543764 [ 260 ] {42f78148-17cb-48ef-b15c-e79334f3640c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10977 | 2025.07.15 21:13:24.543822 [ 195 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
10978 | 2025.07.15 21:13:24.544072 [ 260 ] {42f78148-17cb-48ef-b15c-e79334f3640c} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10979 | 2025.07.15 21:13:24.544115 [ 260 ] {42f78148-17cb-48ef-b15c-e79334f3640c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10980 | 2025.07.15 21:13:24.544159 [ 195 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_31_6} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10981 | 2025.07.15 21:13:24.544260 [ 195 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_31_6} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
10982 | 2025.07.15 21:13:24.544364 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
10983 | 2025.07.15 21:13:24.544429 [ 260 ] {42f78148-17cb-48ef-b15c-e79334f3640c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
10984 | 2025.07.15 21:13:24.544639 [ 260 ] {42f78148-17cb-48ef-b15c-e79334f3640c} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10985 | 2025.07.15 21:13:24.544769 [ 260 ] {42f78148-17cb-48ef-b15c-e79334f3640c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001068 sec., 936.3295880149814 rows/sec., 63.09 KiB/sec. | ||
10986 | 2025.07.15 21:13:24.544806 [ 260 ] {42f78148-17cb-48ef-b15c-e79334f3640c} <Debug> TCPHandler: Processed in 0.001226112 sec. | ||
10987 | 2025.07.15 21:13:24.544927 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10988 | 2025.07.15 21:13:24.545018 [ 260 ] {8fd753eb-1311-4005-a9f9-46a30ef1a120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10989 | 2025.07.15 21:13:24.545071 [ 260 ] {8fd753eb-1311-4005-a9f9-46a30ef1a120} <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 | ||
10990 | 2025.07.15 21:13:24.545899 [ 260 ] {8fd753eb-1311-4005-a9f9-46a30ef1a120} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10991 | 2025.07.15 21:13:24.545935 [ 260 ] {8fd753eb-1311-4005-a9f9-46a30ef1a120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
10992 | 2025.07.15 21:13:24.546482 [ 260 ] {8fd753eb-1311-4005-a9f9-46a30ef1a120} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
10993 | 2025.07.15 21:13:24.546703 [ 260 ] {8fd753eb-1311-4005-a9f9-46a30ef1a120} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10994 | 2025.07.15 21:13:24.546836 [ 260 ] {8fd753eb-1311-4005-a9f9-46a30ef1a120} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001836 sec., 17429.193899782134 rows/sec., 31.23 MiB/sec. | ||
10995 | 2025.07.15 21:13:24.546889 [ 260 ] {8fd753eb-1311-4005-a9f9-46a30ef1a120} <Debug> TCPHandler: Processed in 0.002008302 sec. | ||
10996 | 2025.07.15 21:13:24.547001 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10997 | 2025.07.15 21:13:24.547093 [ 260 ] {77873217-4f37-4e3e-b3ba-fa118070a418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10998 | 2025.07.15 21:13:24.547134 [ 260 ] {77873217-4f37-4e3e-b3ba-fa118070a418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10999 | 2025.07.15 21:13:24.547467 [ 260 ] {77873217-4f37-4e3e-b3ba-fa118070a418} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11000 | 2025.07.15 21:13:24.547500 [ 260 ] {77873217-4f37-4e3e-b3ba-fa118070a418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
11001 | 2025.07.15 21:13:24.547803 [ 260 ] {77873217-4f37-4e3e-b3ba-fa118070a418} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
11002 | 2025.07.15 21:13:24.548008 [ 260 ] {77873217-4f37-4e3e-b3ba-fa118070a418} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11003 | 2025.07.15 21:13:24.548128 [ 260 ] {77873217-4f37-4e3e-b3ba-fa118070a418} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001054 sec., 77798.8614800759 rows/sec., 4.94 MiB/sec. | ||
11004 | 2025.07.15 21:13:24.548162 [ 260 ] {77873217-4f37-4e3e-b3ba-fa118070a418} <Debug> TCPHandler: Processed in 0.001208732 sec. | ||
11005 | 2025.07.15 21:13:27.977663 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11006 | 2025.07.15 21:13:27.977731 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11007 | 2025.07.15 21:13:28.191771 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596 | ||
11008 | 2025.07.15 21:13:28.192369 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11009 | 2025.07.15 21:13:28.192419 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11010 | 2025.07.15 21:13:28.192980 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11011 | 2025.07.15 21:13:28.193257 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11012 | 2025.07.15 21:13:28.193428 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
11013 | 2025.07.15 21:13:29.525684 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11014 | 2025.07.15 21:13:29.525882 [ 260 ] {5a089ae8-39f1-4041-9c9b-0e0be37c3226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11015 | 2025.07.15 21:13:29.525958 [ 260 ] {5a089ae8-39f1-4041-9c9b-0e0be37c3226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11016 | 2025.07.15 21:13:29.526709 [ 260 ] {5a089ae8-39f1-4041-9c9b-0e0be37c3226} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11017 | 2025.07.15 21:13:29.526758 [ 260 ] {5a089ae8-39f1-4041-9c9b-0e0be37c3226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11018 | 2025.07.15 21:13:29.527209 [ 260 ] {5a089ae8-39f1-4041-9c9b-0e0be37c3226} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
11019 | 2025.07.15 21:13:29.527437 [ 260 ] {5a089ae8-39f1-4041-9c9b-0e0be37c3226} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11020 | 2025.07.15 21:13:29.527594 [ 260 ] {5a089ae8-39f1-4041-9c9b-0e0be37c3226} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001767 sec., 41878.89077532541 rows/sec., 3.41 MiB/sec. | ||
11021 | 2025.07.15 21:13:29.527636 [ 260 ] {5a089ae8-39f1-4041-9c9b-0e0be37c3226} <Debug> TCPHandler: Processed in 0.002083604 sec. | ||
11022 | 2025.07.15 21:13:29.527773 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11023 | 2025.07.15 21:13:29.527869 [ 260 ] {989552ed-24bb-44b1-9acc-3dc9c7eba368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11024 | 2025.07.15 21:13:29.527911 [ 260 ] {989552ed-24bb-44b1-9acc-3dc9c7eba368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11025 | 2025.07.15 21:13:29.528316 [ 260 ] {989552ed-24bb-44b1-9acc-3dc9c7eba368} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11026 | 2025.07.15 21:13:29.528403 [ 260 ] {989552ed-24bb-44b1-9acc-3dc9c7eba368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11027 | 2025.07.15 21:13:29.528719 [ 260 ] {989552ed-24bb-44b1-9acc-3dc9c7eba368} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
11028 | 2025.07.15 21:13:29.528931 [ 260 ] {989552ed-24bb-44b1-9acc-3dc9c7eba368} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11029 | 2025.07.15 21:13:29.529065 [ 260 ] {989552ed-24bb-44b1-9acc-3dc9c7eba368} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001215 sec., 7407.407407407408 rows/sec., 557.00 KiB/sec. | ||
11030 | 2025.07.15 21:13:29.529061 [ 57 ] {} <Debug> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
11031 | 2025.07.15 21:13:29.529104 [ 260 ] {989552ed-24bb-44b1-9acc-3dc9c7eba368} <Debug> TCPHandler: Processed in 0.001385115 sec. | ||
11032 | 2025.07.15 21:13:29.529136 [ 57 ] {} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11033 | 2025.07.15 21:13:29.529160 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11034 | 2025.07.15 21:13:29.529216 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11035 | 2025.07.15 21:13:29.529251 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::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 | ||
11036 | 2025.07.15 21:13:29.529324 [ 260 ] {b0caa519-485a-47b2-9588-3e582d52d881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11037 | 2025.07.15 21:13:29.529336 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11038 | 2025.07.15 21:13:29.529368 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 167 rows starting from the beginning of the part | ||
11039 | 2025.07.15 21:13:29.529377 [ 260 ] {b0caa519-485a-47b2-9588-3e582d52d881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11040 | 2025.07.15 21:13:29.529422 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 9 rows starting from the beginning of the part | ||
11041 | 2025.07.15 21:13:29.529462 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 138 rows starting from the beginning of the part | ||
11042 | 2025.07.15 21:13:29.529501 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 13 rows starting from the beginning of the part | ||
11043 | 2025.07.15 21:13:29.529540 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 138 rows starting from the beginning of the part | ||
11044 | 2025.07.15 21:13:29.529583 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 9 rows starting from the beginning of the part | ||
11045 | 2025.07.15 21:13:29.529949 [ 260 ] {b0caa519-485a-47b2-9588-3e582d52d881} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11046 | 2025.07.15 21:13:29.529994 [ 260 ] {b0caa519-485a-47b2-9588-3e582d52d881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11047 | 2025.07.15 21:13:29.530332 [ 191 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 474 rows, containing 5 columns (5 merged, 0 gathered) in 0.001114329 sec., 425368.0914702929 rows/sec., 28.58 MiB/sec. | ||
11048 | 2025.07.15 21:13:29.530456 [ 260 ] {b0caa519-485a-47b2-9588-3e582d52d881} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
11049 | 2025.07.15 21:13:29.530476 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
11050 | 2025.07.15 21:13:29.530705 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_76_15} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11051 | 2025.07.15 21:13:29.530768 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_76_15} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
11052 | 2025.07.15 21:13:29.530799 [ 260 ] {b0caa519-485a-47b2-9588-3e582d52d881} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11053 | 2025.07.15 21:13:29.530828 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
11054 | 2025.07.15 21:13:29.530982 [ 260 ] {b0caa519-485a-47b2-9588-3e582d52d881} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.00168 sec., 43452.380952380954 rows/sec., 3.39 MiB/sec. | ||
11055 | 2025.07.15 21:13:29.531037 [ 260 ] {b0caa519-485a-47b2-9588-3e582d52d881} <Debug> TCPHandler: Processed in 0.001869268 sec. | ||
11056 | 2025.07.15 21:13:29.531183 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11057 | 2025.07.15 21:13:29.531306 [ 260 ] {2e3a6d25-5e75-4202-93ed-49f6c23b97ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11058 | 2025.07.15 21:13:29.531366 [ 260 ] {2e3a6d25-5e75-4202-93ed-49f6c23b97ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11059 | 2025.07.15 21:13:29.531895 [ 260 ] {2e3a6d25-5e75-4202-93ed-49f6c23b97ac} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11060 | 2025.07.15 21:13:29.531941 [ 260 ] {2e3a6d25-5e75-4202-93ed-49f6c23b97ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11061 | 2025.07.15 21:13:29.532418 [ 260 ] {2e3a6d25-5e75-4202-93ed-49f6c23b97ac} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
11062 | 2025.07.15 21:13:29.532741 [ 260 ] {2e3a6d25-5e75-4202-93ed-49f6c23b97ac} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11063 | 2025.07.15 21:13:29.532925 [ 260 ] {2e3a6d25-5e75-4202-93ed-49f6c23b97ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001643 sec., 97382.83627510651 rows/sec., 6.78 MiB/sec. | ||
11064 | 2025.07.15 21:13:29.532977 [ 260 ] {2e3a6d25-5e75-4202-93ed-49f6c23b97ac} <Debug> TCPHandler: Processed in 0.001858198 sec. | ||
11065 | 2025.07.15 21:13:29.533111 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11066 | 2025.07.15 21:13:29.533236 [ 260 ] {7e4c70c0-1981-45af-ade1-1d65654d9090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11067 | 2025.07.15 21:13:29.533330 [ 260 ] {7e4c70c0-1981-45af-ade1-1d65654d9090} <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 | ||
11068 | 2025.07.15 21:13:29.534142 [ 260 ] {7e4c70c0-1981-45af-ade1-1d65654d9090} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11069 | 2025.07.15 21:13:29.534179 [ 260 ] {7e4c70c0-1981-45af-ade1-1d65654d9090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11070 | 2025.07.15 21:13:29.534688 [ 260 ] {7e4c70c0-1981-45af-ade1-1d65654d9090} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
11071 | 2025.07.15 21:13:29.534910 [ 260 ] {7e4c70c0-1981-45af-ade1-1d65654d9090} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11072 | 2025.07.15 21:13:29.535046 [ 260 ] {7e4c70c0-1981-45af-ade1-1d65654d9090} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001837 sec., 4899.292324442024 rows/sec., 8.78 MiB/sec. | ||
11073 | 2025.07.15 21:13:29.535109 [ 260 ] {7e4c70c0-1981-45af-ade1-1d65654d9090} <Debug> TCPHandler: Processed in 0.002059553 sec. | ||
11074 | 2025.07.15 21:13:29.535219 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11075 | 2025.07.15 21:13:29.535314 [ 260 ] {39353d6e-45a2-4e26-87bf-c8f7327684fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11076 | 2025.07.15 21:13:29.535355 [ 260 ] {39353d6e-45a2-4e26-87bf-c8f7327684fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11077 | 2025.07.15 21:13:29.535688 [ 260 ] {39353d6e-45a2-4e26-87bf-c8f7327684fb} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11078 | 2025.07.15 21:13:29.535724 [ 260 ] {39353d6e-45a2-4e26-87bf-c8f7327684fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11079 | 2025.07.15 21:13:29.536025 [ 260 ] {39353d6e-45a2-4e26-87bf-c8f7327684fb} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
11080 | 2025.07.15 21:13:29.536225 [ 260 ] {39353d6e-45a2-4e26-87bf-c8f7327684fb} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11081 | 2025.07.15 21:13:29.536359 [ 260 ] {39353d6e-45a2-4e26-87bf-c8f7327684fb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. | ||
11082 | 2025.07.15 21:13:29.536395 [ 260 ] {39353d6e-45a2-4e26-87bf-c8f7327684fb} <Debug> TCPHandler: Processed in 0.001223862 sec. | ||
11083 | 2025.07.15 21:13:29.676502 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 | ||
11084 | 2025.07.15 21:13:29.691932 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11085 | 2025.07.15 21:13:29.691973 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11086 | 2025.07.15 21:13:29.697813 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11087 | 2025.07.15 21:13:29.698527 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11088 | 2025.07.15 21:13:29.701181 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 437 | ||
11089 | 2025.07.15 21:13:33.260012 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1548 | ||
11090 | 2025.07.15 21:13:33.262359 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11091 | 2025.07.15 21:13:33.262408 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11092 | 2025.07.15 21:13:33.263617 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
11093 | 2025.07.15 21:13:33.263893 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11094 | 2025.07.15 21:13:33.264154 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1548 | ||
11095 | 2025.07.15 21:13:34.531406 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11096 | 2025.07.15 21:13:34.531657 [ 260 ] {7bac92f0-9f5f-40e8-8b0e-6e65414083f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
11097 | 2025.07.15 21:13:34.531757 [ 260 ] {7bac92f0-9f5f-40e8-8b0e-6e65414083f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
11098 | 2025.07.15 21:13:34.532553 [ 260 ] {7bac92f0-9f5f-40e8-8b0e-6e65414083f3} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11099 | 2025.07.15 21:13:34.532604 [ 260 ] {7bac92f0-9f5f-40e8-8b0e-6e65414083f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11100 | 2025.07.15 21:13:34.533007 [ 260 ] {7bac92f0-9f5f-40e8-8b0e-6e65414083f3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11101 | 2025.07.15 21:13:34.533231 [ 260 ] {7bac92f0-9f5f-40e8-8b0e-6e65414083f3} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11102 | 2025.07.15 21:13:34.533393 [ 260 ] {7bac92f0-9f5f-40e8-8b0e-6e65414083f3} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001807 sec., 117321.52739346983 rows/sec., 7.46 MiB/sec. | ||
11103 | 2025.07.15 21:13:34.533447 [ 260 ] {7bac92f0-9f5f-40e8-8b0e-6e65414083f3} <Debug> TCPHandler: Processed in 0.002209877 sec. | ||
11104 | 2025.07.15 21:13:34.533573 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11105 | 2025.07.15 21:13:34.533679 [ 260 ] {0c773d82-fcee-4630-9972-e5908ac317c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
11106 | 2025.07.15 21:13:34.533723 [ 260 ] {0c773d82-fcee-4630-9972-e5908ac317c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11107 | 2025.07.15 21:13:34.534139 [ 260 ] {0c773d82-fcee-4630-9972-e5908ac317c6} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11108 | 2025.07.15 21:13:34.534177 [ 260 ] {0c773d82-fcee-4630-9972-e5908ac317c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11109 | 2025.07.15 21:13:34.534481 [ 260 ] {0c773d82-fcee-4630-9972-e5908ac317c6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
11110 | 2025.07.15 21:13:34.534702 [ 260 ] {0c773d82-fcee-4630-9972-e5908ac317c6} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11111 | 2025.07.15 21:13:34.534836 [ 260 ] {0c773d82-fcee-4630-9972-e5908ac317c6} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001183 sec., 6762.46830092984 rows/sec., 551.43 KiB/sec. | ||
11112 | 2025.07.15 21:13:34.534875 [ 260 ] {0c773d82-fcee-4630-9972-e5908ac317c6} <Debug> TCPHandler: Processed in 0.001353695 sec. | ||
11113 | 2025.07.15 21:13:34.534978 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11114 | 2025.07.15 21:13:34.535074 [ 260 ] {accbba57-cffc-420d-a98b-2be7ee8df8c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11115 | 2025.07.15 21:13:34.535114 [ 260 ] {accbba57-cffc-420d-a98b-2be7ee8df8c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11116 | 2025.07.15 21:13:34.535833 [ 260 ] {accbba57-cffc-420d-a98b-2be7ee8df8c4} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11117 | 2025.07.15 21:13:34.535870 [ 260 ] {accbba57-cffc-420d-a98b-2be7ee8df8c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11118 | 2025.07.15 21:13:34.536220 [ 260 ] {accbba57-cffc-420d-a98b-2be7ee8df8c4} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
11119 | 2025.07.15 21:13:34.536432 [ 260 ] {accbba57-cffc-420d-a98b-2be7ee8df8c4} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11120 | 2025.07.15 21:13:34.536556 [ 50 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
11121 | 2025.07.15 21:13:34.536561 [ 260 ] {accbba57-cffc-420d-a98b-2be7ee8df8c4} <Debug> executeQuery: Read 685 rows, 55.68 KiB in 0.001508 sec., 454244.0318302387 rows/sec., 36.06 MiB/sec. | ||
11122 | 2025.07.15 21:13:34.536626 [ 50 ] {} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11123 | 2025.07.15 21:13:34.536643 [ 260 ] {accbba57-cffc-420d-a98b-2be7ee8df8c4} <Debug> TCPHandler: Processed in 0.001712575 sec. | ||
11124 | 2025.07.15 21:13:34.536652 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11125 | 2025.07.15 21:13:34.536764 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11126 | 2025.07.15 21:13:34.536826 [ 195 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::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 | ||
11127 | 2025.07.15 21:13:34.536864 [ 260 ] {3d418a3b-bcff-429f-874a-310e8f7b756a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11128 | 2025.07.15 21:13:34.536927 [ 260 ] {3d418a3b-bcff-429f-874a-310e8f7b756a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11129 | 2025.07.15 21:13:34.537010 [ 195 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11130 | 2025.07.15 21:13:34.537064 [ 195 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1850 rows starting from the beginning of the part | ||
11131 | 2025.07.15 21:13:34.537174 [ 195 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 681 rows starting from the beginning of the part | ||
11132 | 2025.07.15 21:13:34.537249 [ 195 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 1216 rows starting from the beginning of the part | ||
11133 | 2025.07.15 21:13:34.537315 [ 195 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 681 rows starting from the beginning of the part | ||
11134 | 2025.07.15 21:13:34.537378 [ 195 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 74 rows starting from the beginning of the part | ||
11135 | 2025.07.15 21:13:34.537386 [ 260 ] {3d418a3b-bcff-429f-874a-310e8f7b756a} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11136 | 2025.07.15 21:13:34.537434 [ 260 ] {3d418a3b-bcff-429f-874a-310e8f7b756a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11137 | 2025.07.15 21:13:34.537440 [ 195 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 685 rows starting from the beginning of the part | ||
11138 | 2025.07.15 21:13:34.537779 [ 260 ] {3d418a3b-bcff-429f-874a-310e8f7b756a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
11139 | 2025.07.15 21:13:34.538027 [ 260 ] {3d418a3b-bcff-429f-874a-310e8f7b756a} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11140 | 2025.07.15 21:13:34.538165 [ 260 ] {3d418a3b-bcff-429f-874a-310e8f7b756a} <Debug> executeQuery: Read 146 rows, 9.35 KiB in 0.001319 sec., 110689.91660348748 rows/sec., 6.92 MiB/sec. | ||
11141 | 2025.07.15 21:13:34.538203 [ 260 ] {3d418a3b-bcff-429f-874a-310e8f7b756a} <Debug> TCPHandler: Processed in 0.001488578 sec. | ||
11142 | 2025.07.15 21:13:34.538313 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11143 | 2025.07.15 21:13:34.538408 [ 260 ] {d2d4787b-caaa-4f48-9faf-f7cb1d27e767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
11144 | 2025.07.15 21:13:34.538449 [ 260 ] {d2d4787b-caaa-4f48-9faf-f7cb1d27e767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11145 | 2025.07.15 21:13:34.538875 [ 260 ] {d2d4787b-caaa-4f48-9faf-f7cb1d27e767} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11146 | 2025.07.15 21:13:34.538913 [ 260 ] {d2d4787b-caaa-4f48-9faf-f7cb1d27e767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11147 | 2025.07.15 21:13:34.539235 [ 260 ] {d2d4787b-caaa-4f48-9faf-f7cb1d27e767} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
11148 | 2025.07.15 21:13:34.539458 [ 200 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5187 rows, containing 5 columns (5 merged, 0 gathered) in 0.00270949 sec., 1914382.4114501253 rows/sec., 161.97 MiB/sec. | ||
11149 | 2025.07.15 21:13:34.539460 [ 260 ] {d2d4787b-caaa-4f48-9faf-f7cb1d27e767} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11150 | 2025.07.15 21:13:34.539610 [ 260 ] {d2d4787b-caaa-4f48-9faf-f7cb1d27e767} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00122 sec., 92622.95081967213 rows/sec., 6.00 MiB/sec. | ||
11151 | 2025.07.15 21:13:34.539650 [ 260 ] {d2d4787b-caaa-4f48-9faf-f7cb1d27e767} <Debug> TCPHandler: Processed in 0.001385646 sec. | ||
11152 | 2025.07.15 21:13:34.539740 [ 200 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
11153 | 2025.07.15 21:13:34.539756 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11154 | 2025.07.15 21:13:34.539852 [ 260 ] {6d4b8b2b-8c95-4fe7-8a55-7b8700f01423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
11155 | 2025.07.15 21:13:34.539893 [ 260 ] {6d4b8b2b-8c95-4fe7-8a55-7b8700f01423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11156 | 2025.07.15 21:13:34.539999 [ 200 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_86_17} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11157 | 2025.07.15 21:13:34.540068 [ 200 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_86_17} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
11158 | 2025.07.15 21:13:34.540149 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. | ||
11159 | 2025.07.15 21:13:34.540318 [ 260 ] {6d4b8b2b-8c95-4fe7-8a55-7b8700f01423} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11160 | 2025.07.15 21:13:34.540355 [ 260 ] {6d4b8b2b-8c95-4fe7-8a55-7b8700f01423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11161 | 2025.07.15 21:13:34.540667 [ 260 ] {6d4b8b2b-8c95-4fe7-8a55-7b8700f01423} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11162 | 2025.07.15 21:13:34.540873 [ 260 ] {6d4b8b2b-8c95-4fe7-8a55-7b8700f01423} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11163 | 2025.07.15 21:13:34.541004 [ 260 ] {6d4b8b2b-8c95-4fe7-8a55-7b8700f01423} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001169 sec., 95808.38323353294 rows/sec., 5.46 MiB/sec. | ||
11164 | 2025.07.15 21:13:34.541041 [ 260 ] {6d4b8b2b-8c95-4fe7-8a55-7b8700f01423} <Debug> TCPHandler: Processed in 0.001332884 sec. | ||
11165 | 2025.07.15 21:13:34.541151 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11166 | 2025.07.15 21:13:34.541250 [ 260 ] {b4d40074-9823-4500-846f-d497d3e1d34b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11167 | 2025.07.15 21:13:34.541291 [ 260 ] {b4d40074-9823-4500-846f-d497d3e1d34b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11168 | 2025.07.15 21:13:34.541852 [ 260 ] {b4d40074-9823-4500-846f-d497d3e1d34b} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11169 | 2025.07.15 21:13:34.541888 [ 260 ] {b4d40074-9823-4500-846f-d497d3e1d34b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11170 | 2025.07.15 21:13:34.542222 [ 260 ] {b4d40074-9823-4500-846f-d497d3e1d34b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
11171 | 2025.07.15 21:13:34.542436 [ 260 ] {b4d40074-9823-4500-846f-d497d3e1d34b} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11172 | 2025.07.15 21:13:34.542558 [ 50 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
11173 | 2025.07.15 21:13:34.542571 [ 260 ] {b4d40074-9823-4500-846f-d497d3e1d34b} <Debug> executeQuery: Read 422 rows, 30.80 KiB in 0.001339 sec., 315160.56758775207 rows/sec., 22.46 MiB/sec. | ||
11174 | 2025.07.15 21:13:34.542593 [ 50 ] {} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11175 | 2025.07.15 21:13:34.542617 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11176 | 2025.07.15 21:13:34.542618 [ 260 ] {b4d40074-9823-4500-846f-d497d3e1d34b} <Debug> TCPHandler: Processed in 0.001515409 sec. | ||
11177 | 2025.07.15 21:13:34.542700 [ 200 ] {356f697c-9853-4710-92c4-0a2e48007ad7::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 | ||
11178 | 2025.07.15 21:13:34.542739 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11179 | 2025.07.15 21:13:34.542782 [ 200 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11180 | 2025.07.15 21:13:34.542812 [ 200 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 917 rows starting from the beginning of the part | ||
11181 | 2025.07.15 21:13:34.542833 [ 260 ] {579603fd-791a-4784-9409-2259f11e79a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
11182 | 2025.07.15 21:13:34.542873 [ 200 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 414 rows starting from the beginning of the part | ||
11183 | 2025.07.15 21:13:34.542875 [ 260 ] {579603fd-791a-4784-9409-2259f11e79a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11184 | 2025.07.15 21:13:34.542922 [ 200 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 533 rows starting from the beginning of the part | ||
11185 | 2025.07.15 21:13:34.542968 [ 200 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 414 rows starting from the beginning of the part | ||
11186 | 2025.07.15 21:13:34.543015 [ 200 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 73 rows starting from the beginning of the part | ||
11187 | 2025.07.15 21:13:34.543058 [ 200 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 422 rows starting from the beginning of the part | ||
11188 | 2025.07.15 21:13:34.543269 [ 260 ] {579603fd-791a-4784-9409-2259f11e79a2} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11189 | 2025.07.15 21:13:34.543312 [ 260 ] {579603fd-791a-4784-9409-2259f11e79a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11190 | 2025.07.15 21:13:34.543693 [ 260 ] {579603fd-791a-4784-9409-2259f11e79a2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11191 | 2025.07.15 21:13:34.543930 [ 260 ] {579603fd-791a-4784-9409-2259f11e79a2} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11192 | 2025.07.15 21:13:34.544061 [ 260 ] {579603fd-791a-4784-9409-2259f11e79a2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001246 sec., 4815.409309791333 rows/sec., 251.59 KiB/sec. | ||
11193 | 2025.07.15 21:13:34.544100 [ 260 ] {579603fd-791a-4784-9409-2259f11e79a2} <Debug> TCPHandler: Processed in 0.001409336 sec. | ||
11194 | 2025.07.15 21:13:34.544204 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11195 | 2025.07.15 21:13:34.544299 [ 260 ] {be46727f-0700-4986-ad32-5c556f963ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11196 | 2025.07.15 21:13:34.544342 [ 260 ] {be46727f-0700-4986-ad32-5c556f963ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11197 | 2025.07.15 21:13:34.544338 [ 193 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2773 rows, containing 5 columns (5 merged, 0 gathered) in 0.001668593 sec., 1661879.2000206162 rows/sec., 126.68 MiB/sec. | ||
11198 | 2025.07.15 21:13:34.544593 [ 201 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
11199 | 2025.07.15 21:13:34.544759 [ 260 ] {be46727f-0700-4986-ad32-5c556f963ddd} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11200 | 2025.07.15 21:13:34.544802 [ 260 ] {be46727f-0700-4986-ad32-5c556f963ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11201 | 2025.07.15 21:13:34.544945 [ 201 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_86_17} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11202 | 2025.07.15 21:13:34.545047 [ 201 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_86_17} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
11203 | 2025.07.15 21:13:34.545156 [ 260 ] {be46727f-0700-4986-ad32-5c556f963ddd} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
11204 | 2025.07.15 21:13:34.545167 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
11205 | 2025.07.15 21:13:34.545375 [ 260 ] {be46727f-0700-4986-ad32-5c556f963ddd} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11206 | 2025.07.15 21:13:34.545495 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
11207 | 2025.07.15 21:13:34.545511 [ 260 ] {be46727f-0700-4986-ad32-5c556f963ddd} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.001229 sec., 196094.38567941415 rows/sec., 13.15 MiB/sec. | ||
11208 | 2025.07.15 21:13:34.545525 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11209 | 2025.07.15 21:13:34.545551 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11210 | 2025.07.15 21:13:34.545556 [ 260 ] {be46727f-0700-4986-ad32-5c556f963ddd} <Debug> TCPHandler: Processed in 0.001400716 sec. | ||
11211 | 2025.07.15 21:13:34.545628 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
11212 | 2025.07.15 21:13:34.545673 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11213 | 2025.07.15 21:13:34.545745 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11214 | 2025.07.15 21:13:34.545773 [ 260 ] {a18d85dc-8a3c-4f02-953a-85cde0510362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
11215 | 2025.07.15 21:13:34.545778 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 25028 rows starting from the beginning of the part | ||
11216 | 2025.07.15 21:13:34.545824 [ 260 ] {a18d85dc-8a3c-4f02-953a-85cde0510362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11217 | 2025.07.15 21:13:34.545847 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part | ||
11218 | 2025.07.15 21:13:34.545897 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 882 rows starting from the beginning of the part | ||
11219 | 2025.07.15 21:13:34.545938 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 237 rows starting from the beginning of the part | ||
11220 | 2025.07.15 21:13:34.545976 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
11221 | 2025.07.15 21:13:34.546017 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 241 rows starting from the beginning of the part | ||
11222 | 2025.07.15 21:13:34.546143 [ 260 ] {a18d85dc-8a3c-4f02-953a-85cde0510362} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11223 | 2025.07.15 21:13:34.546185 [ 260 ] {a18d85dc-8a3c-4f02-953a-85cde0510362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11224 | 2025.07.15 21:13:34.546511 [ 260 ] {a18d85dc-8a3c-4f02-953a-85cde0510362} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11225 | 2025.07.15 21:13:34.546719 [ 260 ] {a18d85dc-8a3c-4f02-953a-85cde0510362} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11226 | 2025.07.15 21:13:34.546850 [ 260 ] {a18d85dc-8a3c-4f02-953a-85cde0510362} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001095 sec., 913.2420091324201 rows/sec., 61.54 KiB/sec. | ||
11227 | 2025.07.15 21:13:34.546886 [ 260 ] {a18d85dc-8a3c-4f02-953a-85cde0510362} <Debug> TCPHandler: Processed in 0.001260962 sec. | ||
11228 | 2025.07.15 21:13:34.547018 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11229 | 2025.07.15 21:13:34.547112 [ 260 ] {b775cc7a-d94c-4344-9690-7ea08621934c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11230 | 2025.07.15 21:13:34.547168 [ 260 ] {b775cc7a-d94c-4344-9690-7ea08621934c} <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 | ||
11231 | 2025.07.15 21:13:34.548014 [ 260 ] {b775cc7a-d94c-4344-9690-7ea08621934c} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11232 | 2025.07.15 21:13:34.548051 [ 260 ] {b775cc7a-d94c-4344-9690-7ea08621934c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11233 | 2025.07.15 21:13:34.548816 [ 260 ] {b775cc7a-d94c-4344-9690-7ea08621934c} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
11234 | 2025.07.15 21:13:34.549055 [ 260 ] {b775cc7a-d94c-4344-9690-7ea08621934c} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11235 | 2025.07.15 21:13:34.549192 [ 50 ] {} <Debug> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
11236 | 2025.07.15 21:13:34.549208 [ 260 ] {b775cc7a-d94c-4344-9690-7ea08621934c} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002113 sec., 15144.344533838146 rows/sec., 27.14 MiB/sec. | ||
11237 | 2025.07.15 21:13:34.549253 [ 50 ] {} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11238 | 2025.07.15 21:13:34.549282 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11239 | 2025.07.15 21:13:34.549317 [ 260 ] {b775cc7a-d94c-4344-9690-7ea08621934c} <Debug> TCPHandler: Processed in 0.00234802 sec. | ||
11240 | 2025.07.15 21:13:34.549373 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
11241 | 2025.07.15 21:13:34.549441 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11242 | 2025.07.15 21:13:34.549540 [ 260 ] {6043ea31-4485-40b4-b7fb-a7a85f74e58a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11243 | 2025.07.15 21:13:34.549582 [ 260 ] {6043ea31-4485-40b4-b7fb-a7a85f74e58a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11244 | 2025.07.15 21:13:34.549620 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11245 | 2025.07.15 21:13:34.549695 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1475 rows starting from the beginning of the part | ||
11246 | 2025.07.15 21:13:34.549837 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 32 rows starting from the beginning of the part | ||
11247 | 2025.07.15 21:13:34.549911 [ 260 ] {6043ea31-4485-40b4-b7fb-a7a85f74e58a} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11248 | 2025.07.15 21:13:34.549942 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 9 rows starting from the beginning of the part | ||
11249 | 2025.07.15 21:13:34.549955 [ 260 ] {6043ea31-4485-40b4-b7fb-a7a85f74e58a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11250 | 2025.07.15 21:13:34.550060 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 32 rows starting from the beginning of the part | ||
11251 | 2025.07.15 21:13:34.550175 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 9 rows starting from the beginning of the part | ||
11252 | 2025.07.15 21:13:34.550290 [ 201 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 32 rows starting from the beginning of the part | ||
11253 | 2025.07.15 21:13:34.550292 [ 260 ] {6043ea31-4485-40b4-b7fb-a7a85f74e58a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
11254 | 2025.07.15 21:13:34.550528 [ 260 ] {6043ea31-4485-40b4-b7fb-a7a85f74e58a} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11255 | 2025.07.15 21:13:34.550661 [ 50 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
11256 | 2025.07.15 21:13:34.550682 [ 260 ] {6043ea31-4485-40b4-b7fb-a7a85f74e58a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001161 sec., 70628.76830318691 rows/sec., 4.49 MiB/sec. | ||
11257 | 2025.07.15 21:13:34.550724 [ 50 ] {} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11258 | 2025.07.15 21:13:34.550735 [ 260 ] {6043ea31-4485-40b4-b7fb-a7a85f74e58a} <Debug> TCPHandler: Processed in 0.001341785 sec. | ||
11259 | 2025.07.15 21:13:34.550762 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11260 | 2025.07.15 21:13:34.550878 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
11261 | 2025.07.15 21:13:34.550984 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11262 | 2025.07.15 21:13:34.551016 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5276 rows starting from the beginning of the part | ||
11263 | 2025.07.15 21:13:34.551081 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part | ||
11264 | 2025.07.15 21:13:34.551135 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
11265 | 2025.07.15 21:13:34.551182 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 82 rows starting from the beginning of the part | ||
11266 | 2025.07.15 21:13:34.551226 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
11267 | 2025.07.15 21:13:34.551271 [ 197 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 82 rows starting from the beginning of the part | ||
11268 | 2025.07.15 21:13:34.552189 [ 186 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26785 rows, containing 5 columns (5 merged, 0 gathered) in 0.00659117 sec., 4063770.1652362174 rows/sec., 275.17 MiB/sec. | ||
11269 | 2025.07.15 21:13:34.552511 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
11270 | 2025.07.15 21:13:34.552781 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11271 | 2025.07.15 21:13:34.552850 [ 188 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
11272 | 2025.07.15 21:13:34.552932 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
11273 | 2025.07.15 21:13:34.553489 [ 188 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5642 rows, containing 4 columns (4 merged, 0 gathered) in 0.002659349 sec., 2121571.8583758655 rows/sec., 139.16 MiB/sec. | ||
11274 | 2025.07.15 21:13:34.554037 [ 186 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
11275 | 2025.07.15 21:13:34.554353 [ 186 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_86_17} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11276 | 2025.07.15 21:13:34.554432 [ 186 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_86_17} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
11277 | 2025.07.15 21:13:34.554525 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
11278 | 2025.07.15 21:13:34.559678 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1589 rows, containing 19 columns (19 merged, 0 gathered) in 0.010341787 sec., 153648.49421091346 rows/sec., 275.33 MiB/sec. | ||
11279 | 2025.07.15 21:13:34.561632 [ 186 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
11280 | 2025.07.15 21:13:34.561973 [ 186 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11281 | 2025.07.15 21:13:34.562047 [ 186 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
11282 | 2025.07.15 21:13:34.562169 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB. | ||
11283 | 2025.07.15 21:13:35.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 314.52 MiB, peak 328.85 MiB, free memory in arenas 0.00 B, will set to 320.48 MiB (RSS), difference: 5.95 MiB | ||
11284 | 2025.07.15 21:13:35.694488 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023 | ||
11285 | 2025.07.15 21:13:35.694987 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11286 | 2025.07.15 21:13:35.695030 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11287 | 2025.07.15 21:13:35.695501 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11288 | 2025.07.15 21:13:35.695731 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11289 | 2025.07.15 21:13:35.695859 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023 | ||
11290 | 2025.07.15 21:13:37.202198 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 | ||
11291 | 2025.07.15 21:13:37.220129 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11292 | 2025.07.15 21:13:37.220192 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11293 | 2025.07.15 21:13:37.226249 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11294 | 2025.07.15 21:13:37.226942 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11295 | 2025.07.15 21:13:37.230275 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
11296 | 2025.07.15 21:13:39.525458 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11297 | 2025.07.15 21:13:39.525667 [ 260 ] {384fcfc5-9998-4875-8c93-e666f8219baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11298 | 2025.07.15 21:13:39.525745 [ 260 ] {384fcfc5-9998-4875-8c93-e666f8219baa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11299 | 2025.07.15 21:13:39.526540 [ 260 ] {384fcfc5-9998-4875-8c93-e666f8219baa} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11300 | 2025.07.15 21:13:39.526598 [ 260 ] {384fcfc5-9998-4875-8c93-e666f8219baa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11301 | 2025.07.15 21:13:39.527077 [ 260 ] {384fcfc5-9998-4875-8c93-e666f8219baa} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
11302 | 2025.07.15 21:13:39.527323 [ 260 ] {384fcfc5-9998-4875-8c93-e666f8219baa} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11303 | 2025.07.15 21:13:39.527493 [ 260 ] {384fcfc5-9998-4875-8c93-e666f8219baa} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.00188 sec., 39361.70212765958 rows/sec., 3.20 MiB/sec. | ||
11304 | 2025.07.15 21:13:39.527549 [ 260 ] {384fcfc5-9998-4875-8c93-e666f8219baa} <Debug> TCPHandler: Processed in 0.002233848 sec. | ||
11305 | 2025.07.15 21:13:39.527677 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11306 | 2025.07.15 21:13:39.527786 [ 260 ] {54c07947-76ad-4b6a-bc4f-599e67ea3a7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11307 | 2025.07.15 21:13:39.527832 [ 260 ] {54c07947-76ad-4b6a-bc4f-599e67ea3a7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11308 | 2025.07.15 21:13:39.528267 [ 260 ] {54c07947-76ad-4b6a-bc4f-599e67ea3a7f} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11309 | 2025.07.15 21:13:39.528306 [ 260 ] {54c07947-76ad-4b6a-bc4f-599e67ea3a7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11310 | 2025.07.15 21:13:39.528622 [ 260 ] {54c07947-76ad-4b6a-bc4f-599e67ea3a7f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
11311 | 2025.07.15 21:13:39.528839 [ 260 ] {54c07947-76ad-4b6a-bc4f-599e67ea3a7f} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11312 | 2025.07.15 21:13:39.528984 [ 260 ] {54c07947-76ad-4b6a-bc4f-599e67ea3a7f} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001225 sec., 7346.938775510204 rows/sec., 552.46 KiB/sec. | ||
11313 | 2025.07.15 21:13:39.529023 [ 260 ] {54c07947-76ad-4b6a-bc4f-599e67ea3a7f} <Debug> TCPHandler: Processed in 0.001400256 sec. | ||
11314 | 2025.07.15 21:13:39.529129 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11315 | 2025.07.15 21:13:39.529229 [ 260 ] {a17049ac-b93a-4ad7-ab7a-d0bc2221afea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11316 | 2025.07.15 21:13:39.529270 [ 260 ] {a17049ac-b93a-4ad7-ab7a-d0bc2221afea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11317 | 2025.07.15 21:13:39.529692 [ 260 ] {a17049ac-b93a-4ad7-ab7a-d0bc2221afea} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11318 | 2025.07.15 21:13:39.529727 [ 260 ] {a17049ac-b93a-4ad7-ab7a-d0bc2221afea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11319 | 2025.07.15 21:13:39.530047 [ 260 ] {a17049ac-b93a-4ad7-ab7a-d0bc2221afea} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
11320 | 2025.07.15 21:13:39.530278 [ 260 ] {a17049ac-b93a-4ad7-ab7a-d0bc2221afea} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11321 | 2025.07.15 21:13:39.530408 [ 260 ] {a17049ac-b93a-4ad7-ab7a-d0bc2221afea} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001201 sec., 60782.6810990841 rows/sec., 4.75 MiB/sec. | ||
11322 | 2025.07.15 21:13:39.530445 [ 260 ] {a17049ac-b93a-4ad7-ab7a-d0bc2221afea} <Debug> TCPHandler: Processed in 0.001367946 sec. | ||
11323 | 2025.07.15 21:13:39.530551 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11324 | 2025.07.15 21:13:39.530646 [ 260 ] {08d52284-6901-4317-8469-e8c2d0dfa31d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11325 | 2025.07.15 21:13:39.530690 [ 260 ] {08d52284-6901-4317-8469-e8c2d0dfa31d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11326 | 2025.07.15 21:13:39.531089 [ 260 ] {08d52284-6901-4317-8469-e8c2d0dfa31d} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11327 | 2025.07.15 21:13:39.531123 [ 260 ] {08d52284-6901-4317-8469-e8c2d0dfa31d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11328 | 2025.07.15 21:13:39.531458 [ 260 ] {08d52284-6901-4317-8469-e8c2d0dfa31d} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
11329 | 2025.07.15 21:13:39.531677 [ 260 ] {08d52284-6901-4317-8469-e8c2d0dfa31d} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11330 | 2025.07.15 21:13:39.531807 [ 260 ] {08d52284-6901-4317-8469-e8c2d0dfa31d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. | ||
11331 | 2025.07.15 21:13:39.531844 [ 260 ] {08d52284-6901-4317-8469-e8c2d0dfa31d} <Debug> TCPHandler: Processed in 0.001343045 sec. | ||
11332 | 2025.07.15 21:13:39.531945 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11333 | 2025.07.15 21:13:39.532038 [ 260 ] {af6f1e8f-81a5-4353-ac70-66288f5ebc68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11334 | 2025.07.15 21:13:39.532094 [ 260 ] {af6f1e8f-81a5-4353-ac70-66288f5ebc68} <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 | ||
11335 | 2025.07.15 21:13:39.532875 [ 260 ] {af6f1e8f-81a5-4353-ac70-66288f5ebc68} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11336 | 2025.07.15 21:13:39.532912 [ 260 ] {af6f1e8f-81a5-4353-ac70-66288f5ebc68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11337 | 2025.07.15 21:13:39.533434 [ 260 ] {af6f1e8f-81a5-4353-ac70-66288f5ebc68} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
11338 | 2025.07.15 21:13:39.533667 [ 260 ] {af6f1e8f-81a5-4353-ac70-66288f5ebc68} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11339 | 2025.07.15 21:13:39.533807 [ 260 ] {af6f1e8f-81a5-4353-ac70-66288f5ebc68} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001786 sec., 5039.193729003359 rows/sec., 9.03 MiB/sec. | ||
11340 | 2025.07.15 21:13:39.533875 [ 260 ] {af6f1e8f-81a5-4353-ac70-66288f5ebc68} <Debug> TCPHandler: Processed in 0.001979051 sec. | ||
11341 | 2025.07.15 21:13:39.533988 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11342 | 2025.07.15 21:13:39.534083 [ 260 ] {c15feab6-12eb-4f5d-a222-4c947296f3b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11343 | 2025.07.15 21:13:39.534125 [ 260 ] {c15feab6-12eb-4f5d-a222-4c947296f3b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11344 | 2025.07.15 21:13:39.534445 [ 260 ] {c15feab6-12eb-4f5d-a222-4c947296f3b0} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11345 | 2025.07.15 21:13:39.534481 [ 260 ] {c15feab6-12eb-4f5d-a222-4c947296f3b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11346 | 2025.07.15 21:13:39.534789 [ 260 ] {c15feab6-12eb-4f5d-a222-4c947296f3b0} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
11347 | 2025.07.15 21:13:39.535010 [ 260 ] {c15feab6-12eb-4f5d-a222-4c947296f3b0} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11348 | 2025.07.15 21:13:39.535139 [ 260 ] {c15feab6-12eb-4f5d-a222-4c947296f3b0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. | ||
11349 | 2025.07.15 21:13:39.535176 [ 260 ] {c15feab6-12eb-4f5d-a222-4c947296f3b0} <Debug> TCPHandler: Processed in 0.001237482 sec. | ||
11350 | 2025.07.15 21:13:42.977774 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11351 | 2025.07.15 21:13:42.977847 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11352 | 2025.07.15 21:13:43.196950 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511 | ||
11353 | 2025.07.15 21:13:43.197472 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11354 | 2025.07.15 21:13:43.197513 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11355 | 2025.07.15 21:13:43.197977 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11356 | 2025.07.15 21:13:43.198205 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11357 | 2025.07.15 21:13:43.198331 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
11358 | 2025.07.15 21:13:43.265300 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1584 | ||
11359 | 2025.07.15 21:13:43.267720 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11360 | 2025.07.15 21:13:43.267771 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11361 | 2025.07.15 21:13:43.268988 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
11362 | 2025.07.15 21:13:43.269267 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11363 | 2025.07.15 21:13:43.269616 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1584 | ||
11364 | 2025.07.15 21:13:44.532334 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11365 | 2025.07.15 21:13:44.532529 [ 260 ] {0f50fa29-d902-4322-8bf5-529aee717e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
11366 | 2025.07.15 21:13:44.532599 [ 260 ] {0f50fa29-d902-4322-8bf5-529aee717e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
11367 | 2025.07.15 21:13:44.533424 [ 260 ] {0f50fa29-d902-4322-8bf5-529aee717e7a} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11368 | 2025.07.15 21:13:44.533461 [ 260 ] {0f50fa29-d902-4322-8bf5-529aee717e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11369 | 2025.07.15 21:13:44.533867 [ 260 ] {0f50fa29-d902-4322-8bf5-529aee717e7a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
11370 | 2025.07.15 21:13:44.534091 [ 260 ] {0f50fa29-d902-4322-8bf5-529aee717e7a} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11371 | 2025.07.15 21:13:44.534217 [ 36 ] {} <Debug> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
11372 | 2025.07.15 21:13:44.534238 [ 260 ] {0f50fa29-d902-4322-8bf5-529aee717e7a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001766 sec., 120045.30011325028 rows/sec., 7.63 MiB/sec. | ||
11373 | 2025.07.15 21:13:44.534252 [ 36 ] {} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11374 | 2025.07.15 21:13:44.534277 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11375 | 2025.07.15 21:13:44.534279 [ 260 ] {0f50fa29-d902-4322-8bf5-529aee717e7a} <Debug> TCPHandler: Processed in 0.002077663 sec. | ||
11376 | 2025.07.15 21:13:44.534408 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11377 | 2025.07.15 21:13:44.534404 [ 199 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
11378 | 2025.07.15 21:13:44.534504 [ 260 ] {33d14ed5-b393-4244-8f93-226f7a389245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11379 | 2025.07.15 21:13:44.534548 [ 260 ] {33d14ed5-b393-4244-8f93-226f7a389245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11380 | 2025.07.15 21:13:44.534570 [ 199 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11381 | 2025.07.15 21:13:44.534614 [ 199 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 212 rows starting from the beginning of the part | ||
11382 | 2025.07.15 21:13:44.534689 [ 199 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 212 rows starting from the beginning of the part | ||
11383 | 2025.07.15 21:13:44.534745 [ 199 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 212 rows starting from the beginning of the part | ||
11384 | 2025.07.15 21:13:44.534802 [ 199 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 212 rows starting from the beginning of the part | ||
11385 | 2025.07.15 21:13:44.534849 [ 199 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 212 rows starting from the beginning of the part | ||
11386 | 2025.07.15 21:13:44.535280 [ 260 ] {33d14ed5-b393-4244-8f93-226f7a389245} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11387 | 2025.07.15 21:13:44.535321 [ 260 ] {33d14ed5-b393-4244-8f93-226f7a389245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11388 | 2025.07.15 21:13:44.535678 [ 260 ] {33d14ed5-b393-4244-8f93-226f7a389245} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11389 | 2025.07.15 21:13:44.535794 [ 194 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001448727 sec., 731676.8445676791 rows/sec., 49.33 MiB/sec. | ||
11390 | 2025.07.15 21:13:44.535895 [ 260 ] {33d14ed5-b393-4244-8f93-226f7a389245} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11391 | 2025.07.15 21:13:44.535974 [ 192 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
11392 | 2025.07.15 21:13:44.536028 [ 260 ] {33d14ed5-b393-4244-8f93-226f7a389245} <Debug> executeQuery: Read 681 rows, 55.38 KiB in 0.001543 sec., 441348.023331173 rows/sec., 35.05 MiB/sec. | ||
11393 | 2025.07.15 21:13:44.536064 [ 260 ] {33d14ed5-b393-4244-8f93-226f7a389245} <Debug> TCPHandler: Processed in 0.001703994 sec. | ||
11394 | 2025.07.15 21:13:44.536188 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11395 | 2025.07.15 21:13:44.536282 [ 260 ] {69c97f34-15e9-4da8-b752-95a3d616af44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11396 | 2025.07.15 21:13:44.536282 [ 192 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_33_8} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11397 | 2025.07.15 21:13:44.536325 [ 260 ] {69c97f34-15e9-4da8-b752-95a3d616af44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11398 | 2025.07.15 21:13:44.536380 [ 192 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_33_8} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
11399 | 2025.07.15 21:13:44.536479 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
11400 | 2025.07.15 21:13:44.536764 [ 260 ] {69c97f34-15e9-4da8-b752-95a3d616af44} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11401 | 2025.07.15 21:13:44.536797 [ 260 ] {69c97f34-15e9-4da8-b752-95a3d616af44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11402 | 2025.07.15 21:13:44.537098 [ 260 ] {69c97f34-15e9-4da8-b752-95a3d616af44} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
11403 | 2025.07.15 21:13:44.537305 [ 260 ] {69c97f34-15e9-4da8-b752-95a3d616af44} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11404 | 2025.07.15 21:13:44.537431 [ 260 ] {69c97f34-15e9-4da8-b752-95a3d616af44} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001168 sec., 118150.68493150685 rows/sec., 7.35 MiB/sec. | ||
11405 | 2025.07.15 21:13:44.537468 [ 260 ] {69c97f34-15e9-4da8-b752-95a3d616af44} <Debug> TCPHandler: Processed in 0.001326994 sec. | ||
11406 | 2025.07.15 21:13:44.537577 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11407 | 2025.07.15 21:13:44.537670 [ 260 ] {6c0cebb5-2ffa-4298-87a5-f7abb7b9e273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
11408 | 2025.07.15 21:13:44.537709 [ 260 ] {6c0cebb5-2ffa-4298-87a5-f7abb7b9e273} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11409 | 2025.07.15 21:13:44.538120 [ 260 ] {6c0cebb5-2ffa-4298-87a5-f7abb7b9e273} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11410 | 2025.07.15 21:13:44.538156 [ 260 ] {6c0cebb5-2ffa-4298-87a5-f7abb7b9e273} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11411 | 2025.07.15 21:13:44.538459 [ 260 ] {6c0cebb5-2ffa-4298-87a5-f7abb7b9e273} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
11412 | 2025.07.15 21:13:44.538664 [ 260 ] {6c0cebb5-2ffa-4298-87a5-f7abb7b9e273} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11413 | 2025.07.15 21:13:44.538784 [ 260 ] {6c0cebb5-2ffa-4298-87a5-f7abb7b9e273} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001132 sec., 99823.32155477031 rows/sec., 6.46 MiB/sec. | ||
11414 | 2025.07.15 21:13:44.538819 [ 260 ] {6c0cebb5-2ffa-4298-87a5-f7abb7b9e273} <Debug> TCPHandler: Processed in 0.001289693 sec. | ||
11415 | 2025.07.15 21:13:44.538927 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11416 | 2025.07.15 21:13:44.539020 [ 260 ] {8c50ceff-7e5f-443e-82c1-ae3bdb0ee369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
11417 | 2025.07.15 21:13:44.539058 [ 260 ] {8c50ceff-7e5f-443e-82c1-ae3bdb0ee369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11418 | 2025.07.15 21:13:44.539475 [ 260 ] {8c50ceff-7e5f-443e-82c1-ae3bdb0ee369} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11419 | 2025.07.15 21:13:44.539508 [ 260 ] {8c50ceff-7e5f-443e-82c1-ae3bdb0ee369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11420 | 2025.07.15 21:13:44.539794 [ 260 ] {8c50ceff-7e5f-443e-82c1-ae3bdb0ee369} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
11421 | 2025.07.15 21:13:44.540001 [ 260 ] {8c50ceff-7e5f-443e-82c1-ae3bdb0ee369} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11422 | 2025.07.15 21:13:44.540090 [ 36 ] {} <Debug> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
11423 | 2025.07.15 21:13:44.540115 [ 36 ] {} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11424 | 2025.07.15 21:13:44.540123 [ 260 ] {8c50ceff-7e5f-443e-82c1-ae3bdb0ee369} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001121 sec., 99910.7939339875 rows/sec., 5.69 MiB/sec. | ||
11425 | 2025.07.15 21:13:44.540133 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11426 | 2025.07.15 21:13:44.540160 [ 260 ] {8c50ceff-7e5f-443e-82c1-ae3bdb0ee369} <Debug> TCPHandler: Processed in 0.001279844 sec. | ||
11427 | 2025.07.15 21:13:44.540215 [ 199 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
11428 | 2025.07.15 21:13:44.540270 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11429 | 2025.07.15 21:13:44.540335 [ 199 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11430 | 2025.07.15 21:13:44.540366 [ 260 ] {05daf897-9371-44d0-943f-1758975ff277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11431 | 2025.07.15 21:13:44.540368 [ 199 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 112 rows starting from the beginning of the part | ||
11432 | 2025.07.15 21:13:44.540413 [ 260 ] {05daf897-9371-44d0-943f-1758975ff277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11433 | 2025.07.15 21:13:44.540444 [ 199 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 112 rows starting from the beginning of the part | ||
11434 | 2025.07.15 21:13:44.540496 [ 199 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 112 rows starting from the beginning of the part | ||
11435 | 2025.07.15 21:13:44.540538 [ 199 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 112 rows starting from the beginning of the part | ||
11436 | 2025.07.15 21:13:44.540582 [ 199 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 112 rows starting from the beginning of the part | ||
11437 | 2025.07.15 21:13:44.540954 [ 260 ] {05daf897-9371-44d0-943f-1758975ff277} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11438 | 2025.07.15 21:13:44.540995 [ 260 ] {05daf897-9371-44d0-943f-1758975ff277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11439 | 2025.07.15 21:13:44.541329 [ 260 ] {05daf897-9371-44d0-943f-1758975ff277} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11440 | 2025.07.15 21:13:44.541359 [ 198 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00117801 sec., 475377.967928965 rows/sec., 28.89 MiB/sec. | ||
11441 | 2025.07.15 21:13:44.541515 [ 199 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
11442 | 2025.07.15 21:13:44.541557 [ 260 ] {05daf897-9371-44d0-943f-1758975ff277} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11443 | 2025.07.15 21:13:44.541698 [ 260 ] {05daf897-9371-44d0-943f-1758975ff277} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.00135 sec., 306666.6666666666 rows/sec., 21.81 MiB/sec. | ||
11444 | 2025.07.15 21:13:44.541737 [ 260 ] {05daf897-9371-44d0-943f-1758975ff277} <Debug> TCPHandler: Processed in 0.001515169 sec. | ||
11445 | 2025.07.15 21:13:44.541791 [ 199 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_33_8} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11446 | 2025.07.15 21:13:44.541848 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11447 | 2025.07.15 21:13:44.541867 [ 199 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_33_8} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
11448 | 2025.07.15 21:13:44.541945 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
11449 | 2025.07.15 21:13:44.541947 [ 260 ] {431fedb7-ffc3-44dd-803c-0b2955b8ea57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
11450 | 2025.07.15 21:13:44.542001 [ 260 ] {431fedb7-ffc3-44dd-803c-0b2955b8ea57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11451 | 2025.07.15 21:13:44.542327 [ 260 ] {431fedb7-ffc3-44dd-803c-0b2955b8ea57} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11452 | 2025.07.15 21:13:44.542362 [ 260 ] {431fedb7-ffc3-44dd-803c-0b2955b8ea57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11453 | 2025.07.15 21:13:44.542667 [ 260 ] {431fedb7-ffc3-44dd-803c-0b2955b8ea57} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
11454 | 2025.07.15 21:13:44.542873 [ 260 ] {431fedb7-ffc3-44dd-803c-0b2955b8ea57} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11455 | 2025.07.15 21:13:44.542996 [ 260 ] {431fedb7-ffc3-44dd-803c-0b2955b8ea57} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001068 sec., 5617.9775280898875 rows/sec., 293.52 KiB/sec. | ||
11456 | 2025.07.15 21:13:44.543031 [ 260 ] {431fedb7-ffc3-44dd-803c-0b2955b8ea57} <Debug> TCPHandler: Processed in 0.001230372 sec. | ||
11457 | 2025.07.15 21:13:44.543136 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11458 | 2025.07.15 21:13:44.543230 [ 260 ] {025e4761-dbe0-42e7-9eb1-ffa339868fee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11459 | 2025.07.15 21:13:44.543270 [ 260 ] {025e4761-dbe0-42e7-9eb1-ffa339868fee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11460 | 2025.07.15 21:13:44.543664 [ 260 ] {025e4761-dbe0-42e7-9eb1-ffa339868fee} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11461 | 2025.07.15 21:13:44.543698 [ 260 ] {025e4761-dbe0-42e7-9eb1-ffa339868fee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11462 | 2025.07.15 21:13:44.544020 [ 260 ] {025e4761-dbe0-42e7-9eb1-ffa339868fee} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11463 | 2025.07.15 21:13:44.544223 [ 260 ] {025e4761-dbe0-42e7-9eb1-ffa339868fee} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11464 | 2025.07.15 21:13:44.544346 [ 260 ] {025e4761-dbe0-42e7-9eb1-ffa339868fee} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001134 sec., 208994.70899470898 rows/sec., 14.01 MiB/sec. | ||
11465 | 2025.07.15 21:13:44.544381 [ 260 ] {025e4761-dbe0-42e7-9eb1-ffa339868fee} <Debug> TCPHandler: Processed in 0.001291264 sec. | ||
11466 | 2025.07.15 21:13:44.544488 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11467 | 2025.07.15 21:13:44.544580 [ 260 ] {f9fc96f5-9bb6-4fdc-8e1a-dce683b253ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
11468 | 2025.07.15 21:13:44.544622 [ 260 ] {f9fc96f5-9bb6-4fdc-8e1a-dce683b253ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11469 | 2025.07.15 21:13:44.544923 [ 260 ] {f9fc96f5-9bb6-4fdc-8e1a-dce683b253ab} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11470 | 2025.07.15 21:13:44.544957 [ 260 ] {f9fc96f5-9bb6-4fdc-8e1a-dce683b253ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11471 | 2025.07.15 21:13:44.545252 [ 260 ] {f9fc96f5-9bb6-4fdc-8e1a-dce683b253ab} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
11472 | 2025.07.15 21:13:44.545455 [ 260 ] {f9fc96f5-9bb6-4fdc-8e1a-dce683b253ab} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11473 | 2025.07.15 21:13:44.545577 [ 260 ] {f9fc96f5-9bb6-4fdc-8e1a-dce683b253ab} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001015 sec., 985.2216748768473 rows/sec., 66.39 KiB/sec. | ||
11474 | 2025.07.15 21:13:44.545611 [ 260 ] {f9fc96f5-9bb6-4fdc-8e1a-dce683b253ab} <Debug> TCPHandler: Processed in 0.00116925 sec. | ||
11475 | 2025.07.15 21:13:44.545720 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11476 | 2025.07.15 21:13:44.545821 [ 260 ] {7ebc27e3-2315-48be-b81a-72e4608c8f6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11477 | 2025.07.15 21:13:44.545878 [ 260 ] {7ebc27e3-2315-48be-b81a-72e4608c8f6f} <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 | ||
11478 | 2025.07.15 21:13:44.546725 [ 260 ] {7ebc27e3-2315-48be-b81a-72e4608c8f6f} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11479 | 2025.07.15 21:13:44.546762 [ 260 ] {7ebc27e3-2315-48be-b81a-72e4608c8f6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11480 | 2025.07.15 21:13:44.547323 [ 260 ] {7ebc27e3-2315-48be-b81a-72e4608c8f6f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
11481 | 2025.07.15 21:13:44.547555 [ 260 ] {7ebc27e3-2315-48be-b81a-72e4608c8f6f} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11482 | 2025.07.15 21:13:44.547703 [ 260 ] {7ebc27e3-2315-48be-b81a-72e4608c8f6f} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001901 sec., 16833.245660178854 rows/sec., 30.16 MiB/sec. | ||
11483 | 2025.07.15 21:13:44.547766 [ 260 ] {7ebc27e3-2315-48be-b81a-72e4608c8f6f} <Debug> TCPHandler: Processed in 0.002096734 sec. | ||
11484 | 2025.07.15 21:13:44.547880 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11485 | 2025.07.15 21:13:44.547976 [ 260 ] {6167f2d1-bc88-48ad-8454-fa5a859186cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11486 | 2025.07.15 21:13:44.548018 [ 260 ] {6167f2d1-bc88-48ad-8454-fa5a859186cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11487 | 2025.07.15 21:13:44.548359 [ 260 ] {6167f2d1-bc88-48ad-8454-fa5a859186cb} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11488 | 2025.07.15 21:13:44.548394 [ 260 ] {6167f2d1-bc88-48ad-8454-fa5a859186cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11489 | 2025.07.15 21:13:44.548699 [ 260 ] {6167f2d1-bc88-48ad-8454-fa5a859186cb} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11490 | 2025.07.15 21:13:44.548912 [ 260 ] {6167f2d1-bc88-48ad-8454-fa5a859186cb} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11491 | 2025.07.15 21:13:44.549040 [ 260 ] {6167f2d1-bc88-48ad-8454-fa5a859186cb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001084 sec., 75645.75645756458 rows/sec., 4.80 MiB/sec. | ||
11492 | 2025.07.15 21:13:44.549076 [ 260 ] {6167f2d1-bc88-48ad-8454-fa5a859186cb} <Debug> TCPHandler: Processed in 0.001247462 sec. | ||
11493 | 2025.07.15 21:13:44.731309 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 | ||
11494 | 2025.07.15 21:13:44.749951 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11495 | 2025.07.15 21:13:44.750017 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11496 | 2025.07.15 21:13:44.756340 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11497 | 2025.07.15 21:13:44.757075 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11498 | 2025.07.15 21:13:44.760401 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 452 | ||
11499 | 2025.07.15 21:13:45.001174 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 321.84 MiB, peak 328.85 MiB, free memory in arenas 0.00 B, will set to 320.51 MiB (RSS), difference: -1.33 MiB | ||
11500 | 2025.07.15 21:13:49.552304 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11501 | 2025.07.15 21:13:49.552511 [ 260 ] {7fe331fb-83e3-432d-b94e-4550149c4b07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
11502 | 2025.07.15 21:13:49.552582 [ 260 ] {7fe331fb-83e3-432d-b94e-4550149c4b07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11503 | 2025.07.15 21:13:49.553285 [ 260 ] {7fe331fb-83e3-432d-b94e-4550149c4b07} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11504 | 2025.07.15 21:13:49.553343 [ 260 ] {7fe331fb-83e3-432d-b94e-4550149c4b07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11505 | 2025.07.15 21:13:49.553767 [ 260 ] {7fe331fb-83e3-432d-b94e-4550149c4b07} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11506 | 2025.07.15 21:13:49.554037 [ 260 ] {7fe331fb-83e3-432d-b94e-4550149c4b07} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11507 | 2025.07.15 21:13:49.554223 [ 260 ] {7fe331fb-83e3-432d-b94e-4550149c4b07} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001765 sec., 2266.2889518413594 rows/sec., 184.80 KiB/sec. | ||
11508 | 2025.07.15 21:13:49.554272 [ 260 ] {7fe331fb-83e3-432d-b94e-4550149c4b07} <Debug> TCPHandler: Processed in 0.002096665 sec. | ||
11509 | 2025.07.15 21:13:49.554391 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11510 | 2025.07.15 21:13:49.554494 [ 260 ] {823e60cd-2c8f-460d-9d88-93c6ee7cfc7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11511 | 2025.07.15 21:13:49.554534 [ 260 ] {823e60cd-2c8f-460d-9d88-93c6ee7cfc7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11512 | 2025.07.15 21:13:49.555569 [ 260 ] {823e60cd-2c8f-460d-9d88-93c6ee7cfc7d} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11513 | 2025.07.15 21:13:49.555606 [ 260 ] {823e60cd-2c8f-460d-9d88-93c6ee7cfc7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11514 | 2025.07.15 21:13:49.555986 [ 260 ] {823e60cd-2c8f-460d-9d88-93c6ee7cfc7d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
11515 | 2025.07.15 21:13:49.556190 [ 260 ] {823e60cd-2c8f-460d-9d88-93c6ee7cfc7d} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11516 | 2025.07.15 21:13:49.556324 [ 260 ] {823e60cd-2c8f-460d-9d88-93c6ee7cfc7d} <Debug> executeQuery: Read 1216 rows, 102.43 KiB in 0.001849 sec., 657652.7852893457 rows/sec., 54.10 MiB/sec. | ||
11517 | 2025.07.15 21:13:49.556363 [ 260 ] {823e60cd-2c8f-460d-9d88-93c6ee7cfc7d} <Debug> TCPHandler: Processed in 0.002021713 sec. | ||
11518 | 2025.07.15 21:13:49.556474 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11519 | 2025.07.15 21:13:49.556579 [ 260 ] {bd3e6a60-f4bb-449c-bebf-d80d795f09a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11520 | 2025.07.15 21:13:49.556620 [ 260 ] {bd3e6a60-f4bb-449c-bebf-d80d795f09a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11521 | 2025.07.15 21:13:49.557014 [ 260 ] {bd3e6a60-f4bb-449c-bebf-d80d795f09a6} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11522 | 2025.07.15 21:13:49.557051 [ 260 ] {bd3e6a60-f4bb-449c-bebf-d80d795f09a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11523 | 2025.07.15 21:13:49.557346 [ 260 ] {bd3e6a60-f4bb-449c-bebf-d80d795f09a6} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
11524 | 2025.07.15 21:13:49.557554 [ 260 ] {bd3e6a60-f4bb-449c-bebf-d80d795f09a6} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11525 | 2025.07.15 21:13:49.557685 [ 260 ] {bd3e6a60-f4bb-449c-bebf-d80d795f09a6} <Debug> executeQuery: Read 13 rows, 979.00 B in 0.001125 sec., 11555.555555555557 rows/sec., 849.83 KiB/sec. | ||
11526 | 2025.07.15 21:13:49.557722 [ 260 ] {bd3e6a60-f4bb-449c-bebf-d80d795f09a6} <Debug> TCPHandler: Processed in 0.001296954 sec. | ||
11527 | 2025.07.15 21:13:49.557823 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11528 | 2025.07.15 21:13:49.557922 [ 260 ] {374f616f-20e9-49d3-ab48-f4fb93ec7b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
11529 | 2025.07.15 21:13:49.557961 [ 260 ] {374f616f-20e9-49d3-ab48-f4fb93ec7b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11530 | 2025.07.15 21:13:49.558441 [ 260 ] {374f616f-20e9-49d3-ab48-f4fb93ec7b4e} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11531 | 2025.07.15 21:13:49.558476 [ 260 ] {374f616f-20e9-49d3-ab48-f4fb93ec7b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11532 | 2025.07.15 21:13:49.558784 [ 260 ] {374f616f-20e9-49d3-ab48-f4fb93ec7b4e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
11533 | 2025.07.15 21:13:49.558994 [ 260 ] {374f616f-20e9-49d3-ab48-f4fb93ec7b4e} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11534 | 2025.07.15 21:13:49.559099 [ 26 ] {} <Debug> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0 | ||
11535 | 2025.07.15 21:13:49.559124 [ 260 ] {374f616f-20e9-49d3-ab48-f4fb93ec7b4e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00122 sec., 186885.24590163934 rows/sec., 12.65 MiB/sec. | ||
11536 | 2025.07.15 21:13:49.559167 [ 26 ] {} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11537 | 2025.07.15 21:13:49.559174 [ 260 ] {374f616f-20e9-49d3-ab48-f4fb93ec7b4e} <Debug> TCPHandler: Processed in 0.001399666 sec. | ||
11538 | 2025.07.15 21:13:49.559198 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11539 | 2025.07.15 21:13:49.559296 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11540 | 2025.07.15 21:13:49.559307 [ 194 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_39_8 to all_44_44_0 into Compact with storage Full | ||
11541 | 2025.07.15 21:13:49.559405 [ 260 ] {cb50d888-d0b7-47fd-af2e-db2d9b4e124b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11542 | 2025.07.15 21:13:49.559435 [ 194 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11543 | 2025.07.15 21:13:49.559448 [ 260 ] {cb50d888-d0b7-47fd-af2e-db2d9b4e124b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11544 | 2025.07.15 21:13:49.559480 [ 194 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 341 rows starting from the beginning of the part | ||
11545 | 2025.07.15 21:13:49.559559 [ 194 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 228 rows starting from the beginning of the part | ||
11546 | 2025.07.15 21:13:49.559610 [ 194 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 113 rows starting from the beginning of the part | ||
11547 | 2025.07.15 21:13:49.559657 [ 194 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 113 rows starting from the beginning of the part | ||
11548 | 2025.07.15 21:13:49.559699 [ 194 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 113 rows starting from the beginning of the part | ||
11549 | 2025.07.15 21:13:49.559742 [ 194 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 228 rows starting from the beginning of the part | ||
11550 | 2025.07.15 21:13:49.560038 [ 260 ] {cb50d888-d0b7-47fd-af2e-db2d9b4e124b} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11551 | 2025.07.15 21:13:49.560078 [ 260 ] {cb50d888-d0b7-47fd-af2e-db2d9b4e124b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11552 | 2025.07.15 21:13:49.560444 [ 260 ] {cb50d888-d0b7-47fd-af2e-db2d9b4e124b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
11553 | 2025.07.15 21:13:49.560661 [ 260 ] {cb50d888-d0b7-47fd-af2e-db2d9b4e124b} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11554 | 2025.07.15 21:13:49.560736 [ 199 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1136 rows, containing 5 columns (5 merged, 0 gathered) in 0.001470958 sec., 772285.8164543107 rows/sec., 54.32 MiB/sec. | ||
11555 | 2025.07.15 21:13:49.560792 [ 260 ] {cb50d888-d0b7-47fd-af2e-db2d9b4e124b} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.001405 sec., 379359.4306049822 rows/sec., 28.12 MiB/sec. | ||
11556 | 2025.07.15 21:13:49.560833 [ 260 ] {cb50d888-d0b7-47fd-af2e-db2d9b4e124b} <Debug> TCPHandler: Processed in 0.001586231 sec. | ||
11557 | 2025.07.15 21:13:49.560908 [ 194 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) | ||
11558 | 2025.07.15 21:13:49.560946 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11559 | 2025.07.15 21:13:49.561053 [ 260 ] {1fc52b4f-1f63-438b-87ca-b9b44beb70a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11560 | 2025.07.15 21:13:49.561100 [ 260 ] {1fc52b4f-1f63-438b-87ca-b9b44beb70a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11561 | 2025.07.15 21:13:49.561174 [ 194 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_44_9} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11562 | 2025.07.15 21:13:49.561248 [ 194 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_44_9} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9 | ||
11563 | 2025.07.15 21:13:49.561321 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
11564 | 2025.07.15 21:13:49.561701 [ 260 ] {1fc52b4f-1f63-438b-87ca-b9b44beb70a2} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11565 | 2025.07.15 21:13:49.561741 [ 260 ] {1fc52b4f-1f63-438b-87ca-b9b44beb70a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11566 | 2025.07.15 21:13:49.562126 [ 260 ] {1fc52b4f-1f63-438b-87ca-b9b44beb70a2} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
11567 | 2025.07.15 21:13:49.562338 [ 260 ] {1fc52b4f-1f63-438b-87ca-b9b44beb70a2} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11568 | 2025.07.15 21:13:49.562469 [ 260 ] {1fc52b4f-1f63-438b-87ca-b9b44beb70a2} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.001434 sec., 615062.7615062762 rows/sec., 41.39 MiB/sec. | ||
11569 | 2025.07.15 21:13:49.562506 [ 260 ] {1fc52b4f-1f63-438b-87ca-b9b44beb70a2} <Debug> TCPHandler: Processed in 0.001609511 sec. | ||
11570 | 2025.07.15 21:13:49.562611 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11571 | 2025.07.15 21:13:49.562712 [ 260 ] {0cc9bdbe-7ac5-444a-a0bd-7f6d8cdecd85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11572 | 2025.07.15 21:13:49.562768 [ 260 ] {0cc9bdbe-7ac5-444a-a0bd-7f6d8cdecd85} <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 | ||
11573 | 2025.07.15 21:13:49.563529 [ 260 ] {0cc9bdbe-7ac5-444a-a0bd-7f6d8cdecd85} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11574 | 2025.07.15 21:13:49.563565 [ 260 ] {0cc9bdbe-7ac5-444a-a0bd-7f6d8cdecd85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11575 | 2025.07.15 21:13:49.564069 [ 260 ] {0cc9bdbe-7ac5-444a-a0bd-7f6d8cdecd85} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
11576 | 2025.07.15 21:13:49.564288 [ 260 ] {0cc9bdbe-7ac5-444a-a0bd-7f6d8cdecd85} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11577 | 2025.07.15 21:13:49.564429 [ 260 ] {0cc9bdbe-7ac5-444a-a0bd-7f6d8cdecd85} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001734 sec., 5190.311418685121 rows/sec., 9.30 MiB/sec. | ||
11578 | 2025.07.15 21:13:49.564489 [ 260 ] {0cc9bdbe-7ac5-444a-a0bd-7f6d8cdecd85} <Debug> TCPHandler: Processed in 0.00192692 sec. | ||
11579 | 2025.07.15 21:13:49.564608 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11580 | 2025.07.15 21:13:49.564711 [ 260 ] {427fc43f-a745-424a-add4-34ff06aec298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11581 | 2025.07.15 21:13:49.564754 [ 260 ] {427fc43f-a745-424a-add4-34ff06aec298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11582 | 2025.07.15 21:13:49.565084 [ 260 ] {427fc43f-a745-424a-add4-34ff06aec298} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11583 | 2025.07.15 21:13:49.565122 [ 260 ] {427fc43f-a745-424a-add4-34ff06aec298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11584 | 2025.07.15 21:13:49.565429 [ 260 ] {427fc43f-a745-424a-add4-34ff06aec298} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
11585 | 2025.07.15 21:13:49.565635 [ 260 ] {427fc43f-a745-424a-add4-34ff06aec298} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11586 | 2025.07.15 21:13:49.565765 [ 260 ] {427fc43f-a745-424a-add4-34ff06aec298} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. | ||
11587 | 2025.07.15 21:13:49.565800 [ 260 ] {427fc43f-a745-424a-add4-34ff06aec298} <Debug> TCPHandler: Processed in 0.001241052 sec. | ||
11588 | 2025.07.15 21:13:50.699373 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938 | ||
11589 | 2025.07.15 21:13:50.699875 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11590 | 2025.07.15 21:13:50.699917 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11591 | 2025.07.15 21:13:50.700407 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11592 | 2025.07.15 21:13:50.700646 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11593 | 2025.07.15 21:13:50.700790 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938 | ||
11594 | 2025.07.15 21:13:50.700785 [ 45 ] {} <Debug> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11595 | 2025.07.15 21:13:50.700870 [ 45 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11596 | 2025.07.15 21:13:50.700893 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11597 | 2025.07.15 21:13:50.701004 [ 189 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
11598 | 2025.07.15 21:13:50.701157 [ 189 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11599 | 2025.07.15 21:13:50.701214 [ 189 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
11600 | 2025.07.15 21:13:50.701285 [ 189 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
11601 | 2025.07.15 21:13:50.701335 [ 189 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
11602 | 2025.07.15 21:13:50.701383 [ 189 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
11603 | 2025.07.15 21:13:50.701428 [ 189 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
11604 | 2025.07.15 21:13:50.701472 [ 189 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
11605 | 2025.07.15 21:13:50.703847 [ 199 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.002889674 sec., 9668218.629506305 rows/sec., 138.30 MiB/sec. | ||
11606 | 2025.07.15 21:13:50.704098 [ 189 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11607 | 2025.07.15 21:13:50.704348 [ 189 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_61_12} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11608 | 2025.07.15 21:13:50.704418 [ 189 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_61_12} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11609 | 2025.07.15 21:13:50.704504 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
11610 | 2025.07.15 21:13:52.261410 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 | ||
11611 | 2025.07.15 21:13:52.279138 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11612 | 2025.07.15 21:13:52.279194 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11613 | 2025.07.15 21:13:52.285497 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11614 | 2025.07.15 21:13:52.286237 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11615 | 2025.07.15 21:13:52.286533 [ 73 ] {} <Debug> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11616 | 2025.07.15 21:13:52.286569 [ 73 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11617 | 2025.07.15 21:13:52.286587 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11618 | 2025.07.15 21:13:52.286735 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
11619 | 2025.07.15 21:13:52.289667 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
11620 | 2025.07.15 21:13:52.290516 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11621 | 2025.07.15 21:13:52.292024 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
11622 | 2025.07.15 21:13:52.296565 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
11623 | 2025.07.15 21:13:52.301195 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
11624 | 2025.07.15 21:13:52.305838 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
11625 | 2025.07.15 21:13:52.310489 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
11626 | 2025.07.15 21:13:52.314268 [ 191 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
11627 | 2025.07.15 21:13:52.365581 [ 196 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.078904489 sec., 5829.833078318269 rows/sec., 30.15 MiB/sec. | ||
11628 | 2025.07.15 21:13:52.368606 [ 196 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11629 | 2025.07.15 21:13:52.370608 [ 196 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_61_12} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11630 | 2025.07.15 21:13:52.370714 [ 196 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_61_12} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11631 | 2025.07.15 21:13:52.373656 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
11632 | 2025.07.15 21:13:53.270784 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1622 | ||
11633 | 2025.07.15 21:13:53.273204 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11634 | 2025.07.15 21:13:53.273250 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11635 | 2025.07.15 21:13:53.274441 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
11636 | 2025.07.15 21:13:53.274706 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11637 | 2025.07.15 21:13:53.274973 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1622 | ||
11638 | 2025.07.15 21:13:54.000196 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 317.15 MiB, peak 335.02 MiB, free memory in arenas 0.00 B, will set to 321.16 MiB (RSS), difference: 4.01 MiB | ||
11639 | 2025.07.15 21:13:54.532045 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11640 | 2025.07.15 21:13:54.532263 [ 260 ] {9dc48e50-e9de-4959-ac94-29f68aa06e16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
11641 | 2025.07.15 21:13:54.532344 [ 260 ] {9dc48e50-e9de-4959-ac94-29f68aa06e16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
11642 | 2025.07.15 21:13:54.533102 [ 260 ] {9dc48e50-e9de-4959-ac94-29f68aa06e16} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11643 | 2025.07.15 21:13:54.533144 [ 260 ] {9dc48e50-e9de-4959-ac94-29f68aa06e16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11644 | 2025.07.15 21:13:54.533527 [ 260 ] {9dc48e50-e9de-4959-ac94-29f68aa06e16} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11645 | 2025.07.15 21:13:54.533745 [ 260 ] {9dc48e50-e9de-4959-ac94-29f68aa06e16} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11646 | 2025.07.15 21:13:54.533891 [ 260 ] {9dc48e50-e9de-4959-ac94-29f68aa06e16} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00169 sec., 125443.78698224851 rows/sec., 7.98 MiB/sec. | ||
11647 | 2025.07.15 21:13:54.533932 [ 260 ] {9dc48e50-e9de-4959-ac94-29f68aa06e16} <Debug> TCPHandler: Processed in 0.002032392 sec. | ||
11648 | 2025.07.15 21:13:54.534053 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11649 | 2025.07.15 21:13:54.534152 [ 260 ] {7b368dfa-06f1-4430-af84-970301a96ceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11650 | 2025.07.15 21:13:54.534193 [ 260 ] {7b368dfa-06f1-4430-af84-970301a96ceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11651 | 2025.07.15 21:13:54.534919 [ 260 ] {7b368dfa-06f1-4430-af84-970301a96ceb} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11652 | 2025.07.15 21:13:54.534956 [ 260 ] {7b368dfa-06f1-4430-af84-970301a96ceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11653 | 2025.07.15 21:13:54.535291 [ 260 ] {7b368dfa-06f1-4430-af84-970301a96ceb} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
11654 | 2025.07.15 21:13:54.535495 [ 260 ] {7b368dfa-06f1-4430-af84-970301a96ceb} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11655 | 2025.07.15 21:13:54.535618 [ 260 ] {7b368dfa-06f1-4430-af84-970301a96ceb} <Debug> executeQuery: Read 681 rows, 55.38 KiB in 0.001483 sec., 459204.3155765341 rows/sec., 36.47 MiB/sec. | ||
11656 | 2025.07.15 21:13:54.535653 [ 260 ] {7b368dfa-06f1-4430-af84-970301a96ceb} <Debug> TCPHandler: Processed in 0.001649173 sec. | ||
11657 | 2025.07.15 21:13:54.535763 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11658 | 2025.07.15 21:13:54.535854 [ 260 ] {b7f14fc0-eb2b-4b5b-a65e-9ba1842a7243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11659 | 2025.07.15 21:13:54.535892 [ 260 ] {b7f14fc0-eb2b-4b5b-a65e-9ba1842a7243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11660 | 2025.07.15 21:13:54.536320 [ 260 ] {b7f14fc0-eb2b-4b5b-a65e-9ba1842a7243} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11661 | 2025.07.15 21:13:54.536355 [ 260 ] {b7f14fc0-eb2b-4b5b-a65e-9ba1842a7243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11662 | 2025.07.15 21:13:54.536650 [ 260 ] {b7f14fc0-eb2b-4b5b-a65e-9ba1842a7243} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
11663 | 2025.07.15 21:13:54.536861 [ 260 ] {b7f14fc0-eb2b-4b5b-a65e-9ba1842a7243} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11664 | 2025.07.15 21:13:54.536978 [ 119 ] {} <Debug> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
11665 | 2025.07.15 21:13:54.536986 [ 260 ] {b7f14fc0-eb2b-4b5b-a65e-9ba1842a7243} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.00115 sec., 120000 rows/sec., 7.47 MiB/sec. | ||
11666 | 2025.07.15 21:13:54.537050 [ 119 ] {} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11667 | 2025.07.15 21:13:54.537066 [ 260 ] {b7f14fc0-eb2b-4b5b-a65e-9ba1842a7243} <Debug> TCPHandler: Processed in 0.001349645 sec. | ||
11668 | 2025.07.15 21:13:54.537076 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11669 | 2025.07.15 21:13:54.537184 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11670 | 2025.07.15 21:13:54.537218 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::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 | ||
11671 | 2025.07.15 21:13:54.537279 [ 260 ] {52ddfa22-4161-4c57-9945-c9e772647f7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
11672 | 2025.07.15 21:13:54.537322 [ 260 ] {52ddfa22-4161-4c57-9945-c9e772647f7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11673 | 2025.07.15 21:13:54.537371 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11674 | 2025.07.15 21:13:54.537415 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 167 rows starting from the beginning of the part | ||
11675 | 2025.07.15 21:13:54.537488 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 146 rows starting from the beginning of the part | ||
11676 | 2025.07.15 21:13:54.537536 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 9 rows starting from the beginning of the part | ||
11677 | 2025.07.15 21:13:54.537578 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 138 rows starting from the beginning of the part | ||
11678 | 2025.07.15 21:13:54.537618 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 13 rows starting from the beginning of the part | ||
11679 | 2025.07.15 21:13:54.537658 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 138 rows starting from the beginning of the part | ||
11680 | 2025.07.15 21:13:54.537743 [ 260 ] {52ddfa22-4161-4c57-9945-c9e772647f7d} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11681 | 2025.07.15 21:13:54.537783 [ 260 ] {52ddfa22-4161-4c57-9945-c9e772647f7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11682 | 2025.07.15 21:13:54.538103 [ 260 ] {52ddfa22-4161-4c57-9945-c9e772647f7d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
11683 | 2025.07.15 21:13:54.538332 [ 260 ] {52ddfa22-4161-4c57-9945-c9e772647f7d} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11684 | 2025.07.15 21:13:54.538460 [ 260 ] {52ddfa22-4161-4c57-9945-c9e772647f7d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001197 sec., 94402.67335004178 rows/sec., 6.11 MiB/sec. | ||
11685 | 2025.07.15 21:13:54.538497 [ 260 ] {52ddfa22-4161-4c57-9945-c9e772647f7d} <Debug> TCPHandler: Processed in 0.001359635 sec. | ||
11686 | 2025.07.15 21:13:54.538570 [ 199 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 5 columns (5 merged, 0 gathered) in 0.001417617 sec., 431004.989358903 rows/sec., 28.81 MiB/sec. | ||
11687 | 2025.07.15 21:13:54.538603 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11688 | 2025.07.15 21:13:54.538699 [ 260 ] {e1f86e41-0deb-44e7-86a3-d0b220b6af2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
11689 | 2025.07.15 21:13:54.538738 [ 260 ] {e1f86e41-0deb-44e7-86a3-d0b220b6af2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11690 | 2025.07.15 21:13:54.538779 [ 193 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
11691 | 2025.07.15 21:13:54.539116 [ 193 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_81_16} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11692 | 2025.07.15 21:13:54.539149 [ 260 ] {e1f86e41-0deb-44e7-86a3-d0b220b6af2a} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11693 | 2025.07.15 21:13:54.539190 [ 260 ] {e1f86e41-0deb-44e7-86a3-d0b220b6af2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11694 | 2025.07.15 21:13:54.539214 [ 193 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_81_16} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
11695 | 2025.07.15 21:13:54.539323 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
11696 | 2025.07.15 21:13:54.539494 [ 260 ] {e1f86e41-0deb-44e7-86a3-d0b220b6af2a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11697 | 2025.07.15 21:13:54.539709 [ 260 ] {e1f86e41-0deb-44e7-86a3-d0b220b6af2a} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11698 | 2025.07.15 21:13:54.539832 [ 260 ] {e1f86e41-0deb-44e7-86a3-d0b220b6af2a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001151 sec., 97306.68983492616 rows/sec., 5.54 MiB/sec. | ||
11699 | 2025.07.15 21:13:54.539868 [ 260 ] {e1f86e41-0deb-44e7-86a3-d0b220b6af2a} <Debug> TCPHandler: Processed in 0.001311674 sec. | ||
11700 | 2025.07.15 21:13:54.539972 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11701 | 2025.07.15 21:13:54.540063 [ 260 ] {05d4b76b-2352-47f5-b2df-45ff59ddf192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11702 | 2025.07.15 21:13:54.540101 [ 260 ] {05d4b76b-2352-47f5-b2df-45ff59ddf192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11703 | 2025.07.15 21:13:54.540634 [ 260 ] {05d4b76b-2352-47f5-b2df-45ff59ddf192} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11704 | 2025.07.15 21:13:54.540693 [ 260 ] {05d4b76b-2352-47f5-b2df-45ff59ddf192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11705 | 2025.07.15 21:13:54.541004 [ 260 ] {05d4b76b-2352-47f5-b2df-45ff59ddf192} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
11706 | 2025.07.15 21:13:54.541227 [ 260 ] {05d4b76b-2352-47f5-b2df-45ff59ddf192} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11707 | 2025.07.15 21:13:54.541350 [ 260 ] {05d4b76b-2352-47f5-b2df-45ff59ddf192} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001305 sec., 317241.3793103448 rows/sec., 22.56 MiB/sec. | ||
11708 | 2025.07.15 21:13:54.541387 [ 260 ] {05d4b76b-2352-47f5-b2df-45ff59ddf192} <Debug> TCPHandler: Processed in 0.001461618 sec. | ||
11709 | 2025.07.15 21:13:54.541494 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11710 | 2025.07.15 21:13:54.541585 [ 260 ] {ffa88a4a-9ae7-48e2-9846-591fe1ecbed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
11711 | 2025.07.15 21:13:54.541625 [ 260 ] {ffa88a4a-9ae7-48e2-9846-591fe1ecbed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11712 | 2025.07.15 21:13:54.541948 [ 260 ] {ffa88a4a-9ae7-48e2-9846-591fe1ecbed0} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11713 | 2025.07.15 21:13:54.541983 [ 260 ] {ffa88a4a-9ae7-48e2-9846-591fe1ecbed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11714 | 2025.07.15 21:13:54.542275 [ 260 ] {ffa88a4a-9ae7-48e2-9846-591fe1ecbed0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11715 | 2025.07.15 21:13:54.542478 [ 260 ] {ffa88a4a-9ae7-48e2-9846-591fe1ecbed0} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11716 | 2025.07.15 21:13:54.542603 [ 260 ] {ffa88a4a-9ae7-48e2-9846-591fe1ecbed0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001035 sec., 5797.101449275363 rows/sec., 302.88 KiB/sec. | ||
11717 | 2025.07.15 21:13:54.542638 [ 260 ] {ffa88a4a-9ae7-48e2-9846-591fe1ecbed0} <Debug> TCPHandler: Processed in 0.00119069 sec. | ||
11718 | 2025.07.15 21:13:54.542734 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11719 | 2025.07.15 21:13:54.542824 [ 260 ] {d484d46c-4053-42e9-89b4-ed7cf2315aeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11720 | 2025.07.15 21:13:54.542864 [ 260 ] {d484d46c-4053-42e9-89b4-ed7cf2315aeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11721 | 2025.07.15 21:13:54.543261 [ 260 ] {d484d46c-4053-42e9-89b4-ed7cf2315aeb} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11722 | 2025.07.15 21:13:54.543295 [ 260 ] {d484d46c-4053-42e9-89b4-ed7cf2315aeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11723 | 2025.07.15 21:13:54.543618 [ 260 ] {d484d46c-4053-42e9-89b4-ed7cf2315aeb} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
11724 | 2025.07.15 21:13:54.543823 [ 260 ] {d484d46c-4053-42e9-89b4-ed7cf2315aeb} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11725 | 2025.07.15 21:13:54.543946 [ 260 ] {d484d46c-4053-42e9-89b4-ed7cf2315aeb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00114 sec., 207894.73684210528 rows/sec., 13.93 MiB/sec. | ||
11726 | 2025.07.15 21:13:54.543982 [ 260 ] {d484d46c-4053-42e9-89b4-ed7cf2315aeb} <Debug> TCPHandler: Processed in 0.001293924 sec. | ||
11727 | 2025.07.15 21:13:54.544087 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11728 | 2025.07.15 21:13:54.544184 [ 260 ] {a3386c15-c59e-478c-bd1a-6f58ecd0a030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
11729 | 2025.07.15 21:13:54.544225 [ 260 ] {a3386c15-c59e-478c-bd1a-6f58ecd0a030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11730 | 2025.07.15 21:13:54.544526 [ 260 ] {a3386c15-c59e-478c-bd1a-6f58ecd0a030} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11731 | 2025.07.15 21:13:54.544560 [ 260 ] {a3386c15-c59e-478c-bd1a-6f58ecd0a030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11732 | 2025.07.15 21:13:54.544843 [ 260 ] {a3386c15-c59e-478c-bd1a-6f58ecd0a030} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11733 | 2025.07.15 21:13:54.545060 [ 260 ] {a3386c15-c59e-478c-bd1a-6f58ecd0a030} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11734 | 2025.07.15 21:13:54.545183 [ 260 ] {a3386c15-c59e-478c-bd1a-6f58ecd0a030} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001017 sec., 983.2841691248772 rows/sec., 66.26 KiB/sec. | ||
11735 | 2025.07.15 21:13:54.545218 [ 260 ] {a3386c15-c59e-478c-bd1a-6f58ecd0a030} <Debug> TCPHandler: Processed in 0.00117736 sec. | ||
11736 | 2025.07.15 21:13:54.545312 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11737 | 2025.07.15 21:13:54.545401 [ 260 ] {a1c97c8b-0298-493a-befa-7a720b9a1fc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11738 | 2025.07.15 21:13:54.545454 [ 260 ] {a1c97c8b-0298-493a-befa-7a720b9a1fc3} <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 | ||
11739 | 2025.07.15 21:13:54.546258 [ 260 ] {a1c97c8b-0298-493a-befa-7a720b9a1fc3} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11740 | 2025.07.15 21:13:54.546293 [ 260 ] {a1c97c8b-0298-493a-befa-7a720b9a1fc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11741 | 2025.07.15 21:13:54.546819 [ 260 ] {a1c97c8b-0298-493a-befa-7a720b9a1fc3} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
11742 | 2025.07.15 21:13:54.547038 [ 260 ] {a1c97c8b-0298-493a-befa-7a720b9a1fc3} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11743 | 2025.07.15 21:13:54.547174 [ 260 ] {a1c97c8b-0298-493a-befa-7a720b9a1fc3} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001789 sec., 17887.087758524314 rows/sec., 32.05 MiB/sec. | ||
11744 | 2025.07.15 21:13:54.547226 [ 260 ] {a1c97c8b-0298-493a-befa-7a720b9a1fc3} <Debug> TCPHandler: Processed in 0.001959341 sec. | ||
11745 | 2025.07.15 21:13:54.547333 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11746 | 2025.07.15 21:13:54.547424 [ 260 ] {43042c3b-30a5-4483-a982-9b087652fc56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11747 | 2025.07.15 21:13:54.547464 [ 260 ] {43042c3b-30a5-4483-a982-9b087652fc56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11748 | 2025.07.15 21:13:54.547785 [ 260 ] {43042c3b-30a5-4483-a982-9b087652fc56} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11749 | 2025.07.15 21:13:54.547820 [ 260 ] {43042c3b-30a5-4483-a982-9b087652fc56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11750 | 2025.07.15 21:13:54.548110 [ 260 ] {43042c3b-30a5-4483-a982-9b087652fc56} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
11751 | 2025.07.15 21:13:54.548312 [ 260 ] {43042c3b-30a5-4483-a982-9b087652fc56} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11752 | 2025.07.15 21:13:54.548432 [ 260 ] {43042c3b-30a5-4483-a982-9b087652fc56} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001026 sec., 79922.02729044834 rows/sec., 5.08 MiB/sec. | ||
11753 | 2025.07.15 21:13:54.548466 [ 260 ] {43042c3b-30a5-4483-a982-9b087652fc56} <Debug> TCPHandler: Processed in 0.001181081 sec. | ||
11754 | 2025.07.15 21:13:57.978114 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11755 | 2025.07.15 21:13:57.978180 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11756 | 2025.07.15 21:13:58.200945 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426 | ||
11757 | 2025.07.15 21:13:58.201837 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11758 | 2025.07.15 21:13:58.201926 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11759 | 2025.07.15 21:13:58.202430 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11760 | 2025.07.15 21:13:58.202656 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11761 | 2025.07.15 21:13:58.202790 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
11762 | 2025.07.15 21:13:59.524910 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11763 | 2025.07.15 21:13:59.525085 [ 260 ] {eeb3d21a-b5d3-4c9f-af9a-89f5f237df31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11764 | 2025.07.15 21:13:59.525153 [ 260 ] {eeb3d21a-b5d3-4c9f-af9a-89f5f237df31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11765 | 2025.07.15 21:13:59.525833 [ 260 ] {eeb3d21a-b5d3-4c9f-af9a-89f5f237df31} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11766 | 2025.07.15 21:13:59.525878 [ 260 ] {eeb3d21a-b5d3-4c9f-af9a-89f5f237df31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11767 | 2025.07.15 21:13:59.526272 [ 260 ] {eeb3d21a-b5d3-4c9f-af9a-89f5f237df31} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
11768 | 2025.07.15 21:13:59.526506 [ 260 ] {eeb3d21a-b5d3-4c9f-af9a-89f5f237df31} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11769 | 2025.07.15 21:13:59.526668 [ 260 ] {eeb3d21a-b5d3-4c9f-af9a-89f5f237df31} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001634 sec., 45287.637698898405 rows/sec., 3.68 MiB/sec. | ||
11770 | 2025.07.15 21:13:59.526671 [ 129 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
11771 | 2025.07.15 21:13:59.526719 [ 260 ] {eeb3d21a-b5d3-4c9f-af9a-89f5f237df31} <Debug> TCPHandler: Processed in 0.00193307 sec. | ||
11772 | 2025.07.15 21:13:59.526737 [ 129 ] {} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11773 | 2025.07.15 21:13:59.526762 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11774 | 2025.07.15 21:13:59.526851 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11775 | 2025.07.15 21:13:59.526855 [ 188 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::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 | ||
11776 | 2025.07.15 21:13:59.526959 [ 260 ] {56d513d8-fb48-48ef-b554-e1096bd91db7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11777 | 2025.07.15 21:13:59.526965 [ 188 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11778 | 2025.07.15 21:13:59.527000 [ 188 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1850 rows starting from the beginning of the part | ||
11779 | 2025.07.15 21:13:59.527005 [ 260 ] {56d513d8-fb48-48ef-b554-e1096bd91db7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11780 | 2025.07.15 21:13:59.527060 [ 188 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 74 rows starting from the beginning of the part | ||
11781 | 2025.07.15 21:13:59.527105 [ 188 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 681 rows starting from the beginning of the part | ||
11782 | 2025.07.15 21:13:59.527147 [ 188 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 1216 rows starting from the beginning of the part | ||
11783 | 2025.07.15 21:13:59.527187 [ 188 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 681 rows starting from the beginning of the part | ||
11784 | 2025.07.15 21:13:59.527225 [ 188 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 74 rows starting from the beginning of the part | ||
11785 | 2025.07.15 21:13:59.527447 [ 260 ] {56d513d8-fb48-48ef-b554-e1096bd91db7} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11786 | 2025.07.15 21:13:59.527485 [ 260 ] {56d513d8-fb48-48ef-b554-e1096bd91db7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11787 | 2025.07.15 21:13:59.527814 [ 260 ] {56d513d8-fb48-48ef-b554-e1096bd91db7} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
11788 | 2025.07.15 21:13:59.528028 [ 260 ] {56d513d8-fb48-48ef-b554-e1096bd91db7} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11789 | 2025.07.15 21:13:59.528174 [ 260 ] {56d513d8-fb48-48ef-b554-e1096bd91db7} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.00124 sec., 7258.064516129032 rows/sec., 545.77 KiB/sec. | ||
11790 | 2025.07.15 21:13:59.528214 [ 260 ] {56d513d8-fb48-48ef-b554-e1096bd91db7} <Debug> TCPHandler: Processed in 0.001415667 sec. | ||
11791 | 2025.07.15 21:13:59.528334 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11792 | 2025.07.15 21:13:59.528432 [ 260 ] {26a2380a-7777-4a15-b99c-7be1cfe3fadf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11793 | 2025.07.15 21:13:59.528475 [ 260 ] {26a2380a-7777-4a15-b99c-7be1cfe3fadf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11794 | 2025.07.15 21:13:59.528827 [ 193 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4576 rows, containing 5 columns (5 merged, 0 gathered) in 0.002011762 sec., 2274622.942475303 rows/sec., 192.95 MiB/sec. | ||
11795 | 2025.07.15 21:13:59.528931 [ 260 ] {26a2380a-7777-4a15-b99c-7be1cfe3fadf} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11796 | 2025.07.15 21:13:59.528972 [ 260 ] {26a2380a-7777-4a15-b99c-7be1cfe3fadf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11797 | 2025.07.15 21:13:59.529147 [ 199 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
11798 | 2025.07.15 21:13:59.529305 [ 260 ] {26a2380a-7777-4a15-b99c-7be1cfe3fadf} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
11799 | 2025.07.15 21:13:59.529557 [ 199 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_91_18} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11800 | 2025.07.15 21:13:59.529586 [ 260 ] {26a2380a-7777-4a15-b99c-7be1cfe3fadf} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11801 | 2025.07.15 21:13:59.529651 [ 199 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_91_18} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
11802 | 2025.07.15 21:13:59.529724 [ 129 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
11803 | 2025.07.15 21:13:59.529735 [ 260 ] {26a2380a-7777-4a15-b99c-7be1cfe3fadf} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001322 sec., 55219.36459909228 rows/sec., 4.31 MiB/sec. | ||
11804 | 2025.07.15 21:13:59.529760 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
11805 | 2025.07.15 21:13:59.529761 [ 129 ] {} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11806 | 2025.07.15 21:13:59.529795 [ 260 ] {26a2380a-7777-4a15-b99c-7be1cfe3fadf} <Debug> TCPHandler: Processed in 0.001511519 sec. | ||
11807 | 2025.07.15 21:13:59.529807 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11808 | 2025.07.15 21:13:59.529883 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::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 | ||
11809 | 2025.07.15 21:13:59.529968 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11810 | 2025.07.15 21:13:59.529989 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11811 | 2025.07.15 21:13:59.529994 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 917 rows starting from the beginning of the part | ||
11812 | 2025.07.15 21:13:59.530055 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 73 rows starting from the beginning of the part | ||
11813 | 2025.07.15 21:13:59.530089 [ 260 ] {3ee6af5d-9caf-49a2-a2fe-9c7aa9954138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11814 | 2025.07.15 21:13:59.530093 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 414 rows starting from the beginning of the part | ||
11815 | 2025.07.15 21:13:59.530137 [ 260 ] {3ee6af5d-9caf-49a2-a2fe-9c7aa9954138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11816 | 2025.07.15 21:13:59.530137 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 533 rows starting from the beginning of the part | ||
11817 | 2025.07.15 21:13:59.530181 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 414 rows starting from the beginning of the part | ||
11818 | 2025.07.15 21:13:59.530214 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 73 rows starting from the beginning of the part | ||
11819 | 2025.07.15 21:13:59.530565 [ 260 ] {3ee6af5d-9caf-49a2-a2fe-9c7aa9954138} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11820 | 2025.07.15 21:13:59.530600 [ 260 ] {3ee6af5d-9caf-49a2-a2fe-9c7aa9954138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11821 | 2025.07.15 21:13:59.530943 [ 260 ] {3ee6af5d-9caf-49a2-a2fe-9c7aa9954138} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
11822 | 2025.07.15 21:13:59.531160 [ 260 ] {3ee6af5d-9caf-49a2-a2fe-9c7aa9954138} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11823 | 2025.07.15 21:13:59.531242 [ 187 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 5 columns (5 merged, 0 gathered) in 0.001384566 sec., 1750729.109338233 rows/sec., 134.10 MiB/sec. | ||
11824 | 2025.07.15 21:13:59.531279 [ 129 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
11825 | 2025.07.15 21:13:59.531294 [ 260 ] {3ee6af5d-9caf-49a2-a2fe-9c7aa9954138} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001226 sec., 130505.70962479607 rows/sec., 9.09 MiB/sec. | ||
11826 | 2025.07.15 21:13:59.531308 [ 129 ] {} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11827 | 2025.07.15 21:13:59.531334 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11828 | 2025.07.15 21:13:59.531338 [ 260 ] {3ee6af5d-9caf-49a2-a2fe-9c7aa9954138} <Debug> TCPHandler: Processed in 0.001401186 sec. | ||
11829 | 2025.07.15 21:13:59.531434 [ 197 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
11830 | 2025.07.15 21:13:59.531465 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11831 | 2025.07.15 21:13:59.531477 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
11832 | 2025.07.15 21:13:59.531563 [ 260 ] {9c99426c-6b26-47c7-86e8-5e70e56e9c34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11833 | 2025.07.15 21:13:59.531564 [ 197 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11834 | 2025.07.15 21:13:59.531622 [ 197 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 26785 rows starting from the beginning of the part | ||
11835 | 2025.07.15 21:13:59.531627 [ 260 ] {9c99426c-6b26-47c7-86e8-5e70e56e9c34} <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 | ||
11836 | 2025.07.15 21:13:59.531697 [ 197 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
11837 | 2025.07.15 21:13:59.531751 [ 197 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 237 rows starting from the beginning of the part | ||
11838 | 2025.07.15 21:13:59.531799 [ 197 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 882 rows starting from the beginning of the part | ||
11839 | 2025.07.15 21:13:59.531808 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_91_18} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11840 | 2025.07.15 21:13:59.531844 [ 197 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 237 rows starting from the beginning of the part | ||
11841 | 2025.07.15 21:13:59.531900 [ 197 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
11842 | 2025.07.15 21:13:59.531904 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_91_18} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
11843 | 2025.07.15 21:13:59.532029 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
11844 | 2025.07.15 21:13:59.532415 [ 260 ] {9c99426c-6b26-47c7-86e8-5e70e56e9c34} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11845 | 2025.07.15 21:13:59.532457 [ 260 ] {9c99426c-6b26-47c7-86e8-5e70e56e9c34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11846 | 2025.07.15 21:13:59.533014 [ 260 ] {9c99426c-6b26-47c7-86e8-5e70e56e9c34} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
11847 | 2025.07.15 21:13:59.533253 [ 260 ] {9c99426c-6b26-47c7-86e8-5e70e56e9c34} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11848 | 2025.07.15 21:13:59.533381 [ 129 ] {} <Debug> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
11849 | 2025.07.15 21:13:59.533405 [ 260 ] {9c99426c-6b26-47c7-86e8-5e70e56e9c34} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00186 sec., 4838.709677419354 rows/sec., 8.67 MiB/sec. | ||
11850 | 2025.07.15 21:13:59.533410 [ 129 ] {} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11851 | 2025.07.15 21:13:59.533444 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11852 | 2025.07.15 21:13:59.533476 [ 260 ] {9c99426c-6b26-47c7-86e8-5e70e56e9c34} <Debug> TCPHandler: Processed in 0.002060883 sec. | ||
11853 | 2025.07.15 21:13:59.533527 [ 187 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
11854 | 2025.07.15 21:13:59.533602 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11855 | 2025.07.15 21:13:59.533700 [ 260 ] {f563acaa-54b3-4fa7-aa91-2d41ad359ad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11856 | 2025.07.15 21:13:59.533743 [ 260 ] {f563acaa-54b3-4fa7-aa91-2d41ad359ad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11857 | 2025.07.15 21:13:59.533754 [ 187 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11858 | 2025.07.15 21:13:59.533814 [ 187 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1589 rows starting from the beginning of the part | ||
11859 | 2025.07.15 21:13:59.533944 [ 187 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 9 rows starting from the beginning of the part | ||
11860 | 2025.07.15 21:13:59.534047 [ 187 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 32 rows starting from the beginning of the part | ||
11861 | 2025.07.15 21:13:59.534090 [ 260 ] {f563acaa-54b3-4fa7-aa91-2d41ad359ad7} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11862 | 2025.07.15 21:13:59.534134 [ 260 ] {f563acaa-54b3-4fa7-aa91-2d41ad359ad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11863 | 2025.07.15 21:13:59.534144 [ 187 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 9 rows starting from the beginning of the part | ||
11864 | 2025.07.15 21:13:59.534252 [ 187 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 32 rows starting from the beginning of the part | ||
11865 | 2025.07.15 21:13:59.534360 [ 187 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 9 rows starting from the beginning of the part | ||
11866 | 2025.07.15 21:13:59.534463 [ 260 ] {f563acaa-54b3-4fa7-aa91-2d41ad359ad7} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
11867 | 2025.07.15 21:13:59.534705 [ 260 ] {f563acaa-54b3-4fa7-aa91-2d41ad359ad7} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11868 | 2025.07.15 21:13:59.534828 [ 129 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
11869 | 2025.07.15 21:13:59.534850 [ 260 ] {f563acaa-54b3-4fa7-aa91-2d41ad359ad7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001169 sec., 51325.919589392644 rows/sec., 3.46 MiB/sec. | ||
11870 | 2025.07.15 21:13:59.534855 [ 129 ] {} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11871 | 2025.07.15 21:13:59.534892 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11872 | 2025.07.15 21:13:59.534898 [ 260 ] {f563acaa-54b3-4fa7-aa91-2d41ad359ad7} <Debug> TCPHandler: Processed in 0.001346354 sec. | ||
11873 | 2025.07.15 21:13:59.534971 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
11874 | 2025.07.15 21:13:59.535059 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11875 | 2025.07.15 21:13:59.535086 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5642 rows starting from the beginning of the part | ||
11876 | 2025.07.15 21:13:59.535134 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
11877 | 2025.07.15 21:13:59.535175 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 82 rows starting from the beginning of the part | ||
11878 | 2025.07.15 21:13:59.535214 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
11879 | 2025.07.15 21:13:59.535251 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 82 rows starting from the beginning of the part | ||
11880 | 2025.07.15 21:13:59.535288 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
11881 | 2025.07.15 21:13:59.538058 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5986 rows, containing 4 columns (4 merged, 0 gathered) in 0.003122151 sec., 1917267.9348308265 rows/sec., 125.75 MiB/sec. | ||
11882 | 2025.07.15 21:13:59.538706 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
11883 | 2025.07.15 21:13:59.538937 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_91_18} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11884 | 2025.07.15 21:13:59.539005 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_91_18} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
11885 | 2025.07.15 21:13:59.539070 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
11886 | 2025.07.15 21:13:59.539986 [ 192 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28461 rows, containing 5 columns (5 merged, 0 gathered) in 0.008599953 sec., 3309436.6911074976 rows/sec., 224.08 MiB/sec. | ||
11887 | 2025.07.15 21:13:59.540309 [ 201 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
11888 | 2025.07.15 21:13:59.540589 [ 201 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11889 | 2025.07.15 21:13:59.540666 [ 201 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
11890 | 2025.07.15 21:13:59.540755 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
11891 | 2025.07.15 21:13:59.543612 [ 192 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1680 rows, containing 19 columns (19 merged, 0 gathered) in 0.010124871 sec., 165928.0399720648 rows/sec., 297.34 MiB/sec. | ||
11892 | 2025.07.15 21:13:59.545386 [ 192 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
11893 | 2025.07.15 21:13:59.545721 [ 192 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11894 | 2025.07.15 21:13:59.545790 [ 192 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
11895 | 2025.07.15 21:13:59.545938 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.48 MiB. | ||
11896 | 2025.07.15 21:13:59.790649 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 | ||
11897 | 2025.07.15 21:13:59.806323 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11898 | 2025.07.15 21:13:59.806380 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11899 | 2025.07.15 21:13:59.811852 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11900 | 2025.07.15 21:13:59.812549 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11901 | 2025.07.15 21:13:59.815345 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 467 | ||
11902 | 2025.07.15 21:14:00.001142 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 322.29 MiB, peak 341.07 MiB, free memory in arenas 0.00 B, will set to 326.37 MiB (RSS), difference: 4.08 MiB | ||
11903 | 2025.07.15 21:14:00.249575 [ 150 ] {} <Debug> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 | ||
11904 | 2025.07.15 21:14:00.249639 [ 150 ] {} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11905 | 2025.07.15 21:14:00.249661 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11906 | 2025.07.15 21:14:00.249771 [ 200 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_26_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full | ||
11907 | 2025.07.15 21:14:00.249915 [ 200 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11908 | 2025.07.15 21:14:00.249950 [ 200 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 20 rows starting from the beginning of the part | ||
11909 | 2025.07.15 21:14:00.250024 [ 200 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
11910 | 2025.07.15 21:14:00.250072 [ 200 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
11911 | 2025.07.15 21:14:00.250116 [ 200 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part | ||
11912 | 2025.07.15 21:14:00.250156 [ 200 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
11913 | 2025.07.15 21:14:00.250893 [ 192 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.00117315 sec., 32391.42479648809 rows/sec., 2.70 MiB/sec. | ||
11914 | 2025.07.15 21:14:00.251074 [ 198 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
11915 | 2025.07.15 21:14:00.251369 [ 198 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_26_6} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11916 | 2025.07.15 21:14:00.251449 [ 198 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_26_6} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 | ||
11917 | 2025.07.15 21:14:00.251555 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11918 | 2025.07.15 21:14:03.275983 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1656 | ||
11919 | 2025.07.15 21:14:03.278303 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11920 | 2025.07.15 21:14:03.278339 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11921 | 2025.07.15 21:14:03.279508 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
11922 | 2025.07.15 21:14:03.279778 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11923 | 2025.07.15 21:14:03.279951 [ 148 ] {} <Debug> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
11924 | 2025.07.15 21:14:03.280029 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1656 | ||
11925 | 2025.07.15 21:14:03.280052 [ 148 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11926 | 2025.07.15 21:14:03.280097 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11927 | 2025.07.15 21:14:03.280248 [ 192 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::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 | ||
11928 | 2025.07.15 21:14:03.280913 [ 192 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11929 | 2025.07.15 21:14:03.281060 [ 192 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1476 rows starting from the beginning of the part | ||
11930 | 2025.07.15 21:14:03.281438 [ 192 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 38 rows starting from the beginning of the part | ||
11931 | 2025.07.15 21:14:03.281802 [ 192 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 34 rows starting from the beginning of the part | ||
11932 | 2025.07.15 21:14:03.282136 [ 192 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 36 rows starting from the beginning of the part | ||
11933 | 2025.07.15 21:14:03.282464 [ 192 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 38 rows starting from the beginning of the part | ||
11934 | 2025.07.15 21:14:03.282800 [ 192 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 34 rows starting from the beginning of the part | ||
11935 | 2025.07.15 21:14:03.289595 [ 198 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1656 rows, containing 72 columns (72 merged, 0 gathered) in 0.009409353 sec., 175995.09764380186 rows/sec., 135.73 MiB/sec. | ||
11936 | 2025.07.15 21:14:03.291372 [ 189 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
11937 | 2025.07.15 21:14:03.292029 [ 189 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_46_9} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11938 | 2025.07.15 21:14:03.292122 [ 189 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_46_9} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
11939 | 2025.07.15 21:14:03.292494 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
11940 | 2025.07.15 21:14:04.531587 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11941 | 2025.07.15 21:14:04.531798 [ 260 ] {25217ccd-1f79-4eb3-bb7f-74ab9178106a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
11942 | 2025.07.15 21:14:04.531871 [ 260 ] {25217ccd-1f79-4eb3-bb7f-74ab9178106a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
11943 | 2025.07.15 21:14:04.532709 [ 260 ] {25217ccd-1f79-4eb3-bb7f-74ab9178106a} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11944 | 2025.07.15 21:14:04.532751 [ 260 ] {25217ccd-1f79-4eb3-bb7f-74ab9178106a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11945 | 2025.07.15 21:14:04.533146 [ 260 ] {25217ccd-1f79-4eb3-bb7f-74ab9178106a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
11946 | 2025.07.15 21:14:04.533373 [ 260 ] {25217ccd-1f79-4eb3-bb7f-74ab9178106a} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11947 | 2025.07.15 21:14:04.533531 [ 260 ] {25217ccd-1f79-4eb3-bb7f-74ab9178106a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001789 sec., 118501.95640022359 rows/sec., 7.54 MiB/sec. | ||
11948 | 2025.07.15 21:14:04.533583 [ 260 ] {25217ccd-1f79-4eb3-bb7f-74ab9178106a} <Debug> TCPHandler: Processed in 0.002162926 sec. | ||
11949 | 2025.07.15 21:14:04.533718 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11950 | 2025.07.15 21:14:04.533821 [ 260 ] {3b1c838a-7176-49db-aa6d-11d29d9b9dd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
11951 | 2025.07.15 21:14:04.533866 [ 260 ] {3b1c838a-7176-49db-aa6d-11d29d9b9dd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11952 | 2025.07.15 21:14:04.534271 [ 260 ] {3b1c838a-7176-49db-aa6d-11d29d9b9dd3} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11953 | 2025.07.15 21:14:04.534306 [ 260 ] {3b1c838a-7176-49db-aa6d-11d29d9b9dd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11954 | 2025.07.15 21:14:04.534601 [ 260 ] {3b1c838a-7176-49db-aa6d-11d29d9b9dd3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11955 | 2025.07.15 21:14:04.534818 [ 260 ] {3b1c838a-7176-49db-aa6d-11d29d9b9dd3} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11956 | 2025.07.15 21:14:04.534950 [ 260 ] {3b1c838a-7176-49db-aa6d-11d29d9b9dd3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001152 sec., 1736.111111111111 rows/sec., 141.57 KiB/sec. | ||
11957 | 2025.07.15 21:14:04.534989 [ 260 ] {3b1c838a-7176-49db-aa6d-11d29d9b9dd3} <Debug> TCPHandler: Processed in 0.001323894 sec. | ||
11958 | 2025.07.15 21:14:04.535091 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11959 | 2025.07.15 21:14:04.535186 [ 260 ] {c9e6b8b6-cc48-4c97-ac3c-f55ce753e77e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11960 | 2025.07.15 21:14:04.535226 [ 260 ] {c9e6b8b6-cc48-4c97-ac3c-f55ce753e77e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11961 | 2025.07.15 21:14:04.536035 [ 260 ] {c9e6b8b6-cc48-4c97-ac3c-f55ce753e77e} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11962 | 2025.07.15 21:14:04.536071 [ 260 ] {c9e6b8b6-cc48-4c97-ac3c-f55ce753e77e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11963 | 2025.07.15 21:14:04.536409 [ 260 ] {c9e6b8b6-cc48-4c97-ac3c-f55ce753e77e} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
11964 | 2025.07.15 21:14:04.536613 [ 260 ] {c9e6b8b6-cc48-4c97-ac3c-f55ce753e77e} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11965 | 2025.07.15 21:14:04.536741 [ 260 ] {c9e6b8b6-cc48-4c97-ac3c-f55ce753e77e} <Debug> executeQuery: Read 682 rows, 55.46 KiB in 0.001575 sec., 433015.873015873 rows/sec., 34.39 MiB/sec. | ||
11966 | 2025.07.15 21:14:04.536777 [ 260 ] {c9e6b8b6-cc48-4c97-ac3c-f55ce753e77e} <Debug> TCPHandler: Processed in 0.001735594 sec. | ||
11967 | 2025.07.15 21:14:04.536891 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11968 | 2025.07.15 21:14:04.536984 [ 260 ] {20d1f6d2-3c5d-4cae-88b6-f1c38ff5bc75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11969 | 2025.07.15 21:14:04.537024 [ 260 ] {20d1f6d2-3c5d-4cae-88b6-f1c38ff5bc75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11970 | 2025.07.15 21:14:04.537484 [ 260 ] {20d1f6d2-3c5d-4cae-88b6-f1c38ff5bc75} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11971 | 2025.07.15 21:14:04.537520 [ 260 ] {20d1f6d2-3c5d-4cae-88b6-f1c38ff5bc75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11972 | 2025.07.15 21:14:04.537817 [ 260 ] {20d1f6d2-3c5d-4cae-88b6-f1c38ff5bc75} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
11973 | 2025.07.15 21:14:04.538027 [ 260 ] {20d1f6d2-3c5d-4cae-88b6-f1c38ff5bc75} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11974 | 2025.07.15 21:14:04.538152 [ 260 ] {20d1f6d2-3c5d-4cae-88b6-f1c38ff5bc75} <Debug> executeQuery: Read 140 rows, 8.93 KiB in 0.001186 sec., 118043.84485666105 rows/sec., 7.35 MiB/sec. | ||
11975 | 2025.07.15 21:14:04.538189 [ 260 ] {20d1f6d2-3c5d-4cae-88b6-f1c38ff5bc75} <Debug> TCPHandler: Processed in 0.001347745 sec. | ||
11976 | 2025.07.15 21:14:04.538302 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11977 | 2025.07.15 21:14:04.538395 [ 260 ] {066201d7-8f2c-4b38-aa0e-3db572c97924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
11978 | 2025.07.15 21:14:04.538435 [ 260 ] {066201d7-8f2c-4b38-aa0e-3db572c97924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11979 | 2025.07.15 21:14:04.538874 [ 260 ] {066201d7-8f2c-4b38-aa0e-3db572c97924} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11980 | 2025.07.15 21:14:04.538911 [ 260 ] {066201d7-8f2c-4b38-aa0e-3db572c97924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11981 | 2025.07.15 21:14:04.539213 [ 260 ] {066201d7-8f2c-4b38-aa0e-3db572c97924} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
11982 | 2025.07.15 21:14:04.539427 [ 260 ] {066201d7-8f2c-4b38-aa0e-3db572c97924} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11983 | 2025.07.15 21:14:04.539555 [ 260 ] {066201d7-8f2c-4b38-aa0e-3db572c97924} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001177 sec., 96006.79694137638 rows/sec., 6.21 MiB/sec. | ||
11984 | 2025.07.15 21:14:04.539592 [ 260 ] {066201d7-8f2c-4b38-aa0e-3db572c97924} <Debug> TCPHandler: Processed in 0.001339394 sec. | ||
11985 | 2025.07.15 21:14:04.539705 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11986 | 2025.07.15 21:14:04.539799 [ 260 ] {621d3428-e2bd-4984-b5a1-4ff6a85aa552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
11987 | 2025.07.15 21:14:04.539838 [ 260 ] {621d3428-e2bd-4984-b5a1-4ff6a85aa552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11988 | 2025.07.15 21:14:04.540280 [ 260 ] {621d3428-e2bd-4984-b5a1-4ff6a85aa552} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11989 | 2025.07.15 21:14:04.540316 [ 260 ] {621d3428-e2bd-4984-b5a1-4ff6a85aa552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11990 | 2025.07.15 21:14:04.540604 [ 260 ] {621d3428-e2bd-4984-b5a1-4ff6a85aa552} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
11991 | 2025.07.15 21:14:04.540817 [ 260 ] {621d3428-e2bd-4984-b5a1-4ff6a85aa552} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11992 | 2025.07.15 21:14:04.540942 [ 260 ] {621d3428-e2bd-4984-b5a1-4ff6a85aa552} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001161 sec., 96468.56158484066 rows/sec., 5.50 MiB/sec. | ||
11993 | 2025.07.15 21:14:04.540980 [ 260 ] {621d3428-e2bd-4984-b5a1-4ff6a85aa552} <Debug> TCPHandler: Processed in 0.001324804 sec. | ||
11994 | 2025.07.15 21:14:04.541093 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11995 | 2025.07.15 21:14:04.541186 [ 260 ] {6b6f99c7-a6c5-4ef8-87d1-581e4724ea93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11996 | 2025.07.15 21:14:04.541225 [ 260 ] {6b6f99c7-a6c5-4ef8-87d1-581e4724ea93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11997 | 2025.07.15 21:14:04.541851 [ 260 ] {6b6f99c7-a6c5-4ef8-87d1-581e4724ea93} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11998 | 2025.07.15 21:14:04.541888 [ 260 ] {6b6f99c7-a6c5-4ef8-87d1-581e4724ea93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
11999 | 2025.07.15 21:14:04.542211 [ 260 ] {6b6f99c7-a6c5-4ef8-87d1-581e4724ea93} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
12000 | 2025.07.15 21:14:04.542416 [ 260 ] {6b6f99c7-a6c5-4ef8-87d1-581e4724ea93} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12001 | 2025.07.15 21:14:04.542541 [ 260 ] {6b6f99c7-a6c5-4ef8-87d1-581e4724ea93} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.001373 sec., 302986.1616897305 rows/sec., 21.56 MiB/sec. | ||
12002 | 2025.07.15 21:14:04.542579 [ 260 ] {6b6f99c7-a6c5-4ef8-87d1-581e4724ea93} <Debug> TCPHandler: Processed in 0.001535439 sec. | ||
12003 | 2025.07.15 21:14:04.542692 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12004 | 2025.07.15 21:14:04.542785 [ 260 ] {981c596e-8b16-4bdd-a5d6-01a795a14ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
12005 | 2025.07.15 21:14:04.542826 [ 260 ] {981c596e-8b16-4bdd-a5d6-01a795a14ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12006 | 2025.07.15 21:14:04.543156 [ 260 ] {981c596e-8b16-4bdd-a5d6-01a795a14ef4} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12007 | 2025.07.15 21:14:04.543191 [ 260 ] {981c596e-8b16-4bdd-a5d6-01a795a14ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
12008 | 2025.07.15 21:14:04.543491 [ 260 ] {981c596e-8b16-4bdd-a5d6-01a795a14ef4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
12009 | 2025.07.15 21:14:04.543705 [ 260 ] {981c596e-8b16-4bdd-a5d6-01a795a14ef4} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12010 | 2025.07.15 21:14:04.543830 [ 260 ] {981c596e-8b16-4bdd-a5d6-01a795a14ef4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001063 sec., 5644.402634054563 rows/sec., 294.90 KiB/sec. | ||
12011 | 2025.07.15 21:14:04.543866 [ 260 ] {981c596e-8b16-4bdd-a5d6-01a795a14ef4} <Debug> TCPHandler: Processed in 0.001224072 sec. | ||
12012 | 2025.07.15 21:14:04.543975 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12013 | 2025.07.15 21:14:04.544067 [ 260 ] {a2c88e0f-9721-46fb-9784-1f0111f6c19f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12014 | 2025.07.15 21:14:04.544110 [ 260 ] {a2c88e0f-9721-46fb-9784-1f0111f6c19f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12015 | 2025.07.15 21:14:04.544535 [ 260 ] {a2c88e0f-9721-46fb-9784-1f0111f6c19f} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12016 | 2025.07.15 21:14:04.544570 [ 260 ] {a2c88e0f-9721-46fb-9784-1f0111f6c19f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
12017 | 2025.07.15 21:14:04.544897 [ 260 ] {a2c88e0f-9721-46fb-9784-1f0111f6c19f} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
12018 | 2025.07.15 21:14:04.545106 [ 260 ] {a2c88e0f-9721-46fb-9784-1f0111f6c19f} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12019 | 2025.07.15 21:14:04.545232 [ 260 ] {a2c88e0f-9721-46fb-9784-1f0111f6c19f} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001183 sec., 201183.4319526627 rows/sec., 13.49 MiB/sec. | ||
12020 | 2025.07.15 21:14:04.545268 [ 260 ] {a2c88e0f-9721-46fb-9784-1f0111f6c19f} <Debug> TCPHandler: Processed in 0.001341625 sec. | ||
12021 | 2025.07.15 21:14:04.545380 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12022 | 2025.07.15 21:14:04.545473 [ 260 ] {29fc8807-47e1-47f4-8b56-d819c69d8162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
12023 | 2025.07.15 21:14:04.545515 [ 260 ] {29fc8807-47e1-47f4-8b56-d819c69d8162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12024 | 2025.07.15 21:14:04.545822 [ 260 ] {29fc8807-47e1-47f4-8b56-d819c69d8162} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12025 | 2025.07.15 21:14:04.545856 [ 260 ] {29fc8807-47e1-47f4-8b56-d819c69d8162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
12026 | 2025.07.15 21:14:04.546148 [ 260 ] {29fc8807-47e1-47f4-8b56-d819c69d8162} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
12027 | 2025.07.15 21:14:04.546352 [ 260 ] {29fc8807-47e1-47f4-8b56-d819c69d8162} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12028 | 2025.07.15 21:14:04.546461 [ 146 ] {} <Debug> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
12029 | 2025.07.15 21:14:04.546478 [ 260 ] {29fc8807-47e1-47f4-8b56-d819c69d8162} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001024 sec., 976.5625 rows/sec., 65.80 KiB/sec. | ||
12030 | 2025.07.15 21:14:04.546530 [ 146 ] {} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12031 | 2025.07.15 21:14:04.546538 [ 260 ] {29fc8807-47e1-47f4-8b56-d819c69d8162} <Debug> TCPHandler: Processed in 0.001206991 sec. | ||
12032 | 2025.07.15 21:14:04.546563 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
12033 | 2025.07.15 21:14:04.546658 [ 196 ] {af4e8231-9cbc-478e-8e48-9276c869dada::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 | ||
12034 | 2025.07.15 21:14:04.546666 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12035 | 2025.07.15 21:14:04.546747 [ 196 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12036 | 2025.07.15 21:14:04.546772 [ 260 ] {72da466f-c914-4039-9e0c-1aa9b6cb50eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12037 | 2025.07.15 21:14:04.546773 [ 196 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part | ||
12038 | 2025.07.15 21:14:04.546827 [ 260 ] {72da466f-c914-4039-9e0c-1aa9b6cb50eb} <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 | ||
12039 | 2025.07.15 21:14:04.546837 [ 196 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
12040 | 2025.07.15 21:14:04.546879 [ 196 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
12041 | 2025.07.15 21:14:04.546918 [ 196 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
12042 | 2025.07.15 21:14:04.546954 [ 196 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
12043 | 2025.07.15 21:14:04.546993 [ 196 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
12044 | 2025.07.15 21:14:04.547687 [ 260 ] {72da466f-c914-4039-9e0c-1aa9b6cb50eb} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12045 | 2025.07.15 21:14:04.547722 [ 260 ] {72da466f-c914-4039-9e0c-1aa9b6cb50eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
12046 | 2025.07.15 21:14:04.547876 [ 189 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.001248132 sec., 28041.905824063477 rows/sec., 1.85 MiB/sec. | ||
12047 | 2025.07.15 21:14:04.548009 [ 196 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
12048 | 2025.07.15 21:14:04.548265 [ 260 ] {72da466f-c914-4039-9e0c-1aa9b6cb50eb} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
12049 | 2025.07.15 21:14:04.548268 [ 196 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_35_7} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12050 | 2025.07.15 21:14:04.548338 [ 196 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_35_7} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
12051 | 2025.07.15 21:14:04.548403 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
12052 | 2025.07.15 21:14:04.548491 [ 260 ] {72da466f-c914-4039-9e0c-1aa9b6cb50eb} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12053 | 2025.07.15 21:14:04.548626 [ 260 ] {72da466f-c914-4039-9e0c-1aa9b6cb50eb} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001872 sec., 17094.017094017094 rows/sec., 30.63 MiB/sec. | ||
12054 | 2025.07.15 21:14:04.548680 [ 260 ] {72da466f-c914-4039-9e0c-1aa9b6cb50eb} <Debug> TCPHandler: Processed in 0.002063693 sec. | ||
12055 | 2025.07.15 21:14:04.548798 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12056 | 2025.07.15 21:14:04.548893 [ 260 ] {d707c662-b266-49b6-8702-563939f5d108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12057 | 2025.07.15 21:14:04.548936 [ 260 ] {d707c662-b266-49b6-8702-563939f5d108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12058 | 2025.07.15 21:14:04.549271 [ 260 ] {d707c662-b266-49b6-8702-563939f5d108} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12059 | 2025.07.15 21:14:04.549306 [ 260 ] {d707c662-b266-49b6-8702-563939f5d108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
12060 | 2025.07.15 21:14:04.549616 [ 260 ] {d707c662-b266-49b6-8702-563939f5d108} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
12061 | 2025.07.15 21:14:04.549823 [ 260 ] {d707c662-b266-49b6-8702-563939f5d108} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12062 | 2025.07.15 21:14:04.549949 [ 260 ] {d707c662-b266-49b6-8702-563939f5d108} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001075 sec., 76279.06976744186 rows/sec., 4.84 MiB/sec. | ||
12063 | 2025.07.15 21:14:04.549984 [ 260 ] {d707c662-b266-49b6-8702-563939f5d108} <Debug> TCPHandler: Processed in 0.001236312 sec. | ||
12064 | 2025.07.15 21:14:05.703692 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853 | ||
12065 | 2025.07.15 21:14:05.704199 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12066 | 2025.07.15 21:14:05.704239 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
12067 | 2025.07.15 21:14:05.704710 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12068 | 2025.07.15 21:14:05.704939 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12069 | 2025.07.15 21:14:05.705066 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853 | ||
12070 | 2025.07.15 21:14:07.316233 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 | ||
12071 | 2025.07.15 21:14:07.332816 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12072 | 2025.07.15 21:14:07.332877 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
12073 | 2025.07.15 21:14:07.338497 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12074 | 2025.07.15 21:14:07.339205 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12075 | 2025.07.15 21:14:07.342185 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
12076 | 2025.07.15 21:14:09.525192 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12077 | 2025.07.15 21:14:09.525398 [ 260 ] {cb1ad6b3-000b-4455-83e1-944a2f8aec64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12078 | 2025.07.15 21:14:09.525474 [ 260 ] {cb1ad6b3-000b-4455-83e1-944a2f8aec64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12079 | 2025.07.15 21:14:09.526176 [ 260 ] {cb1ad6b3-000b-4455-83e1-944a2f8aec64} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12080 | 2025.07.15 21:14:09.526225 [ 260 ] {cb1ad6b3-000b-4455-83e1-944a2f8aec64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12081 | 2025.07.15 21:14:09.526622 [ 260 ] {cb1ad6b3-000b-4455-83e1-944a2f8aec64} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
12082 | 2025.07.15 21:14:09.526856 [ 260 ] {cb1ad6b3-000b-4455-83e1-944a2f8aec64} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12083 | 2025.07.15 21:14:09.527017 [ 260 ] {cb1ad6b3-000b-4455-83e1-944a2f8aec64} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001675 sec., 44179.10447761194 rows/sec., 3.59 MiB/sec. | ||
12084 | 2025.07.15 21:14:09.527070 [ 260 ] {cb1ad6b3-000b-4455-83e1-944a2f8aec64} <Debug> TCPHandler: Processed in 0.002018322 sec. | ||
12085 | 2025.07.15 21:14:09.527202 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12086 | 2025.07.15 21:14:09.527299 [ 260 ] {4a94f6e3-8635-47c8-ba18-dcaed1b996e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12087 | 2025.07.15 21:14:09.527343 [ 260 ] {4a94f6e3-8635-47c8-ba18-dcaed1b996e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12088 | 2025.07.15 21:14:09.527756 [ 260 ] {4a94f6e3-8635-47c8-ba18-dcaed1b996e3} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12089 | 2025.07.15 21:14:09.527794 [ 260 ] {4a94f6e3-8635-47c8-ba18-dcaed1b996e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12090 | 2025.07.15 21:14:09.528109 [ 260 ] {4a94f6e3-8635-47c8-ba18-dcaed1b996e3} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
12091 | 2025.07.15 21:14:09.528320 [ 260 ] {4a94f6e3-8635-47c8-ba18-dcaed1b996e3} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12092 | 2025.07.15 21:14:09.528452 [ 260 ] {4a94f6e3-8635-47c8-ba18-dcaed1b996e3} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001172 sec., 7679.180887372013 rows/sec., 577.44 KiB/sec. | ||
12093 | 2025.07.15 21:14:09.528489 [ 260 ] {4a94f6e3-8635-47c8-ba18-dcaed1b996e3} <Debug> TCPHandler: Processed in 0.001341755 sec. | ||
12094 | 2025.07.15 21:14:09.528600 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12095 | 2025.07.15 21:14:09.528694 [ 260 ] {3c809010-2e8a-4ec5-bb20-5bf57c37f904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12096 | 2025.07.15 21:14:09.528734 [ 260 ] {3c809010-2e8a-4ec5-bb20-5bf57c37f904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12097 | 2025.07.15 21:14:09.529141 [ 260 ] {3c809010-2e8a-4ec5-bb20-5bf57c37f904} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12098 | 2025.07.15 21:14:09.529175 [ 260 ] {3c809010-2e8a-4ec5-bb20-5bf57c37f904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12099 | 2025.07.15 21:14:09.529488 [ 260 ] {3c809010-2e8a-4ec5-bb20-5bf57c37f904} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
12100 | 2025.07.15 21:14:09.529695 [ 260 ] {3c809010-2e8a-4ec5-bb20-5bf57c37f904} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12101 | 2025.07.15 21:14:09.529822 [ 260 ] {3c809010-2e8a-4ec5-bb20-5bf57c37f904} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001147 sec., 63644.28945074106 rows/sec., 4.97 MiB/sec. | ||
12102 | 2025.07.15 21:14:09.529860 [ 260 ] {3c809010-2e8a-4ec5-bb20-5bf57c37f904} <Debug> TCPHandler: Processed in 0.001308863 sec. | ||
12103 | 2025.07.15 21:14:09.529971 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12104 | 2025.07.15 21:14:09.530065 [ 260 ] {af22a09e-a909-45fb-9c4b-bfd3ea78e851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12105 | 2025.07.15 21:14:09.530108 [ 260 ] {af22a09e-a909-45fb-9c4b-bfd3ea78e851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12106 | 2025.07.15 21:14:09.530520 [ 260 ] {af22a09e-a909-45fb-9c4b-bfd3ea78e851} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12107 | 2025.07.15 21:14:09.530555 [ 260 ] {af22a09e-a909-45fb-9c4b-bfd3ea78e851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12108 | 2025.07.15 21:14:09.530881 [ 260 ] {af22a09e-a909-45fb-9c4b-bfd3ea78e851} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
12109 | 2025.07.15 21:14:09.531089 [ 260 ] {af22a09e-a909-45fb-9c4b-bfd3ea78e851} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12110 | 2025.07.15 21:14:09.531216 [ 260 ] {af22a09e-a909-45fb-9c4b-bfd3ea78e851} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. | ||
12111 | 2025.07.15 21:14:09.531253 [ 260 ] {af22a09e-a909-45fb-9c4b-bfd3ea78e851} <Debug> TCPHandler: Processed in 0.001331154 sec. | ||
12112 | 2025.07.15 21:14:09.531381 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12113 | 2025.07.15 21:14:09.531474 [ 260 ] {0cf8cc0a-5c5a-43e5-a296-da9412f55a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12114 | 2025.07.15 21:14:09.531528 [ 260 ] {0cf8cc0a-5c5a-43e5-a296-da9412f55a32} <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 | ||
12115 | 2025.07.15 21:14:09.532304 [ 260 ] {0cf8cc0a-5c5a-43e5-a296-da9412f55a32} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12116 | 2025.07.15 21:14:09.532340 [ 260 ] {0cf8cc0a-5c5a-43e5-a296-da9412f55a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12117 | 2025.07.15 21:14:09.532846 [ 260 ] {0cf8cc0a-5c5a-43e5-a296-da9412f55a32} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
12118 | 2025.07.15 21:14:09.533071 [ 260 ] {0cf8cc0a-5c5a-43e5-a296-da9412f55a32} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12119 | 2025.07.15 21:14:09.533205 [ 260 ] {0cf8cc0a-5c5a-43e5-a296-da9412f55a32} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00175 sec., 5142.857142857143 rows/sec., 9.22 MiB/sec. | ||
12120 | 2025.07.15 21:14:09.533259 [ 260 ] {0cf8cc0a-5c5a-43e5-a296-da9412f55a32} <Debug> TCPHandler: Processed in 0.00192793 sec. | ||
12121 | 2025.07.15 21:14:09.533378 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12122 | 2025.07.15 21:14:09.533471 [ 260 ] {1f2edd7b-e174-40ce-b6fb-051058164895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12123 | 2025.07.15 21:14:09.533513 [ 260 ] {1f2edd7b-e174-40ce-b6fb-051058164895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12124 | 2025.07.15 21:14:09.533865 [ 260 ] {1f2edd7b-e174-40ce-b6fb-051058164895} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12125 | 2025.07.15 21:14:09.533900 [ 260 ] {1f2edd7b-e174-40ce-b6fb-051058164895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12126 | 2025.07.15 21:14:09.534198 [ 260 ] {1f2edd7b-e174-40ce-b6fb-051058164895} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
12127 | 2025.07.15 21:14:09.534412 [ 260 ] {1f2edd7b-e174-40ce-b6fb-051058164895} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12128 | 2025.07.15 21:14:09.534538 [ 260 ] {1f2edd7b-e174-40ce-b6fb-051058164895} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. | ||
12129 | 2025.07.15 21:14:09.534573 [ 260 ] {1f2edd7b-e174-40ce-b6fb-051058164895} <Debug> TCPHandler: Processed in 0.001245742 sec. | ||
12130 | 2025.07.15 21:14:12.978420 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12131 | 2025.07.15 21:14:12.978493 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12132 | 2025.07.15 21:14:13.206164 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341 | ||
12133 | 2025.07.15 21:14:13.206682 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12134 | 2025.07.15 21:14:13.206730 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12135 | 2025.07.15 21:14:13.207211 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12136 | 2025.07.15 21:14:13.207448 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12137 | 2025.07.15 21:14:13.207580 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
12138 | 2025.07.15 21:14:13.281153 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1692 | ||
12139 | 2025.07.15 21:14:13.283565 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12140 | 2025.07.15 21:14:13.283613 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12141 | 2025.07.15 21:14:13.284829 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
12142 | 2025.07.15 21:14:13.285109 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12143 | 2025.07.15 21:14:13.285391 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1692 | ||
12144 | 2025.07.15 21:14:14.001287 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000906904 sec. | ||
12145 | 2025.07.15 21:14:14.531685 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12146 | 2025.07.15 21:14:14.531937 [ 260 ] {c55011ab-cdf8-4447-9689-59e20152b9a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
12147 | 2025.07.15 21:14:14.532026 [ 260 ] {c55011ab-cdf8-4447-9689-59e20152b9a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
12148 | 2025.07.15 21:14:14.532747 [ 260 ] {c55011ab-cdf8-4447-9689-59e20152b9a4} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12149 | 2025.07.15 21:14:14.532790 [ 260 ] {c55011ab-cdf8-4447-9689-59e20152b9a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12150 | 2025.07.15 21:14:14.533194 [ 260 ] {c55011ab-cdf8-4447-9689-59e20152b9a4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
12151 | 2025.07.15 21:14:14.533428 [ 260 ] {c55011ab-cdf8-4447-9689-59e20152b9a4} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12152 | 2025.07.15 21:14:14.533584 [ 260 ] {c55011ab-cdf8-4447-9689-59e20152b9a4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001719 sec., 123327.51599767306 rows/sec., 7.84 MiB/sec. | ||
12153 | 2025.07.15 21:14:14.533626 [ 260 ] {c55011ab-cdf8-4447-9689-59e20152b9a4} <Debug> TCPHandler: Processed in 0.002106914 sec. | ||
12154 | 2025.07.15 21:14:14.533743 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12155 | 2025.07.15 21:14:14.533837 [ 260 ] {b0dc520d-0c5c-4c42-9e13-4f00d457b2a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12156 | 2025.07.15 21:14:14.533879 [ 260 ] {b0dc520d-0c5c-4c42-9e13-4f00d457b2a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12157 | 2025.07.15 21:14:14.534652 [ 260 ] {b0dc520d-0c5c-4c42-9e13-4f00d457b2a1} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12158 | 2025.07.15 21:14:14.534690 [ 260 ] {b0dc520d-0c5c-4c42-9e13-4f00d457b2a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12159 | 2025.07.15 21:14:14.535051 [ 260 ] {b0dc520d-0c5c-4c42-9e13-4f00d457b2a1} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
12160 | 2025.07.15 21:14:14.535267 [ 260 ] {b0dc520d-0c5c-4c42-9e13-4f00d457b2a1} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12161 | 2025.07.15 21:14:14.535397 [ 260 ] {b0dc520d-0c5c-4c42-9e13-4f00d457b2a1} <Debug> executeQuery: Read 681 rows, 55.38 KiB in 0.001578 sec., 431558.9353612167 rows/sec., 34.28 MiB/sec. | ||
12162 | 2025.07.15 21:14:14.535434 [ 260 ] {b0dc520d-0c5c-4c42-9e13-4f00d457b2a1} <Debug> TCPHandler: Processed in 0.001741715 sec. | ||
12163 | 2025.07.15 21:14:14.535559 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12164 | 2025.07.15 21:14:14.535654 [ 260 ] {abc8cf72-8fd2-47a0-b980-5862fe8d5043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12165 | 2025.07.15 21:14:14.535694 [ 260 ] {abc8cf72-8fd2-47a0-b980-5862fe8d5043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12166 | 2025.07.15 21:14:14.536134 [ 260 ] {abc8cf72-8fd2-47a0-b980-5862fe8d5043} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12167 | 2025.07.15 21:14:14.536170 [ 260 ] {abc8cf72-8fd2-47a0-b980-5862fe8d5043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12168 | 2025.07.15 21:14:14.536480 [ 260 ] {abc8cf72-8fd2-47a0-b980-5862fe8d5043} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
12169 | 2025.07.15 21:14:14.536712 [ 260 ] {abc8cf72-8fd2-47a0-b980-5862fe8d5043} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12170 | 2025.07.15 21:14:14.536847 [ 260 ] {abc8cf72-8fd2-47a0-b980-5862fe8d5043} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001212 sec., 113861.38613861386 rows/sec., 7.08 MiB/sec. | ||
12171 | 2025.07.15 21:14:14.536886 [ 260 ] {abc8cf72-8fd2-47a0-b980-5862fe8d5043} <Debug> TCPHandler: Processed in 0.001376556 sec. | ||
12172 | 2025.07.15 21:14:14.536998 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12173 | 2025.07.15 21:14:14.537091 [ 260 ] {92b88271-cc9a-435d-91e5-559a869efdef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
12174 | 2025.07.15 21:14:14.537131 [ 260 ] {92b88271-cc9a-435d-91e5-559a869efdef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12175 | 2025.07.15 21:14:14.537545 [ 260 ] {92b88271-cc9a-435d-91e5-559a869efdef} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12176 | 2025.07.15 21:14:14.537580 [ 260 ] {92b88271-cc9a-435d-91e5-559a869efdef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12177 | 2025.07.15 21:14:14.537888 [ 260 ] {92b88271-cc9a-435d-91e5-559a869efdef} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
12178 | 2025.07.15 21:14:14.538108 [ 260 ] {92b88271-cc9a-435d-91e5-559a869efdef} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12179 | 2025.07.15 21:14:14.538235 [ 260 ] {92b88271-cc9a-435d-91e5-559a869efdef} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001162 sec., 97246.12736660929 rows/sec., 6.29 MiB/sec. | ||
12180 | 2025.07.15 21:14:14.538273 [ 260 ] {92b88271-cc9a-435d-91e5-559a869efdef} <Debug> TCPHandler: Processed in 0.001324554 sec. | ||
12181 | 2025.07.15 21:14:14.538382 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12182 | 2025.07.15 21:14:14.538474 [ 260 ] {9edcf547-b13e-47f2-bf86-f9061da537d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
12183 | 2025.07.15 21:14:14.538513 [ 260 ] {9edcf547-b13e-47f2-bf86-f9061da537d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12184 | 2025.07.15 21:14:14.538921 [ 260 ] {9edcf547-b13e-47f2-bf86-f9061da537d1} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12185 | 2025.07.15 21:14:14.538957 [ 260 ] {9edcf547-b13e-47f2-bf86-f9061da537d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12186 | 2025.07.15 21:14:14.539251 [ 260 ] {9edcf547-b13e-47f2-bf86-f9061da537d1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
12187 | 2025.07.15 21:14:14.539463 [ 260 ] {9edcf547-b13e-47f2-bf86-f9061da537d1} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12188 | 2025.07.15 21:14:14.539590 [ 260 ] {9edcf547-b13e-47f2-bf86-f9061da537d1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001134 sec., 98765.43209876544 rows/sec., 5.63 MiB/sec. | ||
12189 | 2025.07.15 21:14:14.539627 [ 260 ] {9edcf547-b13e-47f2-bf86-f9061da537d1} <Debug> TCPHandler: Processed in 0.001294303 sec. | ||
12190 | 2025.07.15 21:14:14.539736 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12191 | 2025.07.15 21:14:14.539828 [ 260 ] {5da60cbe-8672-490a-8695-90afc09424d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12192 | 2025.07.15 21:14:14.539868 [ 260 ] {5da60cbe-8672-490a-8695-90afc09424d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12193 | 2025.07.15 21:14:14.540416 [ 260 ] {5da60cbe-8672-490a-8695-90afc09424d1} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12194 | 2025.07.15 21:14:14.540452 [ 260 ] {5da60cbe-8672-490a-8695-90afc09424d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12195 | 2025.07.15 21:14:14.540775 [ 260 ] {5da60cbe-8672-490a-8695-90afc09424d1} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
12196 | 2025.07.15 21:14:14.540991 [ 260 ] {5da60cbe-8672-490a-8695-90afc09424d1} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12197 | 2025.07.15 21:14:14.541118 [ 260 ] {5da60cbe-8672-490a-8695-90afc09424d1} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001308 sec., 316513.76146788994 rows/sec., 22.51 MiB/sec. | ||
12198 | 2025.07.15 21:14:14.541154 [ 260 ] {5da60cbe-8672-490a-8695-90afc09424d1} <Debug> TCPHandler: Processed in 0.001467358 sec. | ||
12199 | 2025.07.15 21:14:14.541265 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12200 | 2025.07.15 21:14:14.541357 [ 260 ] {41b30bf4-8ad4-4e13-892e-4d05297c3841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
12201 | 2025.07.15 21:14:14.541398 [ 260 ] {41b30bf4-8ad4-4e13-892e-4d05297c3841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12202 | 2025.07.15 21:14:14.541730 [ 260 ] {41b30bf4-8ad4-4e13-892e-4d05297c3841} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12203 | 2025.07.15 21:14:14.541764 [ 260 ] {41b30bf4-8ad4-4e13-892e-4d05297c3841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12204 | 2025.07.15 21:14:14.542065 [ 260 ] {41b30bf4-8ad4-4e13-892e-4d05297c3841} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
12205 | 2025.07.15 21:14:14.542276 [ 260 ] {41b30bf4-8ad4-4e13-892e-4d05297c3841} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12206 | 2025.07.15 21:14:14.542372 [ 132 ] {} <Debug> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
12207 | 2025.07.15 21:14:14.542401 [ 260 ] {41b30bf4-8ad4-4e13-892e-4d05297c3841} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001063 sec., 5644.402634054563 rows/sec., 294.90 KiB/sec. | ||
12208 | 2025.07.15 21:14:14.542411 [ 132 ] {} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12209 | 2025.07.15 21:14:14.542433 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12210 | 2025.07.15 21:14:14.542438 [ 260 ] {41b30bf4-8ad4-4e13-892e-4d05297c3841} <Debug> TCPHandler: Processed in 0.001222442 sec. | ||
12211 | 2025.07.15 21:14:14.542552 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12212 | 2025.07.15 21:14:14.542552 [ 190 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::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 | ||
12213 | 2025.07.15 21:14:14.542647 [ 260 ] {14cb4211-1a21-4fd3-887c-48af42258bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12214 | 2025.07.15 21:14:14.542693 [ 260 ] {14cb4211-1a21-4fd3-887c-48af42258bf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12215 | 2025.07.15 21:14:14.542709 [ 190 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12216 | 2025.07.15 21:14:14.542748 [ 190 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
12217 | 2025.07.15 21:14:14.542810 [ 190 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
12218 | 2025.07.15 21:14:14.542863 [ 190 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
12219 | 2025.07.15 21:14:14.542916 [ 190 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
12220 | 2025.07.15 21:14:14.542965 [ 190 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
12221 | 2025.07.15 21:14:14.543003 [ 190 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
12222 | 2025.07.15 21:14:14.543135 [ 260 ] {14cb4211-1a21-4fd3-887c-48af42258bf8} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12223 | 2025.07.15 21:14:14.543177 [ 260 ] {14cb4211-1a21-4fd3-887c-48af42258bf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12224 | 2025.07.15 21:14:14.543537 [ 260 ] {14cb4211-1a21-4fd3-887c-48af42258bf8} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
12225 | 2025.07.15 21:14:14.543765 [ 260 ] {14cb4211-1a21-4fd3-887c-48af42258bf8} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12226 | 2025.07.15 21:14:14.543794 [ 196 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.001297854 sec., 166428.5813350346 rows/sec., 8.49 MiB/sec. | ||
12227 | 2025.07.15 21:14:14.543894 [ 260 ] {14cb4211-1a21-4fd3-887c-48af42258bf8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001265 sec., 187351.77865612647 rows/sec., 12.56 MiB/sec. | ||
12228 | 2025.07.15 21:14:14.543932 [ 260 ] {14cb4211-1a21-4fd3-887c-48af42258bf8} <Debug> TCPHandler: Processed in 0.001428537 sec. | ||
12229 | 2025.07.15 21:14:14.544002 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
12230 | 2025.07.15 21:14:14.544052 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12231 | 2025.07.15 21:14:14.544150 [ 260 ] {ba8a3acc-0ee6-40cd-91ad-4fab10238c3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
12232 | 2025.07.15 21:14:14.544193 [ 260 ] {ba8a3acc-0ee6-40cd-91ad-4fab10238c3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12233 | 2025.07.15 21:14:14.544350 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_36_7} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12234 | 2025.07.15 21:14:14.544439 [ 189 ] {ab61f124-6668-4421-b4c3-18726da8dcdf::all_1_36_7} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
12235 | 2025.07.15 21:14:14.544504 [ 260 ] {ba8a3acc-0ee6-40cd-91ad-4fab10238c3e} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12236 | 2025.07.15 21:14:14.544543 [ 260 ] {ba8a3acc-0ee6-40cd-91ad-4fab10238c3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12237 | 2025.07.15 21:14:14.544552 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
12238 | 2025.07.15 21:14:14.544849 [ 260 ] {ba8a3acc-0ee6-40cd-91ad-4fab10238c3e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
12239 | 2025.07.15 21:14:14.545067 [ 260 ] {ba8a3acc-0ee6-40cd-91ad-4fab10238c3e} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12240 | 2025.07.15 21:14:14.545196 [ 260 ] {ba8a3acc-0ee6-40cd-91ad-4fab10238c3e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001064 sec., 939.8496240601503 rows/sec., 63.33 KiB/sec. | ||
12241 | 2025.07.15 21:14:14.545230 [ 260 ] {ba8a3acc-0ee6-40cd-91ad-4fab10238c3e} <Debug> TCPHandler: Processed in 0.001227932 sec. | ||
12242 | 2025.07.15 21:14:14.545337 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12243 | 2025.07.15 21:14:14.545435 [ 260 ] {24d93be8-30c3-439d-85e2-342aa9b217eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12244 | 2025.07.15 21:14:14.545492 [ 260 ] {24d93be8-30c3-439d-85e2-342aa9b217eb} <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 | ||
12245 | 2025.07.15 21:14:14.546343 [ 260 ] {24d93be8-30c3-439d-85e2-342aa9b217eb} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12246 | 2025.07.15 21:14:14.546377 [ 260 ] {24d93be8-30c3-439d-85e2-342aa9b217eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12247 | 2025.07.15 21:14:14.546945 [ 260 ] {24d93be8-30c3-439d-85e2-342aa9b217eb} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
12248 | 2025.07.15 21:14:14.547185 [ 260 ] {24d93be8-30c3-439d-85e2-342aa9b217eb} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12249 | 2025.07.15 21:14:14.547326 [ 260 ] {24d93be8-30c3-439d-85e2-342aa9b217eb} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001911 sec., 16745.15960230246 rows/sec., 30.01 MiB/sec. | ||
12250 | 2025.07.15 21:14:14.547390 [ 260 ] {24d93be8-30c3-439d-85e2-342aa9b217eb} <Debug> TCPHandler: Processed in 0.002102865 sec. | ||
12251 | 2025.07.15 21:14:14.547503 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12252 | 2025.07.15 21:14:14.547598 [ 260 ] {f7d5609e-5cf0-4ac9-ade5-abc57fcdc1d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12253 | 2025.07.15 21:14:14.547639 [ 260 ] {f7d5609e-5cf0-4ac9-ade5-abc57fcdc1d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12254 | 2025.07.15 21:14:14.548017 [ 260 ] {f7d5609e-5cf0-4ac9-ade5-abc57fcdc1d6} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12255 | 2025.07.15 21:14:14.548054 [ 260 ] {f7d5609e-5cf0-4ac9-ade5-abc57fcdc1d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12256 | 2025.07.15 21:14:14.548390 [ 260 ] {f7d5609e-5cf0-4ac9-ade5-abc57fcdc1d6} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
12257 | 2025.07.15 21:14:14.548607 [ 260 ] {f7d5609e-5cf0-4ac9-ade5-abc57fcdc1d6} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12258 | 2025.07.15 21:14:14.548747 [ 260 ] {f7d5609e-5cf0-4ac9-ade5-abc57fcdc1d6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001167 sec., 70265.63838903171 rows/sec., 4.46 MiB/sec. | ||
12259 | 2025.07.15 21:14:14.548805 [ 260 ] {f7d5609e-5cf0-4ac9-ade5-abc57fcdc1d6} <Debug> TCPHandler: Processed in 0.001334325 sec. | ||
12260 | 2025.07.15 21:14:14.842280 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 | ||
12261 | 2025.07.15 21:14:14.858954 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12262 | 2025.07.15 21:14:14.859013 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12263 | 2025.07.15 21:14:14.865040 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12264 | 2025.07.15 21:14:14.865753 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12265 | 2025.07.15 21:14:14.868672 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 482 | ||
12266 | 2025.07.15 21:14:15.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 327.70 MiB, peak 341.07 MiB, free memory in arenas 0.00 B, will set to 326.37 MiB (RSS), difference: -1.33 MiB | ||
12267 | 2025.07.15 21:14:19.554023 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12268 | 2025.07.15 21:14:19.554230 [ 260 ] {443d26c8-8b63-4b38-9284-2064f663fd8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
12269 | 2025.07.15 21:14:19.554304 [ 260 ] {443d26c8-8b63-4b38-9284-2064f663fd8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12270 | 2025.07.15 21:14:19.555002 [ 260 ] {443d26c8-8b63-4b38-9284-2064f663fd8f} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12271 | 2025.07.15 21:14:19.555054 [ 260 ] {443d26c8-8b63-4b38-9284-2064f663fd8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12272 | 2025.07.15 21:14:19.555441 [ 260 ] {443d26c8-8b63-4b38-9284-2064f663fd8f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
12273 | 2025.07.15 21:14:19.555657 [ 260 ] {443d26c8-8b63-4b38-9284-2064f663fd8f} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12274 | 2025.07.15 21:14:19.555814 [ 260 ] {443d26c8-8b63-4b38-9284-2064f663fd8f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001635 sec., 2446.483180428135 rows/sec., 199.49 KiB/sec. | ||
12275 | 2025.07.15 21:14:19.555855 [ 260 ] {443d26c8-8b63-4b38-9284-2064f663fd8f} <Debug> TCPHandler: Processed in 0.001966261 sec. | ||
12276 | 2025.07.15 21:14:19.555985 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12277 | 2025.07.15 21:14:19.556081 [ 260 ] {391054d6-7112-4d41-a9e9-abf090a548e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12278 | 2025.07.15 21:14:19.556121 [ 260 ] {391054d6-7112-4d41-a9e9-abf090a548e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12279 | 2025.07.15 21:14:19.557431 [ 260 ] {391054d6-7112-4d41-a9e9-abf090a548e9} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12280 | 2025.07.15 21:14:19.557468 [ 260 ] {391054d6-7112-4d41-a9e9-abf090a548e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12281 | 2025.07.15 21:14:19.557844 [ 260 ] {391054d6-7112-4d41-a9e9-abf090a548e9} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
12282 | 2025.07.15 21:14:19.558046 [ 260 ] {391054d6-7112-4d41-a9e9-abf090a548e9} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12283 | 2025.07.15 21:14:19.558177 [ 260 ] {391054d6-7112-4d41-a9e9-abf090a548e9} <Debug> executeQuery: Read 1216 rows, 102.43 KiB in 0.002113 sec., 575485.0922858495 rows/sec., 47.34 MiB/sec. | ||
12284 | 2025.07.15 21:14:19.558216 [ 260 ] {391054d6-7112-4d41-a9e9-abf090a548e9} <Debug> TCPHandler: Processed in 0.002279609 sec. | ||
12285 | 2025.07.15 21:14:19.558331 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12286 | 2025.07.15 21:14:19.558426 [ 260 ] {27ee5edb-dded-4093-9cb8-dad9e4b7d75d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12287 | 2025.07.15 21:14:19.558467 [ 260 ] {27ee5edb-dded-4093-9cb8-dad9e4b7d75d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12288 | 2025.07.15 21:14:19.558878 [ 260 ] {27ee5edb-dded-4093-9cb8-dad9e4b7d75d} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12289 | 2025.07.15 21:14:19.558915 [ 260 ] {27ee5edb-dded-4093-9cb8-dad9e4b7d75d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12290 | 2025.07.15 21:14:19.559206 [ 260 ] {27ee5edb-dded-4093-9cb8-dad9e4b7d75d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
12291 | 2025.07.15 21:14:19.559408 [ 260 ] {27ee5edb-dded-4093-9cb8-dad9e4b7d75d} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12292 | 2025.07.15 21:14:19.559529 [ 130 ] {} <Debug> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
12293 | 2025.07.15 21:14:19.559540 [ 260 ] {27ee5edb-dded-4093-9cb8-dad9e4b7d75d} <Debug> executeQuery: Read 13 rows, 979.00 B in 0.00113 sec., 11504.424778761062 rows/sec., 846.07 KiB/sec. | ||
12294 | 2025.07.15 21:14:19.559604 [ 130 ] {} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12295 | 2025.07.15 21:14:19.559619 [ 260 ] {27ee5edb-dded-4093-9cb8-dad9e4b7d75d} <Debug> TCPHandler: Processed in 0.001335094 sec. | ||
12296 | 2025.07.15 21:14:19.559630 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12297 | 2025.07.15 21:14:19.559733 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12298 | 2025.07.15 21:14:19.559749 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::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 | ||
12299 | 2025.07.15 21:14:19.559830 [ 260 ] {bf6e996e-fe38-48f1-a920-70f516f1d9fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
12300 | 2025.07.15 21:14:19.559874 [ 260 ] {bf6e996e-fe38-48f1-a920-70f516f1d9fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12301 | 2025.07.15 21:14:19.559884 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12302 | 2025.07.15 21:14:19.559928 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 167 rows starting from the beginning of the part | ||
12303 | 2025.07.15 21:14:19.560001 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 9 rows starting from the beginning of the part | ||
12304 | 2025.07.15 21:14:19.560052 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 140 rows starting from the beginning of the part | ||
12305 | 2025.07.15 21:14:19.560099 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 9 rows starting from the beginning of the part | ||
12306 | 2025.07.15 21:14:19.560143 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 138 rows starting from the beginning of the part | ||
12307 | 2025.07.15 21:14:19.560184 [ 190 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 13 rows starting from the beginning of the part | ||
12308 | 2025.07.15 21:14:19.560438 [ 260 ] {bf6e996e-fe38-48f1-a920-70f516f1d9fb} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12309 | 2025.07.15 21:14:19.560477 [ 260 ] {bf6e996e-fe38-48f1-a920-70f516f1d9fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12310 | 2025.07.15 21:14:19.560808 [ 260 ] {bf6e996e-fe38-48f1-a920-70f516f1d9fb} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
12311 | 2025.07.15 21:14:19.561010 [ 196 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 476 rows, containing 5 columns (5 merged, 0 gathered) in 0.001311894 sec., 362834.19239664177 rows/sec., 24.38 MiB/sec. | ||
12312 | 2025.07.15 21:14:19.561018 [ 260 ] {bf6e996e-fe38-48f1-a920-70f516f1d9fb} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12313 | 2025.07.15 21:14:19.561156 [ 260 ] {bf6e996e-fe38-48f1-a920-70f516f1d9fb} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001343 sec., 169769.17349218167 rows/sec., 11.50 MiB/sec. | ||
12314 | 2025.07.15 21:14:19.561195 [ 260 ] {bf6e996e-fe38-48f1-a920-70f516f1d9fb} <Debug> TCPHandler: Processed in 0.001511179 sec. | ||
12315 | 2025.07.15 21:14:19.561203 [ 193 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
12316 | 2025.07.15 21:14:19.561317 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12317 | 2025.07.15 21:14:19.561417 [ 260 ] {efe1fc3a-e145-4310-a3ee-5d01ecd2bbaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12318 | 2025.07.15 21:14:19.561460 [ 260 ] {efe1fc3a-e145-4310-a3ee-5d01ecd2bbaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12319 | 2025.07.15 21:14:19.561540 [ 193 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_86_17} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12320 | 2025.07.15 21:14:19.561631 [ 193 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_86_17} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
12321 | 2025.07.15 21:14:19.561749 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
12322 | 2025.07.15 21:14:19.562166 [ 260 ] {efe1fc3a-e145-4310-a3ee-5d01ecd2bbaf} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12323 | 2025.07.15 21:14:19.562205 [ 260 ] {efe1fc3a-e145-4310-a3ee-5d01ecd2bbaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12324 | 2025.07.15 21:14:19.562531 [ 260 ] {efe1fc3a-e145-4310-a3ee-5d01ecd2bbaf} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
12325 | 2025.07.15 21:14:19.562737 [ 260 ] {efe1fc3a-e145-4310-a3ee-5d01ecd2bbaf} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12326 | 2025.07.15 21:14:19.562869 [ 260 ] {efe1fc3a-e145-4310-a3ee-5d01ecd2bbaf} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.001468 sec., 363079.0190735695 rows/sec., 26.91 MiB/sec. | ||
12327 | 2025.07.15 21:14:19.562916 [ 260 ] {efe1fc3a-e145-4310-a3ee-5d01ecd2bbaf} <Debug> TCPHandler: Processed in 0.001648182 sec. | ||
12328 | 2025.07.15 21:14:19.563039 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12329 | 2025.07.15 21:14:19.563132 [ 260 ] {27e4dcef-3fef-400d-bcec-b58a22b80634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12330 | 2025.07.15 21:14:19.563176 [ 260 ] {27e4dcef-3fef-400d-bcec-b58a22b80634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12331 | 2025.07.15 21:14:19.563858 [ 260 ] {27e4dcef-3fef-400d-bcec-b58a22b80634} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12332 | 2025.07.15 21:14:19.563894 [ 260 ] {27e4dcef-3fef-400d-bcec-b58a22b80634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12333 | 2025.07.15 21:14:19.564265 [ 260 ] {27e4dcef-3fef-400d-bcec-b58a22b80634} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
12334 | 2025.07.15 21:14:19.564472 [ 260 ] {27e4dcef-3fef-400d-bcec-b58a22b80634} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12335 | 2025.07.15 21:14:19.564602 [ 260 ] {27e4dcef-3fef-400d-bcec-b58a22b80634} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.001486 sec., 593539.7039030956 rows/sec., 39.94 MiB/sec. | ||
12336 | 2025.07.15 21:14:19.564641 [ 260 ] {27e4dcef-3fef-400d-bcec-b58a22b80634} <Debug> TCPHandler: Processed in 0.001651213 sec. | ||
12337 | 2025.07.15 21:14:19.564752 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12338 | 2025.07.15 21:14:19.564846 [ 260 ] {c5c18831-cdd9-4837-8e22-c98dfd550576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12339 | 2025.07.15 21:14:19.564901 [ 260 ] {c5c18831-cdd9-4837-8e22-c98dfd550576} <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 | ||
12340 | 2025.07.15 21:14:19.565658 [ 260 ] {c5c18831-cdd9-4837-8e22-c98dfd550576} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12341 | 2025.07.15 21:14:19.565693 [ 260 ] {c5c18831-cdd9-4837-8e22-c98dfd550576} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12342 | 2025.07.15 21:14:19.566192 [ 260 ] {c5c18831-cdd9-4837-8e22-c98dfd550576} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
12343 | 2025.07.15 21:14:19.566420 [ 260 ] {c5c18831-cdd9-4837-8e22-c98dfd550576} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12344 | 2025.07.15 21:14:19.566568 [ 260 ] {c5c18831-cdd9-4837-8e22-c98dfd550576} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001738 sec., 5178.3659378596085 rows/sec., 9.28 MiB/sec. | ||
12345 | 2025.07.15 21:14:19.566624 [ 260 ] {c5c18831-cdd9-4837-8e22-c98dfd550576} <Debug> TCPHandler: Processed in 0.00192019 sec. | ||
12346 | 2025.07.15 21:14:19.566739 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12347 | 2025.07.15 21:14:19.566833 [ 260 ] {2313f78e-6b89-4ec0-8c3c-0e66a42432b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12348 | 2025.07.15 21:14:19.566875 [ 260 ] {2313f78e-6b89-4ec0-8c3c-0e66a42432b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12349 | 2025.07.15 21:14:19.567218 [ 260 ] {2313f78e-6b89-4ec0-8c3c-0e66a42432b3} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12350 | 2025.07.15 21:14:19.567253 [ 260 ] {2313f78e-6b89-4ec0-8c3c-0e66a42432b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12351 | 2025.07.15 21:14:19.567554 [ 260 ] {2313f78e-6b89-4ec0-8c3c-0e66a42432b3} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
12352 | 2025.07.15 21:14:19.567762 [ 260 ] {2313f78e-6b89-4ec0-8c3c-0e66a42432b3} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12353 | 2025.07.15 21:14:19.567891 [ 260 ] {2313f78e-6b89-4ec0-8c3c-0e66a42432b3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. | ||
12354 | 2025.07.15 21:14:19.567928 [ 260 ] {2313f78e-6b89-4ec0-8c3c-0e66a42432b3} <Debug> TCPHandler: Processed in 0.001237932 sec. | ||
12355 | 2025.07.15 21:14:20.707692 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768 | ||
12356 | 2025.07.15 21:14:20.708189 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12357 | 2025.07.15 21:14:20.708227 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12358 | 2025.07.15 21:14:20.708731 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12359 | 2025.07.15 21:14:20.708967 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12360 | 2025.07.15 21:14:20.709115 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768 | ||
12361 | 2025.07.15 21:14:22.369683 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 | ||
12362 | 2025.07.15 21:14:22.386118 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12363 | 2025.07.15 21:14:22.386178 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12364 | 2025.07.15 21:14:22.392270 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12365 | 2025.07.15 21:14:22.392969 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12366 | 2025.07.15 21:14:22.395853 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
12367 | 2025.07.15 21:14:23.285613 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1730 | ||
12368 | 2025.07.15 21:14:23.288436 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12369 | 2025.07.15 21:14:23.288474 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12370 | 2025.07.15 21:14:23.289640 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
12371 | 2025.07.15 21:14:23.289904 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12372 | 2025.07.15 21:14:23.290154 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1730 | ||
12373 | 2025.07.15 21:14:24.532020 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12374 | 2025.07.15 21:14:24.532235 [ 260 ] {9e66755a-0f4b-4e94-8375-26170b020df2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
12375 | 2025.07.15 21:14:24.532310 [ 260 ] {9e66755a-0f4b-4e94-8375-26170b020df2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
12376 | 2025.07.15 21:14:24.533128 [ 260 ] {9e66755a-0f4b-4e94-8375-26170b020df2} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12377 | 2025.07.15 21:14:24.533172 [ 260 ] {9e66755a-0f4b-4e94-8375-26170b020df2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12378 | 2025.07.15 21:14:24.533568 [ 260 ] {9e66755a-0f4b-4e94-8375-26170b020df2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
12379 | 2025.07.15 21:14:24.533795 [ 260 ] {9e66755a-0f4b-4e94-8375-26170b020df2} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12380 | 2025.07.15 21:14:24.533952 [ 121 ] {} <Debug> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
12381 | 2025.07.15 21:14:24.533966 [ 260 ] {9e66755a-0f4b-4e94-8375-26170b020df2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001797 sec., 117974.40178074568 rows/sec., 7.50 MiB/sec. | ||
12382 | 2025.07.15 21:14:24.534018 [ 121 ] {} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12383 | 2025.07.15 21:14:24.534039 [ 260 ] {9e66755a-0f4b-4e94-8375-26170b020df2} <Debug> TCPHandler: Processed in 0.002154565 sec. | ||
12384 | 2025.07.15 21:14:24.534044 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12385 | 2025.07.15 21:14:24.534206 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12386 | 2025.07.15 21:14:24.534230 [ 190 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
12387 | 2025.07.15 21:14:24.534314 [ 260 ] {811f0b60-9386-4aaa-9a55-35ea0324b3a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12388 | 2025.07.15 21:14:24.534363 [ 260 ] {811f0b60-9386-4aaa-9a55-35ea0324b3a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12389 | 2025.07.15 21:14:24.534416 [ 190 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12390 | 2025.07.15 21:14:24.534473 [ 190 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 212 rows starting from the beginning of the part | ||
12391 | 2025.07.15 21:14:24.534560 [ 190 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 212 rows starting from the beginning of the part | ||
12392 | 2025.07.15 21:14:24.534625 [ 190 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 212 rows starting from the beginning of the part | ||
12393 | 2025.07.15 21:14:24.534686 [ 190 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 212 rows starting from the beginning of the part | ||
12394 | 2025.07.15 21:14:24.534738 [ 190 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 212 rows starting from the beginning of the part | ||
12395 | 2025.07.15 21:14:24.535169 [ 260 ] {811f0b60-9386-4aaa-9a55-35ea0324b3a0} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12396 | 2025.07.15 21:14:24.535213 [ 260 ] {811f0b60-9386-4aaa-9a55-35ea0324b3a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12397 | 2025.07.15 21:14:24.535615 [ 260 ] {811f0b60-9386-4aaa-9a55-35ea0324b3a0} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
12398 | 2025.07.15 21:14:24.535669 [ 190 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001514199 sec., 700040.08720122 rows/sec., 47.19 MiB/sec. | ||
12399 | 2025.07.15 21:14:24.535822 [ 196 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
12400 | 2025.07.15 21:14:24.535845 [ 260 ] {811f0b60-9386-4aaa-9a55-35ea0324b3a0} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12401 | 2025.07.15 21:14:24.535980 [ 121 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
12402 | 2025.07.15 21:14:24.535986 [ 260 ] {811f0b60-9386-4aaa-9a55-35ea0324b3a0} <Debug> executeQuery: Read 681 rows, 55.38 KiB in 0.001695 sec., 401769.9115044248 rows/sec., 31.91 MiB/sec. | ||
12403 | 2025.07.15 21:14:24.536020 [ 121 ] {} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12404 | 2025.07.15 21:14:24.536044 [ 260 ] {811f0b60-9386-4aaa-9a55-35ea0324b3a0} <Debug> TCPHandler: Processed in 0.001888909 sec. | ||
12405 | 2025.07.15 21:14:24.536045 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12406 | 2025.07.15 21:14:24.536119 [ 196 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_37_9} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12407 | 2025.07.15 21:14:24.536150 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::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 | ||
12408 | 2025.07.15 21:14:24.536175 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12409 | 2025.07.15 21:14:24.536198 [ 196 ] {39e199c5-ec3f-4c0e-b6fd-e5e08318e01a::all_1_37_9} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
12410 | 2025.07.15 21:14:24.536260 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12411 | 2025.07.15 21:14:24.536275 [ 260 ] {893be916-d87e-4515-9d84-12b4815fd681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12412 | 2025.07.15 21:14:24.536294 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1850 rows starting from the beginning of the part | ||
12413 | 2025.07.15 21:14:24.536299 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
12414 | 2025.07.15 21:14:24.536321 [ 260 ] {893be916-d87e-4515-9d84-12b4815fd681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12415 | 2025.07.15 21:14:24.536364 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 682 rows starting from the beginning of the part | ||
12416 | 2025.07.15 21:14:24.536419 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 74 rows starting from the beginning of the part | ||
12417 | 2025.07.15 21:14:24.536464 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 681 rows starting from the beginning of the part | ||
12418 | 2025.07.15 21:14:24.536509 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 1216 rows starting from the beginning of the part | ||
12419 | 2025.07.15 21:14:24.536553 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 681 rows starting from the beginning of the part | ||
12420 | 2025.07.15 21:14:24.536820 [ 260 ] {893be916-d87e-4515-9d84-12b4815fd681} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12421 | 2025.07.15 21:14:24.536863 [ 260 ] {893be916-d87e-4515-9d84-12b4815fd681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12422 | 2025.07.15 21:14:24.537189 [ 260 ] {893be916-d87e-4515-9d84-12b4815fd681} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
12423 | 2025.07.15 21:14:24.537416 [ 260 ] {893be916-d87e-4515-9d84-12b4815fd681} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12424 | 2025.07.15 21:14:24.537551 [ 260 ] {893be916-d87e-4515-9d84-12b4815fd681} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001295 sec., 106563.70656370657 rows/sec., 6.63 MiB/sec. | ||
12425 | 2025.07.15 21:14:24.537593 [ 260 ] {893be916-d87e-4515-9d84-12b4815fd681} <Debug> TCPHandler: Processed in 0.001466258 sec. | ||
12426 | 2025.07.15 21:14:24.537711 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12427 | 2025.07.15 21:14:24.537804 [ 260 ] {64967f11-823e-412e-a68d-d18f86c22324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
12428 | 2025.07.15 21:14:24.537843 [ 260 ] {64967f11-823e-412e-a68d-d18f86c22324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12429 | 2025.07.15 21:14:24.538315 [ 260 ] {64967f11-823e-412e-a68d-d18f86c22324} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12430 | 2025.07.15 21:14:24.538352 [ 260 ] {64967f11-823e-412e-a68d-d18f86c22324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12431 | 2025.07.15 21:14:24.538645 [ 186 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5184 rows, containing 5 columns (5 merged, 0 gathered) in 0.002536755 sec., 2043555.6449085546 rows/sec., 172.91 MiB/sec. | ||
12432 | 2025.07.15 21:14:24.538657 [ 260 ] {64967f11-823e-412e-a68d-d18f86c22324} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
12433 | 2025.07.15 21:14:24.538883 [ 190 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
12434 | 2025.07.15 21:14:24.538896 [ 260 ] {64967f11-823e-412e-a68d-d18f86c22324} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12435 | 2025.07.15 21:14:24.539043 [ 120 ] {} <Debug> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf) (MergerMutator): Selected 6 parts from all_1_44_9 to all_49_49_0 | ||
12436 | 2025.07.15 21:14:24.539056 [ 260 ] {64967f11-823e-412e-a68d-d18f86c22324} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001269 sec., 89046.49330181246 rows/sec., 5.76 MiB/sec. | ||
12437 | 2025.07.15 21:14:24.539084 [ 120 ] {} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12438 | 2025.07.15 21:14:24.539117 [ 260 ] {64967f11-823e-412e-a68d-d18f86c22324} <Debug> TCPHandler: Processed in 0.001454617 sec. | ||
12439 | 2025.07.15 21:14:24.539126 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12440 | 2025.07.15 21:14:24.539200 [ 190 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_96_19} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12441 | 2025.07.15 21:14:24.539232 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12442 | 2025.07.15 21:14:24.539244 [ 195 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_49_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_44_9 to all_49_49_0 into Compact with storage Full | ||
12443 | 2025.07.15 21:14:24.539286 [ 190 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_96_19} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
12444 | 2025.07.15 21:14:24.539328 [ 260 ] {7a014cc8-132c-404f-9031-d1240898e78c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
12445 | 2025.07.15 21:14:24.539367 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. | ||
12446 | 2025.07.15 21:14:24.539371 [ 260 ] {7a014cc8-132c-404f-9031-d1240898e78c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12447 | 2025.07.15 21:14:24.539380 [ 195 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_49_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12448 | 2025.07.15 21:14:24.539437 [ 195 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 341 rows starting from the beginning of the part | ||
12449 | 2025.07.15 21:14:24.539504 [ 195 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 113 rows starting from the beginning of the part | ||
12450 | 2025.07.15 21:14:24.539554 [ 195 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 113 rows starting from the beginning of the part | ||
12451 | 2025.07.15 21:14:24.539597 [ 195 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 113 rows starting from the beginning of the part | ||
12452 | 2025.07.15 21:14:24.539637 [ 195 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 228 rows starting from the beginning of the part | ||
12453 | 2025.07.15 21:14:24.539676 [ 195 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 113 rows starting from the beginning of the part | ||
12454 | 2025.07.15 21:14:24.539843 [ 260 ] {7a014cc8-132c-404f-9031-d1240898e78c} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12455 | 2025.07.15 21:14:24.539884 [ 260 ] {7a014cc8-132c-404f-9031-d1240898e78c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12456 | 2025.07.15 21:14:24.540196 [ 260 ] {7a014cc8-132c-404f-9031-d1240898e78c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
12457 | 2025.07.15 21:14:24.540434 [ 260 ] {7a014cc8-132c-404f-9031-d1240898e78c} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12458 | 2025.07.15 21:14:24.540540 [ 120 ] {} <Debug> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
12459 | 2025.07.15 21:14:24.540563 [ 120 ] {} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12460 | 2025.07.15 21:14:24.540568 [ 260 ] {7a014cc8-132c-404f-9031-d1240898e78c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001257 sec., 89101.03420843277 rows/sec., 5.08 MiB/sec. | ||
12461 | 2025.07.15 21:14:24.540580 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12462 | 2025.07.15 21:14:24.540610 [ 260 ] {7a014cc8-132c-404f-9031-d1240898e78c} <Debug> TCPHandler: Processed in 0.001424687 sec. | ||
12463 | 2025.07.15 21:14:24.540652 [ 190 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
12464 | 2025.07.15 21:14:24.540672 [ 186 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_49_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.001488919 sec., 685732.4004865275 rows/sec., 47.92 MiB/sec. | ||
12465 | 2025.07.15 21:14:24.540731 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12466 | 2025.07.15 21:14:24.540737 [ 190 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12467 | 2025.07.15 21:14:24.540781 [ 190 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 112 rows starting from the beginning of the part | ||
12468 | 2025.07.15 21:14:24.540831 [ 260 ] {c62e2448-55f3-473f-ae3d-6b3926d02572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12469 | 2025.07.15 21:14:24.540832 [ 190 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 112 rows starting from the beginning of the part | ||
12470 | 2025.07.15 21:14:24.540833 [ 199 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_49_10} <Trace> MergedBlockOutputStream: filled checksums all_1_49_10 (state Temporary) | ||
12471 | 2025.07.15 21:14:24.540878 [ 260 ] {c62e2448-55f3-473f-ae3d-6b3926d02572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12472 | 2025.07.15 21:14:24.540907 [ 190 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 112 rows starting from the beginning of the part | ||
12473 | 2025.07.15 21:14:24.540951 [ 190 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 112 rows starting from the beginning of the part | ||
12474 | 2025.07.15 21:14:24.540988 [ 190 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 112 rows starting from the beginning of the part | ||
12475 | 2025.07.15 21:14:24.541202 [ 199 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_49_10} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_merge_all_1_49_10 to all_1_49_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12476 | 2025.07.15 21:14:24.541286 [ 199 ] {f7caa1b7-5a45-41f5-a540-8ad682b045cf::all_1_49_10} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf) (MergerMutator): Merged 6 parts: [all_1_44_9, all_49_49_0] -> all_1_49_10 | ||
12477 | 2025.07.15 21:14:24.541372 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
12478 | 2025.07.15 21:14:24.541593 [ 260 ] {c62e2448-55f3-473f-ae3d-6b3926d02572} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12479 | 2025.07.15 21:14:24.541633 [ 260 ] {c62e2448-55f3-473f-ae3d-6b3926d02572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12480 | 2025.07.15 21:14:24.541765 [ 199 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00114393 sec., 489540.4439082811 rows/sec., 29.75 MiB/sec. | ||
12481 | 2025.07.15 21:14:24.541914 [ 188 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
12482 | 2025.07.15 21:14:24.541980 [ 260 ] {c62e2448-55f3-473f-ae3d-6b3926d02572} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
12483 | 2025.07.15 21:14:24.542198 [ 188 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_37_9} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12484 | 2025.07.15 21:14:24.542282 [ 188 ] {fec7097d-b68b-43d7-9fe8-d58044d5854e::all_1_37_9} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
12485 | 2025.07.15 21:14:24.542312 [ 260 ] {c62e2448-55f3-473f-ae3d-6b3926d02572} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12486 | 2025.07.15 21:14:24.542366 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
12487 | 2025.07.15 21:14:24.542479 [ 120 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
12488 | 2025.07.15 21:14:24.542497 [ 260 ] {c62e2448-55f3-473f-ae3d-6b3926d02572} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001683 sec., 245989.30481283422 rows/sec., 17.49 MiB/sec. | ||
12489 | 2025.07.15 21:14:24.542511 [ 120 ] {} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12490 | 2025.07.15 21:14:24.542535 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12491 | 2025.07.15 21:14:24.542544 [ 260 ] {c62e2448-55f3-473f-ae3d-6b3926d02572} <Debug> TCPHandler: Processed in 0.001858938 sec. | ||
12492 | 2025.07.15 21:14:24.542608 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::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 | ||
12493 | 2025.07.15 21:14:24.542673 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12494 | 2025.07.15 21:14:24.542703 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12495 | 2025.07.15 21:14:24.542733 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 917 rows starting from the beginning of the part | ||
12496 | 2025.07.15 21:14:24.542779 [ 260 ] {405e159f-e511-49b7-a1b8-f4d93ac179d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
12497 | 2025.07.15 21:14:24.542781 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 416 rows starting from the beginning of the part | ||
12498 | 2025.07.15 21:14:24.542839 [ 260 ] {405e159f-e511-49b7-a1b8-f4d93ac179d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12499 | 2025.07.15 21:14:24.542854 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 73 rows starting from the beginning of the part | ||
12500 | 2025.07.15 21:14:24.542899 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 414 rows starting from the beginning of the part | ||
12501 | 2025.07.15 21:14:24.542935 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 533 rows starting from the beginning of the part | ||
12502 | 2025.07.15 21:14:24.542977 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 414 rows starting from the beginning of the part | ||
12503 | 2025.07.15 21:14:24.543199 [ 260 ] {405e159f-e511-49b7-a1b8-f4d93ac179d4} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12504 | 2025.07.15 21:14:24.543241 [ 260 ] {405e159f-e511-49b7-a1b8-f4d93ac179d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12505 | 2025.07.15 21:14:24.543575 [ 260 ] {405e159f-e511-49b7-a1b8-f4d93ac179d4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
12506 | 2025.07.15 21:14:24.543802 [ 260 ] {405e159f-e511-49b7-a1b8-f4d93ac179d4} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12507 | 2025.07.15 21:14:24.543934 [ 260 ] {405e159f-e511-49b7-a1b8-f4d93ac179d4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001175 sec., 5106.382978723404 rows/sec., 266.79 KiB/sec. | ||
12508 | 2025.07.15 21:14:24.543971 [ 260 ] {405e159f-e511-49b7-a1b8-f4d93ac179d4} <Debug> TCPHandler: Processed in 0.001354955 sec. | ||
12509 | 2025.07.15 21:14:24.544095 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12510 | 2025.07.15 21:14:24.544108 [ 186 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2767 rows, containing 5 columns (5 merged, 0 gathered) in 0.001532979 sec., 1804982.325263425 rows/sec., 137.56 MiB/sec. | ||
12511 | 2025.07.15 21:14:24.544192 [ 260 ] {82a18790-b9d5-492e-87b7-a3517faf61ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12512 | 2025.07.15 21:14:24.544241 [ 260 ] {82a18790-b9d5-492e-87b7-a3517faf61ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12513 | 2025.07.15 21:14:24.544307 [ 199 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
12514 | 2025.07.15 21:14:24.544616 [ 199 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_96_19} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12515 | 2025.07.15 21:14:24.544678 [ 260 ] {82a18790-b9d5-492e-87b7-a3517faf61ac} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12516 | 2025.07.15 21:14:24.544708 [ 199 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_96_19} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
12517 | 2025.07.15 21:14:24.544720 [ 260 ] {82a18790-b9d5-492e-87b7-a3517faf61ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12518 | 2025.07.15 21:14:24.544814 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
12519 | 2025.07.15 21:14:24.545092 [ 260 ] {82a18790-b9d5-492e-87b7-a3517faf61ac} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
12520 | 2025.07.15 21:14:24.545307 [ 260 ] {82a18790-b9d5-492e-87b7-a3517faf61ac} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12521 | 2025.07.15 21:14:24.545419 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
12522 | 2025.07.15 21:14:24.545443 [ 260 ] {82a18790-b9d5-492e-87b7-a3517faf61ac} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001269 sec., 186761.2293144208 rows/sec., 12.52 MiB/sec. | ||
12523 | 2025.07.15 21:14:24.545447 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12524 | 2025.07.15 21:14:24.545471 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12525 | 2025.07.15 21:14:24.545479 [ 260 ] {82a18790-b9d5-492e-87b7-a3517faf61ac} <Debug> TCPHandler: Processed in 0.001433507 sec. | ||
12526 | 2025.07.15 21:14:24.545541 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
12527 | 2025.07.15 21:14:24.545592 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12528 | 2025.07.15 21:14:24.545649 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12529 | 2025.07.15 21:14:24.545680 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 28461 rows starting from the beginning of the part | ||
12530 | 2025.07.15 21:14:24.545692 [ 260 ] {f65572ba-a455-4b49-83a5-8dee411bd601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
12531 | 2025.07.15 21:14:24.545732 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 238 rows starting from the beginning of the part | ||
12532 | 2025.07.15 21:14:24.545740 [ 260 ] {f65572ba-a455-4b49-83a5-8dee411bd601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12533 | 2025.07.15 21:14:24.545785 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::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 | ||
12534 | 2025.07.15 21:14:24.545827 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 237 rows starting from the beginning of the part | ||
12535 | 2025.07.15 21:14:24.545873 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 882 rows starting from the beginning of the part | ||
12536 | 2025.07.15 21:14:24.545911 [ 195 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 237 rows starting from the beginning of the part | ||
12537 | 2025.07.15 21:14:24.546111 [ 260 ] {f65572ba-a455-4b49-83a5-8dee411bd601} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12538 | 2025.07.15 21:14:24.546157 [ 260 ] {f65572ba-a455-4b49-83a5-8dee411bd601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12539 | 2025.07.15 21:14:24.546496 [ 260 ] {f65572ba-a455-4b49-83a5-8dee411bd601} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
12540 | 2025.07.15 21:14:24.546734 [ 260 ] {f65572ba-a455-4b49-83a5-8dee411bd601} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12541 | 2025.07.15 21:14:24.546878 [ 260 ] {f65572ba-a455-4b49-83a5-8dee411bd601} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001204 sec., 830.5647840531561 rows/sec., 55.97 KiB/sec. | ||
12542 | 2025.07.15 21:14:24.546915 [ 260 ] {f65572ba-a455-4b49-83a5-8dee411bd601} <Debug> TCPHandler: Processed in 0.001372685 sec. | ||
12543 | 2025.07.15 21:14:24.547061 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12544 | 2025.07.15 21:14:24.547155 [ 260 ] {a1cb7e4b-42e3-42f1-acba-dd38f8e2de8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12545 | 2025.07.15 21:14:24.547211 [ 260 ] {a1cb7e4b-42e3-42f1-acba-dd38f8e2de8a} <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 | ||
12546 | 2025.07.15 21:14:24.548085 [ 260 ] {a1cb7e4b-42e3-42f1-acba-dd38f8e2de8a} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12547 | 2025.07.15 21:14:24.548120 [ 260 ] {a1cb7e4b-42e3-42f1-acba-dd38f8e2de8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12548 | 2025.07.15 21:14:24.548719 [ 260 ] {a1cb7e4b-42e3-42f1-acba-dd38f8e2de8a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
12549 | 2025.07.15 21:14:24.548955 [ 260 ] {a1cb7e4b-42e3-42f1-acba-dd38f8e2de8a} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12550 | 2025.07.15 21:14:24.549069 [ 120 ] {} <Debug> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
12551 | 2025.07.15 21:14:24.549098 [ 260 ] {a1cb7e4b-42e3-42f1-acba-dd38f8e2de8a} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001959 sec., 16334.864726901482 rows/sec., 29.27 MiB/sec. | ||
12552 | 2025.07.15 21:14:24.549101 [ 120 ] {} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12553 | 2025.07.15 21:14:24.549137 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12554 | 2025.07.15 21:14:24.549164 [ 260 ] {a1cb7e4b-42e3-42f1-acba-dd38f8e2de8a} <Debug> TCPHandler: Processed in 0.002166846 sec. | ||
12555 | 2025.07.15 21:14:24.549215 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
12556 | 2025.07.15 21:14:24.549279 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12557 | 2025.07.15 21:14:24.549375 [ 260 ] {90035054-6cbf-45e5-86f6-181cbcfefadb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12558 | 2025.07.15 21:14:24.549417 [ 260 ] {90035054-6cbf-45e5-86f6-181cbcfefadb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12559 | 2025.07.15 21:14:24.549447 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12560 | 2025.07.15 21:14:24.549517 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1680 rows starting from the beginning of the part | ||
12561 | 2025.07.15 21:14:24.549654 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 32 rows starting from the beginning of the part | ||
12562 | 2025.07.15 21:14:24.549765 [ 260 ] {90035054-6cbf-45e5-86f6-181cbcfefadb} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12563 | 2025.07.15 21:14:24.549780 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 9 rows starting from the beginning of the part | ||
12564 | 2025.07.15 21:14:24.549807 [ 260 ] {90035054-6cbf-45e5-86f6-181cbcfefadb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12565 | 2025.07.15 21:14:24.549906 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 32 rows starting from the beginning of the part | ||
12566 | 2025.07.15 21:14:24.550027 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 9 rows starting from the beginning of the part | ||
12567 | 2025.07.15 21:14:24.550141 [ 260 ] {90035054-6cbf-45e5-86f6-181cbcfefadb} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
12568 | 2025.07.15 21:14:24.550143 [ 199 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 32 rows starting from the beginning of the part | ||
12569 | 2025.07.15 21:14:24.550370 [ 260 ] {90035054-6cbf-45e5-86f6-181cbcfefadb} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12570 | 2025.07.15 21:14:24.550485 [ 120 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
12571 | 2025.07.15 21:14:24.550505 [ 260 ] {90035054-6cbf-45e5-86f6-181cbcfefadb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001146 sec., 71553.22862129145 rows/sec., 4.54 MiB/sec. | ||
12572 | 2025.07.15 21:14:24.550515 [ 120 ] {} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12573 | 2025.07.15 21:14:24.550540 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12574 | 2025.07.15 21:14:24.550545 [ 260 ] {90035054-6cbf-45e5-86f6-181cbcfefadb} <Debug> TCPHandler: Processed in 0.001313584 sec. | ||
12575 | 2025.07.15 21:14:24.550631 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
12576 | 2025.07.15 21:14:24.550735 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12577 | 2025.07.15 21:14:24.550762 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5986 rows starting from the beginning of the part | ||
12578 | 2025.07.15 21:14:24.550811 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 82 rows starting from the beginning of the part | ||
12579 | 2025.07.15 21:14:24.550853 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
12580 | 2025.07.15 21:14:24.550890 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part | ||
12581 | 2025.07.15 21:14:24.550925 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::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 | ||
12582 | 2025.07.15 21:14:24.550962 [ 194 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part | ||
12583 | 2025.07.15 21:14:24.552820 [ 200 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30215 rows, containing 5 columns (5 merged, 0 gathered) in 0.007310579 sec., 4133051.5681452863 rows/sec., 279.77 MiB/sec. | ||
12584 | 2025.07.15 21:14:24.553203 [ 191 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6352 rows, containing 4 columns (4 merged, 0 gathered) in 0.002616418 sec., 2427746.636814148 rows/sec., 159.12 MiB/sec. | ||
12585 | 2025.07.15 21:14:24.553296 [ 198 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
12586 | 2025.07.15 21:14:24.553574 [ 198 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12587 | 2025.07.15 21:14:24.553651 [ 198 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
12588 | 2025.07.15 21:14:24.553745 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
12589 | 2025.07.15 21:14:24.553813 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
12590 | 2025.07.15 21:14:24.554088 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_96_19} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12591 | 2025.07.15 21:14:24.554155 [ 200 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_96_19} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
12592 | 2025.07.15 21:14:24.554229 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
12593 | 2025.07.15 21:14:24.558632 [ 198 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1794 rows, containing 19 columns (19 merged, 0 gathered) in 0.009451944 sec., 189802.22481216563 rows/sec., 340.12 MiB/sec. | ||
12594 | 2025.07.15 21:14:24.561148 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
12595 | 2025.07.15 21:14:24.561481 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12596 | 2025.07.15 21:14:24.561548 [ 200 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
12597 | 2025.07.15 21:14:24.561666 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.19 MiB. | ||
12598 | 2025.07.15 21:14:25.000150 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 327.41 MiB, peak 344.60 MiB, free memory in arenas 0.00 B, will set to 331.98 MiB (RSS), difference: 4.57 MiB | ||
12599 | 2025.07.15 21:14:27.978546 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12600 | 2025.07.15 21:14:27.978623 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12601 | 2025.07.15 21:14:28.210112 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256 | ||
12602 | 2025.07.15 21:14:28.210656 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12603 | 2025.07.15 21:14:28.210700 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12604 | 2025.07.15 21:14:28.211178 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12605 | 2025.07.15 21:14:28.211411 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12606 | 2025.07.15 21:14:28.211550 [ 115 ] {} <Debug> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12607 | 2025.07.15 21:14:28.211560 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
12608 | 2025.07.15 21:14:28.211631 [ 115 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12609 | 2025.07.15 21:14:28.211660 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12610 | 2025.07.15 21:14:28.211800 [ 198 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
12611 | 2025.07.15 21:14:28.211960 [ 198 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12612 | 2025.07.15 21:14:28.212005 [ 198 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
12613 | 2025.07.15 21:14:28.212080 [ 198 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
12614 | 2025.07.15 21:14:28.212135 [ 198 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
12615 | 2025.07.15 21:14:28.212192 [ 198 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
12616 | 2025.07.15 21:14:28.212258 [ 198 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
12617 | 2025.07.15 21:14:28.212329 [ 198 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::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 | ||
12618 | 2025.07.15 21:14:28.214657 [ 192 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.002924026 sec., 10347377.212104132 rows/sec., 148.02 MiB/sec. | ||
12619 | 2025.07.15 21:14:28.215148 [ 189 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12620 | 2025.07.15 21:14:28.215511 [ 189 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_66_13} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12621 | 2025.07.15 21:14:28.215602 [ 189 ] {f7db4a8a-f95c-47fc-a9e5-4dd25761439a::all_1_66_13} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12622 | 2025.07.15 21:14:28.215736 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. | ||
12623 | 2025.07.15 21:14:29.524808 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12624 | 2025.07.15 21:14:29.524983 [ 260 ] {a6f15c6c-8592-4c53-ac32-67049c0cc003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12625 | 2025.07.15 21:14:29.525050 [ 260 ] {a6f15c6c-8592-4c53-ac32-67049c0cc003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12626 | 2025.07.15 21:14:29.525765 [ 260 ] {a6f15c6c-8592-4c53-ac32-67049c0cc003} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12627 | 2025.07.15 21:14:29.525814 [ 260 ] {a6f15c6c-8592-4c53-ac32-67049c0cc003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12628 | 2025.07.15 21:14:29.526268 [ 260 ] {a6f15c6c-8592-4c53-ac32-67049c0cc003} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
12629 | 2025.07.15 21:14:29.526525 [ 260 ] {a6f15c6c-8592-4c53-ac32-67049c0cc003} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12630 | 2025.07.15 21:14:29.526685 [ 260 ] {a6f15c6c-8592-4c53-ac32-67049c0cc003} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.00175 sec., 42285.71428571428 rows/sec., 3.44 MiB/sec. | ||
12631 | 2025.07.15 21:14:29.526739 [ 260 ] {a6f15c6c-8592-4c53-ac32-67049c0cc003} <Debug> TCPHandler: Processed in 0.002051323 sec. | ||
12632 | 2025.07.15 21:14:29.526877 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12633 | 2025.07.15 21:14:29.526978 [ 260 ] {fecbb2bf-4230-4a1d-805a-287028f31c46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12634 | 2025.07.15 21:14:29.527022 [ 260 ] {fecbb2bf-4230-4a1d-805a-287028f31c46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12635 | 2025.07.15 21:14:29.527452 [ 260 ] {fecbb2bf-4230-4a1d-805a-287028f31c46} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12636 | 2025.07.15 21:14:29.527490 [ 260 ] {fecbb2bf-4230-4a1d-805a-287028f31c46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12637 | 2025.07.15 21:14:29.527806 [ 260 ] {fecbb2bf-4230-4a1d-805a-287028f31c46} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
12638 | 2025.07.15 21:14:29.528015 [ 260 ] {fecbb2bf-4230-4a1d-805a-287028f31c46} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12639 | 2025.07.15 21:14:29.528149 [ 260 ] {fecbb2bf-4230-4a1d-805a-287028f31c46} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001195 sec., 7531.380753138074 rows/sec., 566.32 KiB/sec. | ||
12640 | 2025.07.15 21:14:29.528187 [ 260 ] {fecbb2bf-4230-4a1d-805a-287028f31c46} <Debug> TCPHandler: Processed in 0.001363575 sec. | ||
12641 | 2025.07.15 21:14:29.528298 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12642 | 2025.07.15 21:14:29.528391 [ 260 ] {286aaeb3-c4f2-4a7e-a038-6a32032de5b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12643 | 2025.07.15 21:14:29.528430 [ 260 ] {286aaeb3-c4f2-4a7e-a038-6a32032de5b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12644 | 2025.07.15 21:14:29.528844 [ 260 ] {286aaeb3-c4f2-4a7e-a038-6a32032de5b4} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12645 | 2025.07.15 21:14:29.528880 [ 260 ] {286aaeb3-c4f2-4a7e-a038-6a32032de5b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12646 | 2025.07.15 21:14:29.529182 [ 260 ] {286aaeb3-c4f2-4a7e-a038-6a32032de5b4} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
12647 | 2025.07.15 21:14:29.529401 [ 260 ] {286aaeb3-c4f2-4a7e-a038-6a32032de5b4} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12648 | 2025.07.15 21:14:29.529528 [ 260 ] {286aaeb3-c4f2-4a7e-a038-6a32032de5b4} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001156 sec., 63148.78892733565 rows/sec., 4.93 MiB/sec. | ||
12649 | 2025.07.15 21:14:29.529565 [ 260 ] {286aaeb3-c4f2-4a7e-a038-6a32032de5b4} <Debug> TCPHandler: Processed in 0.001316084 sec. | ||
12650 | 2025.07.15 21:14:29.529675 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12651 | 2025.07.15 21:14:29.529767 [ 260 ] {3b3e4325-29d6-46eb-a731-8e0fe6a1426d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12652 | 2025.07.15 21:14:29.529810 [ 260 ] {3b3e4325-29d6-46eb-a731-8e0fe6a1426d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12653 | 2025.07.15 21:14:29.530230 [ 260 ] {3b3e4325-29d6-46eb-a731-8e0fe6a1426d} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12654 | 2025.07.15 21:14:29.530266 [ 260 ] {3b3e4325-29d6-46eb-a731-8e0fe6a1426d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12655 | 2025.07.15 21:14:29.530595 [ 260 ] {3b3e4325-29d6-46eb-a731-8e0fe6a1426d} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
12656 | 2025.07.15 21:14:29.530798 [ 260 ] {3b3e4325-29d6-46eb-a731-8e0fe6a1426d} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12657 | 2025.07.15 21:14:29.530928 [ 260 ] {3b3e4325-29d6-46eb-a731-8e0fe6a1426d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. | ||
12658 | 2025.07.15 21:14:29.530965 [ 260 ] {3b3e4325-29d6-46eb-a731-8e0fe6a1426d} <Debug> TCPHandler: Processed in 0.001336874 sec. | ||
12659 | 2025.07.15 21:14:29.531063 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12660 | 2025.07.15 21:14:29.531154 [ 260 ] {f7ebf13b-0b6f-4258-a7ed-cfea397a0be7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12661 | 2025.07.15 21:14:29.531208 [ 260 ] {f7ebf13b-0b6f-4258-a7ed-cfea397a0be7} <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 | ||
12662 | 2025.07.15 21:14:29.531973 [ 260 ] {f7ebf13b-0b6f-4258-a7ed-cfea397a0be7} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12663 | 2025.07.15 21:14:29.532009 [ 260 ] {f7ebf13b-0b6f-4258-a7ed-cfea397a0be7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12664 | 2025.07.15 21:14:29.532525 [ 260 ] {f7ebf13b-0b6f-4258-a7ed-cfea397a0be7} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
12665 | 2025.07.15 21:14:29.532748 [ 260 ] {f7ebf13b-0b6f-4258-a7ed-cfea397a0be7} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12666 | 2025.07.15 21:14:29.532891 [ 260 ] {f7ebf13b-0b6f-4258-a7ed-cfea397a0be7} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001754 sec., 5131.128848346637 rows/sec., 9.19 MiB/sec. | ||
12667 | 2025.07.15 21:14:29.532968 [ 260 ] {f7ebf13b-0b6f-4258-a7ed-cfea397a0be7} <Debug> TCPHandler: Processed in 0.00195071 sec. | ||
12668 | 2025.07.15 21:14:29.533093 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12669 | 2025.07.15 21:14:29.533185 [ 260 ] {aab34d01-e938-46da-b161-f6d265f6ace4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12670 | 2025.07.15 21:14:29.533226 [ 260 ] {aab34d01-e938-46da-b161-f6d265f6ace4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12671 | 2025.07.15 21:14:29.533564 [ 260 ] {aab34d01-e938-46da-b161-f6d265f6ace4} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12672 | 2025.07.15 21:14:29.533599 [ 260 ] {aab34d01-e938-46da-b161-f6d265f6ace4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12673 | 2025.07.15 21:14:29.533908 [ 260 ] {aab34d01-e938-46da-b161-f6d265f6ace4} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
12674 | 2025.07.15 21:14:29.534124 [ 260 ] {aab34d01-e938-46da-b161-f6d265f6ace4} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12675 | 2025.07.15 21:14:29.534255 [ 260 ] {aab34d01-e938-46da-b161-f6d265f6ace4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. | ||
12676 | 2025.07.15 21:14:29.534291 [ 260 ] {aab34d01-e938-46da-b161-f6d265f6ace4} <Debug> TCPHandler: Processed in 0.001244972 sec. | ||
12677 | 2025.07.15 21:14:29.896102 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 | ||
12678 | 2025.07.15 21:14:29.912928 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12679 | 2025.07.15 21:14:29.912983 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12680 | 2025.07.15 21:14:29.919272 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12681 | 2025.07.15 21:14:29.919994 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12682 | 2025.07.15 21:14:29.920308 [ 114 ] {} <Debug> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12683 | 2025.07.15 21:14:29.920406 [ 114 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12684 | 2025.07.15 21:14:29.920444 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12685 | 2025.07.15 21:14:29.920623 [ 198 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
12686 | 2025.07.15 21:14:29.923166 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 497 | ||
12687 | 2025.07.15 21:14:29.924721 [ 198 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12688 | 2025.07.15 21:14:29.926221 [ 198 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
12689 | 2025.07.15 21:14:29.930782 [ 198 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
12690 | 2025.07.15 21:14:29.935237 [ 198 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
12691 | 2025.07.15 21:14:29.939978 [ 198 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
12692 | 2025.07.15 21:14:29.944787 [ 198 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
12693 | 2025.07.15 21:14:29.948538 [ 198 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::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 | ||
12694 | 2025.07.15 21:14:30.001130 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 347.29 MiB, peak 347.29 MiB, free memory in arenas 0.00 B, will set to 334.11 MiB (RSS), difference: -13.17 MiB | ||
12695 | 2025.07.15 21:14:30.005942 [ 189 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.085392906 sec., 5820.155599342174 rows/sec., 30.09 MiB/sec. | ||
12696 | 2025.07.15 21:14:30.009362 [ 201 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12697 | 2025.07.15 21:14:30.011420 [ 201 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_66_13} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12698 | 2025.07.15 21:14:30.011533 [ 201 ] {8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d::all_1_66_13} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12699 | 2025.07.15 21:14:30.014002 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
12700 | 2025.07.15 21:14:31.001154 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 320.36 MiB, peak 347.29 MiB, free memory in arenas 0.00 B, will set to 334.54 MiB (RSS), difference: 14.19 MiB | ||
12701 | 2025.07.15 21:14:33.291161 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1764 | ||
12702 | 2025.07.15 21:14:33.293485 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12703 | 2025.07.15 21:14:33.293524 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12704 | 2025.07.15 21:14:33.294690 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
12705 | 2025.07.15 21:14:33.294954 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12706 | 2025.07.15 21:14:33.295216 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1764 | ||
12707 | 2025.07.15 21:14:34.531883 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12708 | 2025.07.15 21:14:34.532059 [ 260 ] {0e240a4d-f382-409b-88c0-43e4b015946b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
12709 | 2025.07.15 21:14:34.532124 [ 260 ] {0e240a4d-f382-409b-88c0-43e4b015946b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
12710 | 2025.07.15 21:14:34.532903 [ 260 ] {0e240a4d-f382-409b-88c0-43e4b015946b} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12711 | 2025.07.15 21:14:34.532946 [ 260 ] {0e240a4d-f382-409b-88c0-43e4b015946b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12712 | 2025.07.15 21:14:34.533350 [ 260 ] {0e240a4d-f382-409b-88c0-43e4b015946b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
12713 | 2025.07.15 21:14:34.533571 [ 260 ] {0e240a4d-f382-409b-88c0-43e4b015946b} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12714 | 2025.07.15 21:14:34.533845 [ 260 ] {0e240a4d-f382-409b-88c0-43e4b015946b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001841 sec., 115154.8071700163 rows/sec., 7.32 MiB/sec. | ||
12715 | 2025.07.15 21:14:34.533899 [ 260 ] {0e240a4d-f382-409b-88c0-43e4b015946b} <Debug> TCPHandler: Processed in 0.002150856 sec. | ||
12716 | 2025.07.15 21:14:34.534025 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12717 | 2025.07.15 21:14:34.534120 [ 260 ] {43f16d7f-a0ad-442c-b39c-6740a8a50fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
12718 | 2025.07.15 21:14:34.534158 [ 260 ] {43f16d7f-a0ad-442c-b39c-6740a8a50fb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12719 | 2025.07.15 21:14:34.534525 [ 260 ] {43f16d7f-a0ad-442c-b39c-6740a8a50fb5} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12720 | 2025.07.15 21:14:34.534558 [ 260 ] {43f16d7f-a0ad-442c-b39c-6740a8a50fb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12721 | 2025.07.15 21:14:34.534925 [ 260 ] {43f16d7f-a0ad-442c-b39c-6740a8a50fb5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12722 | 2025.07.15 21:14:34.535132 [ 260 ] {43f16d7f-a0ad-442c-b39c-6740a8a50fb5} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12723 | 2025.07.15 21:14:34.535258 [ 260 ] {43f16d7f-a0ad-442c-b39c-6740a8a50fb5} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001129 sec., 7085.916740478299 rows/sec., 577.81 KiB/sec. | ||
12724 | 2025.07.15 21:14:34.535294 [ 260 ] {43f16d7f-a0ad-442c-b39c-6740a8a50fb5} <Debug> TCPHandler: Processed in 0.001298194 sec. | ||
12725 | 2025.07.15 21:14:34.535403 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12726 | 2025.07.15 21:14:34.535497 [ 260 ] {1f30d24f-4112-4571-83cf-841e81b19ff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12727 | 2025.07.15 21:14:34.535535 [ 260 ] {1f30d24f-4112-4571-83cf-841e81b19ff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12728 | 2025.07.15 21:14:34.536272 [ 260 ] {1f30d24f-4112-4571-83cf-841e81b19ff1} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12729 | 2025.07.15 21:14:34.536306 [ 260 ] {1f30d24f-4112-4571-83cf-841e81b19ff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12730 | 2025.07.15 21:14:34.536638 [ 260 ] {1f30d24f-4112-4571-83cf-841e81b19ff1} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
12731 | 2025.07.15 21:14:34.536844 [ 260 ] {1f30d24f-4112-4571-83cf-841e81b19ff1} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12732 | 2025.07.15 21:14:34.536974 [ 260 ] {1f30d24f-4112-4571-83cf-841e81b19ff1} <Debug> executeQuery: Read 685 rows, 55.68 KiB in 0.001496 sec., 457887.7005347594 rows/sec., 36.35 MiB/sec. | ||
12733 | 2025.07.15 21:14:34.537013 [ 260 ] {1f30d24f-4112-4571-83cf-841e81b19ff1} <Debug> TCPHandler: Processed in 0.001656773 sec. | ||
12734 | 2025.07.15 21:14:34.537125 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12735 | 2025.07.15 21:14:34.537218 [ 260 ] {826b671e-f72f-4364-90d1-0f208ecc6a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12736 | 2025.07.15 21:14:34.537256 [ 260 ] {826b671e-f72f-4364-90d1-0f208ecc6a62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12737 | 2025.07.15 21:14:34.537688 [ 260 ] {826b671e-f72f-4364-90d1-0f208ecc6a62} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12738 | 2025.07.15 21:14:34.537722 [ 260 ] {826b671e-f72f-4364-90d1-0f208ecc6a62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12739 | 2025.07.15 21:14:34.538017 [ 260 ] {826b671e-f72f-4364-90d1-0f208ecc6a62} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
12740 | 2025.07.15 21:14:34.538218 [ 260 ] {826b671e-f72f-4364-90d1-0f208ecc6a62} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12741 | 2025.07.15 21:14:34.538339 [ 260 ] {826b671e-f72f-4364-90d1-0f208ecc6a62} <Debug> executeQuery: Read 146 rows, 9.35 KiB in 0.001139 sec., 128182.61633011414 rows/sec., 8.02 MiB/sec. | ||
12742 | 2025.07.15 21:14:34.538375 [ 260 ] {826b671e-f72f-4364-90d1-0f208ecc6a62} <Debug> TCPHandler: Processed in 0.001296813 sec. | ||
12743 | 2025.07.15 21:14:34.538487 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12744 | 2025.07.15 21:14:34.538580 [ 260 ] {5306083b-02f0-45a4-8246-2e5db1506f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
12745 | 2025.07.15 21:14:34.538619 [ 260 ] {5306083b-02f0-45a4-8246-2e5db1506f4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12746 | 2025.07.15 21:14:34.539032 [ 260 ] {5306083b-02f0-45a4-8246-2e5db1506f4f} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12747 | 2025.07.15 21:14:34.539066 [ 260 ] {5306083b-02f0-45a4-8246-2e5db1506f4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12748 | 2025.07.15 21:14:34.539358 [ 260 ] {5306083b-02f0-45a4-8246-2e5db1506f4f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
12749 | 2025.07.15 21:14:34.539571 [ 260 ] {5306083b-02f0-45a4-8246-2e5db1506f4f} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12750 | 2025.07.15 21:14:34.539694 [ 260 ] {5306083b-02f0-45a4-8246-2e5db1506f4f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001132 sec., 99823.32155477031 rows/sec., 6.46 MiB/sec. | ||
12751 | 2025.07.15 21:14:34.539731 [ 260 ] {5306083b-02f0-45a4-8246-2e5db1506f4f} <Debug> TCPHandler: Processed in 0.001291273 sec. | ||
12752 | 2025.07.15 21:14:34.539842 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12753 | 2025.07.15 21:14:34.539934 [ 260 ] {4bf80ccb-cc2c-4c83-b254-b9139ccb92e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
12754 | 2025.07.15 21:14:34.539972 [ 260 ] {4bf80ccb-cc2c-4c83-b254-b9139ccb92e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12755 | 2025.07.15 21:14:34.540384 [ 260 ] {4bf80ccb-cc2c-4c83-b254-b9139ccb92e7} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12756 | 2025.07.15 21:14:34.540418 [ 260 ] {4bf80ccb-cc2c-4c83-b254-b9139ccb92e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12757 | 2025.07.15 21:14:34.540703 [ 260 ] {4bf80ccb-cc2c-4c83-b254-b9139ccb92e7} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
12758 | 2025.07.15 21:14:34.540909 [ 260 ] {4bf80ccb-cc2c-4c83-b254-b9139ccb92e7} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12759 | 2025.07.15 21:14:34.541030 [ 260 ] {4bf80ccb-cc2c-4c83-b254-b9139ccb92e7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001113 sec., 100628.93081761006 rows/sec., 5.73 MiB/sec. | ||
12760 | 2025.07.15 21:14:34.541066 [ 260 ] {4bf80ccb-cc2c-4c83-b254-b9139ccb92e7} <Debug> TCPHandler: Processed in 0.001270953 sec. | ||
12761 | 2025.07.15 21:14:34.541176 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12762 | 2025.07.15 21:14:34.541268 [ 260 ] {7e163048-9772-4f79-ad66-c39d3979bd0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12763 | 2025.07.15 21:14:34.541307 [ 260 ] {7e163048-9772-4f79-ad66-c39d3979bd0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12764 | 2025.07.15 21:14:34.541835 [ 260 ] {7e163048-9772-4f79-ad66-c39d3979bd0a} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12765 | 2025.07.15 21:14:34.541868 [ 260 ] {7e163048-9772-4f79-ad66-c39d3979bd0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12766 | 2025.07.15 21:14:34.542178 [ 260 ] {7e163048-9772-4f79-ad66-c39d3979bd0a} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
12767 | 2025.07.15 21:14:34.542381 [ 260 ] {7e163048-9772-4f79-ad66-c39d3979bd0a} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12768 | 2025.07.15 21:14:34.542507 [ 260 ] {7e163048-9772-4f79-ad66-c39d3979bd0a} <Debug> executeQuery: Read 422 rows, 30.80 KiB in 0.001257 sec., 335719.96817820205 rows/sec., 23.93 MiB/sec. | ||
12769 | 2025.07.15 21:14:34.542544 [ 260 ] {7e163048-9772-4f79-ad66-c39d3979bd0a} <Debug> TCPHandler: Processed in 0.001414686 sec. | ||
12770 | 2025.07.15 21:14:34.542655 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12771 | 2025.07.15 21:14:34.542747 [ 260 ] {2c4c6c56-9f3e-4752-926f-08b2eb277c3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
12772 | 2025.07.15 21:14:34.542787 [ 260 ] {2c4c6c56-9f3e-4752-926f-08b2eb277c3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12773 | 2025.07.15 21:14:34.543119 [ 260 ] {2c4c6c56-9f3e-4752-926f-08b2eb277c3c} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12774 | 2025.07.15 21:14:34.543152 [ 260 ] {2c4c6c56-9f3e-4752-926f-08b2eb277c3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12775 | 2025.07.15 21:14:34.543445 [ 260 ] {2c4c6c56-9f3e-4752-926f-08b2eb277c3c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
12776 | 2025.07.15 21:14:34.543653 [ 260 ] {2c4c6c56-9f3e-4752-926f-08b2eb277c3c} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12777 | 2025.07.15 21:14:34.543781 [ 260 ] {2c4c6c56-9f3e-4752-926f-08b2eb277c3c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001052 sec., 5703.42205323194 rows/sec., 297.98 KiB/sec. | ||
12778 | 2025.07.15 21:14:34.543817 [ 260 ] {2c4c6c56-9f3e-4752-926f-08b2eb277c3c} <Debug> TCPHandler: Processed in 0.001209541 sec. | ||
12779 | 2025.07.15 21:14:34.543915 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12780 | 2025.07.15 21:14:34.544006 [ 260 ] {e8d8b6ee-5902-400c-a567-c0d45702789a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12781 | 2025.07.15 21:14:34.544047 [ 260 ] {e8d8b6ee-5902-400c-a567-c0d45702789a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12782 | 2025.07.15 21:14:34.544443 [ 260 ] {e8d8b6ee-5902-400c-a567-c0d45702789a} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12783 | 2025.07.15 21:14:34.544476 [ 260 ] {e8d8b6ee-5902-400c-a567-c0d45702789a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12784 | 2025.07.15 21:14:34.544794 [ 260 ] {e8d8b6ee-5902-400c-a567-c0d45702789a} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
12785 | 2025.07.15 21:14:34.544998 [ 260 ] {e8d8b6ee-5902-400c-a567-c0d45702789a} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12786 | 2025.07.15 21:14:34.545125 [ 260 ] {e8d8b6ee-5902-400c-a567-c0d45702789a} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.001137 sec., 211961.3016710642 rows/sec., 14.21 MiB/sec. | ||
12787 | 2025.07.15 21:14:34.545160 [ 260 ] {e8d8b6ee-5902-400c-a567-c0d45702789a} <Debug> TCPHandler: Processed in 0.001291814 sec. | ||
12788 | 2025.07.15 21:14:34.545272 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12789 | 2025.07.15 21:14:34.545363 [ 260 ] {1898d768-99d5-4f43-9351-bdb2faff8435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
12790 | 2025.07.15 21:14:34.545404 [ 260 ] {1898d768-99d5-4f43-9351-bdb2faff8435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12791 | 2025.07.15 21:14:34.545711 [ 260 ] {1898d768-99d5-4f43-9351-bdb2faff8435} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12792 | 2025.07.15 21:14:34.545746 [ 260 ] {1898d768-99d5-4f43-9351-bdb2faff8435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12793 | 2025.07.15 21:14:34.546033 [ 260 ] {1898d768-99d5-4f43-9351-bdb2faff8435} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
12794 | 2025.07.15 21:14:34.546234 [ 260 ] {1898d768-99d5-4f43-9351-bdb2faff8435} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12795 | 2025.07.15 21:14:34.546361 [ 260 ] {1898d768-99d5-4f43-9351-bdb2faff8435} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001016 sec., 984.2519685039371 rows/sec., 66.32 KiB/sec. | ||
12796 | 2025.07.15 21:14:34.546396 [ 260 ] {1898d768-99d5-4f43-9351-bdb2faff8435} <Debug> TCPHandler: Processed in 0.001171281 sec. | ||
12797 | 2025.07.15 21:14:34.546499 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12798 | 2025.07.15 21:14:34.546598 [ 260 ] {9707b730-6fa0-436b-842a-eb99947b1113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12799 | 2025.07.15 21:14:34.546652 [ 260 ] {9707b730-6fa0-436b-842a-eb99947b1113} <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 | ||
12800 | 2025.07.15 21:14:34.547522 [ 260 ] {9707b730-6fa0-436b-842a-eb99947b1113} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12801 | 2025.07.15 21:14:34.547557 [ 260 ] {9707b730-6fa0-436b-842a-eb99947b1113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12802 | 2025.07.15 21:14:34.548092 [ 260 ] {9707b730-6fa0-436b-842a-eb99947b1113} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
12803 | 2025.07.15 21:14:34.548308 [ 260 ] {9707b730-6fa0-436b-842a-eb99947b1113} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12804 | 2025.07.15 21:14:34.548447 [ 260 ] {9707b730-6fa0-436b-842a-eb99947b1113} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001866 sec., 17148.98177920686 rows/sec., 30.73 MiB/sec. | ||
12805 | 2025.07.15 21:14:34.548512 [ 260 ] {9707b730-6fa0-436b-842a-eb99947b1113} <Debug> TCPHandler: Processed in 0.002059983 sec. | ||
12806 | 2025.07.15 21:14:34.548631 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12807 | 2025.07.15 21:14:34.548727 [ 260 ] {be0cabe7-7b32-47b3-bbaa-b51734f5bd0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12808 | 2025.07.15 21:14:34.548770 [ 260 ] {be0cabe7-7b32-47b3-bbaa-b51734f5bd0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12809 | 2025.07.15 21:14:34.549109 [ 260 ] {be0cabe7-7b32-47b3-bbaa-b51734f5bd0f} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12810 | 2025.07.15 21:14:34.549144 [ 260 ] {be0cabe7-7b32-47b3-bbaa-b51734f5bd0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12811 | 2025.07.15 21:14:34.549446 [ 260 ] {be0cabe7-7b32-47b3-bbaa-b51734f5bd0f} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
12812 | 2025.07.15 21:14:34.549660 [ 260 ] {be0cabe7-7b32-47b3-bbaa-b51734f5bd0f} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12813 | 2025.07.15 21:14:34.549792 [ 260 ] {be0cabe7-7b32-47b3-bbaa-b51734f5bd0f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001083 sec., 75715.60480147738 rows/sec., 4.81 MiB/sec. | ||
12814 | 2025.07.15 21:14:34.549829 [ 260 ] {be0cabe7-7b32-47b3-bbaa-b51734f5bd0f} <Debug> TCPHandler: Processed in 0.001247762 sec. | ||
12815 | 2025.07.15 21:14:35.711778 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683 | ||
12816 | 2025.07.15 21:14:35.712571 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12817 | 2025.07.15 21:14:35.712649 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
12818 | 2025.07.15 21:14:35.713148 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12819 | 2025.07.15 21:14:35.713390 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12820 | 2025.07.15 21:14:35.713529 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683 | ||
12821 | 2025.07.15 21:14:37.423332 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 | ||
12822 | 2025.07.15 21:14:37.439173 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12823 | 2025.07.15 21:14:37.439238 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
12824 | 2025.07.15 21:14:37.444479 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12825 | 2025.07.15 21:14:37.445157 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12826 | 2025.07.15 21:14:37.448065 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
12827 | 2025.07.15 21:14:39.524402 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12828 | 2025.07.15 21:14:39.524576 [ 260 ] {12933d24-9afd-4afe-93a3-9b73df39ddf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12829 | 2025.07.15 21:14:39.524641 [ 260 ] {12933d24-9afd-4afe-93a3-9b73df39ddf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12830 | 2025.07.15 21:14:39.525321 [ 260 ] {12933d24-9afd-4afe-93a3-9b73df39ddf5} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12831 | 2025.07.15 21:14:39.525363 [ 260 ] {12933d24-9afd-4afe-93a3-9b73df39ddf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
12832 | 2025.07.15 21:14:39.525748 [ 260 ] {12933d24-9afd-4afe-93a3-9b73df39ddf5} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
12833 | 2025.07.15 21:14:39.525969 [ 260 ] {12933d24-9afd-4afe-93a3-9b73df39ddf5} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12834 | 2025.07.15 21:14:39.526137 [ 260 ] {12933d24-9afd-4afe-93a3-9b73df39ddf5} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001608 sec., 46019.90049751243 rows/sec., 3.74 MiB/sec. | ||
12835 | 2025.07.15 21:14:39.526190 [ 260 ] {12933d24-9afd-4afe-93a3-9b73df39ddf5} <Debug> TCPHandler: Processed in 0.001907239 sec. | ||
12836 | 2025.07.15 21:14:39.526317 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12837 | 2025.07.15 21:14:39.526419 [ 260 ] {00f9da5a-309a-4393-964e-80b8895a822d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12838 | 2025.07.15 21:14:39.526461 [ 260 ] {00f9da5a-309a-4393-964e-80b8895a822d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12839 | 2025.07.15 21:14:39.526883 [ 260 ] {00f9da5a-309a-4393-964e-80b8895a822d} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12840 | 2025.07.15 21:14:39.526920 [ 260 ] {00f9da5a-309a-4393-964e-80b8895a822d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
12841 | 2025.07.15 21:14:39.527227 [ 260 ] {00f9da5a-309a-4393-964e-80b8895a822d} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
12842 | 2025.07.15 21:14:39.527427 [ 260 ] {00f9da5a-309a-4393-964e-80b8895a822d} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12843 | 2025.07.15 21:14:39.527565 [ 260 ] {00f9da5a-309a-4393-964e-80b8895a822d} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001168 sec., 7705.479452054795 rows/sec., 579.42 KiB/sec. | ||
12844 | 2025.07.15 21:14:39.527605 [ 260 ] {00f9da5a-309a-4393-964e-80b8895a822d} <Debug> TCPHandler: Processed in 0.001339255 sec. | ||
12845 | 2025.07.15 21:14:39.527708 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12846 | 2025.07.15 21:14:39.527801 [ 260 ] {25c62a02-2e5a-452d-846b-4acee64faad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12847 | 2025.07.15 21:14:39.527841 [ 260 ] {25c62a02-2e5a-452d-846b-4acee64faad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12848 | 2025.07.15 21:14:39.528260 [ 260 ] {25c62a02-2e5a-452d-846b-4acee64faad9} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12849 | 2025.07.15 21:14:39.528295 [ 260 ] {25c62a02-2e5a-452d-846b-4acee64faad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
12850 | 2025.07.15 21:14:39.528588 [ 260 ] {25c62a02-2e5a-452d-846b-4acee64faad9} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
12851 | 2025.07.15 21:14:39.528794 [ 260 ] {25c62a02-2e5a-452d-846b-4acee64faad9} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12852 | 2025.07.15 21:14:39.528922 [ 260 ] {25c62a02-2e5a-452d-846b-4acee64faad9} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001139 sec., 64091.30816505707 rows/sec., 5.00 MiB/sec. | ||
12853 | 2025.07.15 21:14:39.528962 [ 260 ] {25c62a02-2e5a-452d-846b-4acee64faad9} <Debug> TCPHandler: Processed in 0.001300944 sec. | ||
12854 | 2025.07.15 21:14:39.529072 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12855 | 2025.07.15 21:14:39.529164 [ 260 ] {a65d9db6-28d8-401b-9237-4555b98e6610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12856 | 2025.07.15 21:14:39.529206 [ 260 ] {a65d9db6-28d8-401b-9237-4555b98e6610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12857 | 2025.07.15 21:14:39.529616 [ 260 ] {a65d9db6-28d8-401b-9237-4555b98e6610} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12858 | 2025.07.15 21:14:39.529651 [ 260 ] {a65d9db6-28d8-401b-9237-4555b98e6610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
12859 | 2025.07.15 21:14:39.529972 [ 260 ] {a65d9db6-28d8-401b-9237-4555b98e6610} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
12860 | 2025.07.15 21:14:39.530179 [ 260 ] {a65d9db6-28d8-401b-9237-4555b98e6610} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12861 | 2025.07.15 21:14:39.530308 [ 260 ] {a65d9db6-28d8-401b-9237-4555b98e6610} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. | ||
12862 | 2025.07.15 21:14:39.530346 [ 260 ] {a65d9db6-28d8-401b-9237-4555b98e6610} <Debug> TCPHandler: Processed in 0.001322624 sec. | ||
12863 | 2025.07.15 21:14:39.530445 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12864 | 2025.07.15 21:14:39.530537 [ 260 ] {67143ec2-cb80-489a-8f7b-8e6848afb92f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12865 | 2025.07.15 21:14:39.530591 [ 260 ] {67143ec2-cb80-489a-8f7b-8e6848afb92f} <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 | ||
12866 | 2025.07.15 21:14:39.531361 [ 260 ] {67143ec2-cb80-489a-8f7b-8e6848afb92f} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12867 | 2025.07.15 21:14:39.531396 [ 260 ] {67143ec2-cb80-489a-8f7b-8e6848afb92f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
12868 | 2025.07.15 21:14:39.531913 [ 260 ] {67143ec2-cb80-489a-8f7b-8e6848afb92f} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
12869 | 2025.07.15 21:14:39.532129 [ 260 ] {67143ec2-cb80-489a-8f7b-8e6848afb92f} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12870 | 2025.07.15 21:14:39.532268 [ 260 ] {67143ec2-cb80-489a-8f7b-8e6848afb92f} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001747 sec., 5151.688609044076 rows/sec., 9.23 MiB/sec. | ||
12871 | 2025.07.15 21:14:39.532333 [ 260 ] {67143ec2-cb80-489a-8f7b-8e6848afb92f} <Debug> TCPHandler: Processed in 0.00193356 sec. | ||
12872 | 2025.07.15 21:14:39.532442 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12873 | 2025.07.15 21:14:39.532534 [ 260 ] {e9740539-4153-4a4f-9974-43c417f5c784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12874 | 2025.07.15 21:14:39.532574 [ 260 ] {e9740539-4153-4a4f-9974-43c417f5c784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12875 | 2025.07.15 21:14:39.532913 [ 260 ] {e9740539-4153-4a4f-9974-43c417f5c784} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12876 | 2025.07.15 21:14:39.532948 [ 260 ] {e9740539-4153-4a4f-9974-43c417f5c784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
12877 | 2025.07.15 21:14:39.533245 [ 260 ] {e9740539-4153-4a4f-9974-43c417f5c784} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
12878 | 2025.07.15 21:14:39.533452 [ 260 ] {e9740539-4153-4a4f-9974-43c417f5c784} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12879 | 2025.07.15 21:14:39.533581 [ 260 ] {e9740539-4153-4a4f-9974-43c417f5c784} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. | ||
12880 | 2025.07.15 21:14:39.533618 [ 260 ] {e9740539-4153-4a4f-9974-43c417f5c784} <Debug> TCPHandler: Processed in 0.001223492 sec. | ||
12881 | 2025.07.15 21:14:42.978661 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12882 | 2025.07.15 21:14:42.978727 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12883 | 2025.07.15 21:14:43.214610 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171 | ||
12884 | 2025.07.15 21:14:43.215163 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12885 | 2025.07.15 21:14:43.215208 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
12886 | 2025.07.15 21:14:43.215691 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12887 | 2025.07.15 21:14:43.215933 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12888 | 2025.07.15 21:14:43.216073 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
12889 | 2025.07.15 21:14:43.295456 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1800 | ||
12890 | 2025.07.15 21:14:43.297842 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12891 | 2025.07.15 21:14:43.297882 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
12892 | 2025.07.15 21:14:43.299034 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
12893 | 2025.07.15 21:14:43.299281 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12894 | 2025.07.15 21:14:43.299533 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1800 | ||
12895 | 2025.07.15 21:14:44.531980 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12896 | 2025.07.15 21:14:44.532148 [ 260 ] {ace3eb66-f5c1-4234-8a15-36db1c9066c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
12897 | 2025.07.15 21:14:44.532211 [ 260 ] {ace3eb66-f5c1-4234-8a15-36db1c9066c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
12898 | 2025.07.15 21:14:44.532937 [ 260 ] {ace3eb66-f5c1-4234-8a15-36db1c9066c2} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12899 | 2025.07.15 21:14:44.532976 [ 260 ] {ace3eb66-f5c1-4234-8a15-36db1c9066c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
12900 | 2025.07.15 21:14:44.533360 [ 260 ] {ace3eb66-f5c1-4234-8a15-36db1c9066c2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
12901 | 2025.07.15 21:14:44.533592 [ 260 ] {ace3eb66-f5c1-4234-8a15-36db1c9066c2} <Trace> oximeter.fields_i16 (39e199c5-ec3f-4c0e-b6fd-e5e08318e01a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12902 | 2025.07.15 21:14:44.533743 [ 260 ] {ace3eb66-f5c1-4234-8a15-36db1c9066c2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00164 sec., 129268.29268292683 rows/sec., 8.22 MiB/sec. | ||
12903 | 2025.07.15 21:14:44.533786 [ 260 ] {ace3eb66-f5c1-4234-8a15-36db1c9066c2} <Debug> TCPHandler: Processed in 0.0019235 sec. | ||
12904 | 2025.07.15 21:14:44.533906 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12905 | 2025.07.15 21:14:44.533999 [ 260 ] {2a8db1c7-9dbf-4209-a714-04968201d381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12906 | 2025.07.15 21:14:44.534039 [ 260 ] {2a8db1c7-9dbf-4209-a714-04968201d381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12907 | 2025.07.15 21:14:44.534755 [ 260 ] {2a8db1c7-9dbf-4209-a714-04968201d381} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12908 | 2025.07.15 21:14:44.534791 [ 260 ] {2a8db1c7-9dbf-4209-a714-04968201d381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
12909 | 2025.07.15 21:14:44.535122 [ 260 ] {2a8db1c7-9dbf-4209-a714-04968201d381} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
12910 | 2025.07.15 21:14:44.535338 [ 260 ] {2a8db1c7-9dbf-4209-a714-04968201d381} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12911 | 2025.07.15 21:14:44.535465 [ 260 ] {2a8db1c7-9dbf-4209-a714-04968201d381} <Debug> executeQuery: Read 681 rows, 55.38 KiB in 0.001482 sec., 459514.1700404858 rows/sec., 36.50 MiB/sec. | ||
12912 | 2025.07.15 21:14:44.535504 [ 260 ] {2a8db1c7-9dbf-4209-a714-04968201d381} <Debug> TCPHandler: Processed in 0.001645213 sec. | ||
12913 | 2025.07.15 21:14:44.535616 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12914 | 2025.07.15 21:14:44.535708 [ 260 ] {f54a6568-71ca-4a1d-8a5e-103ad2cd118e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12915 | 2025.07.15 21:14:44.535746 [ 260 ] {f54a6568-71ca-4a1d-8a5e-103ad2cd118e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12916 | 2025.07.15 21:14:44.536188 [ 260 ] {f54a6568-71ca-4a1d-8a5e-103ad2cd118e} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12917 | 2025.07.15 21:14:44.536223 [ 260 ] {f54a6568-71ca-4a1d-8a5e-103ad2cd118e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
12918 | 2025.07.15 21:14:44.536521 [ 260 ] {f54a6568-71ca-4a1d-8a5e-103ad2cd118e} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
12919 | 2025.07.15 21:14:44.536728 [ 260 ] {f54a6568-71ca-4a1d-8a5e-103ad2cd118e} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12920 | 2025.07.15 21:14:44.536842 [ 99 ] {} <Debug> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
12921 | 2025.07.15 21:14:44.536859 [ 260 ] {f54a6568-71ca-4a1d-8a5e-103ad2cd118e} <Debug> executeQuery: Read 138 rows, 8.79 KiB in 0.001167 sec., 118251.92802056555 rows/sec., 7.36 MiB/sec. | ||
12922 | 2025.07.15 21:14:44.536919 [ 99 ] {} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12923 | 2025.07.15 21:14:44.536925 [ 260 ] {f54a6568-71ca-4a1d-8a5e-103ad2cd118e} <Debug> TCPHandler: Processed in 0.001357186 sec. | ||
12924 | 2025.07.15 21:14:44.536956 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
12925 | 2025.07.15 21:14:44.537052 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12926 | 2025.07.15 21:14:44.537111 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::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 | ||
12927 | 2025.07.15 21:14:44.537149 [ 260 ] {401fc9b1-14b0-4137-b098-182230d17aa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
12928 | 2025.07.15 21:14:44.537194 [ 260 ] {401fc9b1-14b0-4137-b098-182230d17aa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12929 | 2025.07.15 21:14:44.537279 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12930 | 2025.07.15 21:14:44.537321 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 167 rows starting from the beginning of the part | ||
12931 | 2025.07.15 21:14:44.537397 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 138 rows starting from the beginning of the part | ||
12932 | 2025.07.15 21:14:44.537451 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 9 rows starting from the beginning of the part | ||
12933 | 2025.07.15 21:14:44.537502 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 146 rows starting from the beginning of the part | ||
12934 | 2025.07.15 21:14:44.537549 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 9 rows starting from the beginning of the part | ||
12935 | 2025.07.15 21:14:44.537596 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 138 rows starting from the beginning of the part | ||
12936 | 2025.07.15 21:14:44.537622 [ 260 ] {401fc9b1-14b0-4137-b098-182230d17aa0} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12937 | 2025.07.15 21:14:44.537661 [ 260 ] {401fc9b1-14b0-4137-b098-182230d17aa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
12938 | 2025.07.15 21:14:44.538000 [ 260 ] {401fc9b1-14b0-4137-b098-182230d17aa0} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
12939 | 2025.07.15 21:14:44.538225 [ 260 ] {401fc9b1-14b0-4137-b098-182230d17aa0} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12940 | 2025.07.15 21:14:44.538370 [ 260 ] {401fc9b1-14b0-4137-b098-182230d17aa0} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001238 sec., 91276.25201938611 rows/sec., 5.91 MiB/sec. | ||
12941 | 2025.07.15 21:14:44.538410 [ 260 ] {401fc9b1-14b0-4137-b098-182230d17aa0} <Debug> TCPHandler: Processed in 0.001405036 sec. | ||
12942 | 2025.07.15 21:14:44.538519 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12943 | 2025.07.15 21:14:44.538555 [ 188 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 607 rows, containing 5 columns (5 merged, 0 gathered) in 0.001511379 sec., 401619.977517221 rows/sec., 26.83 MiB/sec. | ||
12944 | 2025.07.15 21:14:44.538610 [ 260 ] {e98f584d-dc1b-4a3a-86ad-7e0c95ca4b1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
12945 | 2025.07.15 21:14:44.538648 [ 260 ] {e98f584d-dc1b-4a3a-86ad-7e0c95ca4b1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12946 | 2025.07.15 21:14:44.538697 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
12947 | 2025.07.15 21:14:44.538947 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_91_18} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12948 | 2025.07.15 21:14:44.539025 [ 197 ] {e7fd4f79-1a81-4758-82bf-4085ae7afdb1::all_1_91_18} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
12949 | 2025.07.15 21:14:44.539075 [ 260 ] {e98f584d-dc1b-4a3a-86ad-7e0c95ca4b1d} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12950 | 2025.07.15 21:14:44.539099 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
12951 | 2025.07.15 21:14:44.539114 [ 260 ] {e98f584d-dc1b-4a3a-86ad-7e0c95ca4b1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
12952 | 2025.07.15 21:14:44.539419 [ 260 ] {e98f584d-dc1b-4a3a-86ad-7e0c95ca4b1d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
12953 | 2025.07.15 21:14:44.539631 [ 260 ] {e98f584d-dc1b-4a3a-86ad-7e0c95ca4b1d} <Trace> oximeter.fields_u8 (fec7097d-b68b-43d7-9fe8-d58044d5854e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12954 | 2025.07.15 21:14:44.539759 [ 260 ] {e98f584d-dc1b-4a3a-86ad-7e0c95ca4b1d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001165 sec., 96137.33905579399 rows/sec., 5.48 MiB/sec. | ||
12955 | 2025.07.15 21:14:44.539798 [ 260 ] {e98f584d-dc1b-4a3a-86ad-7e0c95ca4b1d} <Debug> TCPHandler: Processed in 0.001326575 sec. | ||
12956 | 2025.07.15 21:14:44.539905 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12957 | 2025.07.15 21:14:44.539996 [ 260 ] {b0858a39-d5e6-43e0-ab34-44231898a900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12958 | 2025.07.15 21:14:44.540034 [ 260 ] {b0858a39-d5e6-43e0-ab34-44231898a900} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12959 | 2025.07.15 21:14:44.540578 [ 260 ] {b0858a39-d5e6-43e0-ab34-44231898a900} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12960 | 2025.07.15 21:14:44.540613 [ 260 ] {b0858a39-d5e6-43e0-ab34-44231898a900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
12961 | 2025.07.15 21:14:44.540935 [ 260 ] {b0858a39-d5e6-43e0-ab34-44231898a900} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
12962 | 2025.07.15 21:14:44.541140 [ 260 ] {b0858a39-d5e6-43e0-ab34-44231898a900} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12963 | 2025.07.15 21:14:44.541266 [ 260 ] {b0858a39-d5e6-43e0-ab34-44231898a900} <Debug> executeQuery: Read 414 rows, 30.15 KiB in 0.001286 sec., 321928.46034214617 rows/sec., 22.89 MiB/sec. | ||
12964 | 2025.07.15 21:14:44.541305 [ 260 ] {b0858a39-d5e6-43e0-ab34-44231898a900} <Debug> TCPHandler: Processed in 0.001446598 sec. | ||
12965 | 2025.07.15 21:14:44.541411 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12966 | 2025.07.15 21:14:44.541503 [ 260 ] {eafe4bc4-2622-435c-996c-6e32d82c0bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
12967 | 2025.07.15 21:14:44.541542 [ 260 ] {eafe4bc4-2622-435c-996c-6e32d82c0bee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12968 | 2025.07.15 21:14:44.541874 [ 260 ] {eafe4bc4-2622-435c-996c-6e32d82c0bee} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12969 | 2025.07.15 21:14:44.541909 [ 260 ] {eafe4bc4-2622-435c-996c-6e32d82c0bee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
12970 | 2025.07.15 21:14:44.542197 [ 260 ] {eafe4bc4-2622-435c-996c-6e32d82c0bee} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
12971 | 2025.07.15 21:14:44.542402 [ 260 ] {eafe4bc4-2622-435c-996c-6e32d82c0bee} <Trace> oximeter.measurements_bool (ab61f124-6668-4421-b4c3-18726da8dcdf): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12972 | 2025.07.15 21:14:44.542527 [ 260 ] {eafe4bc4-2622-435c-996c-6e32d82c0bee} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00104 sec., 5769.2307692307695 rows/sec., 301.42 KiB/sec. | ||
12973 | 2025.07.15 21:14:44.542563 [ 260 ] {eafe4bc4-2622-435c-996c-6e32d82c0bee} <Debug> TCPHandler: Processed in 0.001198571 sec. | ||
12974 | 2025.07.15 21:14:44.542668 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12975 | 2025.07.15 21:14:44.542760 [ 260 ] {18c33d70-ab38-45e4-8f23-80aa4be807a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12976 | 2025.07.15 21:14:44.542801 [ 260 ] {18c33d70-ab38-45e4-8f23-80aa4be807a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12977 | 2025.07.15 21:14:44.543199 [ 260 ] {18c33d70-ab38-45e4-8f23-80aa4be807a0} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12978 | 2025.07.15 21:14:44.543234 [ 260 ] {18c33d70-ab38-45e4-8f23-80aa4be807a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
12979 | 2025.07.15 21:14:44.543558 [ 260 ] {18c33d70-ab38-45e4-8f23-80aa4be807a0} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
12980 | 2025.07.15 21:14:44.543770 [ 260 ] {18c33d70-ab38-45e4-8f23-80aa4be807a0} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12981 | 2025.07.15 21:14:44.543903 [ 260 ] {18c33d70-ab38-45e4-8f23-80aa4be807a0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001159 sec., 204486.62640207075 rows/sec., 13.71 MiB/sec. | ||
12982 | 2025.07.15 21:14:44.543940 [ 260 ] {18c33d70-ab38-45e4-8f23-80aa4be807a0} <Debug> TCPHandler: Processed in 0.001319154 sec. | ||
12983 | 2025.07.15 21:14:44.544047 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12984 | 2025.07.15 21:14:44.544138 [ 260 ] {6422fd14-0b11-4cef-b5c6-d78f0210d887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
12985 | 2025.07.15 21:14:44.544178 [ 260 ] {6422fd14-0b11-4cef-b5c6-d78f0210d887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12986 | 2025.07.15 21:14:44.544481 [ 260 ] {6422fd14-0b11-4cef-b5c6-d78f0210d887} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12987 | 2025.07.15 21:14:44.544516 [ 260 ] {6422fd14-0b11-4cef-b5c6-d78f0210d887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
12988 | 2025.07.15 21:14:44.544803 [ 260 ] {6422fd14-0b11-4cef-b5c6-d78f0210d887} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
12989 | 2025.07.15 21:14:44.545006 [ 260 ] {6422fd14-0b11-4cef-b5c6-d78f0210d887} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12990 | 2025.07.15 21:14:44.545133 [ 260 ] {6422fd14-0b11-4cef-b5c6-d78f0210d887} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001011 sec., 989.1196834817014 rows/sec., 66.65 KiB/sec. | ||
12991 | 2025.07.15 21:14:44.545169 [ 260 ] {6422fd14-0b11-4cef-b5c6-d78f0210d887} <Debug> TCPHandler: Processed in 0.00116845 sec. | ||
12992 | 2025.07.15 21:14:44.545271 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12993 | 2025.07.15 21:14:44.545362 [ 260 ] {c44d8f48-185c-4328-a1ac-658c8c10fd8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12994 | 2025.07.15 21:14:44.545415 [ 260 ] {c44d8f48-185c-4328-a1ac-658c8c10fd8f} <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 | ||
12995 | 2025.07.15 21:14:44.546240 [ 260 ] {c44d8f48-185c-4328-a1ac-658c8c10fd8f} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12996 | 2025.07.15 21:14:44.546276 [ 260 ] {c44d8f48-185c-4328-a1ac-658c8c10fd8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
12997 | 2025.07.15 21:14:44.546799 [ 260 ] {c44d8f48-185c-4328-a1ac-658c8c10fd8f} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
12998 | 2025.07.15 21:14:44.547012 [ 260 ] {c44d8f48-185c-4328-a1ac-658c8c10fd8f} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12999 | 2025.07.15 21:14:44.547146 [ 260 ] {c44d8f48-185c-4328-a1ac-658c8c10fd8f} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.0018 sec., 17777.777777777777 rows/sec., 31.86 MiB/sec. | ||
13000 | 2025.07.15 21:14:44.547201 [ 260 ] {c44d8f48-185c-4328-a1ac-658c8c10fd8f} <Debug> TCPHandler: Processed in 0.001976191 sec. | ||
13001 | 2025.07.15 21:14:44.547309 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13002 | 2025.07.15 21:14:44.547401 [ 260 ] {6e697aed-69bd-4d68-9f44-7a161c3593c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
13003 | 2025.07.15 21:14:44.547440 [ 260 ] {6e697aed-69bd-4d68-9f44-7a161c3593c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13004 | 2025.07.15 21:14:44.547765 [ 260 ] {6e697aed-69bd-4d68-9f44-7a161c3593c4} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13005 | 2025.07.15 21:14:44.547799 [ 260 ] {6e697aed-69bd-4d68-9f44-7a161c3593c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13006 | 2025.07.15 21:14:44.548091 [ 260 ] {6e697aed-69bd-4d68-9f44-7a161c3593c4} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
13007 | 2025.07.15 21:14:44.548302 [ 260 ] {6e697aed-69bd-4d68-9f44-7a161c3593c4} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13008 | 2025.07.15 21:14:44.548426 [ 260 ] {6e697aed-69bd-4d68-9f44-7a161c3593c4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001041 sec., 78770.41306436119 rows/sec., 5.00 MiB/sec. | ||
13009 | 2025.07.15 21:14:44.548463 [ 260 ] {6e697aed-69bd-4d68-9f44-7a161c3593c4} <Debug> TCPHandler: Processed in 0.001200831 sec. | ||
13010 | 2025.07.15 21:14:44.949052 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 | ||
13011 | 2025.07.15 21:14:44.966187 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13012 | 2025.07.15 21:14:44.966239 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13013 | 2025.07.15 21:14:44.971633 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13014 | 2025.07.15 21:14:44.972353 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13015 | 2025.07.15 21:14:44.975682 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 512 | ||
13016 | 2025.07.15 21:14:45.001161 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 335.88 MiB, peak 347.29 MiB, free memory in arenas 0.00 B, will set to 334.55 MiB (RSS), difference: -1.33 MiB | ||
13017 | 2025.07.15 21:14:49.553278 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13018 | 2025.07.15 21:14:49.553491 [ 260 ] {79505e2b-88f4-469c-970f-d71e8888c619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
13019 | 2025.07.15 21:14:49.553569 [ 260 ] {79505e2b-88f4-469c-970f-d71e8888c619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13020 | 2025.07.15 21:14:49.554214 [ 260 ] {79505e2b-88f4-469c-970f-d71e8888c619} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13021 | 2025.07.15 21:14:49.554264 [ 260 ] {79505e2b-88f4-469c-970f-d71e8888c619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13022 | 2025.07.15 21:14:49.554689 [ 260 ] {79505e2b-88f4-469c-970f-d71e8888c619} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
13023 | 2025.07.15 21:14:49.554928 [ 260 ] {79505e2b-88f4-469c-970f-d71e8888c619} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13024 | 2025.07.15 21:14:49.555094 [ 260 ] {79505e2b-88f4-469c-970f-d71e8888c619} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001663 sec., 2405.2916416115454 rows/sec., 196.13 KiB/sec. | ||
13025 | 2025.07.15 21:14:49.555149 [ 260 ] {79505e2b-88f4-469c-970f-d71e8888c619} <Debug> TCPHandler: Processed in 0.002027253 sec. | ||
13026 | 2025.07.15 21:14:49.555277 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13027 | 2025.07.15 21:14:49.555382 [ 260 ] {6a20f6c0-3174-45d2-a58b-281d9005bf92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
13028 | 2025.07.15 21:14:49.555426 [ 260 ] {6a20f6c0-3174-45d2-a58b-281d9005bf92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13029 | 2025.07.15 21:14:49.556541 [ 260 ] {6a20f6c0-3174-45d2-a58b-281d9005bf92} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13030 | 2025.07.15 21:14:49.556579 [ 260 ] {6a20f6c0-3174-45d2-a58b-281d9005bf92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13031 | 2025.07.15 21:14:49.556967 [ 260 ] {6a20f6c0-3174-45d2-a58b-281d9005bf92} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
13032 | 2025.07.15 21:14:49.557177 [ 260 ] {6a20f6c0-3174-45d2-a58b-281d9005bf92} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13033 | 2025.07.15 21:14:49.557320 [ 260 ] {6a20f6c0-3174-45d2-a58b-281d9005bf92} <Debug> executeQuery: Read 1216 rows, 102.43 KiB in 0.001963 sec., 619460.010188487 rows/sec., 50.96 MiB/sec. | ||
13034 | 2025.07.15 21:14:49.557336 [ 59 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
13035 | 2025.07.15 21:14:49.557362 [ 260 ] {6a20f6c0-3174-45d2-a58b-281d9005bf92} <Debug> TCPHandler: Processed in 0.002137005 sec. | ||
13036 | 2025.07.15 21:14:49.557413 [ 59 ] {} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13037 | 2025.07.15 21:14:49.557440 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13038 | 2025.07.15 21:14:49.557519 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13039 | 2025.07.15 21:14:49.557573 [ 189 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
13040 | 2025.07.15 21:14:49.557633 [ 260 ] {a3e731d9-232e-448c-ae9b-17a0b3c6e431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
13041 | 2025.07.15 21:14:49.557681 [ 260 ] {a3e731d9-232e-448c-ae9b-17a0b3c6e431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13042 | 2025.07.15 21:14:49.557720 [ 189 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13043 | 2025.07.15 21:14:49.557765 [ 189 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1850 rows starting from the beginning of the part | ||
13044 | 2025.07.15 21:14:49.557833 [ 189 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 74 rows starting from the beginning of the part | ||
13045 | 2025.07.15 21:14:49.557879 [ 189 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 685 rows starting from the beginning of the part | ||
13046 | 2025.07.15 21:14:49.557923 [ 189 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 74 rows starting from the beginning of the part | ||
13047 | 2025.07.15 21:14:49.557966 [ 189 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 681 rows starting from the beginning of the part | ||
13048 | 2025.07.15 21:14:49.558007 [ 189 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 1216 rows starting from the beginning of the part | ||
13049 | 2025.07.15 21:14:49.558101 [ 260 ] {a3e731d9-232e-448c-ae9b-17a0b3c6e431} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13050 | 2025.07.15 21:14:49.558143 [ 260 ] {a3e731d9-232e-448c-ae9b-17a0b3c6e431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13051 | 2025.07.15 21:14:49.558482 [ 260 ] {a3e731d9-232e-448c-ae9b-17a0b3c6e431} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
13052 | 2025.07.15 21:14:49.558783 [ 260 ] {a3e731d9-232e-448c-ae9b-17a0b3c6e431} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13053 | 2025.07.15 21:14:49.558924 [ 260 ] {a3e731d9-232e-448c-ae9b-17a0b3c6e431} <Debug> executeQuery: Read 13 rows, 979.00 B in 0.001313 sec., 9900.990099009901 rows/sec., 728.15 KiB/sec. | ||
13054 | 2025.07.15 21:14:49.558963 [ 260 ] {a3e731d9-232e-448c-ae9b-17a0b3c6e431} <Debug> TCPHandler: Processed in 0.001504979 sec. | ||
13055 | 2025.07.15 21:14:49.559077 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13056 | 2025.07.15 21:14:49.559174 [ 260 ] {bf23fb68-8f22-424c-9462-5682393a25ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
13057 | 2025.07.15 21:14:49.559215 [ 260 ] {bf23fb68-8f22-424c-9462-5682393a25ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13058 | 2025.07.15 21:14:49.559709 [ 260 ] {bf23fb68-8f22-424c-9462-5682393a25ef} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13059 | 2025.07.15 21:14:49.559748 [ 260 ] {bf23fb68-8f22-424c-9462-5682393a25ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13060 | 2025.07.15 21:14:49.559953 [ 194 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4580 rows, containing 5 columns (5 merged, 0 gathered) in 0.002438434 sec., 1878254.6503206566 rows/sec., 159.31 MiB/sec. | ||
13061 | 2025.07.15 21:14:49.560132 [ 260 ] {bf23fb68-8f22-424c-9462-5682393a25ef} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
13062 | 2025.07.15 21:14:49.560288 [ 194 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
13063 | 2025.07.15 21:14:49.560388 [ 260 ] {bf23fb68-8f22-424c-9462-5682393a25ef} <Trace> oximeter.fields_u32 (f7caa1b7-5a45-41f5-a540-8ad682b045cf): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13064 | 2025.07.15 21:14:49.560534 [ 260 ] {bf23fb68-8f22-424c-9462-5682393a25ef} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001379 sec., 165337.20087019578 rows/sec., 11.20 MiB/sec. | ||
13065 | 2025.07.15 21:14:49.560575 [ 260 ] {bf23fb68-8f22-424c-9462-5682393a25ef} <Debug> TCPHandler: Processed in 0.00154802 sec. | ||
13066 | 2025.07.15 21:14:49.560617 [ 194 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_101_20} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13067 | 2025.07.15 21:14:49.560680 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13068 | 2025.07.15 21:14:49.560712 [ 194 ] {f3fed2cc-efdd-4c93-ac63-2eacca1086f4::all_1_101_20} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
13069 | 2025.07.15 21:14:49.560782 [ 260 ] {1b2b4bd8-e072-4de7-9b15-59a53cfc5c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
13070 | 2025.07.15 21:14:49.560821 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
13071 | 2025.07.15 21:14:49.560828 [ 260 ] {1b2b4bd8-e072-4de7-9b15-59a53cfc5c50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13072 | 2025.07.15 21:14:49.561468 [ 260 ] {1b2b4bd8-e072-4de7-9b15-59a53cfc5c50} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13073 | 2025.07.15 21:14:49.561506 [ 260 ] {1b2b4bd8-e072-4de7-9b15-59a53cfc5c50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13074 | 2025.07.15 21:14:49.561847 [ 260 ] {1b2b4bd8-e072-4de7-9b15-59a53cfc5c50} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
13075 | 2025.07.15 21:14:49.562061 [ 260 ] {1b2b4bd8-e072-4de7-9b15-59a53cfc5c50} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13076 | 2025.07.15 21:14:49.562191 [ 59 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
13077 | 2025.07.15 21:14:49.562193 [ 260 ] {1b2b4bd8-e072-4de7-9b15-59a53cfc5c50} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.00143 sec., 372727.2727272727 rows/sec., 27.62 MiB/sec. | ||
13078 | 2025.07.15 21:14:49.562241 [ 59 ] {} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13079 | 2025.07.15 21:14:49.562285 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13080 | 2025.07.15 21:14:49.562302 [ 260 ] {1b2b4bd8-e072-4de7-9b15-59a53cfc5c50} <Debug> TCPHandler: Processed in 0.001670384 sec. | ||
13081 | 2025.07.15 21:14:49.562368 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
13082 | 2025.07.15 21:14:49.562437 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13083 | 2025.07.15 21:14:49.562461 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13084 | 2025.07.15 21:14:49.562490 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 917 rows starting from the beginning of the part | ||
13085 | 2025.07.15 21:14:49.562534 [ 260 ] {8875700f-ccf5-4565-a2ad-110183bbabad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
13086 | 2025.07.15 21:14:49.562550 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 73 rows starting from the beginning of the part | ||
13087 | 2025.07.15 21:14:49.562579 [ 260 ] {8875700f-ccf5-4565-a2ad-110183bbabad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13088 | 2025.07.15 21:14:49.562594 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 422 rows starting from the beginning of the part | ||
13089 | 2025.07.15 21:14:49.562635 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 73 rows starting from the beginning of the part | ||
13090 | 2025.07.15 21:14:49.562674 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 414 rows starting from the beginning of the part | ||
13091 | 2025.07.15 21:14:49.562713 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 533 rows starting from the beginning of the part | ||
13092 | 2025.07.15 21:14:49.563212 [ 260 ] {8875700f-ccf5-4565-a2ad-110183bbabad} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13093 | 2025.07.15 21:14:49.563252 [ 260 ] {8875700f-ccf5-4565-a2ad-110183bbabad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13094 | 2025.07.15 21:14:49.563671 [ 260 ] {8875700f-ccf5-4565-a2ad-110183bbabad} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
13095 | 2025.07.15 21:14:49.563893 [ 260 ] {8875700f-ccf5-4565-a2ad-110183bbabad} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13096 | 2025.07.15 21:14:49.563897 [ 191 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2432 rows, containing 5 columns (5 merged, 0 gathered) in 0.00156529 sec., 1553705.703096551 rows/sec., 119.04 MiB/sec. | ||
13097 | 2025.07.15 21:14:49.564049 [ 260 ] {8875700f-ccf5-4565-a2ad-110183bbabad} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.001534 sec., 574967.40547588 rows/sec., 38.69 MiB/sec. | ||
13098 | 2025.07.15 21:14:49.564060 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
13099 | 2025.07.15 21:14:49.564057 [ 61 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
13100 | 2025.07.15 21:14:49.564094 [ 260 ] {8875700f-ccf5-4565-a2ad-110183bbabad} <Debug> TCPHandler: Processed in 0.001708374 sec. | ||
13101 | 2025.07.15 21:14:49.564129 [ 61 ] {} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13102 | 2025.07.15 21:14:49.564158 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13103 | 2025.07.15 21:14:49.564224 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13104 | 2025.07.15 21:14:49.564262 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
13105 | 2025.07.15 21:14:49.564316 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_101_20} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13106 | 2025.07.15 21:14:49.564330 [ 260 ] {22818419-9cc4-4c58-9acd-dffb76addda1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
13107 | 2025.07.15 21:14:49.564387 [ 260 ] {22818419-9cc4-4c58-9acd-dffb76addda1} <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 | ||
13108 | 2025.07.15 21:14:49.564391 [ 188 ] {356f697c-9853-4710-92c4-0a2e48007ad7::all_1_101_20} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
13109 | 2025.07.15 21:14:49.564398 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13110 | 2025.07.15 21:14:49.564447 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 30215 rows starting from the beginning of the part | ||
13111 | 2025.07.15 21:14:49.564467 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
13112 | 2025.07.15 21:14:49.564516 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part | ||
13113 | 2025.07.15 21:14:49.564564 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 241 rows starting from the beginning of the part | ||
13114 | 2025.07.15 21:14:49.564610 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part | ||
13115 | 2025.07.15 21:14:49.564649 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 237 rows starting from the beginning of the part | ||
13116 | 2025.07.15 21:14:49.564689 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 882 rows starting from the beginning of the part | ||
13117 | 2025.07.15 21:14:49.565199 [ 260 ] {22818419-9cc4-4c58-9acd-dffb76addda1} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13118 | 2025.07.15 21:14:49.565243 [ 260 ] {22818419-9cc4-4c58-9acd-dffb76addda1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13119 | 2025.07.15 21:14:49.565804 [ 260 ] {22818419-9cc4-4c58-9acd-dffb76addda1} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
13120 | 2025.07.15 21:14:49.566026 [ 260 ] {22818419-9cc4-4c58-9acd-dffb76addda1} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13121 | 2025.07.15 21:14:49.566163 [ 61 ] {} <Debug> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
13122 | 2025.07.15 21:14:49.566179 [ 260 ] {22818419-9cc4-4c58-9acd-dffb76addda1} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001868 sec., 4817.987152034261 rows/sec., 8.63 MiB/sec. | ||
13123 | 2025.07.15 21:14:49.566202 [ 61 ] {} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13124 | 2025.07.15 21:14:49.566230 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13125 | 2025.07.15 21:14:49.566265 [ 260 ] {22818419-9cc4-4c58-9acd-dffb76addda1} <Debug> TCPHandler: Processed in 0.002091824 sec. | ||
13126 | 2025.07.15 21:14:49.566321 [ 191 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::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 | ||
13127 | 2025.07.15 21:14:49.566400 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13128 | 2025.07.15 21:14:49.566504 [ 260 ] {0f8cacac-33ea-4686-bef7-9be274cdff7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
13129 | 2025.07.15 21:14:49.566533 [ 191 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13130 | 2025.07.15 21:14:49.566548 [ 260 ] {0f8cacac-33ea-4686-bef7-9be274cdff7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13131 | 2025.07.15 21:14:49.566593 [ 191 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1794 rows starting from the beginning of the part | ||
13132 | 2025.07.15 21:14:49.566717 [ 191 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 9 rows starting from the beginning of the part | ||
13133 | 2025.07.15 21:14:49.566821 [ 191 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 32 rows starting from the beginning of the part | ||
13134 | 2025.07.15 21:14:49.566917 [ 191 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 9 rows starting from the beginning of the part | ||
13135 | 2025.07.15 21:14:49.566947 [ 260 ] {0f8cacac-33ea-4686-bef7-9be274cdff7b} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13136 | 2025.07.15 21:14:49.566990 [ 260 ] {0f8cacac-33ea-4686-bef7-9be274cdff7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13137 | 2025.07.15 21:14:49.567022 [ 191 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 32 rows starting from the beginning of the part | ||
13138 | 2025.07.15 21:14:49.567135 [ 191 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 9 rows starting from the beginning of the part | ||
13139 | 2025.07.15 21:14:49.568693 [ 260 ] {0f8cacac-33ea-4686-bef7-9be274cdff7b} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
13140 | 2025.07.15 21:14:49.568953 [ 260 ] {0f8cacac-33ea-4686-bef7-9be274cdff7b} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13141 | 2025.07.15 21:14:49.569098 [ 61 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
13142 | 2025.07.15 21:14:49.569108 [ 260 ] {0f8cacac-33ea-4686-bef7-9be274cdff7b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002623 sec., 22874.571101791844 rows/sec., 1.54 MiB/sec. | ||
13143 | 2025.07.15 21:14:49.569144 [ 61 ] {} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13144 | 2025.07.15 21:14:49.569164 [ 260 ] {0f8cacac-33ea-4686-bef7-9be274cdff7b} <Debug> TCPHandler: Processed in 0.002816043 sec. | ||
13145 | 2025.07.15 21:14:49.569169 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13146 | 2025.07.15 21:14:49.569261 [ 188 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
13147 | 2025.07.15 21:14:49.569348 [ 188 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13148 | 2025.07.15 21:14:49.569375 [ 188 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 6352 rows starting from the beginning of the part | ||
13149 | 2025.07.15 21:14:49.569419 [ 188 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part | ||
13150 | 2025.07.15 21:14:49.569458 [ 188 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 82 rows starting from the beginning of the part | ||
13151 | 2025.07.15 21:14:49.569495 [ 188 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part | ||
13152 | 2025.07.15 21:14:49.569528 [ 188 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 82 rows starting from the beginning of the part | ||
13153 | 2025.07.15 21:14:49.569567 [ 188 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part | ||
13154 | 2025.07.15 21:14:49.571608 [ 186 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6696 rows, containing 4 columns (4 merged, 0 gathered) in 0.002377152 sec., 2816816.0891688876 rows/sec., 184.62 MiB/sec. | ||
13155 | 2025.07.15 21:14:49.572112 [ 190 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
13156 | 2025.07.15 21:14:49.572405 [ 190 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_101_20} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13157 | 2025.07.15 21:14:49.572483 [ 190 ] {6f08cb15-2339-44c5-a059-3b5df31bbb4c::all_1_101_20} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
13158 | 2025.07.15 21:14:49.572566 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
13159 | 2025.07.15 21:14:49.573555 [ 196 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31895 rows, containing 5 columns (5 merged, 0 gathered) in 0.009394342 sec., 3395128.684904169 rows/sec., 229.82 MiB/sec. | ||
13160 | 2025.07.15 21:14:49.574109 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
13161 | 2025.07.15 21:14:49.574388 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13162 | 2025.07.15 21:14:49.574467 [ 187 ] {76160943-3abd-4e8a-86b6-3f08ce72b534::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
13163 | 2025.07.15 21:14:49.574549 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
13164 | 2025.07.15 21:14:49.578959 [ 191 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1885 rows, containing 19 columns (19 merged, 0 gathered) in 0.012672968 sec., 148741.79434525518 rows/sec., 266.54 MiB/sec. | ||
13165 | 2025.07.15 21:14:49.581120 [ 187 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
13166 | 2025.07.15 21:14:49.581478 [ 187 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13167 | 2025.07.15 21:14:49.581567 [ 187 ] {52d1ebe6-2e2e-4c39-8999-f1084f3ab645::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
13168 | 2025.07.15 21:14:49.581681 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.27 MiB. | ||
13169 | 2025.07.15 21:14:50.000185 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 335.32 MiB, peak 355.34 MiB, free memory in arenas 0.00 B, will set to 342.31 MiB (RSS), difference: 6.99 MiB | ||
13170 | 2025.07.15 21:14:50.716174 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598 | ||
13171 | 2025.07.15 21:14:50.716707 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13172 | 2025.07.15 21:14:50.716762 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13173 | 2025.07.15 21:14:50.717290 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13174 | 2025.07.15 21:14:50.717539 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13175 | 2025.07.15 21:14:50.717694 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598 | ||
13176 | 2025.07.15 21:14:52.475768 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 | ||
13177 | 2025.07.15 21:14:52.493520 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13178 | 2025.07.15 21:14:52.493586 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13179 | 2025.07.15 21:14:52.499781 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13180 | 2025.07.15 21:14:52.500568 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13181 | 2025.07.15 21:14:52.503996 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
13182 | 2025.07.15 21:14:53.299768 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1838 | ||
13183 | 2025.07.15 21:14:53.302314 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13184 | 2025.07.15 21:14:53.302360 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13185 | 2025.07.15 21:14:53.303552 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
13186 | 2025.07.15 21:14:53.303831 [ 243 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13187 | 2025.07.15 21:14:53.303986 [ 93 ] {} <Debug> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
13188 | 2025.07.15 21:14:53.304059 [ 93 ] {} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13189 | 2025.07.15 21:14:53.304084 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13190 | 2025.07.15 21:14:53.304090 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1838 | ||
13191 | 2025.07.15 21:14:53.304191 [ 191 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::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 | ||
13192 | 2025.07.15 21:14:53.304703 [ 191 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13193 | 2025.07.15 21:14:53.304837 [ 191 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1656 rows starting from the beginning of the part | ||
13194 | 2025.07.15 21:14:53.305212 [ 191 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 36 rows starting from the beginning of the part | ||
13195 | 2025.07.15 21:14:53.305537 [ 191 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 38 rows starting from the beginning of the part | ||
13196 | 2025.07.15 21:14:53.305871 [ 191 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part | ||
13197 | 2025.07.15 21:14:53.306193 [ 191 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 36 rows starting from the beginning of the part | ||
13198 | 2025.07.15 21:14:53.306517 [ 191 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 38 rows starting from the beginning of the part | ||
13199 | 2025.07.15 21:14:53.312994 [ 186 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1838 rows, containing 72 columns (72 merged, 0 gathered) in 0.008844219 sec., 207819.36765699717 rows/sec., 158.96 MiB/sec. | ||
13200 | 2025.07.15 21:14:53.314767 [ 199 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
13201 | 2025.07.15 21:14:53.315282 [ 199 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_51_10} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13202 | 2025.07.15 21:14:53.315359 [ 199 ] {29b223a9-8eae-420a-835f-5f1448cb0c25::all_1_51_10} <Trace> system.query_log (29b223a9-8eae-420a-835f-5f1448cb0c25) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
13203 | 2025.07.15 21:14:53.315476 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. | ||
13204 | 2025.07.15 21:14:54.525788 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13205 | 2025.07.15 21:14:54.525967 [ 260 ] {a3f02a4b-aadd-4865-929b-4c61bc050ca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
13206 | 2025.07.15 21:14:54.526031 [ 260 ] {a3f02a4b-aadd-4865-929b-4c61bc050ca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13207 | 2025.07.15 21:14:54.526724 [ 260 ] {a3f02a4b-aadd-4865-929b-4c61bc050ca9} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13208 | 2025.07.15 21:14:54.526769 [ 260 ] {a3f02a4b-aadd-4865-929b-4c61bc050ca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13209 | 2025.07.15 21:14:54.527163 [ 260 ] {a3f02a4b-aadd-4865-929b-4c61bc050ca9} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
13210 | 2025.07.15 21:14:54.527386 [ 260 ] {a3f02a4b-aadd-4865-929b-4c61bc050ca9} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13211 | 2025.07.15 21:14:54.527534 [ 260 ] {a3f02a4b-aadd-4865-929b-4c61bc050ca9} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001618 sec., 74165.63658838072 rows/sec., 6.28 MiB/sec. | ||
13212 | 2025.07.15 21:14:54.527575 [ 260 ] {a3f02a4b-aadd-4865-929b-4c61bc050ca9} <Debug> TCPHandler: Processed in 0.001914329 sec. | ||
13213 | 2025.07.15 21:14:54.527697 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13214 | 2025.07.15 21:14:54.527795 [ 260 ] {adc4d885-9afd-44a9-b7a1-418cb0917b75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
13215 | 2025.07.15 21:14:54.527836 [ 260 ] {adc4d885-9afd-44a9-b7a1-418cb0917b75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13216 | 2025.07.15 21:14:54.528245 [ 260 ] {adc4d885-9afd-44a9-b7a1-418cb0917b75} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13217 | 2025.07.15 21:14:54.528279 [ 260 ] {adc4d885-9afd-44a9-b7a1-418cb0917b75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13218 | 2025.07.15 21:14:54.528577 [ 260 ] {adc4d885-9afd-44a9-b7a1-418cb0917b75} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
13219 | 2025.07.15 21:14:54.528782 [ 260 ] {adc4d885-9afd-44a9-b7a1-418cb0917b75} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13220 | 2025.07.15 21:14:54.528910 [ 260 ] {adc4d885-9afd-44a9-b7a1-418cb0917b75} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001135 sec., 28193.832599118945 rows/sec., 2.07 MiB/sec. | ||
13221 | 2025.07.15 21:14:54.528947 [ 260 ] {adc4d885-9afd-44a9-b7a1-418cb0917b75} <Debug> TCPHandler: Processed in 0.001299104 sec. | ||
13222 | 2025.07.15 21:14:54.529055 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13223 | 2025.07.15 21:14:54.529148 [ 260 ] {2c99ba48-f2d6-4678-80b9-a5210f414300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
13224 | 2025.07.15 21:14:54.529187 [ 260 ] {2c99ba48-f2d6-4678-80b9-a5210f414300} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13225 | 2025.07.15 21:14:54.529607 [ 260 ] {2c99ba48-f2d6-4678-80b9-a5210f414300} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13226 | 2025.07.15 21:14:54.529641 [ 260 ] {2c99ba48-f2d6-4678-80b9-a5210f414300} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13227 | 2025.07.15 21:14:54.529949 [ 260 ] {2c99ba48-f2d6-4678-80b9-a5210f414300} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
13228 | 2025.07.15 21:14:54.530188 [ 260 ] {2c99ba48-f2d6-4678-80b9-a5210f414300} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13229 | 2025.07.15 21:14:54.530315 [ 260 ] {2c99ba48-f2d6-4678-80b9-a5210f414300} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001184 sec., 81081.08108108108 rows/sec., 6.33 MiB/sec. | ||
13230 | 2025.07.15 21:14:54.530351 [ 260 ] {2c99ba48-f2d6-4678-80b9-a5210f414300} <Debug> TCPHandler: Processed in 0.001344425 sec. | ||
13231 | 2025.07.15 21:14:54.530469 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13232 | 2025.07.15 21:14:54.530563 [ 260 ] {8ce748ac-8dcc-4b10-ae6c-05e5c80a539d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
13233 | 2025.07.15 21:14:54.530606 [ 260 ] {8ce748ac-8dcc-4b10-ae6c-05e5c80a539d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13234 | 2025.07.15 21:14:54.531010 [ 260 ] {8ce748ac-8dcc-4b10-ae6c-05e5c80a539d} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13235 | 2025.07.15 21:14:54.531043 [ 260 ] {8ce748ac-8dcc-4b10-ae6c-05e5c80a539d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13236 | 2025.07.15 21:14:54.531379 [ 260 ] {8ce748ac-8dcc-4b10-ae6c-05e5c80a539d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
13237 | 2025.07.15 21:14:54.531596 [ 260 ] {8ce748ac-8dcc-4b10-ae6c-05e5c80a539d} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13238 | 2025.07.15 21:14:54.531722 [ 260 ] {8ce748ac-8dcc-4b10-ae6c-05e5c80a539d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. | ||
13239 | 2025.07.15 21:14:54.531759 [ 260 ] {8ce748ac-8dcc-4b10-ae6c-05e5c80a539d} <Debug> TCPHandler: Processed in 0.001339845 sec. | ||
13240 | 2025.07.15 21:14:54.531862 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13241 | 2025.07.15 21:14:54.531954 [ 260 ] {34ba2649-bfca-458f-b80f-45b84c707d9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
13242 | 2025.07.15 21:14:54.532008 [ 260 ] {34ba2649-bfca-458f-b80f-45b84c707d9e} <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 | ||
13243 | 2025.07.15 21:14:54.532830 [ 260 ] {34ba2649-bfca-458f-b80f-45b84c707d9e} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13244 | 2025.07.15 21:14:54.532866 [ 260 ] {34ba2649-bfca-458f-b80f-45b84c707d9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13245 | 2025.07.15 21:14:54.533431 [ 260 ] {34ba2649-bfca-458f-b80f-45b84c707d9e} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
13246 | 2025.07.15 21:14:54.533656 [ 260 ] {34ba2649-bfca-458f-b80f-45b84c707d9e} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13247 | 2025.07.15 21:14:54.533793 [ 260 ] {34ba2649-bfca-458f-b80f-45b84c707d9e} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001857 sec., 17232.094776521273 rows/sec., 30.88 MiB/sec. | ||
13248 | 2025.07.15 21:14:54.533845 [ 260 ] {34ba2649-bfca-458f-b80f-45b84c707d9e} <Debug> TCPHandler: Processed in 0.002032132 sec. | ||
13249 | 2025.07.15 21:14:54.533958 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13250 | 2025.07.15 21:14:54.534052 [ 260 ] {f88c68a8-6dda-429b-a69d-875fdfed7f2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
13251 | 2025.07.15 21:14:54.534094 [ 260 ] {f88c68a8-6dda-429b-a69d-875fdfed7f2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13252 | 2025.07.15 21:14:54.534424 [ 260 ] {f88c68a8-6dda-429b-a69d-875fdfed7f2f} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13253 | 2025.07.15 21:14:54.534459 [ 260 ] {f88c68a8-6dda-429b-a69d-875fdfed7f2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13254 | 2025.07.15 21:14:54.534759 [ 260 ] {f88c68a8-6dda-429b-a69d-875fdfed7f2f} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
13255 | 2025.07.15 21:14:54.534996 [ 260 ] {f88c68a8-6dda-429b-a69d-875fdfed7f2f} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13256 | 2025.07.15 21:14:54.535124 [ 260 ] {f88c68a8-6dda-429b-a69d-875fdfed7f2f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. | ||
13257 | 2025.07.15 21:14:54.535161 [ 260 ] {f88c68a8-6dda-429b-a69d-875fdfed7f2f} <Debug> TCPHandler: Processed in 0.001252172 sec. | ||
13258 | 2025.07.15 21:14:56.479496 [ 89 ] {} <Debug> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada) (MergerMutator): Selected 5 parts from all_1_35_7 to all_39_39_0 | ||
13259 | 2025.07.15 21:14:56.479567 [ 89 ] {} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13260 | 2025.07.15 21:14:56.479591 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
13261 | 2025.07.15 21:14:56.479767 [ 195 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_35_7 to all_39_39_0 into Compact with storage Full | ||
13262 | 2025.07.15 21:14:56.479986 [ 195 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13263 | 2025.07.15 21:14:56.480042 [ 195 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 35 rows starting from the beginning of the part | ||
13264 | 2025.07.15 21:14:56.480145 [ 195 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
13265 | 2025.07.15 21:14:56.480219 [ 195 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
13266 | 2025.07.15 21:14:56.480285 [ 195 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
13267 | 2025.07.15 21:14:56.480349 [ 195 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
13268 | 2025.07.15 21:14:56.481214 [ 191 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39 rows, containing 4 columns (4 merged, 0 gathered) in 0.001525889 sec., 25558.87092704646 rows/sec., 1.68 MiB/sec. | ||
13269 | 2025.07.15 21:14:56.481354 [ 191 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) | ||
13270 | 2025.07.15 21:14:56.481647 [ 191 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_39_8} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13271 | 2025.07.15 21:14:56.481730 [ 191 ] {af4e8231-9cbc-478e-8e48-9276c869dada::all_1_39_8} <Trace> oximeter.measurements_f64 (af4e8231-9cbc-478e-8e48-9276c869dada) (MergerMutator): Merged 5 parts: [all_1_35_7, all_39_39_0] -> all_1_39_8 | ||
13272 | 2025.07.15 21:14:56.481825 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
13273 | 2025.07.15 21:14:57.978762 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13274 | 2025.07.15 21:14:57.978831 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13275 | 2025.07.15 21:14:58.186888 [ 220 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13276 | 2025.07.15 21:14:58.186942 [ 220 ] {} <Debug> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13277 | 2025.07.15 21:14:58.204649 [ 220 ] {} <Debug> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13278 | 2025.07.15 21:14:58.217806 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086 | ||
13279 | 2025.07.15 21:14:58.218306 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13280 | 2025.07.15 21:14:58.218346 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
13281 | 2025.07.15 21:14:58.218845 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13282 | 2025.07.15 21:14:58.219095 [ 244 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13283 | 2025.07.15 21:14:58.219244 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
13284 | 2025.07.15 21:14:58.219356 [ 225 ] {} <Trace> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13285 | 2025.07.15 21:14:58.219410 [ 225 ] {} <Debug> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13286 | 2025.07.15 21:14:58.223793 [ 225 ] {} <Debug> system.asynchronous_metric_log (f7db4a8a-f95c-47fc-a9e5-4dd25761439a): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13287 | 2025.07.15 21:14:59.016230 [ 223 ] {} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13288 | 2025.07.15 21:14:59.016288 [ 223 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13289 | 2025.07.15 21:14:59.020390 [ 223 ] {} <Debug> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13290 | 2025.07.15 21:14:59.062873 [ 225 ] {} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13291 | 2025.07.15 21:14:59.062927 [ 225 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13292 | 2025.07.15 21:14:59.065845 [ 225 ] {} <Debug> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13293 | 2025.07.15 21:14:59.365619 [ 219 ] {} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13294 | 2025.07.15 21:14:59.365690 [ 219 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13295 | 2025.07.15 21:14:59.369143 [ 219 ] {} <Debug> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13296 | 2025.07.15 21:14:59.524373 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13297 | 2025.07.15 21:14:59.524550 [ 260 ] {f148c5e8-2168-4170-86cc-cf1328525f8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
13298 | 2025.07.15 21:14:59.524619 [ 260 ] {f148c5e8-2168-4170-86cc-cf1328525f8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13299 | 2025.07.15 21:14:59.525306 [ 260 ] {f148c5e8-2168-4170-86cc-cf1328525f8d} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13300 | 2025.07.15 21:14:59.525358 [ 260 ] {f148c5e8-2168-4170-86cc-cf1328525f8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
13301 | 2025.07.15 21:14:59.525747 [ 260 ] {f148c5e8-2168-4170-86cc-cf1328525f8d} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
13302 | 2025.07.15 21:14:59.525979 [ 260 ] {f148c5e8-2168-4170-86cc-cf1328525f8d} <Trace> oximeter.fields_string (f3fed2cc-efdd-4c93-ac63-2eacca1086f4): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13303 | 2025.07.15 21:14:59.526139 [ 260 ] {f148c5e8-2168-4170-86cc-cf1328525f8d} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001638 sec., 45177.04517704518 rows/sec., 3.67 MiB/sec. | ||
13304 | 2025.07.15 21:14:59.526188 [ 260 ] {f148c5e8-2168-4170-86cc-cf1328525f8d} <Debug> TCPHandler: Processed in 0.00193791 sec. | ||
13305 | 2025.07.15 21:14:59.526322 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13306 | 2025.07.15 21:14:59.526424 [ 260 ] {1df7fadd-21d0-4a2c-99e3-6a093a3a6a13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
13307 | 2025.07.15 21:14:59.526467 [ 260 ] {1df7fadd-21d0-4a2c-99e3-6a093a3a6a13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13308 | 2025.07.15 21:14:59.526893 [ 260 ] {1df7fadd-21d0-4a2c-99e3-6a093a3a6a13} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13309 | 2025.07.15 21:14:59.526930 [ 260 ] {1df7fadd-21d0-4a2c-99e3-6a093a3a6a13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
13310 | 2025.07.15 21:14:59.527236 [ 260 ] {1df7fadd-21d0-4a2c-99e3-6a093a3a6a13} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
13311 | 2025.07.15 21:14:59.527443 [ 260 ] {1df7fadd-21d0-4a2c-99e3-6a093a3a6a13} <Trace> oximeter.fields_u16 (e7fd4f79-1a81-4758-82bf-4085ae7afdb1): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13312 | 2025.07.15 21:14:59.527573 [ 260 ] {1df7fadd-21d0-4a2c-99e3-6a093a3a6a13} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001174 sec., 7666.098807495741 rows/sec., 576.45 KiB/sec. | ||
13313 | 2025.07.15 21:14:59.527611 [ 260 ] {1df7fadd-21d0-4a2c-99e3-6a093a3a6a13} <Debug> TCPHandler: Processed in 0.001337955 sec. | ||
13314 | 2025.07.15 21:14:59.527721 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13315 | 2025.07.15 21:14:59.527812 [ 260 ] {b680e2e1-e386-4a15-90a6-2670dce852e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
13316 | 2025.07.15 21:14:59.527851 [ 260 ] {b680e2e1-e386-4a15-90a6-2670dce852e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13317 | 2025.07.15 21:14:59.528268 [ 260 ] {b680e2e1-e386-4a15-90a6-2670dce852e9} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13318 | 2025.07.15 21:14:59.528303 [ 260 ] {b680e2e1-e386-4a15-90a6-2670dce852e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
13319 | 2025.07.15 21:14:59.528601 [ 260 ] {b680e2e1-e386-4a15-90a6-2670dce852e9} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
13320 | 2025.07.15 21:14:59.528816 [ 260 ] {b680e2e1-e386-4a15-90a6-2670dce852e9} <Trace> oximeter.fields_uuid (356f697c-9853-4710-92c4-0a2e48007ad7): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13321 | 2025.07.15 21:14:59.528941 [ 260 ] {b680e2e1-e386-4a15-90a6-2670dce852e9} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001147 sec., 63644.28945074106 rows/sec., 4.97 MiB/sec. | ||
13322 | 2025.07.15 21:14:59.528977 [ 260 ] {b680e2e1-e386-4a15-90a6-2670dce852e9} <Debug> TCPHandler: Processed in 0.001302594 sec. | ||
13323 | 2025.07.15 21:14:59.529093 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13324 | 2025.07.15 21:14:59.529184 [ 260 ] {d5e881c0-e53c-4d18-9de9-db7980dea63a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
13325 | 2025.07.15 21:14:59.529226 [ 260 ] {d5e881c0-e53c-4d18-9de9-db7980dea63a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13326 | 2025.07.15 21:14:59.529641 [ 260 ] {d5e881c0-e53c-4d18-9de9-db7980dea63a} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13327 | 2025.07.15 21:14:59.529676 [ 260 ] {d5e881c0-e53c-4d18-9de9-db7980dea63a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
13328 | 2025.07.15 21:14:59.530012 [ 260 ] {d5e881c0-e53c-4d18-9de9-db7980dea63a} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
13329 | 2025.07.15 21:14:59.530227 [ 260 ] {d5e881c0-e53c-4d18-9de9-db7980dea63a} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13330 | 2025.07.15 21:14:59.530352 [ 260 ] {d5e881c0-e53c-4d18-9de9-db7980dea63a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001187 sec., 134793.59730412805 rows/sec., 9.39 MiB/sec. | ||
13331 | 2025.07.15 21:14:59.530388 [ 260 ] {d5e881c0-e53c-4d18-9de9-db7980dea63a} <Debug> TCPHandler: Processed in 0.001342475 sec. | ||
13332 | 2025.07.15 21:14:59.530459 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13333 | 2025.07.15 21:14:59.530501 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13334 | 2025.07.15 21:14:59.530506 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13335 | 2025.07.15 21:14:59.530599 [ 260 ] {b52b2e51-68cc-47de-8641-e31d7eaee879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
13336 | 2025.07.15 21:14:59.530657 [ 260 ] {b52b2e51-68cc-47de-8641-e31d7eaee879} <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 | ||
13337 | 2025.07.15 21:14:59.531411 [ 260 ] {b52b2e51-68cc-47de-8641-e31d7eaee879} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13338 | 2025.07.15 21:14:59.531446 [ 260 ] {b52b2e51-68cc-47de-8641-e31d7eaee879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
13339 | 2025.07.15 21:14:59.531963 [ 260 ] {b52b2e51-68cc-47de-8641-e31d7eaee879} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
13340 | 2025.07.15 21:14:59.532222 [ 260 ] {b52b2e51-68cc-47de-8641-e31d7eaee879} <Trace> oximeter.measurements_histogramu64 (52d1ebe6-2e2e-4c39-8999-f1084f3ab645): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13341 | 2025.07.15 21:14:59.532367 [ 260 ] {b52b2e51-68cc-47de-8641-e31d7eaee879} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001786 sec., 5039.193729003359 rows/sec., 9.03 MiB/sec. | ||
13342 | 2025.07.15 21:14:59.532421 [ 260 ] {b52b2e51-68cc-47de-8641-e31d7eaee879} <Debug> TCPHandler: Processed in 0.001966201 sec. | ||
13343 | 2025.07.15 21:14:59.532541 [ 260 ] {} <Trace> TCP-Session: 26e840c7-a24e-41b0-bdb6-84746629aeff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13344 | 2025.07.15 21:14:59.532633 [ 260 ] {8ff759a2-9d9c-4f6d-8676-0a36cf3613b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47385) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
13345 | 2025.07.15 21:14:59.532674 [ 260 ] {8ff759a2-9d9c-4f6d-8676-0a36cf3613b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13346 | 2025.07.15 21:14:59.533010 [ 260 ] {8ff759a2-9d9c-4f6d-8676-0a36cf3613b4} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13347 | 2025.07.15 21:14:59.533047 [ 260 ] {8ff759a2-9d9c-4f6d-8676-0a36cf3613b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
13348 | 2025.07.15 21:14:59.533386 [ 260 ] {8ff759a2-9d9c-4f6d-8676-0a36cf3613b4} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
13349 | 2025.07.15 21:14:59.533487 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (76160943-3abd-4e8a-86b6-3f08ce72b534): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
13350 | 2025.07.15 21:14:59.533621 [ 260 ] {8ff759a2-9d9c-4f6d-8676-0a36cf3613b4} <Trace> oximeter.measurements_u64 (6f08cb15-2339-44c5-a059-3b5df31bbb4c): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13351 | 2025.07.15 21:14:59.533757 [ 260 ] {8ff759a2-9d9c-4f6d-8676-0a36cf3613b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001142 sec., 52539.404553415065 rows/sec., 3.54 MiB/sec. | ||
13352 | 2025.07.15 21:14:59.533792 [ 260 ] {8ff759a2-9d9c-4f6d-8676-0a36cf3613b4} <Debug> TCPHandler: Processed in 0.001298023 sec. | ||
13353 | 2025.07.15 21:15:00.005030 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 | ||
13354 | 2025.07.15 21:15:00.021868 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13355 | 2025.07.15 21:15:00.021936 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
13356 | 2025.07.15 21:15:00.027926 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13357 | 2025.07.15 21:15:00.028615 [ 245 ] {} <Trace> system.metric_log (8a4cc9a8-fa2d-433d-ba38-04ee8adc3b9d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13358 | 2025.07.15 21:15:00.031497 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 527 | ||
13359 | 2025.07.15 21:15:00.765318 [ 83 ] {} <Debug> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0 | ||
13360 | 2025.07.15 21:15:00.765403 [ 83 ] {} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13361 | 2025.07.15 21:15:00.765435 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
13362 | 2025.07.15 21:15:00.765606 [ 186 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_30_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_26_6 to all_30_30_0 into Compact with storage Full | ||
13363 | 2025.07.15 21:15:00.765764 [ 186 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_30_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13364 | 2025.07.15 21:15:00.765810 [ 186 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 20 rows starting from the beginning of the part | ||
13365 | 2025.07.15 21:15:00.765894 [ 186 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
13366 | 2025.07.15 21:15:00.765956 [ 186 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
13367 | 2025.07.15 21:15:00.766020 [ 186 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
13368 | 2025.07.15 21:15:00.766081 [ 186 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
13369 | 2025.07.15 21:15:00.767258 [ 195 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_30_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001750185 sec., 21711.990446724205 rows/sec., 1.81 MiB/sec. | ||
13370 | 2025.07.15 21:15:00.767474 [ 192 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_30_7} <Trace> MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) | ||
13371 | 2025.07.15 21:15:00.767862 [ 192 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_30_7} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13372 | 2025.07.15 21:15:00.767988 [ 192 ] {d4cc1f3d-1abd-4272-b468-98e01c4300ec::all_1_30_7} <Trace> oximeter.fields_ipaddr (d4cc1f3d-1abd-4272-b468-98e01c4300ec) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7 | ||
13373 | 2025.07.15 21:15:00.768157 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. |