1 | [ Jul 18 19:15:05 Enabled. ] | ||
2 | [ Jul 18 19:15:05 Rereading configuration. ] | ||
3 | [ Jul 18 19:15:06 Rereading configuration. ] | ||
4 | [ Jul 18 19:15:08 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
5 | + set -o errexit | ||
6 | + set -o pipefail | ||
7 | + . /lib/svc/share/smf_include.sh | ||
8 | ++ SMF_EXIT_OK=0 | ||
9 | ++ SMF_EXIT_NODAEMON=94 | ||
10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
15 | ++ SMF_EXIT_ERR_PERM=100 | ||
16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
19 | + LISTEN_PORT=8123 | ||
20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
21 | + DATASTORE=/data | ||
22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
24 | [ Jul 18 19:15:08 Method "start" exited with status 0. ] | ||
25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
26 | Logging trace to /var/tmp/clickhouse-server.log | ||
27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
28 | 2025.07.18 19:15:09.855698 [ 1 ] {} <Information> Application: Will watch for the process with pid 28850 | ||
29 | 2025.07.18 19:15:09.856109 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
30 | 2025.07.18 19:15:10.260890 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: <unknown>), PID 28850 | ||
31 | 2025.07.18 19:15:10.261666 [ 1 ] {} <Information> Application: starting up | ||
32 | 2025.07.18 19:15:10.261802 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
33 | 2025.07.18 19:15:10.365554 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
34 | 2025.07.18 19:15:10.432229 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
35 | 2025.07.18 19:15:10.432314 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
36 | 2025.07.18 19:15:10.432336 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
37 | 2025.07.18 19:15:10.432403 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
38 | 2025.07.18 19:15:10.433069 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
39 | 2025.07.18 19:15:10.435439 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
42 | 2025.07.18 19:15:10.436348 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
43 | 2025.07.18 19:15:10.437251 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
44 | 2025.07.18 19:15:10.437311 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
45 | 2025.07.18 19:15:10.437355 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
46 | 2025.07.18 19:15:10.438111 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
47 | 2025.07.18 19:15:10.439082 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
48 | 2025.07.18 19:15:10.444038 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
49 | 2025.07.18 19:15:10.444730 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
50 | 2025.07.18 19:15:10.446193 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
51 | 2025.07.18 19:15:10.446293 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
52 | 2025.07.18 19:15:10.447361 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
55 | 2025.07.18 19:15:10.447812 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
56 | 2025.07.18 19:15:10.452067 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
57 | 2025.07.18 19:15:10.452534 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
58 | 2025.07.18 19:15:10.455882 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
59 | 2025.07.18 19:15:10.456256 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
60 | 2025.07.18 19:15:10.456641 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
61 | 2025.07.18 19:15:10.456981 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
62 | 2025.07.18 19:15:10.458424 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
63 | 2025.07.18 19:15:10.458452 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
64 | 2025.07.18 19:15:10.458540 [ 185 ] {} <Debug> DNSResolver: Updating DNS cache | ||
65 | 2025.07.18 19:15:10.458636 [ 185 ] {} <Debug> DNSResolver: Updated DNS cache | ||
66 | 2025.07.18 19:15:10.484193 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
67 | 2025.07.18 19:15:10.484220 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000164112 sec | ||
68 | 2025.07.18 19:15:10.484274 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
69 | 2025.07.18 19:15:10.484317 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
70 | 2025.07.18 19:15:10.485040 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
71 | 2025.07.18 19:15:10.485684 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
72 | 2025.07.18 19:15:10.496122 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
73 | 2025.07.18 19:15:10.496167 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
74 | 2025.07.18 19:15:10.496242 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
75 | 2025.07.18 19:15:10.496257 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
76 | 2025.07.18 19:15:10.496294 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
77 | 2025.07.18 19:15:10.496361 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
78 | 2025.07.18 19:15:10.500420 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
79 | 2025.07.18 19:15:10.500467 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
80 | 2025.07.18 19:15:10.500519 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
81 | 2025.07.18 19:15:10.500678 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
82 | 2025.07.18 19:15:10.500721 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
83 | 2025.07.18 19:15:10.500736 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
84 | 2025.07.18 19:15:10.500820 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
85 | 2025.07.18 19:15:10.500834 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
86 | 2025.07.18 19:15:10.500866 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
87 | 2025.07.18 19:15:10.501001 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
88 | 2025.07.18 19:15:10.524051 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
89 | 2025.07.18 19:15:10.530454 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
90 | 2025.07.18 19:15:10.530581 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000149942 sec | ||
91 | 2025.07.18 19:15:10.530598 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
92 | 2025.07.18 19:15:10.530610 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
93 | 2025.07.18 19:15:10.530638 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
94 | 2025.07.18 19:15:10.530871 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
95 | 2025.07.18 19:15:10.530985 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
96 | 2025.07.18 19:15:10.531005 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
97 | 2025.07.18 19:15:10.531019 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
98 | 2025.07.18 19:15:10.531034 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
99 | 2025.07.18 19:15:10.534709 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
100 | 2025.07.18 19:15:10.534931 [ 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.18 19:15:10.536402 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.277e-05 sec. | ||
102 | 2025.07.18 19:15:10.536815 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
103 | 2025.07.18 19:15:10.538225 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
104 | 2025.07.18 19:15:10.538244 [ 1 ] {} <Information> Application: Ready for connections. | ||
105 | 2025.07.18 19:15:11.001069 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 116.82 MiB, peak 116.82 MiB, free memory in arenas 0.00 B, will set to 118.35 MiB (RSS), difference: 1.53 MiB | ||
106 | 2025.07.18 19:15:11.222180 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64025 | ||
107 | 2025.07.18 19:15:11.223269 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
108 | 2025.07.18 19:15:11.223327 [ 3 ] {} <Debug> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Authenticating user 'default' from [fd00:1122:3344:101::d]:64025 | ||
109 | 2025.07.18 19:15:11.223366 [ 3 ] {} <Debug> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
110 | 2025.07.18 19:15:11.223378 [ 3 ] {} <Debug> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
111 | 2025.07.18 19:15:11.223470 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
112 | 2025.07.18 19:15:11.223505 [ 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 | ||
113 | 2025.07.18 19:15:11.223520 [ 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 | ||
114 | 2025.07.18 19:15:11.227806 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59390 | ||
115 | 2025.07.18 19:15:11.227906 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51141 | ||
116 | 2025.07.18 19:15:11.227917 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38065 | ||
117 | 2025.07.18 19:15:11.228043 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
118 | 2025.07.18 19:15:11.228086 [ 4 ] {} <Debug> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Authenticating user 'default' from [fd00:1122:3344:101::d]:59390 | ||
119 | 2025.07.18 19:15:11.228108 [ 4 ] {} <Debug> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2025.07.18 19:15:11.228125 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
121 | 2025.07.18 19:15:11.228136 [ 4 ] {} <Debug> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
122 | 2025.07.18 19:15:11.228152 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48306 | ||
123 | 2025.07.18 19:15:11.228173 [ 5 ] {} <Debug> TCP-Session: fd9b1b4b-c996-40c2-9128-6a4dd4e38b8d Authenticating user 'default' from [fd00:1122:3344:101::d]:51141 | ||
124 | 2025.07.18 19:15:11.228213 [ 5 ] {} <Debug> TCP-Session: fd9b1b4b-c996-40c2-9128-6a4dd4e38b8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
125 | 2025.07.18 19:15:11.228228 [ 5 ] {} <Debug> TCP-Session: fd9b1b4b-c996-40c2-9128-6a4dd4e38b8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
126 | 2025.07.18 19:15:11.228246 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
127 | 2025.07.18 19:15:11.228277 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44919 | ||
128 | 2025.07.18 19:15:11.228306 [ 254 ] {} <Debug> TCP-Session: 5b62734c-ee98-4908-9e58-b4170ef16474 Authenticating user 'default' from [fd00:1122:3344:101::d]:38065 | ||
129 | 2025.07.18 19:15:11.228328 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
130 | 2025.07.18 19:15:11.228346 [ 254 ] {} <Debug> TCP-Session: 5b62734c-ee98-4908-9e58-b4170ef16474 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
131 | 2025.07.18 19:15:11.228388 [ 254 ] {} <Debug> TCP-Session: 5b62734c-ee98-4908-9e58-b4170ef16474 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
132 | 2025.07.18 19:15:11.228394 [ 255 ] {} <Debug> TCP-Session: ed1c397e-d117-4146-8900-6325da037383 Authenticating user 'default' from [fd00:1122:3344:101::d]:48306 | ||
133 | 2025.07.18 19:15:11.228438 [ 255 ] {} <Debug> TCP-Session: ed1c397e-d117-4146-8900-6325da037383 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
134 | 2025.07.18 19:15:11.228454 [ 255 ] {} <Debug> TCP-Session: ed1c397e-d117-4146-8900-6325da037383 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
135 | 2025.07.18 19:15:11.228475 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57662 | ||
136 | 2025.07.18 19:15:11.228510 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
137 | 2025.07.18 19:15:11.228538 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61510 | ||
138 | 2025.07.18 19:15:11.228563 [ 256 ] {} <Debug> TCP-Session: 3bf91596-cd86-4042-a63d-4a03b26dee61 Authenticating user 'default' from [fd00:1122:3344:101::d]:44919 | ||
139 | 2025.07.18 19:15:11.228591 [ 256 ] {} <Debug> TCP-Session: 3bf91596-cd86-4042-a63d-4a03b26dee61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
140 | 2025.07.18 19:15:11.228613 [ 256 ] {} <Debug> TCP-Session: 3bf91596-cd86-4042-a63d-4a03b26dee61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
141 | 2025.07.18 19:15:11.228661 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
142 | 2025.07.18 19:15:11.228740 [ 257 ] {} <Debug> TCP-Session: a301898e-044e-432d-b137-79371a6c201f Authenticating user 'default' from [fd00:1122:3344:101::d]:57662 | ||
143 | 2025.07.18 19:15:11.228743 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53569 | ||
144 | 2025.07.18 19:15:11.228761 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
145 | 2025.07.18 19:15:11.228773 [ 257 ] {} <Debug> TCP-Session: a301898e-044e-432d-b137-79371a6c201f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
146 | 2025.07.18 19:15:11.228811 [ 258 ] {} <Debug> TCP-Session: e6bf04d9-cc30-4399-8262-d0462015fb49 Authenticating user 'default' from [fd00:1122:3344:101::d]:61510 | ||
147 | 2025.07.18 19:15:11.228812 [ 257 ] {} <Debug> TCP-Session: a301898e-044e-432d-b137-79371a6c201f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
148 | 2025.07.18 19:15:11.228853 [ 258 ] {} <Debug> TCP-Session: e6bf04d9-cc30-4399-8262-d0462015fb49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
149 | 2025.07.18 19:15:11.228874 [ 258 ] {} <Debug> TCP-Session: e6bf04d9-cc30-4399-8262-d0462015fb49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
150 | 2025.07.18 19:15:11.228880 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
151 | 2025.07.18 19:15:11.228926 [ 259 ] {} <Debug> TCP-Session: 4bd8c349-14bf-47a9-b7e7-e2459ab87315 Authenticating user 'default' from [fd00:1122:3344:101::d]:53569 | ||
152 | 2025.07.18 19:15:11.228941 [ 259 ] {} <Debug> TCP-Session: 4bd8c349-14bf-47a9-b7e7-e2459ab87315 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
153 | 2025.07.18 19:15:11.228964 [ 259 ] {} <Debug> TCP-Session: 4bd8c349-14bf-47a9-b7e7-e2459ab87315 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
154 | 2025.07.18 19:15:11.231799 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
155 | 2025.07.18 19:15:11.234391 [ 3 ] {bf39e5b8-5803-4ea6-9713-9c46887ee451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
156 | 2025.07.18 19:15:11.391154 [ 3 ] {bf39e5b8-5803-4ea6-9713-9c46887ee451} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:64025) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
157 | |||
158 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
159 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
160 | 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 | ||
161 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
162 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
163 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
164 | 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 | ||
165 | 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 | ||
166 | 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 | ||
167 | 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 | ||
168 | 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 | ||
169 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
170 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
171 | 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 | ||
172 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
173 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
174 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
175 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
176 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
177 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
178 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
179 | |||
180 | 2025.07.18 19:15:11.391917 [ 3 ] {bf39e5b8-5803-4ea6-9713-9c46887ee451} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
181 | |||
182 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
183 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
184 | 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 | ||
185 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
186 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
187 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
188 | 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 | ||
189 | 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 | ||
190 | 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 | ||
191 | 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 | ||
192 | 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 | ||
193 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
194 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
195 | 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 | ||
196 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
197 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
198 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
199 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
200 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
201 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
202 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
203 | |||
204 | 2025.07.18 19:15:11.391997 [ 3 ] {bf39e5b8-5803-4ea6-9713-9c46887ee451} <Debug> TCPHandler: Processed in 0.162107922 sec. | ||
205 | 2025.07.18 19:15:11.392522 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
206 | 2025.07.18 19:15:11.392776 [ 4 ] {f3f75726-e721-4e15-b38d-c8f7ed989247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
207 | 2025.07.18 19:15:11.393130 [ 4 ] {f3f75726-e721-4e15-b38d-c8f7ed989247} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:59390) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
208 | |||
209 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
210 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
211 | 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 | ||
212 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
213 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
214 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
215 | 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 | ||
216 | 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 | ||
217 | 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 | ||
218 | 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 | ||
219 | 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 | ||
220 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
221 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
222 | 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 | ||
223 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
224 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
225 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
226 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
227 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
228 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
229 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
230 | |||
231 | 2025.07.18 19:15:11.393256 [ 4 ] {f3f75726-e721-4e15-b38d-c8f7ed989247} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
232 | |||
233 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
234 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
235 | 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 | ||
236 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
237 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
238 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
239 | 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 | ||
240 | 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 | ||
241 | 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 | ||
242 | 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 | ||
243 | 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 | ||
244 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
245 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
246 | 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 | ||
247 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
248 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
249 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
250 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
251 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
252 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
253 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
254 | |||
255 | 2025.07.18 19:15:11.393325 [ 4 ] {f3f75726-e721-4e15-b38d-c8f7ed989247} <Debug> TCPHandler: Processed in 0.000975586 sec. | ||
256 | 2025.07.18 19:15:11.394163 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
257 | 2025.07.18 19:15:11.394874 [ 3 ] {1a7b92f6-efe6-4fdc-ba94-ef22fe572b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
258 | 2025.07.18 19:15:11.395456 [ 3 ] {1a7b92f6-efe6-4fdc-ba94-ef22fe572b7e} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
259 | 2025.07.18 19:15:11.401892 [ 3 ] {1a7b92f6-efe6-4fdc-ba94-ef22fe572b7e} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
260 | 2025.07.18 19:15:11.401917 [ 3 ] {1a7b92f6-efe6-4fdc-ba94-ef22fe572b7e} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.1941e-05 sec | ||
261 | 2025.07.18 19:15:11.401946 [ 3 ] {1a7b92f6-efe6-4fdc-ba94-ef22fe572b7e} <Trace> ReferentialDeps: No tables | ||
262 | 2025.07.18 19:15:11.401960 [ 3 ] {1a7b92f6-efe6-4fdc-ba94-ef22fe572b7e} <Trace> LoadingDeps: No tables | ||
263 | 2025.07.18 19:15:11.401987 [ 3 ] {1a7b92f6-efe6-4fdc-ba94-ef22fe572b7e} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
264 | 2025.07.18 19:15:11.402670 [ 3 ] {1a7b92f6-efe6-4fdc-ba94-ef22fe572b7e} <Debug> TCPHandler: Processed in 0.008620833 sec. | ||
265 | 2025.07.18 19:15:11.402826 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
266 | 2025.07.18 19:15:11.402975 [ 3 ] {1901df14-f7a4-4ed3-9a9f-6e4a23ae126a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) /* The version table contains metadata about the `oximeter` database */ | ||
267 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
268 | 2025.07.18 19:15:11.403036 [ 3 ] {1901df14-f7a4-4ed3-9a9f-6e4a23ae126a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
269 | 2025.07.18 19:15:11.407602 [ 3 ] {1901df14-f7a4-4ed3-9a9f-6e4a23ae126a} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
270 | 2025.07.18 19:15:11.412779 [ 3 ] {1901df14-f7a4-4ed3-9a9f-6e4a23ae126a} <Debug> oximeter.version (0fbabe04-fa2c-43f5-96d6-5a19e2d45b48): Loading data parts | ||
271 | 2025.07.18 19:15:11.413757 [ 3 ] {1901df14-f7a4-4ed3-9a9f-6e4a23ae126a} <Debug> oximeter.version (0fbabe04-fa2c-43f5-96d6-5a19e2d45b48): There are no data parts | ||
272 | 2025.07.18 19:15:11.424469 [ 3 ] {1901df14-f7a4-4ed3-9a9f-6e4a23ae126a} <Debug> TCPHandler: Processed in 0.021689133 sec. | ||
273 | 2025.07.18 19:15:11.424638 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
274 | 2025.07.18 19:15:11.424837 [ 3 ] {e8bbadd2-a8be-47fa-9109-ede4e4595856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) /* The measurement tables contain all individual samples from each timeseries. | ||
275 | * | ||
276 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
277 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
278 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
279 | * by all samples from the same timeseries. | ||
280 | * | ||
281 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
282 | * and then uses that to index quickly into the measurements tables. | ||
283 | */ | ||
284 | 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) | ||
285 | 2025.07.18 19:15:11.424909 [ 3 ] {e8bbadd2-a8be-47fa-9109-ede4e4595856} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
286 | 2025.07.18 19:15:11.434693 [ 3 ] {e8bbadd2-a8be-47fa-9109-ede4e4595856} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Loading data parts | ||
287 | 2025.07.18 19:15:11.434922 [ 3 ] {e8bbadd2-a8be-47fa-9109-ede4e4595856} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): There are no data parts | ||
288 | 2025.07.18 19:15:11.439217 [ 3 ] {e8bbadd2-a8be-47fa-9109-ede4e4595856} <Debug> TCPHandler: Processed in 0.014627825 sec. | ||
289 | 2025.07.18 19:15:11.439413 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
290 | 2025.07.18 19:15:11.439586 [ 3 ] {05bd47f1-70c0-4e55-bf87-70227dce1c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
291 | 2025.07.18 19:15:11.439643 [ 3 ] {05bd47f1-70c0-4e55-bf87-70227dce1c63} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
292 | 2025.07.18 19:15:11.445433 [ 3 ] {05bd47f1-70c0-4e55-bf87-70227dce1c63} <Debug> oximeter.measurements_i8 (1d3d1ad8-8149-42ad-b32b-be9b9e6be11a): Loading data parts | ||
293 | 2025.07.18 19:15:11.445593 [ 3 ] {05bd47f1-70c0-4e55-bf87-70227dce1c63} <Debug> oximeter.measurements_i8 (1d3d1ad8-8149-42ad-b32b-be9b9e6be11a): There are no data parts | ||
294 | 2025.07.18 19:15:11.450170 [ 3 ] {05bd47f1-70c0-4e55-bf87-70227dce1c63} <Debug> TCPHandler: Processed in 0.010814577 sec. | ||
295 | 2025.07.18 19:15:11.450321 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
296 | 2025.07.18 19:15:11.450496 [ 3 ] {2aa3811e-8eb2-4a37-ad32-c815c4f3528b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
297 | 2025.07.18 19:15:11.450538 [ 3 ] {2aa3811e-8eb2-4a37-ad32-c815c4f3528b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
298 | 2025.07.18 19:15:11.456479 [ 3 ] {2aa3811e-8eb2-4a37-ad32-c815c4f3528b} <Debug> oximeter.measurements_u8 (eb38a494-7b83-4a58-b398-bfac8638cec4): Loading data parts | ||
299 | 2025.07.18 19:15:11.456616 [ 3 ] {2aa3811e-8eb2-4a37-ad32-c815c4f3528b} <Debug> oximeter.measurements_u8 (eb38a494-7b83-4a58-b398-bfac8638cec4): There are no data parts | ||
300 | 2025.07.18 19:15:11.461436 [ 3 ] {2aa3811e-8eb2-4a37-ad32-c815c4f3528b} <Debug> TCPHandler: Processed in 0.011161652 sec. | ||
301 | 2025.07.18 19:15:11.461604 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
302 | 2025.07.18 19:15:11.461765 [ 3 ] {7ae5f4ac-10ef-4da3-8678-eead6b367e8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
303 | 2025.07.18 19:15:11.461824 [ 3 ] {7ae5f4ac-10ef-4da3-8678-eead6b367e8b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
304 | 2025.07.18 19:15:11.467700 [ 3 ] {7ae5f4ac-10ef-4da3-8678-eead6b367e8b} <Debug> oximeter.measurements_i16 (86c090cc-face-44f8-a739-d4cc8f2c47fb): Loading data parts | ||
305 | 2025.07.18 19:15:11.467848 [ 3 ] {7ae5f4ac-10ef-4da3-8678-eead6b367e8b} <Debug> oximeter.measurements_i16 (86c090cc-face-44f8-a739-d4cc8f2c47fb): There are no data parts | ||
306 | 2025.07.18 19:15:11.472580 [ 3 ] {7ae5f4ac-10ef-4da3-8678-eead6b367e8b} <Debug> TCPHandler: Processed in 0.011024779 sec. | ||
307 | 2025.07.18 19:15:11.472743 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
308 | 2025.07.18 19:15:11.472903 [ 3 ] {b638ddda-f7c1-44fb-9953-8a87db94be0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
309 | 2025.07.18 19:15:11.472963 [ 3 ] {b638ddda-f7c1-44fb-9953-8a87db94be0e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
310 | 2025.07.18 19:15:11.478861 [ 3 ] {b638ddda-f7c1-44fb-9953-8a87db94be0e} <Debug> oximeter.measurements_u16 (9fcd9438-413d-4ddd-a5a1-6099ff395a59): Loading data parts | ||
311 | 2025.07.18 19:15:11.479019 [ 3 ] {b638ddda-f7c1-44fb-9953-8a87db94be0e} <Debug> oximeter.measurements_u16 (9fcd9438-413d-4ddd-a5a1-6099ff395a59): There are no data parts | ||
312 | 2025.07.18 19:15:11.483985 [ 3 ] {b638ddda-f7c1-44fb-9953-8a87db94be0e} <Debug> TCPHandler: Processed in 0.011289513 sec. | ||
313 | 2025.07.18 19:15:11.484181 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
314 | 2025.07.18 19:15:11.484360 [ 3 ] {633b6716-f8d1-41d7-817a-58b685461963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
315 | 2025.07.18 19:15:11.484418 [ 3 ] {633b6716-f8d1-41d7-817a-58b685461963} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
316 | 2025.07.18 19:15:11.490174 [ 3 ] {633b6716-f8d1-41d7-817a-58b685461963} <Debug> oximeter.measurements_i32 (ea8c0bfb-a227-4c9a-945d-a1599c838f78): Loading data parts | ||
317 | 2025.07.18 19:15:11.490434 [ 3 ] {633b6716-f8d1-41d7-817a-58b685461963} <Debug> oximeter.measurements_i32 (ea8c0bfb-a227-4c9a-945d-a1599c838f78): There are no data parts | ||
318 | 2025.07.18 19:15:11.492616 [ 3 ] {633b6716-f8d1-41d7-817a-58b685461963} <Debug> TCPHandler: Processed in 0.008490501 sec. | ||
319 | 2025.07.18 19:15:11.492765 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
320 | 2025.07.18 19:15:11.492920 [ 3 ] {36305683-09ee-4960-baa0-cf6a7fdbbe85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
321 | 2025.07.18 19:15:11.492978 [ 3 ] {36305683-09ee-4960-baa0-cf6a7fdbbe85} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
322 | 2025.07.18 19:15:11.503970 [ 3 ] {36305683-09ee-4960-baa0-cf6a7fdbbe85} <Debug> oximeter.measurements_u32 (cf4499ac-72a3-4918-b7cf-7047bf835b85): Loading data parts | ||
323 | 2025.07.18 19:15:11.504145 [ 3 ] {36305683-09ee-4960-baa0-cf6a7fdbbe85} <Debug> oximeter.measurements_u32 (cf4499ac-72a3-4918-b7cf-7047bf835b85): There are no data parts | ||
324 | 2025.07.18 19:15:11.509306 [ 3 ] {36305683-09ee-4960-baa0-cf6a7fdbbe85} <Debug> TCPHandler: Processed in 0.016587455 sec. | ||
325 | 2025.07.18 19:15:11.509470 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
326 | 2025.07.18 19:15:11.509646 [ 3 ] {917c629d-d802-4db5-ac9a-636dcc461000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
327 | 2025.07.18 19:15:11.509700 [ 3 ] {917c629d-d802-4db5-ac9a-636dcc461000} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
328 | 2025.07.18 19:15:11.515594 [ 3 ] {917c629d-d802-4db5-ac9a-636dcc461000} <Debug> oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Loading data parts | ||
329 | 2025.07.18 19:15:11.515779 [ 3 ] {917c629d-d802-4db5-ac9a-636dcc461000} <Debug> oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): There are no data parts | ||
330 | 2025.07.18 19:15:11.520315 [ 3 ] {917c629d-d802-4db5-ac9a-636dcc461000} <Debug> TCPHandler: Processed in 0.010902218 sec. | ||
331 | 2025.07.18 19:15:11.520499 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
332 | 2025.07.18 19:15:11.520655 [ 3 ] {2f85544b-4032-49a8-a460-2c2d7b798724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
333 | 2025.07.18 19:15:11.520714 [ 3 ] {2f85544b-4032-49a8-a460-2c2d7b798724} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
334 | 2025.07.18 19:15:11.526606 [ 3 ] {2f85544b-4032-49a8-a460-2c2d7b798724} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Loading data parts | ||
335 | 2025.07.18 19:15:11.526786 [ 3 ] {2f85544b-4032-49a8-a460-2c2d7b798724} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): There are no data parts | ||
336 | 2025.07.18 19:15:11.531287 [ 3 ] {2f85544b-4032-49a8-a460-2c2d7b798724} <Debug> TCPHandler: Processed in 0.010848607 sec. | ||
337 | 2025.07.18 19:15:11.531446 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
338 | 2025.07.18 19:15:11.531626 [ 3 ] {acaa80bc-74fd-47e7-aafc-486f30c86d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
339 | 2025.07.18 19:15:11.531685 [ 3 ] {acaa80bc-74fd-47e7-aafc-486f30c86d75} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
340 | 2025.07.18 19:15:11.537546 [ 3 ] {acaa80bc-74fd-47e7-aafc-486f30c86d75} <Debug> oximeter.measurements_f32 (18884fb6-eb7e-416b-93af-f33719f7a452): Loading data parts | ||
341 | 2025.07.18 19:15:11.537704 [ 3 ] {acaa80bc-74fd-47e7-aafc-486f30c86d75} <Debug> oximeter.measurements_f32 (18884fb6-eb7e-416b-93af-f33719f7a452): There are no data parts | ||
342 | 2025.07.18 19:15:11.542530 [ 3 ] {acaa80bc-74fd-47e7-aafc-486f30c86d75} <Debug> TCPHandler: Processed in 0.011133022 sec. | ||
343 | 2025.07.18 19:15:11.542679 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
344 | 2025.07.18 19:15:11.542834 [ 3 ] {01a2f69c-f81e-4b5b-9d4a-494ccbf93a0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
345 | 2025.07.18 19:15:11.542896 [ 3 ] {01a2f69c-f81e-4b5b-9d4a-494ccbf93a0f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
346 | 2025.07.18 19:15:11.548861 [ 3 ] {01a2f69c-f81e-4b5b-9d4a-494ccbf93a0f} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Loading data parts | ||
347 | 2025.07.18 19:15:11.549022 [ 3 ] {01a2f69c-f81e-4b5b-9d4a-494ccbf93a0f} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): There are no data parts | ||
348 | 2025.07.18 19:15:11.554035 [ 3 ] {01a2f69c-f81e-4b5b-9d4a-494ccbf93a0f} <Debug> TCPHandler: Processed in 0.011404955 sec. | ||
349 | 2025.07.18 19:15:11.554196 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
350 | 2025.07.18 19:15:11.554371 [ 3 ] {5d709fa1-4ae1-47ad-ae2d-f15ab35cdd73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
351 | 2025.07.18 19:15:11.554438 [ 3 ] {5d709fa1-4ae1-47ad-ae2d-f15ab35cdd73} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
352 | 2025.07.18 19:15:11.558407 [ 3 ] {5d709fa1-4ae1-47ad-ae2d-f15ab35cdd73} <Debug> oximeter.measurements_string (dc37e6b5-e216-424f-a494-0b79804a4dfd): Loading data parts | ||
353 | 2025.07.18 19:15:11.558566 [ 3 ] {5d709fa1-4ae1-47ad-ae2d-f15ab35cdd73} <Debug> oximeter.measurements_string (dc37e6b5-e216-424f-a494-0b79804a4dfd): There are no data parts | ||
354 | 2025.07.18 19:15:11.566215 [ 3 ] {5d709fa1-4ae1-47ad-ae2d-f15ab35cdd73} <Debug> TCPHandler: Processed in 0.012067966 sec. | ||
355 | 2025.07.18 19:15:11.566379 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
356 | 2025.07.18 19:15:11.566535 [ 3 ] {5a938f0b-4108-4d66-85a9-2d58dcde5ed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
357 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
358 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
359 | * a string isn't palatable for a few reasons. | ||
360 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
361 | * details. | ||
362 | */ | ||
363 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
364 | 2025.07.18 19:15:11.566608 [ 3 ] {5a938f0b-4108-4d66-85a9-2d58dcde5ed5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
365 | 2025.07.18 19:15:11.569533 [ 3 ] {5a938f0b-4108-4d66-85a9-2d58dcde5ed5} <Debug> oximeter.measurements_bytes (daeb8be1-374a-44e1-bcdc-2bbfd6c99f66): Loading data parts | ||
366 | 2025.07.18 19:15:11.569690 [ 3 ] {5a938f0b-4108-4d66-85a9-2d58dcde5ed5} <Debug> oximeter.measurements_bytes (daeb8be1-374a-44e1-bcdc-2bbfd6c99f66): There are no data parts | ||
367 | 2025.07.18 19:15:11.577298 [ 3 ] {5a938f0b-4108-4d66-85a9-2d58dcde5ed5} <Debug> TCPHandler: Processed in 0.010966648 sec. | ||
368 | 2025.07.18 19:15:11.577444 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
369 | 2025.07.18 19:15:11.577602 [ 3 ] {65c9bee1-b318-49f3-80c0-5b269d212a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
370 | 2025.07.18 19:15:11.577663 [ 3 ] {65c9bee1-b318-49f3-80c0-5b269d212a97} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
371 | 2025.07.18 19:15:11.580521 [ 3 ] {65c9bee1-b318-49f3-80c0-5b269d212a97} <Debug> oximeter.measurements_cumulativei64 (67a37e02-79e1-4de7-b1ae-52abde304e62): Loading data parts | ||
372 | 2025.07.18 19:15:11.580666 [ 3 ] {65c9bee1-b318-49f3-80c0-5b269d212a97} <Debug> oximeter.measurements_cumulativei64 (67a37e02-79e1-4de7-b1ae-52abde304e62): There are no data parts | ||
373 | 2025.07.18 19:15:11.588770 [ 3 ] {65c9bee1-b318-49f3-80c0-5b269d212a97} <Debug> TCPHandler: Processed in 0.011373705 sec. | ||
374 | 2025.07.18 19:15:11.588924 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
375 | 2025.07.18 19:15:11.589092 [ 3 ] {40eee0c0-8be3-4e72-8924-45753ed5c753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
376 | 2025.07.18 19:15:11.589151 [ 3 ] {40eee0c0-8be3-4e72-8924-45753ed5c753} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
377 | 2025.07.18 19:15:11.592147 [ 3 ] {40eee0c0-8be3-4e72-8924-45753ed5c753} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Loading data parts | ||
378 | 2025.07.18 19:15:11.592314 [ 3 ] {40eee0c0-8be3-4e72-8924-45753ed5c753} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): There are no data parts | ||
379 | 2025.07.18 19:15:11.599955 [ 3 ] {40eee0c0-8be3-4e72-8924-45753ed5c753} <Debug> TCPHandler: Processed in 0.011080371 sec. | ||
380 | 2025.07.18 19:15:11.600099 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
381 | 2025.07.18 19:15:11.600276 [ 3 ] {6dad1061-377f-4ac7-be26-6fc98793bd5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
382 | 2025.07.18 19:15:11.600327 [ 3 ] {6dad1061-377f-4ac7-be26-6fc98793bd5f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
383 | 2025.07.18 19:15:11.603206 [ 3 ] {6dad1061-377f-4ac7-be26-6fc98793bd5f} <Debug> oximeter.measurements_cumulativef32 (9f7a7c56-b66d-49cd-a0d4-68ed790f170e): Loading data parts | ||
384 | 2025.07.18 19:15:11.603391 [ 3 ] {6dad1061-377f-4ac7-be26-6fc98793bd5f} <Debug> oximeter.measurements_cumulativef32 (9f7a7c56-b66d-49cd-a0d4-68ed790f170e): There are no data parts | ||
385 | 2025.07.18 19:15:11.609772 [ 3 ] {6dad1061-377f-4ac7-be26-6fc98793bd5f} <Debug> TCPHandler: Processed in 0.00972192 sec. | ||
386 | 2025.07.18 19:15:11.609921 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
387 | 2025.07.18 19:15:11.610086 [ 3 ] {ab1d6e77-b0e2-4fbd-a787-ad11605ece81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
388 | 2025.07.18 19:15:11.610147 [ 3 ] {ab1d6e77-b0e2-4fbd-a787-ad11605ece81} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
389 | 2025.07.18 19:15:11.612822 [ 3 ] {ab1d6e77-b0e2-4fbd-a787-ad11605ece81} <Debug> oximeter.measurements_cumulativef64 (ef73a992-0620-452b-85cd-2235b43fa00b): Loading data parts | ||
390 | 2025.07.18 19:15:11.612979 [ 3 ] {ab1d6e77-b0e2-4fbd-a787-ad11605ece81} <Debug> oximeter.measurements_cumulativef64 (ef73a992-0620-452b-85cd-2235b43fa00b): There are no data parts | ||
391 | 2025.07.18 19:15:11.617442 [ 3 ] {ab1d6e77-b0e2-4fbd-a787-ad11605ece81} <Debug> TCPHandler: Processed in 0.007569386 sec. | ||
392 | 2025.07.18 19:15:11.617602 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
393 | 2025.07.18 19:15:11.617845 [ 3 ] {eb381ec5-e8a5-4c2f-b8df-46365db4f1a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
394 | * NOTE: Array types cannot be Nullable, see | ||
395 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
396 | * for more details. | ||
397 | * | ||
398 | * This means we need to use empty arrays to indicate a missing value. This | ||
399 | * is unfortunate, and at this point relies on the fact that an | ||
400 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
401 | * to figure out another way to represent missing samples here. | ||
402 | */ | ||
403 | 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) | ||
404 | 2025.07.18 19:15:11.617923 [ 3 ] {eb381ec5-e8a5-4c2f-b8df-46365db4f1a6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
405 | 2025.07.18 19:15:11.623609 [ 3 ] {eb381ec5-e8a5-4c2f-b8df-46365db4f1a6} <Debug> oximeter.measurements_histogrami8 (707a25f4-cdff-4543-9ec0-2a5caadf1015): Loading data parts | ||
406 | 2025.07.18 19:15:11.623743 [ 3 ] {eb381ec5-e8a5-4c2f-b8df-46365db4f1a6} <Debug> oximeter.measurements_histogrami8 (707a25f4-cdff-4543-9ec0-2a5caadf1015): There are no data parts | ||
407 | 2025.07.18 19:15:11.628595 [ 3 ] {eb381ec5-e8a5-4c2f-b8df-46365db4f1a6} <Debug> TCPHandler: Processed in 0.0110423 sec. | ||
408 | 2025.07.18 19:15:11.628741 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2025.07.18 19:15:11.628952 [ 3 ] {ff529d50-ea1a-42c1-92d4-3a54d8a682b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
410 | 2025.07.18 19:15:11.629024 [ 3 ] {ff529d50-ea1a-42c1-92d4-3a54d8a682b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
411 | 2025.07.18 19:15:11.637260 [ 3 ] {ff529d50-ea1a-42c1-92d4-3a54d8a682b2} <Debug> oximeter.measurements_histogramu8 (b22cbb41-27a7-45d7-a838-3c31d94f2bc8): Loading data parts | ||
412 | 2025.07.18 19:15:11.637425 [ 3 ] {ff529d50-ea1a-42c1-92d4-3a54d8a682b2} <Debug> oximeter.measurements_histogramu8 (b22cbb41-27a7-45d7-a838-3c31d94f2bc8): There are no data parts | ||
413 | 2025.07.18 19:15:11.642109 [ 3 ] {ff529d50-ea1a-42c1-92d4-3a54d8a682b2} <Debug> TCPHandler: Processed in 0.013417067 sec. | ||
414 | 2025.07.18 19:15:11.642272 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
415 | 2025.07.18 19:15:11.642539 [ 3 ] {0711ee4d-88eb-4405-855d-326742766606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
416 | 2025.07.18 19:15:11.642613 [ 3 ] {0711ee4d-88eb-4405-855d-326742766606} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
417 | 2025.07.18 19:15:11.649548 [ 3 ] {0711ee4d-88eb-4405-855d-326742766606} <Debug> oximeter.measurements_histogrami16 (2fbf9496-c743-4f9d-81b7-ed62907b7ff7): Loading data parts | ||
418 | 2025.07.18 19:15:11.649669 [ 3 ] {0711ee4d-88eb-4405-855d-326742766606} <Debug> oximeter.measurements_histogrami16 (2fbf9496-c743-4f9d-81b7-ed62907b7ff7): There are no data parts | ||
419 | 2025.07.18 19:15:11.653952 [ 3 ] {0711ee4d-88eb-4405-855d-326742766606} <Debug> TCPHandler: Processed in 0.01173735 sec. | ||
420 | 2025.07.18 19:15:11.654159 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2025.07.18 19:15:11.654441 [ 3 ] {3c26dbdf-7883-4988-9df6-64a316328309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
422 | 2025.07.18 19:15:11.654524 [ 3 ] {3c26dbdf-7883-4988-9df6-64a316328309} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
423 | 2025.07.18 19:15:11.660194 [ 3 ] {3c26dbdf-7883-4988-9df6-64a316328309} <Debug> oximeter.measurements_histogramu16 (dcc089a1-a48d-4a29-9665-eea530d0b322): Loading data parts | ||
424 | 2025.07.18 19:15:11.660409 [ 3 ] {3c26dbdf-7883-4988-9df6-64a316328309} <Debug> oximeter.measurements_histogramu16 (dcc089a1-a48d-4a29-9665-eea530d0b322): There are no data parts | ||
425 | 2025.07.18 19:15:11.671075 [ 3 ] {3c26dbdf-7883-4988-9df6-64a316328309} <Debug> TCPHandler: Processed in 0.016994051 sec. | ||
426 | 2025.07.18 19:15:11.671227 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
427 | 2025.07.18 19:15:11.671460 [ 3 ] {f216c457-fc8b-4f02-8f9e-ba31eaeaab94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
428 | 2025.07.18 19:15:11.671530 [ 3 ] {f216c457-fc8b-4f02-8f9e-ba31eaeaab94} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
429 | 2025.07.18 19:15:11.677243 [ 3 ] {f216c457-fc8b-4f02-8f9e-ba31eaeaab94} <Debug> oximeter.measurements_histogrami32 (a9380b81-66e5-4542-ba5c-26608eb421d4): Loading data parts | ||
430 | 2025.07.18 19:15:11.677404 [ 3 ] {f216c457-fc8b-4f02-8f9e-ba31eaeaab94} <Debug> oximeter.measurements_histogrami32 (a9380b81-66e5-4542-ba5c-26608eb421d4): There are no data parts | ||
431 | 2025.07.18 19:15:11.682247 [ 3 ] {f216c457-fc8b-4f02-8f9e-ba31eaeaab94} <Debug> TCPHandler: Processed in 0.01107022 sec. | ||
432 | 2025.07.18 19:15:11.682445 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2025.07.18 19:15:11.682672 [ 3 ] {5d9ffc7e-7664-40a0-992b-509455949952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
434 | 2025.07.18 19:15:11.682743 [ 3 ] {5d9ffc7e-7664-40a0-992b-509455949952} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
435 | 2025.07.18 19:15:11.689768 [ 3 ] {5d9ffc7e-7664-40a0-992b-509455949952} <Debug> oximeter.measurements_histogramu32 (76a2e3d9-91af-4382-87bf-e85a3dc6351e): Loading data parts | ||
436 | 2025.07.18 19:15:11.689925 [ 3 ] {5d9ffc7e-7664-40a0-992b-509455949952} <Debug> oximeter.measurements_histogramu32 (76a2e3d9-91af-4382-87bf-e85a3dc6351e): There are no data parts | ||
437 | 2025.07.18 19:15:11.694825 [ 3 ] {5d9ffc7e-7664-40a0-992b-509455949952} <Debug> TCPHandler: Processed in 0.012439431 sec. | ||
438 | 2025.07.18 19:15:11.695005 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
439 | 2025.07.18 19:15:11.695292 [ 3 ] {e28153eb-31e6-459b-8402-d1c2679a6ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
440 | 2025.07.18 19:15:11.695374 [ 3 ] {e28153eb-31e6-459b-8402-d1c2679a6ba5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
441 | 2025.07.18 19:15:11.702935 [ 3 ] {e28153eb-31e6-459b-8402-d1c2679a6ba5} <Debug> oximeter.measurements_histogrami64 (d4fb3fc7-a560-4532-b42d-8573b5634ec3): Loading data parts | ||
442 | 2025.07.18 19:15:11.703195 [ 3 ] {e28153eb-31e6-459b-8402-d1c2679a6ba5} <Debug> oximeter.measurements_histogrami64 (d4fb3fc7-a560-4532-b42d-8573b5634ec3): There are no data parts | ||
443 | 2025.07.18 19:15:11.706065 [ 3 ] {e28153eb-31e6-459b-8402-d1c2679a6ba5} <Debug> TCPHandler: Processed in 0.011117961 sec. | ||
444 | 2025.07.18 19:15:11.706235 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2025.07.18 19:15:11.706444 [ 3 ] {adb3bb80-3f75-42b6-bb9d-e3db18c15237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
446 | 2025.07.18 19:15:11.706514 [ 3 ] {adb3bb80-3f75-42b6-bb9d-e3db18c15237} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
447 | 2025.07.18 19:15:11.711612 [ 3 ] {adb3bb80-3f75-42b6-bb9d-e3db18c15237} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Loading data parts | ||
448 | 2025.07.18 19:15:11.711733 [ 3 ] {adb3bb80-3f75-42b6-bb9d-e3db18c15237} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): There are no data parts | ||
449 | 2025.07.18 19:15:11.718184 [ 3 ] {adb3bb80-3f75-42b6-bb9d-e3db18c15237} <Debug> TCPHandler: Processed in 0.011995915 sec. | ||
450 | 2025.07.18 19:15:11.718352 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
451 | 2025.07.18 19:15:11.718593 [ 3 ] {29982cc8-521c-4508-bd18-4420d8906d79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
452 | 2025.07.18 19:15:11.718665 [ 3 ] {29982cc8-521c-4508-bd18-4420d8906d79} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
453 | 2025.07.18 19:15:11.724209 [ 3 ] {29982cc8-521c-4508-bd18-4420d8906d79} <Debug> oximeter.measurements_histogramf32 (a0fc92e7-6711-4288-b743-e6189bf00185): Loading data parts | ||
454 | 2025.07.18 19:15:11.724334 [ 3 ] {29982cc8-521c-4508-bd18-4420d8906d79} <Debug> oximeter.measurements_histogramf32 (a0fc92e7-6711-4288-b743-e6189bf00185): There are no data parts | ||
455 | 2025.07.18 19:15:11.730740 [ 3 ] {29982cc8-521c-4508-bd18-4420d8906d79} <Debug> TCPHandler: Processed in 0.012447081 sec. | ||
456 | 2025.07.18 19:15:11.730907 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
457 | 2025.07.18 19:15:11.731129 [ 3 ] {93eb103c-e508-4ce0-9db8-d95b3548d304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
458 | 2025.07.18 19:15:11.731200 [ 3 ] {93eb103c-e508-4ce0-9db8-d95b3548d304} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
459 | 2025.07.18 19:15:11.736788 [ 3 ] {93eb103c-e508-4ce0-9db8-d95b3548d304} <Debug> oximeter.measurements_histogramf64 (213a124d-803e-4ccd-ab7d-11f87724279e): Loading data parts | ||
460 | 2025.07.18 19:15:11.736924 [ 3 ] {93eb103c-e508-4ce0-9db8-d95b3548d304} <Debug> oximeter.measurements_histogramf64 (213a124d-803e-4ccd-ab7d-11f87724279e): There are no data parts | ||
461 | 2025.07.18 19:15:11.744581 [ 3 ] {93eb103c-e508-4ce0-9db8-d95b3548d304} <Debug> TCPHandler: Processed in 0.013723861 sec. | ||
462 | 2025.07.18 19:15:11.744735 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
463 | 2025.07.18 19:15:11.744910 [ 3 ] {571811ae-cb65-4139-a12a-b07b1ea60335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) /* The field tables store named dimensions of each timeseries. | ||
464 | * | ||
465 | * As with the measurement tables, there is one field table for each field data | ||
466 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
467 | * this behavior **must not** be relied upon for query correctness. | ||
468 | * | ||
469 | * The index for the fields differs from the measurements, however. Rows are | ||
470 | * sorted by timeseries name, then field name, field value, and finally | ||
471 | * timeseries key. This reflects the most common pattern for looking them up: | ||
472 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
473 | * usually then used to look up measurements. | ||
474 | * | ||
475 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
476 | * timeseries name and then key, since it would improve lookups where one | ||
477 | * already has the key. Realistically though, these tables are quite small and | ||
478 | * so performance benefits will be low in absolute terms. | ||
479 | * | ||
480 | * TTL: We use a materialized column to expire old field table records. This | ||
481 | * column is generated automatically by the database whenever a new row is | ||
482 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
483 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
484 | * record will remain during a deduplication, which will have the last | ||
485 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
486 | * measurement tables. | ||
487 | */ | ||
488 | 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) | ||
489 | 2025.07.18 19:15:11.744980 [ 3 ] {571811ae-cb65-4139-a12a-b07b1ea60335} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
490 | 2025.07.18 19:15:11.750534 [ 3 ] {571811ae-cb65-4139-a12a-b07b1ea60335} <Debug> oximeter.fields_bool (24290b00-ef17-4c1f-b3a0-102bb321b9c2): Loading data parts | ||
491 | 2025.07.18 19:15:11.750704 [ 3 ] {571811ae-cb65-4139-a12a-b07b1ea60335} <Debug> oximeter.fields_bool (24290b00-ef17-4c1f-b3a0-102bb321b9c2): There are no data parts | ||
492 | 2025.07.18 19:15:11.757202 [ 3 ] {571811ae-cb65-4139-a12a-b07b1ea60335} <Debug> TCPHandler: Processed in 0.012516222 sec. | ||
493 | 2025.07.18 19:15:11.757366 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
494 | 2025.07.18 19:15:11.757567 [ 3 ] {e67b14e7-c1b4-4ead-8da1-d142c84a891f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
495 | 2025.07.18 19:15:11.757629 [ 3 ] {e67b14e7-c1b4-4ead-8da1-d142c84a891f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
496 | 2025.07.18 19:15:11.764339 [ 3 ] {e67b14e7-c1b4-4ead-8da1-d142c84a891f} <Debug> oximeter.fields_i8 (2b9a93fc-8309-4814-b164-9cbb30b31c55): Loading data parts | ||
497 | 2025.07.18 19:15:11.764542 [ 3 ] {e67b14e7-c1b4-4ead-8da1-d142c84a891f} <Debug> oximeter.fields_i8 (2b9a93fc-8309-4814-b164-9cbb30b31c55): There are no data parts | ||
498 | 2025.07.18 19:15:11.768363 [ 3 ] {e67b14e7-c1b4-4ead-8da1-d142c84a891f} <Debug> TCPHandler: Processed in 0.0110561 sec. | ||
499 | 2025.07.18 19:15:11.768527 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2025.07.18 19:15:11.768680 [ 3 ] {d554bd69-f5c6-4310-8ee0-b6b8ecca963e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
501 | 2025.07.18 19:15:11.768744 [ 3 ] {d554bd69-f5c6-4310-8ee0-b6b8ecca963e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
502 | 2025.07.18 19:15:11.773735 [ 3 ] {d554bd69-f5c6-4310-8ee0-b6b8ecca963e} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Loading data parts | ||
503 | 2025.07.18 19:15:11.773969 [ 3 ] {d554bd69-f5c6-4310-8ee0-b6b8ecca963e} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): There are no data parts | ||
504 | 2025.07.18 19:15:11.778602 [ 3 ] {d554bd69-f5c6-4310-8ee0-b6b8ecca963e} <Debug> TCPHandler: Processed in 0.010130365 sec. | ||
505 | 2025.07.18 19:15:11.778773 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
506 | 2025.07.18 19:15:11.778989 [ 3 ] {e5d60d5d-0e66-4cf7-a04e-333ecb3e882b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
507 | 2025.07.18 19:15:11.779061 [ 3 ] {e5d60d5d-0e66-4cf7-a04e-333ecb3e882b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
508 | 2025.07.18 19:15:11.785056 [ 3 ] {e5d60d5d-0e66-4cf7-a04e-333ecb3e882b} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Loading data parts | ||
509 | 2025.07.18 19:15:11.785249 [ 3 ] {e5d60d5d-0e66-4cf7-a04e-333ecb3e882b} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): There are no data parts | ||
510 | 2025.07.18 19:15:11.796295 [ 3 ] {e5d60d5d-0e66-4cf7-a04e-333ecb3e882b} <Debug> TCPHandler: Processed in 0.017583191 sec. | ||
511 | 2025.07.18 19:15:11.796447 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2025.07.18 19:15:11.796601 [ 3 ] {45629365-578a-4223-bca3-e9068ecf42ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
513 | 2025.07.18 19:15:11.796673 [ 3 ] {45629365-578a-4223-bca3-e9068ecf42ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
514 | 2025.07.18 19:15:11.802409 [ 3 ] {45629365-578a-4223-bca3-e9068ecf42ab} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Loading data parts | ||
515 | 2025.07.18 19:15:11.802641 [ 3 ] {45629365-578a-4223-bca3-e9068ecf42ab} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): There are no data parts | ||
516 | 2025.07.18 19:15:11.809041 [ 3 ] {45629365-578a-4223-bca3-e9068ecf42ab} <Debug> TCPHandler: Processed in 0.012642704 sec. | ||
517 | 2025.07.18 19:15:11.809207 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
518 | 2025.07.18 19:15:11.809431 [ 3 ] {174b63ca-845a-40c6-a7c4-825f8dc66659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
519 | 2025.07.18 19:15:11.809505 [ 3 ] {174b63ca-845a-40c6-a7c4-825f8dc66659} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
520 | 2025.07.18 19:15:11.814739 [ 3 ] {174b63ca-845a-40c6-a7c4-825f8dc66659} <Debug> oximeter.fields_i32 (4afce7c7-0689-46aa-aece-60050b9476bf): Loading data parts | ||
521 | 2025.07.18 19:15:11.814992 [ 3 ] {174b63ca-845a-40c6-a7c4-825f8dc66659} <Debug> oximeter.fields_i32 (4afce7c7-0689-46aa-aece-60050b9476bf): There are no data parts | ||
522 | 2025.07.18 19:15:11.823855 [ 3 ] {174b63ca-845a-40c6-a7c4-825f8dc66659} <Debug> TCPHandler: Processed in 0.014705886 sec. | ||
523 | 2025.07.18 19:15:11.824019 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
524 | 2025.07.18 19:15:11.824203 [ 3 ] {ca725598-b0a7-4a13-bdcf-705d68792944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
525 | 2025.07.18 19:15:11.824278 [ 3 ] {ca725598-b0a7-4a13-bdcf-705d68792944} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
526 | 2025.07.18 19:15:11.829890 [ 3 ] {ca725598-b0a7-4a13-bdcf-705d68792944} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Loading data parts | ||
527 | 2025.07.18 19:15:11.830061 [ 3 ] {ca725598-b0a7-4a13-bdcf-705d68792944} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): There are no data parts | ||
528 | 2025.07.18 19:15:11.836376 [ 3 ] {ca725598-b0a7-4a13-bdcf-705d68792944} <Debug> TCPHandler: Processed in 0.012415771 sec. | ||
529 | 2025.07.18 19:15:11.836533 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
530 | 2025.07.18 19:15:11.836744 [ 3 ] {f4d34f53-e8d1-4400-8e8a-ea56bb34050e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
531 | 2025.07.18 19:15:11.836814 [ 3 ] {f4d34f53-e8d1-4400-8e8a-ea56bb34050e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
532 | 2025.07.18 19:15:11.842339 [ 3 ] {f4d34f53-e8d1-4400-8e8a-ea56bb34050e} <Debug> oximeter.fields_i64 (c74f8beb-66fe-4bba-af0b-11a72593e532): Loading data parts | ||
533 | 2025.07.18 19:15:11.842474 [ 3 ] {f4d34f53-e8d1-4400-8e8a-ea56bb34050e} <Debug> oximeter.fields_i64 (c74f8beb-66fe-4bba-af0b-11a72593e532): There are no data parts | ||
534 | 2025.07.18 19:15:11.848908 [ 3 ] {f4d34f53-e8d1-4400-8e8a-ea56bb34050e} <Debug> TCPHandler: Processed in 0.012427101 sec. | ||
535 | 2025.07.18 19:15:11.849076 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
536 | 2025.07.18 19:15:11.849270 [ 3 ] {3bf8668e-eb59-4833-96d7-9ff8b7bb7d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
537 | 2025.07.18 19:15:11.849344 [ 3 ] {3bf8668e-eb59-4833-96d7-9ff8b7bb7d0a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
538 | 2025.07.18 19:15:11.853300 [ 3 ] {3bf8668e-eb59-4833-96d7-9ff8b7bb7d0a} <Debug> oximeter.fields_u64 (651256d4-0d53-42c2-9b8e-087dcff54dca): Loading data parts | ||
539 | 2025.07.18 19:15:11.853458 [ 3 ] {3bf8668e-eb59-4833-96d7-9ff8b7bb7d0a} <Debug> oximeter.fields_u64 (651256d4-0d53-42c2-9b8e-087dcff54dca): There are no data parts | ||
540 | 2025.07.18 19:15:11.859860 [ 3 ] {3bf8668e-eb59-4833-96d7-9ff8b7bb7d0a} <Debug> TCPHandler: Processed in 0.010841907 sec. | ||
541 | 2025.07.18 19:15:11.860028 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
542 | 2025.07.18 19:15:11.860232 [ 3 ] {407532fe-85dd-458c-9e03-5aa1f8c6ca62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
543 | 2025.07.18 19:15:11.860292 [ 3 ] {407532fe-85dd-458c-9e03-5aa1f8c6ca62} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
544 | 2025.07.18 19:15:11.865728 [ 3 ] {407532fe-85dd-458c-9e03-5aa1f8c6ca62} <Debug> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Loading data parts | ||
545 | 2025.07.18 19:15:11.865921 [ 3 ] {407532fe-85dd-458c-9e03-5aa1f8c6ca62} <Debug> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): There are no data parts | ||
546 | 2025.07.18 19:15:11.873533 [ 3 ] {407532fe-85dd-458c-9e03-5aa1f8c6ca62} <Debug> TCPHandler: Processed in 0.013564388 sec. | ||
547 | 2025.07.18 19:15:11.873697 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
548 | 2025.07.18 19:15:11.873880 [ 3 ] {641970c9-4604-4133-b02a-859d3d655a71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
549 | 2025.07.18 19:15:11.873944 [ 3 ] {641970c9-4604-4133-b02a-859d3d655a71} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
550 | 2025.07.18 19:15:11.878562 [ 3 ] {641970c9-4604-4133-b02a-859d3d655a71} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Loading data parts | ||
551 | 2025.07.18 19:15:11.878754 [ 3 ] {641970c9-4604-4133-b02a-859d3d655a71} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): There are no data parts | ||
552 | 2025.07.18 19:15:11.886343 [ 3 ] {641970c9-4604-4133-b02a-859d3d655a71} <Debug> TCPHandler: Processed in 0.012704855 sec. | ||
553 | 2025.07.18 19:15:11.886486 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
554 | 2025.07.18 19:15:11.886671 [ 3 ] {2cac6dab-eda7-4ff5-a409-17cc2f8ecb94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
555 | 2025.07.18 19:15:11.886737 [ 3 ] {2cac6dab-eda7-4ff5-a409-17cc2f8ecb94} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
556 | 2025.07.18 19:15:11.890996 [ 3 ] {2cac6dab-eda7-4ff5-a409-17cc2f8ecb94} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Loading data parts | ||
557 | 2025.07.18 19:15:11.891115 [ 3 ] {2cac6dab-eda7-4ff5-a409-17cc2f8ecb94} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): There are no data parts | ||
558 | 2025.07.18 19:15:11.897371 [ 3 ] {2cac6dab-eda7-4ff5-a409-17cc2f8ecb94} <Debug> TCPHandler: Processed in 0.010931299 sec. | ||
559 | 2025.07.18 19:15:11.897547 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
560 | 2025.07.18 19:15:11.897792 [ 3 ] {f7158ffe-36fc-4e72-a713-6779260bde10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) /* The timeseries schema table stores the extracted schema for the samples | ||
561 | * oximeter collects. | ||
562 | */ | ||
563 | 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) | ||
564 | 2025.07.18 19:15:11.897879 [ 3 ] {f7158ffe-36fc-4e72-a713-6779260bde10} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
565 | 2025.07.18 19:15:11.903339 [ 3 ] {f7158ffe-36fc-4e72-a713-6779260bde10} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Loading data parts | ||
566 | 2025.07.18 19:15:11.903473 [ 3 ] {f7158ffe-36fc-4e72-a713-6779260bde10} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): There are no data parts | ||
567 | 2025.07.18 19:15:11.909749 [ 3 ] {f7158ffe-36fc-4e72-a713-6779260bde10} <Debug> TCPHandler: Processed in 0.012250778 sec. | ||
568 | 2025.07.18 19:15:11.910029 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
569 | 2025.07.18 19:15:11.910315 [ 4 ] {5e63a2f6-794f-43a8-8757-4db0e09fec25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
570 | 2025.07.18 19:15:11.911594 [ 4 ] {5e63a2f6-794f-43a8-8757-4db0e09fec25} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
571 | 2025.07.18 19:15:11.931580 [ 260 ] {5e63a2f6-794f-43a8-8757-4db0e09fec25} <Trace> oximeter.version (0fbabe04-fa2c-43f5-96d6-5a19e2d45b48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
572 | 2025.07.18 19:15:11.931621 [ 260 ] {5e63a2f6-794f-43a8-8757-4db0e09fec25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
573 | 2025.07.18 19:15:11.935573 [ 260 ] {5e63a2f6-794f-43a8-8757-4db0e09fec25} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
574 | 2025.07.18 19:15:11.935936 [ 260 ] {5e63a2f6-794f-43a8-8757-4db0e09fec25} <Trace> oximeter.version (0fbabe04-fa2c-43f5-96d6-5a19e2d45b48): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
575 | 2025.07.18 19:15:11.936197 [ 4 ] {5e63a2f6-794f-43a8-8757-4db0e09fec25} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.026004 sec., 38.45562221196739 rows/sec., 615.29 B/sec. | ||
576 | 2025.07.18 19:15:11.936511 [ 4 ] {5e63a2f6-794f-43a8-8757-4db0e09fec25} <Debug> TCPHandler: Processed in 0.026605559 sec. | ||
577 | 2025.07.18 19:15:12.000162 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 125.70 MiB, peak 125.70 MiB, free memory in arenas 0.00 B, will set to 138.02 MiB (RSS), difference: 12.32 MiB | ||
578 | 2025.07.18 19:15:13.409631 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40896 | ||
579 | 2025.07.18 19:15:13.409908 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
580 | 2025.07.18 19:15:13.409953 [ 262 ] {} <Debug> TCP-Session: 648244da-180b-4fbe-80b8-2620520a1ff6 Authenticating user 'default' from [fd00:1122:3344:101::b]:40896 | ||
581 | 2025.07.18 19:15:13.409978 [ 262 ] {} <Debug> TCP-Session: 648244da-180b-4fbe-80b8-2620520a1ff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
582 | 2025.07.18 19:15:13.410052 [ 262 ] {} <Debug> TCP-Session: 648244da-180b-4fbe-80b8-2620520a1ff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
583 | 2025.07.18 19:15:13.410173 [ 262 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
584 | 2025.07.18 19:15:13.410205 [ 262 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
585 | 2025.07.18 19:15:13.410322 [ 262 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
586 | 2025.07.18 19:15:13.411469 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60397 | ||
587 | 2025.07.18 19:15:13.411659 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52571 | ||
588 | 2025.07.18 19:15:13.411660 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43437 | ||
589 | 2025.07.18 19:15:13.411724 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55525 | ||
590 | 2025.07.18 19:15:13.411797 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42186 | ||
591 | 2025.07.18 19:15:13.411940 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46040 | ||
592 | 2025.07.18 19:15:13.411955 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
593 | 2025.07.18 19:15:13.412048 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52230 | ||
594 | 2025.07.18 19:15:13.412077 [ 263 ] {} <Debug> TCP-Session: 6b161581-cf72-4589-861e-0380445c6ba6 Authenticating user 'default' from [fd00:1122:3344:101::b]:60397 | ||
595 | 2025.07.18 19:15:13.412324 [ 263 ] {} <Debug> TCP-Session: 6b161581-cf72-4589-861e-0380445c6ba6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
596 | 2025.07.18 19:15:13.412340 [ 263 ] {} <Debug> TCP-Session: 6b161581-cf72-4589-861e-0380445c6ba6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
597 | 2025.07.18 19:15:13.412758 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
598 | 2025.07.18 19:15:13.412891 [ 269 ] {} <Debug> TCP-Session: 59772a7a-c1ed-4ccd-8403-3f2e40fea3c1 Authenticating user 'default' from [fd00:1122:3344:101::b]:52230 | ||
599 | 2025.07.18 19:15:13.412915 [ 269 ] {} <Debug> TCP-Session: 59772a7a-c1ed-4ccd-8403-3f2e40fea3c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2025.07.18 19:15:13.412928 [ 269 ] {} <Debug> TCP-Session: 59772a7a-c1ed-4ccd-8403-3f2e40fea3c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
601 | 2025.07.18 19:15:13.413341 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
602 | 2025.07.18 19:15:13.413397 [ 268 ] {} <Debug> TCP-Session: ad4338e8-91cb-4c8b-b6ac-f04a38460dcf Authenticating user 'default' from [fd00:1122:3344:101::b]:46040 | ||
603 | 2025.07.18 19:15:13.413421 [ 268 ] {} <Debug> TCP-Session: ad4338e8-91cb-4c8b-b6ac-f04a38460dcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2025.07.18 19:15:13.413644 [ 268 ] {} <Debug> TCP-Session: ad4338e8-91cb-4c8b-b6ac-f04a38460dcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2025.07.18 19:15:13.414627 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
606 | 2025.07.18 19:15:13.414666 [ 267 ] {} <Debug> TCP-Session: 18d506d7-7192-4e6b-b39e-808154aedc22 Authenticating user 'default' from [fd00:1122:3344:101::b]:42186 | ||
607 | 2025.07.18 19:15:13.414673 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
608 | 2025.07.18 19:15:13.414799 [ 267 ] {} <Debug> TCP-Session: 18d506d7-7192-4e6b-b39e-808154aedc22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
609 | 2025.07.18 19:15:13.414820 [ 265 ] {} <Debug> TCP-Session: 7982cfc4-33b9-4415-9029-36c4d89aea99 Authenticating user 'default' from [fd00:1122:3344:101::b]:43437 | ||
610 | 2025.07.18 19:15:13.414820 [ 267 ] {} <Debug> TCP-Session: 18d506d7-7192-4e6b-b39e-808154aedc22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
611 | 2025.07.18 19:15:13.414995 [ 265 ] {} <Debug> TCP-Session: 7982cfc4-33b9-4415-9029-36c4d89aea99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2025.07.18 19:15:13.415016 [ 265 ] {} <Debug> TCP-Session: 7982cfc4-33b9-4415-9029-36c4d89aea99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
613 | 2025.07.18 19:15:13.423475 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
614 | 2025.07.18 19:15:13.423492 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
615 | 2025.07.18 19:15:13.423538 [ 266 ] {} <Debug> TCP-Session: 34988448-dbbe-4b29-94ae-511cea75ae74 Authenticating user 'default' from [fd00:1122:3344:101::b]:55525 | ||
616 | 2025.07.18 19:15:13.423554 [ 264 ] {} <Debug> TCP-Session: 025c1e75-3571-4b61-9513-92739af315e6 Authenticating user 'default' from [fd00:1122:3344:101::b]:52571 | ||
617 | 2025.07.18 19:15:13.423564 [ 266 ] {} <Debug> TCP-Session: 34988448-dbbe-4b29-94ae-511cea75ae74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
618 | 2025.07.18 19:15:13.423689 [ 264 ] {} <Debug> TCP-Session: 025c1e75-3571-4b61-9513-92739af315e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
619 | 2025.07.18 19:15:13.423700 [ 266 ] {} <Debug> TCP-Session: 34988448-dbbe-4b29-94ae-511cea75ae74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
620 | 2025.07.18 19:15:13.423714 [ 264 ] {} <Debug> TCP-Session: 025c1e75-3571-4b61-9513-92739af315e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
621 | 2025.07.18 19:15:14.002124 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51946 | ||
622 | 2025.07.18 19:15:14.002327 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
623 | 2025.07.18 19:15:14.002459 [ 270 ] {} <Debug> TCP-Session: f6150580-4e8a-4002-9277-c18ad36a39fd Authenticating user 'default' from [fd00:1122:3344:101::c]:51946 | ||
624 | 2025.07.18 19:15:14.002484 [ 270 ] {} <Debug> TCP-Session: f6150580-4e8a-4002-9277-c18ad36a39fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2025.07.18 19:15:14.002497 [ 270 ] {} <Debug> TCP-Session: f6150580-4e8a-4002-9277-c18ad36a39fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
626 | 2025.07.18 19:15:14.002645 [ 270 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
627 | 2025.07.18 19:15:14.002672 [ 270 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
628 | 2025.07.18 19:15:14.002775 [ 270 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
629 | 2025.07.18 19:15:14.003952 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53493 | ||
630 | 2025.07.18 19:15:14.004050 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57889 | ||
631 | 2025.07.18 19:15:14.004173 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39190 | ||
632 | 2025.07.18 19:15:14.004259 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45115 | ||
633 | 2025.07.18 19:15:14.004413 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43497 | ||
634 | 2025.07.18 19:15:14.004490 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
635 | 2025.07.18 19:15:14.004596 [ 271 ] {} <Debug> TCP-Session: 24058789-c1a4-4b4d-abf1-a6a5f0466b9f Authenticating user 'default' from [fd00:1122:3344:101::c]:53493 | ||
636 | 2025.07.18 19:15:14.004606 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48693 | ||
637 | 2025.07.18 19:15:14.004625 [ 271 ] {} <Debug> TCP-Session: 24058789-c1a4-4b4d-abf1-a6a5f0466b9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
638 | 2025.07.18 19:15:14.004668 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
639 | 2025.07.18 19:15:14.004767 [ 271 ] {} <Debug> TCP-Session: 24058789-c1a4-4b4d-abf1-a6a5f0466b9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
640 | 2025.07.18 19:15:14.004799 [ 272 ] {} <Debug> TCP-Session: 415dc241-bc81-45a4-8a43-41d34420bf8f Authenticating user 'default' from [fd00:1122:3344:101::c]:57889 | ||
641 | 2025.07.18 19:15:14.004784 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
642 | 2025.07.18 19:15:14.004758 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
643 | 2025.07.18 19:15:14.004802 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51083 | ||
644 | 2025.07.18 19:15:14.005069 [ 272 ] {} <Debug> TCP-Session: 415dc241-bc81-45a4-8a43-41d34420bf8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
645 | 2025.07.18 19:15:14.005142 [ 273 ] {} <Debug> TCP-Session: 598266b7-6f52-46f9-b814-7a181c807aa9 Authenticating user 'default' from [fd00:1122:3344:101::c]:39190 | ||
646 | 2025.07.18 19:15:14.005099 [ 275 ] {} <Debug> TCP-Session: 6948963e-627e-4294-ba57-afd3a3013971 Authenticating user 'default' from [fd00:1122:3344:101::c]:43497 | ||
647 | 2025.07.18 19:15:14.005212 [ 272 ] {} <Debug> TCP-Session: 415dc241-bc81-45a4-8a43-41d34420bf8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
648 | 2025.07.18 19:15:14.005246 [ 273 ] {} <Debug> TCP-Session: 598266b7-6f52-46f9-b814-7a181c807aa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
649 | 2025.07.18 19:15:14.005226 [ 275 ] {} <Debug> TCP-Session: 6948963e-627e-4294-ba57-afd3a3013971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
650 | 2025.07.18 19:15:14.005391 [ 275 ] {} <Debug> TCP-Session: 6948963e-627e-4294-ba57-afd3a3013971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
651 | 2025.07.18 19:15:14.005405 [ 273 ] {} <Debug> TCP-Session: 598266b7-6f52-46f9-b814-7a181c807aa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
652 | 2025.07.18 19:15:14.006084 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
653 | 2025.07.18 19:15:14.006143 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
654 | 2025.07.18 19:15:14.006147 [ 276 ] {} <Debug> TCP-Session: 8c5b9610-8c83-4f45-958c-2a9e819a967a Authenticating user 'default' from [fd00:1122:3344:101::c]:48693 | ||
655 | 2025.07.18 19:15:14.006329 [ 274 ] {} <Debug> TCP-Session: ccc21ae2-8c3b-430e-b1be-3e419f523164 Authenticating user 'default' from [fd00:1122:3344:101::c]:45115 | ||
656 | 2025.07.18 19:15:14.006341 [ 276 ] {} <Debug> TCP-Session: 8c5b9610-8c83-4f45-958c-2a9e819a967a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
657 | 2025.07.18 19:15:14.006360 [ 274 ] {} <Debug> TCP-Session: ccc21ae2-8c3b-430e-b1be-3e419f523164 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
658 | 2025.07.18 19:15:14.006489 [ 276 ] {} <Debug> TCP-Session: 8c5b9610-8c83-4f45-958c-2a9e819a967a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
659 | 2025.07.18 19:15:14.006502 [ 274 ] {} <Debug> TCP-Session: ccc21ae2-8c3b-430e-b1be-3e419f523164 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
660 | 2025.07.18 19:15:14.013159 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
661 | 2025.07.18 19:15:14.013239 [ 277 ] {} <Debug> TCP-Session: 9accb160-d78b-44b9-a8d1-2da8267ac150 Authenticating user 'default' from [fd00:1122:3344:101::c]:51083 | ||
662 | 2025.07.18 19:15:14.013264 [ 277 ] {} <Debug> TCP-Session: 9accb160-d78b-44b9-a8d1-2da8267ac150 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
663 | 2025.07.18 19:15:14.013407 [ 277 ] {} <Debug> TCP-Session: 9accb160-d78b-44b9-a8d1-2da8267ac150 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
664 | 2025.07.18 19:15:14.158690 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56586 | ||
665 | 2025.07.18 19:15:14.158859 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
666 | 2025.07.18 19:15:14.158889 [ 278 ] {} <Debug> TCP-Session: e13f3daf-8cfe-44ca-9ae5-bbe65a2a068d Authenticating user 'default' from [fd00:1122:3344:101::a]:56586 | ||
667 | 2025.07.18 19:15:14.159012 [ 278 ] {} <Debug> TCP-Session: e13f3daf-8cfe-44ca-9ae5-bbe65a2a068d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
668 | 2025.07.18 19:15:14.159026 [ 278 ] {} <Debug> TCP-Session: e13f3daf-8cfe-44ca-9ae5-bbe65a2a068d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2025.07.18 19:15:14.159096 [ 278 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
670 | 2025.07.18 19:15:14.159229 [ 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 | ||
671 | 2025.07.18 19:15:14.159246 [ 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 | ||
672 | 2025.07.18 19:15:14.161730 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46977 | ||
673 | 2025.07.18 19:15:14.161939 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
674 | 2025.07.18 19:15:14.161973 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47230 | ||
675 | 2025.07.18 19:15:14.162045 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59108 | ||
676 | 2025.07.18 19:15:14.161977 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40713 | ||
677 | 2025.07.18 19:15:14.162130 [ 279 ] {} <Debug> TCP-Session: 3bee09dd-14a1-4cd9-af85-cfad84bb46c2 Authenticating user 'default' from [fd00:1122:3344:101::a]:46977 | ||
678 | 2025.07.18 19:15:14.162143 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42402 | ||
679 | 2025.07.18 19:15:14.162254 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54293 | ||
680 | 2025.07.18 19:15:14.162289 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
681 | 2025.07.18 19:15:14.162378 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
682 | 2025.07.18 19:15:14.162424 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
683 | 2025.07.18 19:15:14.162422 [ 282 ] {} <Debug> TCP-Session: 4572b223-7f28-410f-9ce8-fadad2d9c014 Authenticating user 'default' from [fd00:1122:3344:101::a]:59108 | ||
684 | 2025.07.18 19:15:14.162392 [ 279 ] {} <Debug> TCP-Session: 3bee09dd-14a1-4cd9-af85-cfad84bb46c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
685 | 2025.07.18 19:15:14.162681 [ 280 ] {} <Debug> TCP-Session: c0901813-3d22-4014-9df2-a7e03fc07d56 Authenticating user 'default' from [fd00:1122:3344:101::a]:47230 | ||
686 | 2025.07.18 19:15:14.162635 [ 282 ] {} <Debug> TCP-Session: 4572b223-7f28-410f-9ce8-fadad2d9c014 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
687 | 2025.07.18 19:15:14.162634 [ 281 ] {} <Debug> TCP-Session: 35fab953-dbbc-4b4f-980b-3affbe25f785 Authenticating user 'default' from [fd00:1122:3344:101::a]:40713 | ||
688 | 2025.07.18 19:15:14.162823 [ 280 ] {} <Debug> TCP-Session: c0901813-3d22-4014-9df2-a7e03fc07d56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2025.07.18 19:15:14.162793 [ 282 ] {} <Debug> TCP-Session: 4572b223-7f28-410f-9ce8-fadad2d9c014 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
690 | 2025.07.18 19:15:14.162780 [ 279 ] {} <Debug> TCP-Session: 3bee09dd-14a1-4cd9-af85-cfad84bb46c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
691 | 2025.07.18 19:15:14.162912 [ 280 ] {} <Debug> TCP-Session: c0901813-3d22-4014-9df2-a7e03fc07d56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
692 | 2025.07.18 19:15:14.162895 [ 281 ] {} <Debug> TCP-Session: 35fab953-dbbc-4b4f-980b-3affbe25f785 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2025.07.18 19:15:14.162380 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55026 | ||
694 | 2025.07.18 19:15:14.163020 [ 281 ] {} <Debug> TCP-Session: 35fab953-dbbc-4b4f-980b-3affbe25f785 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
695 | 2025.07.18 19:15:14.165280 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
696 | 2025.07.18 19:15:14.165319 [ 285 ] {} <Debug> TCP-Session: e3fe6bef-4325-40c5-a48f-c640925ceb89 Authenticating user 'default' from [fd00:1122:3344:101::a]:55026 | ||
697 | 2025.07.18 19:15:14.165335 [ 285 ] {} <Debug> TCP-Session: e3fe6bef-4325-40c5-a48f-c640925ceb89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
698 | 2025.07.18 19:15:14.165553 [ 285 ] {} <Debug> TCP-Session: e3fe6bef-4325-40c5-a48f-c640925ceb89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
699 | 2025.07.18 19:15:14.170005 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
700 | 2025.07.18 19:15:14.170037 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
701 | 2025.07.18 19:15:14.170060 [ 284 ] {} <Debug> TCP-Session: c70f23f7-8c73-45b6-9e41-25403378e5ea Authenticating user 'default' from [fd00:1122:3344:101::a]:54293 | ||
702 | 2025.07.18 19:15:14.170358 [ 283 ] {} <Debug> TCP-Session: ef5e45d7-7938-439a-ba43-dfbb56ce1c73 Authenticating user 'default' from [fd00:1122:3344:101::a]:42402 | ||
703 | 2025.07.18 19:15:14.170362 [ 284 ] {} <Debug> TCP-Session: c70f23f7-8c73-45b6-9e41-25403378e5ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
704 | 2025.07.18 19:15:14.170385 [ 283 ] {} <Debug> TCP-Session: ef5e45d7-7938-439a-ba43-dfbb56ce1c73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2025.07.18 19:15:14.170524 [ 284 ] {} <Debug> TCP-Session: c70f23f7-8c73-45b6-9e41-25403378e5ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2025.07.18 19:15:14.170537 [ 283 ] {} <Debug> TCP-Session: ef5e45d7-7938-439a-ba43-dfbb56ce1c73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
707 | 2025.07.18 19:15:15.000182 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 138.81 MiB, peak 138.81 MiB, free memory in arenas 0.00 B, will set to 139.82 MiB (RSS), difference: 1.02 MiB | ||
708 | 2025.07.18 19:15:18.001396 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
709 | 2025.07.18 19:15:18.001439 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
710 | 2025.07.18 19:15:18.001493 [ 245 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
711 | 2025.07.18 19:15:18.001802 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
712 | 2025.07.18 19:15:18.005968 [ 244 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Loading data parts | ||
713 | 2025.07.18 19:15:18.006153 [ 244 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): There are no data parts | ||
714 | 2025.07.18 19:15:18.010815 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
715 | 2025.07.18 19:15:18.010872 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
716 | 2025.07.18 19:15:18.023016 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
717 | 2025.07.18 19:15:18.023883 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
718 | 2025.07.18 19:15:18.024148 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
719 | 2025.07.18 19:15:18.027451 [ 245 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Loading data parts | ||
720 | 2025.07.18 19:15:18.027844 [ 245 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): There are no data parts | ||
721 | 2025.07.18 19:15:18.060409 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
722 | 2025.07.18 19:15:18.060512 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
723 | 2025.07.18 19:15:18.069288 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
724 | 2025.07.18 19:15:18.071586 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
725 | 2025.07.18 19:15:18.077218 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
726 | 2025.07.18 19:15:19.000220 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 144.87 MiB, peak 148.87 MiB, free memory in arenas 0.00 B, will set to 153.90 MiB (RSS), difference: 9.03 MiB | ||
727 | 2025.07.18 19:15:20.501292 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
728 | 2025.07.18 19:15:20.501429 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
729 | 2025.07.18 19:15:20.506195 [ 243 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Loading data parts | ||
730 | 2025.07.18 19:15:20.506431 [ 243 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): There are no data parts | ||
731 | 2025.07.18 19:15:20.515469 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
732 | 2025.07.18 19:15:20.515510 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
733 | 2025.07.18 19:15:20.517170 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
734 | 2025.07.18 19:15:20.517735 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
735 | 2025.07.18 19:15:20.518128 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
736 | 2025.07.18 19:15:21.000199 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.09 MiB, peak 158.09 MiB, free memory in arenas 0.00 B, will set to 154.88 MiB (RSS), difference: -3.22 MiB | ||
737 | 2025.07.18 19:15:25.458877 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
738 | 2025.07.18 19:15:25.459050 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
739 | 2025.07.18 19:15:25.524237 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
740 | 2025.07.18 19:15:25.529038 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
741 | 2025.07.18 19:15:25.529093 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
742 | 2025.07.18 19:15:25.530004 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
743 | 2025.07.18 19:15:25.530463 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
744 | 2025.07.18 19:15:25.532643 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
745 | 2025.07.18 19:15:25.577303 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
746 | 2025.07.18 19:15:25.594989 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
747 | 2025.07.18 19:15:25.595048 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
748 | 2025.07.18 19:15:25.601606 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
749 | 2025.07.18 19:15:25.602854 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
750 | 2025.07.18 19:15:25.606210 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
751 | 2025.07.18 19:15:26.000252 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.63 MiB, peak 159.63 MiB, free memory in arenas 0.00 B, will set to 157.79 MiB (RSS), difference: 2.16 MiB | ||
752 | 2025.07.18 19:15:31.000177 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.82 MiB, peak 159.63 MiB, free memory in arenas 0.00 B, will set to 157.84 MiB (RSS), difference: 4.02 MiB | ||
753 | 2025.07.18 19:15:33.032941 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
754 | 2025.07.18 19:15:33.033429 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
755 | 2025.07.18 19:15:33.033502 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
756 | 2025.07.18 19:15:33.034045 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
757 | 2025.07.18 19:15:33.034279 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
758 | 2025.07.18 19:15:33.034441 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
759 | 2025.07.18 19:15:33.106412 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
760 | 2025.07.18 19:15:33.122968 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
761 | 2025.07.18 19:15:33.123021 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
762 | 2025.07.18 19:15:33.129098 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
763 | 2025.07.18 19:15:33.129803 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
764 | 2025.07.18 19:15:33.132784 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
765 | 2025.07.18 19:15:36.943707 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
766 | 2025.07.18 19:15:36.943908 [ 3 ] {0cc5add5-061c-481a-a3bd-d48a6404a693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
767 | 2025.07.18 19:15:36.950008 [ 3 ] {0cc5add5-061c-481a-a3bd-d48a6404a693} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
768 | 2025.07.18 19:15:36.959691 [ 3 ] {0cc5add5-061c-481a-a3bd-d48a6404a693} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
769 | 2025.07.18 19:15:36.968231 [ 3 ] {0cc5add5-061c-481a-a3bd-d48a6404a693} <Debug> TCPHandler: Processed in 0.024647679 sec. | ||
770 | 2025.07.18 19:15:36.997089 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
771 | 2025.07.18 19:15:36.997252 [ 3 ] {be547cb1-2b3c-4a31-8762-ceca0812a538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
772 | 2025.07.18 19:15:37.009699 [ 3 ] {be547cb1-2b3c-4a31-8762-ceca0812a538} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
773 | 2025.07.18 19:15:37.009750 [ 3 ] {be547cb1-2b3c-4a31-8762-ceca0812a538} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
774 | 2025.07.18 19:15:37.012283 [ 3 ] {be547cb1-2b3c-4a31-8762-ceca0812a538} <Debug> TCPHandler: Processed in 0.015256615 sec. | ||
775 | 2025.07.18 19:15:37.020637 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
776 | 2025.07.18 19:15:37.020788 [ 3 ] {6faec613-ba44-40da-ba8b-508a8ba69c19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
777 | 2025.07.18 19:15:37.025199 [ 3 ] {6faec613-ba44-40da-ba8b-508a8ba69c19} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
778 | 2025.07.18 19:15:37.025246 [ 3 ] {6faec613-ba44-40da-ba8b-508a8ba69c19} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
779 | 2025.07.18 19:15:37.025598 [ 3 ] {6faec613-ba44-40da-ba8b-508a8ba69c19} <Debug> TCPHandler: Processed in 0.005023607 sec. | ||
780 | 2025.07.18 19:15:37.025843 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
781 | 2025.07.18 19:15:37.025958 [ 3 ] {ef0d0638-34f3-46a5-8221-3abcdcce926a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
782 | 2025.07.18 19:15:37.026199 [ 3 ] {ef0d0638-34f3-46a5-8221-3abcdcce926a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
783 | 2025.07.18 19:15:37.026243 [ 3 ] {ef0d0638-34f3-46a5-8221-3abcdcce926a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
784 | 2025.07.18 19:15:37.026615 [ 3 ] {ef0d0638-34f3-46a5-8221-3abcdcce926a} <Debug> TCPHandler: Processed in 0.000821642 sec. | ||
785 | 2025.07.18 19:15:37.026813 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
786 | 2025.07.18 19:15:37.026929 [ 3 ] {7d232e64-2f8a-47db-b2ca-3b6381c21d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
787 | 2025.07.18 19:15:37.027170 [ 3 ] {7d232e64-2f8a-47db-b2ca-3b6381c21d39} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
788 | 2025.07.18 19:15:37.027213 [ 3 ] {7d232e64-2f8a-47db-b2ca-3b6381c21d39} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
789 | 2025.07.18 19:15:37.027565 [ 3 ] {7d232e64-2f8a-47db-b2ca-3b6381c21d39} <Debug> TCPHandler: Processed in 0.000800723 sec. | ||
790 | 2025.07.18 19:15:37.027765 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2025.07.18 19:15:37.027881 [ 3 ] {b2da1f82-611e-4256-9fa6-05e953d47fe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
792 | 2025.07.18 19:15:37.028124 [ 3 ] {b2da1f82-611e-4256-9fa6-05e953d47fe1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
793 | 2025.07.18 19:15:37.028167 [ 3 ] {b2da1f82-611e-4256-9fa6-05e953d47fe1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
794 | 2025.07.18 19:15:37.028507 [ 3 ] {b2da1f82-611e-4256-9fa6-05e953d47fe1} <Debug> TCPHandler: Processed in 0.000790222 sec. | ||
795 | 2025.07.18 19:15:37.028719 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
796 | 2025.07.18 19:15:37.028832 [ 3 ] {70fc4ae3-b60c-483e-9c0f-621bcae26c46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
797 | 2025.07.18 19:15:37.029072 [ 3 ] {70fc4ae3-b60c-483e-9c0f-621bcae26c46} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
798 | 2025.07.18 19:15:37.029115 [ 3 ] {70fc4ae3-b60c-483e-9c0f-621bcae26c46} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
799 | 2025.07.18 19:15:37.029475 [ 3 ] {70fc4ae3-b60c-483e-9c0f-621bcae26c46} <Debug> TCPHandler: Processed in 0.000804292 sec. | ||
800 | 2025.07.18 19:15:37.029671 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
801 | 2025.07.18 19:15:37.029787 [ 3 ] {00d615be-3caf-4c9f-9b82-9e5643502a99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
802 | 2025.07.18 19:15:37.030026 [ 3 ] {00d615be-3caf-4c9f-9b82-9e5643502a99} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
803 | 2025.07.18 19:15:37.030068 [ 3 ] {00d615be-3caf-4c9f-9b82-9e5643502a99} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
804 | 2025.07.18 19:15:37.030404 [ 3 ] {00d615be-3caf-4c9f-9b82-9e5643502a99} <Debug> TCPHandler: Processed in 0.000781463 sec. | ||
805 | 2025.07.18 19:15:37.030607 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
806 | 2025.07.18 19:15:37.030720 [ 3 ] {3963a0c7-d8a4-43a2-afcb-40b03ba9cbc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
807 | 2025.07.18 19:15:37.030965 [ 3 ] {3963a0c7-d8a4-43a2-afcb-40b03ba9cbc2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
808 | 2025.07.18 19:15:37.031007 [ 3 ] {3963a0c7-d8a4-43a2-afcb-40b03ba9cbc2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
809 | 2025.07.18 19:15:37.031348 [ 3 ] {3963a0c7-d8a4-43a2-afcb-40b03ba9cbc2} <Debug> TCPHandler: Processed in 0.000788942 sec. | ||
810 | 2025.07.18 19:15:37.031544 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
811 | 2025.07.18 19:15:37.031660 [ 3 ] {7604c993-29d7-456c-b25f-8c54d98c9904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
812 | 2025.07.18 19:15:37.031902 [ 3 ] {7604c993-29d7-456c-b25f-8c54d98c9904} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
813 | 2025.07.18 19:15:37.031944 [ 3 ] {7604c993-29d7-456c-b25f-8c54d98c9904} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
814 | 2025.07.18 19:15:37.032282 [ 3 ] {7604c993-29d7-456c-b25f-8c54d98c9904} <Debug> TCPHandler: Processed in 0.000786892 sec. | ||
815 | 2025.07.18 19:15:37.032479 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
816 | 2025.07.18 19:15:37.032594 [ 3 ] {d1d28ce7-6992-4e7d-9040-e172ee968422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
817 | 2025.07.18 19:15:37.032841 [ 3 ] {d1d28ce7-6992-4e7d-9040-e172ee968422} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
818 | 2025.07.18 19:15:37.032883 [ 3 ] {d1d28ce7-6992-4e7d-9040-e172ee968422} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
819 | 2025.07.18 19:15:37.033226 [ 3 ] {d1d28ce7-6992-4e7d-9040-e172ee968422} <Debug> TCPHandler: Processed in 0.000795002 sec. | ||
820 | 2025.07.18 19:15:37.033445 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
821 | 2025.07.18 19:15:37.033562 [ 3 ] {54589bf7-32d8-45d1-892d-c001514a7cb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
822 | 2025.07.18 19:15:37.033808 [ 3 ] {54589bf7-32d8-45d1-892d-c001514a7cb6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
823 | 2025.07.18 19:15:37.033851 [ 3 ] {54589bf7-32d8-45d1-892d-c001514a7cb6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
824 | 2025.07.18 19:15:37.034206 [ 3 ] {54589bf7-32d8-45d1-892d-c001514a7cb6} <Debug> TCPHandler: Processed in 0.000809572 sec. | ||
825 | 2025.07.18 19:15:37.034412 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
826 | 2025.07.18 19:15:37.034528 [ 3 ] {09338977-58f2-48f8-88d1-186b00f2a677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
827 | 2025.07.18 19:15:37.034772 [ 3 ] {09338977-58f2-48f8-88d1-186b00f2a677} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
828 | 2025.07.18 19:15:37.034813 [ 3 ] {09338977-58f2-48f8-88d1-186b00f2a677} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
829 | 2025.07.18 19:15:37.035150 [ 3 ] {09338977-58f2-48f8-88d1-186b00f2a677} <Debug> TCPHandler: Processed in 0.000786493 sec. | ||
830 | 2025.07.18 19:15:37.035357 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
831 | 2025.07.18 19:15:37.035474 [ 3 ] {ed881e53-a2d1-4ae6-be0f-f9e2ac370b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
832 | 2025.07.18 19:15:37.035720 [ 3 ] {ed881e53-a2d1-4ae6-be0f-f9e2ac370b2d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
833 | 2025.07.18 19:15:37.035762 [ 3 ] {ed881e53-a2d1-4ae6-be0f-f9e2ac370b2d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
834 | 2025.07.18 19:15:37.036118 [ 3 ] {ed881e53-a2d1-4ae6-be0f-f9e2ac370b2d} <Debug> TCPHandler: Processed in 0.000809722 sec. | ||
835 | 2025.07.18 19:15:37.040270 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
836 | 2025.07.18 19:15:37.040396 [ 3 ] {0798e559-4e25-4dc8-a973-d880b3cc9c52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
837 | 2025.07.18 19:15:37.040445 [ 3 ] {0798e559-4e25-4dc8-a973-d880b3cc9c52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
838 | 2025.07.18 19:15:37.047520 [ 3 ] {0798e559-4e25-4dc8-a973-d880b3cc9c52} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
839 | 2025.07.18 19:15:37.047563 [ 3 ] {0798e559-4e25-4dc8-a973-d880b3cc9c52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
840 | 2025.07.18 19:15:37.050032 [ 3 ] {0798e559-4e25-4dc8-a973-d880b3cc9c52} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
841 | 2025.07.18 19:15:37.050273 [ 3 ] {0798e559-4e25-4dc8-a973-d880b3cc9c52} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
842 | 2025.07.18 19:15:37.050440 [ 3 ] {0798e559-4e25-4dc8-a973-d880b3cc9c52} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.01008 sec., 1388.888888888889 rows/sec., 199.28 KiB/sec. | ||
843 | 2025.07.18 19:15:37.050486 [ 3 ] {0798e559-4e25-4dc8-a973-d880b3cc9c52} <Debug> TCPHandler: Processed in 0.010281088 sec. | ||
844 | 2025.07.18 19:15:37.050618 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
845 | 2025.07.18 19:15:37.050716 [ 3 ] {439b5fe4-514c-4cb4-b8a0-4ed19cf61af3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
846 | 2025.07.18 19:15:37.050755 [ 3 ] {439b5fe4-514c-4cb4-b8a0-4ed19cf61af3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
847 | 2025.07.18 19:15:37.056794 [ 3 ] {439b5fe4-514c-4cb4-b8a0-4ed19cf61af3} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
848 | 2025.07.18 19:15:37.056834 [ 3 ] {439b5fe4-514c-4cb4-b8a0-4ed19cf61af3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
849 | 2025.07.18 19:15:37.059069 [ 3 ] {439b5fe4-514c-4cb4-b8a0-4ed19cf61af3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
850 | 2025.07.18 19:15:37.059279 [ 3 ] {439b5fe4-514c-4cb4-b8a0-4ed19cf61af3} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
851 | 2025.07.18 19:15:37.059408 [ 3 ] {439b5fe4-514c-4cb4-b8a0-4ed19cf61af3} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.008712 sec., 2984.389348025712 rows/sec., 230.35 KiB/sec. | ||
852 | 2025.07.18 19:15:37.059443 [ 3 ] {439b5fe4-514c-4cb4-b8a0-4ed19cf61af3} <Debug> TCPHandler: Processed in 0.008875186 sec. | ||
853 | 2025.07.18 19:15:37.059567 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
854 | 2025.07.18 19:15:37.059665 [ 3 ] {607eff80-c2d5-449a-a0ce-bc6e351aa91c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
855 | 2025.07.18 19:15:37.059703 [ 3 ] {607eff80-c2d5-449a-a0ce-bc6e351aa91c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
856 | 2025.07.18 19:15:37.060106 [ 3 ] {607eff80-c2d5-449a-a0ce-bc6e351aa91c} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
857 | 2025.07.18 19:15:37.060141 [ 3 ] {607eff80-c2d5-449a-a0ce-bc6e351aa91c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
858 | 2025.07.18 19:15:37.060542 [ 3 ] {607eff80-c2d5-449a-a0ce-bc6e351aa91c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
859 | 2025.07.18 19:15:37.060741 [ 3 ] {607eff80-c2d5-449a-a0ce-bc6e351aa91c} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
860 | 2025.07.18 19:15:37.060874 [ 3 ] {607eff80-c2d5-449a-a0ce-bc6e351aa91c} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001227 sec., 22819.885900570498 rows/sec., 1.78 MiB/sec. | ||
861 | 2025.07.18 19:15:37.060909 [ 3 ] {607eff80-c2d5-449a-a0ce-bc6e351aa91c} <Debug> TCPHandler: Processed in 0.001399452 sec. | ||
862 | 2025.07.18 19:15:37.061019 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
863 | 2025.07.18 19:15:37.061113 [ 3 ] {f6966239-05e7-40d7-bee1-2df621dfd0e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
864 | 2025.07.18 19:15:37.061154 [ 3 ] {f6966239-05e7-40d7-bee1-2df621dfd0e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
865 | 2025.07.18 19:15:37.063872 [ 3 ] {f6966239-05e7-40d7-bee1-2df621dfd0e0} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
866 | 2025.07.18 19:15:37.063910 [ 3 ] {f6966239-05e7-40d7-bee1-2df621dfd0e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
867 | 2025.07.18 19:15:37.068036 [ 3 ] {f6966239-05e7-40d7-bee1-2df621dfd0e0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
868 | 2025.07.18 19:15:37.068260 [ 3 ] {f6966239-05e7-40d7-bee1-2df621dfd0e0} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
869 | 2025.07.18 19:15:37.068383 [ 3 ] {f6966239-05e7-40d7-bee1-2df621dfd0e0} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.007288 sec., 13721.1855104281 rows/sec., 974.15 KiB/sec. | ||
870 | 2025.07.18 19:15:37.068418 [ 3 ] {f6966239-05e7-40d7-bee1-2df621dfd0e0} <Debug> TCPHandler: Processed in 0.007448934 sec. | ||
871 | 2025.07.18 19:15:37.068540 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
872 | 2025.07.18 19:15:37.068634 [ 3 ] {8c4e0320-8293-40fe-9a84-27e79d962199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
873 | 2025.07.18 19:15:37.068673 [ 3 ] {8c4e0320-8293-40fe-9a84-27e79d962199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
874 | 2025.07.18 19:15:37.068992 [ 3 ] {8c4e0320-8293-40fe-9a84-27e79d962199} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
875 | 2025.07.18 19:15:37.069027 [ 3 ] {8c4e0320-8293-40fe-9a84-27e79d962199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
876 | 2025.07.18 19:15:37.069401 [ 3 ] {8c4e0320-8293-40fe-9a84-27e79d962199} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
877 | 2025.07.18 19:15:37.069602 [ 3 ] {8c4e0320-8293-40fe-9a84-27e79d962199} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
878 | 2025.07.18 19:15:37.069724 [ 3 ] {8c4e0320-8293-40fe-9a84-27e79d962199} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001108 sec., 27075.81227436823 rows/sec., 1.85 MiB/sec. | ||
879 | 2025.07.18 19:15:37.069759 [ 3 ] {8c4e0320-8293-40fe-9a84-27e79d962199} <Debug> TCPHandler: Processed in 0.001268999 sec. | ||
880 | 2025.07.18 19:15:40.459101 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
881 | 2025.07.18 19:15:40.459187 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
882 | 2025.07.18 19:15:40.520789 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 126 | ||
883 | 2025.07.18 19:15:40.524003 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
884 | 2025.07.18 19:15:40.524046 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
885 | 2025.07.18 19:15:40.525124 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
886 | 2025.07.18 19:15:40.525376 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): 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.18 19:15:40.525608 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 126 | ||
888 | 2025.07.18 19:15:40.534597 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
889 | 2025.07.18 19:15:40.535359 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
890 | 2025.07.18 19:15:40.535429 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
891 | 2025.07.18 19:15:40.536029 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
892 | 2025.07.18 19:15:40.536254 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
893 | 2025.07.18 19:15:40.536376 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
894 | 2025.07.18 19:15:40.632935 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
895 | 2025.07.18 19:15:40.650244 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
896 | 2025.07.18 19:15:40.650292 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
897 | 2025.07.18 19:15:40.656383 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
898 | 2025.07.18 19:15:40.657111 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
899 | 2025.07.18 19:15:40.660063 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
900 | 2025.07.18 19:15:41.946936 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
901 | 2025.07.18 19:15:41.947295 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
902 | 2025.07.18 19:15:41.951532 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
903 | 2025.07.18 19:15:41.953535 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} <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 | ||
904 | 2025.07.18 19:15:41.953757 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
905 | 2025.07.18 19:15:41.957738 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
906 | 2025.07.18 19:15:41.960016 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
907 | 2025.07.18 19:15:41.964844 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
908 | 2025.07.18 19:15:41.966929 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
909 | 2025.07.18 19:15:41.966956 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
910 | 2025.07.18 19:15:41.971121 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} <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'))" | ||
911 | 2025.07.18 19:15:41.971187 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
912 | 2025.07.18 19:15:41.995785 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.048632 sec., 287.87629544332947 rows/sec., 11.75 KiB/sec. | ||
913 | 2025.07.18 19:15:41.995903 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} <Debug> TCPHandler: Processed in 0.049148066 sec. | ||
914 | 2025.07.18 19:15:41.998096 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
915 | 2025.07.18 19:15:41.998253 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
916 | 2025.07.18 19:15:41.998496 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
917 | 2025.07.18 19:15:41.998533 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} <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 | ||
918 | 2025.07.18 19:15:41.998734 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
919 | 2025.07.18 19:15:41.998796 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
920 | 2025.07.18 19:15:41.998909 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
921 | 2025.07.18 19:15:41.998938 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
922 | 2025.07.18 19:15:41.998956 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
923 | 2025.07.18 19:15:41.998970 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
924 | 2025.07.18 19:15:41.999002 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} <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'))" | ||
925 | 2025.07.18 19:15:41.999021 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
926 | 2025.07.18 19:15:41.999468 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001279 sec., 10946.0516028147 rows/sec., 446.67 KiB/sec. | ||
927 | 2025.07.18 19:15:41.999550 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} <Debug> TCPHandler: Processed in 0.001517803 sec. | ||
928 | 2025.07.18 19:15:41.999783 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
929 | 2025.07.18 19:15:41.999907 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
930 | 2025.07.18 19:15:42.000099 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
931 | 2025.07.18 19:15:42.000129 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} <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 | ||
932 | 2025.07.18 19:15:42.000245 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.00 MiB, peak 165.05 MiB, free memory in arenas 0.00 B, will set to 163.13 MiB (RSS), difference: 1.13 MiB | ||
933 | 2025.07.18 19:15:42.000288 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
934 | 2025.07.18 19:15:42.000366 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
935 | 2025.07.18 19:15:42.000466 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
936 | 2025.07.18 19:15:42.000494 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
937 | 2025.07.18 19:15:42.000512 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
938 | 2025.07.18 19:15:42.000525 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
939 | 2025.07.18 19:15:42.000558 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} <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'))" | ||
940 | 2025.07.18 19:15:42.000575 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
941 | 2025.07.18 19:15:42.001052 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001189 sec., 11774.600504625736 rows/sec., 480.48 KiB/sec. | ||
942 | 2025.07.18 19:15:42.001142 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} <Debug> TCPHandler: Processed in 0.001408952 sec. | ||
943 | 2025.07.18 19:15:42.001342 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
944 | 2025.07.18 19:15:42.001464 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
945 | 2025.07.18 19:15:42.001653 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
946 | 2025.07.18 19:15:42.001683 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} <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 | ||
947 | 2025.07.18 19:15:42.001859 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
948 | 2025.07.18 19:15:42.001912 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
949 | 2025.07.18 19:15:42.002008 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
950 | 2025.07.18 19:15:42.002035 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
951 | 2025.07.18 19:15:42.002053 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
952 | 2025.07.18 19:15:42.002067 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
953 | 2025.07.18 19:15:42.002108 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} <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'))" | ||
954 | 2025.07.18 19:15:42.002126 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
955 | 2025.07.18 19:15:42.002559 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001139 sec., 12291.483757682177 rows/sec., 501.57 KiB/sec. | ||
956 | 2025.07.18 19:15:42.002641 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} <Debug> TCPHandler: Processed in 0.001349471 sec. | ||
957 | 2025.07.18 19:15:42.004050 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
958 | 2025.07.18 19:15:42.004173 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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) | ||
959 | 2025.07.18 19:15:42.004367 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
960 | 2025.07.18 19:15:42.004397 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} <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 | ||
961 | 2025.07.18 19:15:42.004561 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
962 | 2025.07.18 19:15:42.004613 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
963 | 2025.07.18 19:15:42.004708 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
964 | 2025.07.18 19:15:42.004736 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
965 | 2025.07.18 19:15:42.004754 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
966 | 2025.07.18 19:15:42.004768 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
967 | 2025.07.18 19:15:42.004799 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} <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'))" | ||
968 | 2025.07.18 19:15:42.004816 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
969 | 2025.07.18 19:15:42.005340 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001213 sec., 11541.632316570485 rows/sec., 470.97 KiB/sec. | ||
970 | 2025.07.18 19:15:42.005428 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} <Debug> TCPHandler: Processed in 0.001428752 sec. | ||
971 | 2025.07.18 19:15:42.005728 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
972 | 2025.07.18 19:15:42.005853 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) | ||
973 | 2025.07.18 19:15:42.006046 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
974 | 2025.07.18 19:15:42.006077 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} <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', 'switch_data_link:link_enabled')" moved to PREWHERE | ||
975 | 2025.07.18 19:15:42.006240 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
976 | 2025.07.18 19:15:42.006291 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
977 | 2025.07.18 19:15:42.006386 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
978 | 2025.07.18 19:15:42.006412 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
979 | 2025.07.18 19:15:42.006430 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
980 | 2025.07.18 19:15:42.006444 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
981 | 2025.07.18 19:15:42.006475 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} <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', 'switch_data_link:link_enabled'))" | ||
982 | 2025.07.18 19:15:42.006492 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
983 | 2025.07.18 19:15:42.006908 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001103 sec., 12692.656391659111 rows/sec., 517.94 KiB/sec. | ||
984 | 2025.07.18 19:15:42.006984 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} <Debug> TCPHandler: Processed in 0.00130592 sec. | ||
985 | 2025.07.18 19:15:42.007529 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
986 | 2025.07.18 19:15:42.007653 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) | ||
987 | 2025.07.18 19:15:42.007846 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
988 | 2025.07.18 19:15:42.007876 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE | ||
989 | 2025.07.18 19:15:42.008041 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
990 | 2025.07.18 19:15:42.008092 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
991 | 2025.07.18 19:15:42.008187 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
992 | 2025.07.18 19:15:42.008213 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
993 | 2025.07.18 19:15:42.008231 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
994 | 2025.07.18 19:15:42.008246 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
995 | 2025.07.18 19:15:42.008277 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
996 | 2025.07.18 19:15:42.008294 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
997 | 2025.07.18 19:15:42.008707 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.0011 sec., 12727.272727272726 rows/sec., 519.35 KiB/sec. | ||
998 | 2025.07.18 19:15:42.008790 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} <Debug> TCPHandler: Processed in 0.001310551 sec. | ||
999 | 2025.07.18 19:15:42.009021 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1000 | 2025.07.18 19:15:42.009145 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
1001 | 2025.07.18 19:15:42.009334 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1002 | 2025.07.18 19:15:42.009367 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE | ||
1003 | 2025.07.18 19:15:42.009531 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1004 | 2025.07.18 19:15:42.009583 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1005 | 2025.07.18 19:15:42.009678 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1006 | 2025.07.18 19:15:42.009705 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1007 | 2025.07.18 19:15:42.009723 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1008 | 2025.07.18 19:15:42.009738 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1009 | 2025.07.18 19:15:42.009771 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
1010 | 2025.07.18 19:15:42.009787 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1011 | 2025.07.18 19:15:42.010205 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001108 sec., 12635.379061371841 rows/sec., 515.60 KiB/sec. | ||
1012 | 2025.07.18 19:15:42.010289 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} <Debug> TCPHandler: Processed in 0.001318921 sec. | ||
1013 | 2025.07.18 19:15:42.010508 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1014 | 2025.07.18 19:15:42.010631 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
1015 | 2025.07.18 19:15:42.010823 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1016 | 2025.07.18 19:15:42.010854 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
1017 | 2025.07.18 19:15:42.011020 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1018 | 2025.07.18 19:15:42.011071 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1019 | 2025.07.18 19:15:42.011165 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1020 | 2025.07.18 19:15:42.011192 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1021 | 2025.07.18 19:15:42.011210 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
1022 | 2025.07.18 19:15:42.011223 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1023 | 2025.07.18 19:15:42.011255 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1024 | 2025.07.18 19:15:42.011271 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1025 | 2025.07.18 19:15:42.011723 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001139 sec., 12291.483757682177 rows/sec., 501.57 KiB/sec. | ||
1026 | 2025.07.18 19:15:42.011816 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} <Debug> TCPHandler: Processed in 0.001357971 sec. | ||
1027 | 2025.07.18 19:15:42.012040 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1028 | 2025.07.18 19:15:42.012165 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
1029 | 2025.07.18 19:15:42.012360 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1030 | 2025.07.18 19:15:42.012391 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1031 | 2025.07.18 19:15:42.012560 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1032 | 2025.07.18 19:15:42.012610 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1033 | 2025.07.18 19:15:42.012705 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1034 | 2025.07.18 19:15:42.012733 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1035 | 2025.07.18 19:15:42.012750 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
1036 | 2025.07.18 19:15:42.012764 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1037 | 2025.07.18 19:15:42.012795 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1038 | 2025.07.18 19:15:42.012812 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1039 | 2025.07.18 19:15:42.013207 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001089 sec., 12855.83103764922 rows/sec., 524.60 KiB/sec. | ||
1040 | 2025.07.18 19:15:42.013292 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} <Debug> TCPHandler: Processed in 0.00129885 sec. | ||
1041 | 2025.07.18 19:15:42.013520 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1042 | 2025.07.18 19:15:42.013644 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
1043 | 2025.07.18 19:15:42.013833 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1044 | 2025.07.18 19:15:42.013865 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1045 | 2025.07.18 19:15:42.014033 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1046 | 2025.07.18 19:15:42.014084 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1047 | 2025.07.18 19:15:42.014179 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1048 | 2025.07.18 19:15:42.014207 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1049 | 2025.07.18 19:15:42.014224 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
1050 | 2025.07.18 19:15:42.014238 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1051 | 2025.07.18 19:15:42.014269 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1052 | 2025.07.18 19:15:42.014285 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1053 | 2025.07.18 19:15:42.014692 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001095 sec., 12785.388127853881 rows/sec., 521.73 KiB/sec. | ||
1054 | 2025.07.18 19:15:42.014773 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} <Debug> TCPHandler: Processed in 0.001302891 sec. | ||
1055 | 2025.07.18 19:15:42.014995 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1056 | 2025.07.18 19:15:42.015121 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1057 | 2025.07.18 19:15:42.015312 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1058 | 2025.07.18 19:15:42.015344 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1059 | 2025.07.18 19:15:42.015529 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1060 | 2025.07.18 19:15:42.015582 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1061 | 2025.07.18 19:15:42.015677 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1062 | 2025.07.18 19:15:42.015704 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1063 | 2025.07.18 19:15:42.015721 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
1064 | 2025.07.18 19:15:42.015735 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1065 | 2025.07.18 19:15:42.015768 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1066 | 2025.07.18 19:15:42.015785 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1067 | 2025.07.18 19:15:42.016196 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001123 sec., 12466.60730186999 rows/sec., 508.72 KiB/sec. | ||
1068 | 2025.07.18 19:15:42.016282 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} <Debug> TCPHandler: Processed in 0.001336921 sec. | ||
1069 | 2025.07.18 19:15:42.016505 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1070 | 2025.07.18 19:15:42.016631 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1071 | 2025.07.18 19:15:42.016828 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1072 | 2025.07.18 19:15:42.016860 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1073 | 2025.07.18 19:15:42.017032 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1074 | 2025.07.18 19:15:42.017083 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1075 | 2025.07.18 19:15:42.017178 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1076 | 2025.07.18 19:15:42.017205 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1077 | 2025.07.18 19:15:42.017223 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
1078 | 2025.07.18 19:15:42.017237 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1079 | 2025.07.18 19:15:42.017269 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1080 | 2025.07.18 19:15:42.017285 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1081 | 2025.07.18 19:15:42.017716 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001134 sec., 12345.67901234568 rows/sec., 503.78 KiB/sec. | ||
1082 | 2025.07.18 19:15:42.017804 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} <Debug> TCPHandler: Processed in 0.00134838 sec. | ||
1083 | 2025.07.18 19:15:42.018031 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1084 | 2025.07.18 19:15:42.018158 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
1085 | 2025.07.18 19:15:42.018351 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1086 | 2025.07.18 19:15:42.018382 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
1087 | 2025.07.18 19:15:42.018556 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1088 | 2025.07.18 19:15:42.018607 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1089 | 2025.07.18 19:15:42.018701 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1090 | 2025.07.18 19:15:42.018727 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1091 | 2025.07.18 19:15:42.018746 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
1092 | 2025.07.18 19:15:42.018759 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1093 | 2025.07.18 19:15:42.018790 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1094 | 2025.07.18 19:15:42.018807 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1095 | 2025.07.18 19:15:42.019212 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001103 sec., 12692.656391659111 rows/sec., 517.94 KiB/sec. | ||
1096 | 2025.07.18 19:15:42.019292 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} <Debug> TCPHandler: Processed in 0.00131137 sec. | ||
1097 | 2025.07.18 19:15:42.019508 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1098 | 2025.07.18 19:15:42.019636 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
1099 | 2025.07.18 19:15:42.019829 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1100 | 2025.07.18 19:15:42.019861 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
1101 | 2025.07.18 19:15:42.020035 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1102 | 2025.07.18 19:15:42.020085 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1103 | 2025.07.18 19:15:42.020181 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1104 | 2025.07.18 19:15:42.020207 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1105 | 2025.07.18 19:15:42.020225 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
1106 | 2025.07.18 19:15:42.020239 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1107 | 2025.07.18 19:15:42.020270 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
1108 | 2025.07.18 19:15:42.020287 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1109 | 2025.07.18 19:15:42.020692 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001107 sec., 12646.793134598014 rows/sec., 516.07 KiB/sec. | ||
1110 | 2025.07.18 19:15:42.020772 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} <Debug> TCPHandler: Processed in 0.00131328 sec. | ||
1111 | 2025.07.18 19:15:42.031117 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1112 | 2025.07.18 19:15:42.031274 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
1113 | 2025.07.18 19:15:42.031520 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1114 | 2025.07.18 19:15:42.031560 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
1115 | 2025.07.18 19:15:42.031778 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1116 | 2025.07.18 19:15:42.031829 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1117 | 2025.07.18 19:15:42.031925 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
1118 | 2025.07.18 19:15:42.031952 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1119 | 2025.07.18 19:15:42.031971 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
1120 | 2025.07.18 19:15:42.031985 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1121 | 2025.07.18 19:15:42.032017 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
1122 | 2025.07.18 19:15:42.032034 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1123 | 2025.07.18 19:15:42.032555 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001345 sec., 10408.921933085501 rows/sec., 424.75 KiB/sec. | ||
1124 | 2025.07.18 19:15:42.032646 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} <Debug> TCPHandler: Processed in 0.001590364 sec. | ||
1125 | 2025.07.18 19:15:42.032974 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1126 | 2025.07.18 19:15:42.033080 [ 3 ] {0a7639a6-a625-466b-b4bd-82dfd8fd6e70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1127 | 2025.07.18 19:15:42.033121 [ 3 ] {0a7639a6-a625-466b-b4bd-82dfd8fd6e70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1128 | 2025.07.18 19:15:42.033760 [ 3 ] {0a7639a6-a625-466b-b4bd-82dfd8fd6e70} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1129 | 2025.07.18 19:15:42.033798 [ 3 ] {0a7639a6-a625-466b-b4bd-82dfd8fd6e70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1130 | 2025.07.18 19:15:42.034217 [ 3 ] {0a7639a6-a625-466b-b4bd-82dfd8fd6e70} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1131 | 2025.07.18 19:15:42.034406 [ 3 ] {0a7639a6-a625-466b-b4bd-82dfd8fd6e70} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1132 | 2025.07.18 19:15:42.034544 [ 3 ] {0a7639a6-a625-466b-b4bd-82dfd8fd6e70} <Debug> executeQuery: Read 16 rows, 4.79 KiB in 0.001496 sec., 10695.187165775402 rows/sec., 3.13 MiB/sec. | ||
1133 | 2025.07.18 19:15:42.034581 [ 3 ] {0a7639a6-a625-466b-b4bd-82dfd8fd6e70} <Debug> TCPHandler: Processed in 0.001656905 sec. | ||
1134 | 2025.07.18 19:15:42.034707 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1135 | 2025.07.18 19:15:42.034802 [ 3 ] {7c371b1d-f66d-472a-a281-d1ea1b162956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1136 | 2025.07.18 19:15:42.034841 [ 3 ] {7c371b1d-f66d-472a-a281-d1ea1b162956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1137 | 2025.07.18 19:15:42.037393 [ 3 ] {7c371b1d-f66d-472a-a281-d1ea1b162956} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1138 | 2025.07.18 19:15:42.037435 [ 3 ] {7c371b1d-f66d-472a-a281-d1ea1b162956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1139 | 2025.07.18 19:15:42.037890 [ 3 ] {7c371b1d-f66d-472a-a281-d1ea1b162956} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1140 | 2025.07.18 19:15:42.038093 [ 3 ] {7c371b1d-f66d-472a-a281-d1ea1b162956} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1141 | 2025.07.18 19:15:42.038212 [ 3 ] {7c371b1d-f66d-472a-a281-d1ea1b162956} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.003429 sec., 114319.04345290171 rows/sec., 7.25 MiB/sec. | ||
1142 | 2025.07.18 19:15:42.038247 [ 3 ] {7c371b1d-f66d-472a-a281-d1ea1b162956} <Debug> TCPHandler: Processed in 0.003590305 sec. | ||
1143 | 2025.07.18 19:15:42.038368 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1144 | 2025.07.18 19:15:42.038461 [ 3 ] {1b9fb084-70a5-4a96-a3c1-dc25472552eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1145 | 2025.07.18 19:15:42.038503 [ 3 ] {1b9fb084-70a5-4a96-a3c1-dc25472552eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1146 | 2025.07.18 19:15:42.039640 [ 3 ] {1b9fb084-70a5-4a96-a3c1-dc25472552eb} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1147 | 2025.07.18 19:15:42.039676 [ 3 ] {1b9fb084-70a5-4a96-a3c1-dc25472552eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1148 | 2025.07.18 19:15:42.040075 [ 3 ] {1b9fb084-70a5-4a96-a3c1-dc25472552eb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1149 | 2025.07.18 19:15:42.040278 [ 3 ] {1b9fb084-70a5-4a96-a3c1-dc25472552eb} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1150 | 2025.07.18 19:15:42.040400 [ 3 ] {1b9fb084-70a5-4a96-a3c1-dc25472552eb} <Debug> executeQuery: Read 1109 rows, 90.53 KiB in 0.001957 sec., 566683.6995401124 rows/sec., 45.18 MiB/sec. | ||
1151 | 2025.07.18 19:15:42.040436 [ 3 ] {1b9fb084-70a5-4a96-a3c1-dc25472552eb} <Debug> TCPHandler: Processed in 0.002115682 sec. | ||
1152 | 2025.07.18 19:15:42.040542 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1153 | 2025.07.18 19:15:42.040634 [ 3 ] {aad4a4d7-3d53-41de-ab17-9f25ee9a774a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1154 | 2025.07.18 19:15:42.040673 [ 3 ] {aad4a4d7-3d53-41de-ab17-9f25ee9a774a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1155 | 2025.07.18 19:15:42.041178 [ 3 ] {aad4a4d7-3d53-41de-ab17-9f25ee9a774a} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1156 | 2025.07.18 19:15:42.041215 [ 3 ] {aad4a4d7-3d53-41de-ab17-9f25ee9a774a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1157 | 2025.07.18 19:15:42.041623 [ 3 ] {aad4a4d7-3d53-41de-ab17-9f25ee9a774a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1158 | 2025.07.18 19:15:42.041835 [ 3 ] {aad4a4d7-3d53-41de-ab17-9f25ee9a774a} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1159 | 2025.07.18 19:15:42.041956 [ 3 ] {aad4a4d7-3d53-41de-ab17-9f25ee9a774a} <Debug> executeQuery: Read 232 rows, 14.48 KiB in 0.00134 sec., 173134.32835820894 rows/sec., 10.56 MiB/sec. | ||
1160 | 2025.07.18 19:15:42.041998 [ 3 ] {aad4a4d7-3d53-41de-ab17-9f25ee9a774a} <Debug> TCPHandler: Processed in 0.001503113 sec. | ||
1161 | 2025.07.18 19:15:42.042109 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1162 | 2025.07.18 19:15:42.042203 [ 3 ] {c24d9b54-91a6-48f2-ab2b-e6d366e445cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1163 | 2025.07.18 19:15:42.042241 [ 3 ] {c24d9b54-91a6-48f2-ab2b-e6d366e445cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1164 | 2025.07.18 19:15:42.042787 [ 3 ] {c24d9b54-91a6-48f2-ab2b-e6d366e445cc} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1165 | 2025.07.18 19:15:42.042820 [ 3 ] {c24d9b54-91a6-48f2-ab2b-e6d366e445cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1166 | 2025.07.18 19:15:42.043120 [ 3 ] {c24d9b54-91a6-48f2-ab2b-e6d366e445cc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1167 | 2025.07.18 19:15:42.043319 [ 3 ] {c24d9b54-91a6-48f2-ab2b-e6d366e445cc} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1168 | 2025.07.18 19:15:42.043438 [ 3 ] {c24d9b54-91a6-48f2-ab2b-e6d366e445cc} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001253 sec., 162011.17318435755 rows/sec., 10.45 MiB/sec. | ||
1169 | 2025.07.18 19:15:42.043479 [ 3 ] {c24d9b54-91a6-48f2-ab2b-e6d366e445cc} <Debug> TCPHandler: Processed in 0.001416742 sec. | ||
1170 | 2025.07.18 19:15:42.043590 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1171 | 2025.07.18 19:15:42.043682 [ 3 ] {99854f8a-c8bc-4a10-a081-3b09c4d6d43c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
1172 | 2025.07.18 19:15:42.043719 [ 3 ] {99854f8a-c8bc-4a10-a081-3b09c4d6d43c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1173 | 2025.07.18 19:15:42.044167 [ 3 ] {99854f8a-c8bc-4a10-a081-3b09c4d6d43c} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1174 | 2025.07.18 19:15:42.044202 [ 3 ] {99854f8a-c8bc-4a10-a081-3b09c4d6d43c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1175 | 2025.07.18 19:15:42.044502 [ 3 ] {99854f8a-c8bc-4a10-a081-3b09c4d6d43c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1176 | 2025.07.18 19:15:42.044700 [ 3 ] {99854f8a-c8bc-4a10-a081-3b09c4d6d43c} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1177 | 2025.07.18 19:15:42.044816 [ 3 ] {99854f8a-c8bc-4a10-a081-3b09c4d6d43c} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001151 sec., 175499.56559513469 rows/sec., 9.97 MiB/sec. | ||
1178 | 2025.07.18 19:15:42.044856 [ 3 ] {99854f8a-c8bc-4a10-a081-3b09c4d6d43c} <Debug> TCPHandler: Processed in 0.00131233 sec. | ||
1179 | 2025.07.18 19:15:42.044989 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1180 | 2025.07.18 19:15:42.045081 [ 3 ] {3fb98bbf-7f09-45af-a0ee-4dceef832079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1181 | 2025.07.18 19:15:42.045118 [ 3 ] {3fb98bbf-7f09-45af-a0ee-4dceef832079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1182 | 2025.07.18 19:15:42.045764 [ 3 ] {3fb98bbf-7f09-45af-a0ee-4dceef832079} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1183 | 2025.07.18 19:15:42.045797 [ 3 ] {3fb98bbf-7f09-45af-a0ee-4dceef832079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1184 | 2025.07.18 19:15:42.046131 [ 3 ] {3fb98bbf-7f09-45af-a0ee-4dceef832079} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1185 | 2025.07.18 19:15:42.046336 [ 3 ] {3fb98bbf-7f09-45af-a0ee-4dceef832079} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1186 | 2025.07.18 19:15:42.046453 [ 3 ] {3fb98bbf-7f09-45af-a0ee-4dceef832079} <Debug> executeQuery: Read 664 rows, 47.54 KiB in 0.00139 sec., 477697.8417266187 rows/sec., 33.40 MiB/sec. | ||
1187 | 2025.07.18 19:15:42.046495 [ 3 ] {3fb98bbf-7f09-45af-a0ee-4dceef832079} <Debug> TCPHandler: Processed in 0.001558694 sec. | ||
1188 | 2025.07.18 19:15:42.046612 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1189 | 2025.07.18 19:15:42.046703 [ 3 ] {f87060f6-d4ed-4085-a706-7a69dcbdc062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
1190 | 2025.07.18 19:15:42.046742 [ 3 ] {f87060f6-d4ed-4085-a706-7a69dcbdc062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1191 | 2025.07.18 19:15:42.047059 [ 3 ] {f87060f6-d4ed-4085-a706-7a69dcbdc062} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1192 | 2025.07.18 19:15:42.047094 [ 3 ] {f87060f6-d4ed-4085-a706-7a69dcbdc062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1193 | 2025.07.18 19:15:42.047421 [ 3 ] {f87060f6-d4ed-4085-a706-7a69dcbdc062} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1194 | 2025.07.18 19:15:42.047692 [ 3 ] {f87060f6-d4ed-4085-a706-7a69dcbdc062} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1195 | 2025.07.18 19:15:42.047831 [ 3 ] {f87060f6-d4ed-4085-a706-7a69dcbdc062} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001144 sec., 5244.755244755244 rows/sec., 274.02 KiB/sec. | ||
1196 | 2025.07.18 19:15:42.047873 [ 3 ] {f87060f6-d4ed-4085-a706-7a69dcbdc062} <Debug> TCPHandler: Processed in 0.0013081 sec. | ||
1197 | 2025.07.18 19:15:42.047996 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1198 | 2025.07.18 19:15:42.048091 [ 3 ] {a641a80e-6c78-4812-9e2a-d3a29cde9723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1199 | 2025.07.18 19:15:42.048134 [ 3 ] {a641a80e-6c78-4812-9e2a-d3a29cde9723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1200 | 2025.07.18 19:15:42.048531 [ 3 ] {a641a80e-6c78-4812-9e2a-d3a29cde9723} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1201 | 2025.07.18 19:15:42.048567 [ 3 ] {a641a80e-6c78-4812-9e2a-d3a29cde9723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1202 | 2025.07.18 19:15:42.048881 [ 3 ] {a641a80e-6c78-4812-9e2a-d3a29cde9723} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1203 | 2025.07.18 19:15:42.049088 [ 3 ] {a641a80e-6c78-4812-9e2a-d3a29cde9723} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1204 | 2025.07.18 19:15:42.049213 [ 3 ] {a641a80e-6c78-4812-9e2a-d3a29cde9723} <Debug> executeQuery: Read 247 rows, 16.37 KiB in 0.001141 sec., 216476.77475898335 rows/sec., 14.01 MiB/sec. | ||
1205 | 2025.07.18 19:15:42.049255 [ 3 ] {a641a80e-6c78-4812-9e2a-d3a29cde9723} <Debug> TCPHandler: Processed in 0.001319241 sec. | ||
1206 | 2025.07.18 19:15:42.049373 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1207 | 2025.07.18 19:15:42.049468 [ 3 ] {604fb57a-f5f0-4916-a92a-90c97c81d4ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
1208 | 2025.07.18 19:15:42.049509 [ 3 ] {604fb57a-f5f0-4916-a92a-90c97c81d4ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1209 | 2025.07.18 19:15:42.049819 [ 3 ] {604fb57a-f5f0-4916-a92a-90c97c81d4ff} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1210 | 2025.07.18 19:15:42.049855 [ 3 ] {604fb57a-f5f0-4916-a92a-90c97c81d4ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1211 | 2025.07.18 19:15:42.050150 [ 3 ] {604fb57a-f5f0-4916-a92a-90c97c81d4ff} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1212 | 2025.07.18 19:15:42.050356 [ 3 ] {604fb57a-f5f0-4916-a92a-90c97c81d4ff} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1213 | 2025.07.18 19:15:42.050478 [ 3 ] {604fb57a-f5f0-4916-a92a-90c97c81d4ff} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00103 sec., 970.8737864077669 rows/sec., 65.42 KiB/sec. | ||
1214 | 2025.07.18 19:15:42.050514 [ 3 ] {604fb57a-f5f0-4916-a92a-90c97c81d4ff} <Debug> TCPHandler: Processed in 0.001196788 sec. | ||
1215 | 2025.07.18 19:15:42.050628 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1216 | 2025.07.18 19:15:42.050721 [ 3 ] {744369a1-859f-4f0d-8b60-b0d081528c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1217 | 2025.07.18 19:15:42.050776 [ 3 ] {744369a1-859f-4f0d-8b60-b0d081528c9a} <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 | ||
1218 | 2025.07.18 19:15:42.051559 [ 3 ] {744369a1-859f-4f0d-8b60-b0d081528c9a} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1219 | 2025.07.18 19:15:42.051607 [ 3 ] {744369a1-859f-4f0d-8b60-b0d081528c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1220 | 2025.07.18 19:15:42.054670 [ 3 ] {744369a1-859f-4f0d-8b60-b0d081528c9a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1221 | 2025.07.18 19:15:42.054912 [ 3 ] {744369a1-859f-4f0d-8b60-b0d081528c9a} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1222 | 2025.07.18 19:15:42.055072 [ 3 ] {744369a1-859f-4f0d-8b60-b0d081528c9a} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.00437 sec., 8237.986270022884 rows/sec., 14.76 MiB/sec. | ||
1223 | 2025.07.18 19:15:42.055123 [ 3 ] {744369a1-859f-4f0d-8b60-b0d081528c9a} <Debug> TCPHandler: Processed in 0.00454922 sec. | ||
1224 | 2025.07.18 19:15:42.055246 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1225 | 2025.07.18 19:15:42.055342 [ 3 ] {3c65f196-6037-4630-b301-d5daba58e093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
1226 | 2025.07.18 19:15:42.055385 [ 3 ] {3c65f196-6037-4630-b301-d5daba58e093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1227 | 2025.07.18 19:15:42.055733 [ 3 ] {3c65f196-6037-4630-b301-d5daba58e093} <Trace> oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1228 | 2025.07.18 19:15:42.055768 [ 3 ] {3c65f196-6037-4630-b301-d5daba58e093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1229 | 2025.07.18 19:15:42.056086 [ 3 ] {3c65f196-6037-4630-b301-d5daba58e093} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1230 | 2025.07.18 19:15:42.056294 [ 3 ] {3c65f196-6037-4630-b301-d5daba58e093} <Trace> oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1231 | 2025.07.18 19:15:42.056440 [ 3 ] {3c65f196-6037-4630-b301-d5daba58e093} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001117 sec., 18800.358102059086 rows/sec., 1.37 MiB/sec. | ||
1232 | 2025.07.18 19:15:42.056477 [ 3 ] {3c65f196-6037-4630-b301-d5daba58e093} <Debug> TCPHandler: Processed in 0.00128061 sec. | ||
1233 | 2025.07.18 19:15:42.056588 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1234 | 2025.07.18 19:15:42.056681 [ 3 ] {f16fcb60-e7ac-4322-8099-a3e0f43c8fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1235 | 2025.07.18 19:15:42.056723 [ 3 ] {f16fcb60-e7ac-4322-8099-a3e0f43c8fc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1236 | 2025.07.18 19:15:42.057077 [ 3 ] {f16fcb60-e7ac-4322-8099-a3e0f43c8fc2} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1237 | 2025.07.18 19:15:42.057112 [ 3 ] {f16fcb60-e7ac-4322-8099-a3e0f43c8fc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1238 | 2025.07.18 19:15:42.057404 [ 3 ] {f16fcb60-e7ac-4322-8099-a3e0f43c8fc2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1239 | 2025.07.18 19:15:42.057618 [ 3 ] {f16fcb60-e7ac-4322-8099-a3e0f43c8fc2} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1240 | 2025.07.18 19:15:42.057741 [ 3 ] {f16fcb60-e7ac-4322-8099-a3e0f43c8fc2} <Debug> executeQuery: Read 72 rows, 4.38 KiB in 0.001078 sec., 66790.35250463823 rows/sec., 3.97 MiB/sec. | ||
1241 | 2025.07.18 19:15:42.057776 [ 3 ] {f16fcb60-e7ac-4322-8099-a3e0f43c8fc2} <Debug> TCPHandler: Processed in 0.001236719 sec. | ||
1242 | 2025.07.18 19:15:46.948447 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1243 | 2025.07.18 19:15:46.948646 [ 3 ] {09e7a842-9b1a-47aa-ac9c-1a17478dd5a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1244 | 2025.07.18 19:15:46.948712 [ 3 ] {09e7a842-9b1a-47aa-ac9c-1a17478dd5a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1245 | 2025.07.18 19:15:46.949386 [ 3 ] {09e7a842-9b1a-47aa-ac9c-1a17478dd5a1} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1246 | 2025.07.18 19:15:46.949434 [ 3 ] {09e7a842-9b1a-47aa-ac9c-1a17478dd5a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1247 | 2025.07.18 19:15:46.949819 [ 3 ] {09e7a842-9b1a-47aa-ac9c-1a17478dd5a1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1248 | 2025.07.18 19:15:46.950041 [ 3 ] {09e7a842-9b1a-47aa-ac9c-1a17478dd5a1} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1249 | 2025.07.18 19:15:46.950190 [ 3 ] {09e7a842-9b1a-47aa-ac9c-1a17478dd5a1} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001594 sec., 16311.16687578419 rows/sec., 1.23 MiB/sec. | ||
1250 | 2025.07.18 19:15:46.950231 [ 3 ] {09e7a842-9b1a-47aa-ac9c-1a17478dd5a1} <Debug> TCPHandler: Processed in 0.00191978 sec. | ||
1251 | 2025.07.18 19:15:46.950366 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1252 | 2025.07.18 19:15:46.950463 [ 3 ] {0e8ef007-0857-4c2a-b3de-10ee78c9e425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1253 | 2025.07.18 19:15:46.950503 [ 3 ] {0e8ef007-0857-4c2a-b3de-10ee78c9e425} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1254 | 2025.07.18 19:15:46.950955 [ 3 ] {0e8ef007-0857-4c2a-b3de-10ee78c9e425} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1255 | 2025.07.18 19:15:46.950990 [ 3 ] {0e8ef007-0857-4c2a-b3de-10ee78c9e425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1256 | 2025.07.18 19:15:46.951292 [ 3 ] {0e8ef007-0857-4c2a-b3de-10ee78c9e425} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1257 | 2025.07.18 19:15:46.951496 [ 3 ] {0e8ef007-0857-4c2a-b3de-10ee78c9e425} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1258 | 2025.07.18 19:15:46.951624 [ 3 ] {0e8ef007-0857-4c2a-b3de-10ee78c9e425} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001181 sec., 23708.721422523286 rows/sec., 1.85 MiB/sec. | ||
1259 | 2025.07.18 19:15:46.951667 [ 3 ] {0e8ef007-0857-4c2a-b3de-10ee78c9e425} <Debug> TCPHandler: Processed in 0.001352031 sec. | ||
1260 | 2025.07.18 19:15:46.951800 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1261 | 2025.07.18 19:15:46.951897 [ 3 ] {0ca88e68-557a-4baf-9dc7-2bd761c21c6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1262 | 2025.07.18 19:15:46.951942 [ 3 ] {0ca88e68-557a-4baf-9dc7-2bd761c21c6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1263 | 2025.07.18 19:15:46.952376 [ 3 ] {0ca88e68-557a-4baf-9dc7-2bd761c21c6a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1264 | 2025.07.18 19:15:46.952410 [ 3 ] {0ca88e68-557a-4baf-9dc7-2bd761c21c6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1265 | 2025.07.18 19:15:46.952723 [ 3 ] {0ca88e68-557a-4baf-9dc7-2bd761c21c6a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1266 | 2025.07.18 19:15:46.952938 [ 3 ] {0ca88e68-557a-4baf-9dc7-2bd761c21c6a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1267 | 2025.07.18 19:15:46.953060 [ 3 ] {0ca88e68-557a-4baf-9dc7-2bd761c21c6a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001181 sec., 84674.0050804403 rows/sec., 5.87 MiB/sec. | ||
1268 | 2025.07.18 19:15:46.953095 [ 3 ] {0ca88e68-557a-4baf-9dc7-2bd761c21c6a} <Debug> TCPHandler: Processed in 0.001345001 sec. | ||
1269 | 2025.07.18 19:15:46.953223 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1270 | 2025.07.18 19:15:46.953317 [ 3 ] {35fe19ff-b01d-49c6-99c6-69b4a9e9e827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1271 | 2025.07.18 19:15:46.953358 [ 3 ] {35fe19ff-b01d-49c6-99c6-69b4a9e9e827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1272 | 2025.07.18 19:15:46.954017 [ 3 ] {35fe19ff-b01d-49c6-99c6-69b4a9e9e827} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1273 | 2025.07.18 19:15:46.954052 [ 3 ] {35fe19ff-b01d-49c6-99c6-69b4a9e9e827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1274 | 2025.07.18 19:15:46.954460 [ 3 ] {35fe19ff-b01d-49c6-99c6-69b4a9e9e827} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1275 | 2025.07.18 19:15:46.954679 [ 3 ] {35fe19ff-b01d-49c6-99c6-69b4a9e9e827} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1276 | 2025.07.18 19:15:46.954813 [ 3 ] {35fe19ff-b01d-49c6-99c6-69b4a9e9e827} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001512 sec., 19841.26984126984 rows/sec., 1.36 MiB/sec. | ||
1277 | 2025.07.18 19:15:46.954867 [ 3 ] {35fe19ff-b01d-49c6-99c6-69b4a9e9e827} <Debug> TCPHandler: Processed in 0.001693376 sec. | ||
1278 | 2025.07.18 19:15:48.036504 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
1279 | 2025.07.18 19:15:48.037023 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1280 | 2025.07.18 19:15:48.037070 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1281 | 2025.07.18 19:15:48.037640 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1282 | 2025.07.18 19:15:48.037873 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1283 | 2025.07.18 19:15:48.038004 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
1284 | 2025.07.18 19:15:48.160180 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
1285 | 2025.07.18 19:15:48.177103 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1286 | 2025.07.18 19:15:48.177165 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1287 | 2025.07.18 19:15:48.183195 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1288 | 2025.07.18 19:15:48.183927 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1289 | 2025.07.18 19:15:48.187018 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
1290 | 2025.07.18 19:15:50.525843 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 192 | ||
1291 | 2025.07.18 19:15:50.528888 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1292 | 2025.07.18 19:15:50.528929 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1293 | 2025.07.18 19:15:50.530155 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1294 | 2025.07.18 19:15:50.530416 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1295 | 2025.07.18 19:15:50.530647 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 192 | ||
1296 | 2025.07.18 19:15:51.958459 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1297 | 2025.07.18 19:15:51.958638 [ 3 ] {18ca0037-dc1d-4054-b0d0-d4363772a41f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1298 | 2025.07.18 19:15:51.958703 [ 3 ] {18ca0037-dc1d-4054-b0d0-d4363772a41f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1299 | 2025.07.18 19:15:51.959499 [ 3 ] {18ca0037-dc1d-4054-b0d0-d4363772a41f} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1300 | 2025.07.18 19:15:51.959538 [ 3 ] {18ca0037-dc1d-4054-b0d0-d4363772a41f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1301 | 2025.07.18 19:15:51.959924 [ 3 ] {18ca0037-dc1d-4054-b0d0-d4363772a41f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1302 | 2025.07.18 19:15:51.960146 [ 3 ] {18ca0037-dc1d-4054-b0d0-d4363772a41f} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1303 | 2025.07.18 19:15:51.960296 [ 3 ] {18ca0037-dc1d-4054-b0d0-d4363772a41f} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001706 sec., 229777.25674091442 rows/sec., 14.58 MiB/sec. | ||
1304 | 2025.07.18 19:15:51.960337 [ 3 ] {18ca0037-dc1d-4054-b0d0-d4363772a41f} <Debug> TCPHandler: Processed in 0.00199934 sec. | ||
1305 | 2025.07.18 19:15:51.960455 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1306 | 2025.07.18 19:15:51.960550 [ 3 ] {d7aa8516-b7f4-4111-81ed-805c2722263e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1307 | 2025.07.18 19:15:51.960590 [ 3 ] {d7aa8516-b7f4-4111-81ed-805c2722263e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1308 | 2025.07.18 19:15:51.961420 [ 3 ] {d7aa8516-b7f4-4111-81ed-805c2722263e} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1309 | 2025.07.18 19:15:51.961457 [ 3 ] {d7aa8516-b7f4-4111-81ed-805c2722263e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1310 | 2025.07.18 19:15:51.961810 [ 3 ] {d7aa8516-b7f4-4111-81ed-805c2722263e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1311 | 2025.07.18 19:15:51.962014 [ 3 ] {d7aa8516-b7f4-4111-81ed-805c2722263e} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1312 | 2025.07.18 19:15:51.962136 [ 3 ] {d7aa8516-b7f4-4111-81ed-805c2722263e} <Debug> executeQuery: Read 1109 rows, 90.53 KiB in 0.001605 sec., 690965.7320872274 rows/sec., 55.08 MiB/sec. | ||
1313 | 2025.07.18 19:15:51.962173 [ 3 ] {d7aa8516-b7f4-4111-81ed-805c2722263e} <Debug> TCPHandler: Processed in 0.001769687 sec. | ||
1314 | 2025.07.18 19:15:51.962284 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1315 | 2025.07.18 19:15:51.962381 [ 3 ] {481535a2-1538-44db-ba58-8391c959c69d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1316 | 2025.07.18 19:15:51.962420 [ 3 ] {481535a2-1538-44db-ba58-8391c959c69d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1317 | 2025.07.18 19:15:51.962920 [ 3 ] {481535a2-1538-44db-ba58-8391c959c69d} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1318 | 2025.07.18 19:15:51.962957 [ 3 ] {481535a2-1538-44db-ba58-8391c959c69d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1319 | 2025.07.18 19:15:51.963261 [ 3 ] {481535a2-1538-44db-ba58-8391c959c69d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1320 | 2025.07.18 19:15:51.963474 [ 3 ] {481535a2-1538-44db-ba58-8391c959c69d} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1321 | 2025.07.18 19:15:51.963599 [ 3 ] {481535a2-1538-44db-ba58-8391c959c69d} <Debug> executeQuery: Read 232 rows, 14.48 KiB in 0.001237 sec., 187550.52546483427 rows/sec., 11.43 MiB/sec. | ||
1322 | 2025.07.18 19:15:51.963637 [ 3 ] {481535a2-1538-44db-ba58-8391c959c69d} <Debug> TCPHandler: Processed in 0.001402561 sec. | ||
1323 | 2025.07.18 19:15:51.963749 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1324 | 2025.07.18 19:15:51.963843 [ 3 ] {f5c809a9-b3ea-4834-9acf-70ccc04489cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1325 | 2025.07.18 19:15:51.963883 [ 3 ] {f5c809a9-b3ea-4834-9acf-70ccc04489cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1326 | 2025.07.18 19:15:51.964324 [ 3 ] {f5c809a9-b3ea-4834-9acf-70ccc04489cf} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1327 | 2025.07.18 19:15:51.964361 [ 3 ] {f5c809a9-b3ea-4834-9acf-70ccc04489cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1328 | 2025.07.18 19:15:51.964651 [ 3 ] {f5c809a9-b3ea-4834-9acf-70ccc04489cf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1329 | 2025.07.18 19:15:51.964861 [ 3 ] {f5c809a9-b3ea-4834-9acf-70ccc04489cf} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1330 | 2025.07.18 19:15:51.964984 [ 3 ] {f5c809a9-b3ea-4834-9acf-70ccc04489cf} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001158 sec., 175302.2452504318 rows/sec., 11.31 MiB/sec. | ||
1331 | 2025.07.18 19:15:51.965019 [ 3 ] {f5c809a9-b3ea-4834-9acf-70ccc04489cf} <Debug> TCPHandler: Processed in 0.00132524 sec. | ||
1332 | 2025.07.18 19:15:51.965125 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1333 | 2025.07.18 19:15:51.965220 [ 3 ] {10aacbc2-a994-4b32-95f6-8a0492e15d46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
1334 | 2025.07.18 19:15:51.965260 [ 3 ] {10aacbc2-a994-4b32-95f6-8a0492e15d46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1335 | 2025.07.18 19:15:51.965676 [ 3 ] {10aacbc2-a994-4b32-95f6-8a0492e15d46} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1336 | 2025.07.18 19:15:51.965712 [ 3 ] {10aacbc2-a994-4b32-95f6-8a0492e15d46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1337 | 2025.07.18 19:15:51.966014 [ 3 ] {10aacbc2-a994-4b32-95f6-8a0492e15d46} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1338 | 2025.07.18 19:15:51.966221 [ 3 ] {10aacbc2-a994-4b32-95f6-8a0492e15d46} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1339 | 2025.07.18 19:15:51.966343 [ 3 ] {10aacbc2-a994-4b32-95f6-8a0492e15d46} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.00114 sec., 177192.98245614037 rows/sec., 10.06 MiB/sec. | ||
1340 | 2025.07.18 19:15:51.966378 [ 3 ] {10aacbc2-a994-4b32-95f6-8a0492e15d46} <Debug> TCPHandler: Processed in 0.00130344 sec. | ||
1341 | 2025.07.18 19:15:51.966491 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1342 | 2025.07.18 19:15:51.966585 [ 3 ] {9adc2489-4977-435f-900d-f38c47dd2963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1343 | 2025.07.18 19:15:51.966624 [ 3 ] {9adc2489-4977-435f-900d-f38c47dd2963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1344 | 2025.07.18 19:15:51.967205 [ 3 ] {9adc2489-4977-435f-900d-f38c47dd2963} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1345 | 2025.07.18 19:15:51.967242 [ 3 ] {9adc2489-4977-435f-900d-f38c47dd2963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1346 | 2025.07.18 19:15:51.967568 [ 3 ] {9adc2489-4977-435f-900d-f38c47dd2963} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1347 | 2025.07.18 19:15:51.967795 [ 3 ] {9adc2489-4977-435f-900d-f38c47dd2963} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1348 | 2025.07.18 19:15:51.967922 [ 3 ] {9adc2489-4977-435f-900d-f38c47dd2963} <Debug> executeQuery: Read 652 rows, 46.57 KiB in 0.001354 sec., 481536.18906942394 rows/sec., 33.59 MiB/sec. | ||
1349 | 2025.07.18 19:15:51.967958 [ 3 ] {9adc2489-4977-435f-900d-f38c47dd2963} <Debug> TCPHandler: Processed in 0.001516814 sec. | ||
1350 | 2025.07.18 19:15:51.968066 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1351 | 2025.07.18 19:15:51.968162 [ 3 ] {4e406a72-5e75-45d9-98a5-2d1c43a75dc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
1352 | 2025.07.18 19:15:51.968204 [ 3 ] {4e406a72-5e75-45d9-98a5-2d1c43a75dc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1353 | 2025.07.18 19:15:51.968530 [ 3 ] {4e406a72-5e75-45d9-98a5-2d1c43a75dc6} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1354 | 2025.07.18 19:15:51.968566 [ 3 ] {4e406a72-5e75-45d9-98a5-2d1c43a75dc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1355 | 2025.07.18 19:15:51.968854 [ 3 ] {4e406a72-5e75-45d9-98a5-2d1c43a75dc6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1356 | 2025.07.18 19:15:51.969057 [ 3 ] {4e406a72-5e75-45d9-98a5-2d1c43a75dc6} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1357 | 2025.07.18 19:15:51.969180 [ 3 ] {4e406a72-5e75-45d9-98a5-2d1c43a75dc6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001036 sec., 5791.505791505791 rows/sec., 302.58 KiB/sec. | ||
1358 | 2025.07.18 19:15:51.969214 [ 3 ] {4e406a72-5e75-45d9-98a5-2d1c43a75dc6} <Debug> TCPHandler: Processed in 0.001198559 sec. | ||
1359 | 2025.07.18 19:15:51.969330 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1360 | 2025.07.18 19:15:51.969424 [ 3 ] {4942861f-27b4-48bd-8bcc-4a855ec602f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1361 | 2025.07.18 19:15:51.969466 [ 3 ] {4942861f-27b4-48bd-8bcc-4a855ec602f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1362 | 2025.07.18 19:15:51.969842 [ 3 ] {4942861f-27b4-48bd-8bcc-4a855ec602f9} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1363 | 2025.07.18 19:15:51.969877 [ 3 ] {4942861f-27b4-48bd-8bcc-4a855ec602f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1364 | 2025.07.18 19:15:51.970184 [ 3 ] {4942861f-27b4-48bd-8bcc-4a855ec602f9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1365 | 2025.07.18 19:15:51.970393 [ 3 ] {4942861f-27b4-48bd-8bcc-4a855ec602f9} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1366 | 2025.07.18 19:15:51.970521 [ 3 ] {4942861f-27b4-48bd-8bcc-4a855ec602f9} <Debug> executeQuery: Read 247 rows, 16.37 KiB in 0.001116 sec., 221326.16487455196 rows/sec., 14.32 MiB/sec. | ||
1367 | 2025.07.18 19:15:51.970558 [ 3 ] {4942861f-27b4-48bd-8bcc-4a855ec602f9} <Debug> TCPHandler: Processed in 0.00128598 sec. | ||
1368 | 2025.07.18 19:15:51.970672 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1369 | 2025.07.18 19:15:51.970765 [ 3 ] {1b91b4f6-f69e-4add-a7f9-087f5ac2c14e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
1370 | 2025.07.18 19:15:51.970807 [ 3 ] {1b91b4f6-f69e-4add-a7f9-087f5ac2c14e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1371 | 2025.07.18 19:15:51.971113 [ 3 ] {1b91b4f6-f69e-4add-a7f9-087f5ac2c14e} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1372 | 2025.07.18 19:15:51.971149 [ 3 ] {1b91b4f6-f69e-4add-a7f9-087f5ac2c14e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1373 | 2025.07.18 19:15:51.971439 [ 3 ] {1b91b4f6-f69e-4add-a7f9-087f5ac2c14e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1374 | 2025.07.18 19:15:51.971649 [ 3 ] {1b91b4f6-f69e-4add-a7f9-087f5ac2c14e} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1375 | 2025.07.18 19:15:51.971772 [ 3 ] {1b91b4f6-f69e-4add-a7f9-087f5ac2c14e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001024 sec., 976.5625 rows/sec., 65.80 KiB/sec. | ||
1376 | 2025.07.18 19:15:51.971807 [ 3 ] {1b91b4f6-f69e-4add-a7f9-087f5ac2c14e} <Debug> TCPHandler: Processed in 0.001188088 sec. | ||
1377 | 2025.07.18 19:15:51.971912 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1378 | 2025.07.18 19:15:51.972004 [ 3 ] {1f8eb633-7c32-4cbd-90bf-2ec9d8ae6759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1379 | 2025.07.18 19:15:51.972056 [ 3 ] {1f8eb633-7c32-4cbd-90bf-2ec9d8ae6759} <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 | ||
1380 | 2025.07.18 19:15:51.972801 [ 3 ] {1f8eb633-7c32-4cbd-90bf-2ec9d8ae6759} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1381 | 2025.07.18 19:15:51.972838 [ 3 ] {1f8eb633-7c32-4cbd-90bf-2ec9d8ae6759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1382 | 2025.07.18 19:15:51.973380 [ 3 ] {1f8eb633-7c32-4cbd-90bf-2ec9d8ae6759} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1383 | 2025.07.18 19:15:51.973599 [ 3 ] {1f8eb633-7c32-4cbd-90bf-2ec9d8ae6759} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1384 | 2025.07.18 19:15:51.973731 [ 3 ] {1f8eb633-7c32-4cbd-90bf-2ec9d8ae6759} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.001743 sec., 20654.044750430294 rows/sec., 37.01 MiB/sec. | ||
1385 | 2025.07.18 19:15:51.973780 [ 3 ] {1f8eb633-7c32-4cbd-90bf-2ec9d8ae6759} <Debug> TCPHandler: Processed in 0.001917389 sec. | ||
1386 | 2025.07.18 19:15:51.973891 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1387 | 2025.07.18 19:15:51.973987 [ 3 ] {d2488042-7927-469d-909c-6c219675ff72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1388 | 2025.07.18 19:15:51.974028 [ 3 ] {d2488042-7927-469d-909c-6c219675ff72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1389 | 2025.07.18 19:15:51.974355 [ 3 ] {d2488042-7927-469d-909c-6c219675ff72} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1390 | 2025.07.18 19:15:51.974392 [ 3 ] {d2488042-7927-469d-909c-6c219675ff72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1391 | 2025.07.18 19:15:51.974682 [ 3 ] {d2488042-7927-469d-909c-6c219675ff72} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1392 | 2025.07.18 19:15:51.974903 [ 3 ] {d2488042-7927-469d-909c-6c219675ff72} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1393 | 2025.07.18 19:15:51.975028 [ 3 ] {d2488042-7927-469d-909c-6c219675ff72} <Debug> executeQuery: Read 72 rows, 4.38 KiB in 0.00106 sec., 67924.52830188679 rows/sec., 4.04 MiB/sec. | ||
1394 | 2025.07.18 19:15:51.975062 [ 3 ] {d2488042-7927-469d-909c-6c219675ff72} <Debug> TCPHandler: Processed in 0.001221429 sec. | ||
1395 | 2025.07.18 19:15:55.459259 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1396 | 2025.07.18 19:15:55.459340 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1397 | 2025.07.18 19:15:55.538247 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
1398 | 2025.07.18 19:15:55.538712 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1399 | 2025.07.18 19:15:55.538748 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1400 | 2025.07.18 19:15:55.539186 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1401 | 2025.07.18 19:15:55.539394 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1402 | 2025.07.18 19:15:55.539577 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
1403 | 2025.07.18 19:15:55.539598 [ 74 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1404 | 2025.07.18 19:15:55.539693 [ 74 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1405 | 2025.07.18 19:15:55.539735 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1406 | 2025.07.18 19:15:55.542039 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
1407 | 2025.07.18 19:15:55.544068 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1408 | 2025.07.18 19:15:55.544156 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part | ||
1409 | 2025.07.18 19:15:55.544272 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part | ||
1410 | 2025.07.18 19:15:55.544415 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part | ||
1411 | 2025.07.18 19:15:55.544480 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part | ||
1412 | 2025.07.18 19:15:55.544536 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part | ||
1413 | 2025.07.18 19:15:55.544579 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part | ||
1414 | 2025.07.18 19:15:55.574163 [ 191 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.034292226 sec., 81826.12583971655 rows/sec., 1.17 MiB/sec. | ||
1415 | 2025.07.18 19:15:55.574904 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1416 | 2025.07.18 19:15:55.575143 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_6_1} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1417 | 2025.07.18 19:15:55.575202 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_6_1} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1418 | 2025.07.18 19:15:55.575282 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
1419 | 2025.07.18 19:15:55.687249 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
1420 | 2025.07.18 19:15:55.706616 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1421 | 2025.07.18 19:15:55.706672 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1422 | 2025.07.18 19:15:55.713061 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1423 | 2025.07.18 19:15:55.713764 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1424 | 2025.07.18 19:15:55.714087 [ 74 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1425 | 2025.07.18 19:15:55.714174 [ 74 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1426 | 2025.07.18 19:15:55.714211 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1427 | 2025.07.18 19:15:55.714382 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
1428 | 2025.07.18 19:15:55.717083 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
1429 | 2025.07.18 19:15:55.718874 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1430 | 2025.07.18 19:15:55.720320 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
1431 | 2025.07.18 19:15:55.724926 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
1432 | 2025.07.18 19:15:55.729200 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
1433 | 2025.07.18 19:15:55.733509 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
1434 | 2025.07.18 19:15:55.740297 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
1435 | 2025.07.18 19:15:55.744442 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
1436 | 2025.07.18 19:15:55.804122 [ 196 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.08975796 sec., 512.4893658456588 rows/sec., 2.65 MiB/sec. | ||
1437 | 2025.07.18 19:15:55.806568 [ 191 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1438 | 2025.07.18 19:15:55.808651 [ 191 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_6_1} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1439 | 2025.07.18 19:15:55.808753 [ 191 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_6_1} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1440 | 2025.07.18 19:15:55.810764 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.11 MiB. | ||
1441 | 2025.07.18 19:15:56.000323 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.65 MiB, peak 176.20 MiB, free memory in arenas 0.00 B, will set to 176.84 MiB (RSS), difference: 10.19 MiB | ||
1442 | 2025.07.18 19:15:56.946746 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1443 | 2025.07.18 19:15:56.946940 [ 3 ] {be56fece-918b-41c1-b070-5ee4290af64d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1444 | 2025.07.18 19:15:56.947011 [ 3 ] {be56fece-918b-41c1-b070-5ee4290af64d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1445 | 2025.07.18 19:15:56.947717 [ 3 ] {be56fece-918b-41c1-b070-5ee4290af64d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1446 | 2025.07.18 19:15:56.947763 [ 3 ] {be56fece-918b-41c1-b070-5ee4290af64d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1447 | 2025.07.18 19:15:56.948192 [ 3 ] {be56fece-918b-41c1-b070-5ee4290af64d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1448 | 2025.07.18 19:15:56.948458 [ 3 ] {be56fece-918b-41c1-b070-5ee4290af64d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1449 | 2025.07.18 19:15:56.948605 [ 3 ] {be56fece-918b-41c1-b070-5ee4290af64d} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.00172 sec., 15116.279069767443 rows/sec., 1.14 MiB/sec. | ||
1450 | 2025.07.18 19:15:56.948646 [ 3 ] {be56fece-918b-41c1-b070-5ee4290af64d} <Debug> TCPHandler: Processed in 0.002031481 sec. | ||
1451 | 2025.07.18 19:15:56.948780 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1452 | 2025.07.18 19:15:56.948875 [ 3 ] {09e456d0-99ab-4b90-b604-335484342ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1453 | 2025.07.18 19:15:56.948915 [ 3 ] {09e456d0-99ab-4b90-b604-335484342ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1454 | 2025.07.18 19:15:56.949327 [ 3 ] {09e456d0-99ab-4b90-b604-335484342ace} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1455 | 2025.07.18 19:15:56.949362 [ 3 ] {09e456d0-99ab-4b90-b604-335484342ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1456 | 2025.07.18 19:15:56.949659 [ 3 ] {09e456d0-99ab-4b90-b604-335484342ace} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1457 | 2025.07.18 19:15:56.949870 [ 3 ] {09e456d0-99ab-4b90-b604-335484342ace} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1458 | 2025.07.18 19:15:56.949995 [ 3 ] {09e456d0-99ab-4b90-b604-335484342ace} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001139 sec., 24582.967515364355 rows/sec., 1.92 MiB/sec. | ||
1459 | 2025.07.18 19:15:56.950032 [ 3 ] {09e456d0-99ab-4b90-b604-335484342ace} <Debug> TCPHandler: Processed in 0.00130552 sec. | ||
1460 | 2025.07.18 19:15:56.950144 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1461 | 2025.07.18 19:15:56.950236 [ 3 ] {be844e5b-c1e0-43f1-a278-c2e9914b23d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1462 | 2025.07.18 19:15:56.950279 [ 3 ] {be844e5b-c1e0-43f1-a278-c2e9914b23d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1463 | 2025.07.18 19:15:56.950652 [ 3 ] {be844e5b-c1e0-43f1-a278-c2e9914b23d6} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1464 | 2025.07.18 19:15:56.950687 [ 3 ] {be844e5b-c1e0-43f1-a278-c2e9914b23d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1465 | 2025.07.18 19:15:56.950996 [ 3 ] {be844e5b-c1e0-43f1-a278-c2e9914b23d6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1466 | 2025.07.18 19:15:56.951212 [ 3 ] {be844e5b-c1e0-43f1-a278-c2e9914b23d6} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1467 | 2025.07.18 19:15:56.951337 [ 3 ] {be844e5b-c1e0-43f1-a278-c2e9914b23d6} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001119 sec., 89365.50491510278 rows/sec., 6.20 MiB/sec. | ||
1468 | 2025.07.18 19:15:56.951374 [ 3 ] {be844e5b-c1e0-43f1-a278-c2e9914b23d6} <Debug> TCPHandler: Processed in 0.00127896 sec. | ||
1469 | 2025.07.18 19:15:56.951486 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1470 | 2025.07.18 19:15:56.951579 [ 3 ] {7bac299d-43e8-4555-8065-a55db8ccb478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1471 | 2025.07.18 19:15:56.951618 [ 3 ] {7bac299d-43e8-4555-8065-a55db8ccb478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1472 | 2025.07.18 19:15:56.951954 [ 3 ] {7bac299d-43e8-4555-8065-a55db8ccb478} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1473 | 2025.07.18 19:15:56.951989 [ 3 ] {7bac299d-43e8-4555-8065-a55db8ccb478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1474 | 2025.07.18 19:15:56.952279 [ 3 ] {7bac299d-43e8-4555-8065-a55db8ccb478} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1475 | 2025.07.18 19:15:56.952475 [ 3 ] {7bac299d-43e8-4555-8065-a55db8ccb478} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1476 | 2025.07.18 19:15:56.952598 [ 3 ] {7bac299d-43e8-4555-8065-a55db8ccb478} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001038 sec., 28901.73410404624 rows/sec., 1.98 MiB/sec. | ||
1477 | 2025.07.18 19:15:56.952632 [ 3 ] {7bac299d-43e8-4555-8065-a55db8ccb478} <Debug> TCPHandler: Processed in 0.001194398 sec. | ||
1478 | 2025.07.18 19:16:00.531054 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 222 | ||
1479 | 2025.07.18 19:16:00.533135 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1480 | 2025.07.18 19:16:00.533181 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1481 | 2025.07.18 19:16:00.534315 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1482 | 2025.07.18 19:16:00.534582 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1483 | 2025.07.18 19:16:00.534818 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 222 | ||
1484 | 2025.07.18 19:16:01.958489 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1485 | 2025.07.18 19:16:01.958687 [ 3 ] {c0a1a41a-9e39-4985-a770-805e3ab11230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1486 | 2025.07.18 19:16:01.958761 [ 3 ] {c0a1a41a-9e39-4985-a770-805e3ab11230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1487 | 2025.07.18 19:16:01.959638 [ 3 ] {c0a1a41a-9e39-4985-a770-805e3ab11230} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1488 | 2025.07.18 19:16:01.959683 [ 3 ] {c0a1a41a-9e39-4985-a770-805e3ab11230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1489 | 2025.07.18 19:16:01.960086 [ 3 ] {c0a1a41a-9e39-4985-a770-805e3ab11230} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1490 | 2025.07.18 19:16:01.960309 [ 3 ] {c0a1a41a-9e39-4985-a770-805e3ab11230} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1491 | 2025.07.18 19:16:01.960463 [ 3 ] {c0a1a41a-9e39-4985-a770-805e3ab11230} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.00183 sec., 214207.65027322405 rows/sec., 13.59 MiB/sec. | ||
1492 | 2025.07.18 19:16:01.960511 [ 3 ] {c0a1a41a-9e39-4985-a770-805e3ab11230} <Debug> TCPHandler: Processed in 0.002155073 sec. | ||
1493 | 2025.07.18 19:16:01.960631 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1494 | 2025.07.18 19:16:01.960728 [ 3 ] {a0412dd7-bb52-4efc-beb0-a042216b81ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1495 | 2025.07.18 19:16:01.960772 [ 3 ] {a0412dd7-bb52-4efc-beb0-a042216b81ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1496 | 2025.07.18 19:16:01.961692 [ 3 ] {a0412dd7-bb52-4efc-beb0-a042216b81ff} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1497 | 2025.07.18 19:16:01.961728 [ 3 ] {a0412dd7-bb52-4efc-beb0-a042216b81ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1498 | 2025.07.18 19:16:01.962120 [ 3 ] {a0412dd7-bb52-4efc-beb0-a042216b81ff} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1499 | 2025.07.18 19:16:01.962343 [ 3 ] {a0412dd7-bb52-4efc-beb0-a042216b81ff} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1500 | 2025.07.18 19:16:01.962447 [ 62 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1501 | 2025.07.18 19:16:01.962473 [ 3 ] {a0412dd7-bb52-4efc-beb0-a042216b81ff} <Debug> executeQuery: Read 1109 rows, 90.53 KiB in 0.001763 sec., 629041.4066931367 rows/sec., 50.15 MiB/sec. | ||
1502 | 2025.07.18 19:16:01.962529 [ 62 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1503 | 2025.07.18 19:16:01.962535 [ 3 ] {a0412dd7-bb52-4efc-beb0-a042216b81ff} <Debug> TCPHandler: Processed in 0.00195493 sec. | ||
1504 | 2025.07.18 19:16:01.962564 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1505 | 2025.07.18 19:16:01.962669 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1506 | 2025.07.18 19:16:01.962713 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
1507 | 2025.07.18 19:16:01.962769 [ 3 ] {41a87003-a914-41cf-8d70-c035ce7dbb09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1508 | 2025.07.18 19:16:01.962815 [ 3 ] {41a87003-a914-41cf-8d70-c035ce7dbb09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1509 | 2025.07.18 19:16:01.962872 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1510 | 2025.07.18 19:16:01.962917 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
1511 | 2025.07.18 19:16:01.963011 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1109 rows starting from the beginning of the part | ||
1512 | 2025.07.18 19:16:01.963091 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
1513 | 2025.07.18 19:16:01.963146 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1109 rows starting from the beginning of the part | ||
1514 | 2025.07.18 19:16:01.963261 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part | ||
1515 | 2025.07.18 19:16:01.963307 [ 3 ] {41a87003-a914-41cf-8d70-c035ce7dbb09} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1516 | 2025.07.18 19:16:01.963314 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1109 rows starting from the beginning of the part | ||
1517 | 2025.07.18 19:16:01.963351 [ 3 ] {41a87003-a914-41cf-8d70-c035ce7dbb09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1518 | 2025.07.18 19:16:01.963823 [ 3 ] {41a87003-a914-41cf-8d70-c035ce7dbb09} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1519 | 2025.07.18 19:16:01.964088 [ 3 ] {41a87003-a914-41cf-8d70-c035ce7dbb09} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1520 | 2025.07.18 19:16:01.964224 [ 3 ] {41a87003-a914-41cf-8d70-c035ce7dbb09} <Debug> executeQuery: Read 232 rows, 14.48 KiB in 0.001474 sec., 157394.84396200813 rows/sec., 9.60 MiB/sec. | ||
1521 | 2025.07.18 19:16:01.964263 [ 3 ] {41a87003-a914-41cf-8d70-c035ce7dbb09} <Debug> TCPHandler: Processed in 0.001645446 sec. | ||
1522 | 2025.07.18 19:16:01.964381 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1523 | 2025.07.18 19:16:01.964476 [ 3 ] {8c64fc1a-ea75-4157-a9b1-5746c1b4fa5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1524 | 2025.07.18 19:16:01.964538 [ 3 ] {8c64fc1a-ea75-4157-a9b1-5746c1b4fa5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1525 | 2025.07.18 19:16:01.965014 [ 3 ] {8c64fc1a-ea75-4157-a9b1-5746c1b4fa5e} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1526 | 2025.07.18 19:16:01.965052 [ 3 ] {8c64fc1a-ea75-4157-a9b1-5746c1b4fa5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1527 | 2025.07.18 19:16:01.965049 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3405 rows, containing 5 columns (5 merged, 0 gathered) in 0.002390917 sec., 1424139.7756592971 rows/sec., 118.82 MiB/sec. | ||
1528 | 2025.07.18 19:16:01.965330 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1529 | 2025.07.18 19:16:01.965371 [ 3 ] {8c64fc1a-ea75-4157-a9b1-5746c1b4fa5e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1530 | 2025.07.18 19:16:01.965594 [ 3 ] {8c64fc1a-ea75-4157-a9b1-5746c1b4fa5e} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1531 | 2025.07.18 19:16:01.965623 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_6_1} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1532 | 2025.07.18 19:16:01.965692 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_6_1} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1533 | 2025.07.18 19:16:01.965720 [ 3 ] {8c64fc1a-ea75-4157-a9b1-5746c1b4fa5e} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001263 sec., 160728.42438638164 rows/sec., 10.37 MiB/sec. | ||
1534 | 2025.07.18 19:16:01.965758 [ 3 ] {8c64fc1a-ea75-4157-a9b1-5746c1b4fa5e} <Debug> TCPHandler: Processed in 0.001427492 sec. | ||
1535 | 2025.07.18 19:16:01.965766 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
1536 | 2025.07.18 19:16:01.965869 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1537 | 2025.07.18 19:16:01.965963 [ 3 ] {d1aa3df6-3a04-464d-8d5e-31c449eb467d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
1538 | 2025.07.18 19:16:01.966004 [ 3 ] {d1aa3df6-3a04-464d-8d5e-31c449eb467d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1539 | 2025.07.18 19:16:01.966446 [ 3 ] {d1aa3df6-3a04-464d-8d5e-31c449eb467d} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1540 | 2025.07.18 19:16:01.966482 [ 3 ] {d1aa3df6-3a04-464d-8d5e-31c449eb467d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1541 | 2025.07.18 19:16:01.966792 [ 3 ] {d1aa3df6-3a04-464d-8d5e-31c449eb467d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1542 | 2025.07.18 19:16:01.966993 [ 3 ] {d1aa3df6-3a04-464d-8d5e-31c449eb467d} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1543 | 2025.07.18 19:16:01.967115 [ 3 ] {d1aa3df6-3a04-464d-8d5e-31c449eb467d} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.00117 sec., 172649.57264957266 rows/sec., 9.81 MiB/sec. | ||
1544 | 2025.07.18 19:16:01.967151 [ 3 ] {d1aa3df6-3a04-464d-8d5e-31c449eb467d} <Debug> TCPHandler: Processed in 0.00133227 sec. | ||
1545 | 2025.07.18 19:16:01.967263 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1546 | 2025.07.18 19:16:01.967356 [ 3 ] {4e4af843-a6fb-4e58-a0b6-ac87849c18b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1547 | 2025.07.18 19:16:01.967395 [ 3 ] {4e4af843-a6fb-4e58-a0b6-ac87849c18b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1548 | 2025.07.18 19:16:01.968010 [ 3 ] {4e4af843-a6fb-4e58-a0b6-ac87849c18b5} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1549 | 2025.07.18 19:16:01.968048 [ 3 ] {4e4af843-a6fb-4e58-a0b6-ac87849c18b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1550 | 2025.07.18 19:16:01.968381 [ 3 ] {4e4af843-a6fb-4e58-a0b6-ac87849c18b5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1551 | 2025.07.18 19:16:01.968597 [ 3 ] {4e4af843-a6fb-4e58-a0b6-ac87849c18b5} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1552 | 2025.07.18 19:16:01.968695 [ 62 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1553 | 2025.07.18 19:16:01.968725 [ 3 ] {4e4af843-a6fb-4e58-a0b6-ac87849c18b5} <Debug> executeQuery: Read 652 rows, 46.57 KiB in 0.001388 sec., 469740.63400576374 rows/sec., 32.77 MiB/sec. | ||
1554 | 2025.07.18 19:16:01.968737 [ 62 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1555 | 2025.07.18 19:16:01.968769 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1556 | 2025.07.18 19:16:01.968770 [ 3 ] {4e4af843-a6fb-4e58-a0b6-ac87849c18b5} <Debug> TCPHandler: Processed in 0.001556174 sec. | ||
1557 | 2025.07.18 19:16:01.968872 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
1558 | 2025.07.18 19:16:01.968900 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1559 | 2025.07.18 19:16:01.968969 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1560 | 2025.07.18 19:16:01.968998 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
1561 | 2025.07.18 19:16:01.968999 [ 3 ] {6ca91530-f1d5-4c41-98bc-edf1c693a820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
1562 | 2025.07.18 19:16:01.969048 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 664 rows starting from the beginning of the part | ||
1563 | 2025.07.18 19:16:01.969055 [ 3 ] {6ca91530-f1d5-4c41-98bc-edf1c693a820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1564 | 2025.07.18 19:16:01.969096 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part | ||
1565 | 2025.07.18 19:16:01.969137 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 652 rows starting from the beginning of the part | ||
1566 | 2025.07.18 19:16:01.969176 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part | ||
1567 | 2025.07.18 19:16:01.969214 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 652 rows starting from the beginning of the part | ||
1568 | 2025.07.18 19:16:01.969407 [ 3 ] {6ca91530-f1d5-4c41-98bc-edf1c693a820} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1569 | 2025.07.18 19:16:01.969452 [ 3 ] {6ca91530-f1d5-4c41-98bc-edf1c693a820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1570 | 2025.07.18 19:16:01.969777 [ 3 ] {6ca91530-f1d5-4c41-98bc-edf1c693a820} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1571 | 2025.07.18 19:16:01.969995 [ 3 ] {6ca91530-f1d5-4c41-98bc-edf1c693a820} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1572 | 2025.07.18 19:16:01.970124 [ 3 ] {6ca91530-f1d5-4c41-98bc-edf1c693a820} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001143 sec., 5249.343832020998 rows/sec., 274.26 KiB/sec. | ||
1573 | 2025.07.18 19:16:01.970160 [ 3 ] {6ca91530-f1d5-4c41-98bc-edf1c693a820} <Debug> TCPHandler: Processed in 0.00131084 sec. | ||
1574 | 2025.07.18 19:16:01.970249 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2052 rows, containing 5 columns (5 merged, 0 gathered) in 0.001430642 sec., 1434321.0950049 rows/sec., 106.08 MiB/sec. | ||
1575 | 2025.07.18 19:16:01.970269 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1576 | 2025.07.18 19:16:01.970380 [ 3 ] {87c50400-4825-41e7-812b-344711e1ec81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1577 | 2025.07.18 19:16:01.970424 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1578 | 2025.07.18 19:16:01.970426 [ 3 ] {87c50400-4825-41e7-812b-344711e1ec81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1579 | 2025.07.18 19:16:01.970699 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1580 | 2025.07.18 19:16:01.970771 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1581 | 2025.07.18 19:16:01.970835 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
1582 | 2025.07.18 19:16:01.970930 [ 3 ] {87c50400-4825-41e7-812b-344711e1ec81} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1583 | 2025.07.18 19:16:01.970979 [ 3 ] {87c50400-4825-41e7-812b-344711e1ec81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1584 | 2025.07.18 19:16:01.971384 [ 3 ] {87c50400-4825-41e7-812b-344711e1ec81} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1585 | 2025.07.18 19:16:01.971601 [ 3 ] {87c50400-4825-41e7-812b-344711e1ec81} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1586 | 2025.07.18 19:16:01.971698 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1587 | 2025.07.18 19:16:01.971727 [ 3 ] {87c50400-4825-41e7-812b-344711e1ec81} <Debug> executeQuery: Read 247 rows, 16.37 KiB in 0.001366 sec., 180819.9121522694 rows/sec., 11.70 MiB/sec. | ||
1588 | 2025.07.18 19:16:01.971732 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1589 | 2025.07.18 19:16:01.971770 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1590 | 2025.07.18 19:16:01.971770 [ 3 ] {87c50400-4825-41e7-812b-344711e1ec81} <Debug> TCPHandler: Processed in 0.001551824 sec. | ||
1591 | 2025.07.18 19:16:01.971843 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
1592 | 2025.07.18 19:16:01.971898 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1593 | 2025.07.18 19:16:01.971930 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1594 | 2025.07.18 19:16:01.971961 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 100 rows starting from the beginning of the part | ||
1595 | 2025.07.18 19:16:01.971998 [ 3 ] {96ae6455-68f7-403f-af82-0ae8454e871a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
1596 | 2025.07.18 19:16:01.972008 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 247 rows starting from the beginning of the part | ||
1597 | 2025.07.18 19:16:01.972048 [ 3 ] {96ae6455-68f7-403f-af82-0ae8454e871a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1598 | 2025.07.18 19:16:01.972059 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
1599 | 2025.07.18 19:16:01.972102 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 247 rows starting from the beginning of the part | ||
1600 | 2025.07.18 19:16:01.972134 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part | ||
1601 | 2025.07.18 19:16:01.972169 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 247 rows starting from the beginning of the part | ||
1602 | 2025.07.18 19:16:01.972373 [ 3 ] {96ae6455-68f7-403f-af82-0ae8454e871a} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1603 | 2025.07.18 19:16:01.972414 [ 3 ] {96ae6455-68f7-403f-af82-0ae8454e871a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1604 | 2025.07.18 19:16:01.972728 [ 3 ] {96ae6455-68f7-403f-af82-0ae8454e871a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1605 | 2025.07.18 19:16:01.972945 [ 3 ] {96ae6455-68f7-403f-af82-0ae8454e871a} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1606 | 2025.07.18 19:16:01.973048 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1041 rows, containing 5 columns (5 merged, 0 gathered) in 0.001233359 sec., 844036.4889703647 rows/sec., 55.75 MiB/sec. | ||
1607 | 2025.07.18 19:16:01.973072 [ 3 ] {96ae6455-68f7-403f-af82-0ae8454e871a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001093 sec., 914.9130832570905 rows/sec., 61.65 KiB/sec. | ||
1608 | 2025.07.18 19:16:01.973114 [ 3 ] {96ae6455-68f7-403f-af82-0ae8454e871a} <Debug> TCPHandler: Processed in 0.00126472 sec. | ||
1609 | 2025.07.18 19:16:01.973211 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1610 | 2025.07.18 19:16:01.973224 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1611 | 2025.07.18 19:16:01.973325 [ 3 ] {a98a2c64-6e35-46d1-b1c2-6eb66523adda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1612 | 2025.07.18 19:16:01.973382 [ 3 ] {a98a2c64-6e35-46d1-b1c2-6eb66523adda} <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 | ||
1613 | 2025.07.18 19:16:01.973468 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1614 | 2025.07.18 19:16:01.973531 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1615 | 2025.07.18 19:16:01.973584 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
1616 | 2025.07.18 19:16:01.974212 [ 3 ] {a98a2c64-6e35-46d1-b1c2-6eb66523adda} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1617 | 2025.07.18 19:16:01.974253 [ 3 ] {a98a2c64-6e35-46d1-b1c2-6eb66523adda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1618 | 2025.07.18 19:16:01.974810 [ 3 ] {a98a2c64-6e35-46d1-b1c2-6eb66523adda} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1619 | 2025.07.18 19:16:01.975038 [ 3 ] {a98a2c64-6e35-46d1-b1c2-6eb66523adda} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1620 | 2025.07.18 19:16:01.975175 [ 3 ] {a98a2c64-6e35-46d1-b1c2-6eb66523adda} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.001868 sec., 19271.948608137045 rows/sec., 34.53 MiB/sec. | ||
1621 | 2025.07.18 19:16:01.975223 [ 3 ] {a98a2c64-6e35-46d1-b1c2-6eb66523adda} <Debug> TCPHandler: Processed in 0.002047501 sec. | ||
1622 | 2025.07.18 19:16:01.975334 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1623 | 2025.07.18 19:16:01.975429 [ 3 ] {7829c16d-2ef2-4c75-b4bc-4b5bc0837a1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1624 | 2025.07.18 19:16:01.975470 [ 3 ] {7829c16d-2ef2-4c75-b4bc-4b5bc0837a1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1625 | 2025.07.18 19:16:01.975833 [ 3 ] {7829c16d-2ef2-4c75-b4bc-4b5bc0837a1f} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1626 | 2025.07.18 19:16:01.975868 [ 3 ] {7829c16d-2ef2-4c75-b4bc-4b5bc0837a1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1627 | 2025.07.18 19:16:01.976166 [ 3 ] {7829c16d-2ef2-4c75-b4bc-4b5bc0837a1f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1628 | 2025.07.18 19:16:01.976368 [ 3 ] {7829c16d-2ef2-4c75-b4bc-4b5bc0837a1f} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1629 | 2025.07.18 19:16:01.976471 [ 59 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1630 | 2025.07.18 19:16:01.976490 [ 3 ] {7829c16d-2ef2-4c75-b4bc-4b5bc0837a1f} <Debug> executeQuery: Read 72 rows, 4.38 KiB in 0.00108 sec., 66666.66666666667 rows/sec., 3.96 MiB/sec. | ||
1631 | 2025.07.18 19:16:01.976518 [ 59 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1632 | 2025.07.18 19:16:01.976531 [ 3 ] {7829c16d-2ef2-4c75-b4bc-4b5bc0837a1f} <Debug> TCPHandler: Processed in 0.001247259 sec. | ||
1633 | 2025.07.18 19:16:01.976544 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1634 | 2025.07.18 19:16:01.976654 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
1635 | 2025.07.18 19:16:01.976778 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1636 | 2025.07.18 19:16:01.976820 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
1637 | 2025.07.18 19:16:01.976903 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 72 rows starting from the beginning of the part | ||
1638 | 2025.07.18 19:16:01.976964 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
1639 | 2025.07.18 19:16:01.977013 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 72 rows starting from the beginning of the part | ||
1640 | 2025.07.18 19:16:01.977060 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
1641 | 2025.07.18 19:16:01.977106 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part | ||
1642 | 2025.07.18 19:16:01.977889 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.00127932 sec., 239189.56945877496 rows/sec., 14.85 MiB/sec. | ||
1643 | 2025.07.18 19:16:01.978020 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1644 | 2025.07.18 19:16:01.978275 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1645 | 2025.07.18 19:16:01.978334 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1646 | 2025.07.18 19:16:01.978385 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
1647 | 2025.07.18 19:16:03.040620 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
1648 | 2025.07.18 19:16:03.041115 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1649 | 2025.07.18 19:16:03.041159 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1650 | 2025.07.18 19:16:03.041693 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1651 | 2025.07.18 19:16:03.041913 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1652 | 2025.07.18 19:16:03.042037 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
1653 | 2025.07.18 19:16:03.218104 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
1654 | 2025.07.18 19:16:03.235000 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1655 | 2025.07.18 19:16:03.235057 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1656 | 2025.07.18 19:16:03.240474 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1657 | 2025.07.18 19:16:03.241153 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1658 | 2025.07.18 19:16:03.244088 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
1659 | 2025.07.18 19:16:06.943413 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1660 | 2025.07.18 19:16:06.943651 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
1661 | 2025.07.18 19:16:06.943977 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1662 | 2025.07.18 19:16:06.944014 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
1663 | 2025.07.18 19:16:06.944254 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1664 | 2025.07.18 19:16:06.944322 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1665 | 2025.07.18 19:16:06.944459 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
1666 | 2025.07.18 19:16:06.944665 [ 289 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1667 | 2025.07.18 19:16:06.944677 [ 288 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1668 | 2025.07.18 19:16:06.944790 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
1669 | 2025.07.18 19:16:06.944819 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1670 | 2025.07.18 19:16:06.948874 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1671 | 2025.07.18 19:16:06.948901 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1672 | 2025.07.18 19:16:06.948955 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
1673 | 2025.07.18 19:16:06.948997 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
1674 | 2025.07.18 19:16:06.949928 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.006375 sec., 4705.882352941177 rows/sec., 179.38 KiB/sec. | ||
1675 | 2025.07.18 19:16:06.950037 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} <Debug> TCPHandler: Processed in 0.006744623 sec. | ||
1676 | 2025.07.18 19:16:06.950345 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1677 | 2025.07.18 19:16:06.950481 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
1678 | 2025.07.18 19:16:06.950698 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1679 | 2025.07.18 19:16:06.950732 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} <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', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
1680 | 2025.07.18 19:16:06.950924 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1681 | 2025.07.18 19:16:06.950977 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1682 | 2025.07.18 19:16:06.951079 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
1683 | 2025.07.18 19:16:06.951133 [ 289 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1684 | 2025.07.18 19:16:06.951152 [ 290 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1685 | 2025.07.18 19:16:06.951251 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
1686 | 2025.07.18 19:16:06.951276 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1687 | 2025.07.18 19:16:06.951332 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1688 | 2025.07.18 19:16:06.951348 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1689 | 2025.07.18 19:16:06.951377 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} <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', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
1690 | 2025.07.18 19:16:06.951407 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} <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', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
1691 | 2025.07.18 19:16:06.951974 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.00155 sec., 19354.83870967742 rows/sec., 737.78 KiB/sec. | ||
1692 | 2025.07.18 19:16:06.952056 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} <Debug> TCPHandler: Processed in 0.001762507 sec. | ||
1693 | 2025.07.18 19:16:06.952287 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1694 | 2025.07.18 19:16:06.952420 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
1695 | 2025.07.18 19:16:06.952642 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1696 | 2025.07.18 19:16:06.952676 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
1697 | 2025.07.18 19:16:06.952866 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1698 | 2025.07.18 19:16:06.952917 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1699 | 2025.07.18 19:16:06.953016 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
1700 | 2025.07.18 19:16:06.953072 [ 289 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1701 | 2025.07.18 19:16:06.953080 [ 290 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1702 | 2025.07.18 19:16:06.953160 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
1703 | 2025.07.18 19:16:06.953186 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1704 | 2025.07.18 19:16:06.953239 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1705 | 2025.07.18 19:16:06.953255 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1706 | 2025.07.18 19:16:06.953286 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
1707 | 2025.07.18 19:16:06.953316 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
1708 | 2025.07.18 19:16:06.953825 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.001461 sec., 20533.880903490757 rows/sec., 782.72 KiB/sec. | ||
1709 | 2025.07.18 19:16:06.953906 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} <Debug> TCPHandler: Processed in 0.001668655 sec. | ||
1710 | 2025.07.18 19:16:06.954104 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1711 | 2025.07.18 19:16:06.954238 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', '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) | ||
1712 | 2025.07.18 19:16:06.954445 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1713 | 2025.07.18 19:16:06.954480 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} <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', '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 | ||
1714 | 2025.07.18 19:16:06.954678 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1715 | 2025.07.18 19:16:06.954730 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1716 | 2025.07.18 19:16:06.954828 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
1717 | 2025.07.18 19:16:06.954887 [ 290 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1718 | 2025.07.18 19:16:06.954892 [ 288 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1719 | 2025.07.18 19:16:06.954982 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
1720 | 2025.07.18 19:16:06.955006 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1721 | 2025.07.18 19:16:06.955059 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1722 | 2025.07.18 19:16:06.955075 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1723 | 2025.07.18 19:16:06.955105 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} <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', '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'))" | ||
1724 | 2025.07.18 19:16:06.955141 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} <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', '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'))" | ||
1725 | 2025.07.18 19:16:06.955668 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.001485 sec., 20202.0202020202 rows/sec., 770.07 KiB/sec. | ||
1726 | 2025.07.18 19:16:06.955747 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} <Debug> TCPHandler: Processed in 0.001692866 sec. | ||
1727 | 2025.07.18 19:16:06.962642 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1728 | 2025.07.18 19:16:06.962769 [ 3 ] {d572d306-aa54-44a9-8f0d-74129e0c65ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1729 | 2025.07.18 19:16:06.962820 [ 3 ] {d572d306-aa54-44a9-8f0d-74129e0c65ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1730 | 2025.07.18 19:16:06.963437 [ 3 ] {d572d306-aa54-44a9-8f0d-74129e0c65ab} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1731 | 2025.07.18 19:16:06.963479 [ 3 ] {d572d306-aa54-44a9-8f0d-74129e0c65ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1732 | 2025.07.18 19:16:06.963902 [ 3 ] {d572d306-aa54-44a9-8f0d-74129e0c65ab} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1733 | 2025.07.18 19:16:06.964096 [ 3 ] {d572d306-aa54-44a9-8f0d-74129e0c65ab} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1734 | 2025.07.18 19:16:06.964234 [ 3 ] {d572d306-aa54-44a9-8f0d-74129e0c65ab} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001502 sec., 2663.1158455392806 rows/sec., 338.74 KiB/sec. | ||
1735 | 2025.07.18 19:16:06.964272 [ 3 ] {d572d306-aa54-44a9-8f0d-74129e0c65ab} <Debug> TCPHandler: Processed in 0.001689795 sec. | ||
1736 | 2025.07.18 19:16:06.964391 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1737 | 2025.07.18 19:16:06.964486 [ 3 ] {cd8a144f-cef2-41bd-9980-2eb128ebe687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1738 | 2025.07.18 19:16:06.964527 [ 3 ] {cd8a144f-cef2-41bd-9980-2eb128ebe687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1739 | 2025.07.18 19:16:06.964964 [ 3 ] {cd8a144f-cef2-41bd-9980-2eb128ebe687} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1740 | 2025.07.18 19:16:06.965000 [ 3 ] {cd8a144f-cef2-41bd-9980-2eb128ebe687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1741 | 2025.07.18 19:16:06.965304 [ 3 ] {cd8a144f-cef2-41bd-9980-2eb128ebe687} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1742 | 2025.07.18 19:16:06.965510 [ 3 ] {cd8a144f-cef2-41bd-9980-2eb128ebe687} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1743 | 2025.07.18 19:16:06.965641 [ 3 ] {cd8a144f-cef2-41bd-9980-2eb128ebe687} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001175 sec., 47659.574468085106 rows/sec., 3.66 MiB/sec. | ||
1744 | 2025.07.18 19:16:06.965677 [ 3 ] {cd8a144f-cef2-41bd-9980-2eb128ebe687} <Debug> TCPHandler: Processed in 0.00133496 sec. | ||
1745 | 2025.07.18 19:16:06.965797 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1746 | 2025.07.18 19:16:06.965892 [ 3 ] {c9ccf29d-d600-441d-9510-ddd92b8c243c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1747 | 2025.07.18 19:16:06.965931 [ 3 ] {c9ccf29d-d600-441d-9510-ddd92b8c243c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1748 | 2025.07.18 19:16:06.966347 [ 3 ] {c9ccf29d-d600-441d-9510-ddd92b8c243c} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1749 | 2025.07.18 19:16:06.966381 [ 3 ] {c9ccf29d-d600-441d-9510-ddd92b8c243c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1750 | 2025.07.18 19:16:06.966683 [ 3 ] {c9ccf29d-d600-441d-9510-ddd92b8c243c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1751 | 2025.07.18 19:16:06.966889 [ 3 ] {c9ccf29d-d600-441d-9510-ddd92b8c243c} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1752 | 2025.07.18 19:16:06.967012 [ 3 ] {c9ccf29d-d600-441d-9510-ddd92b8c243c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001138 sec., 56239.015817223204 rows/sec., 4.39 MiB/sec. | ||
1753 | 2025.07.18 19:16:06.967048 [ 3 ] {c9ccf29d-d600-441d-9510-ddd92b8c243c} <Debug> TCPHandler: Processed in 0.00130117 sec. | ||
1754 | 2025.07.18 19:16:06.967165 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1755 | 2025.07.18 19:16:06.967258 [ 3 ] {d7fc9635-7584-4d5b-a8f5-79fe2c53ff74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1756 | 2025.07.18 19:16:06.967300 [ 3 ] {d7fc9635-7584-4d5b-a8f5-79fe2c53ff74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1757 | 2025.07.18 19:16:06.967702 [ 3 ] {d7fc9635-7584-4d5b-a8f5-79fe2c53ff74} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1758 | 2025.07.18 19:16:06.967738 [ 3 ] {d7fc9635-7584-4d5b-a8f5-79fe2c53ff74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1759 | 2025.07.18 19:16:06.968059 [ 3 ] {d7fc9635-7584-4d5b-a8f5-79fe2c53ff74} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1760 | 2025.07.18 19:16:06.968262 [ 3 ] {d7fc9635-7584-4d5b-a8f5-79fe2c53ff74} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1761 | 2025.07.18 19:16:06.968386 [ 3 ] {d7fc9635-7584-4d5b-a8f5-79fe2c53ff74} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001147 sec., 139494.33304272013 rows/sec., 9.72 MiB/sec. | ||
1762 | 2025.07.18 19:16:06.968422 [ 3 ] {d7fc9635-7584-4d5b-a8f5-79fe2c53ff74} <Debug> TCPHandler: Processed in 0.00130731 sec. | ||
1763 | 2025.07.18 19:16:06.968531 [ 3 ] {} <Trace> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1764 | 2025.07.18 19:16:06.968625 [ 3 ] {e024d515-d882-484d-aa68-c5908af7f738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1765 | 2025.07.18 19:16:06.968665 [ 3 ] {e024d515-d882-484d-aa68-c5908af7f738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1766 | 2025.07.18 19:16:06.969000 [ 3 ] {e024d515-d882-484d-aa68-c5908af7f738} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1767 | 2025.07.18 19:16:06.969035 [ 3 ] {e024d515-d882-484d-aa68-c5908af7f738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1768 | 2025.07.18 19:16:06.969332 [ 3 ] {e024d515-d882-484d-aa68-c5908af7f738} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1769 | 2025.07.18 19:16:06.969537 [ 3 ] {e024d515-d882-484d-aa68-c5908af7f738} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1770 | 2025.07.18 19:16:06.969663 [ 3 ] {e024d515-d882-484d-aa68-c5908af7f738} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. | ||
1771 | 2025.07.18 19:16:06.969697 [ 3 ] {e024d515-d882-484d-aa68-c5908af7f738} <Debug> TCPHandler: Processed in 0.001215759 sec. | ||
1772 | 2025.07.18 19:16:10.459599 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1773 | 2025.07.18 19:16:10.459673 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1774 | 2025.07.18 19:16:10.535022 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 262 | ||
1775 | 2025.07.18 19:16:10.537302 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1776 | 2025.07.18 19:16:10.537345 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1777 | 2025.07.18 19:16:10.538519 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1778 | 2025.07.18 19:16:10.538770 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1779 | 2025.07.18 19:16:10.539011 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 262 | ||
1780 | 2025.07.18 19:16:10.542229 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
1781 | 2025.07.18 19:16:10.542820 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1782 | 2025.07.18 19:16:10.542877 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1783 | 2025.07.18 19:16:10.543457 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1784 | 2025.07.18 19:16:10.543673 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1785 | 2025.07.18 19:16:10.543790 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
1786 | 2025.07.18 19:16:10.744285 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
1787 | 2025.07.18 19:16:10.761692 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1788 | 2025.07.18 19:16:10.761737 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1789 | 2025.07.18 19:16:10.767998 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1790 | 2025.07.18 19:16:10.768732 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1791 | 2025.07.18 19:16:10.771661 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
1792 | 2025.07.18 19:16:11.000167 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.45 MiB, peak 182.45 MiB, free memory in arenas 0.00 B, will set to 179.64 MiB (RSS), difference: 1.20 MiB | ||
1793 | 2025.07.18 19:16:11.229589 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
1794 | 2025.07.18 19:16:11.229674 [ 3 ] {} <Debug> TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1795 | 2025.07.18 19:16:11.962602 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1796 | 2025.07.18 19:16:11.962776 [ 4 ] {3e656d12-35d7-47ad-bb86-5aa28430a7e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1797 | 2025.07.18 19:16:11.962837 [ 4 ] {3e656d12-35d7-47ad-bb86-5aa28430a7e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1798 | 2025.07.18 19:16:11.963612 [ 4 ] {3e656d12-35d7-47ad-bb86-5aa28430a7e6} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1799 | 2025.07.18 19:16:11.963653 [ 4 ] {3e656d12-35d7-47ad-bb86-5aa28430a7e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1800 | 2025.07.18 19:16:11.964038 [ 4 ] {3e656d12-35d7-47ad-bb86-5aa28430a7e6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1801 | 2025.07.18 19:16:11.964257 [ 4 ] {3e656d12-35d7-47ad-bb86-5aa28430a7e6} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1802 | 2025.07.18 19:16:11.964397 [ 4 ] {3e656d12-35d7-47ad-bb86-5aa28430a7e6} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001669 sec., 234871.1803475135 rows/sec., 14.90 MiB/sec. | ||
1803 | 2025.07.18 19:16:11.964435 [ 4 ] {3e656d12-35d7-47ad-bb86-5aa28430a7e6} <Debug> TCPHandler: Processed in 0.00195145 sec. | ||
1804 | 2025.07.18 19:16:11.964556 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1805 | 2025.07.18 19:16:11.964649 [ 4 ] {d804124b-e863-4ac3-9b25-d9272f8be576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1806 | 2025.07.18 19:16:11.964689 [ 4 ] {d804124b-e863-4ac3-9b25-d9272f8be576} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1807 | 2025.07.18 19:16:11.965675 [ 4 ] {d804124b-e863-4ac3-9b25-d9272f8be576} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1808 | 2025.07.18 19:16:11.965711 [ 4 ] {d804124b-e863-4ac3-9b25-d9272f8be576} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1809 | 2025.07.18 19:16:11.966105 [ 4 ] {d804124b-e863-4ac3-9b25-d9272f8be576} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1810 | 2025.07.18 19:16:11.966310 [ 4 ] {d804124b-e863-4ac3-9b25-d9272f8be576} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1811 | 2025.07.18 19:16:11.966430 [ 4 ] {d804124b-e863-4ac3-9b25-d9272f8be576} <Debug> executeQuery: Read 1139 rows, 92.93 KiB in 0.001799 sec., 633129.5163979989 rows/sec., 50.45 MiB/sec. | ||
1812 | 2025.07.18 19:16:11.966465 [ 4 ] {d804124b-e863-4ac3-9b25-d9272f8be576} <Debug> TCPHandler: Processed in 0.001956231 sec. | ||
1813 | 2025.07.18 19:16:11.966582 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1814 | 2025.07.18 19:16:11.966673 [ 4 ] {31592f27-c296-4816-9976-2315c3948282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1815 | 2025.07.18 19:16:11.966712 [ 4 ] {31592f27-c296-4816-9976-2315c3948282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1816 | 2025.07.18 19:16:11.967195 [ 4 ] {31592f27-c296-4816-9976-2315c3948282} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1817 | 2025.07.18 19:16:11.967230 [ 4 ] {31592f27-c296-4816-9976-2315c3948282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1818 | 2025.07.18 19:16:11.967527 [ 4 ] {31592f27-c296-4816-9976-2315c3948282} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1819 | 2025.07.18 19:16:11.967729 [ 4 ] {31592f27-c296-4816-9976-2315c3948282} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1820 | 2025.07.18 19:16:11.967853 [ 4 ] {31592f27-c296-4816-9976-2315c3948282} <Debug> executeQuery: Read 232 rows, 14.48 KiB in 0.001197 sec., 193817.87802840435 rows/sec., 11.82 MiB/sec. | ||
1821 | 2025.07.18 19:16:11.967888 [ 4 ] {31592f27-c296-4816-9976-2315c3948282} <Debug> TCPHandler: Processed in 0.00135353 sec. | ||
1822 | 2025.07.18 19:16:11.968001 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1823 | 2025.07.18 19:16:11.968093 [ 4 ] {7cd6dee4-f2fc-4a9d-a833-045dab9335ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1824 | 2025.07.18 19:16:11.968131 [ 4 ] {7cd6dee4-f2fc-4a9d-a833-045dab9335ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1825 | 2025.07.18 19:16:11.968600 [ 4 ] {7cd6dee4-f2fc-4a9d-a833-045dab9335ae} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1826 | 2025.07.18 19:16:11.968636 [ 4 ] {7cd6dee4-f2fc-4a9d-a833-045dab9335ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1827 | 2025.07.18 19:16:11.968978 [ 4 ] {7cd6dee4-f2fc-4a9d-a833-045dab9335ae} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1828 | 2025.07.18 19:16:11.969182 [ 4 ] {7cd6dee4-f2fc-4a9d-a833-045dab9335ae} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1829 | 2025.07.18 19:16:11.969302 [ 4 ] {7cd6dee4-f2fc-4a9d-a833-045dab9335ae} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001226 sec., 165579.11908646 rows/sec., 10.68 MiB/sec. | ||
1830 | 2025.07.18 19:16:11.969336 [ 4 ] {7cd6dee4-f2fc-4a9d-a833-045dab9335ae} <Debug> TCPHandler: Processed in 0.001381892 sec. | ||
1831 | 2025.07.18 19:16:11.969451 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1832 | 2025.07.18 19:16:11.969543 [ 4 ] {2c03ffad-0453-4ab9-87cd-7285495aaeee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
1833 | 2025.07.18 19:16:11.969580 [ 4 ] {2c03ffad-0453-4ab9-87cd-7285495aaeee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1834 | 2025.07.18 19:16:11.970012 [ 4 ] {2c03ffad-0453-4ab9-87cd-7285495aaeee} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1835 | 2025.07.18 19:16:11.970071 [ 4 ] {2c03ffad-0453-4ab9-87cd-7285495aaeee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1836 | 2025.07.18 19:16:11.970355 [ 4 ] {2c03ffad-0453-4ab9-87cd-7285495aaeee} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1837 | 2025.07.18 19:16:11.970553 [ 4 ] {2c03ffad-0453-4ab9-87cd-7285495aaeee} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1838 | 2025.07.18 19:16:11.970671 [ 4 ] {2c03ffad-0453-4ab9-87cd-7285495aaeee} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001146 sec., 176265.27050610818 rows/sec., 10.01 MiB/sec. | ||
1839 | 2025.07.18 19:16:11.970707 [ 4 ] {2c03ffad-0453-4ab9-87cd-7285495aaeee} <Debug> TCPHandler: Processed in 0.0013031 sec. | ||
1840 | 2025.07.18 19:16:11.970822 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1841 | 2025.07.18 19:16:11.970912 [ 4 ] {71983d47-14fe-40a9-93c5-80251cfe4e75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1842 | 2025.07.18 19:16:11.970950 [ 4 ] {71983d47-14fe-40a9-93c5-80251cfe4e75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1843 | 2025.07.18 19:16:11.971551 [ 4 ] {71983d47-14fe-40a9-93c5-80251cfe4e75} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1844 | 2025.07.18 19:16:11.971586 [ 4 ] {71983d47-14fe-40a9-93c5-80251cfe4e75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1845 | 2025.07.18 19:16:11.971909 [ 4 ] {71983d47-14fe-40a9-93c5-80251cfe4e75} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1846 | 2025.07.18 19:16:11.972110 [ 4 ] {71983d47-14fe-40a9-93c5-80251cfe4e75} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1847 | 2025.07.18 19:16:11.972229 [ 4 ] {71983d47-14fe-40a9-93c5-80251cfe4e75} <Debug> executeQuery: Read 688 rows, 49.45 KiB in 0.001334 sec., 515742.1289355323 rows/sec., 36.20 MiB/sec. | ||
1848 | 2025.07.18 19:16:11.972264 [ 4 ] {71983d47-14fe-40a9-93c5-80251cfe4e75} <Debug> TCPHandler: Processed in 0.001488953 sec. | ||
1849 | 2025.07.18 19:16:11.972380 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1850 | 2025.07.18 19:16:11.972472 [ 4 ] {13676130-47dd-4dc9-ad5e-dd76029e0c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
1851 | 2025.07.18 19:16:11.972512 [ 4 ] {13676130-47dd-4dc9-ad5e-dd76029e0c89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1852 | 2025.07.18 19:16:11.972843 [ 4 ] {13676130-47dd-4dc9-ad5e-dd76029e0c89} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1853 | 2025.07.18 19:16:11.972878 [ 4 ] {13676130-47dd-4dc9-ad5e-dd76029e0c89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1854 | 2025.07.18 19:16:11.973162 [ 4 ] {13676130-47dd-4dc9-ad5e-dd76029e0c89} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1855 | 2025.07.18 19:16:11.973367 [ 4 ] {13676130-47dd-4dc9-ad5e-dd76029e0c89} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1856 | 2025.07.18 19:16:11.973487 [ 4 ] {13676130-47dd-4dc9-ad5e-dd76029e0c89} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001033 sec., 5808.325266214908 rows/sec., 303.46 KiB/sec. | ||
1857 | 2025.07.18 19:16:11.973521 [ 4 ] {13676130-47dd-4dc9-ad5e-dd76029e0c89} <Debug> TCPHandler: Processed in 0.001188848 sec. | ||
1858 | 2025.07.18 19:16:11.973639 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1859 | 2025.07.18 19:16:11.973731 [ 4 ] {75865262-494c-49ce-9d08-568288de66ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1860 | 2025.07.18 19:16:11.973772 [ 4 ] {75865262-494c-49ce-9d08-568288de66ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1861 | 2025.07.18 19:16:11.974197 [ 4 ] {75865262-494c-49ce-9d08-568288de66ab} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1862 | 2025.07.18 19:16:11.974232 [ 4 ] {75865262-494c-49ce-9d08-568288de66ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1863 | 2025.07.18 19:16:11.974580 [ 4 ] {75865262-494c-49ce-9d08-568288de66ab} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1864 | 2025.07.18 19:16:11.974779 [ 4 ] {75865262-494c-49ce-9d08-568288de66ab} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1865 | 2025.07.18 19:16:11.974900 [ 4 ] {75865262-494c-49ce-9d08-568288de66ab} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001187 sec., 258635.2148272957 rows/sec., 17.01 MiB/sec. | ||
1866 | 2025.07.18 19:16:11.974934 [ 4 ] {75865262-494c-49ce-9d08-568288de66ab} <Debug> TCPHandler: Processed in 0.001343131 sec. | ||
1867 | 2025.07.18 19:16:11.975046 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1868 | 2025.07.18 19:16:11.975137 [ 4 ] {e5bc2d5d-9378-4437-8bc5-5931d15db203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
1869 | 2025.07.18 19:16:11.975177 [ 4 ] {e5bc2d5d-9378-4437-8bc5-5931d15db203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1870 | 2025.07.18 19:16:11.975487 [ 4 ] {e5bc2d5d-9378-4437-8bc5-5931d15db203} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1871 | 2025.07.18 19:16:11.975521 [ 4 ] {e5bc2d5d-9378-4437-8bc5-5931d15db203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1872 | 2025.07.18 19:16:11.975820 [ 4 ] {e5bc2d5d-9378-4437-8bc5-5931d15db203} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1873 | 2025.07.18 19:16:11.976025 [ 4 ] {e5bc2d5d-9378-4437-8bc5-5931d15db203} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1874 | 2025.07.18 19:16:11.976147 [ 4 ] {e5bc2d5d-9378-4437-8bc5-5931d15db203} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001027 sec., 973.7098344693283 rows/sec., 65.61 KiB/sec. | ||
1875 | 2025.07.18 19:16:11.976181 [ 4 ] {e5bc2d5d-9378-4437-8bc5-5931d15db203} <Debug> TCPHandler: Processed in 0.001181898 sec. | ||
1876 | 2025.07.18 19:16:11.976296 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1877 | 2025.07.18 19:16:11.976386 [ 4 ] {13ca2e6d-9c5c-4456-8080-3f400223579d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1878 | 2025.07.18 19:16:11.976437 [ 4 ] {13ca2e6d-9c5c-4456-8080-3f400223579d} <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 | ||
1879 | 2025.07.18 19:16:11.977242 [ 4 ] {13ca2e6d-9c5c-4456-8080-3f400223579d} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1880 | 2025.07.18 19:16:11.977278 [ 4 ] {13ca2e6d-9c5c-4456-8080-3f400223579d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1881 | 2025.07.18 19:16:11.977794 [ 4 ] {13ca2e6d-9c5c-4456-8080-3f400223579d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1882 | 2025.07.18 19:16:11.978011 [ 4 ] {13ca2e6d-9c5c-4456-8080-3f400223579d} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1883 | 2025.07.18 19:16:11.978139 [ 4 ] {13ca2e6d-9c5c-4456-8080-3f400223579d} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.001769 sec., 20350.480497456192 rows/sec., 36.47 MiB/sec. | ||
1884 | 2025.07.18 19:16:11.978186 [ 4 ] {13ca2e6d-9c5c-4456-8080-3f400223579d} <Debug> TCPHandler: Processed in 0.00193742 sec. | ||
1885 | 2025.07.18 19:16:11.978305 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1886 | 2025.07.18 19:16:11.978396 [ 4 ] {09d0f678-61ff-4196-9214-4331a4149620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1887 | 2025.07.18 19:16:11.978436 [ 4 ] {09d0f678-61ff-4196-9214-4331a4149620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1888 | 2025.07.18 19:16:11.978775 [ 4 ] {09d0f678-61ff-4196-9214-4331a4149620} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1889 | 2025.07.18 19:16:11.978811 [ 4 ] {09d0f678-61ff-4196-9214-4331a4149620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
1890 | 2025.07.18 19:16:11.979099 [ 4 ] {09d0f678-61ff-4196-9214-4331a4149620} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1891 | 2025.07.18 19:16:11.979292 [ 4 ] {09d0f678-61ff-4196-9214-4331a4149620} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1892 | 2025.07.18 19:16:11.979410 [ 4 ] {09d0f678-61ff-4196-9214-4331a4149620} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001031 sec., 98933.07468477206 rows/sec., 6.08 MiB/sec. | ||
1893 | 2025.07.18 19:16:11.979443 [ 4 ] {09d0f678-61ff-4196-9214-4331a4149620} <Debug> TCPHandler: Processed in 0.001185508 sec. | ||
1894 | 2025.07.18 19:16:12.000168 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.39 MiB, peak 182.45 MiB, free memory in arenas 0.00 B, will set to 179.75 MiB (RSS), difference: 1.36 MiB | ||
1895 | 2025.07.18 19:16:16.951177 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1896 | 2025.07.18 19:16:16.951394 [ 4 ] {93c76c02-9cb6-4c01-9dfc-811498b06a10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1897 | 2025.07.18 19:16:16.951468 [ 4 ] {93c76c02-9cb6-4c01-9dfc-811498b06a10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1898 | 2025.07.18 19:16:16.952214 [ 4 ] {93c76c02-9cb6-4c01-9dfc-811498b06a10} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1899 | 2025.07.18 19:16:16.952288 [ 4 ] {93c76c02-9cb6-4c01-9dfc-811498b06a10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1900 | 2025.07.18 19:16:16.952787 [ 4 ] {93c76c02-9cb6-4c01-9dfc-811498b06a10} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1901 | 2025.07.18 19:16:16.953099 [ 4 ] {93c76c02-9cb6-4c01-9dfc-811498b06a10} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1902 | 2025.07.18 19:16:16.953275 [ 4 ] {93c76c02-9cb6-4c01-9dfc-811498b06a10} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001936 sec., 28925.619834710742 rows/sec., 2.22 MiB/sec. | ||
1903 | 2025.07.18 19:16:16.953332 [ 4 ] {93c76c02-9cb6-4c01-9dfc-811498b06a10} <Debug> TCPHandler: Processed in 0.002310156 sec. | ||
1904 | 2025.07.18 19:16:16.953485 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1905 | 2025.07.18 19:16:16.953610 [ 4 ] {2ad5bd5f-67d2-499c-a9d1-ba0aefdffee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1906 | 2025.07.18 19:16:16.953656 [ 4 ] {2ad5bd5f-67d2-499c-a9d1-ba0aefdffee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1907 | 2025.07.18 19:16:16.954118 [ 4 ] {2ad5bd5f-67d2-499c-a9d1-ba0aefdffee3} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1908 | 2025.07.18 19:16:16.954158 [ 4 ] {2ad5bd5f-67d2-499c-a9d1-ba0aefdffee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1909 | 2025.07.18 19:16:16.954570 [ 4 ] {2ad5bd5f-67d2-499c-a9d1-ba0aefdffee3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1910 | 2025.07.18 19:16:16.954833 [ 4 ] {2ad5bd5f-67d2-499c-a9d1-ba0aefdffee3} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1911 | 2025.07.18 19:16:16.954976 [ 4 ] {2ad5bd5f-67d2-499c-a9d1-ba0aefdffee3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001392 sec., 45977.011494252874 rows/sec., 3.59 MiB/sec. | ||
1912 | 2025.07.18 19:16:16.955016 [ 4 ] {2ad5bd5f-67d2-499c-a9d1-ba0aefdffee3} <Debug> TCPHandler: Processed in 0.001592244 sec. | ||
1913 | 2025.07.18 19:16:16.955147 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1914 | 2025.07.18 19:16:16.955251 [ 4 ] {a7b9ab39-8a68-44cc-a137-2f0552a360bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1915 | 2025.07.18 19:16:16.955310 [ 4 ] {a7b9ab39-8a68-44cc-a137-2f0552a360bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1916 | 2025.07.18 19:16:16.955768 [ 4 ] {a7b9ab39-8a68-44cc-a137-2f0552a360bb} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1917 | 2025.07.18 19:16:16.955807 [ 4 ] {a7b9ab39-8a68-44cc-a137-2f0552a360bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1918 | 2025.07.18 19:16:16.956155 [ 4 ] {a7b9ab39-8a68-44cc-a137-2f0552a360bb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1919 | 2025.07.18 19:16:16.956379 [ 4 ] {a7b9ab39-8a68-44cc-a137-2f0552a360bb} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1920 | 2025.07.18 19:16:16.956511 [ 4 ] {a7b9ab39-8a68-44cc-a137-2f0552a360bb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001284 sec., 124610.59190031153 rows/sec., 8.68 MiB/sec. | ||
1921 | 2025.07.18 19:16:16.956548 [ 4 ] {a7b9ab39-8a68-44cc-a137-2f0552a360bb} <Debug> TCPHandler: Processed in 0.001454622 sec. | ||
1922 | 2025.07.18 19:16:16.956661 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1923 | 2025.07.18 19:16:16.956756 [ 4 ] {9cad9c5d-dc50-45f7-99aa-c55f052f8420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1924 | 2025.07.18 19:16:16.956801 [ 4 ] {9cad9c5d-dc50-45f7-99aa-c55f052f8420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1925 | 2025.07.18 19:16:16.957221 [ 4 ] {9cad9c5d-dc50-45f7-99aa-c55f052f8420} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1926 | 2025.07.18 19:16:16.957262 [ 4 ] {9cad9c5d-dc50-45f7-99aa-c55f052f8420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1927 | 2025.07.18 19:16:16.957598 [ 4 ] {9cad9c5d-dc50-45f7-99aa-c55f052f8420} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1928 | 2025.07.18 19:16:16.957813 [ 4 ] {9cad9c5d-dc50-45f7-99aa-c55f052f8420} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1929 | 2025.07.18 19:16:16.957954 [ 4 ] {9cad9c5d-dc50-45f7-99aa-c55f052f8420} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001215 sec., 49382.71604938272 rows/sec., 3.33 MiB/sec. | ||
1930 | 2025.07.18 19:16:16.958037 [ 4 ] {9cad9c5d-dc50-45f7-99aa-c55f052f8420} <Debug> TCPHandler: Processed in 0.001426082 sec. | ||
1931 | 2025.07.18 19:16:18.044014 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
1932 | 2025.07.18 19:16:18.044513 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1933 | 2025.07.18 19:16:18.044559 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1934 | 2025.07.18 19:16:18.045048 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1935 | 2025.07.18 19:16:18.045291 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1936 | 2025.07.18 19:16:18.045425 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
1937 | 2025.07.18 19:16:18.271876 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
1938 | 2025.07.18 19:16:18.288879 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1939 | 2025.07.18 19:16:18.288933 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1940 | 2025.07.18 19:16:18.295059 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1941 | 2025.07.18 19:16:18.295807 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1942 | 2025.07.18 19:16:18.298665 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
1943 | 2025.07.18 19:16:20.539359 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 292 | ||
1944 | 2025.07.18 19:16:20.541461 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1945 | 2025.07.18 19:16:20.541506 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1946 | 2025.07.18 19:16:20.542608 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1947 | 2025.07.18 19:16:20.542862 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1948 | 2025.07.18 19:16:20.543008 [ 29 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1949 | 2025.07.18 19:16:20.543080 [ 29 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1950 | 2025.07.18 19:16:20.543097 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 292 | ||
1951 | 2025.07.18 19:16:20.543104 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1952 | 2025.07.18 19:16:20.543223 [ 201 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
1953 | 2025.07.18 19:16:20.543780 [ 201 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1954 | 2025.07.18 19:16:20.543954 [ 201 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
1955 | 2025.07.18 19:16:20.544407 [ 201 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 38 rows starting from the beginning of the part | ||
1956 | 2025.07.18 19:16:20.544816 [ 201 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 66 rows starting from the beginning of the part | ||
1957 | 2025.07.18 19:16:20.545215 [ 201 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
1958 | 2025.07.18 19:16:20.545587 [ 201 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
1959 | 2025.07.18 19:16:20.545942 [ 201 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
1960 | 2025.07.18 19:16:20.551631 [ 190 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 72 columns (72 merged, 0 gathered) in 0.008447189 sec., 34567.712407050436 rows/sec., 34.36 MiB/sec. | ||
1961 | 2025.07.18 19:16:20.552618 [ 200 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1962 | 2025.07.18 19:16:20.553282 [ 200 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_6_1} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1963 | 2025.07.18 19:16:20.553364 [ 200 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_6_1} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1964 | 2025.07.18 19:16:20.553605 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.64 MiB. | ||
1965 | 2025.07.18 19:16:21.962596 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1966 | 2025.07.18 19:16:21.962848 [ 4 ] {62b93600-a605-45f1-9287-9d6a22e699e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1967 | 2025.07.18 19:16:21.962950 [ 4 ] {62b93600-a605-45f1-9287-9d6a22e699e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1968 | 2025.07.18 19:16:21.963981 [ 4 ] {62b93600-a605-45f1-9287-9d6a22e699e5} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1969 | 2025.07.18 19:16:21.964020 [ 4 ] {62b93600-a605-45f1-9287-9d6a22e699e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1970 | 2025.07.18 19:16:21.964427 [ 4 ] {62b93600-a605-45f1-9287-9d6a22e699e5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1971 | 2025.07.18 19:16:21.964645 [ 4 ] {62b93600-a605-45f1-9287-9d6a22e699e5} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1972 | 2025.07.18 19:16:21.964797 [ 4 ] {62b93600-a605-45f1-9287-9d6a22e699e5} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.002018 sec., 194251.73439048565 rows/sec., 12.32 MiB/sec. | ||
1973 | 2025.07.18 19:16:21.964802 [ 34 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
1974 | 2025.07.18 19:16:21.964837 [ 4 ] {62b93600-a605-45f1-9287-9d6a22e699e5} <Debug> TCPHandler: Processed in 0.002404157 sec. | ||
1975 | 2025.07.18 19:16:21.964881 [ 34 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1976 | 2025.07.18 19:16:21.964911 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1977 | 2025.07.18 19:16:21.964994 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1978 | 2025.07.18 19:16:21.965031 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::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 | ||
1979 | 2025.07.18 19:16:21.965094 [ 4 ] {49ad201f-33b5-46c5-af00-4c71e4dab41c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1980 | 2025.07.18 19:16:21.965140 [ 4 ] {49ad201f-33b5-46c5-af00-4c71e4dab41c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1981 | 2025.07.18 19:16:21.965204 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1982 | 2025.07.18 19:16:21.965244 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 392 rows starting from the beginning of the part | ||
1983 | 2025.07.18 19:16:21.965350 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 392 rows starting from the beginning of the part | ||
1984 | 2025.07.18 19:16:21.965415 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 392 rows starting from the beginning of the part | ||
1985 | 2025.07.18 19:16:21.965461 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 392 rows starting from the beginning of the part | ||
1986 | 2025.07.18 19:16:21.965512 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 392 rows starting from the beginning of the part | ||
1987 | 2025.07.18 19:16:21.966069 [ 4 ] {49ad201f-33b5-46c5-af00-4c71e4dab41c} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1988 | 2025.07.18 19:16:21.966111 [ 4 ] {49ad201f-33b5-46c5-af00-4c71e4dab41c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1989 | 2025.07.18 19:16:21.966637 [ 4 ] {49ad201f-33b5-46c5-af00-4c71e4dab41c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1990 | 2025.07.18 19:16:21.966692 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001699856 sec., 1153038.8456433956 rows/sec., 77.55 MiB/sec. | ||
1991 | 2025.07.18 19:16:21.966871 [ 4 ] {49ad201f-33b5-46c5-af00-4c71e4dab41c} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1992 | 2025.07.18 19:16:21.966896 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
1993 | 2025.07.18 19:16:21.967014 [ 4 ] {49ad201f-33b5-46c5-af00-4c71e4dab41c} <Debug> executeQuery: Read 1139 rows, 92.93 KiB in 0.001938 sec., 587719.298245614 rows/sec., 46.83 MiB/sec. | ||
1994 | 2025.07.18 19:16:21.967056 [ 4 ] {49ad201f-33b5-46c5-af00-4c71e4dab41c} <Debug> TCPHandler: Processed in 0.002111032 sec. | ||
1995 | 2025.07.18 19:16:21.967184 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1996 | 2025.07.18 19:16:21.967209 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_5_1} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1997 | 2025.07.18 19:16:21.967278 [ 4 ] {8b796933-6f7e-423c-b0db-a9771e9f25fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1998 | 2025.07.18 19:16:21.967291 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_5_1} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
1999 | 2025.07.18 19:16:21.967325 [ 4 ] {8b796933-6f7e-423c-b0db-a9771e9f25fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2000 | 2025.07.18 19:16:21.967386 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
2001 | 2025.07.18 19:16:21.967888 [ 4 ] {8b796933-6f7e-423c-b0db-a9771e9f25fd} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2002 | 2025.07.18 19:16:21.967930 [ 4 ] {8b796933-6f7e-423c-b0db-a9771e9f25fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2003 | 2025.07.18 19:16:21.968251 [ 4 ] {8b796933-6f7e-423c-b0db-a9771e9f25fd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2004 | 2025.07.18 19:16:21.968468 [ 4 ] {8b796933-6f7e-423c-b0db-a9771e9f25fd} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2005 | 2025.07.18 19:16:21.968571 [ 34 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2006 | 2025.07.18 19:16:21.968598 [ 4 ] {8b796933-6f7e-423c-b0db-a9771e9f25fd} <Debug> executeQuery: Read 232 rows, 14.48 KiB in 0.001338 sec., 173393.1240657698 rows/sec., 10.57 MiB/sec. | ||
2007 | 2025.07.18 19:16:21.968621 [ 34 ] {} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2008 | 2025.07.18 19:16:21.968642 [ 4 ] {8b796933-6f7e-423c-b0db-a9771e9f25fd} <Debug> TCPHandler: Processed in 0.001506124 sec. | ||
2009 | 2025.07.18 19:16:21.968651 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2010 | 2025.07.18 19:16:21.968770 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::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 | ||
2011 | 2025.07.18 19:16:21.968776 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2012 | 2025.07.18 19:16:21.968918 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2013 | 2025.07.18 19:16:21.968923 [ 4 ] {31b4a1f4-4b38-4e5e-9933-63a153b474a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2014 | 2025.07.18 19:16:21.968959 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 232 rows starting from the beginning of the part | ||
2015 | 2025.07.18 19:16:21.968978 [ 4 ] {31b4a1f4-4b38-4e5e-9933-63a153b474a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2016 | 2025.07.18 19:16:21.969030 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 232 rows starting from the beginning of the part | ||
2017 | 2025.07.18 19:16:21.969081 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 232 rows starting from the beginning of the part | ||
2018 | 2025.07.18 19:16:21.969121 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 232 rows starting from the beginning of the part | ||
2019 | 2025.07.18 19:16:21.969160 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 232 rows starting from the beginning of the part | ||
2020 | 2025.07.18 19:16:21.969469 [ 4 ] {31b4a1f4-4b38-4e5e-9933-63a153b474a1} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2021 | 2025.07.18 19:16:21.969510 [ 4 ] {31b4a1f4-4b38-4e5e-9933-63a153b474a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2022 | 2025.07.18 19:16:21.969827 [ 4 ] {31b4a1f4-4b38-4e5e-9933-63a153b474a1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2023 | 2025.07.18 19:16:21.970037 [ 4 ] {31b4a1f4-4b38-4e5e-9933-63a153b474a1} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2024 | 2025.07.18 19:16:21.970056 [ 200 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1160 rows, containing 5 columns (5 merged, 0 gathered) in 0.0013395 sec., 865994.7741694662 rows/sec., 56.10 MiB/sec. | ||
2025 | 2025.07.18 19:16:21.970134 [ 34 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2026 | 2025.07.18 19:16:21.970164 [ 34 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2027 | 2025.07.18 19:16:21.970166 [ 4 ] {31b4a1f4-4b38-4e5e-9933-63a153b474a1} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001264 sec., 160601.26582278483 rows/sec., 10.36 MiB/sec. | ||
2028 | 2025.07.18 19:16:21.970182 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2029 | 2025.07.18 19:16:21.970217 [ 4 ] {31b4a1f4-4b38-4e5e-9933-63a153b474a1} <Debug> TCPHandler: Processed in 0.001488603 sec. | ||
2030 | 2025.07.18 19:16:21.970217 [ 186 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2031 | 2025.07.18 19:16:21.970261 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::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 | ||
2032 | 2025.07.18 19:16:21.970340 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2033 | 2025.07.18 19:16:21.970353 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2034 | 2025.07.18 19:16:21.970390 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 203 rows starting from the beginning of the part | ||
2035 | 2025.07.18 19:16:21.970444 [ 4 ] {5ec8fe66-9321-4402-bd14-4060ae82f3f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2036 | 2025.07.18 19:16:21.970444 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 203 rows starting from the beginning of the part | ||
2037 | 2025.07.18 19:16:21.970492 [ 4 ] {5ec8fe66-9321-4402-bd14-4060ae82f3f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2038 | 2025.07.18 19:16:21.970503 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 203 rows starting from the beginning of the part | ||
2039 | 2025.07.18 19:16:21.970522 [ 186 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_5_1} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2040 | 2025.07.18 19:16:21.970546 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 203 rows starting from the beginning of the part | ||
2041 | 2025.07.18 19:16:21.970584 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 203 rows starting from the beginning of the part | ||
2042 | 2025.07.18 19:16:21.970604 [ 186 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_5_1} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2043 | 2025.07.18 19:16:21.970687 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
2044 | 2025.07.18 19:16:21.970962 [ 4 ] {5ec8fe66-9321-4402-bd14-4060ae82f3f1} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2045 | 2025.07.18 19:16:21.971003 [ 4 ] {5ec8fe66-9321-4402-bd14-4060ae82f3f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2046 | 2025.07.18 19:16:21.971313 [ 4 ] {5ec8fe66-9321-4402-bd14-4060ae82f3f1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2047 | 2025.07.18 19:16:21.971317 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1015 rows, containing 5 columns (5 merged, 0 gathered) in 0.001080227 sec., 939617.3211741606 rows/sec., 64.19 MiB/sec. | ||
2048 | 2025.07.18 19:16:21.971495 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2049 | 2025.07.18 19:16:21.971545 [ 4 ] {5ec8fe66-9321-4402-bd14-4060ae82f3f1} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2050 | 2025.07.18 19:16:21.971660 [ 34 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2051 | 2025.07.18 19:16:21.971689 [ 34 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2052 | 2025.07.18 19:16:21.971692 [ 4 ] {5ec8fe66-9321-4402-bd14-4060ae82f3f1} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001267 sec., 159431.72849250198 rows/sec., 9.06 MiB/sec. | ||
2053 | 2025.07.18 19:16:21.971711 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2054 | 2025.07.18 19:16:21.971744 [ 4 ] {5ec8fe66-9321-4402-bd14-4060ae82f3f1} <Debug> TCPHandler: Processed in 0.001450752 sec. | ||
2055 | 2025.07.18 19:16:21.971775 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_5_1} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2056 | 2025.07.18 19:16:21.971846 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_5_1} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2057 | 2025.07.18 19:16:21.971857 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::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 | ||
2058 | 2025.07.18 19:16:21.971864 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2059 | 2025.07.18 19:16:21.971910 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
2060 | 2025.07.18 19:16:21.971980 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2061 | 2025.07.18 19:16:21.971981 [ 4 ] {404bb375-b960-4fa7-825f-94e62e99c138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2062 | 2025.07.18 19:16:21.972023 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 202 rows starting from the beginning of the part | ||
2063 | 2025.07.18 19:16:21.972041 [ 4 ] {404bb375-b960-4fa7-825f-94e62e99c138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2064 | 2025.07.18 19:16:21.972117 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 202 rows starting from the beginning of the part | ||
2065 | 2025.07.18 19:16:21.972170 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 202 rows starting from the beginning of the part | ||
2066 | 2025.07.18 19:16:21.972216 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 202 rows starting from the beginning of the part | ||
2067 | 2025.07.18 19:16:21.972262 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 202 rows starting from the beginning of the part | ||
2068 | 2025.07.18 19:16:21.972687 [ 4 ] {404bb375-b960-4fa7-825f-94e62e99c138} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2069 | 2025.07.18 19:16:21.972727 [ 4 ] {404bb375-b960-4fa7-825f-94e62e99c138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2070 | 2025.07.18 19:16:21.973068 [ 4 ] {404bb375-b960-4fa7-825f-94e62e99c138} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2071 | 2025.07.18 19:16:21.973155 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001344391 sec., 751269.5339376715 rows/sec., 45.53 MiB/sec. | ||
2072 | 2025.07.18 19:16:21.973299 [ 4 ] {404bb375-b960-4fa7-825f-94e62e99c138} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2073 | 2025.07.18 19:16:21.973351 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2074 | 2025.07.18 19:16:21.973432 [ 4 ] {404bb375-b960-4fa7-825f-94e62e99c138} <Debug> executeQuery: Read 688 rows, 49.45 KiB in 0.001468 sec., 468664.85013623984 rows/sec., 32.90 MiB/sec. | ||
2075 | 2025.07.18 19:16:21.973467 [ 4 ] {404bb375-b960-4fa7-825f-94e62e99c138} <Debug> TCPHandler: Processed in 0.001650785 sec. | ||
2076 | 2025.07.18 19:16:21.973576 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2077 | 2025.07.18 19:16:21.973626 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_5_1} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2078 | 2025.07.18 19:16:21.973668 [ 4 ] {816ab6ec-d040-43c7-b3f9-aea038d3665e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
2079 | 2025.07.18 19:16:21.973690 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_5_1} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2080 | 2025.07.18 19:16:21.973709 [ 4 ] {816ab6ec-d040-43c7-b3f9-aea038d3665e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2081 | 2025.07.18 19:16:21.973760 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
2082 | 2025.07.18 19:16:21.974036 [ 4 ] {816ab6ec-d040-43c7-b3f9-aea038d3665e} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2083 | 2025.07.18 19:16:21.974070 [ 4 ] {816ab6ec-d040-43c7-b3f9-aea038d3665e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2084 | 2025.07.18 19:16:21.974355 [ 4 ] {816ab6ec-d040-43c7-b3f9-aea038d3665e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2085 | 2025.07.18 19:16:21.974554 [ 4 ] {816ab6ec-d040-43c7-b3f9-aea038d3665e} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2086 | 2025.07.18 19:16:21.974683 [ 4 ] {816ab6ec-d040-43c7-b3f9-aea038d3665e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001033 sec., 5808.325266214908 rows/sec., 303.46 KiB/sec. | ||
2087 | 2025.07.18 19:16:21.974718 [ 4 ] {816ab6ec-d040-43c7-b3f9-aea038d3665e} <Debug> TCPHandler: Processed in 0.001189248 sec. | ||
2088 | 2025.07.18 19:16:21.974829 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2089 | 2025.07.18 19:16:21.974922 [ 4 ] {8b687fd7-dd94-4406-b26a-21e072cc484f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2090 | 2025.07.18 19:16:21.974964 [ 4 ] {8b687fd7-dd94-4406-b26a-21e072cc484f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2091 | 2025.07.18 19:16:21.975410 [ 4 ] {8b687fd7-dd94-4406-b26a-21e072cc484f} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2092 | 2025.07.18 19:16:21.975445 [ 4 ] {8b687fd7-dd94-4406-b26a-21e072cc484f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2093 | 2025.07.18 19:16:21.975765 [ 4 ] {8b687fd7-dd94-4406-b26a-21e072cc484f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2094 | 2025.07.18 19:16:21.975964 [ 4 ] {8b687fd7-dd94-4406-b26a-21e072cc484f} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2095 | 2025.07.18 19:16:21.976088 [ 4 ] {8b687fd7-dd94-4406-b26a-21e072cc484f} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001184 sec., 259290.54054054056 rows/sec., 17.06 MiB/sec. | ||
2096 | 2025.07.18 19:16:21.976123 [ 4 ] {8b687fd7-dd94-4406-b26a-21e072cc484f} <Debug> TCPHandler: Processed in 0.001340931 sec. | ||
2097 | 2025.07.18 19:16:21.976232 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2098 | 2025.07.18 19:16:21.976325 [ 4 ] {07fa574c-4f0f-4f30-9c98-8095503a13d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
2099 | 2025.07.18 19:16:21.976366 [ 4 ] {07fa574c-4f0f-4f30-9c98-8095503a13d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2100 | 2025.07.18 19:16:21.976673 [ 4 ] {07fa574c-4f0f-4f30-9c98-8095503a13d6} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2101 | 2025.07.18 19:16:21.976708 [ 4 ] {07fa574c-4f0f-4f30-9c98-8095503a13d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2102 | 2025.07.18 19:16:21.976987 [ 4 ] {07fa574c-4f0f-4f30-9c98-8095503a13d6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2103 | 2025.07.18 19:16:21.977185 [ 4 ] {07fa574c-4f0f-4f30-9c98-8095503a13d6} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2104 | 2025.07.18 19:16:21.977280 [ 34 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2105 | 2025.07.18 19:16:21.977310 [ 4 ] {07fa574c-4f0f-4f30-9c98-8095503a13d6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001003 sec., 997.0089730807578 rows/sec., 67.18 KiB/sec. | ||
2106 | 2025.07.18 19:16:21.977317 [ 34 ] {} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2107 | 2025.07.18 19:16:21.977351 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2108 | 2025.07.18 19:16:21.977352 [ 4 ] {07fa574c-4f0f-4f30-9c98-8095503a13d6} <Debug> TCPHandler: Processed in 0.001167047 sec. | ||
2109 | 2025.07.18 19:16:21.977489 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
2110 | 2025.07.18 19:16:21.977491 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2111 | 2025.07.18 19:16:21.977626 [ 4 ] {0c83e88f-3c25-4c71-ab25-555871375fc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2112 | 2025.07.18 19:16:21.977632 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2113 | 2025.07.18 19:16:21.977682 [ 4 ] {0c83e88f-3c25-4c71-ab25-555871375fc4} <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 | ||
2114 | 2025.07.18 19:16:21.977686 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
2115 | 2025.07.18 19:16:21.977790 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
2116 | 2025.07.18 19:16:21.977858 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
2117 | 2025.07.18 19:16:21.977910 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
2118 | 2025.07.18 19:16:21.977975 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
2119 | 2025.07.18 19:16:21.978550 [ 4 ] {0c83e88f-3c25-4c71-ab25-555871375fc4} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2120 | 2025.07.18 19:16:21.978591 [ 4 ] {0c83e88f-3c25-4c71-ab25-555871375fc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2121 | 2025.07.18 19:16:21.978729 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.00129097 sec., 3873.0566938038837 rows/sec., 260.98 KiB/sec. | ||
2122 | 2025.07.18 19:16:21.978838 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2123 | 2025.07.18 19:16:21.979108 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_5_1} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2124 | 2025.07.18 19:16:21.979161 [ 4 ] {0c83e88f-3c25-4c71-ab25-555871375fc4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2125 | 2025.07.18 19:16:21.979176 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_5_1} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2126 | 2025.07.18 19:16:21.979237 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
2127 | 2025.07.18 19:16:21.979397 [ 4 ] {0c83e88f-3c25-4c71-ab25-555871375fc4} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2128 | 2025.07.18 19:16:21.979539 [ 4 ] {0c83e88f-3c25-4c71-ab25-555871375fc4} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.001931 sec., 18643.190056965304 rows/sec., 33.41 MiB/sec. | ||
2129 | 2025.07.18 19:16:21.979589 [ 4 ] {0c83e88f-3c25-4c71-ab25-555871375fc4} <Debug> TCPHandler: Processed in 0.002145203 sec. | ||
2130 | 2025.07.18 19:16:21.979702 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2131 | 2025.07.18 19:16:21.979796 [ 4 ] {ba46e0a5-9923-4df1-ab81-2b3dfc957c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2132 | 2025.07.18 19:16:21.979836 [ 4 ] {ba46e0a5-9923-4df1-ab81-2b3dfc957c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2133 | 2025.07.18 19:16:21.980176 [ 4 ] {ba46e0a5-9923-4df1-ab81-2b3dfc957c47} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2134 | 2025.07.18 19:16:21.980211 [ 4 ] {ba46e0a5-9923-4df1-ab81-2b3dfc957c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2135 | 2025.07.18 19:16:21.980509 [ 4 ] {ba46e0a5-9923-4df1-ab81-2b3dfc957c47} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2136 | 2025.07.18 19:16:21.980710 [ 4 ] {ba46e0a5-9923-4df1-ab81-2b3dfc957c47} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2137 | 2025.07.18 19:16:21.980831 [ 4 ] {ba46e0a5-9923-4df1-ab81-2b3dfc957c47} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001053 sec., 96866.09686609688 rows/sec., 5.95 MiB/sec. | ||
2138 | 2025.07.18 19:16:21.980865 [ 4 ] {ba46e0a5-9923-4df1-ab81-2b3dfc957c47} <Debug> TCPHandler: Processed in 0.001210199 sec. | ||
2139 | 2025.07.18 19:16:25.459727 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2140 | 2025.07.18 19:16:25.459795 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2141 | 2025.07.18 19:16:25.545532 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
2142 | 2025.07.18 19:16:25.546034 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2143 | 2025.07.18 19:16:25.546080 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2144 | 2025.07.18 19:16:25.546559 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2145 | 2025.07.18 19:16:25.546819 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2146 | 2025.07.18 19:16:25.546954 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
2147 | 2025.07.18 19:16:25.798773 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
2148 | 2025.07.18 19:16:25.815640 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2149 | 2025.07.18 19:16:25.815692 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2150 | 2025.07.18 19:16:25.821855 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2151 | 2025.07.18 19:16:25.822549 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2152 | 2025.07.18 19:16:25.825327 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
2153 | 2025.07.18 19:16:26.950357 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2154 | 2025.07.18 19:16:26.950557 [ 4 ] {7e457eb5-e0d3-47fd-8de6-737c64140119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2155 | 2025.07.18 19:16:26.950636 [ 4 ] {7e457eb5-e0d3-47fd-8de6-737c64140119} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2156 | 2025.07.18 19:16:26.951363 [ 4 ] {7e457eb5-e0d3-47fd-8de6-737c64140119} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2157 | 2025.07.18 19:16:26.951421 [ 4 ] {7e457eb5-e0d3-47fd-8de6-737c64140119} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2158 | 2025.07.18 19:16:26.951818 [ 4 ] {7e457eb5-e0d3-47fd-8de6-737c64140119} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2159 | 2025.07.18 19:16:26.952043 [ 4 ] {7e457eb5-e0d3-47fd-8de6-737c64140119} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2160 | 2025.07.18 19:16:26.952177 [ 28 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2161 | 2025.07.18 19:16:26.952199 [ 4 ] {7e457eb5-e0d3-47fd-8de6-737c64140119} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001697 sec., 32999.410724808484 rows/sec., 2.54 MiB/sec. | ||
2162 | 2025.07.18 19:16:26.952244 [ 28 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2163 | 2025.07.18 19:16:26.952263 [ 4 ] {7e457eb5-e0d3-47fd-8de6-737c64140119} <Debug> TCPHandler: Processed in 0.002045532 sec. | ||
2164 | 2025.07.18 19:16:26.952270 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2165 | 2025.07.18 19:16:26.952405 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2166 | 2025.07.18 19:16:26.952434 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
2167 | 2025.07.18 19:16:26.952513 [ 4 ] {3aee6b5b-a84e-4e30-a2e9-ff78351db4bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2168 | 2025.07.18 19:16:26.952562 [ 4 ] {3aee6b5b-a84e-4e30-a2e9-ff78351db4bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2169 | 2025.07.18 19:16:26.952596 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2170 | 2025.07.18 19:16:26.952656 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1109 rows starting from the beginning of the part | ||
2171 | 2025.07.18 19:16:26.952766 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
2172 | 2025.07.18 19:16:26.952825 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1139 rows starting from the beginning of the part | ||
2173 | 2025.07.18 19:16:26.952874 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
2174 | 2025.07.18 19:16:26.952922 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1139 rows starting from the beginning of the part | ||
2175 | 2025.07.18 19:16:26.952972 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
2176 | 2025.07.18 19:16:26.953001 [ 4 ] {3aee6b5b-a84e-4e30-a2e9-ff78351db4bf} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2177 | 2025.07.18 19:16:26.953046 [ 4 ] {3aee6b5b-a84e-4e30-a2e9-ff78351db4bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2178 | 2025.07.18 19:16:26.953396 [ 4 ] {3aee6b5b-a84e-4e30-a2e9-ff78351db4bf} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2179 | 2025.07.18 19:16:26.953644 [ 4 ] {3aee6b5b-a84e-4e30-a2e9-ff78351db4bf} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2180 | 2025.07.18 19:16:26.953757 [ 28 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2181 | 2025.07.18 19:16:26.953790 [ 4 ] {3aee6b5b-a84e-4e30-a2e9-ff78351db4bf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001301 sec., 49192.928516525746 rows/sec., 3.84 MiB/sec. | ||
2182 | 2025.07.18 19:16:26.953791 [ 28 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2183 | 2025.07.18 19:16:26.953831 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2184 | 2025.07.18 19:16:26.953835 [ 4 ] {3aee6b5b-a84e-4e30-a2e9-ff78351db4bf} <Debug> TCPHandler: Processed in 0.001482643 sec. | ||
2185 | 2025.07.18 19:16:26.953919 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
2186 | 2025.07.18 19:16:26.953963 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2187 | 2025.07.18 19:16:26.954054 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2188 | 2025.07.18 19:16:26.954064 [ 4 ] {90030f75-5b3c-418e-b650-990aa60fad2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2189 | 2025.07.18 19:16:26.954095 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 664 rows starting from the beginning of the part | ||
2190 | 2025.07.18 19:16:26.954120 [ 4 ] {90030f75-5b3c-418e-b650-990aa60fad2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2191 | 2025.07.18 19:16:26.954163 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part | ||
2192 | 2025.07.18 19:16:26.954211 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 688 rows starting from the beginning of the part | ||
2193 | 2025.07.18 19:16:26.954252 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
2194 | 2025.07.18 19:16:26.954289 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 688 rows starting from the beginning of the part | ||
2195 | 2025.07.18 19:16:26.954324 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
2196 | 2025.07.18 19:16:26.954547 [ 4 ] {90030f75-5b3c-418e-b650-990aa60fad2a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2197 | 2025.07.18 19:16:26.954587 [ 4 ] {90030f75-5b3c-418e-b650-990aa60fad2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2198 | 2025.07.18 19:16:26.954700 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3555 rows, containing 5 columns (5 merged, 0 gathered) in 0.002344806 sec., 1516116.8983702702 rows/sec., 126.40 MiB/sec. | ||
2199 | 2025.07.18 19:16:26.954958 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2200 | 2025.07.18 19:16:26.955114 [ 4 ] {90030f75-5b3c-418e-b650-990aa60fad2a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2201 | 2025.07.18 19:16:26.955352 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2202 | 2025.07.18 19:16:26.955405 [ 4 ] {90030f75-5b3c-418e-b650-990aa60fad2a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2203 | 2025.07.18 19:16:26.955456 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2204 | 2025.07.18 19:16:26.955519 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2205 | 2025.07.18 19:16:26.955545 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2206 | 2025.07.18 19:16:26.955546 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
2207 | 2025.07.18 19:16:26.955551 [ 4 ] {90030f75-5b3c-418e-b650-990aa60fad2a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001506 sec., 106241.69986719788 rows/sec., 7.40 MiB/sec. | ||
2208 | 2025.07.18 19:16:26.955565 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2209 | 2025.07.18 19:16:26.955608 [ 4 ] {90030f75-5b3c-418e-b650-990aa60fad2a} <Debug> TCPHandler: Processed in 0.001695626 sec. | ||
2210 | 2025.07.18 19:16:26.955654 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
2211 | 2025.07.18 19:16:26.955661 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2232 rows, containing 5 columns (5 merged, 0 gathered) in 0.001782597 sec., 1252105.776011067 rows/sec., 93.41 MiB/sec. | ||
2212 | 2025.07.18 19:16:26.955732 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2213 | 2025.07.18 19:16:26.955767 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2214 | 2025.07.18 19:16:26.955804 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1041 rows starting from the beginning of the part | ||
2215 | 2025.07.18 19:16:26.955830 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2216 | 2025.07.18 19:16:26.955834 [ 4 ] {956b1448-7c56-4ac9-b824-0496ab26d46a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2217 | 2025.07.18 19:16:26.955860 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
2218 | 2025.07.18 19:16:26.955890 [ 4 ] {956b1448-7c56-4ac9-b824-0496ab26d46a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2219 | 2025.07.18 19:16:26.955915 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 307 rows starting from the beginning of the part | ||
2220 | 2025.07.18 19:16:26.955963 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
2221 | 2025.07.18 19:16:26.956007 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 307 rows starting from the beginning of the part | ||
2222 | 2025.07.18 19:16:26.956049 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
2223 | 2025.07.18 19:16:26.956099 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2224 | 2025.07.18 19:16:26.956182 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2225 | 2025.07.18 19:16:26.956244 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
2226 | 2025.07.18 19:16:26.956259 [ 4 ] {956b1448-7c56-4ac9-b824-0496ab26d46a} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2227 | 2025.07.18 19:16:26.956302 [ 4 ] {956b1448-7c56-4ac9-b824-0496ab26d46a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2228 | 2025.07.18 19:16:26.956639 [ 4 ] {956b1448-7c56-4ac9-b824-0496ab26d46a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2229 | 2025.07.18 19:16:26.956867 [ 4 ] {956b1448-7c56-4ac9-b824-0496ab26d46a} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2230 | 2025.07.18 19:16:26.956966 [ 28 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2231 | 2025.07.18 19:16:26.956992 [ 28 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2232 | 2025.07.18 19:16:26.956998 [ 4 ] {956b1448-7c56-4ac9-b824-0496ab26d46a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001183 sec., 50718.512256973794 rows/sec., 3.42 MiB/sec. | ||
2233 | 2025.07.18 19:16:26.957010 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2234 | 2025.07.18 19:16:26.957041 [ 4 ] {956b1448-7c56-4ac9-b824-0496ab26d46a} <Debug> TCPHandler: Processed in 0.001364471 sec. | ||
2235 | 2025.07.18 19:16:26.957130 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
2236 | 2025.07.18 19:16:26.957192 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2135 rows, containing 5 columns (5 merged, 0 gathered) in 0.001567104 sec., 1362385.6489422529 rows/sec., 90.98 MiB/sec. | ||
2237 | 2025.07.18 19:16:26.957229 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2238 | 2025.07.18 19:16:26.957260 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 306 rows starting from the beginning of the part | ||
2239 | 2025.07.18 19:16:26.957305 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
2240 | 2025.07.18 19:16:26.957340 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 102 rows starting from the beginning of the part | ||
2241 | 2025.07.18 19:16:26.957374 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
2242 | 2025.07.18 19:16:26.957406 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 102 rows starting from the beginning of the part | ||
2243 | 2025.07.18 19:16:26.957435 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
2244 | 2025.07.18 19:16:26.957509 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2245 | 2025.07.18 19:16:26.957849 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2246 | 2025.07.18 19:16:26.957941 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2247 | 2025.07.18 19:16:26.958029 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
2248 | 2025.07.18 19:16:26.958184 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 690 rows, containing 4 columns (4 merged, 0 gathered) in 0.001103977 sec., 625013.0211046065 rows/sec., 39.55 MiB/sec. | ||
2249 | 2025.07.18 19:16:26.958363 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2250 | 2025.07.18 19:16:26.958638 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_11_2} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2251 | 2025.07.18 19:16:26.958706 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_11_2} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2252 | 2025.07.18 19:16:26.958776 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
2253 | 2025.07.18 19:16:30.543252 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 322 | ||
2254 | 2025.07.18 19:16:30.545390 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2255 | 2025.07.18 19:16:30.545436 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2256 | 2025.07.18 19:16:30.546600 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2257 | 2025.07.18 19:16:30.546865 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2258 | 2025.07.18 19:16:30.547110 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 322 | ||
2259 | 2025.07.18 19:16:31.949458 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2260 | 2025.07.18 19:16:31.949725 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2261 | 2025.07.18 19:16:31.950123 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2262 | 2025.07.18 19:16:31.950171 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2263 | 2025.07.18 19:16:31.950484 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2264 | 2025.07.18 19:16:31.950566 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2265 | 2025.07.18 19:16:31.950716 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2266 | 2025.07.18 19:16:31.950818 [ 288 ] {bf51e379-4476-4176-b98f-e96380226677} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2267 | 2025.07.18 19:16:31.950827 [ 289 ] {bf51e379-4476-4176-b98f-e96380226677} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2268 | 2025.07.18 19:16:31.950870 [ 290 ] {bf51e379-4476-4176-b98f-e96380226677} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2269 | 2025.07.18 19:16:31.951024 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
2270 | 2025.07.18 19:16:31.951054 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2271 | 2025.07.18 19:16:31.951136 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2272 | 2025.07.18 19:16:31.951157 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
2273 | 2025.07.18 19:16:31.951192 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2274 | 2025.07.18 19:16:31.951236 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2275 | 2025.07.18 19:16:31.951272 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2276 | 2025.07.18 19:16:31.952242 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002637 sec., 12893.439514599924 rows/sec., 496.24 KiB/sec. | ||
2277 | 2025.07.18 19:16:31.952367 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} <Debug> TCPHandler: Processed in 0.003046117 sec. | ||
2278 | 2025.07.18 19:16:31.967275 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2279 | 2025.07.18 19:16:31.967411 [ 4 ] {b24150d1-60c4-46ea-a85c-6e893457a7eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
2280 | 2025.07.18 19:16:31.967465 [ 4 ] {b24150d1-60c4-46ea-a85c-6e893457a7eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2281 | 2025.07.18 19:16:31.968080 [ 4 ] {b24150d1-60c4-46ea-a85c-6e893457a7eb} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2282 | 2025.07.18 19:16:31.968120 [ 4 ] {b24150d1-60c4-46ea-a85c-6e893457a7eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2283 | 2025.07.18 19:16:31.968541 [ 4 ] {b24150d1-60c4-46ea-a85c-6e893457a7eb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2284 | 2025.07.18 19:16:31.968749 [ 4 ] {b24150d1-60c4-46ea-a85c-6e893457a7eb} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2285 | 2025.07.18 19:16:31.968899 [ 4 ] {b24150d1-60c4-46ea-a85c-6e893457a7eb} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001527 sec., 654.8788474132285 rows/sec., 148.37 KiB/sec. | ||
2286 | 2025.07.18 19:16:31.968937 [ 4 ] {b24150d1-60c4-46ea-a85c-6e893457a7eb} <Debug> TCPHandler: Processed in 0.001725567 sec. | ||
2287 | 2025.07.18 19:16:31.969060 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2288 | 2025.07.18 19:16:31.969158 [ 4 ] {252ac50d-fb49-4084-8615-b0595338dbf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
2289 | 2025.07.18 19:16:31.969201 [ 4 ] {252ac50d-fb49-4084-8615-b0595338dbf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
2290 | 2025.07.18 19:16:31.969801 [ 4 ] {252ac50d-fb49-4084-8615-b0595338dbf7} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2291 | 2025.07.18 19:16:31.969837 [ 4 ] {252ac50d-fb49-4084-8615-b0595338dbf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2292 | 2025.07.18 19:16:31.970157 [ 4 ] {252ac50d-fb49-4084-8615-b0595338dbf7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2293 | 2025.07.18 19:16:31.970371 [ 4 ] {252ac50d-fb49-4084-8615-b0595338dbf7} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2294 | 2025.07.18 19:16:31.970497 [ 4 ] {252ac50d-fb49-4084-8615-b0595338dbf7} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.00136 sec., 288235.29411764705 rows/sec., 18.29 MiB/sec. | ||
2295 | 2025.07.18 19:16:31.970533 [ 4 ] {252ac50d-fb49-4084-8615-b0595338dbf7} <Debug> TCPHandler: Processed in 0.001525273 sec. | ||
2296 | 2025.07.18 19:16:31.970655 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2297 | 2025.07.18 19:16:31.970749 [ 4 ] {31bca679-2135-49fe-8fc8-b16765fb92a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
2298 | 2025.07.18 19:16:31.970790 [ 4 ] {31bca679-2135-49fe-8fc8-b16765fb92a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2299 | 2025.07.18 19:16:31.971186 [ 4 ] {31bca679-2135-49fe-8fc8-b16765fb92a7} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2300 | 2025.07.18 19:16:31.971222 [ 4 ] {31bca679-2135-49fe-8fc8-b16765fb92a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2301 | 2025.07.18 19:16:31.971500 [ 4 ] {31bca679-2135-49fe-8fc8-b16765fb92a7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2302 | 2025.07.18 19:16:31.971697 [ 4 ] {31bca679-2135-49fe-8fc8-b16765fb92a7} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2303 | 2025.07.18 19:16:31.971819 [ 4 ] {31bca679-2135-49fe-8fc8-b16765fb92a7} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001087 sec., 7359.705611775528 rows/sec., 600.13 KiB/sec. | ||
2304 | 2025.07.18 19:16:31.971857 [ 4 ] {31bca679-2135-49fe-8fc8-b16765fb92a7} <Debug> TCPHandler: Processed in 0.001251109 sec. | ||
2305 | 2025.07.18 19:16:31.971974 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2306 | 2025.07.18 19:16:31.972066 [ 4 ] {686ee88a-eb64-4b8f-b2f5-b665d11120d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2307 | 2025.07.18 19:16:31.972105 [ 4 ] {686ee88a-eb64-4b8f-b2f5-b665d11120d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2308 | 2025.07.18 19:16:31.972861 [ 4 ] {686ee88a-eb64-4b8f-b2f5-b665d11120d4} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2309 | 2025.07.18 19:16:31.972897 [ 4 ] {686ee88a-eb64-4b8f-b2f5-b665d11120d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2310 | 2025.07.18 19:16:31.973264 [ 4 ] {686ee88a-eb64-4b8f-b2f5-b665d11120d4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2311 | 2025.07.18 19:16:31.973478 [ 4 ] {686ee88a-eb64-4b8f-b2f5-b665d11120d4} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2312 | 2025.07.18 19:16:31.973601 [ 4 ] {686ee88a-eb64-4b8f-b2f5-b665d11120d4} <Debug> executeQuery: Read 1143 rows, 93.22 KiB in 0.001552 sec., 736469.0721649484 rows/sec., 58.66 MiB/sec. | ||
2313 | 2025.07.18 19:16:31.973637 [ 4 ] {686ee88a-eb64-4b8f-b2f5-b665d11120d4} <Debug> TCPHandler: Processed in 0.001713187 sec. | ||
2314 | 2025.07.18 19:16:31.973756 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2315 | 2025.07.18 19:16:31.973850 [ 4 ] {c5d3b575-8b3a-446c-aa27-511812f34bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2316 | 2025.07.18 19:16:31.973889 [ 4 ] {c5d3b575-8b3a-446c-aa27-511812f34bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2317 | 2025.07.18 19:16:31.974359 [ 4 ] {c5d3b575-8b3a-446c-aa27-511812f34bef} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2318 | 2025.07.18 19:16:31.974394 [ 4 ] {c5d3b575-8b3a-446c-aa27-511812f34bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2319 | 2025.07.18 19:16:31.974693 [ 4 ] {c5d3b575-8b3a-446c-aa27-511812f34bef} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2320 | 2025.07.18 19:16:31.974893 [ 4 ] {c5d3b575-8b3a-446c-aa27-511812f34bef} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2321 | 2025.07.18 19:16:31.975019 [ 4 ] {c5d3b575-8b3a-446c-aa27-511812f34bef} <Debug> executeQuery: Read 240 rows, 15.04 KiB in 0.001186 sec., 202360.87689713322 rows/sec., 12.39 MiB/sec. | ||
2322 | 2025.07.18 19:16:31.975056 [ 4 ] {c5d3b575-8b3a-446c-aa27-511812f34bef} <Debug> TCPHandler: Processed in 0.001348911 sec. | ||
2323 | 2025.07.18 19:16:31.975170 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2324 | 2025.07.18 19:16:31.975263 [ 4 ] {2519050a-9d9a-4981-a438-9ae3f768a775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2325 | 2025.07.18 19:16:31.975302 [ 4 ] {2519050a-9d9a-4981-a438-9ae3f768a775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2326 | 2025.07.18 19:16:31.975755 [ 4 ] {2519050a-9d9a-4981-a438-9ae3f768a775} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2327 | 2025.07.18 19:16:31.975791 [ 4 ] {2519050a-9d9a-4981-a438-9ae3f768a775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2328 | 2025.07.18 19:16:31.976090 [ 4 ] {2519050a-9d9a-4981-a438-9ae3f768a775} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2329 | 2025.07.18 19:16:31.976296 [ 4 ] {2519050a-9d9a-4981-a438-9ae3f768a775} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2330 | 2025.07.18 19:16:31.976420 [ 4 ] {2519050a-9d9a-4981-a438-9ae3f768a775} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001174 sec., 172913.1175468484 rows/sec., 11.15 MiB/sec. | ||
2331 | 2025.07.18 19:16:31.976457 [ 4 ] {2519050a-9d9a-4981-a438-9ae3f768a775} <Debug> TCPHandler: Processed in 0.00133643 sec. | ||
2332 | 2025.07.18 19:16:31.976571 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2333 | 2025.07.18 19:16:31.976664 [ 4 ] {0b876878-de20-4ce6-a616-73ec6f82b26e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2334 | 2025.07.18 19:16:31.976702 [ 4 ] {0b876878-de20-4ce6-a616-73ec6f82b26e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2335 | 2025.07.18 19:16:31.977127 [ 4 ] {0b876878-de20-4ce6-a616-73ec6f82b26e} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2336 | 2025.07.18 19:16:31.977162 [ 4 ] {0b876878-de20-4ce6-a616-73ec6f82b26e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2337 | 2025.07.18 19:16:31.977453 [ 4 ] {0b876878-de20-4ce6-a616-73ec6f82b26e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2338 | 2025.07.18 19:16:31.977654 [ 4 ] {0b876878-de20-4ce6-a616-73ec6f82b26e} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2339 | 2025.07.18 19:16:31.977777 [ 4 ] {0b876878-de20-4ce6-a616-73ec6f82b26e} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001131 sec., 178603.00618921308 rows/sec., 10.14 MiB/sec. | ||
2340 | 2025.07.18 19:16:31.977814 [ 4 ] {0b876878-de20-4ce6-a616-73ec6f82b26e} <Debug> TCPHandler: Processed in 0.00129282 sec. | ||
2341 | 2025.07.18 19:16:31.977928 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2342 | 2025.07.18 19:16:31.978021 [ 4 ] {b16ff604-4120-4927-87ff-9744dd191e0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2343 | 2025.07.18 19:16:31.978060 [ 4 ] {b16ff604-4120-4927-87ff-9744dd191e0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2344 | 2025.07.18 19:16:31.978635 [ 4 ] {b16ff604-4120-4927-87ff-9744dd191e0c} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2345 | 2025.07.18 19:16:31.978670 [ 4 ] {b16ff604-4120-4927-87ff-9744dd191e0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2346 | 2025.07.18 19:16:31.978995 [ 4 ] {b16ff604-4120-4927-87ff-9744dd191e0c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2347 | 2025.07.18 19:16:31.979199 [ 4 ] {b16ff604-4120-4927-87ff-9744dd191e0c} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2348 | 2025.07.18 19:16:31.979329 [ 4 ] {b16ff604-4120-4927-87ff-9744dd191e0c} <Debug> executeQuery: Read 696 rows, 50.10 KiB in 0.001325 sec., 525283.0188679246 rows/sec., 36.93 MiB/sec. | ||
2349 | 2025.07.18 19:16:31.979366 [ 4 ] {b16ff604-4120-4927-87ff-9744dd191e0c} <Debug> TCPHandler: Processed in 0.001486993 sec. | ||
2350 | 2025.07.18 19:16:31.979480 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2351 | 2025.07.18 19:16:31.979573 [ 4 ] {bcafe0ff-0d9b-429e-b7a7-d374366efe66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
2352 | 2025.07.18 19:16:31.979614 [ 4 ] {bcafe0ff-0d9b-429e-b7a7-d374366efe66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2353 | 2025.07.18 19:16:31.979941 [ 4 ] {bcafe0ff-0d9b-429e-b7a7-d374366efe66} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2354 | 2025.07.18 19:16:31.979977 [ 4 ] {bcafe0ff-0d9b-429e-b7a7-d374366efe66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2355 | 2025.07.18 19:16:31.980267 [ 4 ] {bcafe0ff-0d9b-429e-b7a7-d374366efe66} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2356 | 2025.07.18 19:16:31.980466 [ 4 ] {bcafe0ff-0d9b-429e-b7a7-d374366efe66} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2357 | 2025.07.18 19:16:31.980563 [ 122 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2358 | 2025.07.18 19:16:31.980591 [ 4 ] {bcafe0ff-0d9b-429e-b7a7-d374366efe66} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001035 sec., 5797.101449275363 rows/sec., 302.88 KiB/sec. | ||
2359 | 2025.07.18 19:16:31.980610 [ 122 ] {} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2360 | 2025.07.18 19:16:31.980633 [ 4 ] {bcafe0ff-0d9b-429e-b7a7-d374366efe66} <Debug> TCPHandler: Processed in 0.001201479 sec. | ||
2361 | 2025.07.18 19:16:31.980638 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2362 | 2025.07.18 19:16:31.980750 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
2363 | 2025.07.18 19:16:31.980752 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2364 | 2025.07.18 19:16:31.980884 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2365 | 2025.07.18 19:16:31.980886 [ 4 ] {a9712237-1c2f-40b5-ae9b-749ff3645aa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2366 | 2025.07.18 19:16:31.980921 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
2367 | 2025.07.18 19:16:31.980947 [ 4 ] {a9712237-1c2f-40b5-ae9b-749ff3645aa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2368 | 2025.07.18 19:16:31.980982 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
2369 | 2025.07.18 19:16:31.981026 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
2370 | 2025.07.18 19:16:31.981065 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
2371 | 2025.07.18 19:16:31.981097 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
2372 | 2025.07.18 19:16:31.981131 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
2373 | 2025.07.18 19:16:31.981380 [ 4 ] {a9712237-1c2f-40b5-ae9b-749ff3645aa1} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2374 | 2025.07.18 19:16:31.981420 [ 4 ] {a9712237-1c2f-40b5-ae9b-749ff3645aa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2375 | 2025.07.18 19:16:31.981764 [ 4 ] {a9712237-1c2f-40b5-ae9b-749ff3645aa1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2376 | 2025.07.18 19:16:31.981854 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001146237 sec., 31407.117376249415 rows/sec., 1.60 MiB/sec. | ||
2377 | 2025.07.18 19:16:31.981977 [ 4 ] {a9712237-1c2f-40b5-ae9b-749ff3645aa1} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2378 | 2025.07.18 19:16:31.981978 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2379 | 2025.07.18 19:16:31.982112 [ 4 ] {a9712237-1c2f-40b5-ae9b-749ff3645aa1} <Debug> executeQuery: Read 311 rows, 20.96 KiB in 0.001243 sec., 250201.126307321 rows/sec., 16.47 MiB/sec. | ||
2380 | 2025.07.18 19:16:31.982156 [ 4 ] {a9712237-1c2f-40b5-ae9b-749ff3645aa1} <Debug> TCPHandler: Processed in 0.001452912 sec. | ||
2381 | 2025.07.18 19:16:31.982259 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_6_1} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2382 | 2025.07.18 19:16:31.982274 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2383 | 2025.07.18 19:16:31.982329 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_6_1} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2384 | 2025.07.18 19:16:31.982372 [ 4 ] {0226e865-0c36-4a15-ae48-1b66071f8575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
2385 | 2025.07.18 19:16:31.982396 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
2386 | 2025.07.18 19:16:31.982419 [ 4 ] {0226e865-0c36-4a15-ae48-1b66071f8575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2387 | 2025.07.18 19:16:31.982739 [ 4 ] {0226e865-0c36-4a15-ae48-1b66071f8575} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2388 | 2025.07.18 19:16:31.982775 [ 4 ] {0226e865-0c36-4a15-ae48-1b66071f8575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2389 | 2025.07.18 19:16:31.983075 [ 4 ] {0226e865-0c36-4a15-ae48-1b66071f8575} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2390 | 2025.07.18 19:16:31.983275 [ 4 ] {0226e865-0c36-4a15-ae48-1b66071f8575} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2391 | 2025.07.18 19:16:31.983401 [ 4 ] {0226e865-0c36-4a15-ae48-1b66071f8575} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001046 sec., 956.0229445506692 rows/sec., 64.42 KiB/sec. | ||
2392 | 2025.07.18 19:16:31.983436 [ 4 ] {0226e865-0c36-4a15-ae48-1b66071f8575} <Debug> TCPHandler: Processed in 0.001210979 sec. | ||
2393 | 2025.07.18 19:16:31.983547 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2394 | 2025.07.18 19:16:31.983640 [ 4 ] {4dd82d85-0b77-4b7e-a070-4529d67c52e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2395 | 2025.07.18 19:16:31.983692 [ 4 ] {4dd82d85-0b77-4b7e-a070-4529d67c52e2} <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 | ||
2396 | 2025.07.18 19:16:31.984461 [ 4 ] {4dd82d85-0b77-4b7e-a070-4529d67c52e2} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2397 | 2025.07.18 19:16:31.984497 [ 4 ] {4dd82d85-0b77-4b7e-a070-4529d67c52e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2398 | 2025.07.18 19:16:31.985026 [ 4 ] {4dd82d85-0b77-4b7e-a070-4529d67c52e2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2399 | 2025.07.18 19:16:31.985239 [ 4 ] {4dd82d85-0b77-4b7e-a070-4529d67c52e2} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2400 | 2025.07.18 19:16:31.985369 [ 4 ] {4dd82d85-0b77-4b7e-a070-4529d67c52e2} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.001747 sec., 20606.754436176303 rows/sec., 36.93 MiB/sec. | ||
2401 | 2025.07.18 19:16:31.985365 [ 141 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2402 | 2025.07.18 19:16:31.985419 [ 4 ] {4dd82d85-0b77-4b7e-a070-4529d67c52e2} <Debug> TCPHandler: Processed in 0.001921839 sec. | ||
2403 | 2025.07.18 19:16:31.985451 [ 141 ] {} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2404 | 2025.07.18 19:16:31.985477 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2405 | 2025.07.18 19:16:31.985541 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2406 | 2025.07.18 19:16:31.985598 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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 | ||
2407 | 2025.07.18 19:16:31.985640 [ 4 ] {929fa489-1a62-4ddd-b209-b60eb94ad6f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2408 | 2025.07.18 19:16:31.985687 [ 4 ] {929fa489-1a62-4ddd-b209-b60eb94ad6f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2409 | 2025.07.18 19:16:31.985889 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2410 | 2025.07.18 19:16:31.985970 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
2411 | 2025.07.18 19:16:31.986021 [ 4 ] {929fa489-1a62-4ddd-b209-b60eb94ad6f9} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2412 | 2025.07.18 19:16:31.986062 [ 4 ] {929fa489-1a62-4ddd-b209-b60eb94ad6f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2413 | 2025.07.18 19:16:31.986155 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part | ||
2414 | 2025.07.18 19:16:31.986299 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part | ||
2415 | 2025.07.18 19:16:31.986388 [ 4 ] {929fa489-1a62-4ddd-b209-b60eb94ad6f9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2416 | 2025.07.18 19:16:31.986425 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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 | ||
2417 | 2025.07.18 19:16:31.986564 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part | ||
2418 | 2025.07.18 19:16:31.986617 [ 4 ] {929fa489-1a62-4ddd-b209-b60eb94ad6f9} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2419 | 2025.07.18 19:16:31.986680 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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 | ||
2420 | 2025.07.18 19:16:31.986753 [ 4 ] {929fa489-1a62-4ddd-b209-b60eb94ad6f9} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.00113 sec., 90265.48672566372 rows/sec., 5.55 MiB/sec. | ||
2421 | 2025.07.18 19:16:31.986793 [ 4 ] {929fa489-1a62-4ddd-b209-b60eb94ad6f9} <Debug> TCPHandler: Processed in 0.00130168 sec. | ||
2422 | 2025.07.18 19:16:31.994161 [ 187 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 19 columns (19 merged, 0 gathered) in 0.008616652 sec., 25067.740927682815 rows/sec., 44.92 MiB/sec. | ||
2423 | 2025.07.18 19:16:31.994610 [ 194 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2424 | 2025.07.18 19:16:31.994936 [ 194 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2425 | 2025.07.18 19:16:31.995009 [ 194 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2426 | 2025.07.18 19:16:31.995100 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. | ||
2427 | 2025.07.18 19:16:33.047089 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
2428 | 2025.07.18 19:16:33.047652 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2429 | 2025.07.18 19:16:33.047705 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2430 | 2025.07.18 19:16:33.048228 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2431 | 2025.07.18 19:16:33.048461 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2432 | 2025.07.18 19:16:33.048589 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
2433 | 2025.07.18 19:16:33.048589 [ 122 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2434 | 2025.07.18 19:16:33.048664 [ 122 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2435 | 2025.07.18 19:16:33.048690 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2436 | 2025.07.18 19:16:33.048785 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
2437 | 2025.07.18 19:16:33.048875 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2438 | 2025.07.18 19:16:33.048905 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
2439 | 2025.07.18 19:16:33.048965 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part | ||
2440 | 2025.07.18 19:16:33.049013 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part | ||
2441 | 2025.07.18 19:16:33.049050 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part | ||
2442 | 2025.07.18 19:16:33.049084 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part | ||
2443 | 2025.07.18 19:16:33.049118 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part | ||
2444 | 2025.07.18 19:16:33.050329 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.001576845 sec., 3249526.7448607823 rows/sec., 46.48 MiB/sec. | ||
2445 | 2025.07.18 19:16:33.051164 [ 198 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2446 | 2025.07.18 19:16:33.051456 [ 198 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_11_2} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2447 | 2025.07.18 19:16:33.051540 [ 198 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_11_2} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2448 | 2025.07.18 19:16:33.051635 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
2449 | 2025.07.18 19:16:33.325458 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
2450 | 2025.07.18 19:16:33.343109 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2451 | 2025.07.18 19:16:33.343164 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2452 | 2025.07.18 19:16:33.349323 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2453 | 2025.07.18 19:16:33.350017 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2454 | 2025.07.18 19:16:33.350351 [ 154 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2455 | 2025.07.18 19:16:33.350440 [ 154 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2456 | 2025.07.18 19:16:33.350477 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2457 | 2025.07.18 19:16:33.350645 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
2458 | 2025.07.18 19:16:33.352994 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
2459 | 2025.07.18 19:16:33.354760 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2460 | 2025.07.18 19:16:33.356443 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
2461 | 2025.07.18 19:16:33.361172 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
2462 | 2025.07.18 19:16:33.365380 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
2463 | 2025.07.18 19:16:33.369656 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
2464 | 2025.07.18 19:16:33.373661 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
2465 | 2025.07.18 19:16:33.377309 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
2466 | 2025.07.18 19:16:33.430245 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.079677065 sec., 1041.7050377043884 rows/sec., 5.39 MiB/sec. | ||
2467 | 2025.07.18 19:16:33.431713 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2468 | 2025.07.18 19:16:33.433287 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_11_2} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2469 | 2025.07.18 19:16:33.433379 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_11_2} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2470 | 2025.07.18 19:16:33.434735 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
2471 | 2025.07.18 19:16:34.000172 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.57 MiB, peak 195.45 MiB, free memory in arenas 0.00 B, will set to 194.50 MiB (RSS), difference: 8.93 MiB | ||
2472 | 2025.07.18 19:16:36.950230 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2473 | 2025.07.18 19:16:36.950443 [ 4 ] {4415115c-9fb7-4239-ad2e-a4343e0aee20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2474 | 2025.07.18 19:16:36.950518 [ 4 ] {4415115c-9fb7-4239-ad2e-a4343e0aee20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2475 | 2025.07.18 19:16:36.951209 [ 4 ] {4415115c-9fb7-4239-ad2e-a4343e0aee20} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2476 | 2025.07.18 19:16:36.951259 [ 4 ] {4415115c-9fb7-4239-ad2e-a4343e0aee20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2477 | 2025.07.18 19:16:36.951664 [ 4 ] {4415115c-9fb7-4239-ad2e-a4343e0aee20} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2478 | 2025.07.18 19:16:36.951891 [ 4 ] {4415115c-9fb7-4239-ad2e-a4343e0aee20} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2479 | 2025.07.18 19:16:36.952046 [ 4 ] {4415115c-9fb7-4239-ad2e-a4343e0aee20} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001658 sec., 33775.63329312424 rows/sec., 2.59 MiB/sec. | ||
2480 | 2025.07.18 19:16:36.952094 [ 4 ] {4415115c-9fb7-4239-ad2e-a4343e0aee20} <Debug> TCPHandler: Processed in 0.002000221 sec. | ||
2481 | 2025.07.18 19:16:36.952251 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2482 | 2025.07.18 19:16:36.952352 [ 4 ] {aab85681-b947-43d4-9fe6-1e173a7841e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2483 | 2025.07.18 19:16:36.952396 [ 4 ] {aab85681-b947-43d4-9fe6-1e173a7841e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2484 | 2025.07.18 19:16:36.952842 [ 4 ] {aab85681-b947-43d4-9fe6-1e173a7841e5} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2485 | 2025.07.18 19:16:36.952881 [ 4 ] {aab85681-b947-43d4-9fe6-1e173a7841e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2486 | 2025.07.18 19:16:36.953194 [ 4 ] {aab85681-b947-43d4-9fe6-1e173a7841e5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2487 | 2025.07.18 19:16:36.953405 [ 4 ] {aab85681-b947-43d4-9fe6-1e173a7841e5} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2488 | 2025.07.18 19:16:36.953539 [ 4 ] {aab85681-b947-43d4-9fe6-1e173a7841e5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001209 sec., 52936.31100082713 rows/sec., 4.13 MiB/sec. | ||
2489 | 2025.07.18 19:16:36.953600 [ 4 ] {aab85681-b947-43d4-9fe6-1e173a7841e5} <Debug> TCPHandler: Processed in 0.001401652 sec. | ||
2490 | 2025.07.18 19:16:36.953719 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2491 | 2025.07.18 19:16:36.953815 [ 4 ] {c01ec020-ef8a-4e1a-8b4f-cce9ad9fa5ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2492 | 2025.07.18 19:16:36.953861 [ 4 ] {c01ec020-ef8a-4e1a-8b4f-cce9ad9fa5ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2493 | 2025.07.18 19:16:36.954285 [ 4 ] {c01ec020-ef8a-4e1a-8b4f-cce9ad9fa5ee} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2494 | 2025.07.18 19:16:36.954323 [ 4 ] {c01ec020-ef8a-4e1a-8b4f-cce9ad9fa5ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2495 | 2025.07.18 19:16:36.954660 [ 4 ] {c01ec020-ef8a-4e1a-8b4f-cce9ad9fa5ee} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2496 | 2025.07.18 19:16:36.954870 [ 4 ] {c01ec020-ef8a-4e1a-8b4f-cce9ad9fa5ee} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2497 | 2025.07.18 19:16:36.954998 [ 4 ] {c01ec020-ef8a-4e1a-8b4f-cce9ad9fa5ee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. | ||
2498 | 2025.07.18 19:16:36.955035 [ 4 ] {c01ec020-ef8a-4e1a-8b4f-cce9ad9fa5ee} <Debug> TCPHandler: Processed in 0.001367101 sec. | ||
2499 | 2025.07.18 19:16:36.955151 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2500 | 2025.07.18 19:16:36.955250 [ 4 ] {4cc79cf3-cb49-4cb3-a1d6-4eba50cf8865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2501 | 2025.07.18 19:16:36.955292 [ 4 ] {4cc79cf3-cb49-4cb3-a1d6-4eba50cf8865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2502 | 2025.07.18 19:16:36.955631 [ 4 ] {4cc79cf3-cb49-4cb3-a1d6-4eba50cf8865} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2503 | 2025.07.18 19:16:36.955668 [ 4 ] {4cc79cf3-cb49-4cb3-a1d6-4eba50cf8865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2504 | 2025.07.18 19:16:36.955986 [ 4 ] {4cc79cf3-cb49-4cb3-a1d6-4eba50cf8865} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2505 | 2025.07.18 19:16:36.956187 [ 4 ] {4cc79cf3-cb49-4cb3-a1d6-4eba50cf8865} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2506 | 2025.07.18 19:16:36.956316 [ 4 ] {4cc79cf3-cb49-4cb3-a1d6-4eba50cf8865} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. | ||
2507 | 2025.07.18 19:16:36.956351 [ 4 ] {4cc79cf3-cb49-4cb3-a1d6-4eba50cf8865} <Debug> TCPHandler: Processed in 0.001249359 sec. | ||
2508 | 2025.07.18 19:16:40.459837 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2509 | 2025.07.18 19:16:40.459895 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2510 | 2025.07.18 19:16:40.547383 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 358 | ||
2511 | 2025.07.18 19:16:40.548777 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
2512 | 2025.07.18 19:16:40.549340 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2513 | 2025.07.18 19:16:40.549390 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2514 | 2025.07.18 19:16:40.549700 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2515 | 2025.07.18 19:16:40.549749 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2516 | 2025.07.18 19:16:40.550021 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2517 | 2025.07.18 19:16:40.550276 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2518 | 2025.07.18 19:16:40.550414 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
2519 | 2025.07.18 19:16:40.551076 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2520 | 2025.07.18 19:16:40.551342 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2521 | 2025.07.18 19:16:40.551584 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 358 | ||
2522 | 2025.07.18 19:16:40.853182 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
2523 | 2025.07.18 19:16:40.870545 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2524 | 2025.07.18 19:16:40.870610 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2525 | 2025.07.18 19:16:40.876279 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2526 | 2025.07.18 19:16:40.876945 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2527 | 2025.07.18 19:16:40.879946 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
2528 | 2025.07.18 19:16:41.962245 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2529 | 2025.07.18 19:16:41.962436 [ 4 ] {7c6cdd6a-61f5-478c-9ec5-a7204376ce3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
2530 | 2025.07.18 19:16:41.962506 [ 4 ] {7c6cdd6a-61f5-478c-9ec5-a7204376ce3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
2531 | 2025.07.18 19:16:41.963306 [ 4 ] {7c6cdd6a-61f5-478c-9ec5-a7204376ce3c} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2532 | 2025.07.18 19:16:41.963345 [ 4 ] {7c6cdd6a-61f5-478c-9ec5-a7204376ce3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2533 | 2025.07.18 19:16:41.963742 [ 4 ] {7c6cdd6a-61f5-478c-9ec5-a7204376ce3c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2534 | 2025.07.18 19:16:41.963963 [ 4 ] {7c6cdd6a-61f5-478c-9ec5-a7204376ce3c} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2535 | 2025.07.18 19:16:41.964109 [ 4 ] {7c6cdd6a-61f5-478c-9ec5-a7204376ce3c} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001728 sec., 226851.85185185185 rows/sec., 14.39 MiB/sec. | ||
2536 | 2025.07.18 19:16:41.964153 [ 4 ] {7c6cdd6a-61f5-478c-9ec5-a7204376ce3c} <Debug> TCPHandler: Processed in 0.002038641 sec. | ||
2537 | 2025.07.18 19:16:41.964266 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2538 | 2025.07.18 19:16:41.964361 [ 4 ] {d104b7fc-b268-4f77-90e0-431214e2bc21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2539 | 2025.07.18 19:16:41.964402 [ 4 ] {d104b7fc-b268-4f77-90e0-431214e2bc21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2540 | 2025.07.18 19:16:41.965173 [ 4 ] {d104b7fc-b268-4f77-90e0-431214e2bc21} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2541 | 2025.07.18 19:16:41.965209 [ 4 ] {d104b7fc-b268-4f77-90e0-431214e2bc21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2542 | 2025.07.18 19:16:41.965601 [ 4 ] {d104b7fc-b268-4f77-90e0-431214e2bc21} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2543 | 2025.07.18 19:16:41.965812 [ 4 ] {d104b7fc-b268-4f77-90e0-431214e2bc21} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2544 | 2025.07.18 19:16:41.965934 [ 4 ] {d104b7fc-b268-4f77-90e0-431214e2bc21} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001592 sec., 721733.6683417085 rows/sec., 57.60 MiB/sec. | ||
2545 | 2025.07.18 19:16:41.965970 [ 4 ] {d104b7fc-b268-4f77-90e0-431214e2bc21} <Debug> TCPHandler: Processed in 0.001752927 sec. | ||
2546 | 2025.07.18 19:16:41.966082 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2547 | 2025.07.18 19:16:41.966176 [ 4 ] {25529bfb-bbe1-4fca-b4c7-daf8ed8f68f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2548 | 2025.07.18 19:16:41.966215 [ 4 ] {25529bfb-bbe1-4fca-b4c7-daf8ed8f68f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2549 | 2025.07.18 19:16:41.966677 [ 4 ] {25529bfb-bbe1-4fca-b4c7-daf8ed8f68f0} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2550 | 2025.07.18 19:16:41.966712 [ 4 ] {25529bfb-bbe1-4fca-b4c7-daf8ed8f68f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2551 | 2025.07.18 19:16:41.967005 [ 4 ] {25529bfb-bbe1-4fca-b4c7-daf8ed8f68f0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2552 | 2025.07.18 19:16:41.967220 [ 4 ] {25529bfb-bbe1-4fca-b4c7-daf8ed8f68f0} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2553 | 2025.07.18 19:16:41.967341 [ 4 ] {25529bfb-bbe1-4fca-b4c7-daf8ed8f68f0} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001183 sec., 200338.1234150465 rows/sec., 12.27 MiB/sec. | ||
2554 | 2025.07.18 19:16:41.967375 [ 4 ] {25529bfb-bbe1-4fca-b4c7-daf8ed8f68f0} <Debug> TCPHandler: Processed in 0.001341681 sec. | ||
2555 | 2025.07.18 19:16:41.967481 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2556 | 2025.07.18 19:16:41.967574 [ 4 ] {0a1ba79b-68a6-4ee4-8877-f5606914dc55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2557 | 2025.07.18 19:16:41.967613 [ 4 ] {0a1ba79b-68a6-4ee4-8877-f5606914dc55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2558 | 2025.07.18 19:16:41.968055 [ 4 ] {0a1ba79b-68a6-4ee4-8877-f5606914dc55} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2559 | 2025.07.18 19:16:41.968089 [ 4 ] {0a1ba79b-68a6-4ee4-8877-f5606914dc55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2560 | 2025.07.18 19:16:41.968380 [ 4 ] {0a1ba79b-68a6-4ee4-8877-f5606914dc55} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2561 | 2025.07.18 19:16:41.968579 [ 4 ] {0a1ba79b-68a6-4ee4-8877-f5606914dc55} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2562 | 2025.07.18 19:16:41.968701 [ 4 ] {0a1ba79b-68a6-4ee4-8877-f5606914dc55} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001144 sec., 177447.55244755244 rows/sec., 11.45 MiB/sec. | ||
2563 | 2025.07.18 19:16:41.968738 [ 4 ] {0a1ba79b-68a6-4ee4-8877-f5606914dc55} <Debug> TCPHandler: Processed in 0.00130438 sec. | ||
2564 | 2025.07.18 19:16:41.968843 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2565 | 2025.07.18 19:16:41.968935 [ 4 ] {8aa9a619-acd2-4d3d-8de0-8b682898ac80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2566 | 2025.07.18 19:16:41.968973 [ 4 ] {8aa9a619-acd2-4d3d-8de0-8b682898ac80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2567 | 2025.07.18 19:16:41.969389 [ 4 ] {8aa9a619-acd2-4d3d-8de0-8b682898ac80} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2568 | 2025.07.18 19:16:41.969424 [ 4 ] {8aa9a619-acd2-4d3d-8de0-8b682898ac80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2569 | 2025.07.18 19:16:41.969714 [ 4 ] {8aa9a619-acd2-4d3d-8de0-8b682898ac80} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2570 | 2025.07.18 19:16:41.969914 [ 4 ] {8aa9a619-acd2-4d3d-8de0-8b682898ac80} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2571 | 2025.07.18 19:16:41.970034 [ 4 ] {8aa9a619-acd2-4d3d-8de0-8b682898ac80} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001116 sec., 181003.5842293907 rows/sec., 10.28 MiB/sec. | ||
2572 | 2025.07.18 19:16:41.970070 [ 4 ] {8aa9a619-acd2-4d3d-8de0-8b682898ac80} <Debug> TCPHandler: Processed in 0.001274689 sec. | ||
2573 | 2025.07.18 19:16:41.970179 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2574 | 2025.07.18 19:16:41.970271 [ 4 ] {cef1bf16-fb35-4d4e-93da-4b1361fe06a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2575 | 2025.07.18 19:16:41.970310 [ 4 ] {cef1bf16-fb35-4d4e-93da-4b1361fe06a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2576 | 2025.07.18 19:16:41.970864 [ 4 ] {cef1bf16-fb35-4d4e-93da-4b1361fe06a2} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2577 | 2025.07.18 19:16:41.970899 [ 4 ] {cef1bf16-fb35-4d4e-93da-4b1361fe06a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2578 | 2025.07.18 19:16:41.971217 [ 4 ] {cef1bf16-fb35-4d4e-93da-4b1361fe06a2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2579 | 2025.07.18 19:16:41.971423 [ 4 ] {cef1bf16-fb35-4d4e-93da-4b1361fe06a2} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2580 | 2025.07.18 19:16:41.971543 [ 4 ] {cef1bf16-fb35-4d4e-93da-4b1361fe06a2} <Debug> executeQuery: Read 699 rows, 50.33 KiB in 0.001289 sec., 542280.8378588053 rows/sec., 38.13 MiB/sec. | ||
2581 | 2025.07.18 19:16:41.971577 [ 4 ] {cef1bf16-fb35-4d4e-93da-4b1361fe06a2} <Debug> TCPHandler: Processed in 0.001446033 sec. | ||
2582 | 2025.07.18 19:16:41.971686 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2583 | 2025.07.18 19:16:41.971778 [ 4 ] {a78a7453-8abd-4c0c-9be8-90f08d71f5a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
2584 | 2025.07.18 19:16:41.971819 [ 4 ] {a78a7453-8abd-4c0c-9be8-90f08d71f5a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2585 | 2025.07.18 19:16:41.972142 [ 4 ] {a78a7453-8abd-4c0c-9be8-90f08d71f5a0} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2586 | 2025.07.18 19:16:41.972175 [ 4 ] {a78a7453-8abd-4c0c-9be8-90f08d71f5a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2587 | 2025.07.18 19:16:41.972457 [ 4 ] {a78a7453-8abd-4c0c-9be8-90f08d71f5a0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2588 | 2025.07.18 19:16:41.972655 [ 4 ] {a78a7453-8abd-4c0c-9be8-90f08d71f5a0} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2589 | 2025.07.18 19:16:41.972775 [ 4 ] {a78a7453-8abd-4c0c-9be8-90f08d71f5a0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001015 sec., 5911.330049261083 rows/sec., 308.84 KiB/sec. | ||
2590 | 2025.07.18 19:16:41.972809 [ 4 ] {a78a7453-8abd-4c0c-9be8-90f08d71f5a0} <Debug> TCPHandler: Processed in 0.001170287 sec. | ||
2591 | 2025.07.18 19:16:41.972913 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2592 | 2025.07.18 19:16:41.973005 [ 4 ] {c92967a2-d764-49f2-8db5-38c00df35239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2593 | 2025.07.18 19:16:41.973047 [ 4 ] {c92967a2-d764-49f2-8db5-38c00df35239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2594 | 2025.07.18 19:16:41.973450 [ 4 ] {c92967a2-d764-49f2-8db5-38c00df35239} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2595 | 2025.07.18 19:16:41.973484 [ 4 ] {c92967a2-d764-49f2-8db5-38c00df35239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2596 | 2025.07.18 19:16:41.973790 [ 4 ] {c92967a2-d764-49f2-8db5-38c00df35239} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2597 | 2025.07.18 19:16:41.973992 [ 4 ] {c92967a2-d764-49f2-8db5-38c00df35239} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2598 | 2025.07.18 19:16:41.974113 [ 4 ] {c92967a2-d764-49f2-8db5-38c00df35239} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001126 sec., 272646.53641207813 rows/sec., 17.94 MiB/sec. | ||
2599 | 2025.07.18 19:16:41.974148 [ 4 ] {c92967a2-d764-49f2-8db5-38c00df35239} <Debug> TCPHandler: Processed in 0.00128135 sec. | ||
2600 | 2025.07.18 19:16:41.974272 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2601 | 2025.07.18 19:16:41.974391 [ 4 ] {7c5133a6-c4bd-4dd5-87d1-153cf3cc87b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
2602 | 2025.07.18 19:16:41.974442 [ 4 ] {7c5133a6-c4bd-4dd5-87d1-153cf3cc87b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2603 | 2025.07.18 19:16:41.974823 [ 4 ] {7c5133a6-c4bd-4dd5-87d1-153cf3cc87b6} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2604 | 2025.07.18 19:16:41.974866 [ 4 ] {7c5133a6-c4bd-4dd5-87d1-153cf3cc87b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2605 | 2025.07.18 19:16:41.975198 [ 4 ] {7c5133a6-c4bd-4dd5-87d1-153cf3cc87b6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2606 | 2025.07.18 19:16:41.975401 [ 4 ] {7c5133a6-c4bd-4dd5-87d1-153cf3cc87b6} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2607 | 2025.07.18 19:16:41.975523 [ 4 ] {7c5133a6-c4bd-4dd5-87d1-153cf3cc87b6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001157 sec., 864.304235090752 rows/sec., 58.24 KiB/sec. | ||
2608 | 2025.07.18 19:16:41.975559 [ 4 ] {7c5133a6-c4bd-4dd5-87d1-153cf3cc87b6} <Debug> TCPHandler: Processed in 0.001347191 sec. | ||
2609 | 2025.07.18 19:16:41.975666 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2610 | 2025.07.18 19:16:41.975759 [ 4 ] {f57cf9a0-163d-4c6d-97a4-6ef37cbe533e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2611 | 2025.07.18 19:16:41.975812 [ 4 ] {f57cf9a0-163d-4c6d-97a4-6ef37cbe533e} <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 | ||
2612 | 2025.07.18 19:16:41.976589 [ 4 ] {f57cf9a0-163d-4c6d-97a4-6ef37cbe533e} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2613 | 2025.07.18 19:16:41.976625 [ 4 ] {f57cf9a0-163d-4c6d-97a4-6ef37cbe533e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2614 | 2025.07.18 19:16:41.977162 [ 4 ] {f57cf9a0-163d-4c6d-97a4-6ef37cbe533e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2615 | 2025.07.18 19:16:41.977379 [ 4 ] {f57cf9a0-163d-4c6d-97a4-6ef37cbe533e} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2616 | 2025.07.18 19:16:41.977508 [ 4 ] {f57cf9a0-163d-4c6d-97a4-6ef37cbe533e} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001768 sec., 23190.045248868777 rows/sec., 41.56 MiB/sec. | ||
2617 | 2025.07.18 19:16:41.977556 [ 4 ] {f57cf9a0-163d-4c6d-97a4-6ef37cbe533e} <Debug> TCPHandler: Processed in 0.00193865 sec. | ||
2618 | 2025.07.18 19:16:41.977666 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2619 | 2025.07.18 19:16:41.977761 [ 4 ] {c59f4f31-6c31-433e-b2c6-d8a7c55c579c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
2620 | 2025.07.18 19:16:41.977801 [ 4 ] {c59f4f31-6c31-433e-b2c6-d8a7c55c579c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2621 | 2025.07.18 19:16:41.978112 [ 4 ] {c59f4f31-6c31-433e-b2c6-d8a7c55c579c} <Trace> oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2622 | 2025.07.18 19:16:41.978146 [ 4 ] {c59f4f31-6c31-433e-b2c6-d8a7c55c579c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2623 | 2025.07.18 19:16:41.978439 [ 4 ] {c59f4f31-6c31-433e-b2c6-d8a7c55c579c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2624 | 2025.07.18 19:16:41.978636 [ 4 ] {c59f4f31-6c31-433e-b2c6-d8a7c55c579c} <Trace> oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2625 | 2025.07.18 19:16:41.978756 [ 4 ] {c59f4f31-6c31-433e-b2c6-d8a7c55c579c} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001014 sec., 5917.15976331361 rows/sec., 417.98 KiB/sec. | ||
2626 | 2025.07.18 19:16:41.978791 [ 4 ] {c59f4f31-6c31-433e-b2c6-d8a7c55c579c} <Debug> TCPHandler: Processed in 0.001172647 sec. | ||
2627 | 2025.07.18 19:16:41.978896 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2628 | 2025.07.18 19:16:41.978988 [ 4 ] {15aafd7b-992e-411f-9461-002398dd2b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2629 | 2025.07.18 19:16:41.979028 [ 4 ] {15aafd7b-992e-411f-9461-002398dd2b61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2630 | 2025.07.18 19:16:41.979337 [ 4 ] {15aafd7b-992e-411f-9461-002398dd2b61} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2631 | 2025.07.18 19:16:41.979371 [ 4 ] {15aafd7b-992e-411f-9461-002398dd2b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2632 | 2025.07.18 19:16:41.979656 [ 4 ] {15aafd7b-992e-411f-9461-002398dd2b61} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2633 | 2025.07.18 19:16:41.979860 [ 4 ] {15aafd7b-992e-411f-9461-002398dd2b61} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2634 | 2025.07.18 19:16:41.979980 [ 4 ] {15aafd7b-992e-411f-9461-002398dd2b61} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.00101 sec., 100990.09900990098 rows/sec., 6.20 MiB/sec. | ||
2635 | 2025.07.18 19:16:41.980013 [ 4 ] {15aafd7b-992e-411f-9461-002398dd2b61} <Debug> TCPHandler: Processed in 0.001165568 sec. | ||
2636 | 2025.07.18 19:16:46.950695 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2637 | 2025.07.18 19:16:46.950899 [ 4 ] {8c6172ee-c20b-4caf-96ff-eef62fe1d5c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2638 | 2025.07.18 19:16:46.950969 [ 4 ] {8c6172ee-c20b-4caf-96ff-eef62fe1d5c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2639 | 2025.07.18 19:16:46.951643 [ 4 ] {8c6172ee-c20b-4caf-96ff-eef62fe1d5c4} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2640 | 2025.07.18 19:16:46.951701 [ 4 ] {8c6172ee-c20b-4caf-96ff-eef62fe1d5c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2641 | 2025.07.18 19:16:46.952123 [ 4 ] {8c6172ee-c20b-4caf-96ff-eef62fe1d5c4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2642 | 2025.07.18 19:16:46.952365 [ 4 ] {8c6172ee-c20b-4caf-96ff-eef62fe1d5c4} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2643 | 2025.07.18 19:16:46.952534 [ 4 ] {8c6172ee-c20b-4caf-96ff-eef62fe1d5c4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001685 sec., 33234.42136498516 rows/sec., 2.55 MiB/sec. | ||
2644 | 2025.07.18 19:16:46.952583 [ 4 ] {8c6172ee-c20b-4caf-96ff-eef62fe1d5c4} <Debug> TCPHandler: Processed in 0.002020271 sec. | ||
2645 | 2025.07.18 19:16:46.952720 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2646 | 2025.07.18 19:16:46.952824 [ 4 ] {16a4964f-760c-4f34-816a-821ed337ae08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2647 | 2025.07.18 19:16:46.952868 [ 4 ] {16a4964f-760c-4f34-816a-821ed337ae08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2648 | 2025.07.18 19:16:46.953348 [ 4 ] {16a4964f-760c-4f34-816a-821ed337ae08} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2649 | 2025.07.18 19:16:46.953383 [ 4 ] {16a4964f-760c-4f34-816a-821ed337ae08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2650 | 2025.07.18 19:16:46.953695 [ 4 ] {16a4964f-760c-4f34-816a-821ed337ae08} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2651 | 2025.07.18 19:16:46.953905 [ 4 ] {16a4964f-760c-4f34-816a-821ed337ae08} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2652 | 2025.07.18 19:16:46.954034 [ 4 ] {16a4964f-760c-4f34-816a-821ed337ae08} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001233 sec., 51905.92051905921 rows/sec., 4.05 MiB/sec. | ||
2653 | 2025.07.18 19:16:46.954070 [ 4 ] {16a4964f-760c-4f34-816a-821ed337ae08} <Debug> TCPHandler: Processed in 0.001403662 sec. | ||
2654 | 2025.07.18 19:16:46.954196 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2655 | 2025.07.18 19:16:46.954291 [ 4 ] {ffd73ceb-3b6b-4490-a60f-bf92708cf114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2656 | 2025.07.18 19:16:46.954334 [ 4 ] {ffd73ceb-3b6b-4490-a60f-bf92708cf114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2657 | 2025.07.18 19:16:46.954815 [ 4 ] {ffd73ceb-3b6b-4490-a60f-bf92708cf114} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2658 | 2025.07.18 19:16:46.954859 [ 4 ] {ffd73ceb-3b6b-4490-a60f-bf92708cf114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2659 | 2025.07.18 19:16:46.955306 [ 4 ] {ffd73ceb-3b6b-4490-a60f-bf92708cf114} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2660 | 2025.07.18 19:16:46.955557 [ 4 ] {ffd73ceb-3b6b-4490-a60f-bf92708cf114} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2661 | 2025.07.18 19:16:46.955694 [ 4 ] {ffd73ceb-3b6b-4490-a60f-bf92708cf114} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00142 sec., 112676.05633802817 rows/sec., 7.85 MiB/sec. | ||
2662 | 2025.07.18 19:16:46.955731 [ 4 ] {ffd73ceb-3b6b-4490-a60f-bf92708cf114} <Debug> TCPHandler: Processed in 0.001589494 sec. | ||
2663 | 2025.07.18 19:16:46.955849 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2664 | 2025.07.18 19:16:46.955945 [ 4 ] {717f004e-98fc-41e4-bb7a-6ed88de59369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2665 | 2025.07.18 19:16:46.955987 [ 4 ] {717f004e-98fc-41e4-bb7a-6ed88de59369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2666 | 2025.07.18 19:16:46.956396 [ 4 ] {717f004e-98fc-41e4-bb7a-6ed88de59369} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2667 | 2025.07.18 19:16:46.956440 [ 4 ] {717f004e-98fc-41e4-bb7a-6ed88de59369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2668 | 2025.07.18 19:16:46.956869 [ 4 ] {717f004e-98fc-41e4-bb7a-6ed88de59369} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2669 | 2025.07.18 19:16:46.957173 [ 4 ] {717f004e-98fc-41e4-bb7a-6ed88de59369} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2670 | 2025.07.18 19:16:46.957345 [ 4 ] {717f004e-98fc-41e4-bb7a-6ed88de59369} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. | ||
2671 | 2025.07.18 19:16:46.957394 [ 4 ] {717f004e-98fc-41e4-bb7a-6ed88de59369} <Debug> TCPHandler: Processed in 0.001593795 sec. | ||
2672 | 2025.07.18 19:16:48.050559 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
2673 | 2025.07.18 19:16:48.051059 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2674 | 2025.07.18 19:16:48.051098 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2675 | 2025.07.18 19:16:48.051587 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2676 | 2025.07.18 19:16:48.051831 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2677 | 2025.07.18 19:16:48.051959 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
2678 | 2025.07.18 19:16:48.380081 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
2679 | 2025.07.18 19:16:48.395903 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2680 | 2025.07.18 19:16:48.395947 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2681 | 2025.07.18 19:16:48.401270 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2682 | 2025.07.18 19:16:48.401952 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2683 | 2025.07.18 19:16:48.404556 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
2684 | 2025.07.18 19:16:50.551833 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 390 | ||
2685 | 2025.07.18 19:16:50.553980 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2686 | 2025.07.18 19:16:50.554018 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2687 | 2025.07.18 19:16:50.555153 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2688 | 2025.07.18 19:16:50.555416 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2689 | 2025.07.18 19:16:50.555653 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 390 | ||
2690 | 2025.07.18 19:16:51.962457 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2691 | 2025.07.18 19:16:51.962650 [ 4 ] {8d760310-216f-42ad-b0b3-ca32c2edf29e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
2692 | 2025.07.18 19:16:51.962724 [ 4 ] {8d760310-216f-42ad-b0b3-ca32c2edf29e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
2693 | 2025.07.18 19:16:51.963625 [ 4 ] {8d760310-216f-42ad-b0b3-ca32c2edf29e} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2694 | 2025.07.18 19:16:51.963673 [ 4 ] {8d760310-216f-42ad-b0b3-ca32c2edf29e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2695 | 2025.07.18 19:16:51.964072 [ 4 ] {8d760310-216f-42ad-b0b3-ca32c2edf29e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2696 | 2025.07.18 19:16:51.964291 [ 4 ] {8d760310-216f-42ad-b0b3-ca32c2edf29e} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2697 | 2025.07.18 19:16:51.964439 [ 4 ] {8d760310-216f-42ad-b0b3-ca32c2edf29e} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001841 sec., 212927.7566539924 rows/sec., 13.51 MiB/sec. | ||
2698 | 2025.07.18 19:16:51.964480 [ 4 ] {8d760310-216f-42ad-b0b3-ca32c2edf29e} <Debug> TCPHandler: Processed in 0.002154984 sec. | ||
2699 | 2025.07.18 19:16:51.964605 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2700 | 2025.07.18 19:16:51.964701 [ 4 ] {bad03ec4-74b9-443e-8bc9-9842c36128fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2701 | 2025.07.18 19:16:51.964742 [ 4 ] {bad03ec4-74b9-443e-8bc9-9842c36128fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2702 | 2025.07.18 19:16:51.965678 [ 4 ] {bad03ec4-74b9-443e-8bc9-9842c36128fd} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2703 | 2025.07.18 19:16:51.965714 [ 4 ] {bad03ec4-74b9-443e-8bc9-9842c36128fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2704 | 2025.07.18 19:16:51.966074 [ 4 ] {bad03ec4-74b9-443e-8bc9-9842c36128fd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2705 | 2025.07.18 19:16:51.966276 [ 4 ] {bad03ec4-74b9-443e-8bc9-9842c36128fd} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2706 | 2025.07.18 19:16:51.966378 [ 64 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2707 | 2025.07.18 19:16:51.966400 [ 4 ] {bad03ec4-74b9-443e-8bc9-9842c36128fd} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001719 sec., 668411.867364747 rows/sec., 53.35 MiB/sec. | ||
2708 | 2025.07.18 19:16:51.966453 [ 64 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2709 | 2025.07.18 19:16:51.966460 [ 4 ] {bad03ec4-74b9-443e-8bc9-9842c36128fd} <Debug> TCPHandler: Processed in 0.001902999 sec. | ||
2710 | 2025.07.18 19:16:51.966487 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2711 | 2025.07.18 19:16:51.966591 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2712 | 2025.07.18 19:16:51.966596 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
2713 | 2025.07.18 19:16:51.966691 [ 4 ] {13b53208-d056-4d39-bbb7-05745b68d27f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2714 | 2025.07.18 19:16:51.966728 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2715 | 2025.07.18 19:16:51.966738 [ 4 ] {13b53208-d056-4d39-bbb7-05745b68d27f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2716 | 2025.07.18 19:16:51.966795 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1139 rows starting from the beginning of the part | ||
2717 | 2025.07.18 19:16:51.966868 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1143 rows starting from the beginning of the part | ||
2718 | 2025.07.18 19:16:51.966912 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part | ||
2719 | 2025.07.18 19:16:51.966952 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1149 rows starting from the beginning of the part | ||
2720 | 2025.07.18 19:16:51.966988 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
2721 | 2025.07.18 19:16:51.967024 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1149 rows starting from the beginning of the part | ||
2722 | 2025.07.18 19:16:51.967279 [ 4 ] {13b53208-d056-4d39-bbb7-05745b68d27f} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2723 | 2025.07.18 19:16:51.967321 [ 4 ] {13b53208-d056-4d39-bbb7-05745b68d27f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2724 | 2025.07.18 19:16:51.967665 [ 4 ] {13b53208-d056-4d39-bbb7-05745b68d27f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2725 | 2025.07.18 19:16:51.967881 [ 4 ] {13b53208-d056-4d39-bbb7-05745b68d27f} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2726 | 2025.07.18 19:16:51.968014 [ 4 ] {13b53208-d056-4d39-bbb7-05745b68d27f} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001342 sec., 176602.086438152 rows/sec., 10.81 MiB/sec. | ||
2727 | 2025.07.18 19:16:51.968051 [ 4 ] {13b53208-d056-4d39-bbb7-05745b68d27f} <Debug> TCPHandler: Processed in 0.001508684 sec. | ||
2728 | 2025.07.18 19:16:51.968169 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2729 | 2025.07.18 19:16:51.968271 [ 4 ] {662d0878-cfba-407e-8e9a-14573177616e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2730 | 2025.07.18 19:16:51.968320 [ 4 ] {662d0878-cfba-407e-8e9a-14573177616e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2731 | 2025.07.18 19:16:51.968793 [ 4 ] {662d0878-cfba-407e-8e9a-14573177616e} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2732 | 2025.07.18 19:16:51.968803 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4692 rows, containing 5 columns (5 merged, 0 gathered) in 0.002247455 sec., 2087694.7480594716 rows/sec., 174.28 MiB/sec. | ||
2733 | 2025.07.18 19:16:51.968829 [ 4 ] {662d0878-cfba-407e-8e9a-14573177616e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2734 | 2025.07.18 19:16:51.969030 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2735 | 2025.07.18 19:16:51.969193 [ 4 ] {662d0878-cfba-407e-8e9a-14573177616e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2736 | 2025.07.18 19:16:51.969322 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2737 | 2025.07.18 19:16:51.969402 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2738 | 2025.07.18 19:16:51.969465 [ 4 ] {662d0878-cfba-407e-8e9a-14573177616e} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2739 | 2025.07.18 19:16:51.969468 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
2740 | 2025.07.18 19:16:51.969606 [ 4 ] {662d0878-cfba-407e-8e9a-14573177616e} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001354 sec., 149926.1447562777 rows/sec., 9.67 MiB/sec. | ||
2741 | 2025.07.18 19:16:51.969647 [ 4 ] {662d0878-cfba-407e-8e9a-14573177616e} <Debug> TCPHandler: Processed in 0.001525413 sec. | ||
2742 | 2025.07.18 19:16:51.969755 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2743 | 2025.07.18 19:16:51.969847 [ 4 ] {dc8d7378-db8b-4e11-b62e-99284703b6fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2744 | 2025.07.18 19:16:51.969886 [ 4 ] {dc8d7378-db8b-4e11-b62e-99284703b6fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2745 | 2025.07.18 19:16:51.970329 [ 4 ] {dc8d7378-db8b-4e11-b62e-99284703b6fb} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2746 | 2025.07.18 19:16:51.970365 [ 4 ] {dc8d7378-db8b-4e11-b62e-99284703b6fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2747 | 2025.07.18 19:16:51.970661 [ 4 ] {dc8d7378-db8b-4e11-b62e-99284703b6fb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2748 | 2025.07.18 19:16:51.970860 [ 4 ] {dc8d7378-db8b-4e11-b62e-99284703b6fb} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2749 | 2025.07.18 19:16:51.970983 [ 4 ] {dc8d7378-db8b-4e11-b62e-99284703b6fb} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001153 sec., 175195.14310494362 rows/sec., 9.95 MiB/sec. | ||
2750 | 2025.07.18 19:16:51.971018 [ 4 ] {dc8d7378-db8b-4e11-b62e-99284703b6fb} <Debug> TCPHandler: Processed in 0.00131086 sec. | ||
2751 | 2025.07.18 19:16:51.971129 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2752 | 2025.07.18 19:16:51.971220 [ 4 ] {20a061f9-0d84-4aa0-b1d5-7068d1063589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2753 | 2025.07.18 19:16:51.971266 [ 4 ] {20a061f9-0d84-4aa0-b1d5-7068d1063589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2754 | 2025.07.18 19:16:51.971878 [ 4 ] {20a061f9-0d84-4aa0-b1d5-7068d1063589} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2755 | 2025.07.18 19:16:51.971914 [ 4 ] {20a061f9-0d84-4aa0-b1d5-7068d1063589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2756 | 2025.07.18 19:16:51.972236 [ 4 ] {20a061f9-0d84-4aa0-b1d5-7068d1063589} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2757 | 2025.07.18 19:16:51.972435 [ 4 ] {20a061f9-0d84-4aa0-b1d5-7068d1063589} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2758 | 2025.07.18 19:16:51.972535 [ 64 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2759 | 2025.07.18 19:16:51.972557 [ 4 ] {20a061f9-0d84-4aa0-b1d5-7068d1063589} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001354 sec., 511816.8389955687 rows/sec., 35.96 MiB/sec. | ||
2760 | 2025.07.18 19:16:51.972567 [ 64 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2761 | 2025.07.18 19:16:51.972596 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2762 | 2025.07.18 19:16:51.972599 [ 4 ] {20a061f9-0d84-4aa0-b1d5-7068d1063589} <Debug> TCPHandler: Processed in 0.001516663 sec. | ||
2763 | 2025.07.18 19:16:51.972696 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
2764 | 2025.07.18 19:16:51.972724 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2765 | 2025.07.18 19:16:51.972799 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2766 | 2025.07.18 19:16:51.972817 [ 4 ] {4749b72c-063f-4e0b-8e86-4a987fef67da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
2767 | 2025.07.18 19:16:51.972832 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 700 rows starting from the beginning of the part | ||
2768 | 2025.07.18 19:16:51.972858 [ 4 ] {4749b72c-063f-4e0b-8e86-4a987fef67da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2769 | 2025.07.18 19:16:51.972915 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 696 rows starting from the beginning of the part | ||
2770 | 2025.07.18 19:16:51.972967 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part | ||
2771 | 2025.07.18 19:16:51.973010 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 699 rows starting from the beginning of the part | ||
2772 | 2025.07.18 19:16:51.973051 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
2773 | 2025.07.18 19:16:51.973096 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 693 rows starting from the beginning of the part | ||
2774 | 2025.07.18 19:16:51.973197 [ 4 ] {4749b72c-063f-4e0b-8e86-4a987fef67da} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2775 | 2025.07.18 19:16:51.973239 [ 4 ] {4749b72c-063f-4e0b-8e86-4a987fef67da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2776 | 2025.07.18 19:16:51.973544 [ 4 ] {4749b72c-063f-4e0b-8e86-4a987fef67da} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2777 | 2025.07.18 19:16:51.973743 [ 4 ] {4749b72c-063f-4e0b-8e86-4a987fef67da} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2778 | 2025.07.18 19:16:51.973867 [ 4 ] {4749b72c-063f-4e0b-8e86-4a987fef67da} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001068 sec., 5617.9775280898875 rows/sec., 293.52 KiB/sec. | ||
2779 | 2025.07.18 19:16:51.973902 [ 4 ] {4749b72c-063f-4e0b-8e86-4a987fef67da} <Debug> TCPHandler: Processed in 0.001225238 sec. | ||
2780 | 2025.07.18 19:16:51.974014 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2781 | 2025.07.18 19:16:51.974106 [ 4 ] {aa11854c-0478-4203-a8a4-d4b5df83da7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2782 | 2025.07.18 19:16:51.974147 [ 4 ] {aa11854c-0478-4203-a8a4-d4b5df83da7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2783 | 2025.07.18 19:16:51.974225 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2916 rows, containing 5 columns (5 merged, 0 gathered) in 0.001569774 sec., 1857592.2393924221 rows/sec., 138.31 MiB/sec. | ||
2784 | 2025.07.18 19:16:51.974452 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2785 | 2025.07.18 19:16:51.974589 [ 4 ] {aa11854c-0478-4203-a8a4-d4b5df83da7b} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2786 | 2025.07.18 19:16:51.974631 [ 4 ] {aa11854c-0478-4203-a8a4-d4b5df83da7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2787 | 2025.07.18 19:16:51.974788 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2788 | 2025.07.18 19:16:51.974882 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2789 | 2025.07.18 19:16:51.974974 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
2790 | 2025.07.18 19:16:51.974992 [ 4 ] {aa11854c-0478-4203-a8a4-d4b5df83da7b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2791 | 2025.07.18 19:16:51.975200 [ 4 ] {aa11854c-0478-4203-a8a4-d4b5df83da7b} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2792 | 2025.07.18 19:16:51.975320 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2793 | 2025.07.18 19:16:51.975339 [ 4 ] {aa11854c-0478-4203-a8a4-d4b5df83da7b} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001252 sec., 245207.66773162936 rows/sec., 16.13 MiB/sec. | ||
2794 | 2025.07.18 19:16:51.975413 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2795 | 2025.07.18 19:16:51.975424 [ 4 ] {aa11854c-0478-4203-a8a4-d4b5df83da7b} <Debug> TCPHandler: Processed in 0.001456213 sec. | ||
2796 | 2025.07.18 19:16:51.975443 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2797 | 2025.07.18 19:16:51.975546 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2798 | 2025.07.18 19:16:51.975559 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
2799 | 2025.07.18 19:16:51.975643 [ 4 ] {77e96710-8ec7-42f8-a44b-ac7e4ac0cf3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
2800 | 2025.07.18 19:16:51.975648 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2801 | 2025.07.18 19:16:51.975680 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2135 rows starting from the beginning of the part | ||
2802 | 2025.07.18 19:16:51.975684 [ 4 ] {77e96710-8ec7-42f8-a44b-ac7e4ac0cf3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2803 | 2025.07.18 19:16:51.975724 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 311 rows starting from the beginning of the part | ||
2804 | 2025.07.18 19:16:51.975761 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
2805 | 2025.07.18 19:16:51.975796 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 307 rows starting from the beginning of the part | ||
2806 | 2025.07.18 19:16:51.975828 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
2807 | 2025.07.18 19:16:51.975866 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 307 rows starting from the beginning of the part | ||
2808 | 2025.07.18 19:16:51.976013 [ 4 ] {77e96710-8ec7-42f8-a44b-ac7e4ac0cf3e} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2809 | 2025.07.18 19:16:51.976046 [ 4 ] {77e96710-8ec7-42f8-a44b-ac7e4ac0cf3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2810 | 2025.07.18 19:16:51.976354 [ 4 ] {77e96710-8ec7-42f8-a44b-ac7e4ac0cf3e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2811 | 2025.07.18 19:16:51.976556 [ 4 ] {77e96710-8ec7-42f8-a44b-ac7e4ac0cf3e} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2812 | 2025.07.18 19:16:51.976676 [ 4 ] {77e96710-8ec7-42f8-a44b-ac7e4ac0cf3e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001051 sec., 951.4747859181731 rows/sec., 64.11 KiB/sec. | ||
2813 | 2025.07.18 19:16:51.976710 [ 4 ] {77e96710-8ec7-42f8-a44b-ac7e4ac0cf3e} <Debug> TCPHandler: Processed in 0.001210779 sec. | ||
2814 | 2025.07.18 19:16:51.976820 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2815 | 2025.07.18 19:16:51.976911 [ 4 ] {f77b5eaf-c8dc-4e48-9d45-dc91e0444c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2816 | 2025.07.18 19:16:51.976962 [ 4 ] {f77b5eaf-c8dc-4e48-9d45-dc91e0444c47} <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 | ||
2817 | 2025.07.18 19:16:51.977223 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3380 rows, containing 5 columns (5 merged, 0 gathered) in 0.001694597 sec., 1994574.5212578566 rows/sec., 133.21 MiB/sec. | ||
2818 | 2025.07.18 19:16:51.977579 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2819 | 2025.07.18 19:16:51.977900 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2820 | 2025.07.18 19:16:51.977930 [ 4 ] {f77b5eaf-c8dc-4e48-9d45-dc91e0444c47} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2821 | 2025.07.18 19:16:51.977975 [ 4 ] {f77b5eaf-c8dc-4e48-9d45-dc91e0444c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2822 | 2025.07.18 19:16:51.977983 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2823 | 2025.07.18 19:16:51.978083 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
2824 | 2025.07.18 19:16:51.978538 [ 4 ] {f77b5eaf-c8dc-4e48-9d45-dc91e0444c47} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2825 | 2025.07.18 19:16:51.978768 [ 4 ] {f77b5eaf-c8dc-4e48-9d45-dc91e0444c47} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2826 | 2025.07.18 19:16:51.978899 [ 4 ] {f77b5eaf-c8dc-4e48-9d45-dc91e0444c47} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002006 sec., 20438.683948155533 rows/sec., 36.63 MiB/sec. | ||
2827 | 2025.07.18 19:16:51.978949 [ 4 ] {f77b5eaf-c8dc-4e48-9d45-dc91e0444c47} <Debug> TCPHandler: Processed in 0.002175543 sec. | ||
2828 | 2025.07.18 19:16:51.979066 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2829 | 2025.07.18 19:16:51.979158 [ 4 ] {78f6aa31-e130-463e-81d2-7a65df1aa03d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2830 | 2025.07.18 19:16:51.979198 [ 4 ] {78f6aa31-e130-463e-81d2-7a65df1aa03d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2831 | 2025.07.18 19:16:51.979536 [ 4 ] {78f6aa31-e130-463e-81d2-7a65df1aa03d} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2832 | 2025.07.18 19:16:51.979573 [ 4 ] {78f6aa31-e130-463e-81d2-7a65df1aa03d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2833 | 2025.07.18 19:16:51.979865 [ 4 ] {78f6aa31-e130-463e-81d2-7a65df1aa03d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2834 | 2025.07.18 19:16:51.980064 [ 4 ] {78f6aa31-e130-463e-81d2-7a65df1aa03d} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2835 | 2025.07.18 19:16:51.980162 [ 146 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2836 | 2025.07.18 19:16:51.980184 [ 4 ] {78f6aa31-e130-463e-81d2-7a65df1aa03d} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001044 sec., 97701.14942528735 rows/sec., 6.00 MiB/sec. | ||
2837 | 2025.07.18 19:16:51.980218 [ 146 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2838 | 2025.07.18 19:16:51.980254 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2839 | 2025.07.18 19:16:51.980257 [ 4 ] {78f6aa31-e130-463e-81d2-7a65df1aa03d} <Debug> TCPHandler: Processed in 0.001241649 sec. | ||
2840 | 2025.07.18 19:16:51.980335 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
2841 | 2025.07.18 19:16:51.980433 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2842 | 2025.07.18 19:16:51.980463 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 690 rows starting from the beginning of the part | ||
2843 | 2025.07.18 19:16:51.980558 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 102 rows starting from the beginning of the part | ||
2844 | 2025.07.18 19:16:51.980607 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
2845 | 2025.07.18 19:16:51.980647 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 102 rows starting from the beginning of the part | ||
2846 | 2025.07.18 19:16:51.980686 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
2847 | 2025.07.18 19:16:51.980731 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 102 rows starting from the beginning of the part | ||
2848 | 2025.07.18 19:16:51.981603 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1116 rows, containing 4 columns (4 merged, 0 gathered) in 0.00130268 sec., 856695.4278871249 rows/sec., 54.16 MiB/sec. | ||
2849 | 2025.07.18 19:16:51.981758 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2850 | 2025.07.18 19:16:51.981995 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2851 | 2025.07.18 19:16:51.982051 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2852 | 2025.07.18 19:16:51.982101 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
2853 | 2025.07.18 19:16:55.459943 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2854 | 2025.07.18 19:16:55.460003 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2855 | 2025.07.18 19:16:55.552096 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
2856 | 2025.07.18 19:16:55.552576 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2857 | 2025.07.18 19:16:55.552617 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2858 | 2025.07.18 19:16:55.553126 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2859 | 2025.07.18 19:16:55.553380 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2860 | 2025.07.18 19:16:55.553508 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
2861 | 2025.07.18 19:16:55.904692 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
2862 | 2025.07.18 19:16:55.921390 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2863 | 2025.07.18 19:16:55.921447 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2864 | 2025.07.18 19:16:55.927719 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2865 | 2025.07.18 19:16:55.928423 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2866 | 2025.07.18 19:16:55.931203 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
2867 | 2025.07.18 19:16:56.000168 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.16 MiB, peak 200.16 MiB, free memory in arenas 0.00 B, will set to 197.44 MiB (RSS), difference: 1.29 MiB | ||
2868 | 2025.07.18 19:16:56.950583 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2869 | 2025.07.18 19:16:56.950761 [ 4 ] {f7f7a097-93fb-493a-a1f7-a8fc6b74dc81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2870 | 2025.07.18 19:16:56.950824 [ 4 ] {f7f7a097-93fb-493a-a1f7-a8fc6b74dc81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2871 | 2025.07.18 19:16:56.951482 [ 4 ] {f7f7a097-93fb-493a-a1f7-a8fc6b74dc81} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2872 | 2025.07.18 19:16:56.951528 [ 4 ] {f7f7a097-93fb-493a-a1f7-a8fc6b74dc81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2873 | 2025.07.18 19:16:56.951914 [ 4 ] {f7f7a097-93fb-493a-a1f7-a8fc6b74dc81} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2874 | 2025.07.18 19:16:56.952128 [ 4 ] {f7f7a097-93fb-493a-a1f7-a8fc6b74dc81} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2875 | 2025.07.18 19:16:56.952284 [ 4 ] {f7f7a097-93fb-493a-a1f7-a8fc6b74dc81} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001564 sec., 35805.626598465475 rows/sec., 2.75 MiB/sec. | ||
2876 | 2025.07.18 19:16:56.952325 [ 4 ] {f7f7a097-93fb-493a-a1f7-a8fc6b74dc81} <Debug> TCPHandler: Processed in 0.001866059 sec. | ||
2877 | 2025.07.18 19:16:56.952450 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2878 | 2025.07.18 19:16:56.952544 [ 4 ] {34f26b60-17f9-44ca-8236-7b449eb32c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2879 | 2025.07.18 19:16:56.952584 [ 4 ] {34f26b60-17f9-44ca-8236-7b449eb32c17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2880 | 2025.07.18 19:16:56.953003 [ 4 ] {34f26b60-17f9-44ca-8236-7b449eb32c17} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2881 | 2025.07.18 19:16:56.953038 [ 4 ] {34f26b60-17f9-44ca-8236-7b449eb32c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2882 | 2025.07.18 19:16:56.953348 [ 4 ] {34f26b60-17f9-44ca-8236-7b449eb32c17} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2883 | 2025.07.18 19:16:56.953562 [ 4 ] {34f26b60-17f9-44ca-8236-7b449eb32c17} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2884 | 2025.07.18 19:16:56.953687 [ 4 ] {34f26b60-17f9-44ca-8236-7b449eb32c17} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00116 sec., 55172.41379310345 rows/sec., 4.31 MiB/sec. | ||
2885 | 2025.07.18 19:16:56.953722 [ 4 ] {34f26b60-17f9-44ca-8236-7b449eb32c17} <Debug> TCPHandler: Processed in 0.00132289 sec. | ||
2886 | 2025.07.18 19:16:56.953837 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2887 | 2025.07.18 19:16:56.953930 [ 4 ] {89414dcc-b3fa-4c92-8a23-b82103baa76a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2888 | 2025.07.18 19:16:56.953973 [ 4 ] {89414dcc-b3fa-4c92-8a23-b82103baa76a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2889 | 2025.07.18 19:16:56.954384 [ 4 ] {89414dcc-b3fa-4c92-8a23-b82103baa76a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2890 | 2025.07.18 19:16:56.954419 [ 4 ] {89414dcc-b3fa-4c92-8a23-b82103baa76a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2891 | 2025.07.18 19:16:56.954745 [ 4 ] {89414dcc-b3fa-4c92-8a23-b82103baa76a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2892 | 2025.07.18 19:16:56.954947 [ 4 ] {89414dcc-b3fa-4c92-8a23-b82103baa76a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2893 | 2025.07.18 19:16:56.955075 [ 4 ] {89414dcc-b3fa-4c92-8a23-b82103baa76a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. | ||
2894 | 2025.07.18 19:16:56.955110 [ 4 ] {89414dcc-b3fa-4c92-8a23-b82103baa76a} <Debug> TCPHandler: Processed in 0.001322461 sec. | ||
2895 | 2025.07.18 19:16:56.955231 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2896 | 2025.07.18 19:16:56.955353 [ 4 ] {aefb9c56-c56c-4a4c-99e7-d0f2b8a775ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2897 | 2025.07.18 19:16:56.955405 [ 4 ] {aefb9c56-c56c-4a4c-99e7-d0f2b8a775ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2898 | 2025.07.18 19:16:56.955782 [ 4 ] {aefb9c56-c56c-4a4c-99e7-d0f2b8a775ec} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2899 | 2025.07.18 19:16:56.955819 [ 4 ] {aefb9c56-c56c-4a4c-99e7-d0f2b8a775ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2900 | 2025.07.18 19:16:56.956171 [ 4 ] {aefb9c56-c56c-4a4c-99e7-d0f2b8a775ec} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2901 | 2025.07.18 19:16:56.956387 [ 4 ] {aefb9c56-c56c-4a4c-99e7-d0f2b8a775ec} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2902 | 2025.07.18 19:16:56.956520 [ 4 ] {aefb9c56-c56c-4a4c-99e7-d0f2b8a775ec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001191 sec., 50377.83375314862 rows/sec., 3.40 MiB/sec. | ||
2903 | 2025.07.18 19:16:56.956556 [ 4 ] {aefb9c56-c56c-4a4c-99e7-d0f2b8a775ec} <Debug> TCPHandler: Processed in 0.001386631 sec. | ||
2904 | 2025.07.18 19:17:00.555893 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 420 | ||
2905 | 2025.07.18 19:17:00.558362 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2906 | 2025.07.18 19:17:00.558405 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2907 | 2025.07.18 19:17:00.559570 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2908 | 2025.07.18 19:17:00.559833 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2909 | 2025.07.18 19:17:00.560074 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 420 | ||
2910 | 2025.07.18 19:17:01.963497 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2911 | 2025.07.18 19:17:01.963695 [ 4 ] {b8e46287-55bf-4860-84b3-4f387a112772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
2912 | 2025.07.18 19:17:01.963766 [ 4 ] {b8e46287-55bf-4860-84b3-4f387a112772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
2913 | 2025.07.18 19:17:01.964667 [ 4 ] {b8e46287-55bf-4860-84b3-4f387a112772} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2914 | 2025.07.18 19:17:01.964713 [ 4 ] {b8e46287-55bf-4860-84b3-4f387a112772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2915 | 2025.07.18 19:17:01.965129 [ 4 ] {b8e46287-55bf-4860-84b3-4f387a112772} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2916 | 2025.07.18 19:17:01.965366 [ 4 ] {b8e46287-55bf-4860-84b3-4f387a112772} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2917 | 2025.07.18 19:17:01.965495 [ 144 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
2918 | 2025.07.18 19:17:01.965526 [ 4 ] {b8e46287-55bf-4860-84b3-4f387a112772} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001885 sec., 207957.5596816976 rows/sec., 13.19 MiB/sec. | ||
2919 | 2025.07.18 19:17:01.965568 [ 144 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2920 | 2025.07.18 19:17:01.965584 [ 4 ] {b8e46287-55bf-4860-84b3-4f387a112772} <Debug> TCPHandler: Processed in 0.002218114 sec. | ||
2921 | 2025.07.18 19:17:01.965597 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2922 | 2025.07.18 19:17:01.965719 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2923 | 2025.07.18 19:17:01.965734 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::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 | ||
2924 | 2025.07.18 19:17:01.965827 [ 4 ] {2cd7e773-2792-4650-b8c7-7593971db7a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
2925 | 2025.07.18 19:17:01.965875 [ 4 ] {2cd7e773-2792-4650-b8c7-7593971db7a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2926 | 2025.07.18 19:17:01.965913 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2927 | 2025.07.18 19:17:01.965959 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 392 rows starting from the beginning of the part | ||
2928 | 2025.07.18 19:17:01.966064 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 392 rows starting from the beginning of the part | ||
2929 | 2025.07.18 19:17:01.966124 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 392 rows starting from the beginning of the part | ||
2930 | 2025.07.18 19:17:01.966190 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 392 rows starting from the beginning of the part | ||
2931 | 2025.07.18 19:17:01.966242 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 392 rows starting from the beginning of the part | ||
2932 | 2025.07.18 19:17:01.966288 [ 4 ] {2cd7e773-2792-4650-b8c7-7593971db7a6} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2933 | 2025.07.18 19:17:01.966335 [ 4 ] {2cd7e773-2792-4650-b8c7-7593971db7a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2934 | 2025.07.18 19:17:01.966756 [ 4 ] {2cd7e773-2792-4650-b8c7-7593971db7a6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2935 | 2025.07.18 19:17:01.966983 [ 4 ] {2cd7e773-2792-4650-b8c7-7593971db7a6} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2936 | 2025.07.18 19:17:01.967121 [ 4 ] {2cd7e773-2792-4650-b8c7-7593971db7a6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001317 sec., 3037.205770690964 rows/sec., 247.66 KiB/sec. | ||
2937 | 2025.07.18 19:17:01.967171 [ 4 ] {2cd7e773-2792-4650-b8c7-7593971db7a6} <Debug> TCPHandler: Processed in 0.001503483 sec. | ||
2938 | 2025.07.18 19:17:01.967311 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2939 | 2025.07.18 19:17:01.967414 [ 4 ] {680a9e84-bcf0-47d6-b6f6-df6c9627b639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2940 | 2025.07.18 19:17:01.967456 [ 4 ] {680a9e84-bcf0-47d6-b6f6-df6c9627b639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2941 | 2025.07.18 19:17:01.967553 [ 189 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001877168 sec., 1044126.04519148 rows/sec., 70.23 MiB/sec. | ||
2942 | 2025.07.18 19:17:01.967787 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
2943 | 2025.07.18 19:17:01.968092 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_9_2} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2944 | 2025.07.18 19:17:01.968165 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_9_2} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
2945 | 2025.07.18 19:17:01.968256 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
2946 | 2025.07.18 19:17:01.968477 [ 4 ] {680a9e84-bcf0-47d6-b6f6-df6c9627b639} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2947 | 2025.07.18 19:17:01.968519 [ 4 ] {680a9e84-bcf0-47d6-b6f6-df6c9627b639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2948 | 2025.07.18 19:17:01.968951 [ 4 ] {680a9e84-bcf0-47d6-b6f6-df6c9627b639} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2949 | 2025.07.18 19:17:01.969164 [ 4 ] {680a9e84-bcf0-47d6-b6f6-df6c9627b639} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2950 | 2025.07.18 19:17:01.969304 [ 4 ] {680a9e84-bcf0-47d6-b6f6-df6c9627b639} <Debug> executeQuery: Read 1151 rows, 94.05 KiB in 0.00191 sec., 602617.8010471204 rows/sec., 48.09 MiB/sec. | ||
2951 | 2025.07.18 19:17:01.969347 [ 4 ] {680a9e84-bcf0-47d6-b6f6-df6c9627b639} <Debug> TCPHandler: Processed in 0.002085692 sec. | ||
2952 | 2025.07.18 19:17:01.969464 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2953 | 2025.07.18 19:17:01.969560 [ 4 ] {58606586-50f5-4f43-8341-856d33292980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2954 | 2025.07.18 19:17:01.969602 [ 4 ] {58606586-50f5-4f43-8341-856d33292980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2955 | 2025.07.18 19:17:01.970102 [ 4 ] {58606586-50f5-4f43-8341-856d33292980} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2956 | 2025.07.18 19:17:01.970137 [ 4 ] {58606586-50f5-4f43-8341-856d33292980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2957 | 2025.07.18 19:17:01.970464 [ 4 ] {58606586-50f5-4f43-8341-856d33292980} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2958 | 2025.07.18 19:17:01.970673 [ 4 ] {58606586-50f5-4f43-8341-856d33292980} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2959 | 2025.07.18 19:17:01.970798 [ 4 ] {58606586-50f5-4f43-8341-856d33292980} <Debug> executeQuery: Read 241 rows, 15.14 KiB in 0.001257 sec., 191726.33253778837 rows/sec., 11.76 MiB/sec. | ||
2960 | 2025.07.18 19:17:01.970834 [ 4 ] {58606586-50f5-4f43-8341-856d33292980} <Debug> TCPHandler: Processed in 0.001418702 sec. | ||
2961 | 2025.07.18 19:17:01.970942 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2962 | 2025.07.18 19:17:01.971036 [ 4 ] {5a577ca1-274d-4499-8442-3ac1043c73d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2963 | 2025.07.18 19:17:01.971076 [ 4 ] {5a577ca1-274d-4499-8442-3ac1043c73d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2964 | 2025.07.18 19:17:01.971538 [ 4 ] {5a577ca1-274d-4499-8442-3ac1043c73d7} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2965 | 2025.07.18 19:17:01.971573 [ 4 ] {5a577ca1-274d-4499-8442-3ac1043c73d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2966 | 2025.07.18 19:17:01.971885 [ 4 ] {5a577ca1-274d-4499-8442-3ac1043c73d7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2967 | 2025.07.18 19:17:01.972092 [ 4 ] {5a577ca1-274d-4499-8442-3ac1043c73d7} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2968 | 2025.07.18 19:17:01.972175 [ 143 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
2969 | 2025.07.18 19:17:01.972211 [ 143 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2970 | 2025.07.18 19:17:01.972214 [ 4 ] {5a577ca1-274d-4499-8442-3ac1043c73d7} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001197 sec., 169590.64327485382 rows/sec., 10.94 MiB/sec. | ||
2971 | 2025.07.18 19:17:01.972230 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2972 | 2025.07.18 19:17:01.972255 [ 4 ] {5a577ca1-274d-4499-8442-3ac1043c73d7} <Debug> TCPHandler: Processed in 0.001361761 sec. | ||
2973 | 2025.07.18 19:17:01.972306 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::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 | ||
2974 | 2025.07.18 19:17:01.972365 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2975 | 2025.07.18 19:17:01.972417 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2976 | 2025.07.18 19:17:01.972449 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 203 rows starting from the beginning of the part | ||
2977 | 2025.07.18 19:17:01.972463 [ 4 ] {d881d4f7-6416-41a9-a9b1-6cb65ac2a405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2978 | 2025.07.18 19:17:01.972501 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 203 rows starting from the beginning of the part | ||
2979 | 2025.07.18 19:17:01.972509 [ 4 ] {d881d4f7-6416-41a9-a9b1-6cb65ac2a405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2980 | 2025.07.18 19:17:01.972552 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 203 rows starting from the beginning of the part | ||
2981 | 2025.07.18 19:17:01.972597 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 203 rows starting from the beginning of the part | ||
2982 | 2025.07.18 19:17:01.972639 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 203 rows starting from the beginning of the part | ||
2983 | 2025.07.18 19:17:01.972974 [ 4 ] {d881d4f7-6416-41a9-a9b1-6cb65ac2a405} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2984 | 2025.07.18 19:17:01.973015 [ 4 ] {d881d4f7-6416-41a9-a9b1-6cb65ac2a405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2985 | 2025.07.18 19:17:01.973363 [ 4 ] {d881d4f7-6416-41a9-a9b1-6cb65ac2a405} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2986 | 2025.07.18 19:17:01.973402 [ 186 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1015 rows, containing 5 columns (5 merged, 0 gathered) in 0.001125847 sec., 901543.4601682113 rows/sec., 61.59 MiB/sec. | ||
2987 | 2025.07.18 19:17:01.973556 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
2988 | 2025.07.18 19:17:01.973595 [ 4 ] {d881d4f7-6416-41a9-a9b1-6cb65ac2a405} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2989 | 2025.07.18 19:17:01.973741 [ 4 ] {d881d4f7-6416-41a9-a9b1-6cb65ac2a405} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001295 sec., 155984.555984556 rows/sec., 8.86 MiB/sec. | ||
2990 | 2025.07.18 19:17:01.973747 [ 140 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
2991 | 2025.07.18 19:17:01.973782 [ 4 ] {d881d4f7-6416-41a9-a9b1-6cb65ac2a405} <Debug> TCPHandler: Processed in 0.001468302 sec. | ||
2992 | 2025.07.18 19:17:01.973803 [ 140 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2993 | 2025.07.18 19:17:01.973831 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_9_2} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2994 | 2025.07.18 19:17:01.973833 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2995 | 2025.07.18 19:17:01.973907 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2996 | 2025.07.18 19:17:01.973911 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_9_2} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
2997 | 2025.07.18 19:17:01.973945 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::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 | ||
2998 | 2025.07.18 19:17:01.973998 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
2999 | 2025.07.18 19:17:01.974010 [ 4 ] {12aa24e3-90a0-4298-8bce-bea79fbf5f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3000 | 2025.07.18 19:17:01.974060 [ 4 ] {12aa24e3-90a0-4298-8bce-bea79fbf5f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3001 | 2025.07.18 19:17:01.974064 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3002 | 2025.07.18 19:17:01.974108 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 202 rows starting from the beginning of the part | ||
3003 | 2025.07.18 19:17:01.974179 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 202 rows starting from the beginning of the part | ||
3004 | 2025.07.18 19:17:01.974223 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 202 rows starting from the beginning of the part | ||
3005 | 2025.07.18 19:17:01.974271 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 202 rows starting from the beginning of the part | ||
3006 | 2025.07.18 19:17:01.974318 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 202 rows starting from the beginning of the part | ||
3007 | 2025.07.18 19:17:01.974710 [ 4 ] {12aa24e3-90a0-4298-8bce-bea79fbf5f7a} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3008 | 2025.07.18 19:17:01.974754 [ 4 ] {12aa24e3-90a0-4298-8bce-bea79fbf5f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3009 | 2025.07.18 19:17:01.975123 [ 4 ] {12aa24e3-90a0-4298-8bce-bea79fbf5f7a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3010 | 2025.07.18 19:17:01.975233 [ 190 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001328511 sec., 760249.6328596451 rows/sec., 46.08 MiB/sec. | ||
3011 | 2025.07.18 19:17:01.975355 [ 4 ] {12aa24e3-90a0-4298-8bce-bea79fbf5f7a} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3012 | 2025.07.18 19:17:01.975375 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
3013 | 2025.07.18 19:17:01.975508 [ 4 ] {12aa24e3-90a0-4298-8bce-bea79fbf5f7a} <Debug> executeQuery: Read 697 rows, 50.18 KiB in 0.001516 sec., 459762.53298153036 rows/sec., 32.32 MiB/sec. | ||
3014 | 2025.07.18 19:17:01.975552 [ 4 ] {12aa24e3-90a0-4298-8bce-bea79fbf5f7a} <Debug> TCPHandler: Processed in 0.001697617 sec. | ||
3015 | 2025.07.18 19:17:01.975675 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3016 | 2025.07.18 19:17:01.975677 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_9_2} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3017 | 2025.07.18 19:17:01.975767 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_9_2} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
3018 | 2025.07.18 19:17:01.975770 [ 4 ] {0d66180a-5bad-4c62-bde0-db6d0d01fe61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
3019 | 2025.07.18 19:17:01.975825 [ 4 ] {0d66180a-5bad-4c62-bde0-db6d0d01fe61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3020 | 2025.07.18 19:17:01.975836 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
3021 | 2025.07.18 19:17:01.976164 [ 4 ] {0d66180a-5bad-4c62-bde0-db6d0d01fe61} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3022 | 2025.07.18 19:17:01.976204 [ 4 ] {0d66180a-5bad-4c62-bde0-db6d0d01fe61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3023 | 2025.07.18 19:17:01.976517 [ 4 ] {0d66180a-5bad-4c62-bde0-db6d0d01fe61} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3024 | 2025.07.18 19:17:01.976719 [ 4 ] {0d66180a-5bad-4c62-bde0-db6d0d01fe61} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3025 | 2025.07.18 19:17:01.976845 [ 4 ] {0d66180a-5bad-4c62-bde0-db6d0d01fe61} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001093 sec., 5489.478499542543 rows/sec., 286.80 KiB/sec. | ||
3026 | 2025.07.18 19:17:01.976879 [ 4 ] {0d66180a-5bad-4c62-bde0-db6d0d01fe61} <Debug> TCPHandler: Processed in 0.001253189 sec. | ||
3027 | 2025.07.18 19:17:01.976987 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3028 | 2025.07.18 19:17:01.977080 [ 4 ] {948e9946-7e5a-4401-aefc-dc723aae0940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3029 | 2025.07.18 19:17:01.977122 [ 4 ] {948e9946-7e5a-4401-aefc-dc723aae0940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3030 | 2025.07.18 19:17:01.977549 [ 4 ] {948e9946-7e5a-4401-aefc-dc723aae0940} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3031 | 2025.07.18 19:17:01.977585 [ 4 ] {948e9946-7e5a-4401-aefc-dc723aae0940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3032 | 2025.07.18 19:17:01.977916 [ 4 ] {948e9946-7e5a-4401-aefc-dc723aae0940} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3033 | 2025.07.18 19:17:01.978140 [ 4 ] {948e9946-7e5a-4401-aefc-dc723aae0940} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3034 | 2025.07.18 19:17:01.978274 [ 4 ] {948e9946-7e5a-4401-aefc-dc723aae0940} <Debug> executeQuery: Read 309 rows, 20.82 KiB in 0.001211 sec., 255161.02394715112 rows/sec., 16.79 MiB/sec. | ||
3035 | 2025.07.18 19:17:01.978309 [ 4 ] {948e9946-7e5a-4401-aefc-dc723aae0940} <Debug> TCPHandler: Processed in 0.001370731 sec. | ||
3036 | 2025.07.18 19:17:01.978422 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3037 | 2025.07.18 19:17:01.978516 [ 4 ] {4d72d429-175e-4162-b397-0012c78a468e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
3038 | 2025.07.18 19:17:01.978557 [ 4 ] {4d72d429-175e-4162-b397-0012c78a468e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3039 | 2025.07.18 19:17:01.978864 [ 4 ] {4d72d429-175e-4162-b397-0012c78a468e} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3040 | 2025.07.18 19:17:01.978900 [ 4 ] {4d72d429-175e-4162-b397-0012c78a468e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3041 | 2025.07.18 19:17:01.979181 [ 4 ] {4d72d429-175e-4162-b397-0012c78a468e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3042 | 2025.07.18 19:17:01.979387 [ 4 ] {4d72d429-175e-4162-b397-0012c78a468e} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3043 | 2025.07.18 19:17:01.979511 [ 4 ] {4d72d429-175e-4162-b397-0012c78a468e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001013 sec., 987.1668311944719 rows/sec., 66.52 KiB/sec. | ||
3044 | 2025.07.18 19:17:01.979545 [ 4 ] {4d72d429-175e-4162-b397-0012c78a468e} <Debug> TCPHandler: Processed in 0.001171868 sec. | ||
3045 | 2025.07.18 19:17:01.979652 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3046 | 2025.07.18 19:17:01.979745 [ 4 ] {4f524e12-9130-454e-a53b-655e41ec44a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3047 | 2025.07.18 19:17:01.979798 [ 4 ] {4f524e12-9130-454e-a53b-655e41ec44a6} <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 | ||
3048 | 2025.07.18 19:17:01.980612 [ 4 ] {4f524e12-9130-454e-a53b-655e41ec44a6} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3049 | 2025.07.18 19:17:01.980647 [ 4 ] {4f524e12-9130-454e-a53b-655e41ec44a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3050 | 2025.07.18 19:17:01.981200 [ 4 ] {4f524e12-9130-454e-a53b-655e41ec44a6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3051 | 2025.07.18 19:17:01.981424 [ 4 ] {4f524e12-9130-454e-a53b-655e41ec44a6} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3052 | 2025.07.18 19:17:01.981556 [ 4 ] {4f524e12-9130-454e-a53b-655e41ec44a6} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001828 sec., 22428.884026258205 rows/sec., 40.19 MiB/sec. | ||
3053 | 2025.07.18 19:17:01.981605 [ 4 ] {4f524e12-9130-454e-a53b-655e41ec44a6} <Debug> TCPHandler: Processed in 0.00200167 sec. | ||
3054 | 2025.07.18 19:17:01.981717 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3055 | 2025.07.18 19:17:01.981812 [ 4 ] {4072a038-8684-4d01-bd1c-c8272a181f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3056 | 2025.07.18 19:17:01.981853 [ 4 ] {4072a038-8684-4d01-bd1c-c8272a181f42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3057 | 2025.07.18 19:17:01.982188 [ 4 ] {4072a038-8684-4d01-bd1c-c8272a181f42} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3058 | 2025.07.18 19:17:01.982225 [ 4 ] {4072a038-8684-4d01-bd1c-c8272a181f42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3059 | 2025.07.18 19:17:01.982536 [ 4 ] {4072a038-8684-4d01-bd1c-c8272a181f42} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3060 | 2025.07.18 19:17:01.982771 [ 4 ] {4072a038-8684-4d01-bd1c-c8272a181f42} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3061 | 2025.07.18 19:17:01.982906 [ 4 ] {4072a038-8684-4d01-bd1c-c8272a181f42} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001111 sec., 91809.1809180918 rows/sec., 5.64 MiB/sec. | ||
3062 | 2025.07.18 19:17:01.982939 [ 4 ] {4072a038-8684-4d01-bd1c-c8272a181f42} <Debug> TCPHandler: Processed in 0.00127084 sec. | ||
3063 | 2025.07.18 19:17:03.053639 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
3064 | 2025.07.18 19:17:03.054204 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3065 | 2025.07.18 19:17:03.054259 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3066 | 2025.07.18 19:17:03.054798 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3067 | 2025.07.18 19:17:03.055030 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3068 | 2025.07.18 19:17:03.055167 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
3069 | 2025.07.18 19:17:03.431331 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
3070 | 2025.07.18 19:17:03.447071 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3071 | 2025.07.18 19:17:03.447126 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3072 | 2025.07.18 19:17:03.452542 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3073 | 2025.07.18 19:17:03.453254 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3074 | 2025.07.18 19:17:03.455928 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
3075 | 2025.07.18 19:17:06.950152 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3076 | 2025.07.18 19:17:06.950342 [ 4 ] {0b0a18c9-0d6e-4612-b0f4-14c46a9d4447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3077 | 2025.07.18 19:17:06.950410 [ 4 ] {0b0a18c9-0d6e-4612-b0f4-14c46a9d4447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3078 | 2025.07.18 19:17:06.951051 [ 4 ] {0b0a18c9-0d6e-4612-b0f4-14c46a9d4447} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3079 | 2025.07.18 19:17:06.951097 [ 4 ] {0b0a18c9-0d6e-4612-b0f4-14c46a9d4447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3080 | 2025.07.18 19:17:06.951477 [ 4 ] {0b0a18c9-0d6e-4612-b0f4-14c46a9d4447} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3081 | 2025.07.18 19:17:06.951700 [ 4 ] {0b0a18c9-0d6e-4612-b0f4-14c46a9d4447} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3082 | 2025.07.18 19:17:06.951850 [ 4 ] {0b0a18c9-0d6e-4612-b0f4-14c46a9d4447} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001556 sec., 35989.71722365038 rows/sec., 2.76 MiB/sec. | ||
3083 | 2025.07.18 19:17:06.951890 [ 4 ] {0b0a18c9-0d6e-4612-b0f4-14c46a9d4447} <Debug> TCPHandler: Processed in 0.001863839 sec. | ||
3084 | 2025.07.18 19:17:06.952013 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3085 | 2025.07.18 19:17:06.952108 [ 4 ] {af1840d6-b230-460c-9b23-36d5c8b93d8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3086 | 2025.07.18 19:17:06.952148 [ 4 ] {af1840d6-b230-460c-9b23-36d5c8b93d8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3087 | 2025.07.18 19:17:06.952550 [ 4 ] {af1840d6-b230-460c-9b23-36d5c8b93d8e} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3088 | 2025.07.18 19:17:06.952586 [ 4 ] {af1840d6-b230-460c-9b23-36d5c8b93d8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3089 | 2025.07.18 19:17:06.952895 [ 4 ] {af1840d6-b230-460c-9b23-36d5c8b93d8e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3090 | 2025.07.18 19:17:06.953103 [ 4 ] {af1840d6-b230-460c-9b23-36d5c8b93d8e} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3091 | 2025.07.18 19:17:06.953227 [ 4 ] {af1840d6-b230-460c-9b23-36d5c8b93d8e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001137 sec., 56288.47845206684 rows/sec., 4.39 MiB/sec. | ||
3092 | 2025.07.18 19:17:06.953262 [ 4 ] {af1840d6-b230-460c-9b23-36d5c8b93d8e} <Debug> TCPHandler: Processed in 0.00129844 sec. | ||
3093 | 2025.07.18 19:17:06.953376 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3094 | 2025.07.18 19:17:06.953471 [ 4 ] {3effb592-2949-4efa-9fc0-c837bcf1d04b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3095 | 2025.07.18 19:17:06.953514 [ 4 ] {3effb592-2949-4efa-9fc0-c837bcf1d04b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3096 | 2025.07.18 19:17:06.953934 [ 4 ] {3effb592-2949-4efa-9fc0-c837bcf1d04b} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3097 | 2025.07.18 19:17:06.953971 [ 4 ] {3effb592-2949-4efa-9fc0-c837bcf1d04b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3098 | 2025.07.18 19:17:06.954293 [ 4 ] {3effb592-2949-4efa-9fc0-c837bcf1d04b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3099 | 2025.07.18 19:17:06.954521 [ 4 ] {3effb592-2949-4efa-9fc0-c837bcf1d04b} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3100 | 2025.07.18 19:17:06.954648 [ 4 ] {3effb592-2949-4efa-9fc0-c837bcf1d04b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. | ||
3101 | 2025.07.18 19:17:06.954683 [ 4 ] {3effb592-2949-4efa-9fc0-c837bcf1d04b} <Debug> TCPHandler: Processed in 0.001358381 sec. | ||
3102 | 2025.07.18 19:17:06.954792 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3103 | 2025.07.18 19:17:06.954888 [ 4 ] {5f210f53-3594-4f87-929f-e4063ad24013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3104 | 2025.07.18 19:17:06.954928 [ 4 ] {5f210f53-3594-4f87-929f-e4063ad24013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3105 | 2025.07.18 19:17:06.955251 [ 4 ] {5f210f53-3594-4f87-929f-e4063ad24013} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3106 | 2025.07.18 19:17:06.955287 [ 4 ] {5f210f53-3594-4f87-929f-e4063ad24013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3107 | 2025.07.18 19:17:06.955585 [ 4 ] {5f210f53-3594-4f87-929f-e4063ad24013} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3108 | 2025.07.18 19:17:06.955793 [ 4 ] {5f210f53-3594-4f87-929f-e4063ad24013} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3109 | 2025.07.18 19:17:06.955919 [ 4 ] {5f210f53-3594-4f87-929f-e4063ad24013} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. | ||
3110 | 2025.07.18 19:17:06.955952 [ 4 ] {5f210f53-3594-4f87-929f-e4063ad24013} <Debug> TCPHandler: Processed in 0.001209099 sec. | ||
3111 | 2025.07.18 19:17:10.460048 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3112 | 2025.07.18 19:17:10.460111 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3113 | 2025.07.18 19:17:10.555290 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
3114 | 2025.07.18 19:17:10.555790 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3115 | 2025.07.18 19:17:10.555838 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3116 | 2025.07.18 19:17:10.556339 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3117 | 2025.07.18 19:17:10.556622 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3118 | 2025.07.18 19:17:10.556758 [ 130 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3119 | 2025.07.18 19:17:10.556768 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
3120 | 2025.07.18 19:17:10.556838 [ 130 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3121 | 2025.07.18 19:17:10.556871 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3122 | 2025.07.18 19:17:10.557001 [ 199 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
3123 | 2025.07.18 19:17:10.557151 [ 199 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3124 | 2025.07.18 19:17:10.557195 [ 199 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part | ||
3125 | 2025.07.18 19:17:10.557293 [ 199 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part | ||
3126 | 2025.07.18 19:17:10.557346 [ 199 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part | ||
3127 | 2025.07.18 19:17:10.557395 [ 199 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part | ||
3128 | 2025.07.18 19:17:10.557450 [ 199 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part | ||
3129 | 2025.07.18 19:17:10.557495 [ 199 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part | ||
3130 | 2025.07.18 19:17:10.558855 [ 189 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.001908089 sec., 3868268.1992297005 rows/sec., 55.34 MiB/sec. | ||
3131 | 2025.07.18 19:17:10.559574 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3132 | 2025.07.18 19:17:10.560078 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_16_3} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3133 | 2025.07.18 19:17:10.560154 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_16_3} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3134 | 2025.07.18 19:17:10.560245 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 452 | ||
3135 | 2025.07.18 19:17:10.560249 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
3136 | 2025.07.18 19:17:10.562477 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3137 | 2025.07.18 19:17:10.562527 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3138 | 2025.07.18 19:17:10.563656 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3139 | 2025.07.18 19:17:10.563926 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3140 | 2025.07.18 19:17:10.564078 [ 130 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3141 | 2025.07.18 19:17:10.564118 [ 130 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3142 | 2025.07.18 19:17:10.564138 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3143 | 2025.07.18 19:17:10.564243 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 452 | ||
3144 | 2025.07.18 19:17:10.564244 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
3145 | 2025.07.18 19:17:10.564863 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3146 | 2025.07.18 19:17:10.565054 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 292 rows starting from the beginning of the part | ||
3147 | 2025.07.18 19:17:10.565454 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
3148 | 2025.07.18 19:17:10.565828 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part | ||
3149 | 2025.07.18 19:17:10.566189 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part | ||
3150 | 2025.07.18 19:17:10.566538 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
3151 | 2025.07.18 19:17:10.566880 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part | ||
3152 | 2025.07.18 19:17:10.572557 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 452 rows, containing 72 columns (72 merged, 0 gathered) in 0.008365968 sec., 54028.41607809162 rows/sec., 48.50 MiB/sec. | ||
3153 | 2025.07.18 19:17:10.573391 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3154 | 2025.07.18 19:17:10.573912 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3155 | 2025.07.18 19:17:10.573991 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3156 | 2025.07.18 19:17:10.574141 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. | ||
3157 | 2025.07.18 19:17:10.956040 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
3158 | 2025.07.18 19:17:10.972670 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3159 | 2025.07.18 19:17:10.972741 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3160 | 2025.07.18 19:17:10.979039 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3161 | 2025.07.18 19:17:10.979750 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3162 | 2025.07.18 19:17:10.980043 [ 130 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3163 | 2025.07.18 19:17:10.980111 [ 130 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3164 | 2025.07.18 19:17:10.980137 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3165 | 2025.07.18 19:17:10.980232 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
3166 | 2025.07.18 19:17:10.982994 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3167 | 2025.07.18 19:17:10.983295 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
3168 | 2025.07.18 19:17:10.983716 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
3169 | 2025.07.18 19:17:10.986963 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
3170 | 2025.07.18 19:17:10.990170 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
3171 | 2025.07.18 19:17:10.993834 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
3172 | 2025.07.18 19:17:10.997952 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
3173 | 2025.07.18 19:17:11.000171 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.65 MiB, peak 204.43 MiB, free memory in arenas 0.00 B, will set to 200.66 MiB (RSS), difference: -1.99 MiB | ||
3174 | 2025.07.18 19:17:11.001300 [ 249 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000927874 sec. | ||
3175 | 2025.07.18 19:17:11.002220 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
3176 | 2025.07.18 19:17:11.054031 [ 195 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.073831565 sec., 1638.8654364837046 rows/sec., 8.47 MiB/sec. | ||
3177 | 2025.07.18 19:17:11.055903 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3178 | 2025.07.18 19:17:11.057632 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_16_3} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3179 | 2025.07.18 19:17:11.057712 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_16_3} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3180 | 2025.07.18 19:17:11.058900 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
3181 | 2025.07.18 19:17:11.962725 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3182 | 2025.07.18 19:17:11.962904 [ 4 ] {afb04b9b-96f6-4d1e-87c9-3b6ca8c41b5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
3183 | 2025.07.18 19:17:11.962971 [ 4 ] {afb04b9b-96f6-4d1e-87c9-3b6ca8c41b5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
3184 | 2025.07.18 19:17:11.963806 [ 4 ] {afb04b9b-96f6-4d1e-87c9-3b6ca8c41b5c} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3185 | 2025.07.18 19:17:11.963892 [ 4 ] {afb04b9b-96f6-4d1e-87c9-3b6ca8c41b5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3186 | 2025.07.18 19:17:11.964324 [ 4 ] {afb04b9b-96f6-4d1e-87c9-3b6ca8c41b5c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3187 | 2025.07.18 19:17:11.964570 [ 4 ] {afb04b9b-96f6-4d1e-87c9-3b6ca8c41b5c} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3188 | 2025.07.18 19:17:11.964734 [ 4 ] {afb04b9b-96f6-4d1e-87c9-3b6ca8c41b5c} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001878 sec., 208732.69435569757 rows/sec., 13.24 MiB/sec. | ||
3189 | 2025.07.18 19:17:11.964784 [ 4 ] {afb04b9b-96f6-4d1e-87c9-3b6ca8c41b5c} <Debug> TCPHandler: Processed in 0.002184744 sec. | ||
3190 | 2025.07.18 19:17:11.964915 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3191 | 2025.07.18 19:17:11.965017 [ 4 ] {e626ee0a-e3b2-4ae4-8ead-ffa152f78678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3192 | 2025.07.18 19:17:11.965061 [ 4 ] {e626ee0a-e3b2-4ae4-8ead-ffa152f78678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3193 | 2025.07.18 19:17:11.966121 [ 4 ] {e626ee0a-e3b2-4ae4-8ead-ffa152f78678} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3194 | 2025.07.18 19:17:11.966160 [ 4 ] {e626ee0a-e3b2-4ae4-8ead-ffa152f78678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3195 | 2025.07.18 19:17:11.966575 [ 4 ] {e626ee0a-e3b2-4ae4-8ead-ffa152f78678} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3196 | 2025.07.18 19:17:11.966790 [ 4 ] {e626ee0a-e3b2-4ae4-8ead-ffa152f78678} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3197 | 2025.07.18 19:17:11.966921 [ 4 ] {e626ee0a-e3b2-4ae4-8ead-ffa152f78678} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001927 sec., 596263.6222106902 rows/sec., 47.59 MiB/sec. | ||
3198 | 2025.07.18 19:17:11.966960 [ 4 ] {e626ee0a-e3b2-4ae4-8ead-ffa152f78678} <Debug> TCPHandler: Processed in 0.002097892 sec. | ||
3199 | 2025.07.18 19:17:11.967075 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3200 | 2025.07.18 19:17:11.967172 [ 4 ] {dfeb9669-4dad-4937-b92b-dfbb23f95aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3201 | 2025.07.18 19:17:11.967213 [ 4 ] {dfeb9669-4dad-4937-b92b-dfbb23f95aab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3202 | 2025.07.18 19:17:11.967732 [ 4 ] {dfeb9669-4dad-4937-b92b-dfbb23f95aab} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3203 | 2025.07.18 19:17:11.967770 [ 4 ] {dfeb9669-4dad-4937-b92b-dfbb23f95aab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3204 | 2025.07.18 19:17:11.968104 [ 4 ] {dfeb9669-4dad-4937-b92b-dfbb23f95aab} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3205 | 2025.07.18 19:17:11.968322 [ 4 ] {dfeb9669-4dad-4937-b92b-dfbb23f95aab} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3206 | 2025.07.18 19:17:11.968424 [ 129 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
3207 | 2025.07.18 19:17:11.968455 [ 4 ] {dfeb9669-4dad-4937-b92b-dfbb23f95aab} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001303 sec., 181887.95088257868 rows/sec., 11.14 MiB/sec. | ||
3208 | 2025.07.18 19:17:11.968495 [ 129 ] {} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3209 | 2025.07.18 19:17:11.968503 [ 4 ] {dfeb9669-4dad-4937-b92b-dfbb23f95aab} <Debug> TCPHandler: Processed in 0.001478543 sec. | ||
3210 | 2025.07.18 19:17:11.968525 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3211 | 2025.07.18 19:17:11.968628 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3212 | 2025.07.18 19:17:11.968652 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::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 | ||
3213 | 2025.07.18 19:17:11.968728 [ 4 ] {9b1d57ab-6b16-460a-81c9-2218de3403c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
3214 | 2025.07.18 19:17:11.968773 [ 4 ] {9b1d57ab-6b16-460a-81c9-2218de3403c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3215 | 2025.07.18 19:17:11.968785 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3216 | 2025.07.18 19:17:11.968822 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 232 rows starting from the beginning of the part | ||
3217 | 2025.07.18 19:17:11.968886 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 240 rows starting from the beginning of the part | ||
3218 | 2025.07.18 19:17:11.968933 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 237 rows starting from the beginning of the part | ||
3219 | 2025.07.18 19:17:11.968973 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 237 rows starting from the beginning of the part | ||
3220 | 2025.07.18 19:17:11.969008 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 241 rows starting from the beginning of the part | ||
3221 | 2025.07.18 19:17:11.969044 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part | ||
3222 | 2025.07.18 19:17:11.969265 [ 4 ] {9b1d57ab-6b16-460a-81c9-2218de3403c3} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3223 | 2025.07.18 19:17:11.969309 [ 4 ] {9b1d57ab-6b16-460a-81c9-2218de3403c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3224 | 2025.07.18 19:17:11.969726 [ 4 ] {9b1d57ab-6b16-460a-81c9-2218de3403c3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3225 | 2025.07.18 19:17:11.969945 [ 4 ] {9b1d57ab-6b16-460a-81c9-2218de3403c3} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3226 | 2025.07.18 19:17:11.970054 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1424 rows, containing 5 columns (5 merged, 0 gathered) in 0.001463242 sec., 973181.4696407019 rows/sec., 63.27 MiB/sec. | ||
3227 | 2025.07.18 19:17:11.970076 [ 4 ] {9b1d57ab-6b16-460a-81c9-2218de3403c3} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001366 sec., 148609.0775988287 rows/sec., 9.59 MiB/sec. | ||
3228 | 2025.07.18 19:17:11.970114 [ 4 ] {9b1d57ab-6b16-460a-81c9-2218de3403c3} <Debug> TCPHandler: Processed in 0.001535913 sec. | ||
3229 | 2025.07.18 19:17:11.970201 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
3230 | 2025.07.18 19:17:11.970226 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3231 | 2025.07.18 19:17:11.970325 [ 4 ] {165602ca-adea-4c9b-bf38-b5cd526fcdc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
3232 | 2025.07.18 19:17:11.970368 [ 4 ] {165602ca-adea-4c9b-bf38-b5cd526fcdc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3233 | 2025.07.18 19:17:11.970461 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3234 | 2025.07.18 19:17:11.970531 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
3235 | 2025.07.18 19:17:11.970595 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3236 | 2025.07.18 19:17:11.970846 [ 4 ] {165602ca-adea-4c9b-bf38-b5cd526fcdc0} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3237 | 2025.07.18 19:17:11.970887 [ 4 ] {165602ca-adea-4c9b-bf38-b5cd526fcdc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3238 | 2025.07.18 19:17:11.971200 [ 4 ] {165602ca-adea-4c9b-bf38-b5cd526fcdc0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3239 | 2025.07.18 19:17:11.971413 [ 4 ] {165602ca-adea-4c9b-bf38-b5cd526fcdc0} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3240 | 2025.07.18 19:17:11.971539 [ 4 ] {165602ca-adea-4c9b-bf38-b5cd526fcdc0} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001231 sec., 164094.23233143784 rows/sec., 9.32 MiB/sec. | ||
3241 | 2025.07.18 19:17:11.971576 [ 4 ] {165602ca-adea-4c9b-bf38-b5cd526fcdc0} <Debug> TCPHandler: Processed in 0.001397651 sec. | ||
3242 | 2025.07.18 19:17:11.971690 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3243 | 2025.07.18 19:17:11.971785 [ 4 ] {a9f23118-b974-4147-bc39-23bfa580972c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3244 | 2025.07.18 19:17:11.971824 [ 4 ] {a9f23118-b974-4147-bc39-23bfa580972c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3245 | 2025.07.18 19:17:11.972536 [ 4 ] {a9f23118-b974-4147-bc39-23bfa580972c} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3246 | 2025.07.18 19:17:11.972573 [ 4 ] {a9f23118-b974-4147-bc39-23bfa580972c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3247 | 2025.07.18 19:17:11.972918 [ 4 ] {a9f23118-b974-4147-bc39-23bfa580972c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3248 | 2025.07.18 19:17:11.973124 [ 4 ] {a9f23118-b974-4147-bc39-23bfa580972c} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3249 | 2025.07.18 19:17:11.973250 [ 4 ] {a9f23118-b974-4147-bc39-23bfa580972c} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001483 sec., 467296.0215778827 rows/sec., 32.83 MiB/sec. | ||
3250 | 2025.07.18 19:17:11.973287 [ 4 ] {a9f23118-b974-4147-bc39-23bfa580972c} <Debug> TCPHandler: Processed in 0.001645635 sec. | ||
3251 | 2025.07.18 19:17:11.973413 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3252 | 2025.07.18 19:17:11.973508 [ 4 ] {cfa7edbd-266c-4400-94f3-bc128d807b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
3253 | 2025.07.18 19:17:11.973550 [ 4 ] {cfa7edbd-266c-4400-94f3-bc128d807b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3254 | 2025.07.18 19:17:11.973887 [ 4 ] {cfa7edbd-266c-4400-94f3-bc128d807b52} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3255 | 2025.07.18 19:17:11.973923 [ 4 ] {cfa7edbd-266c-4400-94f3-bc128d807b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3256 | 2025.07.18 19:17:11.974219 [ 4 ] {cfa7edbd-266c-4400-94f3-bc128d807b52} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3257 | 2025.07.18 19:17:11.974433 [ 4 ] {cfa7edbd-266c-4400-94f3-bc128d807b52} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3258 | 2025.07.18 19:17:11.974561 [ 4 ] {cfa7edbd-266c-4400-94f3-bc128d807b52} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001071 sec., 5602.240896358544 rows/sec., 292.70 KiB/sec. | ||
3259 | 2025.07.18 19:17:11.974599 [ 4 ] {cfa7edbd-266c-4400-94f3-bc128d807b52} <Debug> TCPHandler: Processed in 0.001236488 sec. | ||
3260 | 2025.07.18 19:17:11.974710 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3261 | 2025.07.18 19:17:11.974802 [ 4 ] {16a00d1e-3b5b-4d99-9a77-4ce992d60b92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3262 | 2025.07.18 19:17:11.974845 [ 4 ] {16a00d1e-3b5b-4d99-9a77-4ce992d60b92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3263 | 2025.07.18 19:17:11.975292 [ 4 ] {16a00d1e-3b5b-4d99-9a77-4ce992d60b92} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3264 | 2025.07.18 19:17:11.975328 [ 4 ] {16a00d1e-3b5b-4d99-9a77-4ce992d60b92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3265 | 2025.07.18 19:17:11.975664 [ 4 ] {16a00d1e-3b5b-4d99-9a77-4ce992d60b92} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3266 | 2025.07.18 19:17:11.975870 [ 4 ] {16a00d1e-3b5b-4d99-9a77-4ce992d60b92} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3267 | 2025.07.18 19:17:11.975995 [ 4 ] {16a00d1e-3b5b-4d99-9a77-4ce992d60b92} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.00121 sec., 253719.0082644628 rows/sec., 16.69 MiB/sec. | ||
3268 | 2025.07.18 19:17:11.976030 [ 4 ] {16a00d1e-3b5b-4d99-9a77-4ce992d60b92} <Debug> TCPHandler: Processed in 0.001368441 sec. | ||
3269 | 2025.07.18 19:17:11.976137 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3270 | 2025.07.18 19:17:11.976231 [ 4 ] {97f7d77c-533d-4796-9c8e-df3a85a0fd4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
3271 | 2025.07.18 19:17:11.976272 [ 4 ] {97f7d77c-533d-4796-9c8e-df3a85a0fd4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3272 | 2025.07.18 19:17:11.976579 [ 4 ] {97f7d77c-533d-4796-9c8e-df3a85a0fd4e} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3273 | 2025.07.18 19:17:11.976616 [ 4 ] {97f7d77c-533d-4796-9c8e-df3a85a0fd4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3274 | 2025.07.18 19:17:11.976902 [ 4 ] {97f7d77c-533d-4796-9c8e-df3a85a0fd4e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3275 | 2025.07.18 19:17:11.977126 [ 4 ] {97f7d77c-533d-4796-9c8e-df3a85a0fd4e} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3276 | 2025.07.18 19:17:11.977218 [ 129 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
3277 | 2025.07.18 19:17:11.977249 [ 4 ] {97f7d77c-533d-4796-9c8e-df3a85a0fd4e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001036 sec., 965.2509652509652 rows/sec., 65.04 KiB/sec. | ||
3278 | 2025.07.18 19:17:11.977255 [ 129 ] {} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3279 | 2025.07.18 19:17:11.977290 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3280 | 2025.07.18 19:17:11.977291 [ 4 ] {97f7d77c-533d-4796-9c8e-df3a85a0fd4e} <Debug> TCPHandler: Processed in 0.001201898 sec. | ||
3281 | 2025.07.18 19:17:11.977379 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
3282 | 2025.07.18 19:17:11.977408 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3283 | 2025.07.18 19:17:11.977500 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3284 | 2025.07.18 19:17:11.977507 [ 4 ] {a8fa8ac0-a12d-443b-ab1a-e6463c2a66e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3285 | 2025.07.18 19:17:11.977543 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
3286 | 2025.07.18 19:17:11.977576 [ 4 ] {a8fa8ac0-a12d-443b-ab1a-e6463c2a66e8} <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 | ||
3287 | 2025.07.18 19:17:11.977608 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
3288 | 2025.07.18 19:17:11.977662 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
3289 | 2025.07.18 19:17:11.977705 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
3290 | 2025.07.18 19:17:11.977748 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
3291 | 2025.07.18 19:17:11.977790 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
3292 | 2025.07.18 19:17:11.978424 [ 4 ] {a8fa8ac0-a12d-443b-ab1a-e6463c2a66e8} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3293 | 2025.07.18 19:17:11.978465 [ 4 ] {a8fa8ac0-a12d-443b-ab1a-e6463c2a66e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3294 | 2025.07.18 19:17:11.978593 [ 188 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.00125457 sec., 7970.85854117347 rows/sec., 537.10 KiB/sec. | ||
3295 | 2025.07.18 19:17:11.978699 [ 188 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
3296 | 2025.07.18 19:17:11.978949 [ 188 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_10_2} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3297 | 2025.07.18 19:17:11.979009 [ 188 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_10_2} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
3298 | 2025.07.18 19:17:11.979064 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3299 | 2025.07.18 19:17:11.979080 [ 4 ] {a8fa8ac0-a12d-443b-ab1a-e6463c2a66e8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3300 | 2025.07.18 19:17:11.979318 [ 4 ] {a8fa8ac0-a12d-443b-ab1a-e6463c2a66e8} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3301 | 2025.07.18 19:17:11.979458 [ 4 ] {a8fa8ac0-a12d-443b-ab1a-e6463c2a66e8} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001968 sec., 20833.333333333332 rows/sec., 37.33 MiB/sec. | ||
3302 | 2025.07.18 19:17:11.979512 [ 4 ] {a8fa8ac0-a12d-443b-ab1a-e6463c2a66e8} <Debug> TCPHandler: Processed in 0.002152883 sec. | ||
3303 | 2025.07.18 19:17:11.979634 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3304 | 2025.07.18 19:17:11.979728 [ 4 ] {1058432d-08c2-4c85-ae60-fb3ac1ea38ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3305 | 2025.07.18 19:17:11.979770 [ 4 ] {1058432d-08c2-4c85-ae60-fb3ac1ea38ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3306 | 2025.07.18 19:17:11.980110 [ 4 ] {1058432d-08c2-4c85-ae60-fb3ac1ea38ad} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3307 | 2025.07.18 19:17:11.980146 [ 4 ] {1058432d-08c2-4c85-ae60-fb3ac1ea38ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3308 | 2025.07.18 19:17:11.980457 [ 4 ] {1058432d-08c2-4c85-ae60-fb3ac1ea38ad} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3309 | 2025.07.18 19:17:11.980673 [ 4 ] {1058432d-08c2-4c85-ae60-fb3ac1ea38ad} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3310 | 2025.07.18 19:17:11.980797 [ 4 ] {1058432d-08c2-4c85-ae60-fb3ac1ea38ad} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001087 sec., 93836.24655013799 rows/sec., 5.77 MiB/sec. | ||
3311 | 2025.07.18 19:17:11.980832 [ 4 ] {1058432d-08c2-4c85-ae60-fb3ac1ea38ad} <Debug> TCPHandler: Processed in 0.001247699 sec. | ||
3312 | 2025.07.18 19:17:12.000161 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.08 MiB, peak 207.17 MiB, free memory in arenas 0.00 B, will set to 209.11 MiB (RSS), difference: 11.03 MiB | ||
3313 | 2025.07.18 19:17:16.953083 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3314 | 2025.07.18 19:17:16.953312 [ 4 ] {4f30cf37-9c05-4c0a-89c6-8c34af4974fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3315 | 2025.07.18 19:17:16.953389 [ 4 ] {4f30cf37-9c05-4c0a-89c6-8c34af4974fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3316 | 2025.07.18 19:17:16.954170 [ 4 ] {4f30cf37-9c05-4c0a-89c6-8c34af4974fa} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3317 | 2025.07.18 19:17:16.954227 [ 4 ] {4f30cf37-9c05-4c0a-89c6-8c34af4974fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3318 | 2025.07.18 19:17:16.954717 [ 4 ] {4f30cf37-9c05-4c0a-89c6-8c34af4974fa} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3319 | 2025.07.18 19:17:16.955006 [ 4 ] {4f30cf37-9c05-4c0a-89c6-8c34af4974fa} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3320 | 2025.07.18 19:17:16.955180 [ 4 ] {4f30cf37-9c05-4c0a-89c6-8c34af4974fa} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001926 sec., 29075.80477673936 rows/sec., 2.23 MiB/sec. | ||
3321 | 2025.07.18 19:17:16.955190 [ 121 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3322 | 2025.07.18 19:17:16.955229 [ 4 ] {4f30cf37-9c05-4c0a-89c6-8c34af4974fa} <Debug> TCPHandler: Processed in 0.002321295 sec. | ||
3323 | 2025.07.18 19:17:16.955265 [ 121 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3324 | 2025.07.18 19:17:16.955293 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3325 | 2025.07.18 19:17:16.955384 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3326 | 2025.07.18 19:17:16.955433 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
3327 | 2025.07.18 19:17:16.955494 [ 4 ] {708a59f0-97d8-42da-90c3-4433543c5cb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3328 | 2025.07.18 19:17:16.955548 [ 4 ] {708a59f0-97d8-42da-90c3-4433543c5cb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3329 | 2025.07.18 19:17:16.955602 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3330 | 2025.07.18 19:17:16.955643 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1153 rows starting from the beginning of the part | ||
3331 | 2025.07.18 19:17:16.955712 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part | ||
3332 | 2025.07.18 19:17:16.955760 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1151 rows starting from the beginning of the part | ||
3333 | 2025.07.18 19:17:16.955803 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part | ||
3334 | 2025.07.18 19:17:16.955846 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1149 rows starting from the beginning of the part | ||
3335 | 2025.07.18 19:17:16.955885 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part | ||
3336 | 2025.07.18 19:17:16.956116 [ 4 ] {708a59f0-97d8-42da-90c3-4433543c5cb0} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3337 | 2025.07.18 19:17:16.956163 [ 4 ] {708a59f0-97d8-42da-90c3-4433543c5cb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3338 | 2025.07.18 19:17:16.956610 [ 4 ] {708a59f0-97d8-42da-90c3-4433543c5cb0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3339 | 2025.07.18 19:17:16.956946 [ 4 ] {708a59f0-97d8-42da-90c3-4433543c5cb0} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3340 | 2025.07.18 19:17:16.957084 [ 121 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3341 | 2025.07.18 19:17:16.957118 [ 4 ] {708a59f0-97d8-42da-90c3-4433543c5cb0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001645 sec., 38905.77507598784 rows/sec., 3.04 MiB/sec. | ||
3342 | 2025.07.18 19:17:16.957130 [ 121 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3343 | 2025.07.18 19:17:16.957175 [ 4 ] {708a59f0-97d8-42da-90c3-4433543c5cb0} <Debug> TCPHandler: Processed in 0.001849008 sec. | ||
3344 | 2025.07.18 19:17:16.957175 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3345 | 2025.07.18 19:17:16.957311 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
3346 | 2025.07.18 19:17:16.957343 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3347 | 2025.07.18 19:17:16.957416 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3348 | 2025.07.18 19:17:16.957450 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 719 rows starting from the beginning of the part | ||
3349 | 2025.07.18 19:17:16.957465 [ 4 ] {7deb83a8-048c-4ad0-b7f7-abcc71c80ce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3350 | 2025.07.18 19:17:16.957503 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part | ||
3351 | 2025.07.18 19:17:16.957525 [ 4 ] {7deb83a8-048c-4ad0-b7f7-abcc71c80ce3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3352 | 2025.07.18 19:17:16.957557 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 697 rows starting from the beginning of the part | ||
3353 | 2025.07.18 19:17:16.957604 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part | ||
3354 | 2025.07.18 19:17:16.957645 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 693 rows starting from the beginning of the part | ||
3355 | 2025.07.18 19:17:16.957685 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part | ||
3356 | 2025.07.18 19:17:16.957694 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3621 rows, containing 5 columns (5 merged, 0 gathered) in 0.002325976 sec., 1556765.8479709162 rows/sec., 129.95 MiB/sec. | ||
3357 | 2025.07.18 19:17:16.957984 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3358 | 2025.07.18 19:17:16.958105 [ 4 ] {7deb83a8-048c-4ad0-b7f7-abcc71c80ce3} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3359 | 2025.07.18 19:17:16.958157 [ 4 ] {7deb83a8-048c-4ad0-b7f7-abcc71c80ce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3360 | 2025.07.18 19:17:16.958365 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3361 | 2025.07.18 19:17:16.958458 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3362 | 2025.07.18 19:17:16.958560 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
3363 | 2025.07.18 19:17:16.958814 [ 4 ] {7deb83a8-048c-4ad0-b7f7-abcc71c80ce3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3364 | 2025.07.18 19:17:16.958816 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2301 rows, containing 5 columns (5 merged, 0 gathered) in 0.001546534 sec., 1487843.1382691876 rows/sec., 111.34 MiB/sec. | ||
3365 | 2025.07.18 19:17:16.959049 [ 4 ] {7deb83a8-048c-4ad0-b7f7-abcc71c80ce3} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3366 | 2025.07.18 19:17:16.959065 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3367 | 2025.07.18 19:17:16.959186 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3368 | 2025.07.18 19:17:16.959192 [ 4 ] {7deb83a8-048c-4ad0-b7f7-abcc71c80ce3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001751 sec., 91376.35636778983 rows/sec., 6.36 MiB/sec. | ||
3369 | 2025.07.18 19:17:16.959243 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3370 | 2025.07.18 19:17:16.959255 [ 4 ] {7deb83a8-048c-4ad0-b7f7-abcc71c80ce3} <Debug> TCPHandler: Processed in 0.00197457 sec. | ||
3371 | 2025.07.18 19:17:16.959284 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3372 | 2025.07.18 19:17:16.959373 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
3373 | 2025.07.18 19:17:16.959390 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3374 | 2025.07.18 19:17:16.959414 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3375 | 2025.07.18 19:17:16.959469 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3376 | 2025.07.18 19:17:16.959498 [ 4 ] {7dc379cf-f07e-42a0-a192-88dfccc44341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3377 | 2025.07.18 19:17:16.959502 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 3380 rows starting from the beginning of the part | ||
3378 | 2025.07.18 19:17:16.959510 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3379 | 2025.07.18 19:17:16.959548 [ 4 ] {7dc379cf-f07e-42a0-a192-88dfccc44341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3380 | 2025.07.18 19:17:16.959573 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
3381 | 2025.07.18 19:17:16.959617 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 309 rows starting from the beginning of the part | ||
3382 | 2025.07.18 19:17:16.959650 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
3383 | 2025.07.18 19:17:16.959653 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
3384 | 2025.07.18 19:17:16.959719 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 307 rows starting from the beginning of the part | ||
3385 | 2025.07.18 19:17:16.959775 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
3386 | 2025.07.18 19:17:16.959948 [ 4 ] {7dc379cf-f07e-42a0-a192-88dfccc44341} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3387 | 2025.07.18 19:17:16.959989 [ 4 ] {7dc379cf-f07e-42a0-a192-88dfccc44341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3388 | 2025.07.18 19:17:16.960318 [ 4 ] {7dc379cf-f07e-42a0-a192-88dfccc44341} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3389 | 2025.07.18 19:17:16.960538 [ 4 ] {7dc379cf-f07e-42a0-a192-88dfccc44341} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3390 | 2025.07.18 19:17:16.960660 [ 120 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3391 | 2025.07.18 19:17:16.960672 [ 4 ] {7dc379cf-f07e-42a0-a192-88dfccc44341} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001194 sec., 50251.25628140703 rows/sec., 3.39 MiB/sec. | ||
3392 | 2025.07.18 19:17:16.960708 [ 120 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3393 | 2025.07.18 19:17:16.960725 [ 4 ] {7dc379cf-f07e-42a0-a192-88dfccc44341} <Debug> TCPHandler: Processed in 0.001385862 sec. | ||
3394 | 2025.07.18 19:17:16.960747 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3395 | 2025.07.18 19:17:16.960835 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
3396 | 2025.07.18 19:17:16.960931 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3397 | 2025.07.18 19:17:16.960961 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1116 rows starting from the beginning of the part | ||
3398 | 2025.07.18 19:17:16.961015 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
3399 | 2025.07.18 19:17:16.961062 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 102 rows starting from the beginning of the part | ||
3400 | 2025.07.18 19:17:16.961119 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
3401 | 2025.07.18 19:17:16.961169 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 102 rows starting from the beginning of the part | ||
3402 | 2025.07.18 19:17:16.961215 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
3403 | 2025.07.18 19:17:16.961576 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4476 rows, containing 5 columns (5 merged, 0 gathered) in 0.002230185 sec., 2007008.3871965779 rows/sec., 134.38 MiB/sec. | ||
3404 | 2025.07.18 19:17:16.962108 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3405 | 2025.07.18 19:17:16.962135 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1500 rows, containing 4 columns (4 merged, 0 gathered) in 0.00133198 sec., 1126143.0351807084 rows/sec., 71.48 MiB/sec. | ||
3406 | 2025.07.18 19:17:16.962461 [ 196 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3407 | 2025.07.18 19:17:16.962485 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3408 | 2025.07.18 19:17:16.962581 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3409 | 2025.07.18 19:17:16.962692 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
3410 | 2025.07.18 19:17:16.962853 [ 196 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_21_4} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3411 | 2025.07.18 19:17:16.962957 [ 196 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_21_4} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3412 | 2025.07.18 19:17:16.963056 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
3413 | 2025.07.18 19:17:18.057060 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
3414 | 2025.07.18 19:17:18.057736 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3415 | 2025.07.18 19:17:18.057787 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3416 | 2025.07.18 19:17:18.058411 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3417 | 2025.07.18 19:17:18.058707 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3418 | 2025.07.18 19:17:18.058877 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
3419 | 2025.07.18 19:17:18.483523 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 | ||
3420 | 2025.07.18 19:17:18.500171 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3421 | 2025.07.18 19:17:18.500245 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3422 | 2025.07.18 19:17:18.506216 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3423 | 2025.07.18 19:17:18.506979 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3424 | 2025.07.18 19:17:18.510057 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 128 | ||
3425 | 2025.07.18 19:17:20.564588 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 482 | ||
3426 | 2025.07.18 19:17:20.566754 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3427 | 2025.07.18 19:17:20.566809 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3428 | 2025.07.18 19:17:20.567973 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3429 | 2025.07.18 19:17:20.568243 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3430 | 2025.07.18 19:17:20.568584 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 482 | ||
3431 | 2025.07.18 19:17:21.963777 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3432 | 2025.07.18 19:17:21.963975 [ 4 ] {29597ba0-02dc-4733-920c-7cd239ff33ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
3433 | 2025.07.18 19:17:21.964045 [ 4 ] {29597ba0-02dc-4733-920c-7cd239ff33ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
3434 | 2025.07.18 19:17:21.964883 [ 4 ] {29597ba0-02dc-4733-920c-7cd239ff33ba} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3435 | 2025.07.18 19:17:21.964920 [ 4 ] {29597ba0-02dc-4733-920c-7cd239ff33ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3436 | 2025.07.18 19:17:21.965332 [ 4 ] {29597ba0-02dc-4733-920c-7cd239ff33ba} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3437 | 2025.07.18 19:17:21.965563 [ 4 ] {29597ba0-02dc-4733-920c-7cd239ff33ba} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3438 | 2025.07.18 19:17:21.965728 [ 4 ] {29597ba0-02dc-4733-920c-7cd239ff33ba} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001808 sec., 216814.15929203542 rows/sec., 13.76 MiB/sec. | ||
3439 | 2025.07.18 19:17:21.965774 [ 4 ] {29597ba0-02dc-4733-920c-7cd239ff33ba} <Debug> TCPHandler: Processed in 0.002131773 sec. | ||
3440 | 2025.07.18 19:17:21.965892 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3441 | 2025.07.18 19:17:21.965990 [ 4 ] {7af42e8c-72b7-42ba-9442-5a1ba2533dd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3442 | 2025.07.18 19:17:21.966032 [ 4 ] {7af42e8c-72b7-42ba-9442-5a1ba2533dd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3443 | 2025.07.18 19:17:21.967088 [ 4 ] {7af42e8c-72b7-42ba-9442-5a1ba2533dd7} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3444 | 2025.07.18 19:17:21.967123 [ 4 ] {7af42e8c-72b7-42ba-9442-5a1ba2533dd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3445 | 2025.07.18 19:17:21.967543 [ 4 ] {7af42e8c-72b7-42ba-9442-5a1ba2533dd7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3446 | 2025.07.18 19:17:21.967765 [ 4 ] {7af42e8c-72b7-42ba-9442-5a1ba2533dd7} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3447 | 2025.07.18 19:17:21.967893 [ 4 ] {7af42e8c-72b7-42ba-9442-5a1ba2533dd7} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001922 sec., 597814.7762747138 rows/sec., 47.71 MiB/sec. | ||
3448 | 2025.07.18 19:17:21.967930 [ 4 ] {7af42e8c-72b7-42ba-9442-5a1ba2533dd7} <Debug> TCPHandler: Processed in 0.002088242 sec. | ||
3449 | 2025.07.18 19:17:21.968048 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3450 | 2025.07.18 19:17:21.968145 [ 4 ] {810c8aa5-c9c1-4cfc-bb7e-24cc01557005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3451 | 2025.07.18 19:17:21.968186 [ 4 ] {810c8aa5-c9c1-4cfc-bb7e-24cc01557005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3452 | 2025.07.18 19:17:21.968707 [ 4 ] {810c8aa5-c9c1-4cfc-bb7e-24cc01557005} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3453 | 2025.07.18 19:17:21.968741 [ 4 ] {810c8aa5-c9c1-4cfc-bb7e-24cc01557005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3454 | 2025.07.18 19:17:21.969072 [ 4 ] {810c8aa5-c9c1-4cfc-bb7e-24cc01557005} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3455 | 2025.07.18 19:17:21.969284 [ 4 ] {810c8aa5-c9c1-4cfc-bb7e-24cc01557005} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3456 | 2025.07.18 19:17:21.969422 [ 4 ] {810c8aa5-c9c1-4cfc-bb7e-24cc01557005} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001295 sec., 183011.58301158302 rows/sec., 11.21 MiB/sec. | ||
3457 | 2025.07.18 19:17:21.969461 [ 4 ] {810c8aa5-c9c1-4cfc-bb7e-24cc01557005} <Debug> TCPHandler: Processed in 0.001463083 sec. | ||
3458 | 2025.07.18 19:17:21.969576 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3459 | 2025.07.18 19:17:21.969671 [ 4 ] {55deb689-8808-405b-bc7b-d0a281507c3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
3460 | 2025.07.18 19:17:21.969711 [ 4 ] {55deb689-8808-405b-bc7b-d0a281507c3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3461 | 2025.07.18 19:17:21.970204 [ 4 ] {55deb689-8808-405b-bc7b-d0a281507c3b} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3462 | 2025.07.18 19:17:21.970238 [ 4 ] {55deb689-8808-405b-bc7b-d0a281507c3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3463 | 2025.07.18 19:17:21.970551 [ 4 ] {55deb689-8808-405b-bc7b-d0a281507c3b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3464 | 2025.07.18 19:17:21.970758 [ 4 ] {55deb689-8808-405b-bc7b-d0a281507c3b} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3465 | 2025.07.18 19:17:21.970893 [ 4 ] {55deb689-8808-405b-bc7b-d0a281507c3b} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001241 sec., 163577.75987107173 rows/sec., 10.55 MiB/sec. | ||
3466 | 2025.07.18 19:17:21.970932 [ 4 ] {55deb689-8808-405b-bc7b-d0a281507c3b} <Debug> TCPHandler: Processed in 0.001407481 sec. | ||
3467 | 2025.07.18 19:17:21.971044 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3468 | 2025.07.18 19:17:21.971139 [ 4 ] {d81bac88-c046-4021-86ac-5d8a62cc99ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
3469 | 2025.07.18 19:17:21.971179 [ 4 ] {d81bac88-c046-4021-86ac-5d8a62cc99ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3470 | 2025.07.18 19:17:21.971655 [ 4 ] {d81bac88-c046-4021-86ac-5d8a62cc99ec} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3471 | 2025.07.18 19:17:21.971690 [ 4 ] {d81bac88-c046-4021-86ac-5d8a62cc99ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3472 | 2025.07.18 19:17:21.972014 [ 4 ] {d81bac88-c046-4021-86ac-5d8a62cc99ec} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3473 | 2025.07.18 19:17:21.972221 [ 4 ] {d81bac88-c046-4021-86ac-5d8a62cc99ec} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3474 | 2025.07.18 19:17:21.972354 [ 4 ] {d81bac88-c046-4021-86ac-5d8a62cc99ec} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001233 sec., 163828.06163828063 rows/sec., 9.30 MiB/sec. | ||
3475 | 2025.07.18 19:17:21.972393 [ 4 ] {d81bac88-c046-4021-86ac-5d8a62cc99ec} <Debug> TCPHandler: Processed in 0.001400061 sec. | ||
3476 | 2025.07.18 19:17:21.972506 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3477 | 2025.07.18 19:17:21.972602 [ 4 ] {87519dc6-caaf-462f-8035-db16af97599f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3478 | 2025.07.18 19:17:21.972642 [ 4 ] {87519dc6-caaf-462f-8035-db16af97599f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3479 | 2025.07.18 19:17:21.973346 [ 4 ] {87519dc6-caaf-462f-8035-db16af97599f} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3480 | 2025.07.18 19:17:21.973381 [ 4 ] {87519dc6-caaf-462f-8035-db16af97599f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3481 | 2025.07.18 19:17:21.973719 [ 4 ] {87519dc6-caaf-462f-8035-db16af97599f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3482 | 2025.07.18 19:17:21.973928 [ 4 ] {87519dc6-caaf-462f-8035-db16af97599f} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3483 | 2025.07.18 19:17:21.974053 [ 4 ] {87519dc6-caaf-462f-8035-db16af97599f} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001468 sec., 472070.8446866485 rows/sec., 33.16 MiB/sec. | ||
3484 | 2025.07.18 19:17:21.974091 [ 4 ] {87519dc6-caaf-462f-8035-db16af97599f} <Debug> TCPHandler: Processed in 0.001634346 sec. | ||
3485 | 2025.07.18 19:17:21.974204 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3486 | 2025.07.18 19:17:21.974300 [ 4 ] {5837e372-7c8f-4257-ab72-304300d243d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
3487 | 2025.07.18 19:17:21.974342 [ 4 ] {5837e372-7c8f-4257-ab72-304300d243d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3488 | 2025.07.18 19:17:21.974678 [ 4 ] {5837e372-7c8f-4257-ab72-304300d243d6} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3489 | 2025.07.18 19:17:21.974713 [ 4 ] {5837e372-7c8f-4257-ab72-304300d243d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3490 | 2025.07.18 19:17:21.975009 [ 4 ] {5837e372-7c8f-4257-ab72-304300d243d6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3491 | 2025.07.18 19:17:21.975213 [ 4 ] {5837e372-7c8f-4257-ab72-304300d243d6} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3492 | 2025.07.18 19:17:21.975310 [ 115 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3493 | 2025.07.18 19:17:21.975336 [ 4 ] {5837e372-7c8f-4257-ab72-304300d243d6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001054 sec., 5692.599620493358 rows/sec., 297.42 KiB/sec. | ||
3494 | 2025.07.18 19:17:21.975348 [ 115 ] {} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3495 | 2025.07.18 19:17:21.975371 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3496 | 2025.07.18 19:17:21.975372 [ 4 ] {5837e372-7c8f-4257-ab72-304300d243d6} <Debug> TCPHandler: Processed in 0.001216938 sec. | ||
3497 | 2025.07.18 19:17:21.975500 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3498 | 2025.07.18 19:17:21.975510 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
3499 | 2025.07.18 19:17:21.975594 [ 4 ] {256b498e-7aa2-471b-b25b-e57321fa5360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3500 | 2025.07.18 19:17:21.975641 [ 4 ] {256b498e-7aa2-471b-b25b-e57321fa5360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3501 | 2025.07.18 19:17:21.975661 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3502 | 2025.07.18 19:17:21.975701 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
3503 | 2025.07.18 19:17:21.975762 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
3504 | 2025.07.18 19:17:21.975804 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
3505 | 2025.07.18 19:17:21.975841 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
3506 | 2025.07.18 19:17:21.975876 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
3507 | 2025.07.18 19:17:21.975911 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
3508 | 2025.07.18 19:17:21.976137 [ 4 ] {256b498e-7aa2-471b-b25b-e57321fa5360} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3509 | 2025.07.18 19:17:21.976177 [ 4 ] {256b498e-7aa2-471b-b25b-e57321fa5360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3510 | 2025.07.18 19:17:21.976559 [ 4 ] {256b498e-7aa2-471b-b25b-e57321fa5360} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3511 | 2025.07.18 19:17:21.976671 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.001222989 sec., 53966.14360390812 rows/sec., 2.75 MiB/sec. | ||
3512 | 2025.07.18 19:17:21.976794 [ 4 ] {256b498e-7aa2-471b-b25b-e57321fa5360} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3513 | 2025.07.18 19:17:21.976798 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3514 | 2025.07.18 19:17:21.976933 [ 4 ] {256b498e-7aa2-471b-b25b-e57321fa5360} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001356 sec., 226401.17994100295 rows/sec., 14.89 MiB/sec. | ||
3515 | 2025.07.18 19:17:21.976976 [ 4 ] {256b498e-7aa2-471b-b25b-e57321fa5360} <Debug> TCPHandler: Processed in 0.001526134 sec. | ||
3516 | 2025.07.18 19:17:21.977087 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_11_2} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3517 | 2025.07.18 19:17:21.977103 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3518 | 2025.07.18 19:17:21.977180 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_11_2} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3519 | 2025.07.18 19:17:21.977204 [ 4 ] {d1c25888-fc06-44e0-b1f9-cac1fa65c9d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
3520 | 2025.07.18 19:17:21.977251 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
3521 | 2025.07.18 19:17:21.977251 [ 4 ] {d1c25888-fc06-44e0-b1f9-cac1fa65c9d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3522 | 2025.07.18 19:17:21.977606 [ 4 ] {d1c25888-fc06-44e0-b1f9-cac1fa65c9d5} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3523 | 2025.07.18 19:17:21.977642 [ 4 ] {d1c25888-fc06-44e0-b1f9-cac1fa65c9d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3524 | 2025.07.18 19:17:21.977937 [ 4 ] {d1c25888-fc06-44e0-b1f9-cac1fa65c9d5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3525 | 2025.07.18 19:17:21.978136 [ 4 ] {d1c25888-fc06-44e0-b1f9-cac1fa65c9d5} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3526 | 2025.07.18 19:17:21.978270 [ 4 ] {d1c25888-fc06-44e0-b1f9-cac1fa65c9d5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001084 sec., 922.509225092251 rows/sec., 62.16 KiB/sec. | ||
3527 | 2025.07.18 19:17:21.978306 [ 4 ] {d1c25888-fc06-44e0-b1f9-cac1fa65c9d5} <Debug> TCPHandler: Processed in 0.00125313 sec. | ||
3528 | 2025.07.18 19:17:21.978426 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3529 | 2025.07.18 19:17:21.978519 [ 4 ] {a43977c3-98db-4daf-8f76-b481c074860b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3530 | 2025.07.18 19:17:21.978572 [ 4 ] {a43977c3-98db-4daf-8f76-b481c074860b} <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 | ||
3531 | 2025.07.18 19:17:21.979433 [ 4 ] {a43977c3-98db-4daf-8f76-b481c074860b} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3532 | 2025.07.18 19:17:21.979468 [ 4 ] {a43977c3-98db-4daf-8f76-b481c074860b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3533 | 2025.07.18 19:17:21.980040 [ 4 ] {a43977c3-98db-4daf-8f76-b481c074860b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3534 | 2025.07.18 19:17:21.980255 [ 4 ] {a43977c3-98db-4daf-8f76-b481c074860b} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3535 | 2025.07.18 19:17:21.980358 [ 116 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3536 | 2025.07.18 19:17:21.980386 [ 4 ] {a43977c3-98db-4daf-8f76-b481c074860b} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001884 sec., 21762.20806794055 rows/sec., 39.00 MiB/sec. | ||
3537 | 2025.07.18 19:17:21.980396 [ 116 ] {} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3538 | 2025.07.18 19:17:21.980427 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3539 | 2025.07.18 19:17:21.980444 [ 4 ] {a43977c3-98db-4daf-8f76-b481c074860b} <Debug> TCPHandler: Processed in 0.002068341 sec. | ||
3540 | 2025.07.18 19:17:21.980504 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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 | ||
3541 | 2025.07.18 19:17:21.980570 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3542 | 2025.07.18 19:17:21.980670 [ 4 ] {2765b603-386d-4f37-897e-ac9c52387018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3543 | 2025.07.18 19:17:21.980711 [ 4 ] {2765b603-386d-4f37-897e-ac9c52387018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3544 | 2025.07.18 19:17:21.980740 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3545 | 2025.07.18 19:17:21.980802 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 216 rows starting from the beginning of the part | ||
3546 | 2025.07.18 19:17:21.980931 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 41 rows starting from the beginning of the part | ||
3547 | 2025.07.18 19:17:21.981047 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 41 rows starting from the beginning of the part | ||
3548 | 2025.07.18 19:17:21.981055 [ 4 ] {2765b603-386d-4f37-897e-ac9c52387018} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3549 | 2025.07.18 19:17:21.981096 [ 4 ] {2765b603-386d-4f37-897e-ac9c52387018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3550 | 2025.07.18 19:17:21.981165 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 41 rows starting from the beginning of the part | ||
3551 | 2025.07.18 19:17:21.981286 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 41 rows starting from the beginning of the part | ||
3552 | 2025.07.18 19:17:21.981400 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 41 rows starting from the beginning of the part | ||
3553 | 2025.07.18 19:17:21.981407 [ 4 ] {2765b603-386d-4f37-897e-ac9c52387018} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3554 | 2025.07.18 19:17:21.981643 [ 4 ] {2765b603-386d-4f37-897e-ac9c52387018} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3555 | 2025.07.18 19:17:21.981779 [ 4 ] {2765b603-386d-4f37-897e-ac9c52387018} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001127 sec., 90505.76752440106 rows/sec., 5.56 MiB/sec. | ||
3556 | 2025.07.18 19:17:21.981817 [ 4 ] {2765b603-386d-4f37-897e-ac9c52387018} <Debug> TCPHandler: Processed in 0.001297891 sec. | ||
3557 | 2025.07.18 19:17:21.984796 [ 188 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 421 rows, containing 19 columns (19 merged, 0 gathered) in 0.004326956 sec., 97297.03745543056 rows/sec., 174.35 MiB/sec. | ||
3558 | 2025.07.18 19:17:21.985382 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3559 | 2025.07.18 19:17:21.985670 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3560 | 2025.07.18 19:17:21.985739 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3561 | 2025.07.18 19:17:21.985809 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
3562 | 2025.07.18 19:17:25.460150 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3563 | 2025.07.18 19:17:25.460212 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3564 | 2025.07.18 19:17:25.559006 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
3565 | 2025.07.18 19:17:25.559525 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3566 | 2025.07.18 19:17:25.559567 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3567 | 2025.07.18 19:17:25.560062 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3568 | 2025.07.18 19:17:25.560321 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3569 | 2025.07.18 19:17:25.560456 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
3570 | 2025.07.18 19:17:26.010179 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 | ||
3571 | 2025.07.18 19:17:26.026453 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3572 | 2025.07.18 19:17:26.026525 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3573 | 2025.07.18 19:17:26.032425 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3574 | 2025.07.18 19:17:26.033140 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3575 | 2025.07.18 19:17:26.035936 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
3576 | 2025.07.18 19:17:26.950910 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3577 | 2025.07.18 19:17:26.951103 [ 4 ] {2978fa93-9eea-4ab5-b654-68f845dea3f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3578 | 2025.07.18 19:17:26.951174 [ 4 ] {2978fa93-9eea-4ab5-b654-68f845dea3f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3579 | 2025.07.18 19:17:26.951888 [ 4 ] {2978fa93-9eea-4ab5-b654-68f845dea3f2} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3580 | 2025.07.18 19:17:26.951927 [ 4 ] {2978fa93-9eea-4ab5-b654-68f845dea3f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3581 | 2025.07.18 19:17:26.952319 [ 4 ] {2978fa93-9eea-4ab5-b654-68f845dea3f2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3582 | 2025.07.18 19:17:26.952542 [ 4 ] {2978fa93-9eea-4ab5-b654-68f845dea3f2} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3583 | 2025.07.18 19:17:26.952689 [ 4 ] {2978fa93-9eea-4ab5-b654-68f845dea3f2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001638 sec., 34188.03418803419 rows/sec., 2.63 MiB/sec. | ||
3584 | 2025.07.18 19:17:26.952730 [ 4 ] {2978fa93-9eea-4ab5-b654-68f845dea3f2} <Debug> TCPHandler: Processed in 0.00195374 sec. | ||
3585 | 2025.07.18 19:17:26.952862 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3586 | 2025.07.18 19:17:26.952960 [ 4 ] {aa7176be-46fb-4839-a892-1309c5928516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3587 | 2025.07.18 19:17:26.952999 [ 4 ] {aa7176be-46fb-4839-a892-1309c5928516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3588 | 2025.07.18 19:17:26.953427 [ 4 ] {aa7176be-46fb-4839-a892-1309c5928516} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3589 | 2025.07.18 19:17:26.953462 [ 4 ] {aa7176be-46fb-4839-a892-1309c5928516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3590 | 2025.07.18 19:17:26.953771 [ 4 ] {aa7176be-46fb-4839-a892-1309c5928516} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3591 | 2025.07.18 19:17:26.953986 [ 4 ] {aa7176be-46fb-4839-a892-1309c5928516} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3592 | 2025.07.18 19:17:26.954114 [ 4 ] {aa7176be-46fb-4839-a892-1309c5928516} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001173 sec., 54560.954816709294 rows/sec., 4.26 MiB/sec. | ||
3593 | 2025.07.18 19:17:26.954151 [ 4 ] {aa7176be-46fb-4839-a892-1309c5928516} <Debug> TCPHandler: Processed in 0.00134023 sec. | ||
3594 | 2025.07.18 19:17:26.954277 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3595 | 2025.07.18 19:17:26.954372 [ 4 ] {c5f50d5b-b707-4d0e-8b47-407d4b2be248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3596 | 2025.07.18 19:17:26.954415 [ 4 ] {c5f50d5b-b707-4d0e-8b47-407d4b2be248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3597 | 2025.07.18 19:17:26.954843 [ 4 ] {c5f50d5b-b707-4d0e-8b47-407d4b2be248} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3598 | 2025.07.18 19:17:26.954878 [ 4 ] {c5f50d5b-b707-4d0e-8b47-407d4b2be248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3599 | 2025.07.18 19:17:26.955219 [ 4 ] {c5f50d5b-b707-4d0e-8b47-407d4b2be248} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3600 | 2025.07.18 19:17:26.955457 [ 4 ] {c5f50d5b-b707-4d0e-8b47-407d4b2be248} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3601 | 2025.07.18 19:17:26.955584 [ 4 ] {c5f50d5b-b707-4d0e-8b47-407d4b2be248} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001231 sec., 129975.62956945572 rows/sec., 9.05 MiB/sec. | ||
3602 | 2025.07.18 19:17:26.955621 [ 4 ] {c5f50d5b-b707-4d0e-8b47-407d4b2be248} <Debug> TCPHandler: Processed in 0.001397141 sec. | ||
3603 | 2025.07.18 19:17:26.955797 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3604 | 2025.07.18 19:17:26.955892 [ 4 ] {0b835960-53ee-4a31-bf28-ce6c6f8ca0bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3605 | 2025.07.18 19:17:26.955934 [ 4 ] {0b835960-53ee-4a31-bf28-ce6c6f8ca0bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3606 | 2025.07.18 19:17:26.956278 [ 4 ] {0b835960-53ee-4a31-bf28-ce6c6f8ca0bd} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3607 | 2025.07.18 19:17:26.956311 [ 4 ] {0b835960-53ee-4a31-bf28-ce6c6f8ca0bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3608 | 2025.07.18 19:17:26.956607 [ 4 ] {0b835960-53ee-4a31-bf28-ce6c6f8ca0bd} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3609 | 2025.07.18 19:17:26.956816 [ 4 ] {0b835960-53ee-4a31-bf28-ce6c6f8ca0bd} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3610 | 2025.07.18 19:17:26.956941 [ 4 ] {0b835960-53ee-4a31-bf28-ce6c6f8ca0bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. | ||
3611 | 2025.07.18 19:17:26.956976 [ 4 ] {0b835960-53ee-4a31-bf28-ce6c6f8ca0bd} <Debug> TCPHandler: Processed in 0.001229289 sec. | ||
3612 | 2025.07.18 19:17:30.568841 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 512 | ||
3613 | 2025.07.18 19:17:30.571529 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3614 | 2025.07.18 19:17:30.571572 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3615 | 2025.07.18 19:17:30.572697 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3616 | 2025.07.18 19:17:30.572967 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3617 | 2025.07.18 19:17:30.573212 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 512 | ||
3618 | 2025.07.18 19:17:31.963377 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3619 | 2025.07.18 19:17:31.963631 [ 4 ] {3673b94b-9959-4d2c-8707-901279395a1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
3620 | 2025.07.18 19:17:31.963724 [ 4 ] {3673b94b-9959-4d2c-8707-901279395a1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
3621 | 2025.07.18 19:17:31.964665 [ 4 ] {3673b94b-9959-4d2c-8707-901279395a1f} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3622 | 2025.07.18 19:17:31.964767 [ 4 ] {3673b94b-9959-4d2c-8707-901279395a1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3623 | 2025.07.18 19:17:31.965163 [ 4 ] {3673b94b-9959-4d2c-8707-901279395a1f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3624 | 2025.07.18 19:17:31.965383 [ 4 ] {3673b94b-9959-4d2c-8707-901279395a1f} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3625 | 2025.07.18 19:17:31.965531 [ 4 ] {3673b94b-9959-4d2c-8707-901279395a1f} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001971 sec., 198883.8153221715 rows/sec., 12.62 MiB/sec. | ||
3626 | 2025.07.18 19:17:31.965571 [ 4 ] {3673b94b-9959-4d2c-8707-901279395a1f} <Debug> TCPHandler: Processed in 0.002354916 sec. | ||
3627 | 2025.07.18 19:17:31.965701 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3628 | 2025.07.18 19:17:31.965796 [ 4 ] {1674afb3-36b8-44f8-ab01-fcda61e33512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3629 | 2025.07.18 19:17:31.965837 [ 4 ] {1674afb3-36b8-44f8-ab01-fcda61e33512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3630 | 2025.07.18 19:17:31.966273 [ 4 ] {1674afb3-36b8-44f8-ab01-fcda61e33512} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3631 | 2025.07.18 19:17:31.966306 [ 4 ] {1674afb3-36b8-44f8-ab01-fcda61e33512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3632 | 2025.07.18 19:17:31.966588 [ 4 ] {1674afb3-36b8-44f8-ab01-fcda61e33512} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3633 | 2025.07.18 19:17:31.966792 [ 4 ] {1674afb3-36b8-44f8-ab01-fcda61e33512} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3634 | 2025.07.18 19:17:31.966913 [ 4 ] {1674afb3-36b8-44f8-ab01-fcda61e33512} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001136 sec., 10563.38028169014 rows/sec., 861.37 KiB/sec. | ||
3635 | 2025.07.18 19:17:31.966949 [ 4 ] {1674afb3-36b8-44f8-ab01-fcda61e33512} <Debug> TCPHandler: Processed in 0.001296059 sec. | ||
3636 | 2025.07.18 19:17:31.967063 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3637 | 2025.07.18 19:17:31.967155 [ 4 ] {38830fab-705f-4548-a346-b44f4a1c0a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3638 | 2025.07.18 19:17:31.967193 [ 4 ] {38830fab-705f-4548-a346-b44f4a1c0a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3639 | 2025.07.18 19:17:31.968186 [ 4 ] {38830fab-705f-4548-a346-b44f4a1c0a2b} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3640 | 2025.07.18 19:17:31.968221 [ 4 ] {38830fab-705f-4548-a346-b44f4a1c0a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3641 | 2025.07.18 19:17:31.968593 [ 4 ] {38830fab-705f-4548-a346-b44f4a1c0a2b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3642 | 2025.07.18 19:17:31.968851 [ 4 ] {38830fab-705f-4548-a346-b44f4a1c0a2b} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3643 | 2025.07.18 19:17:31.969013 [ 4 ] {38830fab-705f-4548-a346-b44f4a1c0a2b} <Debug> executeQuery: Read 1155 rows, 94.34 KiB in 0.001874 sec., 616328.7086446105 rows/sec., 49.16 MiB/sec. | ||
3644 | 2025.07.18 19:17:31.969058 [ 4 ] {38830fab-705f-4548-a346-b44f4a1c0a2b} <Debug> TCPHandler: Processed in 0.002041941 sec. | ||
3645 | 2025.07.18 19:17:31.969199 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3646 | 2025.07.18 19:17:31.969311 [ 4 ] {fa777acf-a6a0-4d6a-8cb5-202657063a67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3647 | 2025.07.18 19:17:31.969358 [ 4 ] {fa777acf-a6a0-4d6a-8cb5-202657063a67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3648 | 2025.07.18 19:17:31.969965 [ 4 ] {fa777acf-a6a0-4d6a-8cb5-202657063a67} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3649 | 2025.07.18 19:17:31.970000 [ 4 ] {fa777acf-a6a0-4d6a-8cb5-202657063a67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3650 | 2025.07.18 19:17:31.970308 [ 4 ] {fa777acf-a6a0-4d6a-8cb5-202657063a67} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3651 | 2025.07.18 19:17:31.970516 [ 4 ] {fa777acf-a6a0-4d6a-8cb5-202657063a67} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3652 | 2025.07.18 19:17:31.970640 [ 4 ] {fa777acf-a6a0-4d6a-8cb5-202657063a67} <Debug> executeQuery: Read 249 rows, 15.70 KiB in 0.001353 sec., 184035.47671840354 rows/sec., 11.33 MiB/sec. | ||
3653 | 2025.07.18 19:17:31.970675 [ 4 ] {fa777acf-a6a0-4d6a-8cb5-202657063a67} <Debug> TCPHandler: Processed in 0.001534674 sec. | ||
3654 | 2025.07.18 19:17:31.970784 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3655 | 2025.07.18 19:17:31.970876 [ 4 ] {1c7c8b65-2a73-4dad-87fb-c9cbf568428a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
3656 | 2025.07.18 19:17:31.970915 [ 4 ] {1c7c8b65-2a73-4dad-87fb-c9cbf568428a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3657 | 2025.07.18 19:17:31.971394 [ 4 ] {1c7c8b65-2a73-4dad-87fb-c9cbf568428a} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3658 | 2025.07.18 19:17:31.971429 [ 4 ] {1c7c8b65-2a73-4dad-87fb-c9cbf568428a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3659 | 2025.07.18 19:17:31.971734 [ 4 ] {1c7c8b65-2a73-4dad-87fb-c9cbf568428a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3660 | 2025.07.18 19:17:31.971953 [ 4 ] {1c7c8b65-2a73-4dad-87fb-c9cbf568428a} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3661 | 2025.07.18 19:17:31.972077 [ 4 ] {1c7c8b65-2a73-4dad-87fb-c9cbf568428a} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001219 sec., 166529.94257588187 rows/sec., 10.74 MiB/sec. | ||
3662 | 2025.07.18 19:17:31.972112 [ 4 ] {1c7c8b65-2a73-4dad-87fb-c9cbf568428a} <Debug> TCPHandler: Processed in 0.001375741 sec. | ||
3663 | 2025.07.18 19:17:31.972223 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3664 | 2025.07.18 19:17:31.972315 [ 4 ] {74722e8a-c9ae-403f-aee4-18165495bd37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
3665 | 2025.07.18 19:17:31.972353 [ 4 ] {74722e8a-c9ae-403f-aee4-18165495bd37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3666 | 2025.07.18 19:17:31.972815 [ 4 ] {74722e8a-c9ae-403f-aee4-18165495bd37} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3667 | 2025.07.18 19:17:31.972850 [ 4 ] {74722e8a-c9ae-403f-aee4-18165495bd37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3668 | 2025.07.18 19:17:31.973146 [ 4 ] {74722e8a-c9ae-403f-aee4-18165495bd37} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3669 | 2025.07.18 19:17:31.973351 [ 4 ] {74722e8a-c9ae-403f-aee4-18165495bd37} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3670 | 2025.07.18 19:17:31.973472 [ 4 ] {74722e8a-c9ae-403f-aee4-18165495bd37} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001175 sec., 171914.89361702127 rows/sec., 9.76 MiB/sec. | ||
3671 | 2025.07.18 19:17:31.973507 [ 4 ] {74722e8a-c9ae-403f-aee4-18165495bd37} <Debug> TCPHandler: Processed in 0.00133126 sec. | ||
3672 | 2025.07.18 19:17:31.973619 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3673 | 2025.07.18 19:17:31.973710 [ 4 ] {42c144ce-ffba-4623-8fa1-54180edc2dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3674 | 2025.07.18 19:17:31.973749 [ 4 ] {42c144ce-ffba-4623-8fa1-54180edc2dfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3675 | 2025.07.18 19:17:31.974397 [ 4 ] {42c144ce-ffba-4623-8fa1-54180edc2dfe} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3676 | 2025.07.18 19:17:31.974431 [ 4 ] {42c144ce-ffba-4623-8fa1-54180edc2dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3677 | 2025.07.18 19:17:31.974750 [ 4 ] {42c144ce-ffba-4623-8fa1-54180edc2dfe} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3678 | 2025.07.18 19:17:31.974950 [ 4 ] {42c144ce-ffba-4623-8fa1-54180edc2dfe} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3679 | 2025.07.18 19:17:31.975071 [ 4 ] {42c144ce-ffba-4623-8fa1-54180edc2dfe} <Debug> executeQuery: Read 705 rows, 50.83 KiB in 0.001379 sec., 511240.02900652646 rows/sec., 36.00 MiB/sec. | ||
3680 | 2025.07.18 19:17:31.975106 [ 4 ] {42c144ce-ffba-4623-8fa1-54180edc2dfe} <Debug> TCPHandler: Processed in 0.001534964 sec. | ||
3681 | 2025.07.18 19:17:31.975217 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3682 | 2025.07.18 19:17:31.975309 [ 4 ] {bdb49f06-e380-4132-8c83-912cedbfea2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
3683 | 2025.07.18 19:17:31.975350 [ 4 ] {bdb49f06-e380-4132-8c83-912cedbfea2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3684 | 2025.07.18 19:17:31.975678 [ 4 ] {bdb49f06-e380-4132-8c83-912cedbfea2a} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3685 | 2025.07.18 19:17:31.975711 [ 4 ] {bdb49f06-e380-4132-8c83-912cedbfea2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3686 | 2025.07.18 19:17:31.976018 [ 4 ] {bdb49f06-e380-4132-8c83-912cedbfea2a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3687 | 2025.07.18 19:17:31.976219 [ 4 ] {bdb49f06-e380-4132-8c83-912cedbfea2a} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3688 | 2025.07.18 19:17:31.976340 [ 4 ] {bdb49f06-e380-4132-8c83-912cedbfea2a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001049 sec., 5719.733079122974 rows/sec., 298.83 KiB/sec. | ||
3689 | 2025.07.18 19:17:31.976374 [ 4 ] {bdb49f06-e380-4132-8c83-912cedbfea2a} <Debug> TCPHandler: Processed in 0.001203718 sec. | ||
3690 | 2025.07.18 19:17:31.976482 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3691 | 2025.07.18 19:17:31.976574 [ 4 ] {3362ac36-2c41-4406-bef3-36bab3e85b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3692 | 2025.07.18 19:17:31.976616 [ 4 ] {3362ac36-2c41-4406-bef3-36bab3e85b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3693 | 2025.07.18 19:17:31.977062 [ 4 ] {3362ac36-2c41-4406-bef3-36bab3e85b1f} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3694 | 2025.07.18 19:17:31.977095 [ 4 ] {3362ac36-2c41-4406-bef3-36bab3e85b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3695 | 2025.07.18 19:17:31.977413 [ 4 ] {3362ac36-2c41-4406-bef3-36bab3e85b1f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3696 | 2025.07.18 19:17:31.977618 [ 4 ] {3362ac36-2c41-4406-bef3-36bab3e85b1f} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3697 | 2025.07.18 19:17:31.977744 [ 4 ] {3362ac36-2c41-4406-bef3-36bab3e85b1f} <Debug> executeQuery: Read 313 rows, 21.10 KiB in 0.001187 sec., 263689.9747262005 rows/sec., 17.36 MiB/sec. | ||
3698 | 2025.07.18 19:17:31.977779 [ 4 ] {3362ac36-2c41-4406-bef3-36bab3e85b1f} <Debug> TCPHandler: Processed in 0.001344161 sec. | ||
3699 | 2025.07.18 19:17:31.977886 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3700 | 2025.07.18 19:17:31.977977 [ 4 ] {4ad99905-de38-401d-ab24-ed5730d7b477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
3701 | 2025.07.18 19:17:31.978018 [ 4 ] {4ad99905-de38-401d-ab24-ed5730d7b477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3702 | 2025.07.18 19:17:31.978331 [ 4 ] {4ad99905-de38-401d-ab24-ed5730d7b477} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3703 | 2025.07.18 19:17:31.978366 [ 4 ] {4ad99905-de38-401d-ab24-ed5730d7b477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3704 | 2025.07.18 19:17:31.978657 [ 4 ] {4ad99905-de38-401d-ab24-ed5730d7b477} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3705 | 2025.07.18 19:17:31.978855 [ 4 ] {4ad99905-de38-401d-ab24-ed5730d7b477} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3706 | 2025.07.18 19:17:31.978978 [ 4 ] {4ad99905-de38-401d-ab24-ed5730d7b477} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001018 sec., 982.3182711198428 rows/sec., 66.19 KiB/sec. | ||
3707 | 2025.07.18 19:17:31.979012 [ 4 ] {4ad99905-de38-401d-ab24-ed5730d7b477} <Debug> TCPHandler: Processed in 0.001172718 sec. | ||
3708 | 2025.07.18 19:17:31.979121 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3709 | 2025.07.18 19:17:31.979212 [ 4 ] {f637a8d6-0d84-41f0-b177-745e717784bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3710 | 2025.07.18 19:17:31.979264 [ 4 ] {f637a8d6-0d84-41f0-b177-745e717784bf} <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 | ||
3711 | 2025.07.18 19:17:31.980131 [ 4 ] {f637a8d6-0d84-41f0-b177-745e717784bf} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3712 | 2025.07.18 19:17:31.980167 [ 4 ] {f637a8d6-0d84-41f0-b177-745e717784bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3713 | 2025.07.18 19:17:31.980689 [ 4 ] {f637a8d6-0d84-41f0-b177-745e717784bf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3714 | 2025.07.18 19:17:31.980919 [ 4 ] {f637a8d6-0d84-41f0-b177-745e717784bf} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3715 | 2025.07.18 19:17:31.981049 [ 4 ] {f637a8d6-0d84-41f0-b177-745e717784bf} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001854 sec., 22114.347357065802 rows/sec., 39.63 MiB/sec. | ||
3716 | 2025.07.18 19:17:31.981098 [ 4 ] {f637a8d6-0d84-41f0-b177-745e717784bf} <Debug> TCPHandler: Processed in 0.002023731 sec. | ||
3717 | 2025.07.18 19:17:31.981215 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3718 | 2025.07.18 19:17:31.981307 [ 4 ] {7fe2def3-962d-4bda-b540-9d9ef8191918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3719 | 2025.07.18 19:17:31.981346 [ 4 ] {7fe2def3-962d-4bda-b540-9d9ef8191918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3720 | 2025.07.18 19:17:31.981687 [ 4 ] {7fe2def3-962d-4bda-b540-9d9ef8191918} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3721 | 2025.07.18 19:17:31.981723 [ 4 ] {7fe2def3-962d-4bda-b540-9d9ef8191918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3722 | 2025.07.18 19:17:31.982021 [ 4 ] {7fe2def3-962d-4bda-b540-9d9ef8191918} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3723 | 2025.07.18 19:17:31.982220 [ 4 ] {7fe2def3-962d-4bda-b540-9d9ef8191918} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3724 | 2025.07.18 19:17:31.982340 [ 4 ] {7fe2def3-962d-4bda-b540-9d9ef8191918} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001051 sec., 97050.42816365366 rows/sec., 5.96 MiB/sec. | ||
3725 | 2025.07.18 19:17:31.982374 [ 4 ] {7fe2def3-962d-4bda-b540-9d9ef8191918} <Debug> TCPHandler: Processed in 0.001206749 sec. | ||
3726 | 2025.07.18 19:17:33.060682 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
3727 | 2025.07.18 19:17:33.061228 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3728 | 2025.07.18 19:17:33.061280 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3729 | 2025.07.18 19:17:33.061856 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3730 | 2025.07.18 19:17:33.062101 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3731 | 2025.07.18 19:17:33.062238 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
3732 | 2025.07.18 19:17:33.536134 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
3733 | 2025.07.18 19:17:33.553211 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3734 | 2025.07.18 19:17:33.553257 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3735 | 2025.07.18 19:17:33.559384 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3736 | 2025.07.18 19:17:33.560119 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3737 | 2025.07.18 19:17:33.562889 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
3738 | 2025.07.18 19:17:36.951265 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3739 | 2025.07.18 19:17:36.951457 [ 4 ] {ec7f7788-2a88-4835-a88b-1f223497ae38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3740 | 2025.07.18 19:17:36.951522 [ 4 ] {ec7f7788-2a88-4835-a88b-1f223497ae38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3741 | 2025.07.18 19:17:36.952164 [ 4 ] {ec7f7788-2a88-4835-a88b-1f223497ae38} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3742 | 2025.07.18 19:17:36.952211 [ 4 ] {ec7f7788-2a88-4835-a88b-1f223497ae38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3743 | 2025.07.18 19:17:36.952603 [ 4 ] {ec7f7788-2a88-4835-a88b-1f223497ae38} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3744 | 2025.07.18 19:17:36.952825 [ 4 ] {ec7f7788-2a88-4835-a88b-1f223497ae38} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3745 | 2025.07.18 19:17:36.952985 [ 4 ] {ec7f7788-2a88-4835-a88b-1f223497ae38} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001577 sec., 35510.46290424857 rows/sec., 2.73 MiB/sec. | ||
3746 | 2025.07.18 19:17:36.953032 [ 4 ] {ec7f7788-2a88-4835-a88b-1f223497ae38} <Debug> TCPHandler: Processed in 0.001892599 sec. | ||
3747 | 2025.07.18 19:17:36.953154 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3748 | 2025.07.18 19:17:36.953249 [ 4 ] {ebf64ca8-da4f-46af-8ba4-14950c4277e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3749 | 2025.07.18 19:17:36.953290 [ 4 ] {ebf64ca8-da4f-46af-8ba4-14950c4277e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3750 | 2025.07.18 19:17:36.953719 [ 4 ] {ebf64ca8-da4f-46af-8ba4-14950c4277e1} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3751 | 2025.07.18 19:17:36.953757 [ 4 ] {ebf64ca8-da4f-46af-8ba4-14950c4277e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3752 | 2025.07.18 19:17:36.954057 [ 4 ] {ebf64ca8-da4f-46af-8ba4-14950c4277e1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3753 | 2025.07.18 19:17:36.954270 [ 4 ] {ebf64ca8-da4f-46af-8ba4-14950c4277e1} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3754 | 2025.07.18 19:17:36.954403 [ 4 ] {ebf64ca8-da4f-46af-8ba4-14950c4277e1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001172 sec., 54607.508532423206 rows/sec., 4.26 MiB/sec. | ||
3755 | 2025.07.18 19:17:36.954440 [ 4 ] {ebf64ca8-da4f-46af-8ba4-14950c4277e1} <Debug> TCPHandler: Processed in 0.001333191 sec. | ||
3756 | 2025.07.18 19:17:36.954558 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3757 | 2025.07.18 19:17:36.954649 [ 4 ] {b12ba4e3-b8db-4be5-82f4-8bc3084614ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3758 | 2025.07.18 19:17:36.954692 [ 4 ] {b12ba4e3-b8db-4be5-82f4-8bc3084614ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3759 | 2025.07.18 19:17:36.955099 [ 4 ] {b12ba4e3-b8db-4be5-82f4-8bc3084614ac} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3760 | 2025.07.18 19:17:36.955135 [ 4 ] {b12ba4e3-b8db-4be5-82f4-8bc3084614ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3761 | 2025.07.18 19:17:36.955454 [ 4 ] {b12ba4e3-b8db-4be5-82f4-8bc3084614ac} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3762 | 2025.07.18 19:17:36.955659 [ 4 ] {b12ba4e3-b8db-4be5-82f4-8bc3084614ac} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3763 | 2025.07.18 19:17:36.955788 [ 4 ] {b12ba4e3-b8db-4be5-82f4-8bc3084614ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001157 sec., 138288.6776145203 rows/sec., 9.63 MiB/sec. | ||
3764 | 2025.07.18 19:17:36.955824 [ 4 ] {b12ba4e3-b8db-4be5-82f4-8bc3084614ac} <Debug> TCPHandler: Processed in 0.00131388 sec. | ||
3765 | 2025.07.18 19:17:36.955932 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3766 | 2025.07.18 19:17:36.956024 [ 4 ] {a9c71d6f-e77a-418b-8ba4-a4e66027e553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3767 | 2025.07.18 19:17:36.956064 [ 4 ] {a9c71d6f-e77a-418b-8ba4-a4e66027e553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3768 | 2025.07.18 19:17:36.956392 [ 4 ] {a9c71d6f-e77a-418b-8ba4-a4e66027e553} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3769 | 2025.07.18 19:17:36.956427 [ 4 ] {a9c71d6f-e77a-418b-8ba4-a4e66027e553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
3770 | 2025.07.18 19:17:36.956711 [ 4 ] {a9c71d6f-e77a-418b-8ba4-a4e66027e553} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3771 | 2025.07.18 19:17:36.956909 [ 4 ] {a9c71d6f-e77a-418b-8ba4-a4e66027e553} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3772 | 2025.07.18 19:17:36.957037 [ 4 ] {a9c71d6f-e77a-418b-8ba4-a4e66027e553} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00103 sec., 58252.42718446601 rows/sec., 3.93 MiB/sec. | ||
3773 | 2025.07.18 19:17:36.957071 [ 4 ] {a9c71d6f-e77a-418b-8ba4-a4e66027e553} <Debug> TCPHandler: Processed in 0.001185608 sec. | ||
3774 | 2025.07.18 19:17:40.460255 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3775 | 2025.07.18 19:17:40.460312 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3776 | 2025.07.18 19:17:40.563335 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
3777 | 2025.07.18 19:17:40.563925 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3778 | 2025.07.18 19:17:40.563972 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
3779 | 2025.07.18 19:17:40.564460 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3780 | 2025.07.18 19:17:40.564709 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3781 | 2025.07.18 19:17:40.564855 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
3782 | 2025.07.18 19:17:40.573417 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 544 | ||
3783 | 2025.07.18 19:17:40.576035 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3784 | 2025.07.18 19:17:40.576083 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
3785 | 2025.07.18 19:17:40.577230 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3786 | 2025.07.18 19:17:40.577493 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3787 | 2025.07.18 19:17:40.577735 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 544 | ||
3788 | 2025.07.18 19:17:41.063960 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
3789 | 2025.07.18 19:17:41.080794 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3790 | 2025.07.18 19:17:41.080840 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
3791 | 2025.07.18 19:17:41.086445 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3792 | 2025.07.18 19:17:41.087169 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3793 | 2025.07.18 19:17:41.089936 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
3794 | 2025.07.18 19:17:41.963411 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3795 | 2025.07.18 19:17:41.963605 [ 4 ] {2f930d23-e101-4b9c-a375-fa7e33995e68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
3796 | 2025.07.18 19:17:41.963675 [ 4 ] {2f930d23-e101-4b9c-a375-fa7e33995e68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
3797 | 2025.07.18 19:17:41.964634 [ 4 ] {2f930d23-e101-4b9c-a375-fa7e33995e68} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3798 | 2025.07.18 19:17:41.964673 [ 4 ] {2f930d23-e101-4b9c-a375-fa7e33995e68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
3799 | 2025.07.18 19:17:41.965073 [ 4 ] {2f930d23-e101-4b9c-a375-fa7e33995e68} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3800 | 2025.07.18 19:17:41.965301 [ 4 ] {2f930d23-e101-4b9c-a375-fa7e33995e68} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3801 | 2025.07.18 19:17:41.965416 [ 91 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
3802 | 2025.07.18 19:17:41.965448 [ 4 ] {2f930d23-e101-4b9c-a375-fa7e33995e68} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001895 sec., 206860.15831134564 rows/sec., 13.12 MiB/sec. | ||
3803 | 2025.07.18 19:17:41.965452 [ 91 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3804 | 2025.07.18 19:17:41.965479 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
3805 | 2025.07.18 19:17:41.965489 [ 4 ] {2f930d23-e101-4b9c-a375-fa7e33995e68} <Debug> TCPHandler: Processed in 0.002209104 sec. | ||
3806 | 2025.07.18 19:17:41.965560 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::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 | ||
3807 | 2025.07.18 19:17:41.965614 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3808 | 2025.07.18 19:17:41.965657 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3809 | 2025.07.18 19:17:41.965689 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 392 rows starting from the beginning of the part | ||
3810 | 2025.07.18 19:17:41.965709 [ 4 ] {b76fd988-9a4d-4a75-8837-47aaf8213c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3811 | 2025.07.18 19:17:41.965747 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 392 rows starting from the beginning of the part | ||
3812 | 2025.07.18 19:17:41.965749 [ 4 ] {b76fd988-9a4d-4a75-8837-47aaf8213c91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3813 | 2025.07.18 19:17:41.965791 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 392 rows starting from the beginning of the part | ||
3814 | 2025.07.18 19:17:41.965833 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 392 rows starting from the beginning of the part | ||
3815 | 2025.07.18 19:17:41.965869 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 392 rows starting from the beginning of the part | ||
3816 | 2025.07.18 19:17:41.966739 [ 4 ] {b76fd988-9a4d-4a75-8837-47aaf8213c91} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3817 | 2025.07.18 19:17:41.966775 [ 4 ] {b76fd988-9a4d-4a75-8837-47aaf8213c91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
3818 | 2025.07.18 19:17:41.966813 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.00128279 sec., 1527919.6127191512 rows/sec., 102.77 MiB/sec. | ||
3819 | 2025.07.18 19:17:41.967027 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
3820 | 2025.07.18 19:17:41.967160 [ 4 ] {b76fd988-9a4d-4a75-8837-47aaf8213c91} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3821 | 2025.07.18 19:17:41.967377 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_13_3} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3822 | 2025.07.18 19:17:41.967429 [ 4 ] {b76fd988-9a4d-4a75-8837-47aaf8213c91} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3823 | 2025.07.18 19:17:41.967464 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_13_3} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
3824 | 2025.07.18 19:17:41.967557 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
3825 | 2025.07.18 19:17:41.967575 [ 4 ] {b76fd988-9a4d-4a75-8837-47aaf8213c91} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001884 sec., 609872.6114649682 rows/sec., 48.67 MiB/sec. | ||
3826 | 2025.07.18 19:17:41.967592 [ 90 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3827 | 2025.07.18 19:17:41.967616 [ 4 ] {b76fd988-9a4d-4a75-8837-47aaf8213c91} <Debug> TCPHandler: Processed in 0.002050542 sec. | ||
3828 | 2025.07.18 19:17:41.967668 [ 90 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3829 | 2025.07.18 19:17:41.967697 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
3830 | 2025.07.18 19:17:41.967771 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
3831 | 2025.07.18 19:17:41.967789 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3832 | 2025.07.18 19:17:41.967856 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3833 | 2025.07.18 19:17:41.967881 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1155 rows starting from the beginning of the part | ||
3834 | 2025.07.18 19:17:41.967885 [ 4 ] {e6c56d39-b40d-4be4-9b45-f609d5961ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3835 | 2025.07.18 19:17:41.967925 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1149 rows starting from the beginning of the part | ||
3836 | 2025.07.18 19:17:41.967928 [ 4 ] {e6c56d39-b40d-4be4-9b45-f609d5961ed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3837 | 2025.07.18 19:17:41.967964 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
3838 | 2025.07.18 19:17:41.967999 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1155 rows starting from the beginning of the part | ||
3839 | 2025.07.18 19:17:41.968034 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part | ||
3840 | 2025.07.18 19:17:41.968069 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1149 rows starting from the beginning of the part | ||
3841 | 2025.07.18 19:17:41.968434 [ 4 ] {e6c56d39-b40d-4be4-9b45-f609d5961ed7} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3842 | 2025.07.18 19:17:41.968468 [ 4 ] {e6c56d39-b40d-4be4-9b45-f609d5961ed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
3843 | 2025.07.18 19:17:41.968783 [ 4 ] {e6c56d39-b40d-4be4-9b45-f609d5961ed7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3844 | 2025.07.18 19:17:41.968989 [ 4 ] {e6c56d39-b40d-4be4-9b45-f609d5961ed7} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3845 | 2025.07.18 19:17:41.969115 [ 4 ] {e6c56d39-b40d-4be4-9b45-f609d5961ed7} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.00125 sec., 189600 rows/sec., 11.61 MiB/sec. | ||
3846 | 2025.07.18 19:17:41.969151 [ 4 ] {e6c56d39-b40d-4be4-9b45-f609d5961ed7} <Debug> TCPHandler: Processed in 0.001410902 sec. | ||
3847 | 2025.07.18 19:17:41.969259 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3848 | 2025.07.18 19:17:41.969352 [ 4 ] {29872489-1613-4c56-961e-32770689a329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
3849 | 2025.07.18 19:17:41.969390 [ 4 ] {29872489-1613-4c56-961e-32770689a329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3850 | 2025.07.18 19:17:41.969490 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4720 rows, containing 5 columns (5 merged, 0 gathered) in 0.001745706 sec., 2703777.1537704514 rows/sec., 225.86 MiB/sec. | ||
3851 | 2025.07.18 19:17:41.969760 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3852 | 2025.07.18 19:17:41.969901 [ 4 ] {29872489-1613-4c56-961e-32770689a329} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3853 | 2025.07.18 19:17:41.969946 [ 4 ] {29872489-1613-4c56-961e-32770689a329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
3854 | 2025.07.18 19:17:41.970078 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3855 | 2025.07.18 19:17:41.970163 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3856 | 2025.07.18 19:17:41.970255 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
3857 | 2025.07.18 19:17:41.970282 [ 4 ] {29872489-1613-4c56-961e-32770689a329} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3858 | 2025.07.18 19:17:41.970495 [ 4 ] {29872489-1613-4c56-961e-32770689a329} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3859 | 2025.07.18 19:17:41.970617 [ 90 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
3860 | 2025.07.18 19:17:41.970624 [ 4 ] {29872489-1613-4c56-961e-32770689a329} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.00129 sec., 157364.34108527133 rows/sec., 10.15 MiB/sec. | ||
3861 | 2025.07.18 19:17:41.970657 [ 90 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3862 | 2025.07.18 19:17:41.970680 [ 4 ] {29872489-1613-4c56-961e-32770689a329} <Debug> TCPHandler: Processed in 0.001468713 sec. | ||
3863 | 2025.07.18 19:17:41.970682 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
3864 | 2025.07.18 19:17:41.970773 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::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 | ||
3865 | 2025.07.18 19:17:41.970799 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3866 | 2025.07.18 19:17:41.970867 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3867 | 2025.07.18 19:17:41.970898 [ 4 ] {1bc96bb1-f581-4a3f-bc21-5aaeb43b20f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
3868 | 2025.07.18 19:17:41.970937 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 203 rows starting from the beginning of the part | ||
3869 | 2025.07.18 19:17:41.970959 [ 4 ] {1bc96bb1-f581-4a3f-bc21-5aaeb43b20f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3870 | 2025.07.18 19:17:41.971018 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 203 rows starting from the beginning of the part | ||
3871 | 2025.07.18 19:17:41.971067 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 203 rows starting from the beginning of the part | ||
3872 | 2025.07.18 19:17:41.971109 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 203 rows starting from the beginning of the part | ||
3873 | 2025.07.18 19:17:41.971146 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 203 rows starting from the beginning of the part | ||
3874 | 2025.07.18 19:17:41.971422 [ 4 ] {1bc96bb1-f581-4a3f-bc21-5aaeb43b20f3} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3875 | 2025.07.18 19:17:41.971518 [ 4 ] {1bc96bb1-f581-4a3f-bc21-5aaeb43b20f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
3876 | 2025.07.18 19:17:41.971858 [ 4 ] {1bc96bb1-f581-4a3f-bc21-5aaeb43b20f3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3877 | 2025.07.18 19:17:41.971947 [ 188 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1015 rows, containing 5 columns (5 merged, 0 gathered) in 0.001202588 sec., 844013.0784607861 rows/sec., 57.66 MiB/sec. | ||
3878 | 2025.07.18 19:17:41.972075 [ 4 ] {1bc96bb1-f581-4a3f-bc21-5aaeb43b20f3} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3879 | 2025.07.18 19:17:41.972101 [ 188 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
3880 | 2025.07.18 19:17:41.972206 [ 90 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
3881 | 2025.07.18 19:17:41.972212 [ 4 ] {1bc96bb1-f581-4a3f-bc21-5aaeb43b20f3} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001333 sec., 151537.88447111778 rows/sec., 8.61 MiB/sec. | ||
3882 | 2025.07.18 19:17:41.972257 [ 90 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3883 | 2025.07.18 19:17:41.972276 [ 4 ] {1bc96bb1-f581-4a3f-bc21-5aaeb43b20f3} <Debug> TCPHandler: Processed in 0.001525193 sec. | ||
3884 | 2025.07.18 19:17:41.972290 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
3885 | 2025.07.18 19:17:41.972371 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::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 | ||
3886 | 2025.07.18 19:17:41.972398 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3887 | 2025.07.18 19:17:41.972404 [ 188 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_13_3} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3888 | 2025.07.18 19:17:41.972452 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3889 | 2025.07.18 19:17:41.972484 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 202 rows starting from the beginning of the part | ||
3890 | 2025.07.18 19:17:41.972498 [ 188 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_13_3} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
3891 | 2025.07.18 19:17:41.972500 [ 4 ] {b1dd1ea0-166e-4c93-9f84-066f3866e8ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3892 | 2025.07.18 19:17:41.972553 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 202 rows starting from the beginning of the part | ||
3893 | 2025.07.18 19:17:41.972557 [ 4 ] {b1dd1ea0-166e-4c93-9f84-066f3866e8ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3894 | 2025.07.18 19:17:41.972572 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
3895 | 2025.07.18 19:17:41.972611 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 202 rows starting from the beginning of the part | ||
3896 | 2025.07.18 19:17:41.972660 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 202 rows starting from the beginning of the part | ||
3897 | 2025.07.18 19:17:41.972699 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 202 rows starting from the beginning of the part | ||
3898 | 2025.07.18 19:17:41.973223 [ 4 ] {b1dd1ea0-166e-4c93-9f84-066f3866e8ff} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3899 | 2025.07.18 19:17:41.973264 [ 4 ] {b1dd1ea0-166e-4c93-9f84-066f3866e8ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
3900 | 2025.07.18 19:17:41.973516 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001172308 sec., 861548.3303022756 rows/sec., 52.22 MiB/sec. | ||
3901 | 2025.07.18 19:17:41.973603 [ 4 ] {b1dd1ea0-166e-4c93-9f84-066f3866e8ff} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3902 | 2025.07.18 19:17:41.973647 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
3903 | 2025.07.18 19:17:41.973867 [ 4 ] {b1dd1ea0-166e-4c93-9f84-066f3866e8ff} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3904 | 2025.07.18 19:17:41.973936 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_13_3} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3905 | 2025.07.18 19:17:41.974000 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_13_3} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
3906 | 2025.07.18 19:17:41.974003 [ 90 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3907 | 2025.07.18 19:17:41.974009 [ 4 ] {b1dd1ea0-166e-4c93-9f84-066f3866e8ff} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001528 sec., 453534.03141361254 rows/sec., 31.86 MiB/sec. | ||
3908 | 2025.07.18 19:17:41.974048 [ 90 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3909 | 2025.07.18 19:17:41.974063 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
3910 | 2025.07.18 19:17:41.974073 [ 4 ] {b1dd1ea0-166e-4c93-9f84-066f3866e8ff} <Debug> TCPHandler: Processed in 0.001723237 sec. | ||
3911 | 2025.07.18 19:17:41.974073 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
3912 | 2025.07.18 19:17:41.974159 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
3913 | 2025.07.18 19:17:41.974204 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3914 | 2025.07.18 19:17:41.974233 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3915 | 2025.07.18 19:17:41.974260 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 723 rows starting from the beginning of the part | ||
3916 | 2025.07.18 19:17:41.974302 [ 4 ] {f1b6735d-8a8b-416e-a1c9-11e1c50fb2b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
3917 | 2025.07.18 19:17:41.974302 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 693 rows starting from the beginning of the part | ||
3918 | 2025.07.18 19:17:41.974355 [ 4 ] {f1b6735d-8a8b-416e-a1c9-11e1c50fb2b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3919 | 2025.07.18 19:17:41.974366 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part | ||
3920 | 2025.07.18 19:17:41.974407 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 705 rows starting from the beginning of the part | ||
3921 | 2025.07.18 19:17:41.974439 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part | ||
3922 | 2025.07.18 19:17:41.974471 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 693 rows starting from the beginning of the part | ||
3923 | 2025.07.18 19:17:41.974755 [ 4 ] {f1b6735d-8a8b-416e-a1c9-11e1c50fb2b8} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3924 | 2025.07.18 19:17:41.974794 [ 4 ] {f1b6735d-8a8b-416e-a1c9-11e1c50fb2b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
3925 | 2025.07.18 19:17:41.975087 [ 4 ] {f1b6735d-8a8b-416e-a1c9-11e1c50fb2b8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3926 | 2025.07.18 19:17:41.975282 [ 4 ] {f1b6735d-8a8b-416e-a1c9-11e1c50fb2b8} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3927 | 2025.07.18 19:17:41.975402 [ 4 ] {f1b6735d-8a8b-416e-a1c9-11e1c50fb2b8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00116 sec., 5172.413793103448 rows/sec., 270.24 KiB/sec. | ||
3928 | 2025.07.18 19:17:41.975434 [ 4 ] {f1b6735d-8a8b-416e-a1c9-11e1c50fb2b8} <Debug> TCPHandler: Processed in 0.0013219 sec. | ||
3929 | 2025.07.18 19:17:41.975545 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3930 | 2025.07.18 19:17:41.975562 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2942 rows, containing 5 columns (5 merged, 0 gathered) in 0.001478593 sec., 1989729.425203555 rows/sec., 148.30 MiB/sec. | ||
3931 | 2025.07.18 19:17:41.975634 [ 4 ] {53d4b15f-7f61-4af6-94f4-95ba3635540d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3932 | 2025.07.18 19:17:41.975683 [ 4 ] {53d4b15f-7f61-4af6-94f4-95ba3635540d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3933 | 2025.07.18 19:17:41.975711 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3934 | 2025.07.18 19:17:41.976024 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3935 | 2025.07.18 19:17:41.976081 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3936 | 2025.07.18 19:17:41.976139 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
3937 | 2025.07.18 19:17:41.976194 [ 4 ] {53d4b15f-7f61-4af6-94f4-95ba3635540d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3938 | 2025.07.18 19:17:41.976235 [ 4 ] {53d4b15f-7f61-4af6-94f4-95ba3635540d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
3939 | 2025.07.18 19:17:41.976589 [ 4 ] {53d4b15f-7f61-4af6-94f4-95ba3635540d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3940 | 2025.07.18 19:17:41.976797 [ 4 ] {53d4b15f-7f61-4af6-94f4-95ba3635540d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3941 | 2025.07.18 19:17:41.976924 [ 4 ] {53d4b15f-7f61-4af6-94f4-95ba3635540d} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001252 sec., 245207.66773162936 rows/sec., 16.13 MiB/sec. | ||
3942 | 2025.07.18 19:17:41.976923 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3943 | 2025.07.18 19:17:41.976962 [ 4 ] {53d4b15f-7f61-4af6-94f4-95ba3635540d} <Debug> TCPHandler: Processed in 0.001411522 sec. | ||
3944 | 2025.07.18 19:17:41.976975 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3945 | 2025.07.18 19:17:41.976999 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
3946 | 2025.07.18 19:17:41.977058 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
3947 | 2025.07.18 19:17:41.977078 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3948 | 2025.07.18 19:17:41.977145 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3949 | 2025.07.18 19:17:41.977176 [ 4 ] {8c24def5-39c2-4f66-9dbb-3abc25884e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
3950 | 2025.07.18 19:17:41.977181 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 4476 rows starting from the beginning of the part | ||
3951 | 2025.07.18 19:17:41.977224 [ 4 ] {8c24def5-39c2-4f66-9dbb-3abc25884e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3952 | 2025.07.18 19:17:41.977244 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 307 rows starting from the beginning of the part | ||
3953 | 2025.07.18 19:17:41.977284 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
3954 | 2025.07.18 19:17:41.977318 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 313 rows starting from the beginning of the part | ||
3955 | 2025.07.18 19:17:41.977358 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
3956 | 2025.07.18 19:17:41.977405 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 307 rows starting from the beginning of the part | ||
3957 | 2025.07.18 19:17:41.977567 [ 4 ] {8c24def5-39c2-4f66-9dbb-3abc25884e2d} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3958 | 2025.07.18 19:17:41.977607 [ 4 ] {8c24def5-39c2-4f66-9dbb-3abc25884e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
3959 | 2025.07.18 19:17:41.977902 [ 4 ] {8c24def5-39c2-4f66-9dbb-3abc25884e2d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3960 | 2025.07.18 19:17:41.978111 [ 4 ] {8c24def5-39c2-4f66-9dbb-3abc25884e2d} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3961 | 2025.07.18 19:17:41.978249 [ 4 ] {8c24def5-39c2-4f66-9dbb-3abc25884e2d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001091 sec., 916.5902841429881 rows/sec., 61.76 KiB/sec. | ||
3962 | 2025.07.18 19:17:41.978284 [ 4 ] {8c24def5-39c2-4f66-9dbb-3abc25884e2d} <Debug> TCPHandler: Processed in 0.00125314 sec. | ||
3963 | 2025.07.18 19:17:41.978398 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3964 | 2025.07.18 19:17:41.978490 [ 4 ] {87954af5-783e-4a69-a605-4d28e94db869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3965 | 2025.07.18 19:17:41.978543 [ 4 ] {87954af5-783e-4a69-a605-4d28e94db869} <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 | ||
3966 | 2025.07.18 19:17:41.979183 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5723 rows, containing 5 columns (5 merged, 0 gathered) in 0.002147893 sec., 2664471.647330663 rows/sec., 178.30 MiB/sec. | ||
3967 | 2025.07.18 19:17:41.979388 [ 4 ] {87954af5-783e-4a69-a605-4d28e94db869} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3968 | 2025.07.18 19:17:41.979429 [ 4 ] {87954af5-783e-4a69-a605-4d28e94db869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
3969 | 2025.07.18 19:17:41.979560 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3970 | 2025.07.18 19:17:41.979834 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3971 | 2025.07.18 19:17:41.979891 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3972 | 2025.07.18 19:17:41.979943 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
3973 | 2025.07.18 19:17:41.980038 [ 4 ] {87954af5-783e-4a69-a605-4d28e94db869} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3974 | 2025.07.18 19:17:41.980265 [ 4 ] {87954af5-783e-4a69-a605-4d28e94db869} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3975 | 2025.07.18 19:17:41.980401 [ 4 ] {87954af5-783e-4a69-a605-4d28e94db869} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001929 sec., 21254.536029030587 rows/sec., 38.09 MiB/sec. | ||
3976 | 2025.07.18 19:17:41.980452 [ 4 ] {87954af5-783e-4a69-a605-4d28e94db869} <Debug> TCPHandler: Processed in 0.002101022 sec. | ||
3977 | 2025.07.18 19:17:41.980564 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3978 | 2025.07.18 19:17:41.980657 [ 4 ] {648620f8-a67c-442c-b4b7-a903ca046239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3979 | 2025.07.18 19:17:41.980697 [ 4 ] {648620f8-a67c-442c-b4b7-a903ca046239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3980 | 2025.07.18 19:17:41.981022 [ 4 ] {648620f8-a67c-442c-b4b7-a903ca046239} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3981 | 2025.07.18 19:17:41.981058 [ 4 ] {648620f8-a67c-442c-b4b7-a903ca046239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
3982 | 2025.07.18 19:17:41.981359 [ 4 ] {648620f8-a67c-442c-b4b7-a903ca046239} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3983 | 2025.07.18 19:17:41.981577 [ 4 ] {648620f8-a67c-442c-b4b7-a903ca046239} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3984 | 2025.07.18 19:17:41.981698 [ 90 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3985 | 2025.07.18 19:17:41.981701 [ 4 ] {648620f8-a67c-442c-b4b7-a903ca046239} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001061 sec., 96135.72101790762 rows/sec., 5.91 MiB/sec. | ||
3986 | 2025.07.18 19:17:41.981738 [ 90 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3987 | 2025.07.18 19:17:41.981758 [ 4 ] {648620f8-a67c-442c-b4b7-a903ca046239} <Debug> TCPHandler: Processed in 0.001241619 sec. | ||
3988 | 2025.07.18 19:17:41.981763 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
3989 | 2025.07.18 19:17:41.981892 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
3990 | 2025.07.18 19:17:41.982042 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3991 | 2025.07.18 19:17:41.982078 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1500 rows starting from the beginning of the part | ||
3992 | 2025.07.18 19:17:41.982143 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 102 rows starting from the beginning of the part | ||
3993 | 2025.07.18 19:17:41.982186 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
3994 | 2025.07.18 19:17:41.982227 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 102 rows starting from the beginning of the part | ||
3995 | 2025.07.18 19:17:41.982262 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
3996 | 2025.07.18 19:17:41.982299 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 102 rows starting from the beginning of the part | ||
3997 | 2025.07.18 19:17:41.983313 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1926 rows, containing 4 columns (4 merged, 0 gathered) in 0.001482783 sec., 1298908.876079642 rows/sec., 82.35 MiB/sec. | ||
3998 | 2025.07.18 19:17:41.983537 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3999 | 2025.07.18 19:17:41.983789 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_26_5} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4000 | 2025.07.18 19:17:41.983859 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_26_5} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4001 | 2025.07.18 19:17:41.983931 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
4002 | 2025.07.18 19:17:42.000225 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.63 MiB, peak 219.66 MiB, free memory in arenas 0.00 B, will set to 214.23 MiB (RSS), difference: -1.40 MiB | ||
4003 | 2025.07.18 19:17:46.954602 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4004 | 2025.07.18 19:17:46.954803 [ 4 ] {ab988813-4b7b-40cd-b313-e082951f159d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4005 | 2025.07.18 19:17:46.954872 [ 4 ] {ab988813-4b7b-40cd-b313-e082951f159d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4006 | 2025.07.18 19:17:46.955558 [ 4 ] {ab988813-4b7b-40cd-b313-e082951f159d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4007 | 2025.07.18 19:17:46.955612 [ 4 ] {ab988813-4b7b-40cd-b313-e082951f159d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4008 | 2025.07.18 19:17:46.956021 [ 4 ] {ab988813-4b7b-40cd-b313-e082951f159d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4009 | 2025.07.18 19:17:46.956254 [ 4 ] {ab988813-4b7b-40cd-b313-e082951f159d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4010 | 2025.07.18 19:17:46.956414 [ 4 ] {ab988813-4b7b-40cd-b313-e082951f159d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001659 sec., 33755.27426160337 rows/sec., 2.59 MiB/sec. | ||
4011 | 2025.07.18 19:17:46.956464 [ 4 ] {ab988813-4b7b-40cd-b313-e082951f159d} <Debug> TCPHandler: Processed in 0.001990311 sec. | ||
4012 | 2025.07.18 19:17:46.956596 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4013 | 2025.07.18 19:17:46.956698 [ 4 ] {9fe3618b-bd42-4947-ae92-550fddaa1e0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4014 | 2025.07.18 19:17:46.956742 [ 4 ] {9fe3618b-bd42-4947-ae92-550fddaa1e0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4015 | 2025.07.18 19:17:46.957199 [ 4 ] {9fe3618b-bd42-4947-ae92-550fddaa1e0c} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4016 | 2025.07.18 19:17:46.957238 [ 4 ] {9fe3618b-bd42-4947-ae92-550fddaa1e0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4017 | 2025.07.18 19:17:46.957551 [ 4 ] {9fe3618b-bd42-4947-ae92-550fddaa1e0c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4018 | 2025.07.18 19:17:46.957764 [ 4 ] {9fe3618b-bd42-4947-ae92-550fddaa1e0c} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4019 | 2025.07.18 19:17:46.957896 [ 4 ] {9fe3618b-bd42-4947-ae92-550fddaa1e0c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00122 sec., 52459.016393442624 rows/sec., 4.09 MiB/sec. | ||
4020 | 2025.07.18 19:17:46.957936 [ 4 ] {9fe3618b-bd42-4947-ae92-550fddaa1e0c} <Debug> TCPHandler: Processed in 0.001392131 sec. | ||
4021 | 2025.07.18 19:17:46.958054 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4022 | 2025.07.18 19:17:46.958151 [ 4 ] {1baf1501-faef-4bb0-8ca0-4214bb0a36d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4023 | 2025.07.18 19:17:46.958195 [ 4 ] {1baf1501-faef-4bb0-8ca0-4214bb0a36d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4024 | 2025.07.18 19:17:46.958631 [ 4 ] {1baf1501-faef-4bb0-8ca0-4214bb0a36d8} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4025 | 2025.07.18 19:17:46.958668 [ 4 ] {1baf1501-faef-4bb0-8ca0-4214bb0a36d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4026 | 2025.07.18 19:17:46.959007 [ 4 ] {1baf1501-faef-4bb0-8ca0-4214bb0a36d8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4027 | 2025.07.18 19:17:46.959234 [ 4 ] {1baf1501-faef-4bb0-8ca0-4214bb0a36d8} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4028 | 2025.07.18 19:17:46.959374 [ 4 ] {1baf1501-faef-4bb0-8ca0-4214bb0a36d8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001242 sec., 128824.4766505636 rows/sec., 8.97 MiB/sec. | ||
4029 | 2025.07.18 19:17:46.959411 [ 4 ] {1baf1501-faef-4bb0-8ca0-4214bb0a36d8} <Debug> TCPHandler: Processed in 0.001406922 sec. | ||
4030 | 2025.07.18 19:17:46.959522 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4031 | 2025.07.18 19:17:46.959617 [ 4 ] {ee7d766f-16db-4ca8-b6ae-ed27266abf01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4032 | 2025.07.18 19:17:46.959659 [ 4 ] {ee7d766f-16db-4ca8-b6ae-ed27266abf01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4033 | 2025.07.18 19:17:46.960002 [ 4 ] {ee7d766f-16db-4ca8-b6ae-ed27266abf01} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4034 | 2025.07.18 19:17:46.960038 [ 4 ] {ee7d766f-16db-4ca8-b6ae-ed27266abf01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4035 | 2025.07.18 19:17:46.960348 [ 4 ] {ee7d766f-16db-4ca8-b6ae-ed27266abf01} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4036 | 2025.07.18 19:17:46.960555 [ 4 ] {ee7d766f-16db-4ca8-b6ae-ed27266abf01} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4037 | 2025.07.18 19:17:46.960686 [ 4 ] {ee7d766f-16db-4ca8-b6ae-ed27266abf01} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. | ||
4038 | 2025.07.18 19:17:46.960721 [ 4 ] {ee7d766f-16db-4ca8-b6ae-ed27266abf01} <Debug> TCPHandler: Processed in 0.001249249 sec. | ||
4039 | 2025.07.18 19:17:48.065040 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
4040 | 2025.07.18 19:17:48.065544 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4041 | 2025.07.18 19:17:48.065587 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4042 | 2025.07.18 19:17:48.066094 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4043 | 2025.07.18 19:17:48.066338 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4044 | 2025.07.18 19:17:48.066461 [ 80 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4045 | 2025.07.18 19:17:48.066474 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
4046 | 2025.07.18 19:17:48.066504 [ 80 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4047 | 2025.07.18 19:17:48.066525 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4048 | 2025.07.18 19:17:48.066637 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
4049 | 2025.07.18 19:17:48.066792 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4050 | 2025.07.18 19:17:48.066844 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
4051 | 2025.07.18 19:17:48.066924 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part | ||
4052 | 2025.07.18 19:17:48.066970 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part | ||
4053 | 2025.07.18 19:17:48.067016 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part | ||
4054 | 2025.07.18 19:17:48.067053 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part | ||
4055 | 2025.07.18 19:17:48.067093 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part | ||
4056 | 2025.07.18 19:17:48.069123 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.00253659 sec., 3823637.2452781093 rows/sec., 54.70 MiB/sec. | ||
4057 | 2025.07.18 19:17:48.069509 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4058 | 2025.07.18 19:17:48.069864 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_21_4} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4059 | 2025.07.18 19:17:48.069955 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_21_4} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4060 | 2025.07.18 19:17:48.070086 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
4061 | 2025.07.18 19:17:48.590124 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
4062 | 2025.07.18 19:17:48.607482 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4063 | 2025.07.18 19:17:48.607540 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4064 | 2025.07.18 19:17:48.613096 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4065 | 2025.07.18 19:17:48.613823 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4066 | 2025.07.18 19:17:48.614142 [ 79 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4067 | 2025.07.18 19:17:48.614207 [ 79 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4068 | 2025.07.18 19:17:48.614226 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4069 | 2025.07.18 19:17:48.614336 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
4070 | 2025.07.18 19:17:48.616843 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
4071 | 2025.07.18 19:17:48.618342 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4072 | 2025.07.18 19:17:48.619780 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
4073 | 2025.07.18 19:17:48.624297 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
4074 | 2025.07.18 19:17:48.628794 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
4075 | 2025.07.18 19:17:48.633226 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
4076 | 2025.07.18 19:17:48.637683 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
4077 | 2025.07.18 19:17:48.641886 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
4078 | 2025.07.18 19:17:48.693545 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.079256098 sec., 2006.1547819323632 rows/sec., 10.37 MiB/sec. | ||
4079 | 2025.07.18 19:17:48.696112 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4080 | 2025.07.18 19:17:48.698141 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_21_4} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4081 | 2025.07.18 19:17:48.698223 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_21_4} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4082 | 2025.07.18 19:17:48.700671 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
4083 | 2025.07.18 19:17:49.000204 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.33 MiB, peak 225.89 MiB, free memory in arenas 0.00 B, will set to 221.86 MiB (RSS), difference: 6.53 MiB | ||
4084 | 2025.07.18 19:17:50.578033 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 574 | ||
4085 | 2025.07.18 19:17:50.580196 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4086 | 2025.07.18 19:17:50.580239 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4087 | 2025.07.18 19:17:50.581392 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4088 | 2025.07.18 19:17:50.581648 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4089 | 2025.07.18 19:17:50.581902 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 574 | ||
4090 | 2025.07.18 19:17:51.964841 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4091 | 2025.07.18 19:17:51.965037 [ 4 ] {7c410061-4097-4f5c-813e-762b448e0a3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
4092 | 2025.07.18 19:17:51.965108 [ 4 ] {7c410061-4097-4f5c-813e-762b448e0a3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
4093 | 2025.07.18 19:17:51.966042 [ 4 ] {7c410061-4097-4f5c-813e-762b448e0a3d} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4094 | 2025.07.18 19:17:51.966091 [ 4 ] {7c410061-4097-4f5c-813e-762b448e0a3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4095 | 2025.07.18 19:17:51.966504 [ 4 ] {7c410061-4097-4f5c-813e-762b448e0a3d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4096 | 2025.07.18 19:17:51.966726 [ 4 ] {7c410061-4097-4f5c-813e-762b448e0a3d} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4097 | 2025.07.18 19:17:51.966879 [ 4 ] {7c410061-4097-4f5c-813e-762b448e0a3d} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001896 sec., 206751.0548523207 rows/sec., 13.12 MiB/sec. | ||
4098 | 2025.07.18 19:17:51.966920 [ 4 ] {7c410061-4097-4f5c-813e-762b448e0a3d} <Debug> TCPHandler: Processed in 0.002211114 sec. | ||
4099 | 2025.07.18 19:17:51.967042 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4100 | 2025.07.18 19:17:51.967136 [ 4 ] {8518302f-a175-4309-97c7-6231b565779a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4101 | 2025.07.18 19:17:51.967176 [ 4 ] {8518302f-a175-4309-97c7-6231b565779a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4102 | 2025.07.18 19:17:51.968241 [ 4 ] {8518302f-a175-4309-97c7-6231b565779a} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4103 | 2025.07.18 19:17:51.968278 [ 4 ] {8518302f-a175-4309-97c7-6231b565779a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4104 | 2025.07.18 19:17:51.968665 [ 4 ] {8518302f-a175-4309-97c7-6231b565779a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4105 | 2025.07.18 19:17:51.968883 [ 4 ] {8518302f-a175-4309-97c7-6231b565779a} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4106 | 2025.07.18 19:17:51.969017 [ 4 ] {8518302f-a175-4309-97c7-6231b565779a} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001899 sec., 605055.2922590837 rows/sec., 48.29 MiB/sec. | ||
4107 | 2025.07.18 19:17:51.969054 [ 4 ] {8518302f-a175-4309-97c7-6231b565779a} <Debug> TCPHandler: Processed in 0.002059971 sec. | ||
4108 | 2025.07.18 19:17:51.969176 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4109 | 2025.07.18 19:17:51.969270 [ 4 ] {f34b78e2-5fd3-4c67-bf88-aacfe0e271d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4110 | 2025.07.18 19:17:51.969309 [ 4 ] {f34b78e2-5fd3-4c67-bf88-aacfe0e271d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4111 | 2025.07.18 19:17:51.969881 [ 4 ] {f34b78e2-5fd3-4c67-bf88-aacfe0e271d6} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4112 | 2025.07.18 19:17:51.969918 [ 4 ] {f34b78e2-5fd3-4c67-bf88-aacfe0e271d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4113 | 2025.07.18 19:17:51.970231 [ 4 ] {f34b78e2-5fd3-4c67-bf88-aacfe0e271d6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4114 | 2025.07.18 19:17:51.970444 [ 4 ] {f34b78e2-5fd3-4c67-bf88-aacfe0e271d6} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4115 | 2025.07.18 19:17:51.970571 [ 4 ] {f34b78e2-5fd3-4c67-bf88-aacfe0e271d6} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001319 sec., 179681.57695223653 rows/sec., 11.00 MiB/sec. | ||
4116 | 2025.07.18 19:17:51.970608 [ 4 ] {f34b78e2-5fd3-4c67-bf88-aacfe0e271d6} <Debug> TCPHandler: Processed in 0.001480442 sec. | ||
4117 | 2025.07.18 19:17:51.970724 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4118 | 2025.07.18 19:17:51.970822 [ 4 ] {2ac0dc21-9fef-48df-b8f6-f9bc69598d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4119 | 2025.07.18 19:17:51.970862 [ 4 ] {2ac0dc21-9fef-48df-b8f6-f9bc69598d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4120 | 2025.07.18 19:17:51.971392 [ 4 ] {2ac0dc21-9fef-48df-b8f6-f9bc69598d80} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4121 | 2025.07.18 19:17:51.971430 [ 4 ] {2ac0dc21-9fef-48df-b8f6-f9bc69598d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4122 | 2025.07.18 19:17:51.971736 [ 4 ] {2ac0dc21-9fef-48df-b8f6-f9bc69598d80} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4123 | 2025.07.18 19:17:51.971942 [ 4 ] {2ac0dc21-9fef-48df-b8f6-f9bc69598d80} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4124 | 2025.07.18 19:17:51.972069 [ 4 ] {2ac0dc21-9fef-48df-b8f6-f9bc69598d80} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001265 sec., 160474.30830039523 rows/sec., 10.35 MiB/sec. | ||
4125 | 2025.07.18 19:17:51.972106 [ 4 ] {2ac0dc21-9fef-48df-b8f6-f9bc69598d80} <Debug> TCPHandler: Processed in 0.001429312 sec. | ||
4126 | 2025.07.18 19:17:51.972229 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4127 | 2025.07.18 19:17:51.972323 [ 4 ] {bcaa2da2-f77f-4ec0-b791-2b37a4988813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
4128 | 2025.07.18 19:17:51.972363 [ 4 ] {bcaa2da2-f77f-4ec0-b791-2b37a4988813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4129 | 2025.07.18 19:17:51.972887 [ 4 ] {bcaa2da2-f77f-4ec0-b791-2b37a4988813} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4130 | 2025.07.18 19:17:51.972924 [ 4 ] {bcaa2da2-f77f-4ec0-b791-2b37a4988813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4131 | 2025.07.18 19:17:51.973228 [ 4 ] {bcaa2da2-f77f-4ec0-b791-2b37a4988813} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4132 | 2025.07.18 19:17:51.973429 [ 4 ] {bcaa2da2-f77f-4ec0-b791-2b37a4988813} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4133 | 2025.07.18 19:17:51.973556 [ 4 ] {bcaa2da2-f77f-4ec0-b791-2b37a4988813} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.00125 sec., 161600 rows/sec., 9.18 MiB/sec. | ||
4134 | 2025.07.18 19:17:51.973592 [ 4 ] {bcaa2da2-f77f-4ec0-b791-2b37a4988813} <Debug> TCPHandler: Processed in 0.001410871 sec. | ||
4135 | 2025.07.18 19:17:51.973715 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4136 | 2025.07.18 19:17:51.973808 [ 4 ] {c56e2191-8e89-4314-82fa-665d8c673df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4137 | 2025.07.18 19:17:51.973847 [ 4 ] {c56e2191-8e89-4314-82fa-665d8c673df7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4138 | 2025.07.18 19:17:51.974591 [ 4 ] {c56e2191-8e89-4314-82fa-665d8c673df7} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4139 | 2025.07.18 19:17:51.974628 [ 4 ] {c56e2191-8e89-4314-82fa-665d8c673df7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4140 | 2025.07.18 19:17:51.974959 [ 4 ] {c56e2191-8e89-4314-82fa-665d8c673df7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4141 | 2025.07.18 19:17:51.975163 [ 4 ] {c56e2191-8e89-4314-82fa-665d8c673df7} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4142 | 2025.07.18 19:17:51.975290 [ 4 ] {c56e2191-8e89-4314-82fa-665d8c673df7} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.0015 sec., 462000 rows/sec., 32.46 MiB/sec. | ||
4143 | 2025.07.18 19:17:51.975327 [ 4 ] {c56e2191-8e89-4314-82fa-665d8c673df7} <Debug> TCPHandler: Processed in 0.001660046 sec. | ||
4144 | 2025.07.18 19:17:51.975449 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4145 | 2025.07.18 19:17:51.975544 [ 4 ] {342e5143-8bbc-48e8-8200-9997ed54fd0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
4146 | 2025.07.18 19:17:51.975585 [ 4 ] {342e5143-8bbc-48e8-8200-9997ed54fd0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4147 | 2025.07.18 19:17:51.975942 [ 4 ] {342e5143-8bbc-48e8-8200-9997ed54fd0e} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4148 | 2025.07.18 19:17:51.975978 [ 4 ] {342e5143-8bbc-48e8-8200-9997ed54fd0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4149 | 2025.07.18 19:17:51.976270 [ 4 ] {342e5143-8bbc-48e8-8200-9997ed54fd0e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4150 | 2025.07.18 19:17:51.976478 [ 4 ] {342e5143-8bbc-48e8-8200-9997ed54fd0e} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4151 | 2025.07.18 19:17:51.976602 [ 4 ] {342e5143-8bbc-48e8-8200-9997ed54fd0e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001076 sec., 5576.208178438662 rows/sec., 291.34 KiB/sec. | ||
4152 | 2025.07.18 19:17:51.976637 [ 4 ] {342e5143-8bbc-48e8-8200-9997ed54fd0e} <Debug> TCPHandler: Processed in 0.001235449 sec. | ||
4153 | 2025.07.18 19:17:51.976753 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4154 | 2025.07.18 19:17:51.976846 [ 4 ] {992ac2cc-3754-427f-af1f-fd67928dc03a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4155 | 2025.07.18 19:17:51.976888 [ 4 ] {992ac2cc-3754-427f-af1f-fd67928dc03a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4156 | 2025.07.18 19:17:51.977352 [ 4 ] {992ac2cc-3754-427f-af1f-fd67928dc03a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4157 | 2025.07.18 19:17:51.977388 [ 4 ] {992ac2cc-3754-427f-af1f-fd67928dc03a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4158 | 2025.07.18 19:17:51.977706 [ 4 ] {992ac2cc-3754-427f-af1f-fd67928dc03a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4159 | 2025.07.18 19:17:51.977915 [ 4 ] {992ac2cc-3754-427f-af1f-fd67928dc03a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4160 | 2025.07.18 19:17:51.978044 [ 4 ] {992ac2cc-3754-427f-af1f-fd67928dc03a} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001215 sec., 252674.89711934156 rows/sec., 16.62 MiB/sec. | ||
4161 | 2025.07.18 19:17:51.978078 [ 4 ] {992ac2cc-3754-427f-af1f-fd67928dc03a} <Debug> TCPHandler: Processed in 0.001372631 sec. | ||
4162 | 2025.07.18 19:17:51.978189 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4163 | 2025.07.18 19:17:51.978282 [ 4 ] {15e99eb4-9f55-4952-8957-47256a402b08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
4164 | 2025.07.18 19:17:51.978323 [ 4 ] {15e99eb4-9f55-4952-8957-47256a402b08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4165 | 2025.07.18 19:17:51.978633 [ 4 ] {15e99eb4-9f55-4952-8957-47256a402b08} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4166 | 2025.07.18 19:17:51.978669 [ 4 ] {15e99eb4-9f55-4952-8957-47256a402b08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4167 | 2025.07.18 19:17:51.978961 [ 4 ] {15e99eb4-9f55-4952-8957-47256a402b08} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4168 | 2025.07.18 19:17:51.979157 [ 4 ] {15e99eb4-9f55-4952-8957-47256a402b08} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4169 | 2025.07.18 19:17:51.979281 [ 4 ] {15e99eb4-9f55-4952-8957-47256a402b08} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001017 sec., 983.2841691248772 rows/sec., 66.26 KiB/sec. | ||
4170 | 2025.07.18 19:17:51.979316 [ 4 ] {15e99eb4-9f55-4952-8957-47256a402b08} <Debug> TCPHandler: Processed in 0.001173868 sec. | ||
4171 | 2025.07.18 19:17:51.979426 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4172 | 2025.07.18 19:17:51.979518 [ 4 ] {68ac84fa-f5a7-4979-a002-72ab50c2d14a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4173 | 2025.07.18 19:17:51.979571 [ 4 ] {68ac84fa-f5a7-4979-a002-72ab50c2d14a} <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 | ||
4174 | 2025.07.18 19:17:51.980426 [ 4 ] {68ac84fa-f5a7-4979-a002-72ab50c2d14a} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4175 | 2025.07.18 19:17:51.980465 [ 4 ] {68ac84fa-f5a7-4979-a002-72ab50c2d14a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4176 | 2025.07.18 19:17:51.981013 [ 4 ] {68ac84fa-f5a7-4979-a002-72ab50c2d14a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4177 | 2025.07.18 19:17:51.981225 [ 4 ] {68ac84fa-f5a7-4979-a002-72ab50c2d14a} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4178 | 2025.07.18 19:17:51.981357 [ 4 ] {68ac84fa-f5a7-4979-a002-72ab50c2d14a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001856 sec., 22090.51724137931 rows/sec., 39.59 MiB/sec. | ||
4179 | 2025.07.18 19:17:51.981406 [ 4 ] {68ac84fa-f5a7-4979-a002-72ab50c2d14a} <Debug> TCPHandler: Processed in 0.002027681 sec. | ||
4180 | 2025.07.18 19:17:51.981526 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4181 | 2025.07.18 19:17:51.981619 [ 4 ] {e9211f75-60ed-4ed8-84d5-1397b8938077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4182 | 2025.07.18 19:17:51.981659 [ 4 ] {e9211f75-60ed-4ed8-84d5-1397b8938077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4183 | 2025.07.18 19:17:51.982013 [ 4 ] {e9211f75-60ed-4ed8-84d5-1397b8938077} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4184 | 2025.07.18 19:17:51.982049 [ 4 ] {e9211f75-60ed-4ed8-84d5-1397b8938077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4185 | 2025.07.18 19:17:51.982355 [ 4 ] {e9211f75-60ed-4ed8-84d5-1397b8938077} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4186 | 2025.07.18 19:17:51.982561 [ 4 ] {e9211f75-60ed-4ed8-84d5-1397b8938077} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4187 | 2025.07.18 19:17:51.982685 [ 4 ] {e9211f75-60ed-4ed8-84d5-1397b8938077} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001084 sec., 94095.9409594096 rows/sec., 5.78 MiB/sec. | ||
4188 | 2025.07.18 19:17:51.982719 [ 4 ] {e9211f75-60ed-4ed8-84d5-1397b8938077} <Debug> TCPHandler: Processed in 0.001241128 sec. | ||
4189 | 2025.07.18 19:17:55.460361 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4190 | 2025.07.18 19:17:55.460423 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4191 | 2025.07.18 19:17:55.566622 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
4192 | 2025.07.18 19:17:55.567112 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4193 | 2025.07.18 19:17:55.567156 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4194 | 2025.07.18 19:17:55.567752 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4195 | 2025.07.18 19:17:55.567998 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4196 | 2025.07.18 19:17:55.568126 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
4197 | 2025.07.18 19:17:56.116965 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
4198 | 2025.07.18 19:17:56.132880 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4199 | 2025.07.18 19:17:56.132931 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4200 | 2025.07.18 19:17:56.138804 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4201 | 2025.07.18 19:17:56.139579 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4202 | 2025.07.18 19:17:56.142210 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
4203 | 2025.07.18 19:17:56.951041 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4204 | 2025.07.18 19:17:56.951236 [ 4 ] {77b13ab6-1c5f-4648-9e6b-ee7c9c27b20c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4205 | 2025.07.18 19:17:56.951308 [ 4 ] {77b13ab6-1c5f-4648-9e6b-ee7c9c27b20c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4206 | 2025.07.18 19:17:56.951989 [ 4 ] {77b13ab6-1c5f-4648-9e6b-ee7c9c27b20c} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4207 | 2025.07.18 19:17:56.952038 [ 4 ] {77b13ab6-1c5f-4648-9e6b-ee7c9c27b20c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4208 | 2025.07.18 19:17:56.952438 [ 4 ] {77b13ab6-1c5f-4648-9e6b-ee7c9c27b20c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4209 | 2025.07.18 19:17:56.952686 [ 4 ] {77b13ab6-1c5f-4648-9e6b-ee7c9c27b20c} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4210 | 2025.07.18 19:17:56.952837 [ 4 ] {77b13ab6-1c5f-4648-9e6b-ee7c9c27b20c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001654 sec., 33857.31559854897 rows/sec., 2.60 MiB/sec. | ||
4211 | 2025.07.18 19:17:56.952878 [ 4 ] {77b13ab6-1c5f-4648-9e6b-ee7c9c27b20c} <Debug> TCPHandler: Processed in 0.001971191 sec. | ||
4212 | 2025.07.18 19:17:56.952994 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4213 | 2025.07.18 19:17:56.953087 [ 4 ] {fe9d70de-c649-4ffa-8527-d9e4caffb772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4214 | 2025.07.18 19:17:56.953127 [ 4 ] {fe9d70de-c649-4ffa-8527-d9e4caffb772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4215 | 2025.07.18 19:17:56.953532 [ 4 ] {fe9d70de-c649-4ffa-8527-d9e4caffb772} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4216 | 2025.07.18 19:17:56.953568 [ 4 ] {fe9d70de-c649-4ffa-8527-d9e4caffb772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4217 | 2025.07.18 19:17:56.953890 [ 4 ] {fe9d70de-c649-4ffa-8527-d9e4caffb772} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4218 | 2025.07.18 19:17:56.954099 [ 4 ] {fe9d70de-c649-4ffa-8527-d9e4caffb772} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4219 | 2025.07.18 19:17:56.954226 [ 4 ] {fe9d70de-c649-4ffa-8527-d9e4caffb772} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001157 sec., 55315.471045808124 rows/sec., 4.32 MiB/sec. | ||
4220 | 2025.07.18 19:17:56.954262 [ 4 ] {fe9d70de-c649-4ffa-8527-d9e4caffb772} <Debug> TCPHandler: Processed in 0.00131584 sec. | ||
4221 | 2025.07.18 19:17:56.954372 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4222 | 2025.07.18 19:17:56.954464 [ 4 ] {4b576a71-c5da-4b64-8f4b-29b0bc27d21c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4223 | 2025.07.18 19:17:56.954508 [ 4 ] {4b576a71-c5da-4b64-8f4b-29b0bc27d21c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4224 | 2025.07.18 19:17:56.954920 [ 4 ] {4b576a71-c5da-4b64-8f4b-29b0bc27d21c} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4225 | 2025.07.18 19:17:56.954956 [ 4 ] {4b576a71-c5da-4b64-8f4b-29b0bc27d21c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4226 | 2025.07.18 19:17:56.955280 [ 4 ] {4b576a71-c5da-4b64-8f4b-29b0bc27d21c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4227 | 2025.07.18 19:17:56.955497 [ 4 ] {4b576a71-c5da-4b64-8f4b-29b0bc27d21c} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4228 | 2025.07.18 19:17:56.955624 [ 4 ] {4b576a71-c5da-4b64-8f4b-29b0bc27d21c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. | ||
4229 | 2025.07.18 19:17:56.955660 [ 4 ] {4b576a71-c5da-4b64-8f4b-29b0bc27d21c} <Debug> TCPHandler: Processed in 0.001334531 sec. | ||
4230 | 2025.07.18 19:17:56.955769 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4231 | 2025.07.18 19:17:56.955861 [ 4 ] {1e09cb46-b3dd-4950-b6e9-6a9dc0dfabe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4232 | 2025.07.18 19:17:56.955901 [ 4 ] {1e09cb46-b3dd-4950-b6e9-6a9dc0dfabe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4233 | 2025.07.18 19:17:56.956232 [ 4 ] {1e09cb46-b3dd-4950-b6e9-6a9dc0dfabe8} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4234 | 2025.07.18 19:17:56.956268 [ 4 ] {1e09cb46-b3dd-4950-b6e9-6a9dc0dfabe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4235 | 2025.07.18 19:17:56.956571 [ 4 ] {1e09cb46-b3dd-4950-b6e9-6a9dc0dfabe8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4236 | 2025.07.18 19:17:56.956791 [ 4 ] {1e09cb46-b3dd-4950-b6e9-6a9dc0dfabe8} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4237 | 2025.07.18 19:17:56.956916 [ 4 ] {1e09cb46-b3dd-4950-b6e9-6a9dc0dfabe8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. | ||
4238 | 2025.07.18 19:17:56.956950 [ 4 ] {1e09cb46-b3dd-4950-b6e9-6a9dc0dfabe8} <Debug> TCPHandler: Processed in 0.001228039 sec. | ||
4239 | 2025.07.18 19:18:00.582160 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 604 | ||
4240 | 2025.07.18 19:18:00.584442 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4241 | 2025.07.18 19:18:00.584490 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4242 | 2025.07.18 19:18:00.585686 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4243 | 2025.07.18 19:18:00.585945 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4244 | 2025.07.18 19:18:00.586107 [ 66 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4245 | 2025.07.18 19:18:00.586173 [ 66 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4246 | 2025.07.18 19:18:00.586193 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4247 | 2025.07.18 19:18:00.586201 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 604 | ||
4248 | 2025.07.18 19:18:00.586327 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
4249 | 2025.07.18 19:18:00.586969 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4250 | 2025.07.18 19:18:00.587120 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 452 rows starting from the beginning of the part | ||
4251 | 2025.07.18 19:18:00.587497 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
4252 | 2025.07.18 19:18:00.587850 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part | ||
4253 | 2025.07.18 19:18:00.588216 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part | ||
4254 | 2025.07.18 19:18:00.588585 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
4255 | 2025.07.18 19:18:00.588916 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part | ||
4256 | 2025.07.18 19:18:00.595269 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 604 rows, containing 72 columns (72 merged, 0 gathered) in 0.009009399 sec., 67041.09785791484 rows/sec., 56.96 MiB/sec. | ||
4257 | 2025.07.18 19:18:00.596029 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4258 | 2025.07.18 19:18:00.596517 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4259 | 2025.07.18 19:18:00.596588 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4260 | 2025.07.18 19:18:00.596756 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.94 MiB. | ||
4261 | 2025.07.18 19:18:01.963963 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4262 | 2025.07.18 19:18:01.964145 [ 4 ] {6f48d468-9228-486c-abdb-c86d76e311b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
4263 | 2025.07.18 19:18:01.964215 [ 4 ] {6f48d468-9228-486c-abdb-c86d76e311b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
4264 | 2025.07.18 19:18:01.965018 [ 4 ] {6f48d468-9228-486c-abdb-c86d76e311b5} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4265 | 2025.07.18 19:18:01.965067 [ 4 ] {6f48d468-9228-486c-abdb-c86d76e311b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4266 | 2025.07.18 19:18:01.965479 [ 4 ] {6f48d468-9228-486c-abdb-c86d76e311b5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4267 | 2025.07.18 19:18:01.965704 [ 4 ] {6f48d468-9228-486c-abdb-c86d76e311b5} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4268 | 2025.07.18 19:18:01.965852 [ 4 ] {6f48d468-9228-486c-abdb-c86d76e311b5} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001762 sec., 222474.4608399546 rows/sec., 14.11 MiB/sec. | ||
4269 | 2025.07.18 19:18:01.965894 [ 4 ] {6f48d468-9228-486c-abdb-c86d76e311b5} <Debug> TCPHandler: Processed in 0.002053222 sec. | ||
4270 | 2025.07.18 19:18:01.966008 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4271 | 2025.07.18 19:18:01.966103 [ 4 ] {d5fee2a9-b5e7-443e-8d0f-a1de6ccd83c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
4272 | 2025.07.18 19:18:01.966145 [ 4 ] {d5fee2a9-b5e7-443e-8d0f-a1de6ccd83c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4273 | 2025.07.18 19:18:01.966533 [ 4 ] {d5fee2a9-b5e7-443e-8d0f-a1de6ccd83c5} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4274 | 2025.07.18 19:18:01.966568 [ 4 ] {d5fee2a9-b5e7-443e-8d0f-a1de6ccd83c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4275 | 2025.07.18 19:18:01.966865 [ 4 ] {d5fee2a9-b5e7-443e-8d0f-a1de6ccd83c5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4276 | 2025.07.18 19:18:01.967069 [ 4 ] {d5fee2a9-b5e7-443e-8d0f-a1de6ccd83c5} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4277 | 2025.07.18 19:18:01.967193 [ 4 ] {d5fee2a9-b5e7-443e-8d0f-a1de6ccd83c5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001109 sec., 3606.853020739405 rows/sec., 294.11 KiB/sec. | ||
4278 | 2025.07.18 19:18:01.967230 [ 4 ] {d5fee2a9-b5e7-443e-8d0f-a1de6ccd83c5} <Debug> TCPHandler: Processed in 0.001272709 sec. | ||
4279 | 2025.07.18 19:18:01.967335 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4280 | 2025.07.18 19:18:01.967429 [ 4 ] {83f1e212-17cf-4583-9d2e-904189e6bbb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4281 | 2025.07.18 19:18:01.967468 [ 4 ] {83f1e212-17cf-4583-9d2e-904189e6bbb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4282 | 2025.07.18 19:18:01.968213 [ 4 ] {83f1e212-17cf-4583-9d2e-904189e6bbb9} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4283 | 2025.07.18 19:18:01.968248 [ 4 ] {83f1e212-17cf-4583-9d2e-904189e6bbb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4284 | 2025.07.18 19:18:01.968626 [ 4 ] {83f1e212-17cf-4583-9d2e-904189e6bbb9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4285 | 2025.07.18 19:18:01.968850 [ 4 ] {83f1e212-17cf-4583-9d2e-904189e6bbb9} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4286 | 2025.07.18 19:18:01.968975 [ 4 ] {83f1e212-17cf-4583-9d2e-904189e6bbb9} <Debug> executeQuery: Read 1151 rows, 94.05 KiB in 0.001564 sec., 735933.5038363171 rows/sec., 58.73 MiB/sec. | ||
4287 | 2025.07.18 19:18:01.969011 [ 4 ] {83f1e212-17cf-4583-9d2e-904189e6bbb9} <Debug> TCPHandler: Processed in 0.001725796 sec. | ||
4288 | 2025.07.18 19:18:01.969118 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4289 | 2025.07.18 19:18:01.969211 [ 4 ] {8cc073ea-3747-4a28-bc3f-358b81e21485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4290 | 2025.07.18 19:18:01.969251 [ 4 ] {8cc073ea-3747-4a28-bc3f-358b81e21485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4291 | 2025.07.18 19:18:01.969719 [ 4 ] {8cc073ea-3747-4a28-bc3f-358b81e21485} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4292 | 2025.07.18 19:18:01.969753 [ 4 ] {8cc073ea-3747-4a28-bc3f-358b81e21485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4293 | 2025.07.18 19:18:01.970065 [ 4 ] {8cc073ea-3747-4a28-bc3f-358b81e21485} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4294 | 2025.07.18 19:18:01.970276 [ 4 ] {8cc073ea-3747-4a28-bc3f-358b81e21485} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4295 | 2025.07.18 19:18:01.970370 [ 59 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
4296 | 2025.07.18 19:18:01.970403 [ 4 ] {8cc073ea-3747-4a28-bc3f-358b81e21485} <Debug> executeQuery: Read 241 rows, 15.14 KiB in 0.00121 sec., 199173.55371900828 rows/sec., 12.22 MiB/sec. | ||
4297 | 2025.07.18 19:18:01.970426 [ 59 ] {} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4298 | 2025.07.18 19:18:01.970441 [ 4 ] {8cc073ea-3747-4a28-bc3f-358b81e21485} <Debug> TCPHandler: Processed in 0.001371661 sec. | ||
4299 | 2025.07.18 19:18:01.970461 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4300 | 2025.07.18 19:18:01.970563 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4301 | 2025.07.18 19:18:01.970576 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::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 | ||
4302 | 2025.07.18 19:18:01.970658 [ 4 ] {6d0751e5-5a0f-485e-9321-d32345baa47d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4303 | 2025.07.18 19:18:01.970702 [ 4 ] {6d0751e5-5a0f-485e-9321-d32345baa47d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4304 | 2025.07.18 19:18:01.970723 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4305 | 2025.07.18 19:18:01.970763 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 249 rows starting from the beginning of the part | ||
4306 | 2025.07.18 19:18:01.970829 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part | ||
4307 | 2025.07.18 19:18:01.970877 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 249 rows starting from the beginning of the part | ||
4308 | 2025.07.18 19:18:01.970921 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 237 rows starting from the beginning of the part | ||
4309 | 2025.07.18 19:18:01.970959 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 237 rows starting from the beginning of the part | ||
4310 | 2025.07.18 19:18:01.971007 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 241 rows starting from the beginning of the part | ||
4311 | 2025.07.18 19:18:01.971154 [ 4 ] {6d0751e5-5a0f-485e-9321-d32345baa47d} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4312 | 2025.07.18 19:18:01.971196 [ 4 ] {6d0751e5-5a0f-485e-9321-d32345baa47d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4313 | 2025.07.18 19:18:01.971606 [ 4 ] {6d0751e5-5a0f-485e-9321-d32345baa47d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4314 | 2025.07.18 19:18:01.971829 [ 4 ] {6d0751e5-5a0f-485e-9321-d32345baa47d} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4315 | 2025.07.18 19:18:01.971956 [ 4 ] {6d0751e5-5a0f-485e-9321-d32345baa47d} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001316 sec., 154255.3191489362 rows/sec., 9.95 MiB/sec. | ||
4316 | 2025.07.18 19:18:01.971995 [ 4 ] {6d0751e5-5a0f-485e-9321-d32345baa47d} <Debug> TCPHandler: Processed in 0.001488123 sec. | ||
4317 | 2025.07.18 19:18:01.972068 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1450 rows, containing 5 columns (5 merged, 0 gathered) in 0.001539903 sec., 941617.7512479682 rows/sec., 61.37 MiB/sec. | ||
4318 | 2025.07.18 19:18:01.972111 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4319 | 2025.07.18 19:18:01.972212 [ 4 ] {a092893d-d873-415d-85f0-4932e766ecef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
4320 | 2025.07.18 19:18:01.972252 [ 4 ] {a092893d-d873-415d-85f0-4932e766ecef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4321 | 2025.07.18 19:18:01.972272 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
4322 | 2025.07.18 19:18:01.972544 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4323 | 2025.07.18 19:18:01.972607 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
4324 | 2025.07.18 19:18:01.972683 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
4325 | 2025.07.18 19:18:01.972697 [ 4 ] {a092893d-d873-415d-85f0-4932e766ecef} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4326 | 2025.07.18 19:18:01.972731 [ 4 ] {a092893d-d873-415d-85f0-4932e766ecef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4327 | 2025.07.18 19:18:01.973037 [ 4 ] {a092893d-d873-415d-85f0-4932e766ecef} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4328 | 2025.07.18 19:18:01.973250 [ 4 ] {a092893d-d873-415d-85f0-4932e766ecef} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4329 | 2025.07.18 19:18:01.973373 [ 4 ] {a092893d-d873-415d-85f0-4932e766ecef} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.00118 sec., 171186.4406779661 rows/sec., 9.72 MiB/sec. | ||
4330 | 2025.07.18 19:18:01.973410 [ 4 ] {a092893d-d873-415d-85f0-4932e766ecef} <Debug> TCPHandler: Processed in 0.00134761 sec. | ||
4331 | 2025.07.18 19:18:01.973519 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4332 | 2025.07.18 19:18:01.973613 [ 4 ] {f4d81c61-3e99-4e29-a27f-1e65b3042c12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4333 | 2025.07.18 19:18:01.973653 [ 4 ] {f4d81c61-3e99-4e29-a27f-1e65b3042c12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4334 | 2025.07.18 19:18:01.974250 [ 4 ] {f4d81c61-3e99-4e29-a27f-1e65b3042c12} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4335 | 2025.07.18 19:18:01.974282 [ 4 ] {f4d81c61-3e99-4e29-a27f-1e65b3042c12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4336 | 2025.07.18 19:18:01.974598 [ 4 ] {f4d81c61-3e99-4e29-a27f-1e65b3042c12} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4337 | 2025.07.18 19:18:01.974787 [ 4 ] {f4d81c61-3e99-4e29-a27f-1e65b3042c12} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4338 | 2025.07.18 19:18:01.974903 [ 4 ] {f4d81c61-3e99-4e29-a27f-1e65b3042c12} <Debug> executeQuery: Read 697 rows, 50.18 KiB in 0.001359 sec., 512877.11552612216 rows/sec., 36.06 MiB/sec. | ||
4339 | 2025.07.18 19:18:01.974937 [ 4 ] {f4d81c61-3e99-4e29-a27f-1e65b3042c12} <Debug> TCPHandler: Processed in 0.001521873 sec. | ||
4340 | 2025.07.18 19:18:01.975037 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4341 | 2025.07.18 19:18:01.975198 [ 4 ] {968f1cf8-2771-4678-87ca-b85c32a8a13a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
4342 | 2025.07.18 19:18:01.975240 [ 4 ] {968f1cf8-2771-4678-87ca-b85c32a8a13a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4343 | 2025.07.18 19:18:01.975572 [ 4 ] {968f1cf8-2771-4678-87ca-b85c32a8a13a} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4344 | 2025.07.18 19:18:01.975605 [ 4 ] {968f1cf8-2771-4678-87ca-b85c32a8a13a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4345 | 2025.07.18 19:18:01.975899 [ 4 ] {968f1cf8-2771-4678-87ca-b85c32a8a13a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4346 | 2025.07.18 19:18:01.976103 [ 4 ] {968f1cf8-2771-4678-87ca-b85c32a8a13a} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4347 | 2025.07.18 19:18:01.976229 [ 4 ] {968f1cf8-2771-4678-87ca-b85c32a8a13a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00105 sec., 5714.285714285715 rows/sec., 298.55 KiB/sec. | ||
4348 | 2025.07.18 19:18:01.976264 [ 4 ] {968f1cf8-2771-4678-87ca-b85c32a8a13a} <Debug> TCPHandler: Processed in 0.001213428 sec. | ||
4349 | 2025.07.18 19:18:01.976368 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4350 | 2025.07.18 19:18:01.976461 [ 4 ] {249ecf40-ca07-41bb-bca5-ce700c1d3e78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4351 | 2025.07.18 19:18:01.976504 [ 4 ] {249ecf40-ca07-41bb-bca5-ce700c1d3e78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4352 | 2025.07.18 19:18:01.976916 [ 4 ] {249ecf40-ca07-41bb-bca5-ce700c1d3e78} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4353 | 2025.07.18 19:18:01.976950 [ 4 ] {249ecf40-ca07-41bb-bca5-ce700c1d3e78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4354 | 2025.07.18 19:18:01.977275 [ 4 ] {249ecf40-ca07-41bb-bca5-ce700c1d3e78} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4355 | 2025.07.18 19:18:01.977481 [ 4 ] {249ecf40-ca07-41bb-bca5-ce700c1d3e78} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4356 | 2025.07.18 19:18:01.977611 [ 4 ] {249ecf40-ca07-41bb-bca5-ce700c1d3e78} <Debug> executeQuery: Read 309 rows, 20.82 KiB in 0.001167 sec., 264781.49100257066 rows/sec., 17.42 MiB/sec. | ||
4357 | 2025.07.18 19:18:01.977647 [ 4 ] {249ecf40-ca07-41bb-bca5-ce700c1d3e78} <Debug> TCPHandler: Processed in 0.00132825 sec. | ||
4358 | 2025.07.18 19:18:01.977771 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4359 | 2025.07.18 19:18:01.977890 [ 4 ] {ef156c36-7d0b-4487-9463-40e3d121c251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
4360 | 2025.07.18 19:18:01.977942 [ 4 ] {ef156c36-7d0b-4487-9463-40e3d121c251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4361 | 2025.07.18 19:18:01.978288 [ 4 ] {ef156c36-7d0b-4487-9463-40e3d121c251} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4362 | 2025.07.18 19:18:01.978322 [ 4 ] {ef156c36-7d0b-4487-9463-40e3d121c251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4363 | 2025.07.18 19:18:01.978633 [ 4 ] {ef156c36-7d0b-4487-9463-40e3d121c251} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4364 | 2025.07.18 19:18:01.978837 [ 4 ] {ef156c36-7d0b-4487-9463-40e3d121c251} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4365 | 2025.07.18 19:18:01.978923 [ 59 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
4366 | 2025.07.18 19:18:01.978955 [ 59 ] {} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4367 | 2025.07.18 19:18:01.978963 [ 4 ] {ef156c36-7d0b-4487-9463-40e3d121c251} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001098 sec., 910.7468123861566 rows/sec., 61.37 KiB/sec. | ||
4368 | 2025.07.18 19:18:01.978972 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4369 | 2025.07.18 19:18:01.979001 [ 4 ] {ef156c36-7d0b-4487-9463-40e3d121c251} <Debug> TCPHandler: Processed in 0.00129038 sec. | ||
4370 | 2025.07.18 19:18:01.979081 [ 189 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
4371 | 2025.07.18 19:18:01.979110 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4372 | 2025.07.18 19:18:01.979210 [ 4 ] {43cf738a-7839-4110-a3a7-250ef31c019a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4373 | 2025.07.18 19:18:01.979213 [ 189 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4374 | 2025.07.18 19:18:01.979265 [ 189 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
4375 | 2025.07.18 19:18:01.979269 [ 4 ] {43cf738a-7839-4110-a3a7-250ef31c019a} <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 | ||
4376 | 2025.07.18 19:18:01.979335 [ 189 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
4377 | 2025.07.18 19:18:01.979387 [ 189 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
4378 | 2025.07.18 19:18:01.979425 [ 189 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
4379 | 2025.07.18 19:18:01.979464 [ 189 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
4380 | 2025.07.18 19:18:01.979503 [ 189 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
4381 | 2025.07.18 19:18:01.980106 [ 4 ] {43cf738a-7839-4110-a3a7-250ef31c019a} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4382 | 2025.07.18 19:18:01.980147 [ 4 ] {43cf738a-7839-4110-a3a7-250ef31c019a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4383 | 2025.07.18 19:18:01.980312 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.00128623 sec., 11661.988913335874 rows/sec., 785.82 KiB/sec. | ||
4384 | 2025.07.18 19:18:01.980455 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
4385 | 2025.07.18 19:18:01.980748 [ 4 ] {43cf738a-7839-4110-a3a7-250ef31c019a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4386 | 2025.07.18 19:18:01.980752 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_15_3} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4387 | 2025.07.18 19:18:01.980843 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_15_3} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
4388 | 2025.07.18 19:18:01.980919 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4389 | 2025.07.18 19:18:01.981009 [ 4 ] {43cf738a-7839-4110-a3a7-250ef31c019a} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4390 | 2025.07.18 19:18:01.981155 [ 4 ] {43cf738a-7839-4110-a3a7-250ef31c019a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001963 sec., 20886.398369842078 rows/sec., 37.43 MiB/sec. | ||
4391 | 2025.07.18 19:18:01.981208 [ 4 ] {43cf738a-7839-4110-a3a7-250ef31c019a} <Debug> TCPHandler: Processed in 0.002146583 sec. | ||
4392 | 2025.07.18 19:18:01.981326 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4393 | 2025.07.18 19:18:01.981420 [ 4 ] {c0a18fc0-32f0-4c30-973b-50bf65e6b65e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4394 | 2025.07.18 19:18:01.981462 [ 4 ] {c0a18fc0-32f0-4c30-973b-50bf65e6b65e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4395 | 2025.07.18 19:18:01.981787 [ 4 ] {c0a18fc0-32f0-4c30-973b-50bf65e6b65e} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4396 | 2025.07.18 19:18:01.981821 [ 4 ] {c0a18fc0-32f0-4c30-973b-50bf65e6b65e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4397 | 2025.07.18 19:18:01.982123 [ 4 ] {c0a18fc0-32f0-4c30-973b-50bf65e6b65e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4398 | 2025.07.18 19:18:01.982330 [ 4 ] {c0a18fc0-32f0-4c30-973b-50bf65e6b65e} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4399 | 2025.07.18 19:18:01.982454 [ 4 ] {c0a18fc0-32f0-4c30-973b-50bf65e6b65e} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001052 sec., 96958.17490494296 rows/sec., 5.96 MiB/sec. | ||
4400 | 2025.07.18 19:18:01.982489 [ 4 ] {c0a18fc0-32f0-4c30-973b-50bf65e6b65e} <Debug> TCPHandler: Processed in 0.001211579 sec. | ||
4401 | 2025.07.18 19:18:03.068377 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
4402 | 2025.07.18 19:18:03.069206 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4403 | 2025.07.18 19:18:03.069296 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4404 | 2025.07.18 19:18:03.069859 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4405 | 2025.07.18 19:18:03.070082 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4406 | 2025.07.18 19:18:03.070211 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
4407 | 2025.07.18 19:18:03.642417 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
4408 | 2025.07.18 19:18:03.659275 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4409 | 2025.07.18 19:18:03.659325 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
4410 | 2025.07.18 19:18:03.665753 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4411 | 2025.07.18 19:18:03.666458 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4412 | 2025.07.18 19:18:03.669283 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
4413 | 2025.07.18 19:18:06.951266 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4414 | 2025.07.18 19:18:06.951456 [ 4 ] {1bfbcc51-5f2a-4b11-8f2f-05b499794e93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4415 | 2025.07.18 19:18:06.951523 [ 4 ] {1bfbcc51-5f2a-4b11-8f2f-05b499794e93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4416 | 2025.07.18 19:18:06.952147 [ 4 ] {1bfbcc51-5f2a-4b11-8f2f-05b499794e93} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4417 | 2025.07.18 19:18:06.952195 [ 4 ] {1bfbcc51-5f2a-4b11-8f2f-05b499794e93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4418 | 2025.07.18 19:18:06.952583 [ 4 ] {1bfbcc51-5f2a-4b11-8f2f-05b499794e93} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4419 | 2025.07.18 19:18:06.952821 [ 4 ] {1bfbcc51-5f2a-4b11-8f2f-05b499794e93} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4420 | 2025.07.18 19:18:06.952953 [ 52 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4421 | 2025.07.18 19:18:06.952974 [ 4 ] {1bfbcc51-5f2a-4b11-8f2f-05b499794e93} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001568 sec., 35714.28571428572 rows/sec., 2.74 MiB/sec. | ||
4422 | 2025.07.18 19:18:06.953022 [ 52 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4423 | 2025.07.18 19:18:06.953034 [ 4 ] {1bfbcc51-5f2a-4b11-8f2f-05b499794e93} <Debug> TCPHandler: Processed in 0.00189532 sec. | ||
4424 | 2025.07.18 19:18:06.953048 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4425 | 2025.07.18 19:18:06.953146 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
4426 | 2025.07.18 19:18:06.953160 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4427 | 2025.07.18 19:18:06.953255 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4428 | 2025.07.18 19:18:06.953270 [ 4 ] {42e3c683-3647-4e5c-8e5b-e41bad3ac134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4429 | 2025.07.18 19:18:06.953291 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1157 rows starting from the beginning of the part | ||
4430 | 2025.07.18 19:18:06.953328 [ 4 ] {42e3c683-3647-4e5c-8e5b-e41bad3ac134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4431 | 2025.07.18 19:18:06.953375 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part | ||
4432 | 2025.07.18 19:18:06.953426 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1149 rows starting from the beginning of the part | ||
4433 | 2025.07.18 19:18:06.953470 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
4434 | 2025.07.18 19:18:06.953515 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1151 rows starting from the beginning of the part | ||
4435 | 2025.07.18 19:18:06.953558 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part | ||
4436 | 2025.07.18 19:18:06.953746 [ 4 ] {42e3c683-3647-4e5c-8e5b-e41bad3ac134} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4437 | 2025.07.18 19:18:06.953782 [ 4 ] {42e3c683-3647-4e5c-8e5b-e41bad3ac134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4438 | 2025.07.18 19:18:06.954093 [ 4 ] {42e3c683-3647-4e5c-8e5b-e41bad3ac134} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4439 | 2025.07.18 19:18:06.954336 [ 4 ] {42e3c683-3647-4e5c-8e5b-e41bad3ac134} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4440 | 2025.07.18 19:18:06.954476 [ 51 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4441 | 2025.07.18 19:18:06.954492 [ 4 ] {42e3c683-3647-4e5c-8e5b-e41bad3ac134} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001242 sec., 51529.790660225444 rows/sec., 4.02 MiB/sec. | ||
4442 | 2025.07.18 19:18:06.954512 [ 51 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4443 | 2025.07.18 19:18:06.954531 [ 4 ] {42e3c683-3647-4e5c-8e5b-e41bad3ac134} <Debug> TCPHandler: Processed in 0.001421892 sec. | ||
4444 | 2025.07.18 19:18:06.954531 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4445 | 2025.07.18 19:18:06.954647 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4446 | 2025.07.18 19:18:06.954653 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
4447 | 2025.07.18 19:18:06.954741 [ 4 ] {a702bb16-f9e6-4983-8fa9-867f25489480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4448 | 2025.07.18 19:18:06.954790 [ 4 ] {a702bb16-f9e6-4983-8fa9-867f25489480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4449 | 2025.07.18 19:18:06.954804 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4450 | 2025.07.18 19:18:06.954843 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 727 rows starting from the beginning of the part | ||
4451 | 2025.07.18 19:18:06.954914 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part | ||
4452 | 2025.07.18 19:18:06.954958 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 693 rows starting from the beginning of the part | ||
4453 | 2025.07.18 19:18:06.955001 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
4454 | 2025.07.18 19:18:06.955038 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 697 rows starting from the beginning of the part | ||
4455 | 2025.07.18 19:18:06.955063 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3625 rows, containing 5 columns (5 merged, 0 gathered) in 0.00195673 sec., 1852580.580867059 rows/sec., 154.63 MiB/sec. | ||
4456 | 2025.07.18 19:18:06.955075 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part | ||
4457 | 2025.07.18 19:18:06.955203 [ 4 ] {a702bb16-f9e6-4983-8fa9-867f25489480} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4458 | 2025.07.18 19:18:06.955243 [ 4 ] {a702bb16-f9e6-4983-8fa9-867f25489480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4459 | 2025.07.18 19:18:06.955250 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4460 | 2025.07.18 19:18:06.955532 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_31_6} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4461 | 2025.07.18 19:18:06.955599 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_31_6} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4462 | 2025.07.18 19:18:06.955659 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
4463 | 2025.07.18 19:18:06.955782 [ 4 ] {a702bb16-f9e6-4983-8fa9-867f25489480} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4464 | 2025.07.18 19:18:06.956013 [ 4 ] {a702bb16-f9e6-4983-8fa9-867f25489480} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4465 | 2025.07.18 19:18:06.956113 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4466 | 2025.07.18 19:18:06.956140 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4467 | 2025.07.18 19:18:06.956150 [ 4 ] {a702bb16-f9e6-4983-8fa9-867f25489480} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001427 sec., 112123.33566923616 rows/sec., 7.81 MiB/sec. | ||
4468 | 2025.07.18 19:18:06.956157 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4469 | 2025.07.18 19:18:06.956187 [ 4 ] {a702bb16-f9e6-4983-8fa9-867f25489480} <Debug> TCPHandler: Processed in 0.001591434 sec. | ||
4470 | 2025.07.18 19:18:06.956246 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
4471 | 2025.07.18 19:18:06.956319 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4472 | 2025.07.18 19:18:06.956373 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4473 | 2025.07.18 19:18:06.956413 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 5723 rows starting from the beginning of the part | ||
4474 | 2025.07.18 19:18:06.956426 [ 4 ] {c0a8875b-6677-4d36-9bbc-19782c9ac432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4475 | 2025.07.18 19:18:06.956471 [ 4 ] {c0a8875b-6677-4d36-9bbc-19782c9ac432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4476 | 2025.07.18 19:18:06.956481 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
4477 | 2025.07.18 19:18:06.956532 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 307 rows starting from the beginning of the part | ||
4478 | 2025.07.18 19:18:06.956574 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
4479 | 2025.07.18 19:18:06.956612 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 309 rows starting from the beginning of the part | ||
4480 | 2025.07.18 19:18:06.956653 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
4481 | 2025.07.18 19:18:06.956780 [ 200 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2309 rows, containing 5 columns (5 merged, 0 gathered) in 0.002186963 sec., 1055802.0414611495 rows/sec., 79.04 MiB/sec. | ||
4482 | 2025.07.18 19:18:06.956821 [ 4 ] {c0a8875b-6677-4d36-9bbc-19782c9ac432} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4483 | 2025.07.18 19:18:06.956863 [ 4 ] {c0a8875b-6677-4d36-9bbc-19782c9ac432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4484 | 2025.07.18 19:18:06.956977 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4485 | 2025.07.18 19:18:06.957231 [ 4 ] {c0a8875b-6677-4d36-9bbc-19782c9ac432} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4486 | 2025.07.18 19:18:06.957289 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_31_6} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4487 | 2025.07.18 19:18:06.957382 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_31_6} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4488 | 2025.07.18 19:18:06.957457 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
4489 | 2025.07.18 19:18:06.957490 [ 4 ] {c0a8875b-6677-4d36-9bbc-19782c9ac432} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4490 | 2025.07.18 19:18:06.957594 [ 51 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4491 | 2025.07.18 19:18:06.957623 [ 51 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4492 | 2025.07.18 19:18:06.957630 [ 4 ] {c0a8875b-6677-4d36-9bbc-19782c9ac432} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001223 sec., 49059.68928863451 rows/sec., 3.31 MiB/sec. | ||
4493 | 2025.07.18 19:18:06.957639 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4494 | 2025.07.18 19:18:06.957667 [ 4 ] {c0a8875b-6677-4d36-9bbc-19782c9ac432} <Debug> TCPHandler: Processed in 0.001414182 sec. | ||
4495 | 2025.07.18 19:18:06.957717 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
4496 | 2025.07.18 19:18:06.957819 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4497 | 2025.07.18 19:18:06.957851 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1926 rows starting from the beginning of the part | ||
4498 | 2025.07.18 19:18:06.957907 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
4499 | 2025.07.18 19:18:06.957955 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 102 rows starting from the beginning of the part | ||
4500 | 2025.07.18 19:18:06.958002 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
4501 | 2025.07.18 19:18:06.958046 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 102 rows starting from the beginning of the part | ||
4502 | 2025.07.18 19:18:06.958092 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
4503 | 2025.07.18 19:18:06.959127 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6819 rows, containing 5 columns (5 merged, 0 gathered) in 0.002921005 sec., 2334470.4990234524 rows/sec., 156.43 MiB/sec. | ||
4504 | 2025.07.18 19:18:06.959278 [ 196 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2310 rows, containing 4 columns (4 merged, 0 gathered) in 0.001597545 sec., 1445968.6581598641 rows/sec., 91.87 MiB/sec. | ||
4505 | 2025.07.18 19:18:06.959511 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4506 | 2025.07.18 19:18:06.959657 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4507 | 2025.07.18 19:18:06.959808 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_31_6} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4508 | 2025.07.18 19:18:06.959894 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_31_6} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4509 | 2025.07.18 19:18:06.959927 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4510 | 2025.07.18 19:18:06.959976 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
4511 | 2025.07.18 19:18:06.959997 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4512 | 2025.07.18 19:18:06.960058 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. | ||
4513 | 2025.07.18 19:18:10.460465 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4514 | 2025.07.18 19:18:10.460529 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4515 | 2025.07.18 19:18:10.570300 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
4516 | 2025.07.18 19:18:10.570809 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4517 | 2025.07.18 19:18:10.570849 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4518 | 2025.07.18 19:18:10.571323 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4519 | 2025.07.18 19:18:10.571566 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4520 | 2025.07.18 19:18:10.571695 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
4521 | 2025.07.18 19:18:10.586451 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 636 | ||
4522 | 2025.07.18 19:18:10.588849 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4523 | 2025.07.18 19:18:10.588896 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4524 | 2025.07.18 19:18:10.590076 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4525 | 2025.07.18 19:18:10.590339 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4526 | 2025.07.18 19:18:10.590589 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 636 | ||
4527 | 2025.07.18 19:18:11.169381 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
4528 | 2025.07.18 19:18:11.187107 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4529 | 2025.07.18 19:18:11.187160 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4530 | 2025.07.18 19:18:11.193433 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4531 | 2025.07.18 19:18:11.194136 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4532 | 2025.07.18 19:18:11.197233 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
4533 | 2025.07.18 19:18:11.964596 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4534 | 2025.07.18 19:18:11.964786 [ 4 ] {1b8d12bb-ebbf-4978-8e5b-219d80dc3d65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
4535 | 2025.07.18 19:18:11.964856 [ 4 ] {1b8d12bb-ebbf-4978-8e5b-219d80dc3d65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
4536 | 2025.07.18 19:18:11.965706 [ 4 ] {1b8d12bb-ebbf-4978-8e5b-219d80dc3d65} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4537 | 2025.07.18 19:18:11.965744 [ 4 ] {1b8d12bb-ebbf-4978-8e5b-219d80dc3d65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4538 | 2025.07.18 19:18:11.966130 [ 4 ] {1b8d12bb-ebbf-4978-8e5b-219d80dc3d65} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4539 | 2025.07.18 19:18:11.966345 [ 4 ] {1b8d12bb-ebbf-4978-8e5b-219d80dc3d65} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4540 | 2025.07.18 19:18:11.966493 [ 4 ] {1b8d12bb-ebbf-4978-8e5b-219d80dc3d65} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001761 sec., 222600.7950028393 rows/sec., 14.12 MiB/sec. | ||
4541 | 2025.07.18 19:18:11.966533 [ 4 ] {1b8d12bb-ebbf-4978-8e5b-219d80dc3d65} <Debug> TCPHandler: Processed in 0.002070762 sec. | ||
4542 | 2025.07.18 19:18:11.966652 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4543 | 2025.07.18 19:18:11.966747 [ 4 ] {b87a9bc3-3bdc-48f2-8c2d-ca6fd2605d1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4544 | 2025.07.18 19:18:11.966789 [ 4 ] {b87a9bc3-3bdc-48f2-8c2d-ca6fd2605d1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4545 | 2025.07.18 19:18:11.967689 [ 4 ] {b87a9bc3-3bdc-48f2-8c2d-ca6fd2605d1d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4546 | 2025.07.18 19:18:11.967725 [ 4 ] {b87a9bc3-3bdc-48f2-8c2d-ca6fd2605d1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4547 | 2025.07.18 19:18:11.968110 [ 4 ] {b87a9bc3-3bdc-48f2-8c2d-ca6fd2605d1d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4548 | 2025.07.18 19:18:11.968323 [ 4 ] {b87a9bc3-3bdc-48f2-8c2d-ca6fd2605d1d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4549 | 2025.07.18 19:18:11.968447 [ 4 ] {b87a9bc3-3bdc-48f2-8c2d-ca6fd2605d1d} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001717 sec., 669190.4484566103 rows/sec., 53.41 MiB/sec. | ||
4550 | 2025.07.18 19:18:11.968484 [ 4 ] {b87a9bc3-3bdc-48f2-8c2d-ca6fd2605d1d} <Debug> TCPHandler: Processed in 0.001882479 sec. | ||
4551 | 2025.07.18 19:18:11.968594 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4552 | 2025.07.18 19:18:11.968689 [ 4 ] {78b7bea3-4171-4617-a6da-2d8461bc1323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4553 | 2025.07.18 19:18:11.968729 [ 4 ] {78b7bea3-4171-4617-a6da-2d8461bc1323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4554 | 2025.07.18 19:18:11.969231 [ 4 ] {78b7bea3-4171-4617-a6da-2d8461bc1323} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4555 | 2025.07.18 19:18:11.969264 [ 4 ] {78b7bea3-4171-4617-a6da-2d8461bc1323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4556 | 2025.07.18 19:18:11.969564 [ 4 ] {78b7bea3-4171-4617-a6da-2d8461bc1323} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4557 | 2025.07.18 19:18:11.969767 [ 4 ] {78b7bea3-4171-4617-a6da-2d8461bc1323} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4558 | 2025.07.18 19:18:11.969893 [ 4 ] {78b7bea3-4171-4617-a6da-2d8461bc1323} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001221 sec., 194103.19410319408 rows/sec., 11.88 MiB/sec. | ||
4559 | 2025.07.18 19:18:11.969929 [ 4 ] {78b7bea3-4171-4617-a6da-2d8461bc1323} <Debug> TCPHandler: Processed in 0.001384031 sec. | ||
4560 | 2025.07.18 19:18:11.970038 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4561 | 2025.07.18 19:18:11.970132 [ 4 ] {e1c011be-df9b-4567-88c2-ede49c14efff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4562 | 2025.07.18 19:18:11.970197 [ 4 ] {e1c011be-df9b-4567-88c2-ede49c14efff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4563 | 2025.07.18 19:18:11.970665 [ 4 ] {e1c011be-df9b-4567-88c2-ede49c14efff} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4564 | 2025.07.18 19:18:11.970700 [ 4 ] {e1c011be-df9b-4567-88c2-ede49c14efff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4565 | 2025.07.18 19:18:11.970997 [ 4 ] {e1c011be-df9b-4567-88c2-ede49c14efff} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4566 | 2025.07.18 19:18:11.971198 [ 4 ] {e1c011be-df9b-4567-88c2-ede49c14efff} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4567 | 2025.07.18 19:18:11.971323 [ 4 ] {e1c011be-df9b-4567-88c2-ede49c14efff} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001209 sec., 167907.36145574856 rows/sec., 10.83 MiB/sec. | ||
4568 | 2025.07.18 19:18:11.971359 [ 4 ] {e1c011be-df9b-4567-88c2-ede49c14efff} <Debug> TCPHandler: Processed in 0.001371571 sec. | ||
4569 | 2025.07.18 19:18:11.971466 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4570 | 2025.07.18 19:18:11.971561 [ 4 ] {17229a86-57b1-4074-9678-123853fe022e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
4571 | 2025.07.18 19:18:11.971600 [ 4 ] {17229a86-57b1-4074-9678-123853fe022e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4572 | 2025.07.18 19:18:11.972031 [ 4 ] {17229a86-57b1-4074-9678-123853fe022e} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4573 | 2025.07.18 19:18:11.972066 [ 4 ] {17229a86-57b1-4074-9678-123853fe022e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4574 | 2025.07.18 19:18:11.972369 [ 4 ] {17229a86-57b1-4074-9678-123853fe022e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4575 | 2025.07.18 19:18:11.972569 [ 4 ] {17229a86-57b1-4074-9678-123853fe022e} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4576 | 2025.07.18 19:18:11.972692 [ 4 ] {17229a86-57b1-4074-9678-123853fe022e} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001149 sec., 175805.04786771105 rows/sec., 9.98 MiB/sec. | ||
4577 | 2025.07.18 19:18:11.972729 [ 4 ] {17229a86-57b1-4074-9678-123853fe022e} <Debug> TCPHandler: Processed in 0.00131177 sec. | ||
4578 | 2025.07.18 19:18:11.972839 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4579 | 2025.07.18 19:18:11.972933 [ 4 ] {6b40e1f3-54e3-40d1-87e6-2efa3d118420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4580 | 2025.07.18 19:18:11.972972 [ 4 ] {6b40e1f3-54e3-40d1-87e6-2efa3d118420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4581 | 2025.07.18 19:18:11.973572 [ 4 ] {6b40e1f3-54e3-40d1-87e6-2efa3d118420} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4582 | 2025.07.18 19:18:11.973608 [ 4 ] {6b40e1f3-54e3-40d1-87e6-2efa3d118420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4583 | 2025.07.18 19:18:11.973934 [ 4 ] {6b40e1f3-54e3-40d1-87e6-2efa3d118420} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4584 | 2025.07.18 19:18:11.974134 [ 4 ] {6b40e1f3-54e3-40d1-87e6-2efa3d118420} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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.18 19:18:11.974257 [ 4 ] {6b40e1f3-54e3-40d1-87e6-2efa3d118420} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001341 sec., 516778.5234899329 rows/sec., 36.30 MiB/sec. | ||
4586 | 2025.07.18 19:18:11.974294 [ 4 ] {6b40e1f3-54e3-40d1-87e6-2efa3d118420} <Debug> TCPHandler: Processed in 0.001504183 sec. | ||
4587 | 2025.07.18 19:18:11.974403 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4588 | 2025.07.18 19:18:11.974497 [ 4 ] {63c2d366-e9ad-48bf-859b-daa23f806920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
4589 | 2025.07.18 19:18:11.974538 [ 4 ] {63c2d366-e9ad-48bf-859b-daa23f806920} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4590 | 2025.07.18 19:18:11.974865 [ 4 ] {63c2d366-e9ad-48bf-859b-daa23f806920} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4591 | 2025.07.18 19:18:11.974899 [ 4 ] {63c2d366-e9ad-48bf-859b-daa23f806920} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4592 | 2025.07.18 19:18:11.975194 [ 4 ] {63c2d366-e9ad-48bf-859b-daa23f806920} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4593 | 2025.07.18 19:18:11.975396 [ 4 ] {63c2d366-e9ad-48bf-859b-daa23f806920} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4594 | 2025.07.18 19:18:11.975486 [ 47 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4595 | 2025.07.18 19:18:11.975518 [ 4 ] {63c2d366-e9ad-48bf-859b-daa23f806920} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001039 sec., 5774.783445620789 rows/sec., 301.71 KiB/sec. | ||
4596 | 2025.07.18 19:18:11.975524 [ 47 ] {} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4597 | 2025.07.18 19:18:11.975550 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4598 | 2025.07.18 19:18:11.975555 [ 4 ] {63c2d366-e9ad-48bf-859b-daa23f806920} <Debug> TCPHandler: Processed in 0.001200888 sec. | ||
4599 | 2025.07.18 19:18:11.975633 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
4600 | 2025.07.18 19:18:11.975666 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4601 | 2025.07.18 19:18:11.975729 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4602 | 2025.07.18 19:18:11.975758 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
4603 | 2025.07.18 19:18:11.975761 [ 4 ] {63fd0825-2ad0-423c-a85a-8651e711b4ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4604 | 2025.07.18 19:18:11.975808 [ 4 ] {63fd0825-2ad0-423c-a85a-8651e711b4ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4605 | 2025.07.18 19:18:11.975810 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
4606 | 2025.07.18 19:18:11.975856 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
4607 | 2025.07.18 19:18:11.975893 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
4608 | 2025.07.18 19:18:11.975930 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
4609 | 2025.07.18 19:18:11.975968 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
4610 | 2025.07.18 19:18:11.976231 [ 4 ] {63fd0825-2ad0-423c-a85a-8651e711b4ef} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4611 | 2025.07.18 19:18:11.976262 [ 4 ] {63fd0825-2ad0-423c-a85a-8651e711b4ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4612 | 2025.07.18 19:18:11.976570 [ 4 ] {63fd0825-2ad0-423c-a85a-8651e711b4ef} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4613 | 2025.07.18 19:18:11.976609 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.001037216 sec., 92555.4561441397 rows/sec., 4.72 MiB/sec. | ||
4614 | 2025.07.18 19:18:11.976770 [ 4 ] {63fd0825-2ad0-423c-a85a-8651e711b4ef} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4615 | 2025.07.18 19:18:11.976794 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4616 | 2025.07.18 19:18:11.976898 [ 4 ] {63fd0825-2ad0-423c-a85a-8651e711b4ef} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001203 sec., 255195.34497090607 rows/sec., 16.79 MiB/sec. | ||
4617 | 2025.07.18 19:18:11.976937 [ 4 ] {63fd0825-2ad0-423c-a85a-8651e711b4ef} <Debug> TCPHandler: Processed in 0.001371841 sec. | ||
4618 | 2025.07.18 19:18:11.977035 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4619 | 2025.07.18 19:18:11.977184 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_16_3} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4620 | 2025.07.18 19:18:11.977188 [ 4 ] {400466a2-1f4c-4cef-a6c4-188b2b32adee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
4621 | 2025.07.18 19:18:11.977245 [ 4 ] {400466a2-1f4c-4cef-a6c4-188b2b32adee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4622 | 2025.07.18 19:18:11.977267 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_16_3} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4623 | 2025.07.18 19:18:11.977365 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
4624 | 2025.07.18 19:18:11.977556 [ 4 ] {400466a2-1f4c-4cef-a6c4-188b2b32adee} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4625 | 2025.07.18 19:18:11.977595 [ 4 ] {400466a2-1f4c-4cef-a6c4-188b2b32adee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4626 | 2025.07.18 19:18:11.977897 [ 4 ] {400466a2-1f4c-4cef-a6c4-188b2b32adee} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4627 | 2025.07.18 19:18:11.978102 [ 4 ] {400466a2-1f4c-4cef-a6c4-188b2b32adee} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4628 | 2025.07.18 19:18:11.978226 [ 4 ] {400466a2-1f4c-4cef-a6c4-188b2b32adee} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001055 sec., 947.8672985781991 rows/sec., 63.87 KiB/sec. | ||
4629 | 2025.07.18 19:18:11.978261 [ 4 ] {400466a2-1f4c-4cef-a6c4-188b2b32adee} <Debug> TCPHandler: Processed in 0.001215489 sec. | ||
4630 | 2025.07.18 19:18:11.978368 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4631 | 2025.07.18 19:18:11.978461 [ 4 ] {2b1646db-5ed1-416a-b4db-9db1b3146b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4632 | 2025.07.18 19:18:11.978513 [ 4 ] {2b1646db-5ed1-416a-b4db-9db1b3146b43} <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 | ||
4633 | 2025.07.18 19:18:11.979339 [ 4 ] {2b1646db-5ed1-416a-b4db-9db1b3146b43} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4634 | 2025.07.18 19:18:11.979375 [ 4 ] {2b1646db-5ed1-416a-b4db-9db1b3146b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4635 | 2025.07.18 19:18:11.979919 [ 4 ] {2b1646db-5ed1-416a-b4db-9db1b3146b43} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4636 | 2025.07.18 19:18:11.980132 [ 4 ] {2b1646db-5ed1-416a-b4db-9db1b3146b43} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4637 | 2025.07.18 19:18:11.980230 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4638 | 2025.07.18 19:18:11.980262 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4639 | 2025.07.18 19:18:11.980264 [ 4 ] {2b1646db-5ed1-416a-b4db-9db1b3146b43} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00182 sec., 22527.472527472528 rows/sec., 40.37 MiB/sec. | ||
4640 | 2025.07.18 19:18:11.980281 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4641 | 2025.07.18 19:18:11.980320 [ 4 ] {2b1646db-5ed1-416a-b4db-9db1b3146b43} <Debug> TCPHandler: Processed in 0.002000931 sec. | ||
4642 | 2025.07.18 19:18:11.980349 [ 191 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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 | ||
4643 | 2025.07.18 19:18:11.980442 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4644 | 2025.07.18 19:18:11.980503 [ 191 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4645 | 2025.07.18 19:18:11.980538 [ 4 ] {a556b771-5cf8-4971-a8db-62a5c678ab68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4646 | 2025.07.18 19:18:11.980541 [ 191 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 421 rows starting from the beginning of the part | ||
4647 | 2025.07.18 19:18:11.980579 [ 4 ] {a556b771-5cf8-4971-a8db-62a5c678ab68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4648 | 2025.07.18 19:18:11.980642 [ 191 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 41 rows starting from the beginning of the part | ||
4649 | 2025.07.18 19:18:11.980727 [ 191 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 41 rows starting from the beginning of the part | ||
4650 | 2025.07.18 19:18:11.980807 [ 191 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 41 rows starting from the beginning of the part | ||
4651 | 2025.07.18 19:18:11.980882 [ 191 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 41 rows starting from the beginning of the part | ||
4652 | 2025.07.18 19:18:11.980907 [ 4 ] {a556b771-5cf8-4971-a8db-62a5c678ab68} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4653 | 2025.07.18 19:18:11.980941 [ 4 ] {a556b771-5cf8-4971-a8db-62a5c678ab68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4654 | 2025.07.18 19:18:11.980958 [ 191 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 41 rows starting from the beginning of the part | ||
4655 | 2025.07.18 19:18:11.981244 [ 4 ] {a556b771-5cf8-4971-a8db-62a5c678ab68} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4656 | 2025.07.18 19:18:11.981446 [ 4 ] {a556b771-5cf8-4971-a8db-62a5c678ab68} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4657 | 2025.07.18 19:18:11.981570 [ 4 ] {a556b771-5cf8-4971-a8db-62a5c678ab68} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001051 sec., 97050.42816365366 rows/sec., 5.96 MiB/sec. | ||
4658 | 2025.07.18 19:18:11.981604 [ 4 ] {a556b771-5cf8-4971-a8db-62a5c678ab68} <Debug> TCPHandler: Processed in 0.001212529 sec. | ||
4659 | 2025.07.18 19:18:11.996291 [ 199 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 626 rows, containing 19 columns (19 merged, 0 gathered) in 0.015967965 sec., 39203.492743126626 rows/sec., 70.25 MiB/sec. | ||
4660 | 2025.07.18 19:18:11.997069 [ 190 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4661 | 2025.07.18 19:18:11.997486 [ 190 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4662 | 2025.07.18 19:18:11.997570 [ 190 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4663 | 2025.07.18 19:18:11.997705 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.52 MiB. | ||
4664 | 2025.07.18 19:18:12.000179 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 226.82 MiB, peak 234.28 MiB, free memory in arenas 0.00 B, will set to 227.84 MiB (RSS), difference: 1.01 MiB | ||
4665 | 2025.07.18 19:18:16.951405 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4666 | 2025.07.18 19:18:16.951608 [ 4 ] {1cfd70f7-b674-40bc-870e-aefeccc57c15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4667 | 2025.07.18 19:18:16.951676 [ 4 ] {1cfd70f7-b674-40bc-870e-aefeccc57c15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4668 | 2025.07.18 19:18:16.952363 [ 4 ] {1cfd70f7-b674-40bc-870e-aefeccc57c15} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4669 | 2025.07.18 19:18:16.952416 [ 4 ] {1cfd70f7-b674-40bc-870e-aefeccc57c15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4670 | 2025.07.18 19:18:16.952816 [ 4 ] {1cfd70f7-b674-40bc-870e-aefeccc57c15} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4671 | 2025.07.18 19:18:16.953056 [ 4 ] {1cfd70f7-b674-40bc-870e-aefeccc57c15} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4672 | 2025.07.18 19:18:16.953220 [ 4 ] {1cfd70f7-b674-40bc-870e-aefeccc57c15} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001662 sec., 33694.34416365824 rows/sec., 2.59 MiB/sec. | ||
4673 | 2025.07.18 19:18:16.953269 [ 4 ] {1cfd70f7-b674-40bc-870e-aefeccc57c15} <Debug> TCPHandler: Processed in 0.00199447 sec. | ||
4674 | 2025.07.18 19:18:16.953410 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4675 | 2025.07.18 19:18:16.953513 [ 4 ] {e9371c93-2494-4e73-88a7-05df2597d498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4676 | 2025.07.18 19:18:16.953557 [ 4 ] {e9371c93-2494-4e73-88a7-05df2597d498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4677 | 2025.07.18 19:18:16.954002 [ 4 ] {e9371c93-2494-4e73-88a7-05df2597d498} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4678 | 2025.07.18 19:18:16.954036 [ 4 ] {e9371c93-2494-4e73-88a7-05df2597d498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4679 | 2025.07.18 19:18:16.954344 [ 4 ] {e9371c93-2494-4e73-88a7-05df2597d498} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4680 | 2025.07.18 19:18:16.954548 [ 4 ] {e9371c93-2494-4e73-88a7-05df2597d498} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4681 | 2025.07.18 19:18:16.954675 [ 4 ] {e9371c93-2494-4e73-88a7-05df2597d498} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001185 sec., 54008.438818565395 rows/sec., 4.22 MiB/sec. | ||
4682 | 2025.07.18 19:18:16.954711 [ 4 ] {e9371c93-2494-4e73-88a7-05df2597d498} <Debug> TCPHandler: Processed in 0.001353651 sec. | ||
4683 | 2025.07.18 19:18:16.954832 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4684 | 2025.07.18 19:18:16.954928 [ 4 ] {f66a4e49-19c5-415b-8686-604a8e74506f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4685 | 2025.07.18 19:18:16.954970 [ 4 ] {f66a4e49-19c5-415b-8686-604a8e74506f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4686 | 2025.07.18 19:18:16.955400 [ 4 ] {f66a4e49-19c5-415b-8686-604a8e74506f} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4687 | 2025.07.18 19:18:16.955434 [ 4 ] {f66a4e49-19c5-415b-8686-604a8e74506f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4688 | 2025.07.18 19:18:16.955758 [ 4 ] {f66a4e49-19c5-415b-8686-604a8e74506f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4689 | 2025.07.18 19:18:16.955961 [ 4 ] {f66a4e49-19c5-415b-8686-604a8e74506f} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4690 | 2025.07.18 19:18:16.956088 [ 4 ] {f66a4e49-19c5-415b-8686-604a8e74506f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. | ||
4691 | 2025.07.18 19:18:16.956123 [ 4 ] {f66a4e49-19c5-415b-8686-604a8e74506f} <Debug> TCPHandler: Processed in 0.001340401 sec. | ||
4692 | 2025.07.18 19:18:16.956245 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4693 | 2025.07.18 19:18:16.956339 [ 4 ] {15c0ddea-75a6-4956-9d05-902948a2153f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4694 | 2025.07.18 19:18:16.956379 [ 4 ] {15c0ddea-75a6-4956-9d05-902948a2153f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4695 | 2025.07.18 19:18:16.956720 [ 4 ] {15c0ddea-75a6-4956-9d05-902948a2153f} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4696 | 2025.07.18 19:18:16.956754 [ 4 ] {15c0ddea-75a6-4956-9d05-902948a2153f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4697 | 2025.07.18 19:18:16.957051 [ 4 ] {15c0ddea-75a6-4956-9d05-902948a2153f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4698 | 2025.07.18 19:18:16.957264 [ 4 ] {15c0ddea-75a6-4956-9d05-902948a2153f} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4699 | 2025.07.18 19:18:16.957389 [ 4 ] {15c0ddea-75a6-4956-9d05-902948a2153f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. | ||
4700 | 2025.07.18 19:18:16.957423 [ 4 ] {15c0ddea-75a6-4956-9d05-902948a2153f} <Debug> TCPHandler: Processed in 0.001228519 sec. | ||
4701 | 2025.07.18 19:18:18.071886 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
4702 | 2025.07.18 19:18:18.072390 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4703 | 2025.07.18 19:18:18.072434 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4704 | 2025.07.18 19:18:18.072927 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4705 | 2025.07.18 19:18:18.073172 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4706 | 2025.07.18 19:18:18.073304 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
4707 | 2025.07.18 19:18:18.697405 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
4708 | 2025.07.18 19:18:18.714885 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4709 | 2025.07.18 19:18:18.714933 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4710 | 2025.07.18 19:18:18.720607 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4711 | 2025.07.18 19:18:18.721307 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4712 | 2025.07.18 19:18:18.724170 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
4713 | 2025.07.18 19:18:20.590894 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 666 | ||
4714 | 2025.07.18 19:18:20.593090 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4715 | 2025.07.18 19:18:20.593134 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4716 | 2025.07.18 19:18:20.594291 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4717 | 2025.07.18 19:18:20.594558 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4718 | 2025.07.18 19:18:20.594822 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 666 | ||
4719 | 2025.07.18 19:18:21.964357 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4720 | 2025.07.18 19:18:21.964550 [ 4 ] {e29be94f-472f-49ec-8464-e64161fb4e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
4721 | 2025.07.18 19:18:21.964621 [ 4 ] {e29be94f-472f-49ec-8464-e64161fb4e29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
4722 | 2025.07.18 19:18:21.965380 [ 4 ] {e29be94f-472f-49ec-8464-e64161fb4e29} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4723 | 2025.07.18 19:18:21.965418 [ 4 ] {e29be94f-472f-49ec-8464-e64161fb4e29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4724 | 2025.07.18 19:18:21.965806 [ 4 ] {e29be94f-472f-49ec-8464-e64161fb4e29} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4725 | 2025.07.18 19:18:21.966033 [ 4 ] {e29be94f-472f-49ec-8464-e64161fb4e29} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4726 | 2025.07.18 19:18:21.966147 [ 23 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
4727 | 2025.07.18 19:18:21.966177 [ 4 ] {e29be94f-472f-49ec-8464-e64161fb4e29} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001682 sec., 233055.88585017837 rows/sec., 14.79 MiB/sec. | ||
4728 | 2025.07.18 19:18:21.966185 [ 23 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4729 | 2025.07.18 19:18:21.966209 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4730 | 2025.07.18 19:18:21.966219 [ 4 ] {e29be94f-472f-49ec-8464-e64161fb4e29} <Debug> TCPHandler: Processed in 0.00199313 sec. | ||
4731 | 2025.07.18 19:18:21.966324 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::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 | ||
4732 | 2025.07.18 19:18:21.966337 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4733 | 2025.07.18 19:18:21.966468 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4734 | 2025.07.18 19:18:21.966472 [ 4 ] {11eb95ef-04bd-4c4f-a5d6-a0ad57a10948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4735 | 2025.07.18 19:18:21.966538 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 392 rows starting from the beginning of the part | ||
4736 | 2025.07.18 19:18:21.966541 [ 4 ] {11eb95ef-04bd-4c4f-a5d6-a0ad57a10948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4737 | 2025.07.18 19:18:21.966630 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 392 rows starting from the beginning of the part | ||
4738 | 2025.07.18 19:18:21.966688 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 392 rows starting from the beginning of the part | ||
4739 | 2025.07.18 19:18:21.966736 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 392 rows starting from the beginning of the part | ||
4740 | 2025.07.18 19:18:21.966780 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 392 rows starting from the beginning of the part | ||
4741 | 2025.07.18 19:18:21.967353 [ 4 ] {11eb95ef-04bd-4c4f-a5d6-a0ad57a10948} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4742 | 2025.07.18 19:18:21.967393 [ 4 ] {11eb95ef-04bd-4c4f-a5d6-a0ad57a10948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4743 | 2025.07.18 19:18:21.967763 [ 4 ] {11eb95ef-04bd-4c4f-a5d6-a0ad57a10948} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4744 | 2025.07.18 19:18:21.967989 [ 4 ] {11eb95ef-04bd-4c4f-a5d6-a0ad57a10948} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4745 | 2025.07.18 19:18:21.968022 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001746357 sec., 1122336.3836832903 rows/sec., 75.49 MiB/sec. | ||
4746 | 2025.07.18 19:18:21.968118 [ 4 ] {11eb95ef-04bd-4c4f-a5d6-a0ad57a10948} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001665 sec., 690090.0900900901 rows/sec., 55.08 MiB/sec. | ||
4747 | 2025.07.18 19:18:21.968161 [ 4 ] {11eb95ef-04bd-4c4f-a5d6-a0ad57a10948} <Debug> TCPHandler: Processed in 0.001872608 sec. | ||
4748 | 2025.07.18 19:18:21.968199 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
4749 | 2025.07.18 19:18:21.968279 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4750 | 2025.07.18 19:18:21.968377 [ 4 ] {5cfa51d9-0a9a-44fd-9a49-dcafaab17b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4751 | 2025.07.18 19:18:21.968418 [ 4 ] {5cfa51d9-0a9a-44fd-9a49-dcafaab17b2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4752 | 2025.07.18 19:18:21.968467 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_17_4} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4753 | 2025.07.18 19:18:21.968547 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_17_4} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
4754 | 2025.07.18 19:18:21.968618 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
4755 | 2025.07.18 19:18:21.968890 [ 4 ] {5cfa51d9-0a9a-44fd-9a49-dcafaab17b2d} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4756 | 2025.07.18 19:18:21.968929 [ 4 ] {5cfa51d9-0a9a-44fd-9a49-dcafaab17b2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4757 | 2025.07.18 19:18:21.969233 [ 4 ] {5cfa51d9-0a9a-44fd-9a49-dcafaab17b2d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4758 | 2025.07.18 19:18:21.969446 [ 4 ] {5cfa51d9-0a9a-44fd-9a49-dcafaab17b2d} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4759 | 2025.07.18 19:18:21.969571 [ 4 ] {5cfa51d9-0a9a-44fd-9a49-dcafaab17b2d} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001212 sec., 195544.55445544556 rows/sec., 11.97 MiB/sec. | ||
4760 | 2025.07.18 19:18:21.969606 [ 4 ] {5cfa51d9-0a9a-44fd-9a49-dcafaab17b2d} <Debug> TCPHandler: Processed in 0.001375831 sec. | ||
4761 | 2025.07.18 19:18:21.969712 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4762 | 2025.07.18 19:18:21.969805 [ 4 ] {c9f504fa-6a61-443b-bbc5-25ed9dc54f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4763 | 2025.07.18 19:18:21.969843 [ 4 ] {c9f504fa-6a61-443b-bbc5-25ed9dc54f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4764 | 2025.07.18 19:18:21.970294 [ 4 ] {c9f504fa-6a61-443b-bbc5-25ed9dc54f28} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4765 | 2025.07.18 19:18:21.970327 [ 4 ] {c9f504fa-6a61-443b-bbc5-25ed9dc54f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4766 | 2025.07.18 19:18:21.970625 [ 4 ] {c9f504fa-6a61-443b-bbc5-25ed9dc54f28} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4767 | 2025.07.18 19:18:21.970835 [ 4 ] {c9f504fa-6a61-443b-bbc5-25ed9dc54f28} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4768 | 2025.07.18 19:18:21.970937 [ 23 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
4769 | 2025.07.18 19:18:21.970959 [ 4 ] {c9f504fa-6a61-443b-bbc5-25ed9dc54f28} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001172 sec., 173208.19112627985 rows/sec., 11.17 MiB/sec. | ||
4770 | 2025.07.18 19:18:21.970979 [ 23 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4771 | 2025.07.18 19:18:21.970995 [ 4 ] {c9f504fa-6a61-443b-bbc5-25ed9dc54f28} <Debug> TCPHandler: Processed in 0.001330551 sec. | ||
4772 | 2025.07.18 19:18:21.971004 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4773 | 2025.07.18 19:18:21.971102 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4774 | 2025.07.18 19:18:21.971131 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::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 | ||
4775 | 2025.07.18 19:18:21.971194 [ 4 ] {97bc442c-6003-4ca2-b2f2-bccf1dff36b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
4776 | 2025.07.18 19:18:21.971239 [ 4 ] {97bc442c-6003-4ca2-b2f2-bccf1dff36b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4777 | 2025.07.18 19:18:21.971276 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4778 | 2025.07.18 19:18:21.971316 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 203 rows starting from the beginning of the part | ||
4779 | 2025.07.18 19:18:21.971384 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 203 rows starting from the beginning of the part | ||
4780 | 2025.07.18 19:18:21.971428 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 203 rows starting from the beginning of the part | ||
4781 | 2025.07.18 19:18:21.971469 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 203 rows starting from the beginning of the part | ||
4782 | 2025.07.18 19:18:21.971510 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 203 rows starting from the beginning of the part | ||
4783 | 2025.07.18 19:18:21.971671 [ 4 ] {97bc442c-6003-4ca2-b2f2-bccf1dff36b9} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4784 | 2025.07.18 19:18:21.971713 [ 4 ] {97bc442c-6003-4ca2-b2f2-bccf1dff36b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4785 | 2025.07.18 19:18:21.972026 [ 4 ] {97bc442c-6003-4ca2-b2f2-bccf1dff36b9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4786 | 2025.07.18 19:18:21.972330 [ 4 ] {97bc442c-6003-4ca2-b2f2-bccf1dff36b9} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4787 | 2025.07.18 19:18:21.972454 [ 23 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
4788 | 2025.07.18 19:18:21.972478 [ 23 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4789 | 2025.07.18 19:18:21.972494 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4790 | 2025.07.18 19:18:21.972508 [ 4 ] {97bc442c-6003-4ca2-b2f2-bccf1dff36b9} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.00133 sec., 151879.6992481203 rows/sec., 8.63 MiB/sec. | ||
4791 | 2025.07.18 19:18:21.972558 [ 4 ] {97bc442c-6003-4ca2-b2f2-bccf1dff36b9} <Debug> TCPHandler: Processed in 0.001502273 sec. | ||
4792 | 2025.07.18 19:18:21.972563 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::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 | ||
4793 | 2025.07.18 19:18:21.972619 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1015 rows, containing 5 columns (5 merged, 0 gathered) in 0.001549204 sec., 655175.1738312063 rows/sec., 44.76 MiB/sec. | ||
4794 | 2025.07.18 19:18:21.972665 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4795 | 2025.07.18 19:18:21.972692 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4796 | 2025.07.18 19:18:21.972698 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 202 rows starting from the beginning of the part | ||
4797 | 2025.07.18 19:18:21.972764 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 202 rows starting from the beginning of the part | ||
4798 | 2025.07.18 19:18:21.972795 [ 4 ] {9467e041-d50c-4c74-a6ba-0a6797ef4fe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4799 | 2025.07.18 19:18:21.972804 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 202 rows starting from the beginning of the part | ||
4800 | 2025.07.18 19:18:21.972799 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
4801 | 2025.07.18 19:18:21.972842 [ 4 ] {9467e041-d50c-4c74-a6ba-0a6797ef4fe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4802 | 2025.07.18 19:18:21.972857 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 202 rows starting from the beginning of the part | ||
4803 | 2025.07.18 19:18:21.972904 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 202 rows starting from the beginning of the part | ||
4804 | 2025.07.18 19:18:21.973189 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_17_4} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4805 | 2025.07.18 19:18:21.973282 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_17_4} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
4806 | 2025.07.18 19:18:21.973367 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
4807 | 2025.07.18 19:18:21.973521 [ 4 ] {9467e041-d50c-4c74-a6ba-0a6797ef4fe4} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4808 | 2025.07.18 19:18:21.973563 [ 4 ] {9467e041-d50c-4c74-a6ba-0a6797ef4fe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4809 | 2025.07.18 19:18:21.973776 [ 190 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001242389 sec., 812949.8892858839 rows/sec., 49.27 MiB/sec. | ||
4810 | 2025.07.18 19:18:21.973910 [ 4 ] {9467e041-d50c-4c74-a6ba-0a6797ef4fe4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4811 | 2025.07.18 19:18:21.973928 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
4812 | 2025.07.18 19:18:21.974178 [ 4 ] {9467e041-d50c-4c74-a6ba-0a6797ef4fe4} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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.18 19:18:21.974266 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_17_4} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4814 | 2025.07.18 19:18:21.974320 [ 4 ] {9467e041-d50c-4c74-a6ba-0a6797ef4fe4} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001543 sec., 449125.0810110175 rows/sec., 31.55 MiB/sec. | ||
4815 | 2025.07.18 19:18:21.974341 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_17_4} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
4816 | 2025.07.18 19:18:21.974369 [ 4 ] {9467e041-d50c-4c74-a6ba-0a6797ef4fe4} <Debug> TCPHandler: Processed in 0.001726437 sec. | ||
4817 | 2025.07.18 19:18:21.974432 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
4818 | 2025.07.18 19:18:21.974490 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4819 | 2025.07.18 19:18:21.974587 [ 4 ] {b69ccf00-15f0-4f29-b309-a87d492c8f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
4820 | 2025.07.18 19:18:21.974628 [ 4 ] {b69ccf00-15f0-4f29-b309-a87d492c8f93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4821 | 2025.07.18 19:18:21.974965 [ 4 ] {b69ccf00-15f0-4f29-b309-a87d492c8f93} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4822 | 2025.07.18 19:18:21.975001 [ 4 ] {b69ccf00-15f0-4f29-b309-a87d492c8f93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4823 | 2025.07.18 19:18:21.975297 [ 4 ] {b69ccf00-15f0-4f29-b309-a87d492c8f93} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4824 | 2025.07.18 19:18:21.975499 [ 4 ] {b69ccf00-15f0-4f29-b309-a87d492c8f93} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4825 | 2025.07.18 19:18:21.975622 [ 4 ] {b69ccf00-15f0-4f29-b309-a87d492c8f93} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001053 sec., 5698.005698005699 rows/sec., 297.70 KiB/sec. | ||
4826 | 2025.07.18 19:18:21.975657 [ 4 ] {b69ccf00-15f0-4f29-b309-a87d492c8f93} <Debug> TCPHandler: Processed in 0.001215339 sec. | ||
4827 | 2025.07.18 19:18:21.975763 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4828 | 2025.07.18 19:18:21.975854 [ 4 ] {3043d27e-c518-4556-9d0a-e92b8c14486f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4829 | 2025.07.18 19:18:21.975896 [ 4 ] {3043d27e-c518-4556-9d0a-e92b8c14486f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4830 | 2025.07.18 19:18:21.976314 [ 4 ] {3043d27e-c518-4556-9d0a-e92b8c14486f} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4831 | 2025.07.18 19:18:21.976349 [ 4 ] {3043d27e-c518-4556-9d0a-e92b8c14486f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4832 | 2025.07.18 19:18:21.976669 [ 4 ] {3043d27e-c518-4556-9d0a-e92b8c14486f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4833 | 2025.07.18 19:18:21.976872 [ 4 ] {3043d27e-c518-4556-9d0a-e92b8c14486f} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4834 | 2025.07.18 19:18:21.976998 [ 4 ] {3043d27e-c518-4556-9d0a-e92b8c14486f} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001162 sec., 264199.6557659208 rows/sec., 17.38 MiB/sec. | ||
4835 | 2025.07.18 19:18:21.977033 [ 4 ] {3043d27e-c518-4556-9d0a-e92b8c14486f} <Debug> TCPHandler: Processed in 0.00131734 sec. | ||
4836 | 2025.07.18 19:18:21.977141 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4837 | 2025.07.18 19:18:21.977232 [ 4 ] {5da1e4b5-f10a-4d4e-9f66-0b99cd94cc83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
4838 | 2025.07.18 19:18:21.977273 [ 4 ] {5da1e4b5-f10a-4d4e-9f66-0b99cd94cc83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4839 | 2025.07.18 19:18:21.977582 [ 4 ] {5da1e4b5-f10a-4d4e-9f66-0b99cd94cc83} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4840 | 2025.07.18 19:18:21.977614 [ 4 ] {5da1e4b5-f10a-4d4e-9f66-0b99cd94cc83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4841 | 2025.07.18 19:18:21.977900 [ 4 ] {5da1e4b5-f10a-4d4e-9f66-0b99cd94cc83} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4842 | 2025.07.18 19:18:21.978100 [ 4 ] {5da1e4b5-f10a-4d4e-9f66-0b99cd94cc83} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4843 | 2025.07.18 19:18:21.978224 [ 4 ] {5da1e4b5-f10a-4d4e-9f66-0b99cd94cc83} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001009 sec., 991.0802775024778 rows/sec., 66.78 KiB/sec. | ||
4844 | 2025.07.18 19:18:21.978258 [ 4 ] {5da1e4b5-f10a-4d4e-9f66-0b99cd94cc83} <Debug> TCPHandler: Processed in 0.001164048 sec. | ||
4845 | 2025.07.18 19:18:21.978362 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4846 | 2025.07.18 19:18:21.978453 [ 4 ] {cf9ae7c2-0511-4460-bc7e-6981dae88765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4847 | 2025.07.18 19:18:21.978505 [ 4 ] {cf9ae7c2-0511-4460-bc7e-6981dae88765} <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 | ||
4848 | 2025.07.18 19:18:21.979292 [ 4 ] {cf9ae7c2-0511-4460-bc7e-6981dae88765} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4849 | 2025.07.18 19:18:21.979326 [ 4 ] {cf9ae7c2-0511-4460-bc7e-6981dae88765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4850 | 2025.07.18 19:18:21.979870 [ 4 ] {cf9ae7c2-0511-4460-bc7e-6981dae88765} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4851 | 2025.07.18 19:18:21.980077 [ 4 ] {cf9ae7c2-0511-4460-bc7e-6981dae88765} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4852 | 2025.07.18 19:18:21.980207 [ 4 ] {cf9ae7c2-0511-4460-bc7e-6981dae88765} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001772 sec., 23137.697516930024 rows/sec., 41.46 MiB/sec. | ||
4853 | 2025.07.18 19:18:21.980256 [ 4 ] {cf9ae7c2-0511-4460-bc7e-6981dae88765} <Debug> TCPHandler: Processed in 0.00194053 sec. | ||
4854 | 2025.07.18 19:18:21.980366 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4855 | 2025.07.18 19:18:21.980459 [ 4 ] {42cf6ea9-cb34-456b-a5e9-4bde3fd88185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4856 | 2025.07.18 19:18:21.980499 [ 4 ] {42cf6ea9-cb34-456b-a5e9-4bde3fd88185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4857 | 2025.07.18 19:18:21.980822 [ 4 ] {42cf6ea9-cb34-456b-a5e9-4bde3fd88185} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4858 | 2025.07.18 19:18:21.980856 [ 4 ] {42cf6ea9-cb34-456b-a5e9-4bde3fd88185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4859 | 2025.07.18 19:18:21.981155 [ 4 ] {42cf6ea9-cb34-456b-a5e9-4bde3fd88185} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4860 | 2025.07.18 19:18:21.981354 [ 4 ] {42cf6ea9-cb34-456b-a5e9-4bde3fd88185} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4861 | 2025.07.18 19:18:21.981475 [ 4 ] {42cf6ea9-cb34-456b-a5e9-4bde3fd88185} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001035 sec., 98550.72463768117 rows/sec., 6.05 MiB/sec. | ||
4862 | 2025.07.18 19:18:21.981509 [ 4 ] {42cf6ea9-cb34-456b-a5e9-4bde3fd88185} <Debug> TCPHandler: Processed in 0.001189649 sec. | ||
4863 | 2025.07.18 19:18:25.460774 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4864 | 2025.07.18 19:18:25.460843 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4865 | 2025.07.18 19:18:25.574275 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
4866 | 2025.07.18 19:18:25.574758 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4867 | 2025.07.18 19:18:25.574800 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4868 | 2025.07.18 19:18:25.575272 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4869 | 2025.07.18 19:18:25.575508 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4870 | 2025.07.18 19:18:25.575635 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
4871 | 2025.07.18 19:18:25.575641 [ 33 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4872 | 2025.07.18 19:18:25.575705 [ 33 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4873 | 2025.07.18 19:18:25.575727 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4874 | 2025.07.18 19:18:25.575821 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
4875 | 2025.07.18 19:18:25.575913 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4876 | 2025.07.18 19:18:25.575943 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part | ||
4877 | 2025.07.18 19:18:25.575999 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part | ||
4878 | 2025.07.18 19:18:25.576042 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part | ||
4879 | 2025.07.18 19:18:25.576083 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part | ||
4880 | 2025.07.18 19:18:25.576120 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part | ||
4881 | 2025.07.18 19:18:25.576158 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part | ||
4882 | 2025.07.18 19:18:25.577826 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.002042422 sec., 5853834.320233527 rows/sec., 83.74 MiB/sec. | ||
4883 | 2025.07.18 19:18:25.578319 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4884 | 2025.07.18 19:18:25.578640 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_26_5} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4885 | 2025.07.18 19:18:25.578723 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_26_5} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4886 | 2025.07.18 19:18:25.578844 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
4887 | 2025.07.18 19:18:26.225125 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
4888 | 2025.07.18 19:18:26.242582 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4889 | 2025.07.18 19:18:26.242638 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4890 | 2025.07.18 19:18:26.248523 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4891 | 2025.07.18 19:18:26.249227 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4892 | 2025.07.18 19:18:26.249552 [ 32 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4893 | 2025.07.18 19:18:26.249653 [ 32 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4894 | 2025.07.18 19:18:26.249691 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4895 | 2025.07.18 19:18:26.249832 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
4896 | 2025.07.18 19:18:26.252257 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
4897 | 2025.07.18 19:18:26.253963 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4898 | 2025.07.18 19:18:26.255615 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
4899 | 2025.07.18 19:18:26.260312 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
4900 | 2025.07.18 19:18:26.265060 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
4901 | 2025.07.18 19:18:26.269292 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
4902 | 2025.07.18 19:18:26.273960 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
4903 | 2025.07.18 19:18:26.278243 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
4904 | 2025.07.18 19:18:26.330186 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.080402946 sec., 2437.721622787304 rows/sec., 12.61 MiB/sec. | ||
4905 | 2025.07.18 19:18:26.332012 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4906 | 2025.07.18 19:18:26.333770 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_26_5} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4907 | 2025.07.18 19:18:26.333860 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_26_5} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4908 | 2025.07.18 19:18:26.334983 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
4909 | 2025.07.18 19:18:26.950971 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4910 | 2025.07.18 19:18:26.951152 [ 4 ] {81a9582c-a817-4863-a65c-00d6de4692f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4911 | 2025.07.18 19:18:26.951218 [ 4 ] {81a9582c-a817-4863-a65c-00d6de4692f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4912 | 2025.07.18 19:18:26.951910 [ 4 ] {81a9582c-a817-4863-a65c-00d6de4692f1} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4913 | 2025.07.18 19:18:26.951950 [ 4 ] {81a9582c-a817-4863-a65c-00d6de4692f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4914 | 2025.07.18 19:18:26.952355 [ 4 ] {81a9582c-a817-4863-a65c-00d6de4692f1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4915 | 2025.07.18 19:18:26.952583 [ 4 ] {81a9582c-a817-4863-a65c-00d6de4692f1} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4916 | 2025.07.18 19:18:26.952733 [ 4 ] {81a9582c-a817-4863-a65c-00d6de4692f1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00163 sec., 34355.82822085889 rows/sec., 2.64 MiB/sec. | ||
4917 | 2025.07.18 19:18:26.952774 [ 4 ] {81a9582c-a817-4863-a65c-00d6de4692f1} <Debug> TCPHandler: Processed in 0.001929809 sec. | ||
4918 | 2025.07.18 19:18:26.952907 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4919 | 2025.07.18 19:18:26.953003 [ 4 ] {027701bd-64a6-440a-a021-60f741d4811b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4920 | 2025.07.18 19:18:26.953043 [ 4 ] {027701bd-64a6-440a-a021-60f741d4811b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4921 | 2025.07.18 19:18:26.953468 [ 4 ] {027701bd-64a6-440a-a021-60f741d4811b} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4922 | 2025.07.18 19:18:26.953502 [ 4 ] {027701bd-64a6-440a-a021-60f741d4811b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4923 | 2025.07.18 19:18:26.953804 [ 4 ] {027701bd-64a6-440a-a021-60f741d4811b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4924 | 2025.07.18 19:18:26.954015 [ 4 ] {027701bd-64a6-440a-a021-60f741d4811b} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4925 | 2025.07.18 19:18:26.954143 [ 4 ] {027701bd-64a6-440a-a021-60f741d4811b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001159 sec., 55220.017256255385 rows/sec., 4.31 MiB/sec. | ||
4926 | 2025.07.18 19:18:26.954179 [ 4 ] {027701bd-64a6-440a-a021-60f741d4811b} <Debug> TCPHandler: Processed in 0.001322821 sec. | ||
4927 | 2025.07.18 19:18:26.954303 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4928 | 2025.07.18 19:18:26.954397 [ 4 ] {f149d0b6-0174-4a1c-8e5e-805673407402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4929 | 2025.07.18 19:18:26.954441 [ 4 ] {f149d0b6-0174-4a1c-8e5e-805673407402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4930 | 2025.07.18 19:18:26.954860 [ 4 ] {f149d0b6-0174-4a1c-8e5e-805673407402} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4931 | 2025.07.18 19:18:26.954894 [ 4 ] {f149d0b6-0174-4a1c-8e5e-805673407402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4932 | 2025.07.18 19:18:26.955218 [ 4 ] {f149d0b6-0174-4a1c-8e5e-805673407402} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4933 | 2025.07.18 19:18:26.955424 [ 4 ] {f149d0b6-0174-4a1c-8e5e-805673407402} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4934 | 2025.07.18 19:18:26.955551 [ 4 ] {f149d0b6-0174-4a1c-8e5e-805673407402} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001173 sec., 136402.38704177324 rows/sec., 9.50 MiB/sec. | ||
4935 | 2025.07.18 19:18:26.955587 [ 4 ] {f149d0b6-0174-4a1c-8e5e-805673407402} <Debug> TCPHandler: Processed in 0.001333351 sec. | ||
4936 | 2025.07.18 19:18:26.955701 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4937 | 2025.07.18 19:18:26.955795 [ 4 ] {2ce1d7be-325b-40fb-adc0-772daddfdec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4938 | 2025.07.18 19:18:26.955837 [ 4 ] {2ce1d7be-325b-40fb-adc0-772daddfdec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4939 | 2025.07.18 19:18:26.956177 [ 4 ] {2ce1d7be-325b-40fb-adc0-772daddfdec6} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4940 | 2025.07.18 19:18:26.956211 [ 4 ] {2ce1d7be-325b-40fb-adc0-772daddfdec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4941 | 2025.07.18 19:18:26.956504 [ 4 ] {2ce1d7be-325b-40fb-adc0-772daddfdec6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4942 | 2025.07.18 19:18:26.956723 [ 4 ] {2ce1d7be-325b-40fb-adc0-772daddfdec6} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4943 | 2025.07.18 19:18:26.956850 [ 4 ] {2ce1d7be-325b-40fb-adc0-772daddfdec6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. | ||
4944 | 2025.07.18 19:18:26.956884 [ 4 ] {2ce1d7be-325b-40fb-adc0-772daddfdec6} <Debug> TCPHandler: Processed in 0.001232739 sec. | ||
4945 | 2025.07.18 19:18:27.000176 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 229.40 MiB, peak 239.66 MiB, free memory in arenas 0.00 B, will set to 235.20 MiB (RSS), difference: 5.81 MiB | ||
4946 | 2025.07.18 19:18:30.595865 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 696 | ||
4947 | 2025.07.18 19:18:30.598051 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4948 | 2025.07.18 19:18:30.598093 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4949 | 2025.07.18 19:18:30.599255 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4950 | 2025.07.18 19:18:30.599508 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4951 | 2025.07.18 19:18:30.599760 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 696 | ||
4952 | 2025.07.18 19:18:31.964568 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4953 | 2025.07.18 19:18:31.964767 [ 4 ] {13dba191-98a4-4e2c-baac-6c68af5008bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
4954 | 2025.07.18 19:18:31.964839 [ 4 ] {13dba191-98a4-4e2c-baac-6c68af5008bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
4955 | 2025.07.18 19:18:31.965662 [ 4 ] {13dba191-98a4-4e2c-baac-6c68af5008bb} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4956 | 2025.07.18 19:18:31.965703 [ 4 ] {13dba191-98a4-4e2c-baac-6c68af5008bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4957 | 2025.07.18 19:18:31.966087 [ 4 ] {13dba191-98a4-4e2c-baac-6c68af5008bb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4958 | 2025.07.18 19:18:31.966315 [ 4 ] {13dba191-98a4-4e2c-baac-6c68af5008bb} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4959 | 2025.07.18 19:18:31.966529 [ 4 ] {13dba191-98a4-4e2c-baac-6c68af5008bb} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001816 sec., 215859.03083700442 rows/sec., 13.69 MiB/sec. | ||
4960 | 2025.07.18 19:18:31.966573 [ 4 ] {13dba191-98a4-4e2c-baac-6c68af5008bb} <Debug> TCPHandler: Processed in 0.002140443 sec. | ||
4961 | 2025.07.18 19:18:31.966697 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4962 | 2025.07.18 19:18:31.966793 [ 4 ] {19d99934-bdac-4ddb-90fb-5a00e4d7da98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
4963 | 2025.07.18 19:18:31.966836 [ 4 ] {19d99934-bdac-4ddb-90fb-5a00e4d7da98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4964 | 2025.07.18 19:18:31.967281 [ 4 ] {19d99934-bdac-4ddb-90fb-5a00e4d7da98} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4965 | 2025.07.18 19:18:31.967318 [ 4 ] {19d99934-bdac-4ddb-90fb-5a00e4d7da98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4966 | 2025.07.18 19:18:31.967616 [ 4 ] {19d99934-bdac-4ddb-90fb-5a00e4d7da98} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4967 | 2025.07.18 19:18:31.967844 [ 4 ] {19d99934-bdac-4ddb-90fb-5a00e4d7da98} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4968 | 2025.07.18 19:18:31.967980 [ 4 ] {19d99934-bdac-4ddb-90fb-5a00e4d7da98} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001206 sec., 9950.248756218905 rows/sec., 811.37 KiB/sec. | ||
4969 | 2025.07.18 19:18:31.968018 [ 4 ] {19d99934-bdac-4ddb-90fb-5a00e4d7da98} <Debug> TCPHandler: Processed in 0.001371321 sec. | ||
4970 | 2025.07.18 19:18:31.968144 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4971 | 2025.07.18 19:18:31.968239 [ 4 ] {a191ecf9-14b3-4cf0-9aab-e74a0f1da5c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4972 | 2025.07.18 19:18:31.968278 [ 4 ] {a191ecf9-14b3-4cf0-9aab-e74a0f1da5c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4973 | 2025.07.18 19:18:31.969129 [ 4 ] {a191ecf9-14b3-4cf0-9aab-e74a0f1da5c5} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4974 | 2025.07.18 19:18:31.969167 [ 4 ] {a191ecf9-14b3-4cf0-9aab-e74a0f1da5c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4975 | 2025.07.18 19:18:31.969540 [ 4 ] {a191ecf9-14b3-4cf0-9aab-e74a0f1da5c5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4976 | 2025.07.18 19:18:31.969769 [ 4 ] {a191ecf9-14b3-4cf0-9aab-e74a0f1da5c5} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4977 | 2025.07.18 19:18:31.969871 [ 24 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4978 | 2025.07.18 19:18:31.969891 [ 4 ] {a191ecf9-14b3-4cf0-9aab-e74a0f1da5c5} <Debug> executeQuery: Read 1155 rows, 94.34 KiB in 0.001701 sec., 679012.3456790124 rows/sec., 54.16 MiB/sec. | ||
4979 | 2025.07.18 19:18:31.969934 [ 24 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4980 | 2025.07.18 19:18:31.969943 [ 4 ] {a191ecf9-14b3-4cf0-9aab-e74a0f1da5c5} <Debug> TCPHandler: Processed in 0.001883249 sec. | ||
4981 | 2025.07.18 19:18:31.969961 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
4982 | 2025.07.18 19:18:31.970065 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4983 | 2025.07.18 19:18:31.970073 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
4984 | 2025.07.18 19:18:31.970159 [ 4 ] {ff431a65-2bbc-4dd2-80f0-3fcded7ee328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4985 | 2025.07.18 19:18:31.970202 [ 4 ] {ff431a65-2bbc-4dd2-80f0-3fcded7ee328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4986 | 2025.07.18 19:18:31.970202 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4987 | 2025.07.18 19:18:31.970253 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1157 rows starting from the beginning of the part | ||
4988 | 2025.07.18 19:18:31.970318 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1149 rows starting from the beginning of the part | ||
4989 | 2025.07.18 19:18:31.970367 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part | ||
4990 | 2025.07.18 19:18:31.970476 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1149 rows starting from the beginning of the part | ||
4991 | 2025.07.18 19:18:31.970518 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part | ||
4992 | 2025.07.18 19:18:31.970561 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1155 rows starting from the beginning of the part | ||
4993 | 2025.07.18 19:18:31.970765 [ 4 ] {ff431a65-2bbc-4dd2-80f0-3fcded7ee328} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4994 | 2025.07.18 19:18:31.970808 [ 4 ] {ff431a65-2bbc-4dd2-80f0-3fcded7ee328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
4995 | 2025.07.18 19:18:31.971264 [ 4 ] {ff431a65-2bbc-4dd2-80f0-3fcded7ee328} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4996 | 2025.07.18 19:18:31.971512 [ 4 ] {ff431a65-2bbc-4dd2-80f0-3fcded7ee328} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4997 | 2025.07.18 19:18:31.971652 [ 4 ] {ff431a65-2bbc-4dd2-80f0-3fcded7ee328} <Debug> executeQuery: Read 249 rows, 15.70 KiB in 0.001463 sec., 170198.22282980176 rows/sec., 10.48 MiB/sec. | ||
4998 | 2025.07.18 19:18:31.971692 [ 4 ] {ff431a65-2bbc-4dd2-80f0-3fcded7ee328} <Debug> TCPHandler: Processed in 0.001634885 sec. | ||
4999 | 2025.07.18 19:18:31.971808 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5000 | 2025.07.18 19:18:31.971903 [ 4 ] {febdb849-4997-4cfa-b907-0ce0591cdcc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
5001 | 2025.07.18 19:18:31.971943 [ 4 ] {febdb849-4997-4cfa-b907-0ce0591cdcc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5002 | 2025.07.18 19:18:31.972402 [ 4 ] {febdb849-4997-4cfa-b907-0ce0591cdcc3} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5003 | 2025.07.18 19:18:31.972405 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4722 rows, containing 5 columns (5 merged, 0 gathered) in 0.002341936 sec., 2016280.5473761878 rows/sec., 168.42 MiB/sec. | ||
5004 | 2025.07.18 19:18:31.972441 [ 4 ] {febdb849-4997-4cfa-b907-0ce0591cdcc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5005 | 2025.07.18 19:18:31.972642 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5006 | 2025.07.18 19:18:31.972875 [ 4 ] {febdb849-4997-4cfa-b907-0ce0591cdcc3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5007 | 2025.07.18 19:18:31.973027 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5008 | 2025.07.18 19:18:31.973125 [ 4 ] {febdb849-4997-4cfa-b907-0ce0591cdcc3} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5009 | 2025.07.18 19:18:31.973144 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5010 | 2025.07.18 19:18:31.973252 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
5011 | 2025.07.18 19:18:31.973268 [ 4 ] {febdb849-4997-4cfa-b907-0ce0591cdcc3} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001383 sec., 146782.3571945047 rows/sec., 9.47 MiB/sec. | ||
5012 | 2025.07.18 19:18:31.973316 [ 4 ] {febdb849-4997-4cfa-b907-0ce0591cdcc3} <Debug> TCPHandler: Processed in 0.001556384 sec. | ||
5013 | 2025.07.18 19:18:31.973431 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5014 | 2025.07.18 19:18:31.973519 [ 4 ] {cae03035-f4fd-4e16-9562-8911185c8b7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
5015 | 2025.07.18 19:18:31.973557 [ 4 ] {cae03035-f4fd-4e16-9562-8911185c8b7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5016 | 2025.07.18 19:18:31.973972 [ 4 ] {cae03035-f4fd-4e16-9562-8911185c8b7d} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5017 | 2025.07.18 19:18:31.974006 [ 4 ] {cae03035-f4fd-4e16-9562-8911185c8b7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
5018 | 2025.07.18 19:18:31.974325 [ 4 ] {cae03035-f4fd-4e16-9562-8911185c8b7d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5019 | 2025.07.18 19:18:31.974603 [ 4 ] {cae03035-f4fd-4e16-9562-8911185c8b7d} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5020 | 2025.07.18 19:18:31.974729 [ 4 ] {cae03035-f4fd-4e16-9562-8911185c8b7d} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001222 sec., 165302.7823240589 rows/sec., 9.39 MiB/sec. | ||
5021 | 2025.07.18 19:18:31.974768 [ 4 ] {cae03035-f4fd-4e16-9562-8911185c8b7d} <Debug> TCPHandler: Processed in 0.001385551 sec. | ||
5022 | 2025.07.18 19:18:31.974885 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5023 | 2025.07.18 19:18:31.974980 [ 4 ] {97769247-dcf0-45e6-8a63-c842e43d5e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5024 | 2025.07.18 19:18:31.975018 [ 4 ] {97769247-dcf0-45e6-8a63-c842e43d5e08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5025 | 2025.07.18 19:18:31.975621 [ 4 ] {97769247-dcf0-45e6-8a63-c842e43d5e08} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5026 | 2025.07.18 19:18:31.975659 [ 4 ] {97769247-dcf0-45e6-8a63-c842e43d5e08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
5027 | 2025.07.18 19:18:31.976015 [ 4 ] {97769247-dcf0-45e6-8a63-c842e43d5e08} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5028 | 2025.07.18 19:18:31.976222 [ 4 ] {97769247-dcf0-45e6-8a63-c842e43d5e08} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5029 | 2025.07.18 19:18:31.976339 [ 42 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5030 | 2025.07.18 19:18:31.976350 [ 4 ] {97769247-dcf0-45e6-8a63-c842e43d5e08} <Debug> executeQuery: Read 705 rows, 50.83 KiB in 0.001388 sec., 507925.07204610953 rows/sec., 35.76 MiB/sec. | ||
5031 | 2025.07.18 19:18:31.976386 [ 42 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5032 | 2025.07.18 19:18:31.976406 [ 4 ] {97769247-dcf0-45e6-8a63-c842e43d5e08} <Debug> TCPHandler: Processed in 0.001569635 sec. | ||
5033 | 2025.07.18 19:18:31.976412 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
5034 | 2025.07.18 19:18:31.976493 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
5035 | 2025.07.18 19:18:31.976534 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5036 | 2025.07.18 19:18:31.976575 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5037 | 2025.07.18 19:18:31.976604 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 727 rows starting from the beginning of the part | ||
5038 | 2025.07.18 19:18:31.976633 [ 4 ] {e298de23-5030-46f1-ae39-8aedcbc8cb5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
5039 | 2025.07.18 19:18:31.976648 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 693 rows starting from the beginning of the part | ||
5040 | 2025.07.18 19:18:31.976684 [ 4 ] {e298de23-5030-46f1-ae39-8aedcbc8cb5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5041 | 2025.07.18 19:18:31.976693 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part | ||
5042 | 2025.07.18 19:18:31.976738 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 693 rows starting from the beginning of the part | ||
5043 | 2025.07.18 19:18:31.976772 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part | ||
5044 | 2025.07.18 19:18:31.976804 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 705 rows starting from the beginning of the part | ||
5045 | 2025.07.18 19:18:31.977038 [ 4 ] {e298de23-5030-46f1-ae39-8aedcbc8cb5b} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5046 | 2025.07.18 19:18:31.977081 [ 4 ] {e298de23-5030-46f1-ae39-8aedcbc8cb5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5047 | 2025.07.18 19:18:31.977420 [ 4 ] {e298de23-5030-46f1-ae39-8aedcbc8cb5b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5048 | 2025.07.18 19:18:31.977661 [ 4 ] {e298de23-5030-46f1-ae39-8aedcbc8cb5b} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5049 | 2025.07.18 19:18:31.977796 [ 4 ] {e298de23-5030-46f1-ae39-8aedcbc8cb5b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001205 sec., 4979.253112033195 rows/sec., 260.15 KiB/sec. | ||
5050 | 2025.07.18 19:18:31.977831 [ 4 ] {e298de23-5030-46f1-ae39-8aedcbc8cb5b} <Debug> TCPHandler: Processed in 0.001371411 sec. | ||
5051 | 2025.07.18 19:18:31.977936 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5052 | 2025.07.18 19:18:31.977963 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2946 rows, containing 5 columns (5 merged, 0 gathered) in 0.001528923 sec., 1926846.5449208366 rows/sec., 143.64 MiB/sec. | ||
5053 | 2025.07.18 19:18:31.978025 [ 4 ] {a95f6f34-1ff5-4260-8e9e-6ad268c97b44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5054 | 2025.07.18 19:18:31.978069 [ 4 ] {a95f6f34-1ff5-4260-8e9e-6ad268c97b44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5055 | 2025.07.18 19:18:31.978135 [ 195 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5056 | 2025.07.18 19:18:31.978374 [ 195 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5057 | 2025.07.18 19:18:31.978502 [ 195 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5058 | 2025.07.18 19:18:31.978549 [ 4 ] {a95f6f34-1ff5-4260-8e9e-6ad268c97b44} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5059 | 2025.07.18 19:18:31.978576 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
5060 | 2025.07.18 19:18:31.978584 [ 4 ] {a95f6f34-1ff5-4260-8e9e-6ad268c97b44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5061 | 2025.07.18 19:18:31.978970 [ 4 ] {a95f6f34-1ff5-4260-8e9e-6ad268c97b44} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5062 | 2025.07.18 19:18:31.979197 [ 4 ] {a95f6f34-1ff5-4260-8e9e-6ad268c97b44} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5063 | 2025.07.18 19:18:31.979301 [ 24 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5064 | 2025.07.18 19:18:31.979326 [ 4 ] {a95f6f34-1ff5-4260-8e9e-6ad268c97b44} <Debug> executeQuery: Read 313 rows, 21.10 KiB in 0.00128 sec., 244531.24999999997 rows/sec., 16.10 MiB/sec. | ||
5065 | 2025.07.18 19:18:31.979339 [ 24 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5066 | 2025.07.18 19:18:31.979366 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
5067 | 2025.07.18 19:18:31.979370 [ 4 ] {a95f6f34-1ff5-4260-8e9e-6ad268c97b44} <Debug> TCPHandler: Processed in 0.001448432 sec. | ||
5068 | 2025.07.18 19:18:31.979448 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
5069 | 2025.07.18 19:18:31.979495 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5070 | 2025.07.18 19:18:31.979576 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5071 | 2025.07.18 19:18:31.979594 [ 4 ] {b42c5a22-2fb3-4102-9303-fb4013677e42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
5072 | 2025.07.18 19:18:31.979614 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 6819 rows starting from the beginning of the part | ||
5073 | 2025.07.18 19:18:31.979640 [ 4 ] {b42c5a22-2fb3-4102-9303-fb4013677e42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5074 | 2025.07.18 19:18:31.979685 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 307 rows starting from the beginning of the part | ||
5075 | 2025.07.18 19:18:31.979741 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
5076 | 2025.07.18 19:18:31.979784 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 307 rows starting from the beginning of the part | ||
5077 | 2025.07.18 19:18:31.979825 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
5078 | 2025.07.18 19:18:31.979866 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 313 rows starting from the beginning of the part | ||
5079 | 2025.07.18 19:18:31.979968 [ 4 ] {b42c5a22-2fb3-4102-9303-fb4013677e42} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5080 | 2025.07.18 19:18:31.980008 [ 4 ] {b42c5a22-2fb3-4102-9303-fb4013677e42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5081 | 2025.07.18 19:18:31.980357 [ 4 ] {b42c5a22-2fb3-4102-9303-fb4013677e42} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5082 | 2025.07.18 19:18:31.980579 [ 4 ] {b42c5a22-2fb3-4102-9303-fb4013677e42} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5083 | 2025.07.18 19:18:31.980716 [ 4 ] {b42c5a22-2fb3-4102-9303-fb4013677e42} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00114 sec., 877.1929824561404 rows/sec., 59.11 KiB/sec. | ||
5084 | 2025.07.18 19:18:31.980753 [ 4 ] {b42c5a22-2fb3-4102-9303-fb4013677e42} <Debug> TCPHandler: Processed in 0.001307 sec. | ||
5085 | 2025.07.18 19:18:31.980864 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5086 | 2025.07.18 19:18:31.980957 [ 4 ] {93cf2056-bccf-4a51-aebc-f996869c4b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5087 | 2025.07.18 19:18:31.981012 [ 4 ] {93cf2056-bccf-4a51-aebc-f996869c4b49} <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 | ||
5088 | 2025.07.18 19:18:31.981799 [ 4 ] {93cf2056-bccf-4a51-aebc-f996869c4b49} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5089 | 2025.07.18 19:18:31.981833 [ 4 ] {93cf2056-bccf-4a51-aebc-f996869c4b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5090 | 2025.07.18 19:18:31.982521 [ 4 ] {93cf2056-bccf-4a51-aebc-f996869c4b49} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5091 | 2025.07.18 19:18:31.982760 [ 4 ] {93cf2056-bccf-4a51-aebc-f996869c4b49} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5092 | 2025.07.18 19:18:31.982910 [ 4 ] {93cf2056-bccf-4a51-aebc-f996869c4b49} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00197 sec., 20812.18274111675 rows/sec., 37.29 MiB/sec. | ||
5093 | 2025.07.18 19:18:31.982941 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8066 rows, containing 5 columns (5 merged, 0 gathered) in 0.003528114 sec., 2286207.305092749 rows/sec., 153.12 MiB/sec. | ||
5094 | 2025.07.18 19:18:31.982964 [ 4 ] {93cf2056-bccf-4a51-aebc-f996869c4b49} <Debug> TCPHandler: Processed in 0.002147543 sec. | ||
5095 | 2025.07.18 19:18:31.983093 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5096 | 2025.07.18 19:18:31.983188 [ 4 ] {e5fa97db-5747-4716-906e-e7cd4859b04c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5097 | 2025.07.18 19:18:31.983228 [ 4 ] {e5fa97db-5747-4716-906e-e7cd4859b04c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5098 | 2025.07.18 19:18:31.983508 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5099 | 2025.07.18 19:18:31.983576 [ 4 ] {e5fa97db-5747-4716-906e-e7cd4859b04c} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5100 | 2025.07.18 19:18:31.983611 [ 4 ] {e5fa97db-5747-4716-906e-e7cd4859b04c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
5101 | 2025.07.18 19:18:31.983754 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5102 | 2025.07.18 19:18:31.983815 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5103 | 2025.07.18 19:18:31.983881 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. | ||
5104 | 2025.07.18 19:18:31.983922 [ 4 ] {e5fa97db-5747-4716-906e-e7cd4859b04c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5105 | 2025.07.18 19:18:31.984142 [ 4 ] {e5fa97db-5747-4716-906e-e7cd4859b04c} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5106 | 2025.07.18 19:18:31.984265 [ 24 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5107 | 2025.07.18 19:18:31.984280 [ 4 ] {e5fa97db-5747-4716-906e-e7cd4859b04c} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.00111 sec., 91891.89189189188 rows/sec., 5.65 MiB/sec. | ||
5108 | 2025.07.18 19:18:31.984306 [ 24 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5109 | 2025.07.18 19:18:31.984326 [ 4 ] {e5fa97db-5747-4716-906e-e7cd4859b04c} <Debug> TCPHandler: Processed in 0.00128238 sec. | ||
5110 | 2025.07.18 19:18:31.984330 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
5111 | 2025.07.18 19:18:31.984466 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
5112 | 2025.07.18 19:18:31.984622 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5113 | 2025.07.18 19:18:31.984658 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2310 rows starting from the beginning of the part | ||
5114 | 2025.07.18 19:18:31.984725 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 102 rows starting from the beginning of the part | ||
5115 | 2025.07.18 19:18:31.984769 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
5116 | 2025.07.18 19:18:31.984809 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 102 rows starting from the beginning of the part | ||
5117 | 2025.07.18 19:18:31.984846 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
5118 | 2025.07.18 19:18:31.984883 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 102 rows starting from the beginning of the part | ||
5119 | 2025.07.18 19:18:31.986046 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2736 rows, containing 4 columns (4 merged, 0 gathered) in 0.001685776 sec., 1622991.4294663111 rows/sec., 103.01 MiB/sec. | ||
5120 | 2025.07.18 19:18:31.986330 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5121 | 2025.07.18 19:18:31.986640 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_36_7} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5122 | 2025.07.18 19:18:31.986710 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_36_7} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5123 | 2025.07.18 19:18:31.986788 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
5124 | 2025.07.18 19:18:33.076124 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
5125 | 2025.07.18 19:18:33.076920 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5126 | 2025.07.18 19:18:33.076984 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
5127 | 2025.07.18 19:18:33.077592 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5128 | 2025.07.18 19:18:33.077824 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5129 | 2025.07.18 19:18:33.077947 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
5130 | 2025.07.18 19:18:33.752726 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
5131 | 2025.07.18 19:18:33.767856 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5132 | 2025.07.18 19:18:33.767910 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
5133 | 2025.07.18 19:18:33.773824 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5134 | 2025.07.18 19:18:33.774533 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5135 | 2025.07.18 19:18:33.777180 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
5136 | 2025.07.18 19:18:36.952019 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5137 | 2025.07.18 19:18:36.952228 [ 4 ] {00e881ca-3a47-4875-99b8-603a3aa1e985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5138 | 2025.07.18 19:18:36.952304 [ 4 ] {00e881ca-3a47-4875-99b8-603a3aa1e985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5139 | 2025.07.18 19:18:36.953023 [ 4 ] {00e881ca-3a47-4875-99b8-603a3aa1e985} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5140 | 2025.07.18 19:18:36.953068 [ 4 ] {00e881ca-3a47-4875-99b8-603a3aa1e985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5141 | 2025.07.18 19:18:36.953485 [ 4 ] {00e881ca-3a47-4875-99b8-603a3aa1e985} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5142 | 2025.07.18 19:18:36.953738 [ 4 ] {00e881ca-3a47-4875-99b8-603a3aa1e985} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5143 | 2025.07.18 19:18:36.953904 [ 4 ] {00e881ca-3a47-4875-99b8-603a3aa1e985} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001729 sec., 32388.663967611334 rows/sec., 2.49 MiB/sec. | ||
5144 | 2025.07.18 19:18:36.953954 [ 4 ] {00e881ca-3a47-4875-99b8-603a3aa1e985} <Debug> TCPHandler: Processed in 0.002068402 sec. | ||
5145 | 2025.07.18 19:18:36.954078 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5146 | 2025.07.18 19:18:36.954181 [ 4 ] {11f2268a-0d26-4a0d-9eeb-2199bf2782aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5147 | 2025.07.18 19:18:36.954225 [ 4 ] {11f2268a-0d26-4a0d-9eeb-2199bf2782aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5148 | 2025.07.18 19:18:36.954667 [ 4 ] {11f2268a-0d26-4a0d-9eeb-2199bf2782aa} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5149 | 2025.07.18 19:18:36.954706 [ 4 ] {11f2268a-0d26-4a0d-9eeb-2199bf2782aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5150 | 2025.07.18 19:18:36.955020 [ 4 ] {11f2268a-0d26-4a0d-9eeb-2199bf2782aa} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5151 | 2025.07.18 19:18:36.955244 [ 4 ] {11f2268a-0d26-4a0d-9eeb-2199bf2782aa} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5152 | 2025.07.18 19:18:36.955381 [ 4 ] {11f2268a-0d26-4a0d-9eeb-2199bf2782aa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001223 sec., 52330.335241210145 rows/sec., 4.08 MiB/sec. | ||
5153 | 2025.07.18 19:18:36.955419 [ 4 ] {11f2268a-0d26-4a0d-9eeb-2199bf2782aa} <Debug> TCPHandler: Processed in 0.001391842 sec. | ||
5154 | 2025.07.18 19:18:36.955536 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5155 | 2025.07.18 19:18:36.955632 [ 4 ] {532e4af7-8b14-4754-a13e-3ec9182b1ec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5156 | 2025.07.18 19:18:36.955676 [ 4 ] {532e4af7-8b14-4754-a13e-3ec9182b1ec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5157 | 2025.07.18 19:18:36.956096 [ 4 ] {532e4af7-8b14-4754-a13e-3ec9182b1ec0} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5158 | 2025.07.18 19:18:36.956132 [ 4 ] {532e4af7-8b14-4754-a13e-3ec9182b1ec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5159 | 2025.07.18 19:18:36.956466 [ 4 ] {532e4af7-8b14-4754-a13e-3ec9182b1ec0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5160 | 2025.07.18 19:18:36.956679 [ 4 ] {532e4af7-8b14-4754-a13e-3ec9182b1ec0} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5161 | 2025.07.18 19:18:36.956812 [ 4 ] {532e4af7-8b14-4754-a13e-3ec9182b1ec0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. | ||
5162 | 2025.07.18 19:18:36.956850 [ 4 ] {532e4af7-8b14-4754-a13e-3ec9182b1ec0} <Debug> TCPHandler: Processed in 0.001363971 sec. | ||
5163 | 2025.07.18 19:18:36.956953 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5164 | 2025.07.18 19:18:36.957046 [ 4 ] {d93d1ffa-a1fd-4688-b910-dbf19802ad5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5165 | 2025.07.18 19:18:36.957088 [ 4 ] {d93d1ffa-a1fd-4688-b910-dbf19802ad5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5166 | 2025.07.18 19:18:36.957428 [ 4 ] {d93d1ffa-a1fd-4688-b910-dbf19802ad5a} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5167 | 2025.07.18 19:18:36.957465 [ 4 ] {d93d1ffa-a1fd-4688-b910-dbf19802ad5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5168 | 2025.07.18 19:18:36.957782 [ 4 ] {d93d1ffa-a1fd-4688-b910-dbf19802ad5a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5169 | 2025.07.18 19:18:36.958011 [ 4 ] {d93d1ffa-a1fd-4688-b910-dbf19802ad5a} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5170 | 2025.07.18 19:18:36.958144 [ 4 ] {d93d1ffa-a1fd-4688-b910-dbf19802ad5a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001116 sec., 53763.44086021505 rows/sec., 3.62 MiB/sec. | ||
5171 | 2025.07.18 19:18:36.958180 [ 4 ] {d93d1ffa-a1fd-4688-b910-dbf19802ad5a} <Debug> TCPHandler: Processed in 0.00127571 sec. | ||
5172 | 2025.07.18 19:18:40.461097 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5173 | 2025.07.18 19:18:40.461163 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5174 | 2025.07.18 19:18:40.578087 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
5175 | 2025.07.18 19:18:40.578623 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5176 | 2025.07.18 19:18:40.578671 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5177 | 2025.07.18 19:18:40.579204 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5178 | 2025.07.18 19:18:40.579449 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5179 | 2025.07.18 19:18:40.579590 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
5180 | 2025.07.18 19:18:40.600355 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 728 | ||
5181 | 2025.07.18 19:18:40.602598 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5182 | 2025.07.18 19:18:40.602639 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5183 | 2025.07.18 19:18:40.603810 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5184 | 2025.07.18 19:18:40.604073 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5185 | 2025.07.18 19:18:40.604323 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 728 | ||
5186 | 2025.07.18 19:18:41.277301 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
5187 | 2025.07.18 19:18:41.293644 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5188 | 2025.07.18 19:18:41.293704 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5189 | 2025.07.18 19:18:41.299481 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5190 | 2025.07.18 19:18:41.300170 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5191 | 2025.07.18 19:18:41.302992 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
5192 | 2025.07.18 19:18:41.964457 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5193 | 2025.07.18 19:18:41.964656 [ 4 ] {21bd1908-832d-4497-8666-8ddcab6f2d93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
5194 | 2025.07.18 19:18:41.964732 [ 4 ] {21bd1908-832d-4497-8666-8ddcab6f2d93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
5195 | 2025.07.18 19:18:41.965598 [ 4 ] {21bd1908-832d-4497-8666-8ddcab6f2d93} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5196 | 2025.07.18 19:18:41.965642 [ 4 ] {21bd1908-832d-4497-8666-8ddcab6f2d93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5197 | 2025.07.18 19:18:41.966049 [ 4 ] {21bd1908-832d-4497-8666-8ddcab6f2d93} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5198 | 2025.07.18 19:18:41.966276 [ 4 ] {21bd1908-832d-4497-8666-8ddcab6f2d93} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5199 | 2025.07.18 19:18:41.966430 [ 4 ] {21bd1908-832d-4497-8666-8ddcab6f2d93} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001828 sec., 214442.01312910285 rows/sec., 13.60 MiB/sec. | ||
5200 | 2025.07.18 19:18:41.966472 [ 4 ] {21bd1908-832d-4497-8666-8ddcab6f2d93} <Debug> TCPHandler: Processed in 0.002148993 sec. | ||
5201 | 2025.07.18 19:18:41.966658 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5202 | 2025.07.18 19:18:41.966754 [ 4 ] {063a635a-0968-41ce-81fe-e912b3c4f5ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5203 | 2025.07.18 19:18:41.966797 [ 4 ] {063a635a-0968-41ce-81fe-e912b3c4f5ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5204 | 2025.07.18 19:18:41.967635 [ 4 ] {063a635a-0968-41ce-81fe-e912b3c4f5ba} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5205 | 2025.07.18 19:18:41.967672 [ 4 ] {063a635a-0968-41ce-81fe-e912b3c4f5ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5206 | 2025.07.18 19:18:41.968033 [ 4 ] {063a635a-0968-41ce-81fe-e912b3c4f5ba} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5207 | 2025.07.18 19:18:41.968238 [ 4 ] {063a635a-0968-41ce-81fe-e912b3c4f5ba} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5208 | 2025.07.18 19:18:41.968370 [ 4 ] {063a635a-0968-41ce-81fe-e912b3c4f5ba} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001635 sec., 702752.2935779816 rows/sec., 56.09 MiB/sec. | ||
5209 | 2025.07.18 19:18:41.968408 [ 4 ] {063a635a-0968-41ce-81fe-e912b3c4f5ba} <Debug> TCPHandler: Processed in 0.001800868 sec. | ||
5210 | 2025.07.18 19:18:41.968532 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5211 | 2025.07.18 19:18:41.968627 [ 4 ] {bdfb9ab9-dbac-48ec-89ce-bfe25c06acd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5212 | 2025.07.18 19:18:41.968668 [ 4 ] {bdfb9ab9-dbac-48ec-89ce-bfe25c06acd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5213 | 2025.07.18 19:18:41.969240 [ 4 ] {bdfb9ab9-dbac-48ec-89ce-bfe25c06acd3} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5214 | 2025.07.18 19:18:41.969277 [ 4 ] {bdfb9ab9-dbac-48ec-89ce-bfe25c06acd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5215 | 2025.07.18 19:18:41.969582 [ 4 ] {bdfb9ab9-dbac-48ec-89ce-bfe25c06acd3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5216 | 2025.07.18 19:18:41.969844 [ 4 ] {bdfb9ab9-dbac-48ec-89ce-bfe25c06acd3} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5217 | 2025.07.18 19:18:41.969976 [ 4 ] {bdfb9ab9-dbac-48ec-89ce-bfe25c06acd3} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001367 sec., 173372.3482077542 rows/sec., 10.62 MiB/sec. | ||
5218 | 2025.07.18 19:18:41.970014 [ 4 ] {bdfb9ab9-dbac-48ec-89ce-bfe25c06acd3} <Debug> TCPHandler: Processed in 0.001532074 sec. | ||
5219 | 2025.07.18 19:18:41.970131 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5220 | 2025.07.18 19:18:41.970232 [ 4 ] {1260fa22-54cd-4ef0-8838-b6da081f0a0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
5221 | 2025.07.18 19:18:41.970272 [ 4 ] {1260fa22-54cd-4ef0-8838-b6da081f0a0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5222 | 2025.07.18 19:18:41.970751 [ 4 ] {1260fa22-54cd-4ef0-8838-b6da081f0a0d} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5223 | 2025.07.18 19:18:41.970787 [ 4 ] {1260fa22-54cd-4ef0-8838-b6da081f0a0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5224 | 2025.07.18 19:18:41.971083 [ 4 ] {1260fa22-54cd-4ef0-8838-b6da081f0a0d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5225 | 2025.07.18 19:18:41.971282 [ 4 ] {1260fa22-54cd-4ef0-8838-b6da081f0a0d} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5226 | 2025.07.18 19:18:41.971406 [ 4 ] {1260fa22-54cd-4ef0-8838-b6da081f0a0d} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001192 sec., 170302.0134228188 rows/sec., 10.98 MiB/sec. | ||
5227 | 2025.07.18 19:18:41.971443 [ 4 ] {1260fa22-54cd-4ef0-8838-b6da081f0a0d} <Debug> TCPHandler: Processed in 0.001360941 sec. | ||
5228 | 2025.07.18 19:18:41.971552 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5229 | 2025.07.18 19:18:41.971644 [ 4 ] {edc887cb-5779-411f-b47d-f6ef79546648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
5230 | 2025.07.18 19:18:41.971690 [ 4 ] {edc887cb-5779-411f-b47d-f6ef79546648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5231 | 2025.07.18 19:18:41.972128 [ 4 ] {edc887cb-5779-411f-b47d-f6ef79546648} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5232 | 2025.07.18 19:18:41.972164 [ 4 ] {edc887cb-5779-411f-b47d-f6ef79546648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5233 | 2025.07.18 19:18:41.972453 [ 4 ] {edc887cb-5779-411f-b47d-f6ef79546648} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5234 | 2025.07.18 19:18:41.972656 [ 4 ] {edc887cb-5779-411f-b47d-f6ef79546648} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5235 | 2025.07.18 19:18:41.972787 [ 4 ] {edc887cb-5779-411f-b47d-f6ef79546648} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.00116 sec., 174137.93103448275 rows/sec., 9.89 MiB/sec. | ||
5236 | 2025.07.18 19:18:41.972823 [ 4 ] {edc887cb-5779-411f-b47d-f6ef79546648} <Debug> TCPHandler: Processed in 0.00131728 sec. | ||
5237 | 2025.07.18 19:18:41.972933 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5238 | 2025.07.18 19:18:41.973023 [ 4 ] {19ceddf9-b288-458c-9c63-99bdd421ea37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5239 | 2025.07.18 19:18:41.973062 [ 4 ] {19ceddf9-b288-458c-9c63-99bdd421ea37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5240 | 2025.07.18 19:18:41.973637 [ 4 ] {19ceddf9-b288-458c-9c63-99bdd421ea37} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5241 | 2025.07.18 19:18:41.973679 [ 4 ] {19ceddf9-b288-458c-9c63-99bdd421ea37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5242 | 2025.07.18 19:18:41.973991 [ 4 ] {19ceddf9-b288-458c-9c63-99bdd421ea37} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5243 | 2025.07.18 19:18:41.974209 [ 4 ] {19ceddf9-b288-458c-9c63-99bdd421ea37} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5244 | 2025.07.18 19:18:41.974335 [ 4 ] {19ceddf9-b288-458c-9c63-99bdd421ea37} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001329 sec., 521444.69525959366 rows/sec., 36.63 MiB/sec. | ||
5245 | 2025.07.18 19:18:41.974372 [ 4 ] {19ceddf9-b288-458c-9c63-99bdd421ea37} <Debug> TCPHandler: Processed in 0.001485783 sec. | ||
5246 | 2025.07.18 19:18:41.974482 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5247 | 2025.07.18 19:18:41.974573 [ 4 ] {e66529ae-1b03-4656-8189-d4126b279797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
5248 | 2025.07.18 19:18:41.974613 [ 4 ] {e66529ae-1b03-4656-8189-d4126b279797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5249 | 2025.07.18 19:18:41.974945 [ 4 ] {e66529ae-1b03-4656-8189-d4126b279797} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5250 | 2025.07.18 19:18:41.974980 [ 4 ] {e66529ae-1b03-4656-8189-d4126b279797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5251 | 2025.07.18 19:18:41.975288 [ 4 ] {e66529ae-1b03-4656-8189-d4126b279797} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5252 | 2025.07.18 19:18:41.975482 [ 4 ] {e66529ae-1b03-4656-8189-d4126b279797} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5253 | 2025.07.18 19:18:41.975604 [ 4 ] {e66529ae-1b03-4656-8189-d4126b279797} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001049 sec., 5719.733079122974 rows/sec., 298.83 KiB/sec. | ||
5254 | 2025.07.18 19:18:41.975639 [ 4 ] {e66529ae-1b03-4656-8189-d4126b279797} <Debug> TCPHandler: Processed in 0.001203838 sec. | ||
5255 | 2025.07.18 19:18:41.975746 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5256 | 2025.07.18 19:18:41.975838 [ 4 ] {01c1f4b3-8000-431f-8673-b84a01d16d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5257 | 2025.07.18 19:18:41.975878 [ 4 ] {01c1f4b3-8000-431f-8673-b84a01d16d95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5258 | 2025.07.18 19:18:41.976304 [ 4 ] {01c1f4b3-8000-431f-8673-b84a01d16d95} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5259 | 2025.07.18 19:18:41.976339 [ 4 ] {01c1f4b3-8000-431f-8673-b84a01d16d95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5260 | 2025.07.18 19:18:41.976653 [ 4 ] {01c1f4b3-8000-431f-8673-b84a01d16d95} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5261 | 2025.07.18 19:18:41.976863 [ 4 ] {01c1f4b3-8000-431f-8673-b84a01d16d95} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5262 | 2025.07.18 19:18:41.976994 [ 4 ] {01c1f4b3-8000-431f-8673-b84a01d16d95} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001174 sec., 261499.14821124362 rows/sec., 17.20 MiB/sec. | ||
5263 | 2025.07.18 19:18:41.977029 [ 4 ] {01c1f4b3-8000-431f-8673-b84a01d16d95} <Debug> TCPHandler: Processed in 0.001329901 sec. | ||
5264 | 2025.07.18 19:18:41.977136 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5265 | 2025.07.18 19:18:41.977227 [ 4 ] {3fe4b77e-df9a-4292-b470-81916b08dbad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
5266 | 2025.07.18 19:18:41.977268 [ 4 ] {3fe4b77e-df9a-4292-b470-81916b08dbad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5267 | 2025.07.18 19:18:41.977571 [ 4 ] {3fe4b77e-df9a-4292-b470-81916b08dbad} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5268 | 2025.07.18 19:18:41.977606 [ 4 ] {3fe4b77e-df9a-4292-b470-81916b08dbad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5269 | 2025.07.18 19:18:41.977894 [ 4 ] {3fe4b77e-df9a-4292-b470-81916b08dbad} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5270 | 2025.07.18 19:18:41.978087 [ 4 ] {3fe4b77e-df9a-4292-b470-81916b08dbad} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5271 | 2025.07.18 19:18:41.978208 [ 4 ] {3fe4b77e-df9a-4292-b470-81916b08dbad} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.000999 sec., 1001.0010010010009 rows/sec., 67.45 KiB/sec. | ||
5272 | 2025.07.18 19:18:41.978242 [ 4 ] {3fe4b77e-df9a-4292-b470-81916b08dbad} <Debug> TCPHandler: Processed in 0.001153127 sec. | ||
5273 | 2025.07.18 19:18:41.978348 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5274 | 2025.07.18 19:18:41.978439 [ 4 ] {3daefb1e-28c7-4d88-9201-d76e23bba8ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5275 | 2025.07.18 19:18:41.978491 [ 4 ] {3daefb1e-28c7-4d88-9201-d76e23bba8ae} <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 | ||
5276 | 2025.07.18 19:18:41.979297 [ 4 ] {3daefb1e-28c7-4d88-9201-d76e23bba8ae} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5277 | 2025.07.18 19:18:41.979332 [ 4 ] {3daefb1e-28c7-4d88-9201-d76e23bba8ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5278 | 2025.07.18 19:18:41.979890 [ 4 ] {3daefb1e-28c7-4d88-9201-d76e23bba8ae} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5279 | 2025.07.18 19:18:41.980096 [ 4 ] {3daefb1e-28c7-4d88-9201-d76e23bba8ae} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5280 | 2025.07.18 19:18:41.980225 [ 4 ] {3daefb1e-28c7-4d88-9201-d76e23bba8ae} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001803 sec., 22739.87798114254 rows/sec., 40.75 MiB/sec. | ||
5281 | 2025.07.18 19:18:41.980275 [ 4 ] {3daefb1e-28c7-4d88-9201-d76e23bba8ae} <Debug> TCPHandler: Processed in 0.00197338 sec. | ||
5282 | 2025.07.18 19:18:41.980388 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5283 | 2025.07.18 19:18:41.980480 [ 4 ] {061edaf3-26e5-4dd8-8c12-cf9565c6b792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5284 | 2025.07.18 19:18:41.980520 [ 4 ] {061edaf3-26e5-4dd8-8c12-cf9565c6b792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5285 | 2025.07.18 19:18:41.980861 [ 4 ] {061edaf3-26e5-4dd8-8c12-cf9565c6b792} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5286 | 2025.07.18 19:18:41.980896 [ 4 ] {061edaf3-26e5-4dd8-8c12-cf9565c6b792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5287 | 2025.07.18 19:18:41.981184 [ 4 ] {061edaf3-26e5-4dd8-8c12-cf9565c6b792} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5288 | 2025.07.18 19:18:41.981382 [ 4 ] {061edaf3-26e5-4dd8-8c12-cf9565c6b792} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5289 | 2025.07.18 19:18:41.981506 [ 4 ] {061edaf3-26e5-4dd8-8c12-cf9565c6b792} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001044 sec., 97701.14942528735 rows/sec., 6.00 MiB/sec. | ||
5290 | 2025.07.18 19:18:41.981540 [ 4 ] {061edaf3-26e5-4dd8-8c12-cf9565c6b792} <Debug> TCPHandler: Processed in 0.001199448 sec. | ||
5291 | 2025.07.18 19:18:42.000398 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.63 MiB, peak 241.85 MiB, free memory in arenas 0.00 B, will set to 237.39 MiB (RSS), difference: -1.25 MiB | ||
5292 | 2025.07.18 19:18:44.559735 [ 89 ] {} <Debug> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
5293 | 2025.07.18 19:18:44.559801 [ 89 ] {} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5294 | 2025.07.18 19:18:44.559823 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5295 | 2025.07.18 19:18:44.559948 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::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 | ||
5296 | 2025.07.18 19:18:44.560110 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5297 | 2025.07.18 19:18:44.560145 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
5298 | 2025.07.18 19:18:44.560215 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::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 | ||
5299 | 2025.07.18 19:18:44.560261 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
5300 | 2025.07.18 19:18:44.560302 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
5301 | 2025.07.18 19:18:44.560340 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::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 | ||
5302 | 2025.07.18 19:18:44.561086 [ 189 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.001198839 sec., 33365.614565425385 rows/sec., 2.78 MiB/sec. | ||
5303 | 2025.07.18 19:18:44.561264 [ 187 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
5304 | 2025.07.18 19:18:44.561589 [ 187 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_5_1} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5305 | 2025.07.18 19:18:44.561670 [ 187 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_5_1} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
5306 | 2025.07.18 19:18:44.561779 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5307 | 2025.07.18 19:18:46.952452 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5308 | 2025.07.18 19:18:46.952652 [ 4 ] {dcd7d1f5-fc39-42c7-b41d-ae039e8bddbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5309 | 2025.07.18 19:18:46.952718 [ 4 ] {dcd7d1f5-fc39-42c7-b41d-ae039e8bddbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5310 | 2025.07.18 19:18:46.953383 [ 4 ] {dcd7d1f5-fc39-42c7-b41d-ae039e8bddbb} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5311 | 2025.07.18 19:18:46.953432 [ 4 ] {dcd7d1f5-fc39-42c7-b41d-ae039e8bddbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5312 | 2025.07.18 19:18:46.953830 [ 4 ] {dcd7d1f5-fc39-42c7-b41d-ae039e8bddbb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5313 | 2025.07.18 19:18:46.954069 [ 4 ] {dcd7d1f5-fc39-42c7-b41d-ae039e8bddbb} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5314 | 2025.07.18 19:18:46.954222 [ 4 ] {dcd7d1f5-fc39-42c7-b41d-ae039e8bddbb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001618 sec., 34610.630407911 rows/sec., 2.66 MiB/sec. | ||
5315 | 2025.07.18 19:18:46.954263 [ 4 ] {dcd7d1f5-fc39-42c7-b41d-ae039e8bddbb} <Debug> TCPHandler: Processed in 0.00193993 sec. | ||
5316 | 2025.07.18 19:18:46.954389 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5317 | 2025.07.18 19:18:46.954485 [ 4 ] {f069a7d0-2aa1-435e-b907-b8cbece85b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5318 | 2025.07.18 19:18:46.954524 [ 4 ] {f069a7d0-2aa1-435e-b907-b8cbece85b28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5319 | 2025.07.18 19:18:46.954963 [ 4 ] {f069a7d0-2aa1-435e-b907-b8cbece85b28} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5320 | 2025.07.18 19:18:46.954998 [ 4 ] {f069a7d0-2aa1-435e-b907-b8cbece85b28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5321 | 2025.07.18 19:18:46.955300 [ 4 ] {f069a7d0-2aa1-435e-b907-b8cbece85b28} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5322 | 2025.07.18 19:18:46.955510 [ 4 ] {f069a7d0-2aa1-435e-b907-b8cbece85b28} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5323 | 2025.07.18 19:18:46.955643 [ 4 ] {f069a7d0-2aa1-435e-b907-b8cbece85b28} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001176 sec., 54421.768707482996 rows/sec., 4.25 MiB/sec. | ||
5324 | 2025.07.18 19:18:46.955690 [ 4 ] {f069a7d0-2aa1-435e-b907-b8cbece85b28} <Debug> TCPHandler: Processed in 0.00134944 sec. | ||
5325 | 2025.07.18 19:18:46.955828 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5326 | 2025.07.18 19:18:46.955924 [ 4 ] {a52b8d16-b279-4462-8801-712600c0f654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5327 | 2025.07.18 19:18:46.955968 [ 4 ] {a52b8d16-b279-4462-8801-712600c0f654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5328 | 2025.07.18 19:18:46.956388 [ 4 ] {a52b8d16-b279-4462-8801-712600c0f654} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5329 | 2025.07.18 19:18:46.956422 [ 4 ] {a52b8d16-b279-4462-8801-712600c0f654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5330 | 2025.07.18 19:18:46.956738 [ 4 ] {a52b8d16-b279-4462-8801-712600c0f654} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5331 | 2025.07.18 19:18:46.956940 [ 4 ] {a52b8d16-b279-4462-8801-712600c0f654} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5332 | 2025.07.18 19:18:46.957066 [ 4 ] {a52b8d16-b279-4462-8801-712600c0f654} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. | ||
5333 | 2025.07.18 19:18:46.957102 [ 4 ] {a52b8d16-b279-4462-8801-712600c0f654} <Debug> TCPHandler: Processed in 0.00132981 sec. | ||
5334 | 2025.07.18 19:18:46.957214 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5335 | 2025.07.18 19:18:46.957314 [ 4 ] {00633ef3-95ae-408f-99b6-2b93cc555332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5336 | 2025.07.18 19:18:46.957358 [ 4 ] {00633ef3-95ae-408f-99b6-2b93cc555332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5337 | 2025.07.18 19:18:46.957702 [ 4 ] {00633ef3-95ae-408f-99b6-2b93cc555332} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5338 | 2025.07.18 19:18:46.957736 [ 4 ] {00633ef3-95ae-408f-99b6-2b93cc555332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5339 | 2025.07.18 19:18:46.958030 [ 4 ] {00633ef3-95ae-408f-99b6-2b93cc555332} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5340 | 2025.07.18 19:18:46.958233 [ 4 ] {00633ef3-95ae-408f-99b6-2b93cc555332} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5341 | 2025.07.18 19:18:46.958362 [ 4 ] {00633ef3-95ae-408f-99b6-2b93cc555332} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. | ||
5342 | 2025.07.18 19:18:46.958396 [ 4 ] {00633ef3-95ae-408f-99b6-2b93cc555332} <Debug> TCPHandler: Processed in 0.001231659 sec. | ||
5343 | 2025.07.18 19:18:46.976147 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5344 | 2025.07.18 19:18:46.976297 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) 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) | ||
5345 | 2025.07.18 19:18:46.976579 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5346 | 2025.07.18 19:18:46.976617 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} <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 | ||
5347 | 2025.07.18 19:18:46.976844 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5348 | 2025.07.18 19:18:46.976905 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5349 | 2025.07.18 19:18:46.977033 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
5350 | 2025.07.18 19:18:46.977241 [ 289 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
5351 | 2025.07.18 19:18:46.977268 [ 294 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
5352 | 2025.07.18 19:18:46.977248 [ 290 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
5353 | 2025.07.18 19:18:46.977246 [ 293 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
5354 | 2025.07.18 19:18:46.977438 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
5355 | 2025.07.18 19:18:46.977463 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5356 | 2025.07.18 19:18:46.977545 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
5357 | 2025.07.18 19:18:46.977564 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
5358 | 2025.07.18 19:18:46.977597 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} <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'))" | ||
5359 | 2025.07.18 19:18:46.977634 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} <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'))" | ||
5360 | 2025.07.18 19:18:46.977672 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} <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'))" | ||
5361 | 2025.07.18 19:18:46.978443 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002211 sec., 15377.657168701946 rows/sec., 591.86 KiB/sec. | ||
5362 | 2025.07.18 19:18:46.978563 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} <Debug> TCPHandler: Processed in 0.002471498 sec. | ||
5363 | 2025.07.18 19:18:46.978828 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5364 | 2025.07.18 19:18:46.978966 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) 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) | ||
5365 | 2025.07.18 19:18:46.979186 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5366 | 2025.07.18 19:18:46.979222 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} <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 | ||
5367 | 2025.07.18 19:18:46.979422 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5368 | 2025.07.18 19:18:46.979475 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5369 | 2025.07.18 19:18:46.979581 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
5370 | 2025.07.18 19:18:46.979641 [ 289 ] {9193d669-3c8c-406e-9890-d1a423a6c657} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
5371 | 2025.07.18 19:18:46.979658 [ 294 ] {9193d669-3c8c-406e-9890-d1a423a6c657} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
5372 | 2025.07.18 19:18:46.979651 [ 290 ] {9193d669-3c8c-406e-9890-d1a423a6c657} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
5373 | 2025.07.18 19:18:46.979652 [ 293 ] {9193d669-3c8c-406e-9890-d1a423a6c657} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
5374 | 2025.07.18 19:18:46.979796 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
5375 | 2025.07.18 19:18:46.979832 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5376 | 2025.07.18 19:18:46.979921 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
5377 | 2025.07.18 19:18:46.979944 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
5378 | 2025.07.18 19:18:46.979982 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} <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'))" | ||
5379 | 2025.07.18 19:18:46.980021 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} <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'))" | ||
5380 | 2025.07.18 19:18:46.980055 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} <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'))" | ||
5381 | 2025.07.18 19:18:46.980729 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.001818 sec., 18701.870187018703 rows/sec., 719.80 KiB/sec. | ||
5382 | 2025.07.18 19:18:46.980865 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} <Debug> TCPHandler: Processed in 0.002087182 sec. | ||
5383 | 2025.07.18 19:18:46.981087 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5384 | 2025.07.18 19:18:46.981243 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) 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) | ||
5385 | 2025.07.18 19:18:46.981509 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5386 | 2025.07.18 19:18:46.981553 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} <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 | ||
5387 | 2025.07.18 19:18:46.981814 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5388 | 2025.07.18 19:18:46.981875 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5389 | 2025.07.18 19:18:46.981997 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
5390 | 2025.07.18 19:18:46.982064 [ 289 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
5391 | 2025.07.18 19:18:46.982077 [ 294 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
5392 | 2025.07.18 19:18:46.982076 [ 293 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
5393 | 2025.07.18 19:18:46.982070 [ 290 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
5394 | 2025.07.18 19:18:46.982202 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
5395 | 2025.07.18 19:18:46.982233 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5396 | 2025.07.18 19:18:46.982324 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
5397 | 2025.07.18 19:18:46.982353 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
5398 | 2025.07.18 19:18:46.982398 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} <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'))" | ||
5399 | 2025.07.18 19:18:46.982442 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} <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'))" | ||
5400 | 2025.07.18 19:18:46.982482 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} <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'))" | ||
5401 | 2025.07.18 19:18:46.983211 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002038 sec., 16683.022571148187 rows/sec., 642.10 KiB/sec. | ||
5402 | 2025.07.18 19:18:46.983346 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} <Debug> TCPHandler: Processed in 0.002315526 sec. | ||
5403 | 2025.07.18 19:18:46.983578 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5404 | 2025.07.18 19:18:46.983749 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) 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) | ||
5405 | 2025.07.18 19:18:46.984036 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5406 | 2025.07.18 19:18:46.984081 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} <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 | ||
5407 | 2025.07.18 19:18:46.984345 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5408 | 2025.07.18 19:18:46.984406 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5409 | 2025.07.18 19:18:46.984526 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
5410 | 2025.07.18 19:18:46.984594 [ 290 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
5411 | 2025.07.18 19:18:46.984596 [ 294 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
5412 | 2025.07.18 19:18:46.984596 [ 289 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
5413 | 2025.07.18 19:18:46.984602 [ 293 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
5414 | 2025.07.18 19:18:46.984725 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
5415 | 2025.07.18 19:18:46.984754 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5416 | 2025.07.18 19:18:46.984839 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
5417 | 2025.07.18 19:18:46.984861 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
5418 | 2025.07.18 19:18:46.984898 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} <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'))" | ||
5419 | 2025.07.18 19:18:46.984937 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} <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'))" | ||
5420 | 2025.07.18 19:18:46.984974 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} <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'))" | ||
5421 | 2025.07.18 19:18:46.985622 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.001955 sec., 17391.304347826084 rows/sec., 669.36 KiB/sec. | ||
5422 | 2025.07.18 19:18:46.985755 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} <Debug> TCPHandler: Processed in 0.002232874 sec. | ||
5423 | 2025.07.18 19:18:46.985969 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5424 | 2025.07.18 19:18:46.986124 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) 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) | ||
5425 | 2025.07.18 19:18:46.986400 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5426 | 2025.07.18 19:18:46.986444 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} <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 | ||
5427 | 2025.07.18 19:18:46.986706 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5428 | 2025.07.18 19:18:46.986767 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5429 | 2025.07.18 19:18:46.986890 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
5430 | 2025.07.18 19:18:46.986952 [ 289 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
5431 | 2025.07.18 19:18:46.986962 [ 294 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
5432 | 2025.07.18 19:18:46.986967 [ 293 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
5433 | 2025.07.18 19:18:46.986961 [ 290 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
5434 | 2025.07.18 19:18:46.987088 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
5435 | 2025.07.18 19:18:46.987123 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5436 | 2025.07.18 19:18:46.987211 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
5437 | 2025.07.18 19:18:46.987234 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
5438 | 2025.07.18 19:18:46.987272 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} <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'))" | ||
5439 | 2025.07.18 19:18:46.987318 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} <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'))" | ||
5440 | 2025.07.18 19:18:46.987359 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} <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'))" | ||
5441 | 2025.07.18 19:18:46.987984 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.00193 sec., 17616.58031088083 rows/sec., 678.03 KiB/sec. | ||
5442 | 2025.07.18 19:18:46.988118 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} <Debug> TCPHandler: Processed in 0.002205184 sec. | ||
5443 | 2025.07.18 19:18:46.988346 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5444 | 2025.07.18 19:18:46.988506 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) 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) | ||
5445 | 2025.07.18 19:18:46.988792 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5446 | 2025.07.18 19:18:46.988838 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} <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 | ||
5447 | 2025.07.18 19:18:46.989104 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5448 | 2025.07.18 19:18:46.989165 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5449 | 2025.07.18 19:18:46.989284 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
5450 | 2025.07.18 19:18:46.989345 [ 289 ] {324b73db-7787-4465-beec-913221eb7d7b} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
5451 | 2025.07.18 19:18:46.989356 [ 294 ] {324b73db-7787-4465-beec-913221eb7d7b} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
5452 | 2025.07.18 19:18:46.989361 [ 293 ] {324b73db-7787-4465-beec-913221eb7d7b} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
5453 | 2025.07.18 19:18:46.989354 [ 290 ] {324b73db-7787-4465-beec-913221eb7d7b} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
5454 | 2025.07.18 19:18:46.989478 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (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 | ||
5455 | 2025.07.18 19:18:46.989508 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5456 | 2025.07.18 19:18:46.989594 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
5457 | 2025.07.18 19:18:46.989615 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
5458 | 2025.07.18 19:18:46.989652 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} <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'))" | ||
5459 | 2025.07.18 19:18:46.989691 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} <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'))" | ||
5460 | 2025.07.18 19:18:46.989730 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} <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'))" | ||
5461 | 2025.07.18 19:18:46.990349 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.00192 sec., 17708.333333333332 rows/sec., 681.56 KiB/sec. | ||
5462 | 2025.07.18 19:18:46.990484 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} <Debug> TCPHandler: Processed in 0.002194874 sec. | ||
5463 | 2025.07.18 19:18:47.266384 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5464 | 2025.07.18 19:18:47.266555 [ 4 ] {cdb216ad-2fdc-43ec-aa7c-725588f7e529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
5465 | 2025.07.18 19:18:47.266624 [ 4 ] {cdb216ad-2fdc-43ec-aa7c-725588f7e529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5466 | 2025.07.18 19:18:47.267370 [ 4 ] {cdb216ad-2fdc-43ec-aa7c-725588f7e529} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5467 | 2025.07.18 19:18:47.267411 [ 4 ] {cdb216ad-2fdc-43ec-aa7c-725588f7e529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5468 | 2025.07.18 19:18:47.267853 [ 4 ] {cdb216ad-2fdc-43ec-aa7c-725588f7e529} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
5469 | 2025.07.18 19:18:47.268048 [ 4 ] {cdb216ad-2fdc-43ec-aa7c-725588f7e529} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5470 | 2025.07.18 19:18:47.268210 [ 4 ] {cdb216ad-2fdc-43ec-aa7c-725588f7e529} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001703 sec., 3523.194362889019 rows/sec., 784.46 KiB/sec. | ||
5471 | 2025.07.18 19:18:47.268252 [ 4 ] {cdb216ad-2fdc-43ec-aa7c-725588f7e529} <Debug> TCPHandler: Processed in 0.001994991 sec. | ||
5472 | 2025.07.18 19:18:47.268375 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5473 | 2025.07.18 19:18:47.268469 [ 4 ] {4f810859-caa9-43c7-bd40-852137d6a752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5474 | 2025.07.18 19:18:47.268510 [ 4 ] {4f810859-caa9-43c7-bd40-852137d6a752} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5475 | 2025.07.18 19:18:47.269547 [ 4 ] {4f810859-caa9-43c7-bd40-852137d6a752} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5476 | 2025.07.18 19:18:47.269582 [ 4 ] {4f810859-caa9-43c7-bd40-852137d6a752} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5477 | 2025.07.18 19:18:47.269961 [ 4 ] {4f810859-caa9-43c7-bd40-852137d6a752} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5478 | 2025.07.18 19:18:47.270167 [ 4 ] {4f810859-caa9-43c7-bd40-852137d6a752} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5479 | 2025.07.18 19:18:47.270299 [ 4 ] {4f810859-caa9-43c7-bd40-852137d6a752} <Debug> executeQuery: Read 1140 rows, 96.56 KiB in 0.001849 sec., 616549.4862087615 rows/sec., 51.00 MiB/sec. | ||
5480 | 2025.07.18 19:18:47.270338 [ 4 ] {4f810859-caa9-43c7-bd40-852137d6a752} <Debug> TCPHandler: Processed in 0.002011891 sec. | ||
5481 | 2025.07.18 19:18:47.270458 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5482 | 2025.07.18 19:18:47.270552 [ 4 ] {be50f4d0-9703-4991-9028-22a4c0d10830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
5483 | 2025.07.18 19:18:47.270593 [ 4 ] {be50f4d0-9703-4991-9028-22a4c0d10830} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5484 | 2025.07.18 19:18:47.271082 [ 4 ] {be50f4d0-9703-4991-9028-22a4c0d10830} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5485 | 2025.07.18 19:18:47.271118 [ 4 ] {be50f4d0-9703-4991-9028-22a4c0d10830} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5486 | 2025.07.18 19:18:47.271419 [ 4 ] {be50f4d0-9703-4991-9028-22a4c0d10830} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5487 | 2025.07.18 19:18:47.271646 [ 4 ] {be50f4d0-9703-4991-9028-22a4c0d10830} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5488 | 2025.07.18 19:18:47.271778 [ 4 ] {be50f4d0-9703-4991-9028-22a4c0d10830} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001245 sec., 183132.5301204819 rows/sec., 12.40 MiB/sec. | ||
5489 | 2025.07.18 19:18:47.271815 [ 4 ] {be50f4d0-9703-4991-9028-22a4c0d10830} <Debug> TCPHandler: Processed in 0.001406422 sec. | ||
5490 | 2025.07.18 19:18:47.271923 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5491 | 2025.07.18 19:18:47.272018 [ 4 ] {27a4c4e1-a027-47ce-bfa6-6734c76ab1dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5492 | 2025.07.18 19:18:47.272057 [ 4 ] {27a4c4e1-a027-47ce-bfa6-6734c76ab1dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5493 | 2025.07.18 19:18:47.272633 [ 4 ] {27a4c4e1-a027-47ce-bfa6-6734c76ab1dc} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5494 | 2025.07.18 19:18:47.272668 [ 4 ] {27a4c4e1-a027-47ce-bfa6-6734c76ab1dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5495 | 2025.07.18 19:18:47.273053 [ 4 ] {27a4c4e1-a027-47ce-bfa6-6734c76ab1dc} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5496 | 2025.07.18 19:18:47.273293 [ 4 ] {27a4c4e1-a027-47ce-bfa6-6734c76ab1dc} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5497 | 2025.07.18 19:18:47.273422 [ 4 ] {27a4c4e1-a027-47ce-bfa6-6734c76ab1dc} <Debug> executeQuery: Read 456 rows, 34.29 KiB in 0.001422 sec., 320675.105485232 rows/sec., 23.55 MiB/sec. | ||
5498 | 2025.07.18 19:18:47.273459 [ 4 ] {27a4c4e1-a027-47ce-bfa6-6734c76ab1dc} <Debug> TCPHandler: Processed in 0.001582865 sec. | ||
5499 | 2025.07.18 19:18:47.273567 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5500 | 2025.07.18 19:18:47.273661 [ 4 ] {f66a0fa4-da05-4369-8324-9b92e1f8aca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5501 | 2025.07.18 19:18:47.273705 [ 4 ] {f66a0fa4-da05-4369-8324-9b92e1f8aca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5502 | 2025.07.18 19:18:47.275781 [ 4 ] {f66a0fa4-da05-4369-8324-9b92e1f8aca3} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5503 | 2025.07.18 19:18:47.275816 [ 4 ] {f66a0fa4-da05-4369-8324-9b92e1f8aca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5504 | 2025.07.18 19:18:47.276691 [ 4 ] {f66a0fa4-da05-4369-8324-9b92e1f8aca3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5505 | 2025.07.18 19:18:47.276929 [ 4 ] {f66a0fa4-da05-4369-8324-9b92e1f8aca3} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5506 | 2025.07.18 19:18:47.277062 [ 4 ] {f66a0fa4-da05-4369-8324-9b92e1f8aca3} <Debug> executeQuery: Read 7644 rows, 522.54 KiB in 0.00342 sec., 2235087.719298246 rows/sec., 149.21 MiB/sec. | ||
5507 | 2025.07.18 19:18:47.277102 [ 4 ] {f66a0fa4-da05-4369-8324-9b92e1f8aca3} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB. | ||
5508 | 2025.07.18 19:18:47.277115 [ 4 ] {f66a0fa4-da05-4369-8324-9b92e1f8aca3} <Debug> TCPHandler: Processed in 0.003596605 sec. | ||
5509 | 2025.07.18 19:18:48.079664 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
5510 | 2025.07.18 19:18:48.080169 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5511 | 2025.07.18 19:18:48.080216 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5512 | 2025.07.18 19:18:48.080701 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5513 | 2025.07.18 19:18:48.080956 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5514 | 2025.07.18 19:18:48.081093 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
5515 | 2025.07.18 19:18:48.803050 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
5516 | 2025.07.18 19:18:48.820932 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5517 | 2025.07.18 19:18:48.821002 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5518 | 2025.07.18 19:18:48.826715 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5519 | 2025.07.18 19:18:48.827418 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5520 | 2025.07.18 19:18:48.830560 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
5521 | 2025.07.18 19:18:50.604507 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 780 | ||
5522 | 2025.07.18 19:18:50.607161 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5523 | 2025.07.18 19:18:50.607207 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5524 | 2025.07.18 19:18:50.608394 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5525 | 2025.07.18 19:18:50.608664 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5526 | 2025.07.18 19:18:50.608832 [ 45 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5527 | 2025.07.18 19:18:50.608918 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 780 | ||
5528 | 2025.07.18 19:18:50.608925 [ 45 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5529 | 2025.07.18 19:18:50.608980 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5530 | 2025.07.18 19:18:50.609178 [ 190 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
5531 | 2025.07.18 19:18:50.610024 [ 190 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5532 | 2025.07.18 19:18:50.610200 [ 190 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 604 rows starting from the beginning of the part | ||
5533 | 2025.07.18 19:18:50.610587 [ 190 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part | ||
5534 | 2025.07.18 19:18:50.610956 [ 190 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
5535 | 2025.07.18 19:18:50.611299 [ 190 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part | ||
5536 | 2025.07.18 19:18:50.611623 [ 190 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 32 rows starting from the beginning of the part | ||
5537 | 2025.07.18 19:18:50.611947 [ 190 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 52 rows starting from the beginning of the part | ||
5538 | 2025.07.18 19:18:50.617645 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 780 rows, containing 72 columns (72 merged, 0 gathered) in 0.008546782 sec., 91262.41900167806 rows/sec., 76.47 MiB/sec. | ||
5539 | 2025.07.18 19:18:50.619040 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5540 | 2025.07.18 19:18:50.619644 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5541 | 2025.07.18 19:18:50.619724 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5542 | 2025.07.18 19:18:50.619968 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. | ||
5543 | 2025.07.18 19:18:51.963559 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5544 | 2025.07.18 19:18:51.963760 [ 4 ] {1237093b-085d-47fe-b2a8-43f803dbf986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
5545 | 2025.07.18 19:18:51.963833 [ 4 ] {1237093b-085d-47fe-b2a8-43f803dbf986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
5546 | 2025.07.18 19:18:51.964670 [ 4 ] {1237093b-085d-47fe-b2a8-43f803dbf986} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5547 | 2025.07.18 19:18:51.964721 [ 4 ] {1237093b-085d-47fe-b2a8-43f803dbf986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5548 | 2025.07.18 19:18:51.965116 [ 4 ] {1237093b-085d-47fe-b2a8-43f803dbf986} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5549 | 2025.07.18 19:18:51.965355 [ 4 ] {1237093b-085d-47fe-b2a8-43f803dbf986} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5550 | 2025.07.18 19:18:51.965511 [ 4 ] {1237093b-085d-47fe-b2a8-43f803dbf986} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001805 sec., 217174.51523545707 rows/sec., 13.78 MiB/sec. | ||
5551 | 2025.07.18 19:18:51.965553 [ 4 ] {1237093b-085d-47fe-b2a8-43f803dbf986} <Debug> TCPHandler: Processed in 0.002126873 sec. | ||
5552 | 2025.07.18 19:18:51.965677 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5553 | 2025.07.18 19:18:51.965784 [ 4 ] {68f43ed6-4b50-4246-a96f-ef7f02899638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5554 | 2025.07.18 19:18:51.965825 [ 4 ] {68f43ed6-4b50-4246-a96f-ef7f02899638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5555 | 2025.07.18 19:18:51.967066 [ 4 ] {68f43ed6-4b50-4246-a96f-ef7f02899638} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5556 | 2025.07.18 19:18:51.967103 [ 4 ] {68f43ed6-4b50-4246-a96f-ef7f02899638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5557 | 2025.07.18 19:18:51.967474 [ 4 ] {68f43ed6-4b50-4246-a96f-ef7f02899638} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5558 | 2025.07.18 19:18:51.967692 [ 4 ] {68f43ed6-4b50-4246-a96f-ef7f02899638} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5559 | 2025.07.18 19:18:51.967811 [ 170 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5560 | 2025.07.18 19:18:51.967822 [ 4 ] {68f43ed6-4b50-4246-a96f-ef7f02899638} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.002056 sec., 558852.140077821 rows/sec., 44.60 MiB/sec. | ||
5561 | 2025.07.18 19:18:51.967892 [ 170 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5562 | 2025.07.18 19:18:51.967907 [ 4 ] {68f43ed6-4b50-4246-a96f-ef7f02899638} <Debug> TCPHandler: Processed in 0.002279025 sec. | ||
5563 | 2025.07.18 19:18:51.967926 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5564 | 2025.07.18 19:18:51.968054 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
5565 | 2025.07.18 19:18:51.968061 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5566 | 2025.07.18 19:18:51.968182 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5567 | 2025.07.18 19:18:51.968188 [ 4 ] {d0862c5f-bc91-4a12-9c12-761060f55d99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5568 | 2025.07.18 19:18:51.968225 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1157 rows starting from the beginning of the part | ||
5569 | 2025.07.18 19:18:51.968242 [ 4 ] {d0862c5f-bc91-4a12-9c12-761060f55d99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5570 | 2025.07.18 19:18:51.968304 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part | ||
5571 | 2025.07.18 19:18:51.968362 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1149 rows starting from the beginning of the part | ||
5572 | 2025.07.18 19:18:51.968413 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part | ||
5573 | 2025.07.18 19:18:51.968459 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1140 rows starting from the beginning of the part | ||
5574 | 2025.07.18 19:18:51.968503 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1149 rows starting from the beginning of the part | ||
5575 | 2025.07.18 19:18:51.968827 [ 4 ] {d0862c5f-bc91-4a12-9c12-761060f55d99} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5576 | 2025.07.18 19:18:51.968869 [ 4 ] {d0862c5f-bc91-4a12-9c12-761060f55d99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5577 | 2025.07.18 19:18:51.969182 [ 4 ] {d0862c5f-bc91-4a12-9c12-761060f55d99} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5578 | 2025.07.18 19:18:51.969394 [ 4 ] {d0862c5f-bc91-4a12-9c12-761060f55d99} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5579 | 2025.07.18 19:18:51.969526 [ 4 ] {d0862c5f-bc91-4a12-9c12-761060f55d99} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001357 sec., 174649.96315401624 rows/sec., 10.69 MiB/sec. | ||
5580 | 2025.07.18 19:18:51.969563 [ 4 ] {d0862c5f-bc91-4a12-9c12-761060f55d99} <Debug> TCPHandler: Processed in 0.001550564 sec. | ||
5581 | 2025.07.18 19:18:51.969560 [ 57 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
5582 | 2025.07.18 19:18:51.969633 [ 57 ] {} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5583 | 2025.07.18 19:18:51.969653 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5584 | 2025.07.18 19:18:51.969678 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5585 | 2025.07.18 19:18:51.969774 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::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 | ||
5586 | 2025.07.18 19:18:51.969785 [ 4 ] {f3cdb13f-dca2-4798-9e68-2086deb4fe60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
5587 | 2025.07.18 19:18:51.969849 [ 4 ] {f3cdb13f-dca2-4798-9e68-2086deb4fe60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5588 | 2025.07.18 19:18:51.969914 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5589 | 2025.07.18 19:18:51.969951 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 253 rows starting from the beginning of the part | ||
5590 | 2025.07.18 19:18:51.970024 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part | ||
5591 | 2025.07.18 19:18:51.970070 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part | ||
5592 | 2025.07.18 19:18:51.970109 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 249 rows starting from the beginning of the part | ||
5593 | 2025.07.18 19:18:51.970154 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part | ||
5594 | 2025.07.18 19:18:51.970197 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part | ||
5595 | 2025.07.18 19:18:51.970362 [ 4 ] {f3cdb13f-dca2-4798-9e68-2086deb4fe60} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5596 | 2025.07.18 19:18:51.970387 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4707 rows, containing 5 columns (5 merged, 0 gathered) in 0.002378407 sec., 1979055.7293179848 rows/sec., 166.73 MiB/sec. | ||
5597 | 2025.07.18 19:18:51.970404 [ 4 ] {f3cdb13f-dca2-4798-9e68-2086deb4fe60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
5598 | 2025.07.18 19:18:51.970763 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5599 | 2025.07.18 19:18:51.970884 [ 4 ] {f3cdb13f-dca2-4798-9e68-2086deb4fe60} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5600 | 2025.07.18 19:18:51.971132 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5601 | 2025.07.18 19:18:51.971156 [ 4 ] {f3cdb13f-dca2-4798-9e68-2086deb4fe60} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5602 | 2025.07.18 19:18:51.971219 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5603 | 2025.07.18 19:18:51.971255 [ 191 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1450 rows, containing 5 columns (5 merged, 0 gathered) in 0.001534693 sec., 944814.3700401318 rows/sec., 61.58 MiB/sec. | ||
5604 | 2025.07.18 19:18:51.971298 [ 4 ] {f3cdb13f-dca2-4798-9e68-2086deb4fe60} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.00153 sec., 132679.73856209152 rows/sec., 8.56 MiB/sec. | ||
5605 | 2025.07.18 19:18:51.971318 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
5606 | 2025.07.18 19:18:51.971335 [ 4 ] {f3cdb13f-dca2-4798-9e68-2086deb4fe60} <Debug> TCPHandler: Processed in 0.001705026 sec. | ||
5607 | 2025.07.18 19:18:51.971433 [ 190 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
5608 | 2025.07.18 19:18:51.971450 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5609 | 2025.07.18 19:18:51.971550 [ 4 ] {a8c21ccd-67c3-41de-b2db-03e4a2ea2954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
5610 | 2025.07.18 19:18:51.971593 [ 4 ] {a8c21ccd-67c3-41de-b2db-03e4a2ea2954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5611 | 2025.07.18 19:18:51.971705 [ 190 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5612 | 2025.07.18 19:18:51.971782 [ 190 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
5613 | 2025.07.18 19:18:51.971865 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
5614 | 2025.07.18 19:18:51.972101 [ 4 ] {a8c21ccd-67c3-41de-b2db-03e4a2ea2954} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5615 | 2025.07.18 19:18:51.972142 [ 4 ] {a8c21ccd-67c3-41de-b2db-03e4a2ea2954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5616 | 2025.07.18 19:18:51.972457 [ 4 ] {a8c21ccd-67c3-41de-b2db-03e4a2ea2954} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5617 | 2025.07.18 19:18:51.972679 [ 4 ] {a8c21ccd-67c3-41de-b2db-03e4a2ea2954} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5618 | 2025.07.18 19:18:51.972813 [ 4 ] {a8c21ccd-67c3-41de-b2db-03e4a2ea2954} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.00128 sec., 157812.5 rows/sec., 8.96 MiB/sec. | ||
5619 | 2025.07.18 19:18:51.972850 [ 4 ] {a8c21ccd-67c3-41de-b2db-03e4a2ea2954} <Debug> TCPHandler: Processed in 0.001447402 sec. | ||
5620 | 2025.07.18 19:18:51.972963 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5621 | 2025.07.18 19:18:51.973055 [ 4 ] {994ab551-c226-4399-86a9-e8028386861f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5622 | 2025.07.18 19:18:51.973095 [ 4 ] {994ab551-c226-4399-86a9-e8028386861f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5623 | 2025.07.18 19:18:51.973858 [ 4 ] {994ab551-c226-4399-86a9-e8028386861f} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5624 | 2025.07.18 19:18:51.973894 [ 4 ] {994ab551-c226-4399-86a9-e8028386861f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5625 | 2025.07.18 19:18:51.974227 [ 4 ] {994ab551-c226-4399-86a9-e8028386861f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5626 | 2025.07.18 19:18:51.974430 [ 4 ] {994ab551-c226-4399-86a9-e8028386861f} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5627 | 2025.07.18 19:18:51.974533 [ 170 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5628 | 2025.07.18 19:18:51.974554 [ 4 ] {994ab551-c226-4399-86a9-e8028386861f} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001516 sec., 457124.01055408973 rows/sec., 32.11 MiB/sec. | ||
5629 | 2025.07.18 19:18:51.974568 [ 170 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5630 | 2025.07.18 19:18:51.974594 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5631 | 2025.07.18 19:18:51.974598 [ 4 ] {994ab551-c226-4399-86a9-e8028386861f} <Debug> TCPHandler: Processed in 0.001683726 sec. | ||
5632 | 2025.07.18 19:18:51.974690 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
5633 | 2025.07.18 19:18:51.974725 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5634 | 2025.07.18 19:18:51.974801 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5635 | 2025.07.18 19:18:51.974827 [ 4 ] {f90ce138-03c1-4c60-b4a4-d9e4f3309769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
5636 | 2025.07.18 19:18:51.974838 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 727 rows starting from the beginning of the part | ||
5637 | 2025.07.18 19:18:51.974877 [ 4 ] {f90ce138-03c1-4c60-b4a4-d9e4f3309769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5638 | 2025.07.18 19:18:51.974910 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part | ||
5639 | 2025.07.18 19:18:51.974967 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 693 rows starting from the beginning of the part | ||
5640 | 2025.07.18 19:18:51.975012 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part | ||
5641 | 2025.07.18 19:18:51.975057 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 456 rows starting from the beginning of the part | ||
5642 | 2025.07.18 19:18:51.975102 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 693 rows starting from the beginning of the part | ||
5643 | 2025.07.18 19:18:51.975224 [ 4 ] {f90ce138-03c1-4c60-b4a4-d9e4f3309769} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5644 | 2025.07.18 19:18:51.975267 [ 4 ] {f90ce138-03c1-4c60-b4a4-d9e4f3309769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5645 | 2025.07.18 19:18:51.975611 [ 4 ] {f90ce138-03c1-4c60-b4a4-d9e4f3309769} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5646 | 2025.07.18 19:18:51.975840 [ 4 ] {f90ce138-03c1-4c60-b4a4-d9e4f3309769} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5647 | 2025.07.18 19:18:51.975975 [ 4 ] {f90ce138-03c1-4c60-b4a4-d9e4f3309769} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001165 sec., 5150.214592274678 rows/sec., 269.08 KiB/sec. | ||
5648 | 2025.07.18 19:18:51.976009 [ 4 ] {f90ce138-03c1-4c60-b4a4-d9e4f3309769} <Debug> TCPHandler: Processed in 0.001336151 sec. | ||
5649 | 2025.07.18 19:18:51.976131 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5650 | 2025.07.18 19:18:51.976224 [ 4 ] {19d0b271-100c-4165-a26e-c34161434705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5651 | 2025.07.18 19:18:51.976266 [ 4 ] {19d0b271-100c-4165-a26e-c34161434705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5652 | 2025.07.18 19:18:51.976316 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2697 rows, containing 5 columns (5 merged, 0 gathered) in 0.001664316 sec., 1620485.5327954546 rows/sec., 121.67 MiB/sec. | ||
5653 | 2025.07.18 19:18:51.976468 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5654 | 2025.07.18 19:18:51.976706 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5655 | 2025.07.18 19:18:51.976742 [ 4 ] {19d0b271-100c-4165-a26e-c34161434705} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5656 | 2025.07.18 19:18:51.976766 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5657 | 2025.07.18 19:18:51.976784 [ 4 ] {19d0b271-100c-4165-a26e-c34161434705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5658 | 2025.07.18 19:18:51.976835 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
5659 | 2025.07.18 19:18:51.977139 [ 4 ] {19d0b271-100c-4165-a26e-c34161434705} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5660 | 2025.07.18 19:18:51.977373 [ 4 ] {19d0b271-100c-4165-a26e-c34161434705} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5661 | 2025.07.18 19:18:51.977492 [ 155 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5662 | 2025.07.18 19:18:51.977501 [ 4 ] {19d0b271-100c-4165-a26e-c34161434705} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001294 sec., 237248.84080370943 rows/sec., 15.61 MiB/sec. | ||
5663 | 2025.07.18 19:18:51.977529 [ 155 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5664 | 2025.07.18 19:18:51.977544 [ 4 ] {19d0b271-100c-4165-a26e-c34161434705} <Debug> TCPHandler: Processed in 0.001468572 sec. | ||
5665 | 2025.07.18 19:18:51.977548 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5666 | 2025.07.18 19:18:51.977621 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
5667 | 2025.07.18 19:18:51.977655 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5668 | 2025.07.18 19:18:51.977705 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5669 | 2025.07.18 19:18:51.977733 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 8066 rows starting from the beginning of the part | ||
5670 | 2025.07.18 19:18:51.977755 [ 4 ] {337d9839-796a-4d19-8cd0-8d88484175ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
5671 | 2025.07.18 19:18:51.977800 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
5672 | 2025.07.18 19:18:51.977801 [ 4 ] {337d9839-796a-4d19-8cd0-8d88484175ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5673 | 2025.07.18 19:18:51.977844 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 307 rows starting from the beginning of the part | ||
5674 | 2025.07.18 19:18:51.977885 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
5675 | 2025.07.18 19:18:51.977923 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 7644 rows starting from the beginning of the part | ||
5676 | 2025.07.18 19:18:51.977960 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 307 rows starting from the beginning of the part | ||
5677 | 2025.07.18 19:18:51.978123 [ 4 ] {337d9839-796a-4d19-8cd0-8d88484175ff} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5678 | 2025.07.18 19:18:51.978157 [ 4 ] {337d9839-796a-4d19-8cd0-8d88484175ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5679 | 2025.07.18 19:18:51.978459 [ 4 ] {337d9839-796a-4d19-8cd0-8d88484175ff} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5680 | 2025.07.18 19:18:51.978677 [ 4 ] {337d9839-796a-4d19-8cd0-8d88484175ff} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5681 | 2025.07.18 19:18:51.978793 [ 155 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
5682 | 2025.07.18 19:18:51.978806 [ 4 ] {337d9839-796a-4d19-8cd0-8d88484175ff} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001075 sec., 930.2325581395348 rows/sec., 62.68 KiB/sec. | ||
5683 | 2025.07.18 19:18:51.978826 [ 155 ] {} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5684 | 2025.07.18 19:18:51.978844 [ 4 ] {337d9839-796a-4d19-8cd0-8d88484175ff} <Debug> TCPHandler: Processed in 0.001236989 sec. | ||
5685 | 2025.07.18 19:18:51.978845 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5686 | 2025.07.18 19:18:51.978936 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
5687 | 2025.07.18 19:18:51.978953 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5688 | 2025.07.18 19:18:51.979034 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5689 | 2025.07.18 19:18:51.979056 [ 4 ] {68b33b63-bd52-4680-b958-1acbdf9affba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5690 | 2025.07.18 19:18:51.979064 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
5691 | 2025.07.18 19:18:51.979123 [ 4 ] {68b33b63-bd52-4680-b958-1acbdf9affba} <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 | ||
5692 | 2025.07.18 19:18:51.979126 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
5693 | 2025.07.18 19:18:51.979180 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
5694 | 2025.07.18 19:18:51.979214 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
5695 | 2025.07.18 19:18:51.979246 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
5696 | 2025.07.18 19:18:51.979281 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
5697 | 2025.07.18 19:18:51.979966 [ 199 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.001062826 sec., 18817.755681550883 rows/sec., 1.24 MiB/sec. | ||
5698 | 2025.07.18 19:18:51.980027 [ 4 ] {68b33b63-bd52-4680-b958-1acbdf9affba} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5699 | 2025.07.18 19:18:51.980065 [ 4 ] {68b33b63-bd52-4680-b958-1acbdf9affba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5700 | 2025.07.18 19:18:51.980079 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
5701 | 2025.07.18 19:18:51.980355 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_20_4} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5702 | 2025.07.18 19:18:51.980424 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_20_4} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
5703 | 2025.07.18 19:18:51.980487 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
5704 | 2025.07.18 19:18:51.980737 [ 4 ] {68b33b63-bd52-4680-b958-1acbdf9affba} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5705 | 2025.07.18 19:18:51.980977 [ 4 ] {68b33b63-bd52-4680-b958-1acbdf9affba} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5706 | 2025.07.18 19:18:51.981114 [ 4 ] {68b33b63-bd52-4680-b958-1acbdf9affba} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002076 sec., 19749.518304431596 rows/sec., 35.39 MiB/sec. | ||
5707 | 2025.07.18 19:18:51.981167 [ 4 ] {68b33b63-bd52-4680-b958-1acbdf9affba} <Debug> TCPHandler: Processed in 0.002262655 sec. | ||
5708 | 2025.07.18 19:18:51.981282 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5709 | 2025.07.18 19:18:51.981377 [ 4 ] {4a457e7b-4743-4136-a0a6-26f1a598c398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5710 | 2025.07.18 19:18:51.981417 [ 4 ] {4a457e7b-4743-4136-a0a6-26f1a598c398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5711 | 2025.07.18 19:18:51.981783 [ 4 ] {4a457e7b-4743-4136-a0a6-26f1a598c398} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5712 | 2025.07.18 19:18:51.981817 [ 4 ] {4a457e7b-4743-4136-a0a6-26f1a598c398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5713 | 2025.07.18 19:18:51.982117 [ 4 ] {4a457e7b-4743-4136-a0a6-26f1a598c398} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5714 | 2025.07.18 19:18:51.982336 [ 4 ] {4a457e7b-4743-4136-a0a6-26f1a598c398} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5715 | 2025.07.18 19:18:51.982459 [ 4 ] {4a457e7b-4743-4136-a0a6-26f1a598c398} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001101 sec., 92643.05177111717 rows/sec., 5.69 MiB/sec. | ||
5716 | 2025.07.18 19:18:51.982519 [ 4 ] {4a457e7b-4743-4136-a0a6-26f1a598c398} <Debug> TCPHandler: Processed in 0.00128578 sec. | ||
5717 | 2025.07.18 19:18:51.983230 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16644 rows, containing 5 columns (5 merged, 0 gathered) in 0.005637107 sec., 2952578.334950889 rows/sec., 197.48 MiB/sec. | ||
5718 | 2025.07.18 19:18:51.983388 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5719 | 2025.07.18 19:18:51.983628 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5720 | 2025.07.18 19:18:51.983690 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5721 | 2025.07.18 19:18:51.983749 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.58 MiB. | ||
5722 | 2025.07.18 19:18:52.000182 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.84 MiB, peak 245.11 MiB, free memory in arenas 0.00 B, will set to 240.30 MiB (RSS), difference: 1.46 MiB | ||
5723 | 2025.07.18 19:18:55.461212 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5724 | 2025.07.18 19:18:55.461263 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5725 | 2025.07.18 19:18:55.581218 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
5726 | 2025.07.18 19:18:55.581678 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5727 | 2025.07.18 19:18:55.581786 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5728 | 2025.07.18 19:18:55.582272 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5729 | 2025.07.18 19:18:55.582505 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5730 | 2025.07.18 19:18:55.582636 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
5731 | 2025.07.18 19:18:56.330707 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 | ||
5732 | 2025.07.18 19:18:56.349190 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5733 | 2025.07.18 19:18:56.349258 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5734 | 2025.07.18 19:18:56.354960 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5735 | 2025.07.18 19:18:56.355673 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5736 | 2025.07.18 19:18:56.359256 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 226 | ||
5737 | 2025.07.18 19:18:56.951878 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5738 | 2025.07.18 19:18:56.952053 [ 4 ] {dc49726c-2099-4b5e-8fa2-ab5f9fee3f33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5739 | 2025.07.18 19:18:56.952119 [ 4 ] {dc49726c-2099-4b5e-8fa2-ab5f9fee3f33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5740 | 2025.07.18 19:18:56.952785 [ 4 ] {dc49726c-2099-4b5e-8fa2-ab5f9fee3f33} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5741 | 2025.07.18 19:18:56.952834 [ 4 ] {dc49726c-2099-4b5e-8fa2-ab5f9fee3f33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5742 | 2025.07.18 19:18:56.953227 [ 4 ] {dc49726c-2099-4b5e-8fa2-ab5f9fee3f33} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5743 | 2025.07.18 19:18:56.953466 [ 4 ] {dc49726c-2099-4b5e-8fa2-ab5f9fee3f33} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5744 | 2025.07.18 19:18:56.953620 [ 4 ] {dc49726c-2099-4b5e-8fa2-ab5f9fee3f33} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001615 sec., 34674.9226006192 rows/sec., 2.66 MiB/sec. | ||
5745 | 2025.07.18 19:18:56.953664 [ 4 ] {dc49726c-2099-4b5e-8fa2-ab5f9fee3f33} <Debug> TCPHandler: Processed in 0.0019148 sec. | ||
5746 | 2025.07.18 19:18:56.953798 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5747 | 2025.07.18 19:18:56.953895 [ 4 ] {8ed8e71f-317a-4c7d-9269-5f017da01459} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5748 | 2025.07.18 19:18:56.953937 [ 4 ] {8ed8e71f-317a-4c7d-9269-5f017da01459} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5749 | 2025.07.18 19:18:56.954359 [ 4 ] {8ed8e71f-317a-4c7d-9269-5f017da01459} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5750 | 2025.07.18 19:18:56.954397 [ 4 ] {8ed8e71f-317a-4c7d-9269-5f017da01459} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5751 | 2025.07.18 19:18:56.954704 [ 4 ] {8ed8e71f-317a-4c7d-9269-5f017da01459} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5752 | 2025.07.18 19:18:56.954930 [ 4 ] {8ed8e71f-317a-4c7d-9269-5f017da01459} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5753 | 2025.07.18 19:18:56.955058 [ 4 ] {8ed8e71f-317a-4c7d-9269-5f017da01459} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001181 sec., 54191.363251481795 rows/sec., 4.23 MiB/sec. | ||
5754 | 2025.07.18 19:18:56.955096 [ 4 ] {8ed8e71f-317a-4c7d-9269-5f017da01459} <Debug> TCPHandler: Processed in 0.001354521 sec. | ||
5755 | 2025.07.18 19:18:56.955213 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5756 | 2025.07.18 19:18:56.955309 [ 4 ] {066f5013-1fa8-4b97-bfb4-af83060a87ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5757 | 2025.07.18 19:18:56.955352 [ 4 ] {066f5013-1fa8-4b97-bfb4-af83060a87ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5758 | 2025.07.18 19:18:56.955759 [ 4 ] {066f5013-1fa8-4b97-bfb4-af83060a87ee} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5759 | 2025.07.18 19:18:56.955798 [ 4 ] {066f5013-1fa8-4b97-bfb4-af83060a87ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5760 | 2025.07.18 19:18:56.956119 [ 4 ] {066f5013-1fa8-4b97-bfb4-af83060a87ee} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5761 | 2025.07.18 19:18:56.956335 [ 4 ] {066f5013-1fa8-4b97-bfb4-af83060a87ee} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5762 | 2025.07.18 19:18:56.956464 [ 4 ] {066f5013-1fa8-4b97-bfb4-af83060a87ee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. | ||
5763 | 2025.07.18 19:18:56.956501 [ 4 ] {066f5013-1fa8-4b97-bfb4-af83060a87ee} <Debug> TCPHandler: Processed in 0.00133733 sec. | ||
5764 | 2025.07.18 19:18:56.956610 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5765 | 2025.07.18 19:18:56.956705 [ 4 ] {3537abd6-592a-42ca-a82d-0dae17270107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5766 | 2025.07.18 19:18:56.956746 [ 4 ] {3537abd6-592a-42ca-a82d-0dae17270107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5767 | 2025.07.18 19:18:56.957081 [ 4 ] {3537abd6-592a-42ca-a82d-0dae17270107} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5768 | 2025.07.18 19:18:56.957117 [ 4 ] {3537abd6-592a-42ca-a82d-0dae17270107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5769 | 2025.07.18 19:18:56.957422 [ 4 ] {3537abd6-592a-42ca-a82d-0dae17270107} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5770 | 2025.07.18 19:18:56.957639 [ 4 ] {3537abd6-592a-42ca-a82d-0dae17270107} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5771 | 2025.07.18 19:18:56.957766 [ 4 ] {3537abd6-592a-42ca-a82d-0dae17270107} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. | ||
5772 | 2025.07.18 19:18:56.957752 [ 146 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5773 | 2025.07.18 19:18:56.957805 [ 4 ] {3537abd6-592a-42ca-a82d-0dae17270107} <Debug> TCPHandler: Processed in 0.001242929 sec. | ||
5774 | 2025.07.18 19:18:56.957862 [ 146 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5775 | 2025.07.18 19:18:56.957895 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5776 | 2025.07.18 19:18:56.958035 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
5777 | 2025.07.18 19:18:56.958196 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5778 | 2025.07.18 19:18:56.958235 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2736 rows starting from the beginning of the part | ||
5779 | 2025.07.18 19:18:56.958303 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
5780 | 2025.07.18 19:18:56.958349 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 102 rows starting from the beginning of the part | ||
5781 | 2025.07.18 19:18:56.958394 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
5782 | 2025.07.18 19:18:56.958437 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 102 rows starting from the beginning of the part | ||
5783 | 2025.07.18 19:18:56.958482 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
5784 | 2025.07.18 19:18:56.959661 [ 199 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3120 rows, containing 4 columns (4 merged, 0 gathered) in 0.001690066 sec., 1846081.7506535247 rows/sec., 117.34 MiB/sec. | ||
5785 | 2025.07.18 19:18:56.959927 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5786 | 2025.07.18 19:18:56.960177 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_41_8} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5787 | 2025.07.18 19:18:56.960245 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_41_8} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5788 | 2025.07.18 19:18:56.960313 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
5789 | 2025.07.18 19:18:59.897782 [ 142 ] {} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
5790 | 2025.07.18 19:18:59.897847 [ 142 ] {} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5791 | 2025.07.18 19:18:59.897868 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
5792 | 2025.07.18 19:18:59.897994 [ 191 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::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 | ||
5793 | 2025.07.18 19:18:59.898308 [ 191 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5794 | 2025.07.18 19:18:59.898352 [ 191 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::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 | ||
5795 | 2025.07.18 19:18:59.898437 [ 191 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 16 rows starting from the beginning of the part | ||
5796 | 2025.07.18 19:18:59.898503 [ 191 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::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 | ||
5797 | 2025.07.18 19:18:59.898564 [ 191 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::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 | ||
5798 | 2025.07.18 19:18:59.898625 [ 191 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
5799 | 2025.07.18 19:18:59.900159 [ 199 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.002224905 sec., 18427.75309507597 rows/sec., 3.90 MiB/sec. | ||
5800 | 2025.07.18 19:18:59.900310 [ 199 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
5801 | 2025.07.18 19:18:59.900681 [ 199 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::all_1_5_1} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5802 | 2025.07.18 19:18:59.900757 [ 199 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::all_1_5_1} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
5803 | 2025.07.18 19:18:59.900829 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
5804 | 2025.07.18 19:19:00.609319 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 810 | ||
5805 | 2025.07.18 19:19:00.611621 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5806 | 2025.07.18 19:19:00.611663 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
5807 | 2025.07.18 19:19:00.612812 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5808 | 2025.07.18 19:19:00.613066 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5809 | 2025.07.18 19:19:00.613320 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 810 | ||
5810 | 2025.07.18 19:19:01.964152 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5811 | 2025.07.18 19:19:01.964331 [ 4 ] {529f9d45-478b-4567-97a6-3a14591ae749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
5812 | 2025.07.18 19:19:01.964395 [ 4 ] {529f9d45-478b-4567-97a6-3a14591ae749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
5813 | 2025.07.18 19:19:01.965148 [ 4 ] {529f9d45-478b-4567-97a6-3a14591ae749} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5814 | 2025.07.18 19:19:01.965198 [ 4 ] {529f9d45-478b-4567-97a6-3a14591ae749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
5815 | 2025.07.18 19:19:01.965599 [ 4 ] {529f9d45-478b-4567-97a6-3a14591ae749} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5816 | 2025.07.18 19:19:01.965822 [ 4 ] {529f9d45-478b-4567-97a6-3a14591ae749} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5817 | 2025.07.18 19:19:01.965952 [ 150 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
5818 | 2025.07.18 19:19:01.965979 [ 4 ] {529f9d45-478b-4567-97a6-3a14591ae749} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001696 sec., 231132.0754716981 rows/sec., 14.66 MiB/sec. | ||
5819 | 2025.07.18 19:19:01.966031 [ 150 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5820 | 2025.07.18 19:19:01.966042 [ 4 ] {529f9d45-478b-4567-97a6-3a14591ae749} <Debug> TCPHandler: Processed in 0.002016011 sec. | ||
5821 | 2025.07.18 19:19:01.966063 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
5822 | 2025.07.18 19:19:01.966176 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::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 | ||
5823 | 2025.07.18 19:19:01.966188 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5824 | 2025.07.18 19:19:01.966296 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5825 | 2025.07.18 19:19:01.966308 [ 4 ] {7ce0412b-304a-4b29-b9df-0fc0d1a31f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
5826 | 2025.07.18 19:19:01.966339 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 392 rows starting from the beginning of the part | ||
5827 | 2025.07.18 19:19:01.966359 [ 4 ] {7ce0412b-304a-4b29-b9df-0fc0d1a31f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5828 | 2025.07.18 19:19:01.966418 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 392 rows starting from the beginning of the part | ||
5829 | 2025.07.18 19:19:01.966481 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 392 rows starting from the beginning of the part | ||
5830 | 2025.07.18 19:19:01.966530 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 392 rows starting from the beginning of the part | ||
5831 | 2025.07.18 19:19:01.966593 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 392 rows starting from the beginning of the part | ||
5832 | 2025.07.18 19:19:01.966798 [ 4 ] {7ce0412b-304a-4b29-b9df-0fc0d1a31f9d} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5833 | 2025.07.18 19:19:01.966844 [ 4 ] {7ce0412b-304a-4b29-b9df-0fc0d1a31f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
5834 | 2025.07.18 19:19:01.967166 [ 4 ] {7ce0412b-304a-4b29-b9df-0fc0d1a31f9d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5835 | 2025.07.18 19:19:01.967390 [ 4 ] {7ce0412b-304a-4b29-b9df-0fc0d1a31f9d} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5836 | 2025.07.18 19:19:01.967519 [ 4 ] {7ce0412b-304a-4b29-b9df-0fc0d1a31f9d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00123 sec., 3252.032520325203 rows/sec., 265.18 KiB/sec. | ||
5837 | 2025.07.18 19:19:01.967556 [ 4 ] {7ce0412b-304a-4b29-b9df-0fc0d1a31f9d} <Debug> TCPHandler: Processed in 0.001416561 sec. | ||
5838 | 2025.07.18 19:19:01.967672 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5839 | 2025.07.18 19:19:01.967739 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001606174 sec., 1220291.20132688 rows/sec., 82.07 MiB/sec. | ||
5840 | 2025.07.18 19:19:01.967766 [ 4 ] {43a8d3e4-52a2-4fc6-9155-471bb3b696c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5841 | 2025.07.18 19:19:01.967806 [ 4 ] {43a8d3e4-52a2-4fc6-9155-471bb3b696c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5842 | 2025.07.18 19:19:01.967958 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
5843 | 2025.07.18 19:19:01.968328 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_21_5} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5844 | 2025.07.18 19:19:01.968410 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_21_5} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
5845 | 2025.07.18 19:19:01.968517 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
5846 | 2025.07.18 19:19:01.968640 [ 4 ] {43a8d3e4-52a2-4fc6-9155-471bb3b696c0} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5847 | 2025.07.18 19:19:01.968680 [ 4 ] {43a8d3e4-52a2-4fc6-9155-471bb3b696c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
5848 | 2025.07.18 19:19:01.969077 [ 4 ] {43a8d3e4-52a2-4fc6-9155-471bb3b696c0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5849 | 2025.07.18 19:19:01.969285 [ 4 ] {43a8d3e4-52a2-4fc6-9155-471bb3b696c0} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5850 | 2025.07.18 19:19:01.969412 [ 4 ] {43a8d3e4-52a2-4fc6-9155-471bb3b696c0} <Debug> executeQuery: Read 1151 rows, 94.05 KiB in 0.001664 sec., 691706.7307692309 rows/sec., 55.20 MiB/sec. | ||
5851 | 2025.07.18 19:19:01.969449 [ 4 ] {43a8d3e4-52a2-4fc6-9155-471bb3b696c0} <Debug> TCPHandler: Processed in 0.001825238 sec. | ||
5852 | 2025.07.18 19:19:01.969567 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5853 | 2025.07.18 19:19:01.969660 [ 4 ] {c5f29314-3970-49d9-b2b2-e35205cdec32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5854 | 2025.07.18 19:19:01.969699 [ 4 ] {c5f29314-3970-49d9-b2b2-e35205cdec32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5855 | 2025.07.18 19:19:01.970177 [ 4 ] {c5f29314-3970-49d9-b2b2-e35205cdec32} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5856 | 2025.07.18 19:19:01.970213 [ 4 ] {c5f29314-3970-49d9-b2b2-e35205cdec32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
5857 | 2025.07.18 19:19:01.970515 [ 4 ] {c5f29314-3970-49d9-b2b2-e35205cdec32} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5858 | 2025.07.18 19:19:01.970730 [ 4 ] {c5f29314-3970-49d9-b2b2-e35205cdec32} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5859 | 2025.07.18 19:19:01.970861 [ 4 ] {c5f29314-3970-49d9-b2b2-e35205cdec32} <Debug> executeQuery: Read 241 rows, 15.14 KiB in 0.001219 sec., 197703.03527481543 rows/sec., 12.13 MiB/sec. | ||
5860 | 2025.07.18 19:19:01.970898 [ 4 ] {c5f29314-3970-49d9-b2b2-e35205cdec32} <Debug> TCPHandler: Processed in 0.001380151 sec. | ||
5861 | 2025.07.18 19:19:01.971004 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5862 | 2025.07.18 19:19:01.971098 [ 4 ] {41e641f1-5339-48b1-8134-8ba8545d7622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
5863 | 2025.07.18 19:19:01.971137 [ 4 ] {41e641f1-5339-48b1-8134-8ba8545d7622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5864 | 2025.07.18 19:19:01.971592 [ 4 ] {41e641f1-5339-48b1-8134-8ba8545d7622} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5865 | 2025.07.18 19:19:01.971627 [ 4 ] {41e641f1-5339-48b1-8134-8ba8545d7622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
5866 | 2025.07.18 19:19:01.971931 [ 4 ] {41e641f1-5339-48b1-8134-8ba8545d7622} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5867 | 2025.07.18 19:19:01.972136 [ 4 ] {41e641f1-5339-48b1-8134-8ba8545d7622} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5868 | 2025.07.18 19:19:01.972232 [ 150 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_17_4 to all_22_22_0 | ||
5869 | 2025.07.18 19:19:01.972261 [ 4 ] {41e641f1-5339-48b1-8134-8ba8545d7622} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001181 sec., 171888.2303132938 rows/sec., 11.09 MiB/sec. | ||
5870 | 2025.07.18 19:19:01.972265 [ 150 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5871 | 2025.07.18 19:19:01.972304 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
5872 | 2025.07.18 19:19:01.972306 [ 4 ] {41e641f1-5339-48b1-8134-8ba8545d7622} <Debug> TCPHandler: Processed in 0.001350671 sec. | ||
5873 | 2025.07.18 19:19:01.972394 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_17_4 to all_22_22_0 into Compact with storage Full | ||
5874 | 2025.07.18 19:19:01.972428 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5875 | 2025.07.18 19:19:01.972502 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5876 | 2025.07.18 19:19:01.972524 [ 4 ] {0ad93270-40bf-4d75-b279-f8e37b5d4046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
5877 | 2025.07.18 19:19:01.972537 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 203 rows starting from the beginning of the part | ||
5878 | 2025.07.18 19:19:01.972565 [ 4 ] {0ad93270-40bf-4d75-b279-f8e37b5d4046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5879 | 2025.07.18 19:19:01.972601 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 203 rows starting from the beginning of the part | ||
5880 | 2025.07.18 19:19:01.972651 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 203 rows starting from the beginning of the part | ||
5881 | 2025.07.18 19:19:01.972696 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 228 rows starting from the beginning of the part | ||
5882 | 2025.07.18 19:19:01.972739 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 203 rows starting from the beginning of the part | ||
5883 | 2025.07.18 19:19:01.972783 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 203 rows starting from the beginning of the part | ||
5884 | 2025.07.18 19:19:01.973011 [ 4 ] {0ad93270-40bf-4d75-b279-f8e37b5d4046} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5885 | 2025.07.18 19:19:01.973047 [ 4 ] {0ad93270-40bf-4d75-b279-f8e37b5d4046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
5886 | 2025.07.18 19:19:01.973344 [ 4 ] {0ad93270-40bf-4d75-b279-f8e37b5d4046} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5887 | 2025.07.18 19:19:01.973554 [ 4 ] {0ad93270-40bf-4d75-b279-f8e37b5d4046} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5888 | 2025.07.18 19:19:01.973673 [ 148 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
5889 | 2025.07.18 19:19:01.973679 [ 4 ] {0ad93270-40bf-4d75-b279-f8e37b5d4046} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001173 sec., 172208.0136402387 rows/sec., 9.78 MiB/sec. | ||
5890 | 2025.07.18 19:19:01.973708 [ 188 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1243 rows, containing 5 columns (5 merged, 0 gathered) in 0.001355091 sec., 917281.5700200207 rows/sec., 63.21 MiB/sec. | ||
5891 | 2025.07.18 19:19:01.973721 [ 148 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5892 | 2025.07.18 19:19:01.973740 [ 4 ] {0ad93270-40bf-4d75-b279-f8e37b5d4046} <Debug> TCPHandler: Processed in 0.001360601 sec. | ||
5893 | 2025.07.18 19:19:01.973752 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
5894 | 2025.07.18 19:19:01.973823 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::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 | ||
5895 | 2025.07.18 19:19:01.973862 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5896 | 2025.07.18 19:19:01.973864 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
5897 | 2025.07.18 19:19:01.973906 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5898 | 2025.07.18 19:19:01.973930 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 202 rows starting from the beginning of the part | ||
5899 | 2025.07.18 19:19:01.973956 [ 4 ] {b90603e3-e768-42d9-b354-8a73ac3a4baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5900 | 2025.07.18 19:19:01.973972 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 202 rows starting from the beginning of the part | ||
5901 | 2025.07.18 19:19:01.973995 [ 4 ] {b90603e3-e768-42d9-b354-8a73ac3a4baa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5902 | 2025.07.18 19:19:01.974006 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 202 rows starting from the beginning of the part | ||
5903 | 2025.07.18 19:19:01.974040 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 202 rows starting from the beginning of the part | ||
5904 | 2025.07.18 19:19:01.974071 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 202 rows starting from the beginning of the part | ||
5905 | 2025.07.18 19:19:01.974182 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5906 | 2025.07.18 19:19:01.974261 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_17_4, all_22_22_0] -> all_1_22_5 | ||
5907 | 2025.07.18 19:19:01.974323 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
5908 | 2025.07.18 19:19:01.974581 [ 4 ] {b90603e3-e768-42d9-b354-8a73ac3a4baa} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5909 | 2025.07.18 19:19:01.974616 [ 4 ] {b90603e3-e768-42d9-b354-8a73ac3a4baa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
5910 | 2025.07.18 19:19:01.974751 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.000950764 sec., 1062303.579016454 rows/sec., 64.39 MiB/sec. | ||
5911 | 2025.07.18 19:19:01.974867 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
5912 | 2025.07.18 19:19:01.974948 [ 4 ] {b90603e3-e768-42d9-b354-8a73ac3a4baa} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5913 | 2025.07.18 19:19:01.975099 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_21_5} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5914 | 2025.07.18 19:19:01.975157 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_21_5} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
5915 | 2025.07.18 19:19:01.975161 [ 4 ] {b90603e3-e768-42d9-b354-8a73ac3a4baa} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5916 | 2025.07.18 19:19:01.975208 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
5917 | 2025.07.18 19:19:01.975291 [ 4 ] {b90603e3-e768-42d9-b354-8a73ac3a4baa} <Debug> executeQuery: Read 697 rows, 50.18 KiB in 0.001353 sec., 515151.51515151514 rows/sec., 36.22 MiB/sec. | ||
5918 | 2025.07.18 19:19:01.975327 [ 4 ] {b90603e3-e768-42d9-b354-8a73ac3a4baa} <Debug> TCPHandler: Processed in 0.001518083 sec. | ||
5919 | 2025.07.18 19:19:01.975438 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5920 | 2025.07.18 19:19:01.975532 [ 4 ] {602f0ced-b02d-4e05-a816-f8f775ffcf63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
5921 | 2025.07.18 19:19:01.975574 [ 4 ] {602f0ced-b02d-4e05-a816-f8f775ffcf63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5922 | 2025.07.18 19:19:01.975906 [ 4 ] {602f0ced-b02d-4e05-a816-f8f775ffcf63} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5923 | 2025.07.18 19:19:01.975942 [ 4 ] {602f0ced-b02d-4e05-a816-f8f775ffcf63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
5924 | 2025.07.18 19:19:01.976232 [ 4 ] {602f0ced-b02d-4e05-a816-f8f775ffcf63} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5925 | 2025.07.18 19:19:01.976441 [ 4 ] {602f0ced-b02d-4e05-a816-f8f775ffcf63} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5926 | 2025.07.18 19:19:01.976539 [ 148 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5927 | 2025.07.18 19:19:01.976566 [ 4 ] {602f0ced-b02d-4e05-a816-f8f775ffcf63} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001051 sec., 5708.848715509039 rows/sec., 298.27 KiB/sec. | ||
5928 | 2025.07.18 19:19:01.976571 [ 148 ] {} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5929 | 2025.07.18 19:19:01.976604 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
5930 | 2025.07.18 19:19:01.976607 [ 4 ] {602f0ced-b02d-4e05-a816-f8f775ffcf63} <Debug> TCPHandler: Processed in 0.001217249 sec. | ||
5931 | 2025.07.18 19:19:01.976673 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
5932 | 2025.07.18 19:19:01.976725 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5933 | 2025.07.18 19:19:01.976745 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5934 | 2025.07.18 19:19:01.976769 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
5935 | 2025.07.18 19:19:01.976813 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
5936 | 2025.07.18 19:19:01.976819 [ 4 ] {9392f34a-2955-4681-81b4-f733c57d1814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5937 | 2025.07.18 19:19:01.976854 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
5938 | 2025.07.18 19:19:01.976867 [ 4 ] {9392f34a-2955-4681-81b4-f733c57d1814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5939 | 2025.07.18 19:19:01.976889 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
5940 | 2025.07.18 19:19:01.976921 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
5941 | 2025.07.18 19:19:01.976954 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
5942 | 2025.07.18 19:19:01.977297 [ 4 ] {9392f34a-2955-4681-81b4-f733c57d1814} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5943 | 2025.07.18 19:19:01.977330 [ 4 ] {9392f34a-2955-4681-81b4-f733c57d1814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
5944 | 2025.07.18 19:19:01.977600 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.000952915 sec., 132225.85435217203 rows/sec., 6.75 MiB/sec. | ||
5945 | 2025.07.18 19:19:01.977666 [ 4 ] {9392f34a-2955-4681-81b4-f733c57d1814} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5946 | 2025.07.18 19:19:01.977727 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5947 | 2025.07.18 19:19:01.977900 [ 4 ] {9392f34a-2955-4681-81b4-f733c57d1814} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5948 | 2025.07.18 19:19:01.977971 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_21_4} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5949 | 2025.07.18 19:19:01.978029 [ 4 ] {9392f34a-2955-4681-81b4-f733c57d1814} <Debug> executeQuery: Read 309 rows, 20.82 KiB in 0.001229 sec., 251423.92188771357 rows/sec., 16.54 MiB/sec. | ||
5950 | 2025.07.18 19:19:01.978034 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_21_4} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5951 | 2025.07.18 19:19:01.978065 [ 4 ] {9392f34a-2955-4681-81b4-f733c57d1814} <Debug> TCPHandler: Processed in 0.001388071 sec. | ||
5952 | 2025.07.18 19:19:01.978096 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5953 | 2025.07.18 19:19:01.978171 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5954 | 2025.07.18 19:19:01.978264 [ 4 ] {eaa4b477-3949-43c2-a8a3-4d2bcb1898ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
5955 | 2025.07.18 19:19:01.978306 [ 4 ] {eaa4b477-3949-43c2-a8a3-4d2bcb1898ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5956 | 2025.07.18 19:19:01.978612 [ 4 ] {eaa4b477-3949-43c2-a8a3-4d2bcb1898ff} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5957 | 2025.07.18 19:19:01.978647 [ 4 ] {eaa4b477-3949-43c2-a8a3-4d2bcb1898ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
5958 | 2025.07.18 19:19:01.978935 [ 4 ] {eaa4b477-3949-43c2-a8a3-4d2bcb1898ff} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5959 | 2025.07.18 19:19:01.979135 [ 4 ] {eaa4b477-3949-43c2-a8a3-4d2bcb1898ff} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5960 | 2025.07.18 19:19:01.979261 [ 4 ] {eaa4b477-3949-43c2-a8a3-4d2bcb1898ff} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001015 sec., 985.2216748768473 rows/sec., 66.39 KiB/sec. | ||
5961 | 2025.07.18 19:19:01.979296 [ 4 ] {eaa4b477-3949-43c2-a8a3-4d2bcb1898ff} <Debug> TCPHandler: Processed in 0.001172928 sec. | ||
5962 | 2025.07.18 19:19:01.979401 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5963 | 2025.07.18 19:19:01.979494 [ 4 ] {38186260-ba2f-4e29-86f6-2dd440b5d39b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5964 | 2025.07.18 19:19:01.979547 [ 4 ] {38186260-ba2f-4e29-86f6-2dd440b5d39b} <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 | ||
5965 | 2025.07.18 19:19:01.980309 [ 4 ] {38186260-ba2f-4e29-86f6-2dd440b5d39b} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5966 | 2025.07.18 19:19:01.980345 [ 4 ] {38186260-ba2f-4e29-86f6-2dd440b5d39b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
5967 | 2025.07.18 19:19:01.980896 [ 4 ] {38186260-ba2f-4e29-86f6-2dd440b5d39b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5968 | 2025.07.18 19:19:01.981111 [ 4 ] {38186260-ba2f-4e29-86f6-2dd440b5d39b} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5969 | 2025.07.18 19:19:01.981208 [ 148 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5970 | 2025.07.18 19:19:01.981237 [ 148 ] {} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5971 | 2025.07.18 19:19:01.981242 [ 4 ] {38186260-ba2f-4e29-86f6-2dd440b5d39b} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001766 sec., 23216.3080407701 rows/sec., 41.60 MiB/sec. | ||
5972 | 2025.07.18 19:19:01.981257 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
5973 | 2025.07.18 19:19:01.981303 [ 4 ] {38186260-ba2f-4e29-86f6-2dd440b5d39b} <Debug> TCPHandler: Processed in 0.00195049 sec. | ||
5974 | 2025.07.18 19:19:01.981341 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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 | ||
5975 | 2025.07.18 19:19:01.981420 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5976 | 2025.07.18 19:19:01.981520 [ 4 ] {22cbc9e1-be1e-42a6-81f9-baac27e0e985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5977 | 2025.07.18 19:19:01.981548 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5978 | 2025.07.18 19:19:01.981560 [ 4 ] {22cbc9e1-be1e-42a6-81f9-baac27e0e985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5979 | 2025.07.18 19:19:01.981602 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 626 rows starting from the beginning of the part | ||
5980 | 2025.07.18 19:19:01.981721 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 41 rows starting from the beginning of the part | ||
5981 | 2025.07.18 19:19:01.981827 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 41 rows starting from the beginning of the part | ||
5982 | 2025.07.18 19:19:01.981907 [ 4 ] {22cbc9e1-be1e-42a6-81f9-baac27e0e985} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5983 | 2025.07.18 19:19:01.981920 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 41 rows starting from the beginning of the part | ||
5984 | 2025.07.18 19:19:01.981951 [ 4 ] {22cbc9e1-be1e-42a6-81f9-baac27e0e985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
5985 | 2025.07.18 19:19:01.982022 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 41 rows starting from the beginning of the part | ||
5986 | 2025.07.18 19:19:01.982116 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 41 rows starting from the beginning of the part | ||
5987 | 2025.07.18 19:19:01.982265 [ 4 ] {22cbc9e1-be1e-42a6-81f9-baac27e0e985} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5988 | 2025.07.18 19:19:01.982540 [ 4 ] {22cbc9e1-be1e-42a6-81f9-baac27e0e985} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5989 | 2025.07.18 19:19:01.982668 [ 4 ] {22cbc9e1-be1e-42a6-81f9-baac27e0e985} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001166 sec., 87478.5591766724 rows/sec., 5.37 MiB/sec. | ||
5990 | 2025.07.18 19:19:01.982702 [ 4 ] {22cbc9e1-be1e-42a6-81f9-baac27e0e985} <Debug> TCPHandler: Processed in 0.001331551 sec. | ||
5991 | 2025.07.18 19:19:01.997064 [ 187 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 831 rows, containing 19 columns (19 merged, 0 gathered) in 0.015756582 sec., 52739.86452137906 rows/sec., 94.51 MiB/sec. | ||
5992 | 2025.07.18 19:19:01.998395 [ 187 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5993 | 2025.07.18 19:19:01.998733 [ 187 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5994 | 2025.07.18 19:19:01.998800 [ 187 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5995 | 2025.07.18 19:19:01.998933 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. | ||
5996 | 2025.07.18 19:19:02.000191 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 241.56 MiB, peak 249.31 MiB, free memory in arenas 0.00 B, will set to 244.08 MiB (RSS), difference: 2.52 MiB | ||
5997 | 2025.07.18 19:19:03.082815 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
5998 | 2025.07.18 19:19:03.083674 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5999 | 2025.07.18 19:19:03.083727 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6000 | 2025.07.18 19:19:03.084189 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6001 | 2025.07.18 19:19:03.084409 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6002 | 2025.07.18 19:19:03.084532 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
6003 | 2025.07.18 19:19:03.084528 [ 147 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6004 | 2025.07.18 19:19:03.084603 [ 147 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6005 | 2025.07.18 19:19:03.084623 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6006 | 2025.07.18 19:19:03.084714 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
6007 | 2025.07.18 19:19:03.084833 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6008 | 2025.07.18 19:19:03.084871 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
6009 | 2025.07.18 19:19:03.084960 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part | ||
6010 | 2025.07.18 19:19:03.085008 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part | ||
6011 | 2025.07.18 19:19:03.085047 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part | ||
6012 | 2025.07.18 19:19:03.085103 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part | ||
6013 | 2025.07.18 19:19:03.085147 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part | ||
6014 | 2025.07.18 19:19:03.086906 [ 193 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.002223134 sec., 6420665.60090395 rows/sec., 91.85 MiB/sec. | ||
6015 | 2025.07.18 19:19:03.087456 [ 193 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6016 | 2025.07.18 19:19:03.087751 [ 193 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_31_6} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6017 | 2025.07.18 19:19:03.087833 [ 193 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_31_6} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6018 | 2025.07.18 19:19:03.087933 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
6019 | 2025.07.18 19:19:03.859401 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 | ||
6020 | 2025.07.18 19:19:03.877206 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6021 | 2025.07.18 19:19:03.877259 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6022 | 2025.07.18 19:19:03.882787 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6023 | 2025.07.18 19:19:03.883498 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6024 | 2025.07.18 19:19:03.883820 [ 147 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6025 | 2025.07.18 19:19:03.883885 [ 147 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6026 | 2025.07.18 19:19:03.883905 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6027 | 2025.07.18 19:19:03.884028 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
6028 | 2025.07.18 19:19:03.886582 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
6029 | 2025.07.18 19:19:03.887561 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6030 | 2025.07.18 19:19:03.888967 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
6031 | 2025.07.18 19:19:03.893493 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
6032 | 2025.07.18 19:19:03.897862 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
6033 | 2025.07.18 19:19:03.902082 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
6034 | 2025.07.18 19:19:03.906253 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
6035 | 2025.07.18 19:19:03.910347 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
6036 | 2025.07.18 19:19:03.963756 [ 195 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.079786457 sec., 2932.8285626218494 rows/sec., 15.17 MiB/sec. | ||
6037 | 2025.07.18 19:19:03.965617 [ 200 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6038 | 2025.07.18 19:19:03.967372 [ 200 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_31_6} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6039 | 2025.07.18 19:19:03.967466 [ 200 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_31_6} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6040 | 2025.07.18 19:19:03.968551 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
6041 | 2025.07.18 19:19:04.000245 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.20 MiB, peak 255.74 MiB, free memory in arenas 0.00 B, will set to 250.86 MiB (RSS), difference: 5.66 MiB | ||
6042 | 2025.07.18 19:19:06.952938 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6043 | 2025.07.18 19:19:06.953175 [ 4 ] {6f2880ce-e4b6-4c2c-96cc-48eb119e0f3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6044 | 2025.07.18 19:19:06.953258 [ 4 ] {6f2880ce-e4b6-4c2c-96cc-48eb119e0f3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6045 | 2025.07.18 19:19:06.954050 [ 4 ] {6f2880ce-e4b6-4c2c-96cc-48eb119e0f3c} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6046 | 2025.07.18 19:19:06.954088 [ 4 ] {6f2880ce-e4b6-4c2c-96cc-48eb119e0f3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6047 | 2025.07.18 19:19:06.954472 [ 4 ] {6f2880ce-e4b6-4c2c-96cc-48eb119e0f3c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6048 | 2025.07.18 19:19:06.954704 [ 4 ] {6f2880ce-e4b6-4c2c-96cc-48eb119e0f3c} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6049 | 2025.07.18 19:19:06.954856 [ 4 ] {6f2880ce-e4b6-4c2c-96cc-48eb119e0f3c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001741 sec., 32165.422171166 rows/sec., 2.47 MiB/sec. | ||
6050 | 2025.07.18 19:19:06.954900 [ 4 ] {6f2880ce-e4b6-4c2c-96cc-48eb119e0f3c} <Debug> TCPHandler: Processed in 0.002115503 sec. | ||
6051 | 2025.07.18 19:19:06.955024 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6052 | 2025.07.18 19:19:06.955120 [ 4 ] {e1725349-4434-400e-8a19-3ed233d44c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6053 | 2025.07.18 19:19:06.955160 [ 4 ] {e1725349-4434-400e-8a19-3ed233d44c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6054 | 2025.07.18 19:19:06.955591 [ 4 ] {e1725349-4434-400e-8a19-3ed233d44c11} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6055 | 2025.07.18 19:19:06.955625 [ 4 ] {e1725349-4434-400e-8a19-3ed233d44c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6056 | 2025.07.18 19:19:06.955927 [ 4 ] {e1725349-4434-400e-8a19-3ed233d44c11} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6057 | 2025.07.18 19:19:06.956133 [ 4 ] {e1725349-4434-400e-8a19-3ed233d44c11} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6058 | 2025.07.18 19:19:06.956258 [ 4 ] {e1725349-4434-400e-8a19-3ed233d44c11} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001157 sec., 55315.471045808124 rows/sec., 4.32 MiB/sec. | ||
6059 | 2025.07.18 19:19:06.956293 [ 4 ] {e1725349-4434-400e-8a19-3ed233d44c11} <Debug> TCPHandler: Processed in 0.00131738 sec. | ||
6060 | 2025.07.18 19:19:06.956404 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6061 | 2025.07.18 19:19:06.956499 [ 4 ] {c5bf21ea-9581-48a2-81ee-64a167e96eb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6062 | 2025.07.18 19:19:06.956543 [ 4 ] {c5bf21ea-9581-48a2-81ee-64a167e96eb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6063 | 2025.07.18 19:19:06.956987 [ 4 ] {c5bf21ea-9581-48a2-81ee-64a167e96eb6} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6064 | 2025.07.18 19:19:06.957023 [ 4 ] {c5bf21ea-9581-48a2-81ee-64a167e96eb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6065 | 2025.07.18 19:19:06.957370 [ 4 ] {c5bf21ea-9581-48a2-81ee-64a167e96eb6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6066 | 2025.07.18 19:19:06.957589 [ 4 ] {c5bf21ea-9581-48a2-81ee-64a167e96eb6} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6067 | 2025.07.18 19:19:06.957715 [ 4 ] {c5bf21ea-9581-48a2-81ee-64a167e96eb6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001234 sec., 129659.64343598054 rows/sec., 9.03 MiB/sec. | ||
6068 | 2025.07.18 19:19:06.957750 [ 4 ] {c5bf21ea-9581-48a2-81ee-64a167e96eb6} <Debug> TCPHandler: Processed in 0.001394432 sec. | ||
6069 | 2025.07.18 19:19:06.957857 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6070 | 2025.07.18 19:19:06.957959 [ 4 ] {efc826f7-86fd-4e98-9166-217dbe8bf07e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6071 | 2025.07.18 19:19:06.958000 [ 4 ] {efc826f7-86fd-4e98-9166-217dbe8bf07e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6072 | 2025.07.18 19:19:06.958330 [ 4 ] {efc826f7-86fd-4e98-9166-217dbe8bf07e} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6073 | 2025.07.18 19:19:06.958364 [ 4 ] {efc826f7-86fd-4e98-9166-217dbe8bf07e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6074 | 2025.07.18 19:19:06.958671 [ 4 ] {efc826f7-86fd-4e98-9166-217dbe8bf07e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6075 | 2025.07.18 19:19:06.958881 [ 4 ] {efc826f7-86fd-4e98-9166-217dbe8bf07e} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6076 | 2025.07.18 19:19:06.959006 [ 4 ] {efc826f7-86fd-4e98-9166-217dbe8bf07e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. | ||
6077 | 2025.07.18 19:19:06.959040 [ 4 ] {efc826f7-86fd-4e98-9166-217dbe8bf07e} <Debug> TCPHandler: Processed in 0.001230809 sec. | ||
6078 | 2025.07.18 19:19:10.461324 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6079 | 2025.07.18 19:19:10.461394 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6080 | 2025.07.18 19:19:10.584669 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
6081 | 2025.07.18 19:19:10.585119 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6082 | 2025.07.18 19:19:10.585155 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6083 | 2025.07.18 19:19:10.585830 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6084 | 2025.07.18 19:19:10.586079 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6085 | 2025.07.18 19:19:10.586208 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
6086 | 2025.07.18 19:19:10.613602 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 842 | ||
6087 | 2025.07.18 19:19:10.616054 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6088 | 2025.07.18 19:19:10.616103 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6089 | 2025.07.18 19:19:10.617261 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6090 | 2025.07.18 19:19:10.617529 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6091 | 2025.07.18 19:19:10.617777 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 842 | ||
6092 | 2025.07.18 19:19:11.001205 [ 249 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000837232 sec. | ||
6093 | 2025.07.18 19:19:11.386718 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 | ||
6094 | 2025.07.18 19:19:11.402543 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6095 | 2025.07.18 19:19:11.402611 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6096 | 2025.07.18 19:19:11.408674 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6097 | 2025.07.18 19:19:11.409355 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6098 | 2025.07.18 19:19:11.411971 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 241 | ||
6099 | 2025.07.18 19:19:11.964063 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6100 | 2025.07.18 19:19:11.964260 [ 4 ] {9baa26c1-cff3-467d-b8d8-f3fe2d20836b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
6101 | 2025.07.18 19:19:11.964334 [ 4 ] {9baa26c1-cff3-467d-b8d8-f3fe2d20836b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
6102 | 2025.07.18 19:19:11.965203 [ 4 ] {9baa26c1-cff3-467d-b8d8-f3fe2d20836b} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6103 | 2025.07.18 19:19:11.965252 [ 4 ] {9baa26c1-cff3-467d-b8d8-f3fe2d20836b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6104 | 2025.07.18 19:19:11.965656 [ 4 ] {9baa26c1-cff3-467d-b8d8-f3fe2d20836b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6105 | 2025.07.18 19:19:11.965896 [ 4 ] {9baa26c1-cff3-467d-b8d8-f3fe2d20836b} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6106 | 2025.07.18 19:19:11.966058 [ 4 ] {9baa26c1-cff3-467d-b8d8-f3fe2d20836b} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001852 sec., 211663.06695464364 rows/sec., 13.43 MiB/sec. | ||
6107 | 2025.07.18 19:19:11.966106 [ 4 ] {9baa26c1-cff3-467d-b8d8-f3fe2d20836b} <Debug> TCPHandler: Processed in 0.002174484 sec. | ||
6108 | 2025.07.18 19:19:11.966229 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6109 | 2025.07.18 19:19:11.966332 [ 4 ] {a341fa40-0fb6-407f-9de7-a048ae086075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6110 | 2025.07.18 19:19:11.966374 [ 4 ] {a341fa40-0fb6-407f-9de7-a048ae086075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6111 | 2025.07.18 19:19:11.967243 [ 4 ] {a341fa40-0fb6-407f-9de7-a048ae086075} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6112 | 2025.07.18 19:19:11.967281 [ 4 ] {a341fa40-0fb6-407f-9de7-a048ae086075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6113 | 2025.07.18 19:19:11.967647 [ 4 ] {a341fa40-0fb6-407f-9de7-a048ae086075} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6114 | 2025.07.18 19:19:11.967872 [ 4 ] {a341fa40-0fb6-407f-9de7-a048ae086075} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6115 | 2025.07.18 19:19:11.968009 [ 4 ] {a341fa40-0fb6-407f-9de7-a048ae086075} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.0017 sec., 675882.3529411765 rows/sec., 53.94 MiB/sec. | ||
6116 | 2025.07.18 19:19:11.968049 [ 4 ] {a341fa40-0fb6-407f-9de7-a048ae086075} <Debug> TCPHandler: Processed in 0.001872129 sec. | ||
6117 | 2025.07.18 19:19:11.968165 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6118 | 2025.07.18 19:19:11.968264 [ 4 ] {da42debc-98db-4507-8b1e-854979827cd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6119 | 2025.07.18 19:19:11.968306 [ 4 ] {da42debc-98db-4507-8b1e-854979827cd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6120 | 2025.07.18 19:19:11.968775 [ 4 ] {da42debc-98db-4507-8b1e-854979827cd0} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6121 | 2025.07.18 19:19:11.968813 [ 4 ] {da42debc-98db-4507-8b1e-854979827cd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6122 | 2025.07.18 19:19:11.969119 [ 4 ] {da42debc-98db-4507-8b1e-854979827cd0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6123 | 2025.07.18 19:19:11.969339 [ 4 ] {da42debc-98db-4507-8b1e-854979827cd0} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6124 | 2025.07.18 19:19:11.969468 [ 4 ] {da42debc-98db-4507-8b1e-854979827cd0} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001225 sec., 193469.38775510204 rows/sec., 11.85 MiB/sec. | ||
6125 | 2025.07.18 19:19:11.969505 [ 4 ] {da42debc-98db-4507-8b1e-854979827cd0} <Debug> TCPHandler: Processed in 0.001389231 sec. | ||
6126 | 2025.07.18 19:19:11.969614 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6127 | 2025.07.18 19:19:11.969710 [ 4 ] {a42842a5-007e-4cf8-9584-c695540e593d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
6128 | 2025.07.18 19:19:11.969751 [ 4 ] {a42842a5-007e-4cf8-9584-c695540e593d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6129 | 2025.07.18 19:19:11.970237 [ 4 ] {a42842a5-007e-4cf8-9584-c695540e593d} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6130 | 2025.07.18 19:19:11.970273 [ 4 ] {a42842a5-007e-4cf8-9584-c695540e593d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6131 | 2025.07.18 19:19:11.970575 [ 4 ] {a42842a5-007e-4cf8-9584-c695540e593d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6132 | 2025.07.18 19:19:11.970788 [ 4 ] {a42842a5-007e-4cf8-9584-c695540e593d} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6133 | 2025.07.18 19:19:11.970913 [ 4 ] {a42842a5-007e-4cf8-9584-c695540e593d} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001222 sec., 166121.11292962357 rows/sec., 10.72 MiB/sec. | ||
6134 | 2025.07.18 19:19:11.970958 [ 4 ] {a42842a5-007e-4cf8-9584-c695540e593d} <Debug> TCPHandler: Processed in 0.001393361 sec. | ||
6135 | 2025.07.18 19:19:11.971069 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6136 | 2025.07.18 19:19:11.971161 [ 4 ] {e9dd2db7-517c-4b12-9d97-3dda893ba0d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
6137 | 2025.07.18 19:19:11.971201 [ 4 ] {e9dd2db7-517c-4b12-9d97-3dda893ba0d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6138 | 2025.07.18 19:19:11.971628 [ 4 ] {e9dd2db7-517c-4b12-9d97-3dda893ba0d5} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6139 | 2025.07.18 19:19:11.971664 [ 4 ] {e9dd2db7-517c-4b12-9d97-3dda893ba0d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6140 | 2025.07.18 19:19:11.971961 [ 4 ] {e9dd2db7-517c-4b12-9d97-3dda893ba0d5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6141 | 2025.07.18 19:19:11.972175 [ 4 ] {e9dd2db7-517c-4b12-9d97-3dda893ba0d5} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6142 | 2025.07.18 19:19:11.972300 [ 4 ] {e9dd2db7-517c-4b12-9d97-3dda893ba0d5} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001156 sec., 174740.48442906575 rows/sec., 9.92 MiB/sec. | ||
6143 | 2025.07.18 19:19:11.972337 [ 4 ] {e9dd2db7-517c-4b12-9d97-3dda893ba0d5} <Debug> TCPHandler: Processed in 0.001316471 sec. | ||
6144 | 2025.07.18 19:19:11.972447 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6145 | 2025.07.18 19:19:11.972541 [ 4 ] {33a70e66-d27d-43b7-b768-ee48f686699a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6146 | 2025.07.18 19:19:11.972579 [ 4 ] {33a70e66-d27d-43b7-b768-ee48f686699a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6147 | 2025.07.18 19:19:11.973166 [ 4 ] {33a70e66-d27d-43b7-b768-ee48f686699a} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6148 | 2025.07.18 19:19:11.973203 [ 4 ] {33a70e66-d27d-43b7-b768-ee48f686699a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6149 | 2025.07.18 19:19:11.973543 [ 4 ] {33a70e66-d27d-43b7-b768-ee48f686699a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6150 | 2025.07.18 19:19:11.973756 [ 4 ] {33a70e66-d27d-43b7-b768-ee48f686699a} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6151 | 2025.07.18 19:19:11.973884 [ 4 ] {33a70e66-d27d-43b7-b768-ee48f686699a} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001361 sec., 509184.42321822187 rows/sec., 35.77 MiB/sec. | ||
6152 | 2025.07.18 19:19:11.973922 [ 4 ] {33a70e66-d27d-43b7-b768-ee48f686699a} <Debug> TCPHandler: Processed in 0.001522223 sec. | ||
6153 | 2025.07.18 19:19:11.974040 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6154 | 2025.07.18 19:19:11.974135 [ 4 ] {7fe9e2ed-2e87-4aaf-994b-2a60ab43d964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
6155 | 2025.07.18 19:19:11.974177 [ 4 ] {7fe9e2ed-2e87-4aaf-994b-2a60ab43d964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6156 | 2025.07.18 19:19:11.974506 [ 4 ] {7fe9e2ed-2e87-4aaf-994b-2a60ab43d964} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6157 | 2025.07.18 19:19:11.974542 [ 4 ] {7fe9e2ed-2e87-4aaf-994b-2a60ab43d964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6158 | 2025.07.18 19:19:11.974840 [ 4 ] {7fe9e2ed-2e87-4aaf-994b-2a60ab43d964} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6159 | 2025.07.18 19:19:11.975047 [ 4 ] {7fe9e2ed-2e87-4aaf-994b-2a60ab43d964} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6160 | 2025.07.18 19:19:11.975170 [ 4 ] {7fe9e2ed-2e87-4aaf-994b-2a60ab43d964} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001053 sec., 5698.005698005699 rows/sec., 297.70 KiB/sec. | ||
6161 | 2025.07.18 19:19:11.975205 [ 4 ] {7fe9e2ed-2e87-4aaf-994b-2a60ab43d964} <Debug> TCPHandler: Processed in 0.001213969 sec. | ||
6162 | 2025.07.18 19:19:11.975314 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6163 | 2025.07.18 19:19:11.975408 [ 4 ] {d42fa6ac-fd0d-44bb-8774-6812c6f086c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6164 | 2025.07.18 19:19:11.975451 [ 4 ] {d42fa6ac-fd0d-44bb-8774-6812c6f086c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6165 | 2025.07.18 19:19:11.975900 [ 4 ] {d42fa6ac-fd0d-44bb-8774-6812c6f086c1} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6166 | 2025.07.18 19:19:11.975938 [ 4 ] {d42fa6ac-fd0d-44bb-8774-6812c6f086c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6167 | 2025.07.18 19:19:11.976272 [ 4 ] {d42fa6ac-fd0d-44bb-8774-6812c6f086c1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6168 | 2025.07.18 19:19:11.976474 [ 4 ] {d42fa6ac-fd0d-44bb-8774-6812c6f086c1} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6169 | 2025.07.18 19:19:11.976609 [ 4 ] {d42fa6ac-fd0d-44bb-8774-6812c6f086c1} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.00122 sec., 251639.34426229508 rows/sec., 16.55 MiB/sec. | ||
6170 | 2025.07.18 19:19:11.976647 [ 4 ] {d42fa6ac-fd0d-44bb-8774-6812c6f086c1} <Debug> TCPHandler: Processed in 0.001381551 sec. | ||
6171 | 2025.07.18 19:19:11.976759 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6172 | 2025.07.18 19:19:11.976854 [ 4 ] {5ecd3e07-6b55-4375-8c99-5a90c840baed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
6173 | 2025.07.18 19:19:11.976900 [ 4 ] {5ecd3e07-6b55-4375-8c99-5a90c840baed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6174 | 2025.07.18 19:19:11.977219 [ 4 ] {5ecd3e07-6b55-4375-8c99-5a90c840baed} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6175 | 2025.07.18 19:19:11.977255 [ 4 ] {5ecd3e07-6b55-4375-8c99-5a90c840baed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6176 | 2025.07.18 19:19:11.977565 [ 4 ] {5ecd3e07-6b55-4375-8c99-5a90c840baed} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6177 | 2025.07.18 19:19:11.977766 [ 4 ] {5ecd3e07-6b55-4375-8c99-5a90c840baed} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6178 | 2025.07.18 19:19:11.977889 [ 4 ] {5ecd3e07-6b55-4375-8c99-5a90c840baed} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001053 sec., 949.6676163342831 rows/sec., 63.99 KiB/sec. | ||
6179 | 2025.07.18 19:19:11.977927 [ 4 ] {5ecd3e07-6b55-4375-8c99-5a90c840baed} <Debug> TCPHandler: Processed in 0.001216759 sec. | ||
6180 | 2025.07.18 19:19:11.978039 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6181 | 2025.07.18 19:19:11.978133 [ 4 ] {467415f2-ebb8-4231-986c-410116b2aa46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6182 | 2025.07.18 19:19:11.978186 [ 4 ] {467415f2-ebb8-4231-986c-410116b2aa46} <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 | ||
6183 | 2025.07.18 19:19:11.978995 [ 4 ] {467415f2-ebb8-4231-986c-410116b2aa46} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6184 | 2025.07.18 19:19:11.979031 [ 4 ] {467415f2-ebb8-4231-986c-410116b2aa46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6185 | 2025.07.18 19:19:11.979589 [ 4 ] {467415f2-ebb8-4231-986c-410116b2aa46} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6186 | 2025.07.18 19:19:11.979802 [ 4 ] {467415f2-ebb8-4231-986c-410116b2aa46} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6187 | 2025.07.18 19:19:11.979936 [ 4 ] {467415f2-ebb8-4231-986c-410116b2aa46} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001821 sec., 22515.101592531577 rows/sec., 40.35 MiB/sec. | ||
6188 | 2025.07.18 19:19:11.979988 [ 4 ] {467415f2-ebb8-4231-986c-410116b2aa46} <Debug> TCPHandler: Processed in 0.001997811 sec. | ||
6189 | 2025.07.18 19:19:11.980103 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6190 | 2025.07.18 19:19:11.980198 [ 4 ] {dc306dac-057d-44da-9c64-de3a80d4899c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6191 | 2025.07.18 19:19:11.980239 [ 4 ] {dc306dac-057d-44da-9c64-de3a80d4899c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6192 | 2025.07.18 19:19:11.980562 [ 4 ] {dc306dac-057d-44da-9c64-de3a80d4899c} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6193 | 2025.07.18 19:19:11.980598 [ 4 ] {dc306dac-057d-44da-9c64-de3a80d4899c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6194 | 2025.07.18 19:19:11.980912 [ 4 ] {dc306dac-057d-44da-9c64-de3a80d4899c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6195 | 2025.07.18 19:19:11.981123 [ 4 ] {dc306dac-057d-44da-9c64-de3a80d4899c} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6196 | 2025.07.18 19:19:11.981247 [ 4 ] {dc306dac-057d-44da-9c64-de3a80d4899c} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001068 sec., 95505.61797752809 rows/sec., 5.87 MiB/sec. | ||
6197 | 2025.07.18 19:19:11.981282 [ 4 ] {dc306dac-057d-44da-9c64-de3a80d4899c} <Debug> TCPHandler: Processed in 0.001227739 sec. | ||
6198 | 2025.07.18 19:19:16.599898 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6199 | 2025.07.18 19:19:16.600087 [ 4 ] {c1bd87a0-887d-4ac4-a379-43cec23d0d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
6200 | 2025.07.18 19:19:16.600153 [ 4 ] {c1bd87a0-887d-4ac4-a379-43cec23d0d5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6201 | 2025.07.18 19:19:16.600742 [ 4 ] {c1bd87a0-887d-4ac4-a379-43cec23d0d5e} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6202 | 2025.07.18 19:19:16.600788 [ 4 ] {c1bd87a0-887d-4ac4-a379-43cec23d0d5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6203 | 2025.07.18 19:19:16.601155 [ 4 ] {c1bd87a0-887d-4ac4-a379-43cec23d0d5e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
6204 | 2025.07.18 19:19:16.601396 [ 4 ] {c1bd87a0-887d-4ac4-a379-43cec23d0d5e} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6205 | 2025.07.18 19:19:16.601546 [ 4 ] {c1bd87a0-887d-4ac4-a379-43cec23d0d5e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001508 sec., 1326.2599469496022 rows/sec., 108.15 KiB/sec. | ||
6206 | 2025.07.18 19:19:16.601587 [ 4 ] {c1bd87a0-887d-4ac4-a379-43cec23d0d5e} <Debug> TCPHandler: Processed in 0.001814127 sec. | ||
6207 | 2025.07.18 19:19:16.601710 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6208 | 2025.07.18 19:19:16.601805 [ 4 ] {df2193f5-bd52-4017-939e-f3933a3063dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6209 | 2025.07.18 19:19:16.601844 [ 4 ] {df2193f5-bd52-4017-939e-f3933a3063dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6210 | 2025.07.18 19:19:16.602862 [ 4 ] {df2193f5-bd52-4017-939e-f3933a3063dc} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6211 | 2025.07.18 19:19:16.602899 [ 4 ] {df2193f5-bd52-4017-939e-f3933a3063dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6212 | 2025.07.18 19:19:16.603289 [ 4 ] {df2193f5-bd52-4017-939e-f3933a3063dc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6213 | 2025.07.18 19:19:16.603502 [ 4 ] {df2193f5-bd52-4017-939e-f3933a3063dc} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6214 | 2025.07.18 19:19:16.603615 [ 128 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6215 | 2025.07.18 19:19:16.603628 [ 4 ] {df2193f5-bd52-4017-939e-f3933a3063dc} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.001841 sec., 650190.1140684411 rows/sec., 53.60 MiB/sec. | ||
6216 | 2025.07.18 19:19:16.603680 [ 128 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6217 | 2025.07.18 19:19:16.603688 [ 4 ] {df2193f5-bd52-4017-939e-f3933a3063dc} <Debug> TCPHandler: Processed in 0.002025571 sec. | ||
6218 | 2025.07.18 19:19:16.603708 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6219 | 2025.07.18 19:19:16.603812 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6220 | 2025.07.18 19:19:16.603838 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
6221 | 2025.07.18 19:19:16.603912 [ 4 ] {99f9e29f-d726-4ae9-99c7-fe68f5bf5e2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6222 | 2025.07.18 19:19:16.603960 [ 4 ] {99f9e29f-d726-4ae9-99c7-fe68f5bf5e2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6223 | 2025.07.18 19:19:16.603994 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6224 | 2025.07.18 19:19:16.604038 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2297 rows starting from the beginning of the part | ||
6225 | 2025.07.18 19:19:16.604113 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part | ||
6226 | 2025.07.18 19:19:16.604169 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1151 rows starting from the beginning of the part | ||
6227 | 2025.07.18 19:19:16.604218 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part | ||
6228 | 2025.07.18 19:19:16.604263 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1149 rows starting from the beginning of the part | ||
6229 | 2025.07.18 19:19:16.604309 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1197 rows starting from the beginning of the part | ||
6230 | 2025.07.18 19:19:16.604355 [ 4 ] {99f9e29f-d726-4ae9-99c7-fe68f5bf5e2b} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6231 | 2025.07.18 19:19:16.604396 [ 4 ] {99f9e29f-d726-4ae9-99c7-fe68f5bf5e2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6232 | 2025.07.18 19:19:16.604845 [ 4 ] {99f9e29f-d726-4ae9-99c7-fe68f5bf5e2b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6233 | 2025.07.18 19:19:16.605084 [ 4 ] {99f9e29f-d726-4ae9-99c7-fe68f5bf5e2b} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6234 | 2025.07.18 19:19:16.605220 [ 4 ] {99f9e29f-d726-4ae9-99c7-fe68f5bf5e2b} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001327 sec., 1507.1590052750564 rows/sec., 105.24 KiB/sec. | ||
6235 | 2025.07.18 19:19:16.605257 [ 4 ] {99f9e29f-d726-4ae9-99c7-fe68f5bf5e2b} <Debug> TCPHandler: Processed in 0.001493713 sec. | ||
6236 | 2025.07.18 19:19:16.605366 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6237 | 2025.07.18 19:19:16.605460 [ 4 ] {d902a89a-0bcc-4bd0-9225-0e75e35aebf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
6238 | 2025.07.18 19:19:16.605500 [ 4 ] {d902a89a-0bcc-4bd0-9225-0e75e35aebf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6239 | 2025.07.18 19:19:16.605997 [ 4 ] {d902a89a-0bcc-4bd0-9225-0e75e35aebf0} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6240 | 2025.07.18 19:19:16.606032 [ 4 ] {d902a89a-0bcc-4bd0-9225-0e75e35aebf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6241 | 2025.07.18 19:19:16.606341 [ 4 ] {d902a89a-0bcc-4bd0-9225-0e75e35aebf0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6242 | 2025.07.18 19:19:16.606388 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5906 rows, containing 5 columns (5 merged, 0 gathered) in 0.00261058 sec., 2262332.5084847044 rows/sec., 191.50 MiB/sec. | ||
6243 | 2025.07.18 19:19:16.606569 [ 4 ] {d902a89a-0bcc-4bd0-9225-0e75e35aebf0} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6244 | 2025.07.18 19:19:16.606706 [ 4 ] {d902a89a-0bcc-4bd0-9225-0e75e35aebf0} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001264 sec., 180379.74683544305 rows/sec., 12.21 MiB/sec. | ||
6245 | 2025.07.18 19:19:16.606744 [ 4 ] {d902a89a-0bcc-4bd0-9225-0e75e35aebf0} <Debug> TCPHandler: Processed in 0.001426582 sec. | ||
6246 | 2025.07.18 19:19:16.606772 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6247 | 2025.07.18 19:19:16.606853 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6248 | 2025.07.18 19:19:16.606951 [ 4 ] {b9ec02e4-4731-4043-970d-607b662bd939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6249 | 2025.07.18 19:19:16.606997 [ 4 ] {b9ec02e4-4731-4043-970d-607b662bd939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6250 | 2025.07.18 19:19:16.607120 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6251 | 2025.07.18 19:19:16.607214 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6252 | 2025.07.18 19:19:16.607333 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
6253 | 2025.07.18 19:19:16.607625 [ 4 ] {b9ec02e4-4731-4043-970d-607b662bd939} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6254 | 2025.07.18 19:19:16.607667 [ 4 ] {b9ec02e4-4731-4043-970d-607b662bd939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6255 | 2025.07.18 19:19:16.607992 [ 4 ] {b9ec02e4-4731-4043-970d-607b662bd939} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6256 | 2025.07.18 19:19:16.608203 [ 4 ] {b9ec02e4-4731-4043-970d-607b662bd939} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6257 | 2025.07.18 19:19:16.608333 [ 4 ] {b9ec02e4-4731-4043-970d-607b662bd939} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.001399 sec., 373123.65975696925 rows/sec., 27.62 MiB/sec. | ||
6258 | 2025.07.18 19:19:16.608343 [ 129 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6259 | 2025.07.18 19:19:16.608372 [ 4 ] {b9ec02e4-4731-4043-970d-607b662bd939} <Debug> TCPHandler: Processed in 0.001567484 sec. | ||
6260 | 2025.07.18 19:19:16.608396 [ 129 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6261 | 2025.07.18 19:19:16.608426 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6262 | 2025.07.18 19:19:16.608491 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6263 | 2025.07.18 19:19:16.608510 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
6264 | 2025.07.18 19:19:16.608590 [ 4 ] {00568fba-2128-4f32-882d-70af95073a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6265 | 2025.07.18 19:19:16.608612 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6266 | 2025.07.18 19:19:16.608637 [ 4 ] {00568fba-2128-4f32-882d-70af95073a8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6267 | 2025.07.18 19:19:16.608643 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1183 rows starting from the beginning of the part | ||
6268 | 2025.07.18 19:19:16.608708 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part | ||
6269 | 2025.07.18 19:19:16.608751 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 697 rows starting from the beginning of the part | ||
6270 | 2025.07.18 19:19:16.608794 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part | ||
6271 | 2025.07.18 19:19:16.608833 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 693 rows starting from the beginning of the part | ||
6272 | 2025.07.18 19:19:16.608877 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 522 rows starting from the beginning of the part | ||
6273 | 2025.07.18 19:19:16.609287 [ 4 ] {00568fba-2128-4f32-882d-70af95073a8d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6274 | 2025.07.18 19:19:16.609329 [ 4 ] {00568fba-2128-4f32-882d-70af95073a8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6275 | 2025.07.18 19:19:16.609748 [ 4 ] {00568fba-2128-4f32-882d-70af95073a8d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6276 | 2025.07.18 19:19:16.609963 [ 4 ] {00568fba-2128-4f32-882d-70af95073a8d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6277 | 2025.07.18 19:19:16.610019 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3223 rows, containing 5 columns (5 merged, 0 gathered) in 0.001545014 sec., 2086065.2395382826 rows/sec., 157.58 MiB/sec. | ||
6278 | 2025.07.18 19:19:16.610076 [ 129 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6279 | 2025.07.18 19:19:16.610096 [ 4 ] {00568fba-2128-4f32-882d-70af95073a8d} <Debug> executeQuery: Read 1007 rows, 69.31 KiB in 0.001525 sec., 660327.868852459 rows/sec., 44.39 MiB/sec. | ||
6280 | 2025.07.18 19:19:16.610102 [ 129 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6281 | 2025.07.18 19:19:16.610135 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6282 | 2025.07.18 19:19:16.610140 [ 4 ] {00568fba-2128-4f32-882d-70af95073a8d} <Debug> TCPHandler: Processed in 0.001698126 sec. | ||
6283 | 2025.07.18 19:19:16.610204 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
6284 | 2025.07.18 19:19:16.610256 [ 200 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6285 | 2025.07.18 19:19:16.610261 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6286 | 2025.07.18 19:19:16.610305 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6287 | 2025.07.18 19:19:16.610342 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 16644 rows starting from the beginning of the part | ||
6288 | 2025.07.18 19:19:16.610371 [ 4 ] {55fec293-8d63-46ed-b185-5bd7df401543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6289 | 2025.07.18 19:19:16.610408 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
6290 | 2025.07.18 19:19:16.610420 [ 4 ] {55fec293-8d63-46ed-b185-5bd7df401543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6291 | 2025.07.18 19:19:16.610465 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 309 rows starting from the beginning of the part | ||
6292 | 2025.07.18 19:19:16.610514 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
6293 | 2025.07.18 19:19:16.610557 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 307 rows starting from the beginning of the part | ||
6294 | 2025.07.18 19:19:16.610598 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1007 rows starting from the beginning of the part | ||
6295 | 2025.07.18 19:19:16.610614 [ 200 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6296 | 2025.07.18 19:19:16.610715 [ 200 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6297 | 2025.07.18 19:19:16.610779 [ 4 ] {55fec293-8d63-46ed-b185-5bd7df401543} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6298 | 2025.07.18 19:19:16.610823 [ 4 ] {55fec293-8d63-46ed-b185-5bd7df401543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6299 | 2025.07.18 19:19:16.610839 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
6300 | 2025.07.18 19:19:16.611149 [ 4 ] {55fec293-8d63-46ed-b185-5bd7df401543} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6301 | 2025.07.18 19:19:16.611376 [ 4 ] {55fec293-8d63-46ed-b185-5bd7df401543} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6302 | 2025.07.18 19:19:16.611512 [ 4 ] {55fec293-8d63-46ed-b185-5bd7df401543} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001159 sec., 51768.766177739424 rows/sec., 3.49 MiB/sec. | ||
6303 | 2025.07.18 19:19:16.611547 [ 4 ] {55fec293-8d63-46ed-b185-5bd7df401543} <Debug> TCPHandler: Processed in 0.001334751 sec. | ||
6304 | 2025.07.18 19:19:16.616114 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18587 rows, containing 5 columns (5 merged, 0 gathered) in 0.005938551 sec., 3129888.082126431 rows/sec., 209.43 MiB/sec. | ||
6305 | 2025.07.18 19:19:16.616412 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6306 | 2025.07.18 19:19:16.616754 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6307 | 2025.07.18 19:19:16.616834 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6308 | 2025.07.18 19:19:16.616932 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.21 MiB. | ||
6309 | 2025.07.18 19:19:17.000212 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 252.34 MiB, peak 258.54 MiB, free memory in arenas 0.00 B, will set to 254.32 MiB (RSS), difference: 1.98 MiB | ||
6310 | 2025.07.18 19:19:18.086342 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
6311 | 2025.07.18 19:19:18.086998 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6312 | 2025.07.18 19:19:18.087052 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6313 | 2025.07.18 19:19:18.087617 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6314 | 2025.07.18 19:19:18.087892 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6315 | 2025.07.18 19:19:18.088052 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
6316 | 2025.07.18 19:19:18.912084 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 | ||
6317 | 2025.07.18 19:19:18.928514 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6318 | 2025.07.18 19:19:18.928573 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6319 | 2025.07.18 19:19:18.934307 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6320 | 2025.07.18 19:19:18.934998 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6321 | 2025.07.18 19:19:18.937798 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
6322 | 2025.07.18 19:19:20.618019 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 878 | ||
6323 | 2025.07.18 19:19:20.620466 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6324 | 2025.07.18 19:19:20.620509 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6325 | 2025.07.18 19:19:20.621663 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6326 | 2025.07.18 19:19:20.621918 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6327 | 2025.07.18 19:19:20.622166 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 878 | ||
6328 | 2025.07.18 19:19:21.965263 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6329 | 2025.07.18 19:19:21.965436 [ 4 ] {056e83d2-5b4c-42c9-825e-dfe734cfc480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
6330 | 2025.07.18 19:19:21.965496 [ 4 ] {056e83d2-5b4c-42c9-825e-dfe734cfc480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
6331 | 2025.07.18 19:19:21.966342 [ 4 ] {056e83d2-5b4c-42c9-825e-dfe734cfc480} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6332 | 2025.07.18 19:19:21.966379 [ 4 ] {056e83d2-5b4c-42c9-825e-dfe734cfc480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6333 | 2025.07.18 19:19:21.966775 [ 4 ] {056e83d2-5b4c-42c9-825e-dfe734cfc480} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6334 | 2025.07.18 19:19:21.966999 [ 4 ] {056e83d2-5b4c-42c9-825e-dfe734cfc480} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6335 | 2025.07.18 19:19:21.967151 [ 4 ] {056e83d2-5b4c-42c9-825e-dfe734cfc480} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001763 sec., 222348.26999432786 rows/sec., 14.11 MiB/sec. | ||
6336 | 2025.07.18 19:19:21.967192 [ 4 ] {056e83d2-5b4c-42c9-825e-dfe734cfc480} <Debug> TCPHandler: Processed in 0.002055452 sec. | ||
6337 | 2025.07.18 19:19:21.967324 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6338 | 2025.07.18 19:19:21.967420 [ 4 ] {6cb5087d-12e6-43ca-b774-abc9ac22dab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6339 | 2025.07.18 19:19:21.967461 [ 4 ] {6cb5087d-12e6-43ca-b774-abc9ac22dab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6340 | 2025.07.18 19:19:21.968445 [ 4 ] {6cb5087d-12e6-43ca-b774-abc9ac22dab2} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6341 | 2025.07.18 19:19:21.968480 [ 4 ] {6cb5087d-12e6-43ca-b774-abc9ac22dab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6342 | 2025.07.18 19:19:21.968849 [ 4 ] {6cb5087d-12e6-43ca-b774-abc9ac22dab2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6343 | 2025.07.18 19:19:21.969061 [ 4 ] {6cb5087d-12e6-43ca-b774-abc9ac22dab2} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6344 | 2025.07.18 19:19:21.969184 [ 4 ] {6cb5087d-12e6-43ca-b774-abc9ac22dab2} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001783 sec., 644419.5176668536 rows/sec., 51.43 MiB/sec. | ||
6345 | 2025.07.18 19:19:21.969219 [ 4 ] {6cb5087d-12e6-43ca-b774-abc9ac22dab2} <Debug> TCPHandler: Processed in 0.00194528 sec. | ||
6346 | 2025.07.18 19:19:21.969350 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6347 | 2025.07.18 19:19:21.969445 [ 4 ] {31c3882a-dfde-4edf-8fb2-a3b8886bfd06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6348 | 2025.07.18 19:19:21.969484 [ 4 ] {31c3882a-dfde-4edf-8fb2-a3b8886bfd06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6349 | 2025.07.18 19:19:21.970009 [ 4 ] {31c3882a-dfde-4edf-8fb2-a3b8886bfd06} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6350 | 2025.07.18 19:19:21.970046 [ 4 ] {31c3882a-dfde-4edf-8fb2-a3b8886bfd06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6351 | 2025.07.18 19:19:21.970358 [ 4 ] {31c3882a-dfde-4edf-8fb2-a3b8886bfd06} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6352 | 2025.07.18 19:19:21.970562 [ 4 ] {31c3882a-dfde-4edf-8fb2-a3b8886bfd06} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6353 | 2025.07.18 19:19:21.970688 [ 4 ] {31c3882a-dfde-4edf-8fb2-a3b8886bfd06} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001261 sec., 187946.0745440127 rows/sec., 11.51 MiB/sec. | ||
6354 | 2025.07.18 19:19:21.970725 [ 4 ] {31c3882a-dfde-4edf-8fb2-a3b8886bfd06} <Debug> TCPHandler: Processed in 0.001432612 sec. | ||
6355 | 2025.07.18 19:19:21.970844 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6356 | 2025.07.18 19:19:21.970938 [ 4 ] {fea77813-58ac-4531-a5e4-2e75bd86e52d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
6357 | 2025.07.18 19:19:21.970977 [ 4 ] {fea77813-58ac-4531-a5e4-2e75bd86e52d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6358 | 2025.07.18 19:19:21.971452 [ 4 ] {fea77813-58ac-4531-a5e4-2e75bd86e52d} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6359 | 2025.07.18 19:19:21.971488 [ 4 ] {fea77813-58ac-4531-a5e4-2e75bd86e52d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6360 | 2025.07.18 19:19:21.971798 [ 4 ] {fea77813-58ac-4531-a5e4-2e75bd86e52d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6361 | 2025.07.18 19:19:21.972005 [ 4 ] {fea77813-58ac-4531-a5e4-2e75bd86e52d} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6362 | 2025.07.18 19:19:21.972131 [ 4 ] {fea77813-58ac-4531-a5e4-2e75bd86e52d} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001212 sec., 167491.7491749175 rows/sec., 10.80 MiB/sec. | ||
6363 | 2025.07.18 19:19:21.972176 [ 4 ] {fea77813-58ac-4531-a5e4-2e75bd86e52d} <Debug> TCPHandler: Processed in 0.001386722 sec. | ||
6364 | 2025.07.18 19:19:21.972287 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6365 | 2025.07.18 19:19:21.972379 [ 4 ] {b1ad2e43-30f3-4e5e-bae6-c5e8adba9be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
6366 | 2025.07.18 19:19:21.972419 [ 4 ] {b1ad2e43-30f3-4e5e-bae6-c5e8adba9be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6367 | 2025.07.18 19:19:21.972864 [ 4 ] {b1ad2e43-30f3-4e5e-bae6-c5e8adba9be0} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6368 | 2025.07.18 19:19:21.972899 [ 4 ] {b1ad2e43-30f3-4e5e-bae6-c5e8adba9be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6369 | 2025.07.18 19:19:21.973213 [ 4 ] {b1ad2e43-30f3-4e5e-bae6-c5e8adba9be0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6370 | 2025.07.18 19:19:21.973419 [ 4 ] {b1ad2e43-30f3-4e5e-bae6-c5e8adba9be0} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6371 | 2025.07.18 19:19:21.973543 [ 4 ] {b1ad2e43-30f3-4e5e-bae6-c5e8adba9be0} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001182 sec., 170896.78510998306 rows/sec., 9.71 MiB/sec. | ||
6372 | 2025.07.18 19:19:21.973580 [ 4 ] {b1ad2e43-30f3-4e5e-bae6-c5e8adba9be0} <Debug> TCPHandler: Processed in 0.001341831 sec. | ||
6373 | 2025.07.18 19:19:21.973693 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6374 | 2025.07.18 19:19:21.973787 [ 4 ] {9a6ff12e-cc7a-4d93-be29-02a531863691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6375 | 2025.07.18 19:19:21.973826 [ 4 ] {9a6ff12e-cc7a-4d93-be29-02a531863691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6376 | 2025.07.18 19:19:21.974456 [ 4 ] {9a6ff12e-cc7a-4d93-be29-02a531863691} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6377 | 2025.07.18 19:19:21.974493 [ 4 ] {9a6ff12e-cc7a-4d93-be29-02a531863691} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6378 | 2025.07.18 19:19:21.974810 [ 4 ] {9a6ff12e-cc7a-4d93-be29-02a531863691} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6379 | 2025.07.18 19:19:21.975022 [ 4 ] {9a6ff12e-cc7a-4d93-be29-02a531863691} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6380 | 2025.07.18 19:19:21.975148 [ 4 ] {9a6ff12e-cc7a-4d93-be29-02a531863691} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001379 sec., 502538.07106598985 rows/sec., 35.30 MiB/sec. | ||
6381 | 2025.07.18 19:19:21.975185 [ 4 ] {9a6ff12e-cc7a-4d93-be29-02a531863691} <Debug> TCPHandler: Processed in 0.001540054 sec. | ||
6382 | 2025.07.18 19:19:21.975299 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6383 | 2025.07.18 19:19:21.975393 [ 4 ] {e58ed50b-c06f-422e-a119-3aafb48de76c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
6384 | 2025.07.18 19:19:21.975435 [ 4 ] {e58ed50b-c06f-422e-a119-3aafb48de76c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6385 | 2025.07.18 19:19:21.975768 [ 4 ] {e58ed50b-c06f-422e-a119-3aafb48de76c} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6386 | 2025.07.18 19:19:21.975804 [ 4 ] {e58ed50b-c06f-422e-a119-3aafb48de76c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6387 | 2025.07.18 19:19:21.976112 [ 4 ] {e58ed50b-c06f-422e-a119-3aafb48de76c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6388 | 2025.07.18 19:19:21.976323 [ 4 ] {e58ed50b-c06f-422e-a119-3aafb48de76c} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6389 | 2025.07.18 19:19:21.976446 [ 4 ] {e58ed50b-c06f-422e-a119-3aafb48de76c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001072 sec., 5597.014925373134 rows/sec., 292.42 KiB/sec. | ||
6390 | 2025.07.18 19:19:21.976482 [ 4 ] {e58ed50b-c06f-422e-a119-3aafb48de76c} <Debug> TCPHandler: Processed in 0.001231359 sec. | ||
6391 | 2025.07.18 19:19:21.976591 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6392 | 2025.07.18 19:19:21.976686 [ 4 ] {b2296e5c-7f23-4297-b4a4-68d3b342f8e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6393 | 2025.07.18 19:19:21.976728 [ 4 ] {b2296e5c-7f23-4297-b4a4-68d3b342f8e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6394 | 2025.07.18 19:19:21.977167 [ 4 ] {b2296e5c-7f23-4297-b4a4-68d3b342f8e5} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6395 | 2025.07.18 19:19:21.977203 [ 4 ] {b2296e5c-7f23-4297-b4a4-68d3b342f8e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6396 | 2025.07.18 19:19:21.977525 [ 4 ] {b2296e5c-7f23-4297-b4a4-68d3b342f8e5} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6397 | 2025.07.18 19:19:21.977741 [ 4 ] {b2296e5c-7f23-4297-b4a4-68d3b342f8e5} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6398 | 2025.07.18 19:19:21.977866 [ 4 ] {b2296e5c-7f23-4297-b4a4-68d3b342f8e5} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001198 sec., 256260.43405676127 rows/sec., 16.86 MiB/sec. | ||
6399 | 2025.07.18 19:19:21.977902 [ 4 ] {b2296e5c-7f23-4297-b4a4-68d3b342f8e5} <Debug> TCPHandler: Processed in 0.001358191 sec. | ||
6400 | 2025.07.18 19:19:21.978012 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6401 | 2025.07.18 19:19:21.978107 [ 4 ] {2ffc179f-4964-468a-b27f-4fd4a10c68af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
6402 | 2025.07.18 19:19:21.978149 [ 4 ] {2ffc179f-4964-468a-b27f-4fd4a10c68af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6403 | 2025.07.18 19:19:21.978462 [ 4 ] {2ffc179f-4964-468a-b27f-4fd4a10c68af} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6404 | 2025.07.18 19:19:21.978498 [ 4 ] {2ffc179f-4964-468a-b27f-4fd4a10c68af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6405 | 2025.07.18 19:19:21.978783 [ 4 ] {2ffc179f-4964-468a-b27f-4fd4a10c68af} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6406 | 2025.07.18 19:19:21.979021 [ 4 ] {2ffc179f-4964-468a-b27f-4fd4a10c68af} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6407 | 2025.07.18 19:19:21.979153 [ 4 ] {2ffc179f-4964-468a-b27f-4fd4a10c68af} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001063 sec., 940.7337723424272 rows/sec., 63.39 KiB/sec. | ||
6408 | 2025.07.18 19:19:21.979188 [ 4 ] {2ffc179f-4964-468a-b27f-4fd4a10c68af} <Debug> TCPHandler: Processed in 0.00122531 sec. | ||
6409 | 2025.07.18 19:19:21.979304 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6410 | 2025.07.18 19:19:21.979413 [ 4 ] {b4f7c44f-3384-4e61-8991-864d89b81c12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6411 | 2025.07.18 19:19:21.979474 [ 4 ] {b4f7c44f-3384-4e61-8991-864d89b81c12} <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 | ||
6412 | 2025.07.18 19:19:21.980323 [ 4 ] {b4f7c44f-3384-4e61-8991-864d89b81c12} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6413 | 2025.07.18 19:19:21.980362 [ 4 ] {b4f7c44f-3384-4e61-8991-864d89b81c12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6414 | 2025.07.18 19:19:21.980899 [ 4 ] {b4f7c44f-3384-4e61-8991-864d89b81c12} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6415 | 2025.07.18 19:19:21.981136 [ 4 ] {b4f7c44f-3384-4e61-8991-864d89b81c12} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6416 | 2025.07.18 19:19:21.981268 [ 4 ] {b4f7c44f-3384-4e61-8991-864d89b81c12} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001873 sec., 21890.01601708489 rows/sec., 39.23 MiB/sec. | ||
6417 | 2025.07.18 19:19:21.981321 [ 4 ] {b4f7c44f-3384-4e61-8991-864d89b81c12} <Debug> TCPHandler: Processed in 0.002066291 sec. | ||
6418 | 2025.07.18 19:19:21.981442 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6419 | 2025.07.18 19:19:21.981537 [ 4 ] {9d5edaf5-6c4e-46c2-a7cc-fd94a2e8e8f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6420 | 2025.07.18 19:19:21.981578 [ 4 ] {9d5edaf5-6c4e-46c2-a7cc-fd94a2e8e8f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6421 | 2025.07.18 19:19:21.981908 [ 4 ] {9d5edaf5-6c4e-46c2-a7cc-fd94a2e8e8f3} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6422 | 2025.07.18 19:19:21.981944 [ 4 ] {9d5edaf5-6c4e-46c2-a7cc-fd94a2e8e8f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6423 | 2025.07.18 19:19:21.982247 [ 4 ] {9d5edaf5-6c4e-46c2-a7cc-fd94a2e8e8f3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6424 | 2025.07.18 19:19:21.982455 [ 4 ] {9d5edaf5-6c4e-46c2-a7cc-fd94a2e8e8f3} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6425 | 2025.07.18 19:19:21.982561 [ 121 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6426 | 2025.07.18 19:19:21.982581 [ 4 ] {9d5edaf5-6c4e-46c2-a7cc-fd94a2e8e8f3} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001062 sec., 96045.197740113 rows/sec., 5.90 MiB/sec. | ||
6427 | 2025.07.18 19:19:21.982627 [ 121 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6428 | 2025.07.18 19:19:21.982633 [ 4 ] {9d5edaf5-6c4e-46c2-a7cc-fd94a2e8e8f3} <Debug> TCPHandler: Processed in 0.00123939 sec. | ||
6429 | 2025.07.18 19:19:21.982656 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
6430 | 2025.07.18 19:19:21.982763 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
6431 | 2025.07.18 19:19:21.982888 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6432 | 2025.07.18 19:19:21.982927 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 3120 rows starting from the beginning of the part | ||
6433 | 2025.07.18 19:19:21.982996 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 102 rows starting from the beginning of the part | ||
6434 | 2025.07.18 19:19:21.983051 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
6435 | 2025.07.18 19:19:21.983098 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 102 rows starting from the beginning of the part | ||
6436 | 2025.07.18 19:19:21.983142 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
6437 | 2025.07.18 19:19:21.983189 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 102 rows starting from the beginning of the part | ||
6438 | 2025.07.18 19:19:21.984466 [ 196 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3546 rows, containing 4 columns (4 merged, 0 gathered) in 0.001744446 sec., 2032737.0408714286 rows/sec., 129.10 MiB/sec. | ||
6439 | 2025.07.18 19:19:21.984797 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6440 | 2025.07.18 19:19:21.985083 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_46_9} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6441 | 2025.07.18 19:19:21.985148 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_46_9} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6442 | 2025.07.18 19:19:21.985212 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
6443 | 2025.07.18 19:19:25.461447 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6444 | 2025.07.18 19:19:25.461510 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6445 | 2025.07.18 19:19:25.588185 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
6446 | 2025.07.18 19:19:25.588678 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6447 | 2025.07.18 19:19:25.588722 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6448 | 2025.07.18 19:19:25.589238 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6449 | 2025.07.18 19:19:25.589517 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6450 | 2025.07.18 19:19:25.589656 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
6451 | 2025.07.18 19:19:26.437920 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 | ||
6452 | 2025.07.18 19:19:26.454677 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6453 | 2025.07.18 19:19:26.454733 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6454 | 2025.07.18 19:19:26.460800 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6455 | 2025.07.18 19:19:26.461515 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6456 | 2025.07.18 19:19:26.464308 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 256 | ||
6457 | 2025.07.18 19:19:26.952573 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6458 | 2025.07.18 19:19:26.952733 [ 4 ] {7abe8b04-1b9b-4668-b494-d1c29af385b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6459 | 2025.07.18 19:19:26.952792 [ 4 ] {7abe8b04-1b9b-4668-b494-d1c29af385b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6460 | 2025.07.18 19:19:26.953524 [ 4 ] {7abe8b04-1b9b-4668-b494-d1c29af385b9} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6461 | 2025.07.18 19:19:26.953560 [ 4 ] {7abe8b04-1b9b-4668-b494-d1c29af385b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6462 | 2025.07.18 19:19:26.953934 [ 4 ] {7abe8b04-1b9b-4668-b494-d1c29af385b9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6463 | 2025.07.18 19:19:26.954162 [ 4 ] {7abe8b04-1b9b-4668-b494-d1c29af385b9} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6464 | 2025.07.18 19:19:26.954307 [ 4 ] {7abe8b04-1b9b-4668-b494-d1c29af385b9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001575 sec., 35555.555555555555 rows/sec., 2.73 MiB/sec. | ||
6465 | 2025.07.18 19:19:26.954349 [ 4 ] {7abe8b04-1b9b-4668-b494-d1c29af385b9} <Debug> TCPHandler: Processed in 0.001857759 sec. | ||
6466 | 2025.07.18 19:19:26.954477 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6467 | 2025.07.18 19:19:26.954572 [ 4 ] {a491d05b-09e2-4a92-9eb0-9e73ee643308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6468 | 2025.07.18 19:19:26.954612 [ 4 ] {a491d05b-09e2-4a92-9eb0-9e73ee643308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6469 | 2025.07.18 19:19:26.955044 [ 4 ] {a491d05b-09e2-4a92-9eb0-9e73ee643308} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6470 | 2025.07.18 19:19:26.955085 [ 4 ] {a491d05b-09e2-4a92-9eb0-9e73ee643308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6471 | 2025.07.18 19:19:26.955400 [ 4 ] {a491d05b-09e2-4a92-9eb0-9e73ee643308} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6472 | 2025.07.18 19:19:26.955611 [ 4 ] {a491d05b-09e2-4a92-9eb0-9e73ee643308} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6473 | 2025.07.18 19:19:26.955736 [ 4 ] {a491d05b-09e2-4a92-9eb0-9e73ee643308} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001183 sec., 54099.74640743872 rows/sec., 4.22 MiB/sec. | ||
6474 | 2025.07.18 19:19:26.955772 [ 4 ] {a491d05b-09e2-4a92-9eb0-9e73ee643308} <Debug> TCPHandler: Processed in 0.001344551 sec. | ||
6475 | 2025.07.18 19:19:26.955893 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6476 | 2025.07.18 19:19:26.955986 [ 4 ] {8dc93265-4b7c-4158-a038-186bbe859bc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6477 | 2025.07.18 19:19:26.956029 [ 4 ] {8dc93265-4b7c-4158-a038-186bbe859bc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6478 | 2025.07.18 19:19:26.956477 [ 4 ] {8dc93265-4b7c-4158-a038-186bbe859bc9} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6479 | 2025.07.18 19:19:26.956511 [ 4 ] {8dc93265-4b7c-4158-a038-186bbe859bc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6480 | 2025.07.18 19:19:26.956852 [ 4 ] {8dc93265-4b7c-4158-a038-186bbe859bc9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6481 | 2025.07.18 19:19:26.957055 [ 4 ] {8dc93265-4b7c-4158-a038-186bbe859bc9} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6482 | 2025.07.18 19:19:26.957188 [ 4 ] {8dc93265-4b7c-4158-a038-186bbe859bc9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. | ||
6483 | 2025.07.18 19:19:26.957223 [ 4 ] {8dc93265-4b7c-4158-a038-186bbe859bc9} <Debug> TCPHandler: Processed in 0.001378771 sec. | ||
6484 | 2025.07.18 19:19:26.957336 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6485 | 2025.07.18 19:19:26.957429 [ 4 ] {3892a167-fb11-4b34-b1c8-0ea76e075bca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6486 | 2025.07.18 19:19:26.957470 [ 4 ] {3892a167-fb11-4b34-b1c8-0ea76e075bca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6487 | 2025.07.18 19:19:26.957802 [ 4 ] {3892a167-fb11-4b34-b1c8-0ea76e075bca} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6488 | 2025.07.18 19:19:26.957836 [ 4 ] {3892a167-fb11-4b34-b1c8-0ea76e075bca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6489 | 2025.07.18 19:19:26.958138 [ 4 ] {3892a167-fb11-4b34-b1c8-0ea76e075bca} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6490 | 2025.07.18 19:19:26.958346 [ 4 ] {3892a167-fb11-4b34-b1c8-0ea76e075bca} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6491 | 2025.07.18 19:19:26.958470 [ 4 ] {3892a167-fb11-4b34-b1c8-0ea76e075bca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. | ||
6492 | 2025.07.18 19:19:26.958504 [ 4 ] {3892a167-fb11-4b34-b1c8-0ea76e075bca} <Debug> TCPHandler: Processed in 0.001217219 sec. | ||
6493 | 2025.07.18 19:19:30.622432 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 908 | ||
6494 | 2025.07.18 19:19:30.624654 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6495 | 2025.07.18 19:19:30.624696 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6496 | 2025.07.18 19:19:30.625830 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6497 | 2025.07.18 19:19:30.626098 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6498 | 2025.07.18 19:19:30.626362 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 908 | ||
6499 | 2025.07.18 19:19:31.964853 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6500 | 2025.07.18 19:19:31.965033 [ 4 ] {12b68b1a-970e-4700-92a7-f6a53b9d3fed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
6501 | 2025.07.18 19:19:31.965102 [ 4 ] {12b68b1a-970e-4700-92a7-f6a53b9d3fed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
6502 | 2025.07.18 19:19:31.965940 [ 4 ] {12b68b1a-970e-4700-92a7-f6a53b9d3fed} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6503 | 2025.07.18 19:19:31.965994 [ 4 ] {12b68b1a-970e-4700-92a7-f6a53b9d3fed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6504 | 2025.07.18 19:19:31.966432 [ 4 ] {12b68b1a-970e-4700-92a7-f6a53b9d3fed} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6505 | 2025.07.18 19:19:31.966670 [ 4 ] {12b68b1a-970e-4700-92a7-f6a53b9d3fed} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6506 | 2025.07.18 19:19:31.966834 [ 4 ] {12b68b1a-970e-4700-92a7-f6a53b9d3fed} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001847 sec., 212236.05847319978 rows/sec., 13.47 MiB/sec. | ||
6507 | 2025.07.18 19:19:31.966883 [ 4 ] {12b68b1a-970e-4700-92a7-f6a53b9d3fed} <Debug> TCPHandler: Processed in 0.002157443 sec. | ||
6508 | 2025.07.18 19:19:31.967010 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6509 | 2025.07.18 19:19:31.967114 [ 4 ] {22943056-14a6-4ea6-9a92-025ab900a0b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
6510 | 2025.07.18 19:19:31.967166 [ 4 ] {22943056-14a6-4ea6-9a92-025ab900a0b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6511 | 2025.07.18 19:19:31.967589 [ 4 ] {22943056-14a6-4ea6-9a92-025ab900a0b9} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6512 | 2025.07.18 19:19:31.967625 [ 4 ] {22943056-14a6-4ea6-9a92-025ab900a0b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6513 | 2025.07.18 19:19:31.967930 [ 4 ] {22943056-14a6-4ea6-9a92-025ab900a0b9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6514 | 2025.07.18 19:19:31.968159 [ 4 ] {22943056-14a6-4ea6-9a92-025ab900a0b9} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6515 | 2025.07.18 19:19:31.968298 [ 4 ] {22943056-14a6-4ea6-9a92-025ab900a0b9} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001207 sec., 9942.004971002485 rows/sec., 810.70 KiB/sec. | ||
6516 | 2025.07.18 19:19:31.968337 [ 4 ] {22943056-14a6-4ea6-9a92-025ab900a0b9} <Debug> TCPHandler: Processed in 0.001378351 sec. | ||
6517 | 2025.07.18 19:19:31.968455 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6518 | 2025.07.18 19:19:31.968551 [ 4 ] {d4380715-a56c-4f53-94ce-bfbd8468a8c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6519 | 2025.07.18 19:19:31.968592 [ 4 ] {d4380715-a56c-4f53-94ce-bfbd8468a8c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6520 | 2025.07.18 19:19:31.969553 [ 4 ] {d4380715-a56c-4f53-94ce-bfbd8468a8c7} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6521 | 2025.07.18 19:19:31.969589 [ 4 ] {d4380715-a56c-4f53-94ce-bfbd8468a8c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6522 | 2025.07.18 19:19:31.969975 [ 4 ] {d4380715-a56c-4f53-94ce-bfbd8468a8c7} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6523 | 2025.07.18 19:19:31.970193 [ 4 ] {d4380715-a56c-4f53-94ce-bfbd8468a8c7} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6524 | 2025.07.18 19:19:31.970321 [ 4 ] {d4380715-a56c-4f53-94ce-bfbd8468a8c7} <Debug> executeQuery: Read 1155 rows, 94.34 KiB in 0.00179 sec., 645251.3966480447 rows/sec., 51.47 MiB/sec. | ||
6525 | 2025.07.18 19:19:31.970359 [ 4 ] {d4380715-a56c-4f53-94ce-bfbd8468a8c7} <Debug> TCPHandler: Processed in 0.00195331 sec. | ||
6526 | 2025.07.18 19:19:31.970484 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6527 | 2025.07.18 19:19:31.970578 [ 4 ] {862ba403-f206-4167-89a3-d5d0bd0045b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6528 | 2025.07.18 19:19:31.970619 [ 4 ] {862ba403-f206-4167-89a3-d5d0bd0045b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6529 | 2025.07.18 19:19:31.971147 [ 4 ] {862ba403-f206-4167-89a3-d5d0bd0045b4} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6530 | 2025.07.18 19:19:31.971188 [ 4 ] {862ba403-f206-4167-89a3-d5d0bd0045b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6531 | 2025.07.18 19:19:31.971502 [ 4 ] {862ba403-f206-4167-89a3-d5d0bd0045b4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6532 | 2025.07.18 19:19:31.971719 [ 4 ] {862ba403-f206-4167-89a3-d5d0bd0045b4} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6533 | 2025.07.18 19:19:31.971850 [ 111 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
6534 | 2025.07.18 19:19:31.971879 [ 4 ] {862ba403-f206-4167-89a3-d5d0bd0045b4} <Debug> executeQuery: Read 249 rows, 15.70 KiB in 0.001319 sec., 188779.37831690675 rows/sec., 11.62 MiB/sec. | ||
6535 | 2025.07.18 19:19:31.971886 [ 111 ] {} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6536 | 2025.07.18 19:19:31.971912 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6537 | 2025.07.18 19:19:31.971918 [ 4 ] {862ba403-f206-4167-89a3-d5d0bd0045b4} <Debug> TCPHandler: Processed in 0.001483852 sec. | ||
6538 | 2025.07.18 19:19:31.972023 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::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 | ||
6539 | 2025.07.18 19:19:31.972039 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6540 | 2025.07.18 19:19:31.972155 [ 4 ] {ab3e2662-a75c-4389-9ba6-06254183c471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
6541 | 2025.07.18 19:19:31.972162 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6542 | 2025.07.18 19:19:31.972202 [ 4 ] {ab3e2662-a75c-4389-9ba6-06254183c471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6543 | 2025.07.18 19:19:31.972211 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 253 rows starting from the beginning of the part | ||
6544 | 2025.07.18 19:19:31.972291 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 241 rows starting from the beginning of the part | ||
6545 | 2025.07.18 19:19:31.972335 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part | ||
6546 | 2025.07.18 19:19:31.972376 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
6547 | 2025.07.18 19:19:31.972415 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
6548 | 2025.07.18 19:19:31.972453 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 249 rows starting from the beginning of the part | ||
6549 | 2025.07.18 19:19:31.972729 [ 4 ] {ab3e2662-a75c-4389-9ba6-06254183c471} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6550 | 2025.07.18 19:19:31.972771 [ 4 ] {ab3e2662-a75c-4389-9ba6-06254183c471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6551 | 2025.07.18 19:19:31.973210 [ 4 ] {ab3e2662-a75c-4389-9ba6-06254183c471} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6552 | 2025.07.18 19:19:31.973433 [ 4 ] {ab3e2662-a75c-4389-9ba6-06254183c471} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6553 | 2025.07.18 19:19:31.973559 [ 4 ] {ab3e2662-a75c-4389-9ba6-06254183c471} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001423 sec., 142656.3598032326 rows/sec., 9.20 MiB/sec. | ||
6554 | 2025.07.18 19:19:31.973598 [ 4 ] {ab3e2662-a75c-4389-9ba6-06254183c471} <Debug> TCPHandler: Processed in 0.001607174 sec. | ||
6555 | 2025.07.18 19:19:31.973608 [ 186 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1219 rows, containing 5 columns (5 merged, 0 gathered) in 0.001633775 sec., 746124.772382978 rows/sec., 48.68 MiB/sec. | ||
6556 | 2025.07.18 19:19:31.973715 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6557 | 2025.07.18 19:19:31.973815 [ 4 ] {be892784-f9da-4fe2-af64-db3530ba7d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
6558 | 2025.07.18 19:19:31.973830 [ 196 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
6559 | 2025.07.18 19:19:31.973854 [ 4 ] {be892784-f9da-4fe2-af64-db3530ba7d35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6560 | 2025.07.18 19:19:31.974161 [ 196 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6561 | 2025.07.18 19:19:31.974248 [ 196 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
6562 | 2025.07.18 19:19:31.974326 [ 4 ] {be892784-f9da-4fe2-af64-db3530ba7d35} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6563 | 2025.07.18 19:19:31.974349 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
6564 | 2025.07.18 19:19:31.974365 [ 4 ] {be892784-f9da-4fe2-af64-db3530ba7d35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6565 | 2025.07.18 19:19:31.974669 [ 4 ] {be892784-f9da-4fe2-af64-db3530ba7d35} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6566 | 2025.07.18 19:19:31.974869 [ 4 ] {be892784-f9da-4fe2-af64-db3530ba7d35} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6567 | 2025.07.18 19:19:31.974997 [ 4 ] {be892784-f9da-4fe2-af64-db3530ba7d35} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001199 sec., 168473.72810675565 rows/sec., 9.57 MiB/sec. | ||
6568 | 2025.07.18 19:19:31.975034 [ 4 ] {be892784-f9da-4fe2-af64-db3530ba7d35} <Debug> TCPHandler: Processed in 0.001365212 sec. | ||
6569 | 2025.07.18 19:19:31.975147 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6570 | 2025.07.18 19:19:31.975252 [ 4 ] {ed039801-dce0-4563-917e-e786d362e85b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6571 | 2025.07.18 19:19:31.975289 [ 4 ] {ed039801-dce0-4563-917e-e786d362e85b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6572 | 2025.07.18 19:19:31.975944 [ 4 ] {ed039801-dce0-4563-917e-e786d362e85b} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6573 | 2025.07.18 19:19:31.975978 [ 4 ] {ed039801-dce0-4563-917e-e786d362e85b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6574 | 2025.07.18 19:19:31.976311 [ 4 ] {ed039801-dce0-4563-917e-e786d362e85b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6575 | 2025.07.18 19:19:31.976509 [ 4 ] {ed039801-dce0-4563-917e-e786d362e85b} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6576 | 2025.07.18 19:19:31.976629 [ 4 ] {ed039801-dce0-4563-917e-e786d362e85b} <Debug> executeQuery: Read 705 rows, 50.83 KiB in 0.001395 sec., 505376.34408602153 rows/sec., 35.58 MiB/sec. | ||
6577 | 2025.07.18 19:19:31.976664 [ 4 ] {ed039801-dce0-4563-917e-e786d362e85b} <Debug> TCPHandler: Processed in 0.001564515 sec. | ||
6578 | 2025.07.18 19:19:31.976780 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6579 | 2025.07.18 19:19:31.976871 [ 4 ] {70882bef-462f-454d-8387-24e77e839921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
6580 | 2025.07.18 19:19:31.976912 [ 4 ] {70882bef-462f-454d-8387-24e77e839921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6581 | 2025.07.18 19:19:31.977238 [ 4 ] {70882bef-462f-454d-8387-24e77e839921} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6582 | 2025.07.18 19:19:31.977271 [ 4 ] {70882bef-462f-454d-8387-24e77e839921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6583 | 2025.07.18 19:19:31.977564 [ 4 ] {70882bef-462f-454d-8387-24e77e839921} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6584 | 2025.07.18 19:19:31.977754 [ 4 ] {70882bef-462f-454d-8387-24e77e839921} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6585 | 2025.07.18 19:19:31.977876 [ 4 ] {70882bef-462f-454d-8387-24e77e839921} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001022 sec., 5870.841487279844 rows/sec., 306.73 KiB/sec. | ||
6586 | 2025.07.18 19:19:31.977910 [ 4 ] {70882bef-462f-454d-8387-24e77e839921} <Debug> TCPHandler: Processed in 0.001177508 sec. | ||
6587 | 2025.07.18 19:19:31.978028 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6588 | 2025.07.18 19:19:31.978119 [ 4 ] {5e76cadd-a275-4a24-9bd7-47b19966ba21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6589 | 2025.07.18 19:19:31.978176 [ 4 ] {5e76cadd-a275-4a24-9bd7-47b19966ba21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6590 | 2025.07.18 19:19:31.978635 [ 4 ] {5e76cadd-a275-4a24-9bd7-47b19966ba21} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6591 | 2025.07.18 19:19:31.978668 [ 4 ] {5e76cadd-a275-4a24-9bd7-47b19966ba21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6592 | 2025.07.18 19:19:31.978980 [ 4 ] {5e76cadd-a275-4a24-9bd7-47b19966ba21} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6593 | 2025.07.18 19:19:31.979183 [ 4 ] {5e76cadd-a275-4a24-9bd7-47b19966ba21} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6594 | 2025.07.18 19:19:31.979306 [ 4 ] {5e76cadd-a275-4a24-9bd7-47b19966ba21} <Debug> executeQuery: Read 313 rows, 21.10 KiB in 0.001204 sec., 259966.77740863786 rows/sec., 17.12 MiB/sec. | ||
6595 | 2025.07.18 19:19:31.979341 [ 4 ] {5e76cadd-a275-4a24-9bd7-47b19966ba21} <Debug> TCPHandler: Processed in 0.001359901 sec. | ||
6596 | 2025.07.18 19:19:31.979454 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6597 | 2025.07.18 19:19:31.979545 [ 4 ] {9159eeee-3e9b-4779-9ac8-03cfb1fae35b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
6598 | 2025.07.18 19:19:31.979585 [ 4 ] {9159eeee-3e9b-4779-9ac8-03cfb1fae35b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6599 | 2025.07.18 19:19:31.979896 [ 4 ] {9159eeee-3e9b-4779-9ac8-03cfb1fae35b} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6600 | 2025.07.18 19:19:31.979928 [ 4 ] {9159eeee-3e9b-4779-9ac8-03cfb1fae35b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6601 | 2025.07.18 19:19:31.980212 [ 4 ] {9159eeee-3e9b-4779-9ac8-03cfb1fae35b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6602 | 2025.07.18 19:19:31.980407 [ 4 ] {9159eeee-3e9b-4779-9ac8-03cfb1fae35b} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6603 | 2025.07.18 19:19:31.980527 [ 4 ] {9159eeee-3e9b-4779-9ac8-03cfb1fae35b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.000999 sec., 1001.0010010010009 rows/sec., 67.45 KiB/sec. | ||
6604 | 2025.07.18 19:19:31.980560 [ 4 ] {9159eeee-3e9b-4779-9ac8-03cfb1fae35b} <Debug> TCPHandler: Processed in 0.001152677 sec. | ||
6605 | 2025.07.18 19:19:31.980672 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6606 | 2025.07.18 19:19:31.980763 [ 4 ] {d8ba41d6-c0dc-48f3-9fc0-c8c752845f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6607 | 2025.07.18 19:19:31.980814 [ 4 ] {d8ba41d6-c0dc-48f3-9fc0-c8c752845f94} <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 | ||
6608 | 2025.07.18 19:19:31.981668 [ 4 ] {d8ba41d6-c0dc-48f3-9fc0-c8c752845f94} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6609 | 2025.07.18 19:19:31.981702 [ 4 ] {d8ba41d6-c0dc-48f3-9fc0-c8c752845f94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6610 | 2025.07.18 19:19:31.982267 [ 4 ] {d8ba41d6-c0dc-48f3-9fc0-c8c752845f94} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6611 | 2025.07.18 19:19:31.982476 [ 4 ] {d8ba41d6-c0dc-48f3-9fc0-c8c752845f94} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6612 | 2025.07.18 19:19:31.982603 [ 4 ] {d8ba41d6-c0dc-48f3-9fc0-c8c752845f94} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001858 sec., 22066.73842841765 rows/sec., 39.54 MiB/sec. | ||
6613 | 2025.07.18 19:19:31.982654 [ 4 ] {d8ba41d6-c0dc-48f3-9fc0-c8c752845f94} <Debug> TCPHandler: Processed in 0.002028582 sec. | ||
6614 | 2025.07.18 19:19:31.982772 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6615 | 2025.07.18 19:19:31.982864 [ 4 ] {d6f23e30-9f3c-4a1b-9381-bf6e1ebd1f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6616 | 2025.07.18 19:19:31.982904 [ 4 ] {d6f23e30-9f3c-4a1b-9381-bf6e1ebd1f55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6617 | 2025.07.18 19:19:31.983241 [ 4 ] {d6f23e30-9f3c-4a1b-9381-bf6e1ebd1f55} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6618 | 2025.07.18 19:19:31.983275 [ 4 ] {d6f23e30-9f3c-4a1b-9381-bf6e1ebd1f55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6619 | 2025.07.18 19:19:31.983562 [ 4 ] {d6f23e30-9f3c-4a1b-9381-bf6e1ebd1f55} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6620 | 2025.07.18 19:19:31.983759 [ 4 ] {d6f23e30-9f3c-4a1b-9381-bf6e1ebd1f55} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6621 | 2025.07.18 19:19:31.983878 [ 4 ] {d6f23e30-9f3c-4a1b-9381-bf6e1ebd1f55} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001032 sec., 98837.20930232559 rows/sec., 6.07 MiB/sec. | ||
6622 | 2025.07.18 19:19:31.983912 [ 4 ] {d6f23e30-9f3c-4a1b-9381-bf6e1ebd1f55} <Debug> TCPHandler: Processed in 0.001186338 sec. | ||
6623 | 2025.07.18 19:19:33.089854 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
6624 | 2025.07.18 19:19:33.090433 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6625 | 2025.07.18 19:19:33.090479 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6626 | 2025.07.18 19:19:33.090981 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6627 | 2025.07.18 19:19:33.091228 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6628 | 2025.07.18 19:19:33.091382 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
6629 | 2025.07.18 19:19:33.964495 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 | ||
6630 | 2025.07.18 19:19:33.981584 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6631 | 2025.07.18 19:19:33.981645 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6632 | 2025.07.18 19:19:33.987751 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6633 | 2025.07.18 19:19:33.988447 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6634 | 2025.07.18 19:19:33.991400 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
6635 | 2025.07.18 19:19:36.952808 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6636 | 2025.07.18 19:19:36.953006 [ 4 ] {fba49a11-7979-411f-ab99-c65eb6ee6b68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6637 | 2025.07.18 19:19:36.953073 [ 4 ] {fba49a11-7979-411f-ab99-c65eb6ee6b68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6638 | 2025.07.18 19:19:36.953746 [ 4 ] {fba49a11-7979-411f-ab99-c65eb6ee6b68} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6639 | 2025.07.18 19:19:36.953791 [ 4 ] {fba49a11-7979-411f-ab99-c65eb6ee6b68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6640 | 2025.07.18 19:19:36.954186 [ 4 ] {fba49a11-7979-411f-ab99-c65eb6ee6b68} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6641 | 2025.07.18 19:19:36.954419 [ 4 ] {fba49a11-7979-411f-ab99-c65eb6ee6b68} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6642 | 2025.07.18 19:19:36.954575 [ 4 ] {fba49a11-7979-411f-ab99-c65eb6ee6b68} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001622 sec., 34525.2774352651 rows/sec., 2.65 MiB/sec. | ||
6643 | 2025.07.18 19:19:36.954620 [ 4 ] {fba49a11-7979-411f-ab99-c65eb6ee6b68} <Debug> TCPHandler: Processed in 0.00193825 sec. | ||
6644 | 2025.07.18 19:19:36.954742 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6645 | 2025.07.18 19:19:36.954844 [ 4 ] {50d81176-e70b-47f8-a787-1606f2f79dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6646 | 2025.07.18 19:19:36.954887 [ 4 ] {50d81176-e70b-47f8-a787-1606f2f79dae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6647 | 2025.07.18 19:19:36.955329 [ 4 ] {50d81176-e70b-47f8-a787-1606f2f79dae} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6648 | 2025.07.18 19:19:36.955364 [ 4 ] {50d81176-e70b-47f8-a787-1606f2f79dae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6649 | 2025.07.18 19:19:36.955672 [ 4 ] {50d81176-e70b-47f8-a787-1606f2f79dae} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6650 | 2025.07.18 19:19:36.955893 [ 4 ] {50d81176-e70b-47f8-a787-1606f2f79dae} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6651 | 2025.07.18 19:19:36.956021 [ 4 ] {50d81176-e70b-47f8-a787-1606f2f79dae} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001199 sec., 53377.81484570476 rows/sec., 4.17 MiB/sec. | ||
6652 | 2025.07.18 19:19:36.956058 [ 4 ] {50d81176-e70b-47f8-a787-1606f2f79dae} <Debug> TCPHandler: Processed in 0.001367971 sec. | ||
6653 | 2025.07.18 19:19:36.956174 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6654 | 2025.07.18 19:19:36.956280 [ 4 ] {417a73c2-5f80-4e98-bef2-d31f91907021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6655 | 2025.07.18 19:19:36.956325 [ 4 ] {417a73c2-5f80-4e98-bef2-d31f91907021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6656 | 2025.07.18 19:19:36.956744 [ 4 ] {417a73c2-5f80-4e98-bef2-d31f91907021} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6657 | 2025.07.18 19:19:36.956779 [ 4 ] {417a73c2-5f80-4e98-bef2-d31f91907021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6658 | 2025.07.18 19:19:36.957109 [ 4 ] {417a73c2-5f80-4e98-bef2-d31f91907021} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6659 | 2025.07.18 19:19:36.957328 [ 4 ] {417a73c2-5f80-4e98-bef2-d31f91907021} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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.18 19:19:36.957457 [ 4 ] {417a73c2-5f80-4e98-bef2-d31f91907021} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001205 sec., 132780.08298755187 rows/sec., 9.25 MiB/sec. | ||
6661 | 2025.07.18 19:19:36.957493 [ 4 ] {417a73c2-5f80-4e98-bef2-d31f91907021} <Debug> TCPHandler: Processed in 0.001370811 sec. | ||
6662 | 2025.07.18 19:19:36.957603 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6663 | 2025.07.18 19:19:36.957697 [ 4 ] {02f4b8d5-4c45-4ee4-b414-c6a5f69066d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6664 | 2025.07.18 19:19:36.957738 [ 4 ] {02f4b8d5-4c45-4ee4-b414-c6a5f69066d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6665 | 2025.07.18 19:19:36.958073 [ 4 ] {02f4b8d5-4c45-4ee4-b414-c6a5f69066d2} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6666 | 2025.07.18 19:19:36.958106 [ 4 ] {02f4b8d5-4c45-4ee4-b414-c6a5f69066d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6667 | 2025.07.18 19:19:36.958418 [ 4 ] {02f4b8d5-4c45-4ee4-b414-c6a5f69066d2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6668 | 2025.07.18 19:19:36.958620 [ 4 ] {02f4b8d5-4c45-4ee4-b414-c6a5f69066d2} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6669 | 2025.07.18 19:19:36.958748 [ 4 ] {02f4b8d5-4c45-4ee4-b414-c6a5f69066d2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. | ||
6670 | 2025.07.18 19:19:36.958782 [ 4 ] {02f4b8d5-4c45-4ee4-b414-c6a5f69066d2} <Debug> TCPHandler: Processed in 0.001229009 sec. | ||
6671 | 2025.07.18 19:19:40.461555 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6672 | 2025.07.18 19:19:40.461611 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6673 | 2025.07.18 19:19:40.591591 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
6674 | 2025.07.18 19:19:40.592279 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6675 | 2025.07.18 19:19:40.592350 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6676 | 2025.07.18 19:19:40.593023 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6677 | 2025.07.18 19:19:40.593261 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6678 | 2025.07.18 19:19:40.593391 [ 100 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6679 | 2025.07.18 19:19:40.593396 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
6680 | 2025.07.18 19:19:40.593430 [ 100 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6681 | 2025.07.18 19:19:40.593451 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6682 | 2025.07.18 19:19:40.593546 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
6683 | 2025.07.18 19:19:40.593646 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6684 | 2025.07.18 19:19:40.593683 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part | ||
6685 | 2025.07.18 19:19:40.593745 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part | ||
6686 | 2025.07.18 19:19:40.593796 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part | ||
6687 | 2025.07.18 19:19:40.593847 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part | ||
6688 | 2025.07.18 19:19:40.593892 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part | ||
6689 | 2025.07.18 19:19:40.593940 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part | ||
6690 | 2025.07.18 19:19:40.596045 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.002533759 sec., 6524298.483004895 rows/sec., 93.33 MiB/sec. | ||
6691 | 2025.07.18 19:19:40.596252 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6692 | 2025.07.18 19:19:40.596749 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_36_7} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6693 | 2025.07.18 19:19:40.596855 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_36_7} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6694 | 2025.07.18 19:19:40.596984 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
6695 | 2025.07.18 19:19:40.626687 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 940 | ||
6696 | 2025.07.18 19:19:40.628928 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6697 | 2025.07.18 19:19:40.628972 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6698 | 2025.07.18 19:19:40.630142 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6699 | 2025.07.18 19:19:40.630408 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6700 | 2025.07.18 19:19:40.630565 [ 100 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6701 | 2025.07.18 19:19:40.630620 [ 100 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6702 | 2025.07.18 19:19:40.630651 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6703 | 2025.07.18 19:19:40.630667 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 940 | ||
6704 | 2025.07.18 19:19:40.630756 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
6705 | 2025.07.18 19:19:40.631235 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6706 | 2025.07.18 19:19:40.631381 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 780 rows starting from the beginning of the part | ||
6707 | 2025.07.18 19:19:40.631742 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part | ||
6708 | 2025.07.18 19:19:40.632070 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part | ||
6709 | 2025.07.18 19:19:40.632390 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part | ||
6710 | 2025.07.18 19:19:40.632718 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part | ||
6711 | 2025.07.18 19:19:40.633050 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
6712 | 2025.07.18 19:19:40.638734 [ 188 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 940 rows, containing 72 columns (72 merged, 0 gathered) in 0.008020874 sec., 117194.21100493537 rows/sec., 95.58 MiB/sec. | ||
6713 | 2025.07.18 19:19:40.640179 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6714 | 2025.07.18 19:19:40.640766 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_26_5} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6715 | 2025.07.18 19:19:40.640846 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_26_5} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6716 | 2025.07.18 19:19:40.641075 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
6717 | 2025.07.18 19:19:41.491548 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 | ||
6718 | 2025.07.18 19:19:41.509248 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6719 | 2025.07.18 19:19:41.509298 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6720 | 2025.07.18 19:19:41.514744 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6721 | 2025.07.18 19:19:41.515418 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6722 | 2025.07.18 19:19:41.515729 [ 98 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6723 | 2025.07.18 19:19:41.515803 [ 98 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6724 | 2025.07.18 19:19:41.515828 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6725 | 2025.07.18 19:19:41.515962 [ 199 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
6726 | 2025.07.18 19:19:41.518418 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 271 | ||
6727 | 2025.07.18 19:19:41.519857 [ 199 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6728 | 2025.07.18 19:19:41.521273 [ 199 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
6729 | 2025.07.18 19:19:41.525869 [ 199 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
6730 | 2025.07.18 19:19:41.530537 [ 199 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
6731 | 2025.07.18 19:19:41.535212 [ 199 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
6732 | 2025.07.18 19:19:41.539380 [ 199 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
6733 | 2025.07.18 19:19:41.543236 [ 199 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 7 rows starting from the beginning of the part | ||
6734 | 2025.07.18 19:19:41.603354 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.087452624 sec., 3098.820682613251 rows/sec., 16.02 MiB/sec. | ||
6735 | 2025.07.18 19:19:41.606325 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6736 | 2025.07.18 19:19:41.608264 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_36_7} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6737 | 2025.07.18 19:19:41.608377 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_36_7} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6738 | 2025.07.18 19:19:41.610780 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
6739 | 2025.07.18 19:19:41.964302 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6740 | 2025.07.18 19:19:41.964476 [ 4 ] {63e9dfac-84f1-45a5-82d8-5e6bc5555201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
6741 | 2025.07.18 19:19:41.964541 [ 4 ] {63e9dfac-84f1-45a5-82d8-5e6bc5555201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
6742 | 2025.07.18 19:19:41.965308 [ 4 ] {63e9dfac-84f1-45a5-82d8-5e6bc5555201} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6743 | 2025.07.18 19:19:41.965356 [ 4 ] {63e9dfac-84f1-45a5-82d8-5e6bc5555201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6744 | 2025.07.18 19:19:41.965778 [ 4 ] {63e9dfac-84f1-45a5-82d8-5e6bc5555201} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6745 | 2025.07.18 19:19:41.966012 [ 4 ] {63e9dfac-84f1-45a5-82d8-5e6bc5555201} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6746 | 2025.07.18 19:19:41.966139 [ 98 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
6747 | 2025.07.18 19:19:41.966164 [ 4 ] {63e9dfac-84f1-45a5-82d8-5e6bc5555201} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001736 sec., 225806.45161290324 rows/sec., 14.33 MiB/sec. | ||
6748 | 2025.07.18 19:19:41.966200 [ 98 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6749 | 2025.07.18 19:19:41.966218 [ 4 ] {63e9dfac-84f1-45a5-82d8-5e6bc5555201} <Debug> TCPHandler: Processed in 0.002046061 sec. | ||
6750 | 2025.07.18 19:19:41.966230 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6751 | 2025.07.18 19:19:41.966345 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::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 | ||
6752 | 2025.07.18 19:19:41.966353 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6753 | 2025.07.18 19:19:41.966459 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6754 | 2025.07.18 19:19:41.966482 [ 4 ] {8eda3374-f20d-491a-993f-37ca1bd8a7a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6755 | 2025.07.18 19:19:41.966528 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 392 rows starting from the beginning of the part | ||
6756 | 2025.07.18 19:19:41.966562 [ 4 ] {8eda3374-f20d-491a-993f-37ca1bd8a7a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6757 | 2025.07.18 19:19:41.966588 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 392 rows starting from the beginning of the part | ||
6758 | 2025.07.18 19:19:41.966634 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 392 rows starting from the beginning of the part | ||
6759 | 2025.07.18 19:19:41.966678 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 392 rows starting from the beginning of the part | ||
6760 | 2025.07.18 19:19:41.966715 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 392 rows starting from the beginning of the part | ||
6761 | 2025.07.18 19:19:41.967352 [ 4 ] {8eda3374-f20d-491a-993f-37ca1bd8a7a3} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6762 | 2025.07.18 19:19:41.967387 [ 4 ] {8eda3374-f20d-491a-993f-37ca1bd8a7a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6763 | 2025.07.18 19:19:41.967640 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001347371 sec., 1454684.7156425365 rows/sec., 97.84 MiB/sec. | ||
6764 | 2025.07.18 19:19:41.967753 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
6765 | 2025.07.18 19:19:41.967980 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_25_6} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6766 | 2025.07.18 19:19:41.968010 [ 4 ] {8eda3374-f20d-491a-993f-37ca1bd8a7a3} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6767 | 2025.07.18 19:19:41.968044 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_25_6} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
6768 | 2025.07.18 19:19:41.968102 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
6769 | 2025.07.18 19:19:41.968220 [ 4 ] {8eda3374-f20d-491a-993f-37ca1bd8a7a3} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6770 | 2025.07.18 19:19:41.968350 [ 98 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6771 | 2025.07.18 19:19:41.968360 [ 4 ] {8eda3374-f20d-491a-993f-37ca1bd8a7a3} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001897 sec., 605693.1997891407 rows/sec., 48.34 MiB/sec. | ||
6772 | 2025.07.18 19:19:41.968392 [ 98 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6773 | 2025.07.18 19:19:41.968414 [ 4 ] {8eda3374-f20d-491a-993f-37ca1bd8a7a3} <Debug> TCPHandler: Processed in 0.002115613 sec. | ||
6774 | 2025.07.18 19:19:41.968419 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6775 | 2025.07.18 19:19:41.968517 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
6776 | 2025.07.18 19:19:41.968537 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6777 | 2025.07.18 19:19:41.968616 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6778 | 2025.07.18 19:19:41.968635 [ 4 ] {f276331d-a3a1-4442-900b-5b46547aa80f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
6779 | 2025.07.18 19:19:41.968646 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2298 rows starting from the beginning of the part | ||
6780 | 2025.07.18 19:19:41.968676 [ 4 ] {f276331d-a3a1-4442-900b-5b46547aa80f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6781 | 2025.07.18 19:19:41.968706 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1149 rows starting from the beginning of the part | ||
6782 | 2025.07.18 19:19:41.968752 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part | ||
6783 | 2025.07.18 19:19:41.968789 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1155 rows starting from the beginning of the part | ||
6784 | 2025.07.18 19:19:41.968827 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part | ||
6785 | 2025.07.18 19:19:41.968863 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1149 rows starting from the beginning of the part | ||
6786 | 2025.07.18 19:19:41.969138 [ 4 ] {f276331d-a3a1-4442-900b-5b46547aa80f} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6787 | 2025.07.18 19:19:41.969173 [ 4 ] {f276331d-a3a1-4442-900b-5b46547aa80f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6788 | 2025.07.18 19:19:41.969488 [ 4 ] {f276331d-a3a1-4442-900b-5b46547aa80f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6789 | 2025.07.18 19:19:41.969717 [ 4 ] {f276331d-a3a1-4442-900b-5b46547aa80f} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6790 | 2025.07.18 19:19:41.969849 [ 4 ] {f276331d-a3a1-4442-900b-5b46547aa80f} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001233 sec., 192214.11192214114 rows/sec., 11.77 MiB/sec. | ||
6791 | 2025.07.18 19:19:41.969888 [ 4 ] {f276331d-a3a1-4442-900b-5b46547aa80f} <Debug> TCPHandler: Processed in 0.001400271 sec. | ||
6792 | 2025.07.18 19:19:41.969998 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6793 | 2025.07.18 19:19:41.970092 [ 4 ] {df64ceff-5907-488b-86c3-554956c02ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
6794 | 2025.07.18 19:19:41.970132 [ 4 ] {df64ceff-5907-488b-86c3-554956c02ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6795 | 2025.07.18 19:19:41.970589 [ 4 ] {df64ceff-5907-488b-86c3-554956c02ffd} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6796 | 2025.07.18 19:19:41.970627 [ 4 ] {df64ceff-5907-488b-86c3-554956c02ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6797 | 2025.07.18 19:19:41.970776 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5863 rows, containing 5 columns (5 merged, 0 gathered) in 0.002296355 sec., 2553176.6647578445 rows/sec., 214.76 MiB/sec. | ||
6798 | 2025.07.18 19:19:41.971024 [ 4 ] {df64ceff-5907-488b-86c3-554956c02ffd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6799 | 2025.07.18 19:19:41.971157 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6800 | 2025.07.18 19:19:41.971247 [ 4 ] {df64ceff-5907-488b-86c3-554956c02ffd} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6801 | 2025.07.18 19:19:41.971363 [ 98 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_22_5 to all_27_27_0 | ||
6802 | 2025.07.18 19:19:41.971390 [ 4 ] {df64ceff-5907-488b-86c3-554956c02ffd} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001315 sec., 154372.6235741445 rows/sec., 9.96 MiB/sec. | ||
6803 | 2025.07.18 19:19:41.971401 [ 98 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6804 | 2025.07.18 19:19:41.971434 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6805 | 2025.07.18 19:19:41.971435 [ 4 ] {df64ceff-5907-488b-86c3-554956c02ffd} <Debug> TCPHandler: Processed in 0.001487133 sec. | ||
6806 | 2025.07.18 19:19:41.971436 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6807 | 2025.07.18 19:19:41.971535 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6808 | 2025.07.18 19:19:41.971540 [ 193 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_22_5 to all_27_27_0 into Compact with storage Full | ||
6809 | 2025.07.18 19:19:41.971557 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6810 | 2025.07.18 19:19:41.971605 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
6811 | 2025.07.18 19:19:41.971672 [ 4 ] {626cedf2-e940-4c65-984d-4601ac3d0059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
6812 | 2025.07.18 19:19:41.971678 [ 193 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6813 | 2025.07.18 19:19:41.971715 [ 4 ] {626cedf2-e940-4c65-984d-4601ac3d0059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6814 | 2025.07.18 19:19:41.971725 [ 193 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 431 rows starting from the beginning of the part | ||
6815 | 2025.07.18 19:19:41.971803 [ 193 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 203 rows starting from the beginning of the part | ||
6816 | 2025.07.18 19:19:41.971852 [ 193 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 228 rows starting from the beginning of the part | ||
6817 | 2025.07.18 19:19:41.971895 [ 193 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 203 rows starting from the beginning of the part | ||
6818 | 2025.07.18 19:19:41.971934 [ 193 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 203 rows starting from the beginning of the part | ||
6819 | 2025.07.18 19:19:41.971972 [ 193 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 203 rows starting from the beginning of the part | ||
6820 | 2025.07.18 19:19:41.972150 [ 4 ] {626cedf2-e940-4c65-984d-4601ac3d0059} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6821 | 2025.07.18 19:19:41.972191 [ 4 ] {626cedf2-e940-4c65-984d-4601ac3d0059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6822 | 2025.07.18 19:19:41.972539 [ 4 ] {626cedf2-e940-4c65-984d-4601ac3d0059} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6823 | 2025.07.18 19:19:41.972759 [ 4 ] {626cedf2-e940-4c65-984d-4601ac3d0059} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6824 | 2025.07.18 19:19:41.972863 [ 98 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
6825 | 2025.07.18 19:19:41.972885 [ 4 ] {626cedf2-e940-4c65-984d-4601ac3d0059} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.00123 sec., 164227.64227642276 rows/sec., 9.33 MiB/sec. | ||
6826 | 2025.07.18 19:19:41.972896 [ 98 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6827 | 2025.07.18 19:19:41.972926 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6828 | 2025.07.18 19:19:41.972928 [ 4 ] {626cedf2-e940-4c65-984d-4601ac3d0059} <Debug> TCPHandler: Processed in 0.001421942 sec. | ||
6829 | 2025.07.18 19:19:41.972977 [ 192 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001485223 sec., 990423.6602853579 rows/sec., 68.65 MiB/sec. | ||
6830 | 2025.07.18 19:19:41.973001 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::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 | ||
6831 | 2025.07.18 19:19:41.973050 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6832 | 2025.07.18 19:19:41.973095 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6833 | 2025.07.18 19:19:41.973125 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 202 rows starting from the beginning of the part | ||
6834 | 2025.07.18 19:19:41.973148 [ 4 ] {6aa74624-0996-4a88-928b-a49ad4064c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6835 | 2025.07.18 19:19:41.973170 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 202 rows starting from the beginning of the part | ||
6836 | 2025.07.18 19:19:41.973179 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
6837 | 2025.07.18 19:19:41.973193 [ 4 ] {6aa74624-0996-4a88-928b-a49ad4064c40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6838 | 2025.07.18 19:19:41.973213 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 202 rows starting from the beginning of the part | ||
6839 | 2025.07.18 19:19:41.973251 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 202 rows starting from the beginning of the part | ||
6840 | 2025.07.18 19:19:41.973288 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 202 rows starting from the beginning of the part | ||
6841 | 2025.07.18 19:19:41.973531 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6842 | 2025.07.18 19:19:41.973616 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_22_5, all_27_27_0] -> all_1_27_6 | ||
6843 | 2025.07.18 19:19:41.973698 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
6844 | 2025.07.18 19:19:41.973802 [ 4 ] {6aa74624-0996-4a88-928b-a49ad4064c40} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6845 | 2025.07.18 19:19:41.973838 [ 4 ] {6aa74624-0996-4a88-928b-a49ad4064c40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6846 | 2025.07.18 19:19:41.974021 [ 192 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001048286 sec., 963477.5242634166 rows/sec., 58.40 MiB/sec. | ||
6847 | 2025.07.18 19:19:41.974146 [ 195 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
6848 | 2025.07.18 19:19:41.974175 [ 4 ] {6aa74624-0996-4a88-928b-a49ad4064c40} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6849 | 2025.07.18 19:19:41.974389 [ 195 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_25_6} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6850 | 2025.07.18 19:19:41.974405 [ 4 ] {6aa74624-0996-4a88-928b-a49ad4064c40} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6851 | 2025.07.18 19:19:41.974450 [ 195 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_25_6} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
6852 | 2025.07.18 19:19:41.974517 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
6853 | 2025.07.18 19:19:41.974529 [ 98 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6854 | 2025.07.18 19:19:41.974531 [ 4 ] {6aa74624-0996-4a88-928b-a49ad4064c40} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.0014 sec., 495000 rows/sec., 34.77 MiB/sec. | ||
6855 | 2025.07.18 19:19:41.974566 [ 98 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6856 | 2025.07.18 19:19:41.974590 [ 4 ] {6aa74624-0996-4a88-928b-a49ad4064c40} <Debug> TCPHandler: Processed in 0.001590735 sec. | ||
6857 | 2025.07.18 19:19:41.974591 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6858 | 2025.07.18 19:19:41.974677 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
6859 | 2025.07.18 19:19:41.974707 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6860 | 2025.07.18 19:19:41.974757 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6861 | 2025.07.18 19:19:41.974784 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1185 rows starting from the beginning of the part | ||
6862 | 2025.07.18 19:19:41.974805 [ 4 ] {2670d11d-3bc8-416e-8ff5-4b8db0828298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
6863 | 2025.07.18 19:19:41.974828 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 693 rows starting from the beginning of the part | ||
6864 | 2025.07.18 19:19:41.974852 [ 4 ] {2670d11d-3bc8-416e-8ff5-4b8db0828298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6865 | 2025.07.18 19:19:41.974870 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part | ||
6866 | 2025.07.18 19:19:41.974909 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 705 rows starting from the beginning of the part | ||
6867 | 2025.07.18 19:19:41.974947 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part | ||
6868 | 2025.07.18 19:19:41.974981 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 693 rows starting from the beginning of the part | ||
6869 | 2025.07.18 19:19:41.975186 [ 4 ] {2670d11d-3bc8-416e-8ff5-4b8db0828298} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6870 | 2025.07.18 19:19:41.975225 [ 4 ] {2670d11d-3bc8-416e-8ff5-4b8db0828298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6871 | 2025.07.18 19:19:41.975566 [ 4 ] {2670d11d-3bc8-416e-8ff5-4b8db0828298} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6872 | 2025.07.18 19:19:41.975774 [ 4 ] {2670d11d-3bc8-416e-8ff5-4b8db0828298} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6873 | 2025.07.18 19:19:41.975906 [ 4 ] {2670d11d-3bc8-416e-8ff5-4b8db0828298} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00112 sec., 5357.142857142858 rows/sec., 279.89 KiB/sec. | ||
6874 | 2025.07.18 19:19:41.975943 [ 4 ] {2670d11d-3bc8-416e-8ff5-4b8db0828298} <Debug> TCPHandler: Processed in 0.001286329 sec. | ||
6875 | 2025.07.18 19:19:41.976048 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6876 | 2025.07.18 19:19:41.976142 [ 4 ] {9a63b9a1-a4f2-4052-b3e9-f04c7858a4b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6877 | 2025.07.18 19:19:41.976175 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3404 rows, containing 5 columns (5 merged, 0 gathered) in 0.001526153 sec., 2230444.7850248306 rows/sec., 167.09 MiB/sec. | ||
6878 | 2025.07.18 19:19:41.976184 [ 4 ] {9a63b9a1-a4f2-4052-b3e9-f04c7858a4b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6879 | 2025.07.18 19:19:41.976377 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6880 | 2025.07.18 19:19:41.976627 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6881 | 2025.07.18 19:19:41.976637 [ 4 ] {9a63b9a1-a4f2-4052-b3e9-f04c7858a4b9} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6882 | 2025.07.18 19:19:41.976679 [ 4 ] {9a63b9a1-a4f2-4052-b3e9-f04c7858a4b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6883 | 2025.07.18 19:19:41.976703 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6884 | 2025.07.18 19:19:41.976780 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
6885 | 2025.07.18 19:19:41.977058 [ 4 ] {9a63b9a1-a4f2-4052-b3e9-f04c7858a4b9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6886 | 2025.07.18 19:19:41.977279 [ 4 ] {9a63b9a1-a4f2-4052-b3e9-f04c7858a4b9} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6887 | 2025.07.18 19:19:41.977390 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6888 | 2025.07.18 19:19:41.977411 [ 4 ] {9a63b9a1-a4f2-4052-b3e9-f04c7858a4b9} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001286 sec., 238724.72783825817 rows/sec., 15.70 MiB/sec. | ||
6889 | 2025.07.18 19:19:41.977424 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6890 | 2025.07.18 19:19:41.977452 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6891 | 2025.07.18 19:19:41.977455 [ 4 ] {9a63b9a1-a4f2-4052-b3e9-f04c7858a4b9} <Debug> TCPHandler: Processed in 0.001457213 sec. | ||
6892 | 2025.07.18 19:19:41.977540 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
6893 | 2025.07.18 19:19:41.977573 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6894 | 2025.07.18 19:19:41.977672 [ 4 ] {66e99011-f991-48d8-a84b-adee9de98704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
6895 | 2025.07.18 19:19:41.977680 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6896 | 2025.07.18 19:19:41.977716 [ 4 ] {66e99011-f991-48d8-a84b-adee9de98704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6897 | 2025.07.18 19:19:41.977725 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 18587 rows starting from the beginning of the part | ||
6898 | 2025.07.18 19:19:41.977801 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 307 rows starting from the beginning of the part | ||
6899 | 2025.07.18 19:19:41.977848 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
6900 | 2025.07.18 19:19:41.977894 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 313 rows starting from the beginning of the part | ||
6901 | 2025.07.18 19:19:41.977938 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part | ||
6902 | 2025.07.18 19:19:41.977980 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 307 rows starting from the beginning of the part | ||
6903 | 2025.07.18 19:19:41.978034 [ 4 ] {66e99011-f991-48d8-a84b-adee9de98704} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6904 | 2025.07.18 19:19:41.978073 [ 4 ] {66e99011-f991-48d8-a84b-adee9de98704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6905 | 2025.07.18 19:19:41.978427 [ 4 ] {66e99011-f991-48d8-a84b-adee9de98704} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6906 | 2025.07.18 19:19:41.978630 [ 4 ] {66e99011-f991-48d8-a84b-adee9de98704} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6907 | 2025.07.18 19:19:41.978734 [ 98 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
6908 | 2025.07.18 19:19:41.978763 [ 4 ] {66e99011-f991-48d8-a84b-adee9de98704} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001109 sec., 901.7132551848513 rows/sec., 60.76 KiB/sec. | ||
6909 | 2025.07.18 19:19:41.978764 [ 98 ] {} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6910 | 2025.07.18 19:19:41.978803 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6911 | 2025.07.18 19:19:41.978804 [ 4 ] {66e99011-f991-48d8-a84b-adee9de98704} <Debug> TCPHandler: Processed in 0.00128047 sec. | ||
6912 | 2025.07.18 19:19:41.978874 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
6913 | 2025.07.18 19:19:41.978922 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6914 | 2025.07.18 19:19:41.978954 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6915 | 2025.07.18 19:19:41.978984 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
6916 | 2025.07.18 19:19:41.979021 [ 4 ] {90288a4d-1ef1-4237-a960-9ece2cdd38af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
6917 | 2025.07.18 19:19:41.979027 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
6918 | 2025.07.18 19:19:41.979080 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
6919 | 2025.07.18 19:19:41.979083 [ 4 ] {90288a4d-1ef1-4237-a960-9ece2cdd38af} <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 | ||
6920 | 2025.07.18 19:19:41.979114 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
6921 | 2025.07.18 19:19:41.979149 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
6922 | 2025.07.18 19:19:41.979183 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
6923 | 2025.07.18 19:19:41.979921 [ 4 ] {90288a4d-1ef1-4237-a960-9ece2cdd38af} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6924 | 2025.07.18 19:19:41.979964 [ 4 ] {90288a4d-1ef1-4237-a960-9ece2cdd38af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6925 | 2025.07.18 19:19:41.980146 [ 190 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.0013021 sec., 19199.754243145686 rows/sec., 1.26 MiB/sec. | ||
6926 | 2025.07.18 19:19:41.980272 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
6927 | 2025.07.18 19:19:41.980606 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_25_5} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6928 | 2025.07.18 19:19:41.980674 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_25_5} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
6929 | 2025.07.18 19:19:41.980731 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
6930 | 2025.07.18 19:19:41.980853 [ 4 ] {90288a4d-1ef1-4237-a960-9ece2cdd38af} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6931 | 2025.07.18 19:19:41.981089 [ 4 ] {90288a4d-1ef1-4237-a960-9ece2cdd38af} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6932 | 2025.07.18 19:19:41.981231 [ 4 ] {90288a4d-1ef1-4237-a960-9ece2cdd38af} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002227 sec., 18410.41760215537 rows/sec., 32.99 MiB/sec. | ||
6933 | 2025.07.18 19:19:41.981294 [ 4 ] {90288a4d-1ef1-4237-a960-9ece2cdd38af} <Debug> TCPHandler: Processed in 0.002419957 sec. | ||
6934 | 2025.07.18 19:19:41.981406 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6935 | 2025.07.18 19:19:41.981500 [ 4 ] {a08d1839-cf4a-4c3d-b74c-38e49b1edd5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6936 | 2025.07.18 19:19:41.981541 [ 4 ] {a08d1839-cf4a-4c3d-b74c-38e49b1edd5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6937 | 2025.07.18 19:19:41.981861 [ 4 ] {a08d1839-cf4a-4c3d-b74c-38e49b1edd5b} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6938 | 2025.07.18 19:19:41.981898 [ 4 ] {a08d1839-cf4a-4c3d-b74c-38e49b1edd5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6939 | 2025.07.18 19:19:41.982204 [ 4 ] {a08d1839-cf4a-4c3d-b74c-38e49b1edd5b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6940 | 2025.07.18 19:19:41.982447 [ 4 ] {a08d1839-cf4a-4c3d-b74c-38e49b1edd5b} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6941 | 2025.07.18 19:19:41.982575 [ 4 ] {a08d1839-cf4a-4c3d-b74c-38e49b1edd5b} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001092 sec., 93406.5934065934 rows/sec., 5.74 MiB/sec. | ||
6942 | 2025.07.18 19:19:41.982611 [ 4 ] {a08d1839-cf4a-4c3d-b74c-38e49b1edd5b} <Debug> TCPHandler: Processed in 0.001254619 sec. | ||
6943 | 2025.07.18 19:19:41.984209 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19834 rows, containing 5 columns (5 merged, 0 gathered) in 0.006709393 sec., 2956154.155823038 rows/sec., 197.78 MiB/sec. | ||
6944 | 2025.07.18 19:19:41.984612 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6945 | 2025.07.18 19:19:41.984932 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6946 | 2025.07.18 19:19:41.985017 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6947 | 2025.07.18 19:19:41.985108 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
6948 | 2025.07.18 19:19:42.001102 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.06 MiB, peak 267.94 MiB, free memory in arenas 0.00 B, will set to 264.21 MiB (RSS), difference: 7.15 MiB | ||
6949 | 2025.07.18 19:19:46.596861 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6950 | 2025.07.18 19:19:46.597045 [ 4 ] {7ec05fa0-d264-42e5-bfce-76a1f77646e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
6951 | 2025.07.18 19:19:46.597107 [ 4 ] {7ec05fa0-d264-42e5-bfce-76a1f77646e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6952 | 2025.07.18 19:19:46.598394 [ 4 ] {7ec05fa0-d264-42e5-bfce-76a1f77646e6} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6953 | 2025.07.18 19:19:46.598431 [ 4 ] {7ec05fa0-d264-42e5-bfce-76a1f77646e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6954 | 2025.07.18 19:19:46.598940 [ 4 ] {7ec05fa0-d264-42e5-bfce-76a1f77646e6} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6955 | 2025.07.18 19:19:46.599174 [ 4 ] {7ec05fa0-d264-42e5-bfce-76a1f77646e6} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6956 | 2025.07.18 19:19:46.599330 [ 4 ] {7ec05fa0-d264-42e5-bfce-76a1f77646e6} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002334 sec., 512425.0214224507 rows/sec., 42.25 MiB/sec. | ||
6957 | 2025.07.18 19:19:46.599371 [ 4 ] {7ec05fa0-d264-42e5-bfce-76a1f77646e6} <Debug> TCPHandler: Processed in 0.002633341 sec. | ||
6958 | 2025.07.18 19:19:46.599488 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6959 | 2025.07.18 19:19:46.599584 [ 4 ] {4896bc33-86a0-40d0-8520-6b46cefa865d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
6960 | 2025.07.18 19:19:46.599625 [ 4 ] {4896bc33-86a0-40d0-8520-6b46cefa865d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6961 | 2025.07.18 19:19:46.600120 [ 4 ] {4896bc33-86a0-40d0-8520-6b46cefa865d} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6962 | 2025.07.18 19:19:46.600154 [ 4 ] {4896bc33-86a0-40d0-8520-6b46cefa865d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6963 | 2025.07.18 19:19:46.600463 [ 4 ] {4896bc33-86a0-40d0-8520-6b46cefa865d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6964 | 2025.07.18 19:19:46.600676 [ 4 ] {4896bc33-86a0-40d0-8520-6b46cefa865d} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6965 | 2025.07.18 19:19:46.600803 [ 4 ] {4896bc33-86a0-40d0-8520-6b46cefa865d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001238 sec., 184168.01292407108 rows/sec., 12.47 MiB/sec. | ||
6966 | 2025.07.18 19:19:46.600838 [ 4 ] {4896bc33-86a0-40d0-8520-6b46cefa865d} <Debug> TCPHandler: Processed in 0.001400771 sec. | ||
6967 | 2025.07.18 19:19:46.600939 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6968 | 2025.07.18 19:19:46.601032 [ 4 ] {a515ef9d-b725-4712-aa36-3b2985e8d7b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
6969 | 2025.07.18 19:19:46.601071 [ 4 ] {a515ef9d-b725-4712-aa36-3b2985e8d7b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6970 | 2025.07.18 19:19:46.601641 [ 4 ] {a515ef9d-b725-4712-aa36-3b2985e8d7b2} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6971 | 2025.07.18 19:19:46.601674 [ 4 ] {a515ef9d-b725-4712-aa36-3b2985e8d7b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6972 | 2025.07.18 19:19:46.601987 [ 4 ] {a515ef9d-b725-4712-aa36-3b2985e8d7b2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6973 | 2025.07.18 19:19:46.602210 [ 4 ] {a515ef9d-b725-4712-aa36-3b2985e8d7b2} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6974 | 2025.07.18 19:19:46.602345 [ 4 ] {a515ef9d-b725-4712-aa36-3b2985e8d7b2} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.00133 sec., 390977.44360902254 rows/sec., 28.93 MiB/sec. | ||
6975 | 2025.07.18 19:19:46.602381 [ 4 ] {a515ef9d-b725-4712-aa36-3b2985e8d7b2} <Debug> TCPHandler: Processed in 0.001490573 sec. | ||
6976 | 2025.07.18 19:19:46.602492 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6977 | 2025.07.18 19:19:46.602586 [ 4 ] {383dbe51-c095-4575-bf99-ff5459d8e49f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
6978 | 2025.07.18 19:19:46.602629 [ 4 ] {383dbe51-c095-4575-bf99-ff5459d8e49f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6979 | 2025.07.18 19:19:46.603236 [ 4 ] {383dbe51-c095-4575-bf99-ff5459d8e49f} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6980 | 2025.07.18 19:19:46.603269 [ 4 ] {383dbe51-c095-4575-bf99-ff5459d8e49f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6981 | 2025.07.18 19:19:46.603649 [ 4 ] {383dbe51-c095-4575-bf99-ff5459d8e49f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6982 | 2025.07.18 19:19:46.603863 [ 4 ] {383dbe51-c095-4575-bf99-ff5459d8e49f} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6983 | 2025.07.18 19:19:46.603989 [ 4 ] {383dbe51-c095-4575-bf99-ff5459d8e49f} <Debug> executeQuery: Read 1006 rows, 69.24 KiB in 0.001421 sec., 707952.1463757918 rows/sec., 47.59 MiB/sec. | ||
6984 | 2025.07.18 19:19:46.604024 [ 4 ] {383dbe51-c095-4575-bf99-ff5459d8e49f} <Debug> TCPHandler: Processed in 0.001581044 sec. | ||
6985 | 2025.07.18 19:19:46.604134 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6986 | 2025.07.18 19:19:46.604229 [ 4 ] {26ad7e35-9466-4ee8-8b73-542faa95f628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
6987 | 2025.07.18 19:19:46.604270 [ 4 ] {26ad7e35-9466-4ee8-8b73-542faa95f628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6988 | 2025.07.18 19:19:46.604618 [ 4 ] {26ad7e35-9466-4ee8-8b73-542faa95f628} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6989 | 2025.07.18 19:19:46.604652 [ 4 ] {26ad7e35-9466-4ee8-8b73-542faa95f628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6990 | 2025.07.18 19:19:46.604946 [ 4 ] {26ad7e35-9466-4ee8-8b73-542faa95f628} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6991 | 2025.07.18 19:19:46.605145 [ 4 ] {26ad7e35-9466-4ee8-8b73-542faa95f628} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6992 | 2025.07.18 19:19:46.605238 [ 91 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6993 | 2025.07.18 19:19:46.605271 [ 4 ] {26ad7e35-9466-4ee8-8b73-542faa95f628} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. | ||
6994 | 2025.07.18 19:19:46.605277 [ 91 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6995 | 2025.07.18 19:19:46.605307 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
6996 | 2025.07.18 19:19:46.605325 [ 4 ] {26ad7e35-9466-4ee8-8b73-542faa95f628} <Debug> TCPHandler: Processed in 0.001239389 sec. | ||
6997 | 2025.07.18 19:19:46.605423 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
6998 | 2025.07.18 19:19:46.605560 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6999 | 2025.07.18 19:19:46.605598 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3546 rows starting from the beginning of the part | ||
7000 | 2025.07.18 19:19:46.605660 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
7001 | 2025.07.18 19:19:46.605703 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 102 rows starting from the beginning of the part | ||
7002 | 2025.07.18 19:19:46.605746 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
7003 | 2025.07.18 19:19:46.605784 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 102 rows starting from the beginning of the part | ||
7004 | 2025.07.18 19:19:46.605821 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
7005 | 2025.07.18 19:19:46.607111 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3930 rows, containing 4 columns (4 merged, 0 gathered) in 0.001741147 sec., 2257132.798092292 rows/sec., 143.51 MiB/sec. | ||
7006 | 2025.07.18 19:19:46.607536 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7007 | 2025.07.18 19:19:46.607931 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_51_10} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7008 | 2025.07.18 19:19:46.608022 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_51_10} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7009 | 2025.07.18 19:19:46.608121 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
7010 | 2025.07.18 19:19:48.093500 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
7011 | 2025.07.18 19:19:48.094281 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7012 | 2025.07.18 19:19:48.094349 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
7013 | 2025.07.18 19:19:48.095055 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7014 | 2025.07.18 19:19:48.095414 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7015 | 2025.07.18 19:19:48.095596 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
7016 | 2025.07.18 19:19:49.018524 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 | ||
7017 | 2025.07.18 19:19:49.033934 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7018 | 2025.07.18 19:19:49.033983 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
7019 | 2025.07.18 19:19:49.039374 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7020 | 2025.07.18 19:19:49.040079 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7021 | 2025.07.18 19:19:49.042652 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
7022 | 2025.07.18 19:19:50.630892 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 972 | ||
7023 | 2025.07.18 19:19:50.633162 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7024 | 2025.07.18 19:19:50.633210 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7025 | 2025.07.18 19:19:50.634388 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7026 | 2025.07.18 19:19:50.634649 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7027 | 2025.07.18 19:19:50.634906 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 972 | ||
7028 | 2025.07.18 19:19:51.964990 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7029 | 2025.07.18 19:19:51.965162 [ 4 ] {bfd3d47d-bb79-4a37-9ffa-441147be750c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
7030 | 2025.07.18 19:19:51.965226 [ 4 ] {bfd3d47d-bb79-4a37-9ffa-441147be750c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
7031 | 2025.07.18 19:19:51.966057 [ 4 ] {bfd3d47d-bb79-4a37-9ffa-441147be750c} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7032 | 2025.07.18 19:19:51.966101 [ 4 ] {bfd3d47d-bb79-4a37-9ffa-441147be750c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7033 | 2025.07.18 19:19:51.966502 [ 4 ] {bfd3d47d-bb79-4a37-9ffa-441147be750c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
7034 | 2025.07.18 19:19:51.966718 [ 4 ] {bfd3d47d-bb79-4a37-9ffa-441147be750c} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7035 | 2025.07.18 19:19:51.966871 [ 4 ] {bfd3d47d-bb79-4a37-9ffa-441147be750c} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001757 sec., 223107.56972111552 rows/sec., 14.15 MiB/sec. | ||
7036 | 2025.07.18 19:19:51.966912 [ 4 ] {bfd3d47d-bb79-4a37-9ffa-441147be750c} <Debug> TCPHandler: Processed in 0.002043791 sec. | ||
7037 | 2025.07.18 19:19:51.967035 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7038 | 2025.07.18 19:19:51.967130 [ 4 ] {69cf32b3-003c-4508-8b5e-8cff3f3d5753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7039 | 2025.07.18 19:19:51.967170 [ 4 ] {69cf32b3-003c-4508-8b5e-8cff3f3d5753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7040 | 2025.07.18 19:19:51.968729 [ 4 ] {69cf32b3-003c-4508-8b5e-8cff3f3d5753} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7041 | 2025.07.18 19:19:51.968766 [ 4 ] {69cf32b3-003c-4508-8b5e-8cff3f3d5753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7042 | 2025.07.18 19:19:51.969152 [ 4 ] {69cf32b3-003c-4508-8b5e-8cff3f3d5753} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7043 | 2025.07.18 19:19:51.969355 [ 4 ] {69cf32b3-003c-4508-8b5e-8cff3f3d5753} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7044 | 2025.07.18 19:19:51.969488 [ 4 ] {69cf32b3-003c-4508-8b5e-8cff3f3d5753} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.002378 sec., 483179.142136249 rows/sec., 38.56 MiB/sec. | ||
7045 | 2025.07.18 19:19:51.969525 [ 4 ] {69cf32b3-003c-4508-8b5e-8cff3f3d5753} <Debug> TCPHandler: Processed in 0.002538359 sec. | ||
7046 | 2025.07.18 19:19:51.969639 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7047 | 2025.07.18 19:19:51.969732 [ 4 ] {fcb5ca57-6a79-41cc-939b-9505b3d40bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7048 | 2025.07.18 19:19:51.969772 [ 4 ] {fcb5ca57-6a79-41cc-939b-9505b3d40bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7049 | 2025.07.18 19:19:51.970294 [ 4 ] {fcb5ca57-6a79-41cc-939b-9505b3d40bef} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7050 | 2025.07.18 19:19:51.970330 [ 4 ] {fcb5ca57-6a79-41cc-939b-9505b3d40bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7051 | 2025.07.18 19:19:51.970633 [ 4 ] {fcb5ca57-6a79-41cc-939b-9505b3d40bef} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7052 | 2025.07.18 19:19:51.970855 [ 4 ] {fcb5ca57-6a79-41cc-939b-9505b3d40bef} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7053 | 2025.07.18 19:19:51.970980 [ 4 ] {fcb5ca57-6a79-41cc-939b-9505b3d40bef} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001267 sec., 187056.03788476717 rows/sec., 11.45 MiB/sec. | ||
7054 | 2025.07.18 19:19:51.971017 [ 4 ] {fcb5ca57-6a79-41cc-939b-9505b3d40bef} <Debug> TCPHandler: Processed in 0.001425252 sec. | ||
7055 | 2025.07.18 19:19:51.971128 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7056 | 2025.07.18 19:19:51.971220 [ 4 ] {73470182-1610-4d4e-aeba-b9b402046a51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7057 | 2025.07.18 19:19:51.971258 [ 4 ] {73470182-1610-4d4e-aeba-b9b402046a51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7058 | 2025.07.18 19:19:51.971751 [ 4 ] {73470182-1610-4d4e-aeba-b9b402046a51} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7059 | 2025.07.18 19:19:51.971788 [ 4 ] {73470182-1610-4d4e-aeba-b9b402046a51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7060 | 2025.07.18 19:19:51.972081 [ 4 ] {73470182-1610-4d4e-aeba-b9b402046a51} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7061 | 2025.07.18 19:19:51.972281 [ 4 ] {73470182-1610-4d4e-aeba-b9b402046a51} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7062 | 2025.07.18 19:19:51.972411 [ 4 ] {73470182-1610-4d4e-aeba-b9b402046a51} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001209 sec., 167907.36145574856 rows/sec., 10.83 MiB/sec. | ||
7063 | 2025.07.18 19:19:51.972448 [ 4 ] {73470182-1610-4d4e-aeba-b9b402046a51} <Debug> TCPHandler: Processed in 0.001366951 sec. | ||
7064 | 2025.07.18 19:19:51.972557 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7065 | 2025.07.18 19:19:51.972647 [ 4 ] {decfb069-946c-46d6-8f74-7124c72deb04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
7066 | 2025.07.18 19:19:51.972685 [ 4 ] {decfb069-946c-46d6-8f74-7124c72deb04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7067 | 2025.07.18 19:19:51.973150 [ 4 ] {decfb069-946c-46d6-8f74-7124c72deb04} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7068 | 2025.07.18 19:19:51.973186 [ 4 ] {decfb069-946c-46d6-8f74-7124c72deb04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7069 | 2025.07.18 19:19:51.973482 [ 4 ] {decfb069-946c-46d6-8f74-7124c72deb04} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
7070 | 2025.07.18 19:19:51.973680 [ 4 ] {decfb069-946c-46d6-8f74-7124c72deb04} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7071 | 2025.07.18 19:19:51.973802 [ 4 ] {decfb069-946c-46d6-8f74-7124c72deb04} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001172 sec., 172354.94880546074 rows/sec., 9.79 MiB/sec. | ||
7072 | 2025.07.18 19:19:51.973840 [ 4 ] {decfb069-946c-46d6-8f74-7124c72deb04} <Debug> TCPHandler: Processed in 0.001328971 sec. | ||
7073 | 2025.07.18 19:19:51.973953 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7074 | 2025.07.18 19:19:51.974043 [ 4 ] {9785eff5-3d60-462b-98d9-de86f5241463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7075 | 2025.07.18 19:19:51.974081 [ 4 ] {9785eff5-3d60-462b-98d9-de86f5241463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7076 | 2025.07.18 19:19:51.974783 [ 4 ] {9785eff5-3d60-462b-98d9-de86f5241463} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7077 | 2025.07.18 19:19:51.974819 [ 4 ] {9785eff5-3d60-462b-98d9-de86f5241463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7078 | 2025.07.18 19:19:51.975146 [ 4 ] {9785eff5-3d60-462b-98d9-de86f5241463} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7079 | 2025.07.18 19:19:51.975347 [ 4 ] {9785eff5-3d60-462b-98d9-de86f5241463} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7080 | 2025.07.18 19:19:51.975471 [ 4 ] {9785eff5-3d60-462b-98d9-de86f5241463} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001445 sec., 479584.77508650516 rows/sec., 33.69 MiB/sec. | ||
7081 | 2025.07.18 19:19:51.975507 [ 4 ] {9785eff5-3d60-462b-98d9-de86f5241463} <Debug> TCPHandler: Processed in 0.001600935 sec. | ||
7082 | 2025.07.18 19:19:51.975620 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7083 | 2025.07.18 19:19:51.975710 [ 4 ] {bbf3a931-a10a-4d2c-97c5-10ac21bc5cf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
7084 | 2025.07.18 19:19:51.975751 [ 4 ] {bbf3a931-a10a-4d2c-97c5-10ac21bc5cf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7085 | 2025.07.18 19:19:51.976080 [ 4 ] {bbf3a931-a10a-4d2c-97c5-10ac21bc5cf5} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7086 | 2025.07.18 19:19:51.976115 [ 4 ] {bbf3a931-a10a-4d2c-97c5-10ac21bc5cf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7087 | 2025.07.18 19:19:51.976423 [ 4 ] {bbf3a931-a10a-4d2c-97c5-10ac21bc5cf5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
7088 | 2025.07.18 19:19:51.976631 [ 4 ] {bbf3a931-a10a-4d2c-97c5-10ac21bc5cf5} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7089 | 2025.07.18 19:19:51.976732 [ 82 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
7090 | 2025.07.18 19:19:51.976755 [ 4 ] {bbf3a931-a10a-4d2c-97c5-10ac21bc5cf5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001062 sec., 5649.717514124293 rows/sec., 295.18 KiB/sec. | ||
7091 | 2025.07.18 19:19:51.976800 [ 82 ] {} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7092 | 2025.07.18 19:19:51.976807 [ 4 ] {bbf3a931-a10a-4d2c-97c5-10ac21bc5cf5} <Debug> TCPHandler: Processed in 0.001233699 sec. | ||
7093 | 2025.07.18 19:19:51.976827 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7094 | 2025.07.18 19:19:51.976928 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7095 | 2025.07.18 19:19:51.977063 [ 4 ] {4736d6e5-71cc-4896-9b99-1a79f917fd3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7096 | 2025.07.18 19:19:51.977078 [ 200 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
7097 | 2025.07.18 19:19:51.977104 [ 4 ] {4736d6e5-71cc-4896-9b99-1a79f917fd3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7098 | 2025.07.18 19:19:51.977231 [ 200 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7099 | 2025.07.18 19:19:51.977272 [ 200 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
7100 | 2025.07.18 19:19:51.977337 [ 200 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
7101 | 2025.07.18 19:19:51.977382 [ 200 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
7102 | 2025.07.18 19:19:51.977454 [ 200 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
7103 | 2025.07.18 19:19:51.977494 [ 200 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
7104 | 2025.07.18 19:19:51.977532 [ 200 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
7105 | 2025.07.18 19:19:51.977616 [ 4 ] {4736d6e5-71cc-4896-9b99-1a79f917fd3e} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7106 | 2025.07.18 19:19:51.977658 [ 4 ] {4736d6e5-71cc-4896-9b99-1a79f917fd3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7107 | 2025.07.18 19:19:51.978035 [ 4 ] {4736d6e5-71cc-4896-9b99-1a79f917fd3e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7108 | 2025.07.18 19:19:51.978257 [ 4 ] {4736d6e5-71cc-4896-9b99-1a79f917fd3e} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7109 | 2025.07.18 19:19:51.978324 [ 193 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.00130324 sec., 119701.6666155121 rows/sec., 6.11 MiB/sec. | ||
7110 | 2025.07.18 19:19:51.978384 [ 4 ] {4736d6e5-71cc-4896-9b99-1a79f917fd3e} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001339 sec., 229275.5787901419 rows/sec., 15.08 MiB/sec. | ||
7111 | 2025.07.18 19:19:51.978425 [ 4 ] {4736d6e5-71cc-4896-9b99-1a79f917fd3e} <Debug> TCPHandler: Processed in 0.001543914 sec. | ||
7112 | 2025.07.18 19:19:51.978528 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
7113 | 2025.07.18 19:19:51.978552 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7114 | 2025.07.18 19:19:51.978648 [ 4 ] {ce58f3d7-2284-42d6-8ec9-50d94a83096a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
7115 | 2025.07.18 19:19:51.978692 [ 4 ] {ce58f3d7-2284-42d6-8ec9-50d94a83096a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7116 | 2025.07.18 19:19:51.978854 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_26_5} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7117 | 2025.07.18 19:19:51.978940 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_26_5} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
7118 | 2025.07.18 19:19:51.979022 [ 4 ] {ce58f3d7-2284-42d6-8ec9-50d94a83096a} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7119 | 2025.07.18 19:19:51.979030 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
7120 | 2025.07.18 19:19:51.979066 [ 4 ] {ce58f3d7-2284-42d6-8ec9-50d94a83096a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7121 | 2025.07.18 19:19:51.979371 [ 4 ] {ce58f3d7-2284-42d6-8ec9-50d94a83096a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
7122 | 2025.07.18 19:19:51.979579 [ 4 ] {ce58f3d7-2284-42d6-8ec9-50d94a83096a} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7123 | 2025.07.18 19:19:51.979704 [ 4 ] {ce58f3d7-2284-42d6-8ec9-50d94a83096a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001074 sec., 931.0986964618248 rows/sec., 62.74 KiB/sec. | ||
7124 | 2025.07.18 19:19:51.979739 [ 4 ] {ce58f3d7-2284-42d6-8ec9-50d94a83096a} <Debug> TCPHandler: Processed in 0.001233819 sec. | ||
7125 | 2025.07.18 19:19:51.979858 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7126 | 2025.07.18 19:19:51.979948 [ 4 ] {6ab84855-3500-4f9f-8973-f3f5753369b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7127 | 2025.07.18 19:19:51.980000 [ 4 ] {6ab84855-3500-4f9f-8973-f3f5753369b7} <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 | ||
7128 | 2025.07.18 19:19:51.980829 [ 4 ] {6ab84855-3500-4f9f-8973-f3f5753369b7} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7129 | 2025.07.18 19:19:51.980865 [ 4 ] {6ab84855-3500-4f9f-8973-f3f5753369b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7130 | 2025.07.18 19:19:51.981436 [ 4 ] {6ab84855-3500-4f9f-8973-f3f5753369b7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
7131 | 2025.07.18 19:19:51.981652 [ 4 ] {6ab84855-3500-4f9f-8973-f3f5753369b7} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7132 | 2025.07.18 19:19:51.981759 [ 82 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
7133 | 2025.07.18 19:19:51.981783 [ 4 ] {6ab84855-3500-4f9f-8973-f3f5753369b7} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001853 sec., 22126.281705342688 rows/sec., 39.65 MiB/sec. | ||
7134 | 2025.07.18 19:19:51.981797 [ 82 ] {} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7135 | 2025.07.18 19:19:51.981825 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7136 | 2025.07.18 19:19:51.981841 [ 4 ] {6ab84855-3500-4f9f-8973-f3f5753369b7} <Debug> TCPHandler: Processed in 0.002029352 sec. | ||
7137 | 2025.07.18 19:19:51.981914 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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 | ||
7138 | 2025.07.18 19:19:51.981961 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7139 | 2025.07.18 19:19:51.982057 [ 4 ] {77b6f1c0-c7dd-497a-b053-2598357db565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7140 | 2025.07.18 19:19:51.982097 [ 4 ] {77b6f1c0-c7dd-497a-b053-2598357db565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7141 | 2025.07.18 19:19:51.982138 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7142 | 2025.07.18 19:19:51.982206 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 831 rows starting from the beginning of the part | ||
7143 | 2025.07.18 19:19:51.982346 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 41 rows starting from the beginning of the part | ||
7144 | 2025.07.18 19:19:51.982438 [ 4 ] {77b6f1c0-c7dd-497a-b053-2598357db565} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7145 | 2025.07.18 19:19:51.982465 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 41 rows starting from the beginning of the part | ||
7146 | 2025.07.18 19:19:51.982480 [ 4 ] {77b6f1c0-c7dd-497a-b053-2598357db565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7147 | 2025.07.18 19:19:51.982581 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 41 rows starting from the beginning of the part | ||
7148 | 2025.07.18 19:19:51.982690 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 41 rows starting from the beginning of the part | ||
7149 | 2025.07.18 19:19:51.982793 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 41 rows starting from the beginning of the part | ||
7150 | 2025.07.18 19:19:51.982808 [ 4 ] {77b6f1c0-c7dd-497a-b053-2598357db565} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7151 | 2025.07.18 19:19:51.983033 [ 4 ] {77b6f1c0-c7dd-497a-b053-2598357db565} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7152 | 2025.07.18 19:19:51.983164 [ 4 ] {77b6f1c0-c7dd-497a-b053-2598357db565} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001125 sec., 90666.66666666667 rows/sec., 5.57 MiB/sec. | ||
7153 | 2025.07.18 19:19:51.983199 [ 4 ] {77b6f1c0-c7dd-497a-b053-2598357db565} <Debug> TCPHandler: Processed in 0.001285269 sec. | ||
7154 | 2025.07.18 19:19:51.989020 [ 189 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 19 columns (19 merged, 0 gathered) in 0.00714519 sec., 144992.6454020117 rows/sec., 259.82 MiB/sec. | ||
7155 | 2025.07.18 19:19:51.990185 [ 189 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
7156 | 2025.07.18 19:19:51.990507 [ 189 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7157 | 2025.07.18 19:19:51.990579 [ 189 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
7158 | 2025.07.18 19:19:51.990668 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.41 MiB. | ||
7159 | 2025.07.18 19:19:52.000151 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.60 MiB, peak 273.98 MiB, free memory in arenas 0.00 B, will set to 268.79 MiB (RSS), difference: 3.19 MiB | ||
7160 | 2025.07.18 19:19:55.461855 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7161 | 2025.07.18 19:19:55.461920 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7162 | 2025.07.18 19:19:55.595758 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
7163 | 2025.07.18 19:19:55.596244 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7164 | 2025.07.18 19:19:55.596289 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7165 | 2025.07.18 19:19:55.596785 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7166 | 2025.07.18 19:19:55.597023 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7167 | 2025.07.18 19:19:55.597165 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
7168 | 2025.07.18 19:19:56.542813 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
7169 | 2025.07.18 19:19:56.558893 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7170 | 2025.07.18 19:19:56.558952 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7171 | 2025.07.18 19:19:56.564605 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7172 | 2025.07.18 19:19:56.565317 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7173 | 2025.07.18 19:19:56.567988 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
7174 | 2025.07.18 19:19:56.952591 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7175 | 2025.07.18 19:19:56.952772 [ 4 ] {c4257062-ac1a-40ec-8f67-29879af669cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7176 | 2025.07.18 19:19:56.952836 [ 4 ] {c4257062-ac1a-40ec-8f67-29879af669cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7177 | 2025.07.18 19:19:56.953497 [ 4 ] {c4257062-ac1a-40ec-8f67-29879af669cf} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7178 | 2025.07.18 19:19:56.953544 [ 4 ] {c4257062-ac1a-40ec-8f67-29879af669cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7179 | 2025.07.18 19:19:56.953937 [ 4 ] {c4257062-ac1a-40ec-8f67-29879af669cf} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7180 | 2025.07.18 19:19:56.954168 [ 4 ] {c4257062-ac1a-40ec-8f67-29879af669cf} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7181 | 2025.07.18 19:19:56.954319 [ 4 ] {c4257062-ac1a-40ec-8f67-29879af669cf} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001596 sec., 35087.71929824562 rows/sec., 2.70 MiB/sec. | ||
7182 | 2025.07.18 19:19:56.954360 [ 4 ] {c4257062-ac1a-40ec-8f67-29879af669cf} <Debug> TCPHandler: Processed in 0.001896069 sec. | ||
7183 | 2025.07.18 19:19:56.954491 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7184 | 2025.07.18 19:19:56.954588 [ 4 ] {670f6e98-3087-4896-8909-68df4f81825f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7185 | 2025.07.18 19:19:56.954628 [ 4 ] {670f6e98-3087-4896-8909-68df4f81825f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7186 | 2025.07.18 19:19:56.955061 [ 4 ] {670f6e98-3087-4896-8909-68df4f81825f} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7187 | 2025.07.18 19:19:56.955096 [ 4 ] {670f6e98-3087-4896-8909-68df4f81825f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7188 | 2025.07.18 19:19:56.955407 [ 4 ] {670f6e98-3087-4896-8909-68df4f81825f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7189 | 2025.07.18 19:19:56.955642 [ 4 ] {670f6e98-3087-4896-8909-68df4f81825f} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7190 | 2025.07.18 19:19:56.955772 [ 4 ] {670f6e98-3087-4896-8909-68df4f81825f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001203 sec., 53200.332502078134 rows/sec., 4.15 MiB/sec. | ||
7191 | 2025.07.18 19:19:56.955809 [ 4 ] {670f6e98-3087-4896-8909-68df4f81825f} <Debug> TCPHandler: Processed in 0.001368452 sec. | ||
7192 | 2025.07.18 19:19:56.955927 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7193 | 2025.07.18 19:19:56.956020 [ 4 ] {1e71816e-24d9-4f92-851a-7d1accf4d1b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7194 | 2025.07.18 19:19:56.956064 [ 4 ] {1e71816e-24d9-4f92-851a-7d1accf4d1b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7195 | 2025.07.18 19:19:56.956487 [ 4 ] {1e71816e-24d9-4f92-851a-7d1accf4d1b4} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7196 | 2025.07.18 19:19:56.956522 [ 4 ] {1e71816e-24d9-4f92-851a-7d1accf4d1b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7197 | 2025.07.18 19:19:56.956881 [ 4 ] {1e71816e-24d9-4f92-851a-7d1accf4d1b4} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7198 | 2025.07.18 19:19:56.957107 [ 4 ] {1e71816e-24d9-4f92-851a-7d1accf4d1b4} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7199 | 2025.07.18 19:19:56.957236 [ 4 ] {1e71816e-24d9-4f92-851a-7d1accf4d1b4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001234 sec., 129659.64343598054 rows/sec., 9.03 MiB/sec. | ||
7200 | 2025.07.18 19:19:56.957272 [ 4 ] {1e71816e-24d9-4f92-851a-7d1accf4d1b4} <Debug> TCPHandler: Processed in 0.001394851 sec. | ||
7201 | 2025.07.18 19:19:56.957382 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7202 | 2025.07.18 19:19:56.957474 [ 4 ] {e1dc833b-9652-4b2d-88d1-e136f256bf9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7203 | 2025.07.18 19:19:56.957515 [ 4 ] {e1dc833b-9652-4b2d-88d1-e136f256bf9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7204 | 2025.07.18 19:19:56.957860 [ 4 ] {e1dc833b-9652-4b2d-88d1-e136f256bf9a} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7205 | 2025.07.18 19:19:56.957895 [ 4 ] {e1dc833b-9652-4b2d-88d1-e136f256bf9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7206 | 2025.07.18 19:19:56.958202 [ 4 ] {e1dc833b-9652-4b2d-88d1-e136f256bf9a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7207 | 2025.07.18 19:19:56.958426 [ 4 ] {e1dc833b-9652-4b2d-88d1-e136f256bf9a} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7208 | 2025.07.18 19:19:56.958556 [ 4 ] {e1dc833b-9652-4b2d-88d1-e136f256bf9a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.68 MiB/sec. | ||
7209 | 2025.07.18 19:19:56.958592 [ 4 ] {e1dc833b-9652-4b2d-88d1-e136f256bf9a} <Debug> TCPHandler: Processed in 0.001258339 sec. | ||
7210 | 2025.07.18 19:20:00.635173 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1002 | ||
7211 | 2025.07.18 19:20:00.637470 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7212 | 2025.07.18 19:20:00.637527 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7213 | 2025.07.18 19:20:00.638772 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7214 | 2025.07.18 19:20:00.639068 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7215 | 2025.07.18 19:20:00.639420 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1002 | ||
7216 | 2025.07.18 19:20:01.965167 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7217 | 2025.07.18 19:20:01.965344 [ 4 ] {75629f9e-909b-4931-87af-f101f077d553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
7218 | 2025.07.18 19:20:01.965407 [ 4 ] {75629f9e-909b-4931-87af-f101f077d553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
7219 | 2025.07.18 19:20:01.966236 [ 4 ] {75629f9e-909b-4931-87af-f101f077d553} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7220 | 2025.07.18 19:20:01.966278 [ 4 ] {75629f9e-909b-4931-87af-f101f077d553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7221 | 2025.07.18 19:20:01.966717 [ 4 ] {75629f9e-909b-4931-87af-f101f077d553} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7222 | 2025.07.18 19:20:01.966998 [ 4 ] {75629f9e-909b-4931-87af-f101f077d553} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7223 | 2025.07.18 19:20:01.967149 [ 4 ] {75629f9e-909b-4931-87af-f101f077d553} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001854 sec., 211434.73570658037 rows/sec., 13.41 MiB/sec. | ||
7224 | 2025.07.18 19:20:01.967192 [ 4 ] {75629f9e-909b-4931-87af-f101f077d553} <Debug> TCPHandler: Processed in 0.002150753 sec. | ||
7225 | 2025.07.18 19:20:01.967314 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7226 | 2025.07.18 19:20:01.967409 [ 4 ] {ac84eab4-533c-4d70-9584-62abe57345f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
7227 | 2025.07.18 19:20:01.967450 [ 4 ] {ac84eab4-533c-4d70-9584-62abe57345f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7228 | 2025.07.18 19:20:01.967858 [ 4 ] {ac84eab4-533c-4d70-9584-62abe57345f3} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7229 | 2025.07.18 19:20:01.967893 [ 4 ] {ac84eab4-533c-4d70-9584-62abe57345f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7230 | 2025.07.18 19:20:01.968199 [ 4 ] {ac84eab4-533c-4d70-9584-62abe57345f3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
7231 | 2025.07.18 19:20:01.968411 [ 4 ] {ac84eab4-533c-4d70-9584-62abe57345f3} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7232 | 2025.07.18 19:20:01.968538 [ 4 ] {ac84eab4-533c-4d70-9584-62abe57345f3} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001148 sec., 3484.3205574912895 rows/sec., 284.12 KiB/sec. | ||
7233 | 2025.07.18 19:20:01.968575 [ 4 ] {ac84eab4-533c-4d70-9584-62abe57345f3} <Debug> TCPHandler: Processed in 0.00131207 sec. | ||
7234 | 2025.07.18 19:20:01.968691 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7235 | 2025.07.18 19:20:01.968785 [ 4 ] {ccf49c85-2298-454d-bb5d-299cf740876d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7236 | 2025.07.18 19:20:01.968824 [ 4 ] {ccf49c85-2298-454d-bb5d-299cf740876d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7237 | 2025.07.18 19:20:01.970058 [ 4 ] {ccf49c85-2298-454d-bb5d-299cf740876d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7238 | 2025.07.18 19:20:01.970094 [ 4 ] {ccf49c85-2298-454d-bb5d-299cf740876d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7239 | 2025.07.18 19:20:01.970466 [ 4 ] {ccf49c85-2298-454d-bb5d-299cf740876d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7240 | 2025.07.18 19:20:01.970682 [ 4 ] {ccf49c85-2298-454d-bb5d-299cf740876d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7241 | 2025.07.18 19:20:01.970808 [ 4 ] {ccf49c85-2298-454d-bb5d-299cf740876d} <Debug> executeQuery: Read 1151 rows, 94.05 KiB in 0.002041 sec., 563939.245467908 rows/sec., 45.00 MiB/sec. | ||
7242 | 2025.07.18 19:20:01.970845 [ 4 ] {ccf49c85-2298-454d-bb5d-299cf740876d} <Debug> TCPHandler: Processed in 0.002203644 sec. | ||
7243 | 2025.07.18 19:20:01.970961 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7244 | 2025.07.18 19:20:01.971059 [ 4 ] {911290c4-3e2c-4bc6-bf46-aff5ce5680ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7245 | 2025.07.18 19:20:01.971098 [ 4 ] {911290c4-3e2c-4bc6-bf46-aff5ce5680ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7246 | 2025.07.18 19:20:01.971649 [ 4 ] {911290c4-3e2c-4bc6-bf46-aff5ce5680ab} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7247 | 2025.07.18 19:20:01.971683 [ 4 ] {911290c4-3e2c-4bc6-bf46-aff5ce5680ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7248 | 2025.07.18 19:20:01.972000 [ 4 ] {911290c4-3e2c-4bc6-bf46-aff5ce5680ab} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7249 | 2025.07.18 19:20:01.972224 [ 4 ] {911290c4-3e2c-4bc6-bf46-aff5ce5680ab} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7250 | 2025.07.18 19:20:01.972358 [ 4 ] {911290c4-3e2c-4bc6-bf46-aff5ce5680ab} <Debug> executeQuery: Read 241 rows, 15.14 KiB in 0.001317 sec., 182991.64768413058 rows/sec., 11.23 MiB/sec. | ||
7251 | 2025.07.18 19:20:01.972395 [ 4 ] {911290c4-3e2c-4bc6-bf46-aff5ce5680ab} <Debug> TCPHandler: Processed in 0.001482983 sec. | ||
7252 | 2025.07.18 19:20:01.972513 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7253 | 2025.07.18 19:20:01.972655 [ 4 ] {4e68adcf-e737-437d-8193-a8d85ccf66a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7254 | 2025.07.18 19:20:01.972705 [ 4 ] {4e68adcf-e737-437d-8193-a8d85ccf66a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7255 | 2025.07.18 19:20:01.973322 [ 4 ] {4e68adcf-e737-437d-8193-a8d85ccf66a3} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7256 | 2025.07.18 19:20:01.973367 [ 4 ] {4e68adcf-e737-437d-8193-a8d85ccf66a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7257 | 2025.07.18 19:20:01.973717 [ 4 ] {4e68adcf-e737-437d-8193-a8d85ccf66a3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7258 | 2025.07.18 19:20:01.973929 [ 4 ] {4e68adcf-e737-437d-8193-a8d85ccf66a3} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7259 | 2025.07.18 19:20:01.974062 [ 4 ] {4e68adcf-e737-437d-8193-a8d85ccf66a3} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001433 sec., 141660.85136078158 rows/sec., 9.14 MiB/sec. | ||
7260 | 2025.07.18 19:20:01.974101 [ 4 ] {4e68adcf-e737-437d-8193-a8d85ccf66a3} <Debug> TCPHandler: Processed in 0.001637655 sec. | ||
7261 | 2025.07.18 19:20:01.974268 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7262 | 2025.07.18 19:20:01.974363 [ 4 ] {c1e256f5-1c10-48e0-8175-1f9fcf73f90f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
7263 | 2025.07.18 19:20:01.974402 [ 4 ] {c1e256f5-1c10-48e0-8175-1f9fcf73f90f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7264 | 2025.07.18 19:20:01.974889 [ 4 ] {c1e256f5-1c10-48e0-8175-1f9fcf73f90f} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7265 | 2025.07.18 19:20:01.974926 [ 4 ] {c1e256f5-1c10-48e0-8175-1f9fcf73f90f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7266 | 2025.07.18 19:20:01.975240 [ 4 ] {c1e256f5-1c10-48e0-8175-1f9fcf73f90f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7267 | 2025.07.18 19:20:01.975451 [ 4 ] {c1e256f5-1c10-48e0-8175-1f9fcf73f90f} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7268 | 2025.07.18 19:20:01.975579 [ 4 ] {c1e256f5-1c10-48e0-8175-1f9fcf73f90f} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001235 sec., 163562.75303643724 rows/sec., 9.29 MiB/sec. | ||
7269 | 2025.07.18 19:20:01.975617 [ 4 ] {c1e256f5-1c10-48e0-8175-1f9fcf73f90f} <Debug> TCPHandler: Processed in 0.001398752 sec. | ||
7270 | 2025.07.18 19:20:01.975730 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7271 | 2025.07.18 19:20:01.975824 [ 4 ] {e76aeab4-ef7e-4d85-ae26-dff8a1b19600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7272 | 2025.07.18 19:20:01.975864 [ 4 ] {e76aeab4-ef7e-4d85-ae26-dff8a1b19600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7273 | 2025.07.18 19:20:01.976602 [ 4 ] {e76aeab4-ef7e-4d85-ae26-dff8a1b19600} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7274 | 2025.07.18 19:20:01.976639 [ 4 ] {e76aeab4-ef7e-4d85-ae26-dff8a1b19600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7275 | 2025.07.18 19:20:01.976975 [ 4 ] {e76aeab4-ef7e-4d85-ae26-dff8a1b19600} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7276 | 2025.07.18 19:20:01.977208 [ 4 ] {e76aeab4-ef7e-4d85-ae26-dff8a1b19600} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7277 | 2025.07.18 19:20:01.977337 [ 4 ] {e76aeab4-ef7e-4d85-ae26-dff8a1b19600} <Debug> executeQuery: Read 697 rows, 50.18 KiB in 0.001531 sec., 455258.00130633573 rows/sec., 32.01 MiB/sec. | ||
7278 | 2025.07.18 19:20:01.977375 [ 4 ] {e76aeab4-ef7e-4d85-ae26-dff8a1b19600} <Debug> TCPHandler: Processed in 0.001694326 sec. | ||
7279 | 2025.07.18 19:20:01.977488 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7280 | 2025.07.18 19:20:01.977585 [ 4 ] {4af5b73f-b09b-4f9b-bf74-89c89e298bbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
7281 | 2025.07.18 19:20:01.977626 [ 4 ] {4af5b73f-b09b-4f9b-bf74-89c89e298bbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7282 | 2025.07.18 19:20:01.977962 [ 4 ] {4af5b73f-b09b-4f9b-bf74-89c89e298bbb} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7283 | 2025.07.18 19:20:01.977998 [ 4 ] {4af5b73f-b09b-4f9b-bf74-89c89e298bbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7284 | 2025.07.18 19:20:01.978302 [ 4 ] {4af5b73f-b09b-4f9b-bf74-89c89e298bbb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7285 | 2025.07.18 19:20:01.978524 [ 4 ] {4af5b73f-b09b-4f9b-bf74-89c89e298bbb} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7286 | 2025.07.18 19:20:01.978654 [ 4 ] {4af5b73f-b09b-4f9b-bf74-89c89e298bbb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001088 sec., 5514.705882352941 rows/sec., 288.12 KiB/sec. | ||
7287 | 2025.07.18 19:20:01.978690 [ 4 ] {4af5b73f-b09b-4f9b-bf74-89c89e298bbb} <Debug> TCPHandler: Processed in 0.001251059 sec. | ||
7288 | 2025.07.18 19:20:01.978800 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7289 | 2025.07.18 19:20:01.978894 [ 4 ] {e7b6aa94-6812-4976-b91f-891759078e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7290 | 2025.07.18 19:20:01.978936 [ 4 ] {e7b6aa94-6812-4976-b91f-891759078e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7291 | 2025.07.18 19:20:01.979398 [ 4 ] {e7b6aa94-6812-4976-b91f-891759078e95} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7292 | 2025.07.18 19:20:01.979435 [ 4 ] {e7b6aa94-6812-4976-b91f-891759078e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7293 | 2025.07.18 19:20:01.979765 [ 4 ] {e7b6aa94-6812-4976-b91f-891759078e95} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7294 | 2025.07.18 19:20:01.979974 [ 4 ] {e7b6aa94-6812-4976-b91f-891759078e95} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7295 | 2025.07.18 19:20:01.980104 [ 4 ] {e7b6aa94-6812-4976-b91f-891759078e95} <Debug> executeQuery: Read 309 rows, 20.82 KiB in 0.001228 sec., 251628.66449511403 rows/sec., 16.56 MiB/sec. | ||
7296 | 2025.07.18 19:20:01.980141 [ 4 ] {e7b6aa94-6812-4976-b91f-891759078e95} <Debug> TCPHandler: Processed in 0.001390961 sec. | ||
7297 | 2025.07.18 19:20:01.980251 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7298 | 2025.07.18 19:20:01.980346 [ 4 ] {f20bca1d-49ad-4459-8ce3-86e0f0724b17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
7299 | 2025.07.18 19:20:01.980388 [ 4 ] {f20bca1d-49ad-4459-8ce3-86e0f0724b17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7300 | 2025.07.18 19:20:01.980701 [ 4 ] {f20bca1d-49ad-4459-8ce3-86e0f0724b17} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7301 | 2025.07.18 19:20:01.980736 [ 4 ] {f20bca1d-49ad-4459-8ce3-86e0f0724b17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7302 | 2025.07.18 19:20:01.981042 [ 4 ] {f20bca1d-49ad-4459-8ce3-86e0f0724b17} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7303 | 2025.07.18 19:20:01.981260 [ 4 ] {f20bca1d-49ad-4459-8ce3-86e0f0724b17} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7304 | 2025.07.18 19:20:01.981388 [ 4 ] {f20bca1d-49ad-4459-8ce3-86e0f0724b17} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001061 sec., 942.507068803016 rows/sec., 63.51 KiB/sec. | ||
7305 | 2025.07.18 19:20:01.981425 [ 4 ] {f20bca1d-49ad-4459-8ce3-86e0f0724b17} <Debug> TCPHandler: Processed in 0.001221779 sec. | ||
7306 | 2025.07.18 19:20:01.981533 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7307 | 2025.07.18 19:20:01.981627 [ 4 ] {23539830-bacc-42ad-8269-6f9e76117246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7308 | 2025.07.18 19:20:01.981681 [ 4 ] {23539830-bacc-42ad-8269-6f9e76117246} <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 | ||
7309 | 2025.07.18 19:20:01.982529 [ 4 ] {23539830-bacc-42ad-8269-6f9e76117246} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7310 | 2025.07.18 19:20:01.982566 [ 4 ] {23539830-bacc-42ad-8269-6f9e76117246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7311 | 2025.07.18 19:20:01.983117 [ 4 ] {23539830-bacc-42ad-8269-6f9e76117246} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7312 | 2025.07.18 19:20:01.983336 [ 4 ] {23539830-bacc-42ad-8269-6f9e76117246} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7313 | 2025.07.18 19:20:01.983472 [ 4 ] {23539830-bacc-42ad-8269-6f9e76117246} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001863 sec., 22007.514761137947 rows/sec., 39.44 MiB/sec. | ||
7314 | 2025.07.18 19:20:01.983525 [ 4 ] {23539830-bacc-42ad-8269-6f9e76117246} <Debug> TCPHandler: Processed in 0.002039591 sec. | ||
7315 | 2025.07.18 19:20:01.983638 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7316 | 2025.07.18 19:20:01.983733 [ 4 ] {923fc3b3-8fd3-4465-b842-d1d7101f034b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7317 | 2025.07.18 19:20:01.983773 [ 4 ] {923fc3b3-8fd3-4465-b842-d1d7101f034b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7318 | 2025.07.18 19:20:01.984120 [ 4 ] {923fc3b3-8fd3-4465-b842-d1d7101f034b} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7319 | 2025.07.18 19:20:01.984156 [ 4 ] {923fc3b3-8fd3-4465-b842-d1d7101f034b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7320 | 2025.07.18 19:20:01.984467 [ 4 ] {923fc3b3-8fd3-4465-b842-d1d7101f034b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7321 | 2025.07.18 19:20:01.984680 [ 4 ] {923fc3b3-8fd3-4465-b842-d1d7101f034b} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7322 | 2025.07.18 19:20:01.984810 [ 4 ] {923fc3b3-8fd3-4465-b842-d1d7101f034b} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001096 sec., 93065.69343065693 rows/sec., 5.72 MiB/sec. | ||
7323 | 2025.07.18 19:20:01.984847 [ 4 ] {923fc3b3-8fd3-4465-b842-d1d7101f034b} <Debug> TCPHandler: Processed in 0.0012575 sec. | ||
7324 | 2025.07.18 19:20:03.097370 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
7325 | 2025.07.18 19:20:03.098181 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7326 | 2025.07.18 19:20:03.098253 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7327 | 2025.07.18 19:20:03.099174 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7328 | 2025.07.18 19:20:03.099399 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7329 | 2025.07.18 19:20:03.099533 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
7330 | 2025.07.18 19:20:04.068155 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
7331 | 2025.07.18 19:20:04.085135 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7332 | 2025.07.18 19:20:04.085184 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7333 | 2025.07.18 19:20:04.091640 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7334 | 2025.07.18 19:20:04.092386 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7335 | 2025.07.18 19:20:04.095275 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
7336 | 2025.07.18 19:20:06.952772 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7337 | 2025.07.18 19:20:06.952987 [ 4 ] {1aa9ba45-b992-4544-8e4d-db30a372d09e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7338 | 2025.07.18 19:20:06.953062 [ 4 ] {1aa9ba45-b992-4544-8e4d-db30a372d09e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7339 | 2025.07.18 19:20:06.953749 [ 4 ] {1aa9ba45-b992-4544-8e4d-db30a372d09e} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7340 | 2025.07.18 19:20:06.953798 [ 4 ] {1aa9ba45-b992-4544-8e4d-db30a372d09e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7341 | 2025.07.18 19:20:06.954196 [ 4 ] {1aa9ba45-b992-4544-8e4d-db30a372d09e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7342 | 2025.07.18 19:20:06.954422 [ 4 ] {1aa9ba45-b992-4544-8e4d-db30a372d09e} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7343 | 2025.07.18 19:20:06.954560 [ 62 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7344 | 2025.07.18 19:20:06.954574 [ 4 ] {1aa9ba45-b992-4544-8e4d-db30a372d09e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001641 sec., 34125.53321145643 rows/sec., 2.62 MiB/sec. | ||
7345 | 2025.07.18 19:20:06.954647 [ 62 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7346 | 2025.07.18 19:20:06.954667 [ 4 ] {1aa9ba45-b992-4544-8e4d-db30a372d09e} <Debug> TCPHandler: Processed in 0.002027491 sec. | ||
7347 | 2025.07.18 19:20:06.954679 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7348 | 2025.07.18 19:20:06.954795 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7349 | 2025.07.18 19:20:06.954815 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
7350 | 2025.07.18 19:20:06.954896 [ 4 ] {1e3324c0-7411-4619-ab9e-c7ce6f9276dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7351 | 2025.07.18 19:20:06.954943 [ 4 ] {1e3324c0-7411-4619-ab9e-c7ce6f9276dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7352 | 2025.07.18 19:20:06.954978 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7353 | 2025.07.18 19:20:06.955022 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2298 rows starting from the beginning of the part | ||
7354 | 2025.07.18 19:20:06.955098 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1196 rows starting from the beginning of the part | ||
7355 | 2025.07.18 19:20:06.955150 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1149 rows starting from the beginning of the part | ||
7356 | 2025.07.18 19:20:06.955199 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part | ||
7357 | 2025.07.18 19:20:06.955244 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1151 rows starting from the beginning of the part | ||
7358 | 2025.07.18 19:20:06.955288 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part | ||
7359 | 2025.07.18 19:20:06.955363 [ 4 ] {1e3324c0-7411-4619-ab9e-c7ce6f9276dd} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7360 | 2025.07.18 19:20:06.955407 [ 4 ] {1e3324c0-7411-4619-ab9e-c7ce6f9276dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7361 | 2025.07.18 19:20:06.955761 [ 4 ] {1e3324c0-7411-4619-ab9e-c7ce6f9276dd} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7362 | 2025.07.18 19:20:06.955986 [ 4 ] {1e3324c0-7411-4619-ab9e-c7ce6f9276dd} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7363 | 2025.07.18 19:20:06.956116 [ 62 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7364 | 2025.07.18 19:20:06.956123 [ 4 ] {1e3324c0-7411-4619-ab9e-c7ce6f9276dd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001246 sec., 51364.365971107545 rows/sec., 4.01 MiB/sec. | ||
7365 | 2025.07.18 19:20:06.956161 [ 62 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7366 | 2025.07.18 19:20:06.956191 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7367 | 2025.07.18 19:20:06.956196 [ 4 ] {1e3324c0-7411-4619-ab9e-c7ce6f9276dd} <Debug> TCPHandler: Processed in 0.001451883 sec. | ||
7368 | 2025.07.18 19:20:06.956278 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
7369 | 2025.07.18 19:20:06.956325 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7370 | 2025.07.18 19:20:06.956380 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7371 | 2025.07.18 19:20:06.956413 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1185 rows starting from the beginning of the part | ||
7372 | 2025.07.18 19:20:06.956426 [ 4 ] {da8f3517-ea36-48df-a5ea-3cb895e7128f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7373 | 2025.07.18 19:20:06.956468 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 520 rows starting from the beginning of the part | ||
7374 | 2025.07.18 19:20:06.956476 [ 4 ] {da8f3517-ea36-48df-a5ea-3cb895e7128f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7375 | 2025.07.18 19:20:06.956523 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 693 rows starting from the beginning of the part | ||
7376 | 2025.07.18 19:20:06.956570 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part | ||
7377 | 2025.07.18 19:20:06.956612 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 697 rows starting from the beginning of the part | ||
7378 | 2025.07.18 19:20:06.956659 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 64 rows starting from the beginning of the part | ||
7379 | 2025.07.18 19:20:06.956912 [ 4 ] {da8f3517-ea36-48df-a5ea-3cb895e7128f} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7380 | 2025.07.18 19:20:06.956954 [ 4 ] {da8f3517-ea36-48df-a5ea-3cb895e7128f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7381 | 2025.07.18 19:20:06.957540 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5906 rows, containing 5 columns (5 merged, 0 gathered) in 0.002781772 sec., 2123107.1417786935 rows/sec., 179.72 MiB/sec. | ||
7382 | 2025.07.18 19:20:06.957582 [ 4 ] {da8f3517-ea36-48df-a5ea-3cb895e7128f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7383 | 2025.07.18 19:20:06.957813 [ 4 ] {da8f3517-ea36-48df-a5ea-3cb895e7128f} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7384 | 2025.07.18 19:20:06.957877 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3223 rows, containing 5 columns (5 merged, 0 gathered) in 0.001642056 sec., 1962783.242471633 rows/sec., 148.27 MiB/sec. | ||
7385 | 2025.07.18 19:20:06.957917 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7386 | 2025.07.18 19:20:06.957937 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7387 | 2025.07.18 19:20:06.957964 [ 4 ] {da8f3517-ea36-48df-a5ea-3cb895e7128f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec. | ||
7388 | 2025.07.18 19:20:06.957969 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7389 | 2025.07.18 19:20:06.958007 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7390 | 2025.07.18 19:20:06.958010 [ 4 ] {da8f3517-ea36-48df-a5ea-3cb895e7128f} <Debug> TCPHandler: Processed in 0.001733497 sec. | ||
7391 | 2025.07.18 19:20:06.958081 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
7392 | 2025.07.18 19:20:06.958107 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7393 | 2025.07.18 19:20:06.958137 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7394 | 2025.07.18 19:20:06.958183 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7395 | 2025.07.18 19:20:06.958217 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 19834 rows starting from the beginning of the part | ||
7396 | 2025.07.18 19:20:06.958239 [ 4 ] {e5edeb47-d5c8-476a-b160-6015bec49b30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7397 | 2025.07.18 19:20:06.958267 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1006 rows starting from the beginning of the part | ||
7398 | 2025.07.18 19:20:06.958271 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7399 | 2025.07.18 19:20:06.958288 [ 4 ] {e5edeb47-d5c8-476a-b160-6015bec49b30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7400 | 2025.07.18 19:20:06.958313 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 307 rows starting from the beginning of the part | ||
7401 | 2025.07.18 19:20:06.958355 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
7402 | 2025.07.18 19:20:06.958380 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7403 | 2025.07.18 19:20:06.958393 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 309 rows starting from the beginning of the part | ||
7404 | 2025.07.18 19:20:06.958437 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part | ||
7405 | 2025.07.18 19:20:06.958448 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7406 | 2025.07.18 19:20:06.958505 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
7407 | 2025.07.18 19:20:06.958535 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7408 | 2025.07.18 19:20:06.958625 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
7409 | 2025.07.18 19:20:06.958648 [ 4 ] {e5edeb47-d5c8-476a-b160-6015bec49b30} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7410 | 2025.07.18 19:20:06.958690 [ 4 ] {e5edeb47-d5c8-476a-b160-6015bec49b30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7411 | 2025.07.18 19:20:06.959029 [ 4 ] {e5edeb47-d5c8-476a-b160-6015bec49b30} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7412 | 2025.07.18 19:20:06.959240 [ 4 ] {e5edeb47-d5c8-476a-b160-6015bec49b30} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7413 | 2025.07.18 19:20:06.959374 [ 4 ] {e5edeb47-d5c8-476a-b160-6015bec49b30} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001155 sec., 51948.05194805195 rows/sec., 3.50 MiB/sec. | ||
7414 | 2025.07.18 19:20:06.959411 [ 4 ] {e5edeb47-d5c8-476a-b160-6015bec49b30} <Debug> TCPHandler: Processed in 0.00132344 sec. | ||
7415 | 2025.07.18 19:20:06.963218 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21776 rows, containing 5 columns (5 merged, 0 gathered) in 0.00516526 sec., 4215857.478616759 rows/sec., 282.16 MiB/sec. | ||
7416 | 2025.07.18 19:20:06.963658 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7417 | 2025.07.18 19:20:06.963973 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7418 | 2025.07.18 19:20:06.964055 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7419 | 2025.07.18 19:20:06.964166 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
7420 | 2025.07.18 19:20:10.461967 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7421 | 2025.07.18 19:20:10.462022 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7422 | 2025.07.18 19:20:10.599711 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
7423 | 2025.07.18 19:20:10.600214 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7424 | 2025.07.18 19:20:10.600256 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7425 | 2025.07.18 19:20:10.600794 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7426 | 2025.07.18 19:20:10.601044 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7427 | 2025.07.18 19:20:10.601171 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
7428 | 2025.07.18 19:20:10.639788 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1034 | ||
7429 | 2025.07.18 19:20:10.642266 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7430 | 2025.07.18 19:20:10.642328 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7431 | 2025.07.18 19:20:10.643562 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7432 | 2025.07.18 19:20:10.643844 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7433 | 2025.07.18 19:20:10.644216 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1034 | ||
7434 | 2025.07.18 19:20:11.595449 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
7435 | 2025.07.18 19:20:11.612582 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7436 | 2025.07.18 19:20:11.612632 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7437 | 2025.07.18 19:20:11.618754 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7438 | 2025.07.18 19:20:11.619462 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7439 | 2025.07.18 19:20:11.622312 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
7440 | 2025.07.18 19:20:11.966405 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7441 | 2025.07.18 19:20:11.966604 [ 4 ] {257bee55-1c43-46d3-b268-6361a192dc83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
7442 | 2025.07.18 19:20:11.966679 [ 4 ] {257bee55-1c43-46d3-b268-6361a192dc83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
7443 | 2025.07.18 19:20:11.967498 [ 4 ] {257bee55-1c43-46d3-b268-6361a192dc83} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7444 | 2025.07.18 19:20:11.967543 [ 4 ] {257bee55-1c43-46d3-b268-6361a192dc83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7445 | 2025.07.18 19:20:11.967981 [ 4 ] {257bee55-1c43-46d3-b268-6361a192dc83} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7446 | 2025.07.18 19:20:11.968219 [ 4 ] {257bee55-1c43-46d3-b268-6361a192dc83} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7447 | 2025.07.18 19:20:11.968370 [ 4 ] {257bee55-1c43-46d3-b268-6361a192dc83} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001819 sec., 215503.02363936228 rows/sec., 13.67 MiB/sec. | ||
7448 | 2025.07.18 19:20:11.968412 [ 4 ] {257bee55-1c43-46d3-b268-6361a192dc83} <Debug> TCPHandler: Processed in 0.002142393 sec. | ||
7449 | 2025.07.18 19:20:11.968528 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7450 | 2025.07.18 19:20:11.968625 [ 4 ] {2c427ad9-fc6a-442c-8a67-3621a5dbf9d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7451 | 2025.07.18 19:20:11.968666 [ 4 ] {2c427ad9-fc6a-442c-8a67-3621a5dbf9d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7452 | 2025.07.18 19:20:11.969764 [ 4 ] {2c427ad9-fc6a-442c-8a67-3621a5dbf9d7} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7453 | 2025.07.18 19:20:11.969800 [ 4 ] {2c427ad9-fc6a-442c-8a67-3621a5dbf9d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7454 | 2025.07.18 19:20:11.970173 [ 4 ] {2c427ad9-fc6a-442c-8a67-3621a5dbf9d7} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7455 | 2025.07.18 19:20:11.970392 [ 4 ] {2c427ad9-fc6a-442c-8a67-3621a5dbf9d7} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7456 | 2025.07.18 19:20:11.970522 [ 4 ] {2c427ad9-fc6a-442c-8a67-3621a5dbf9d7} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001917 sec., 599374.0219092332 rows/sec., 47.84 MiB/sec. | ||
7457 | 2025.07.18 19:20:11.970560 [ 4 ] {2c427ad9-fc6a-442c-8a67-3621a5dbf9d7} <Debug> TCPHandler: Processed in 0.002081792 sec. | ||
7458 | 2025.07.18 19:20:11.970671 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7459 | 2025.07.18 19:20:11.970767 [ 4 ] {623d5f10-0558-4fc0-9e94-0c1a7aeba00e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7460 | 2025.07.18 19:20:11.970806 [ 4 ] {623d5f10-0558-4fc0-9e94-0c1a7aeba00e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7461 | 2025.07.18 19:20:11.971336 [ 4 ] {623d5f10-0558-4fc0-9e94-0c1a7aeba00e} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7462 | 2025.07.18 19:20:11.971374 [ 4 ] {623d5f10-0558-4fc0-9e94-0c1a7aeba00e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7463 | 2025.07.18 19:20:11.971679 [ 4 ] {623d5f10-0558-4fc0-9e94-0c1a7aeba00e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7464 | 2025.07.18 19:20:11.971901 [ 4 ] {623d5f10-0558-4fc0-9e94-0c1a7aeba00e} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7465 | 2025.07.18 19:20:11.972028 [ 4 ] {623d5f10-0558-4fc0-9e94-0c1a7aeba00e} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001281 sec., 185011.70960187353 rows/sec., 11.33 MiB/sec. | ||
7466 | 2025.07.18 19:20:11.972067 [ 4 ] {623d5f10-0558-4fc0-9e94-0c1a7aeba00e} <Debug> TCPHandler: Processed in 0.001444752 sec. | ||
7467 | 2025.07.18 19:20:11.972171 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7468 | 2025.07.18 19:20:11.972265 [ 4 ] {5cd7a0c5-3e83-47af-84d4-543e59bf11db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7469 | 2025.07.18 19:20:11.972304 [ 4 ] {5cd7a0c5-3e83-47af-84d4-543e59bf11db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7470 | 2025.07.18 19:20:11.972856 [ 4 ] {5cd7a0c5-3e83-47af-84d4-543e59bf11db} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7471 | 2025.07.18 19:20:11.972904 [ 4 ] {5cd7a0c5-3e83-47af-84d4-543e59bf11db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7472 | 2025.07.18 19:20:11.973282 [ 4 ] {5cd7a0c5-3e83-47af-84d4-543e59bf11db} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7473 | 2025.07.18 19:20:11.973540 [ 4 ] {5cd7a0c5-3e83-47af-84d4-543e59bf11db} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7474 | 2025.07.18 19:20:11.973704 [ 4 ] {5cd7a0c5-3e83-47af-84d4-543e59bf11db} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001455 sec., 139518.90034364263 rows/sec., 9.00 MiB/sec. | ||
7475 | 2025.07.18 19:20:11.973749 [ 4 ] {5cd7a0c5-3e83-47af-84d4-543e59bf11db} <Debug> TCPHandler: Processed in 0.001625434 sec. | ||
7476 | 2025.07.18 19:20:11.973859 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7477 | 2025.07.18 19:20:11.973956 [ 4 ] {45d11f3e-91d1-4810-8ccc-d7eaf78b19df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
7478 | 2025.07.18 19:20:11.973997 [ 4 ] {45d11f3e-91d1-4810-8ccc-d7eaf78b19df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7479 | 2025.07.18 19:20:11.974477 [ 4 ] {45d11f3e-91d1-4810-8ccc-d7eaf78b19df} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7480 | 2025.07.18 19:20:11.974516 [ 4 ] {45d11f3e-91d1-4810-8ccc-d7eaf78b19df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7481 | 2025.07.18 19:20:11.974834 [ 4 ] {45d11f3e-91d1-4810-8ccc-d7eaf78b19df} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7482 | 2025.07.18 19:20:11.975045 [ 4 ] {45d11f3e-91d1-4810-8ccc-d7eaf78b19df} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7483 | 2025.07.18 19:20:11.975169 [ 4 ] {45d11f3e-91d1-4810-8ccc-d7eaf78b19df} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001231 sec., 164094.23233143784 rows/sec., 9.32 MiB/sec. | ||
7484 | 2025.07.18 19:20:11.975205 [ 4 ] {45d11f3e-91d1-4810-8ccc-d7eaf78b19df} <Debug> TCPHandler: Processed in 0.001393781 sec. | ||
7485 | 2025.07.18 19:20:11.975312 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7486 | 2025.07.18 19:20:11.975404 [ 4 ] {da8a1b23-e579-4f70-9224-12ff6076fafe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7487 | 2025.07.18 19:20:11.975442 [ 4 ] {da8a1b23-e579-4f70-9224-12ff6076fafe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7488 | 2025.07.18 19:20:11.976180 [ 4 ] {da8a1b23-e579-4f70-9224-12ff6076fafe} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7489 | 2025.07.18 19:20:11.976215 [ 4 ] {da8a1b23-e579-4f70-9224-12ff6076fafe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7490 | 2025.07.18 19:20:11.976537 [ 4 ] {da8a1b23-e579-4f70-9224-12ff6076fafe} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7491 | 2025.07.18 19:20:11.976776 [ 4 ] {da8a1b23-e579-4f70-9224-12ff6076fafe} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7492 | 2025.07.18 19:20:11.976905 [ 4 ] {da8a1b23-e579-4f70-9224-12ff6076fafe} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.00152 sec., 455921.05263157893 rows/sec., 32.03 MiB/sec. | ||
7493 | 2025.07.18 19:20:11.976942 [ 4 ] {da8a1b23-e579-4f70-9224-12ff6076fafe} <Debug> TCPHandler: Processed in 0.001678136 sec. | ||
7494 | 2025.07.18 19:20:11.977049 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7495 | 2025.07.18 19:20:11.977152 [ 4 ] {152d2f47-2ff2-4ce6-808c-8f549bbc4aa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
7496 | 2025.07.18 19:20:11.977195 [ 4 ] {152d2f47-2ff2-4ce6-808c-8f549bbc4aa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7497 | 2025.07.18 19:20:11.977538 [ 4 ] {152d2f47-2ff2-4ce6-808c-8f549bbc4aa0} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7498 | 2025.07.18 19:20:11.977577 [ 4 ] {152d2f47-2ff2-4ce6-808c-8f549bbc4aa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7499 | 2025.07.18 19:20:11.977942 [ 4 ] {152d2f47-2ff2-4ce6-808c-8f549bbc4aa0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7500 | 2025.07.18 19:20:11.978387 [ 4 ] {152d2f47-2ff2-4ce6-808c-8f549bbc4aa0} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7501 | 2025.07.18 19:20:11.978666 [ 4 ] {152d2f47-2ff2-4ce6-808c-8f549bbc4aa0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001522 sec., 3942.181340341656 rows/sec., 205.96 KiB/sec. | ||
7502 | 2025.07.18 19:20:11.978746 [ 4 ] {152d2f47-2ff2-4ce6-808c-8f549bbc4aa0} <Debug> TCPHandler: Processed in 0.001746516 sec. | ||
7503 | 2025.07.18 19:20:11.979044 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7504 | 2025.07.18 19:20:11.979260 [ 4 ] {087f8023-a7e0-46d3-8b34-eea2c7d87e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7505 | 2025.07.18 19:20:11.979376 [ 4 ] {087f8023-a7e0-46d3-8b34-eea2c7d87e80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7506 | 2025.07.18 19:20:11.980226 [ 4 ] {087f8023-a7e0-46d3-8b34-eea2c7d87e80} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7507 | 2025.07.18 19:20:11.980280 [ 4 ] {087f8023-a7e0-46d3-8b34-eea2c7d87e80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7508 | 2025.07.18 19:20:11.980814 [ 4 ] {087f8023-a7e0-46d3-8b34-eea2c7d87e80} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7509 | 2025.07.18 19:20:11.981112 [ 4 ] {087f8023-a7e0-46d3-8b34-eea2c7d87e80} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7510 | 2025.07.18 19:20:11.981295 [ 4 ] {087f8023-a7e0-46d3-8b34-eea2c7d87e80} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.002104 sec., 145912.5475285171 rows/sec., 9.60 MiB/sec. | ||
7511 | 2025.07.18 19:20:11.981348 [ 4 ] {087f8023-a7e0-46d3-8b34-eea2c7d87e80} <Debug> TCPHandler: Processed in 0.002493678 sec. | ||
7512 | 2025.07.18 19:20:11.981587 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7513 | 2025.07.18 19:20:11.981767 [ 4 ] {c684cd97-982a-427a-bcd8-7c843024bf79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
7514 | 2025.07.18 19:20:11.981835 [ 4 ] {c684cd97-982a-427a-bcd8-7c843024bf79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7515 | 2025.07.18 19:20:11.982324 [ 4 ] {c684cd97-982a-427a-bcd8-7c843024bf79} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7516 | 2025.07.18 19:20:11.982370 [ 4 ] {c684cd97-982a-427a-bcd8-7c843024bf79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7517 | 2025.07.18 19:20:11.982733 [ 4 ] {c684cd97-982a-427a-bcd8-7c843024bf79} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7518 | 2025.07.18 19:20:11.982959 [ 4 ] {c684cd97-982a-427a-bcd8-7c843024bf79} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7519 | 2025.07.18 19:20:11.983103 [ 4 ] {c684cd97-982a-427a-bcd8-7c843024bf79} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001385 sec., 722.0216606498195 rows/sec., 48.65 KiB/sec. | ||
7520 | 2025.07.18 19:20:11.983156 [ 4 ] {c684cd97-982a-427a-bcd8-7c843024bf79} <Debug> TCPHandler: Processed in 0.001709696 sec. | ||
7521 | 2025.07.18 19:20:11.983288 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7522 | 2025.07.18 19:20:11.983396 [ 4 ] {34063d27-fce6-49d7-82dd-cd8dec86f8bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7523 | 2025.07.18 19:20:11.983453 [ 4 ] {34063d27-fce6-49d7-82dd-cd8dec86f8bf} <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 | ||
7524 | 2025.07.18 19:20:11.984382 [ 4 ] {34063d27-fce6-49d7-82dd-cd8dec86f8bf} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7525 | 2025.07.18 19:20:11.984416 [ 4 ] {34063d27-fce6-49d7-82dd-cd8dec86f8bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7526 | 2025.07.18 19:20:11.985008 [ 4 ] {34063d27-fce6-49d7-82dd-cd8dec86f8bf} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7527 | 2025.07.18 19:20:11.985223 [ 4 ] {34063d27-fce6-49d7-82dd-cd8dec86f8bf} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7528 | 2025.07.18 19:20:11.985361 [ 4 ] {34063d27-fce6-49d7-82dd-cd8dec86f8bf} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001991 sec., 20592.66700150678 rows/sec., 36.90 MiB/sec. | ||
7529 | 2025.07.18 19:20:11.985412 [ 4 ] {34063d27-fce6-49d7-82dd-cd8dec86f8bf} <Debug> TCPHandler: Processed in 0.002193994 sec. | ||
7530 | 2025.07.18 19:20:11.985532 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7531 | 2025.07.18 19:20:11.985627 [ 4 ] {33a9e671-64f4-46c7-adf9-a23f4a1a9d17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7532 | 2025.07.18 19:20:11.985668 [ 4 ] {33a9e671-64f4-46c7-adf9-a23f4a1a9d17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7533 | 2025.07.18 19:20:11.986026 [ 4 ] {33a9e671-64f4-46c7-adf9-a23f4a1a9d17} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7534 | 2025.07.18 19:20:11.986060 [ 4 ] {33a9e671-64f4-46c7-adf9-a23f4a1a9d17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7535 | 2025.07.18 19:20:11.986362 [ 4 ] {33a9e671-64f4-46c7-adf9-a23f4a1a9d17} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7536 | 2025.07.18 19:20:11.986565 [ 4 ] {33a9e671-64f4-46c7-adf9-a23f4a1a9d17} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7537 | 2025.07.18 19:20:11.986664 [ 51 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7538 | 2025.07.18 19:20:11.986700 [ 4 ] {33a9e671-64f4-46c7-adf9-a23f4a1a9d17} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001092 sec., 93406.5934065934 rows/sec., 5.74 MiB/sec. | ||
7539 | 2025.07.18 19:20:11.986700 [ 51 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7540 | 2025.07.18 19:20:11.986731 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7541 | 2025.07.18 19:20:11.986737 [ 4 ] {33a9e671-64f4-46c7-adf9-a23f4a1a9d17} <Debug> TCPHandler: Processed in 0.001255839 sec. | ||
7542 | 2025.07.18 19:20:11.986833 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
7543 | 2025.07.18 19:20:11.986966 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7544 | 2025.07.18 19:20:11.987000 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3930 rows starting from the beginning of the part | ||
7545 | 2025.07.18 19:20:11.987065 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 102 rows starting from the beginning of the part | ||
7546 | 2025.07.18 19:20:11.987113 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
7547 | 2025.07.18 19:20:11.987159 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 102 rows starting from the beginning of the part | ||
7548 | 2025.07.18 19:20:11.987200 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
7549 | 2025.07.18 19:20:11.987243 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 102 rows starting from the beginning of the part | ||
7550 | 2025.07.18 19:20:11.988544 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4356 rows, containing 4 columns (4 merged, 0 gathered) in 0.001757317 sec., 2478778.7291649715 rows/sec., 157.49 MiB/sec. | ||
7551 | 2025.07.18 19:20:11.988859 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7552 | 2025.07.18 19:20:11.989129 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_56_11} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7553 | 2025.07.18 19:20:11.989192 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_56_11} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7554 | 2025.07.18 19:20:11.989275 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
7555 | 2025.07.18 19:20:12.000164 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.84 MiB, peak 277.13 MiB, free memory in arenas 0.00 B, will set to 270.52 MiB (RSS), difference: -1.31 MiB | ||
7556 | 2025.07.18 19:20:12.028096 [ 51 ] {} <Debug> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
7557 | 2025.07.18 19:20:12.028163 [ 51 ] {} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7558 | 2025.07.18 19:20:12.028184 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7559 | 2025.07.18 19:20:12.028270 [ 186 ] {6a071a87-e434-4288-a163-c4637791446e::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 | ||
7560 | 2025.07.18 19:20:12.028375 [ 186 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7561 | 2025.07.18 19:20:12.028402 [ 186 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 16 rows starting from the beginning of the part | ||
7562 | 2025.07.18 19:20:12.028450 [ 186 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
7563 | 2025.07.18 19:20:12.028488 [ 186 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
7564 | 2025.07.18 19:20:12.028524 [ 186 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part | ||
7565 | 2025.07.18 19:20:12.028557 [ 186 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
7566 | 2025.07.18 19:20:12.029202 [ 191 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.000966095 sec., 39333.605908321646 rows/sec., 3.28 MiB/sec. | ||
7567 | 2025.07.18 19:20:12.029329 [ 186 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
7568 | 2025.07.18 19:20:12.029559 [ 186 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_9_2} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7569 | 2025.07.18 19:20:12.029623 [ 186 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_9_2} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
7570 | 2025.07.18 19:20:12.029691 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7571 | 2025.07.18 19:20:16.597479 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7572 | 2025.07.18 19:20:16.597674 [ 4 ] {ec1153cf-0e4f-4062-83cf-e6788977d906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
7573 | 2025.07.18 19:20:16.597748 [ 4 ] {ec1153cf-0e4f-4062-83cf-e6788977d906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7574 | 2025.07.18 19:20:16.598358 [ 4 ] {ec1153cf-0e4f-4062-83cf-e6788977d906} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7575 | 2025.07.18 19:20:16.598408 [ 4 ] {ec1153cf-0e4f-4062-83cf-e6788977d906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7576 | 2025.07.18 19:20:16.598800 [ 4 ] {ec1153cf-0e4f-4062-83cf-e6788977d906} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
7577 | 2025.07.18 19:20:16.599034 [ 4 ] {ec1153cf-0e4f-4062-83cf-e6788977d906} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7578 | 2025.07.18 19:20:16.599191 [ 4 ] {ec1153cf-0e4f-4062-83cf-e6788977d906} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001567 sec., 1276.3241863433311 rows/sec., 104.08 KiB/sec. | ||
7579 | 2025.07.18 19:20:16.599239 [ 4 ] {ec1153cf-0e4f-4062-83cf-e6788977d906} <Debug> TCPHandler: Processed in 0.001887889 sec. | ||
7580 | 2025.07.18 19:20:16.599349 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7581 | 2025.07.18 19:20:16.599451 [ 4 ] {b6b7316d-e219-4ad4-add1-46482b5b115b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7582 | 2025.07.18 19:20:16.599493 [ 4 ] {b6b7316d-e219-4ad4-add1-46482b5b115b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7583 | 2025.07.18 19:20:16.600324 [ 4 ] {b6b7316d-e219-4ad4-add1-46482b5b115b} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7584 | 2025.07.18 19:20:16.600361 [ 4 ] {b6b7316d-e219-4ad4-add1-46482b5b115b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7585 | 2025.07.18 19:20:16.600765 [ 4 ] {b6b7316d-e219-4ad4-add1-46482b5b115b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7586 | 2025.07.18 19:20:16.600971 [ 4 ] {b6b7316d-e219-4ad4-add1-46482b5b115b} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7587 | 2025.07.18 19:20:16.601110 [ 4 ] {b6b7316d-e219-4ad4-add1-46482b5b115b} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.001681 sec., 712076.1451516955 rows/sec., 58.70 MiB/sec. | ||
7588 | 2025.07.18 19:20:16.601148 [ 4 ] {b6b7316d-e219-4ad4-add1-46482b5b115b} <Debug> TCPHandler: Processed in 0.001849878 sec. | ||
7589 | 2025.07.18 19:20:16.601271 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7590 | 2025.07.18 19:20:16.601396 [ 4 ] {681aab85-9b44-4aaa-8c7b-5ef35677b314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7591 | 2025.07.18 19:20:16.601447 [ 4 ] {681aab85-9b44-4aaa-8c7b-5ef35677b314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7592 | 2025.07.18 19:20:16.601911 [ 4 ] {681aab85-9b44-4aaa-8c7b-5ef35677b314} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7593 | 2025.07.18 19:20:16.601947 [ 4 ] {681aab85-9b44-4aaa-8c7b-5ef35677b314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7594 | 2025.07.18 19:20:16.602242 [ 4 ] {681aab85-9b44-4aaa-8c7b-5ef35677b314} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7595 | 2025.07.18 19:20:16.602453 [ 4 ] {681aab85-9b44-4aaa-8c7b-5ef35677b314} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7596 | 2025.07.18 19:20:16.602557 [ 48 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
7597 | 2025.07.18 19:20:16.602579 [ 4 ] {681aab85-9b44-4aaa-8c7b-5ef35677b314} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001209 sec., 1654.259718775848 rows/sec., 115.51 KiB/sec. | ||
7598 | 2025.07.18 19:20:16.602624 [ 48 ] {} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7599 | 2025.07.18 19:20:16.602630 [ 4 ] {681aab85-9b44-4aaa-8c7b-5ef35677b314} <Debug> TCPHandler: Processed in 0.001422142 sec. | ||
7600 | 2025.07.18 19:20:16.602653 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7601 | 2025.07.18 19:20:16.602749 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7602 | 2025.07.18 19:20:16.602766 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::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 | ||
7603 | 2025.07.18 19:20:16.602849 [ 4 ] {9ae39e69-ef0c-4a4c-8eda-c2d4cf4ef9c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7604 | 2025.07.18 19:20:16.602894 [ 4 ] {9ae39e69-ef0c-4a4c-8eda-c2d4cf4ef9c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7605 | 2025.07.18 19:20:16.602898 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7606 | 2025.07.18 19:20:16.602947 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 255 rows starting from the beginning of the part | ||
7607 | 2025.07.18 19:20:16.603023 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part | ||
7608 | 2025.07.18 19:20:16.603078 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part | ||
7609 | 2025.07.18 19:20:16.603122 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 241 rows starting from the beginning of the part | ||
7610 | 2025.07.18 19:20:16.603163 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 237 rows starting from the beginning of the part | ||
7611 | 2025.07.18 19:20:16.603204 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part | ||
7612 | 2025.07.18 19:20:16.603357 [ 4 ] {9ae39e69-ef0c-4a4c-8eda-c2d4cf4ef9c2} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7613 | 2025.07.18 19:20:16.603399 [ 4 ] {9ae39e69-ef0c-4a4c-8eda-c2d4cf4ef9c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7614 | 2025.07.18 19:20:16.603724 [ 4 ] {9ae39e69-ef0c-4a4c-8eda-c2d4cf4ef9c2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7615 | 2025.07.18 19:20:16.603957 [ 4 ] {9ae39e69-ef0c-4a4c-8eda-c2d4cf4ef9c2} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7616 | 2025.07.18 19:20:16.604066 [ 48 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0 | ||
7617 | 2025.07.18 19:20:16.604086 [ 4 ] {9ae39e69-ef0c-4a4c-8eda-c2d4cf4ef9c2} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001256 sec., 181528.66242038217 rows/sec., 12.29 MiB/sec. | ||
7618 | 2025.07.18 19:20:16.604101 [ 48 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7619 | 2025.07.18 19:20:16.604126 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7620 | 2025.07.18 19:20:16.604128 [ 4 ] {9ae39e69-ef0c-4a4c-8eda-c2d4cf4ef9c2} <Debug> TCPHandler: Processed in 0.001431802 sec. | ||
7621 | 2025.07.18 19:20:16.604172 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1209 rows, containing 5 columns (5 merged, 0 gathered) in 0.001457622 sec., 829433.1452187193 rows/sec., 54.06 MiB/sec. | ||
7622 | 2025.07.18 19:20:16.604239 [ 186 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_27_6 to all_32_32_0 into Compact with storage Full | ||
7623 | 2025.07.18 19:20:16.604253 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7624 | 2025.07.18 19:20:16.604345 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
7625 | 2025.07.18 19:20:16.604372 [ 4 ] {2fb5d7b7-9e82-4ee1-9c5e-ca57f1bac78d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7626 | 2025.07.18 19:20:16.604388 [ 186 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7627 | 2025.07.18 19:20:16.604411 [ 4 ] {2fb5d7b7-9e82-4ee1-9c5e-ca57f1bac78d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7628 | 2025.07.18 19:20:16.604427 [ 186 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 431 rows starting from the beginning of the part | ||
7629 | 2025.07.18 19:20:16.604499 [ 186 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 228 rows starting from the beginning of the part | ||
7630 | 2025.07.18 19:20:16.604546 [ 186 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 203 rows starting from the beginning of the part | ||
7631 | 2025.07.18 19:20:16.604589 [ 186 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 203 rows starting from the beginning of the part | ||
7632 | 2025.07.18 19:20:16.604631 [ 186 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 203 rows starting from the beginning of the part | ||
7633 | 2025.07.18 19:20:16.604673 [ 186 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 228 rows starting from the beginning of the part | ||
7634 | 2025.07.18 19:20:16.604681 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7635 | 2025.07.18 19:20:16.604768 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
7636 | 2025.07.18 19:20:16.604854 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
7637 | 2025.07.18 19:20:16.604976 [ 4 ] {2fb5d7b7-9e82-4ee1-9c5e-ca57f1bac78d} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7638 | 2025.07.18 19:20:16.605013 [ 4 ] {2fb5d7b7-9e82-4ee1-9c5e-ca57f1bac78d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7639 | 2025.07.18 19:20:16.605357 [ 4 ] {2fb5d7b7-9e82-4ee1-9c5e-ca57f1bac78d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7640 | 2025.07.18 19:20:16.605575 [ 4 ] {2fb5d7b7-9e82-4ee1-9c5e-ca57f1bac78d} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7641 | 2025.07.18 19:20:16.605710 [ 4 ] {2fb5d7b7-9e82-4ee1-9c5e-ca57f1bac78d} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.001356 sec., 384955.7522123894 rows/sec., 28.50 MiB/sec. | ||
7642 | 2025.07.18 19:20:16.605719 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1496 rows, containing 5 columns (5 merged, 0 gathered) in 0.001541593 sec., 970424.7489447604 rows/sec., 67.72 MiB/sec. | ||
7643 | 2025.07.18 19:20:16.605753 [ 4 ] {2fb5d7b7-9e82-4ee1-9c5e-ca57f1bac78d} <Debug> TCPHandler: Processed in 0.001549624 sec. | ||
7644 | 2025.07.18 19:20:16.605863 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7645 | 2025.07.18 19:20:16.605863 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) | ||
7646 | 2025.07.18 19:20:16.605957 [ 4 ] {f43ed744-0fee-4fb1-bf01-d343065449ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7647 | 2025.07.18 19:20:16.606000 [ 4 ] {f43ed744-0fee-4fb1-bf01-d343065449ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7648 | 2025.07.18 19:20:16.606107 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7649 | 2025.07.18 19:20:16.606166 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7 | ||
7650 | 2025.07.18 19:20:16.606237 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
7651 | 2025.07.18 19:20:16.606553 [ 4 ] {f43ed744-0fee-4fb1-bf01-d343065449ff} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7652 | 2025.07.18 19:20:16.606588 [ 4 ] {f43ed744-0fee-4fb1-bf01-d343065449ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7653 | 2025.07.18 19:20:16.606977 [ 4 ] {f43ed744-0fee-4fb1-bf01-d343065449ff} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7654 | 2025.07.18 19:20:16.607183 [ 4 ] {f43ed744-0fee-4fb1-bf01-d343065449ff} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7655 | 2025.07.18 19:20:16.607312 [ 4 ] {f43ed744-0fee-4fb1-bf01-d343065449ff} <Debug> executeQuery: Read 995 rows, 68.49 KiB in 0.001375 sec., 723636.3636363636 rows/sec., 48.65 MiB/sec. | ||
7656 | 2025.07.18 19:20:16.607349 [ 4 ] {f43ed744-0fee-4fb1-bf01-d343065449ff} <Debug> TCPHandler: Processed in 0.001534103 sec. | ||
7657 | 2025.07.18 19:20:16.607458 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7658 | 2025.07.18 19:20:16.607553 [ 4 ] {4159e60e-adb0-4edd-a247-f559e7d7bd32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7659 | 2025.07.18 19:20:16.607593 [ 4 ] {4159e60e-adb0-4edd-a247-f559e7d7bd32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7660 | 2025.07.18 19:20:16.607919 [ 4 ] {4159e60e-adb0-4edd-a247-f559e7d7bd32} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7661 | 2025.07.18 19:20:16.607954 [ 4 ] {4159e60e-adb0-4edd-a247-f559e7d7bd32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7662 | 2025.07.18 19:20:16.608260 [ 4 ] {4159e60e-adb0-4edd-a247-f559e7d7bd32} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7663 | 2025.07.18 19:20:16.608461 [ 4 ] {4159e60e-adb0-4edd-a247-f559e7d7bd32} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7664 | 2025.07.18 19:20:16.608586 [ 4 ] {4159e60e-adb0-4edd-a247-f559e7d7bd32} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. | ||
7665 | 2025.07.18 19:20:16.608620 [ 4 ] {4159e60e-adb0-4edd-a247-f559e7d7bd32} <Debug> TCPHandler: Processed in 0.001210079 sec. | ||
7666 | 2025.07.18 19:20:18.101336 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
7667 | 2025.07.18 19:20:18.101922 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7668 | 2025.07.18 19:20:18.101974 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7669 | 2025.07.18 19:20:18.102479 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7670 | 2025.07.18 19:20:18.102713 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7671 | 2025.07.18 19:20:18.102844 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
7672 | 2025.07.18 19:20:18.102892 [ 46 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7673 | 2025.07.18 19:20:18.102963 [ 46 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7674 | 2025.07.18 19:20:18.102985 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7675 | 2025.07.18 19:20:18.103083 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
7676 | 2025.07.18 19:20:18.103180 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7677 | 2025.07.18 19:20:18.103216 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
7678 | 2025.07.18 19:20:18.103271 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part | ||
7679 | 2025.07.18 19:20:18.103315 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part | ||
7680 | 2025.07.18 19:20:18.103354 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part | ||
7681 | 2025.07.18 19:20:18.103391 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part | ||
7682 | 2025.07.18 19:20:18.103433 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part | ||
7683 | 2025.07.18 19:20:18.105171 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.002151093 sec., 8762522.12247448 rows/sec., 125.35 MiB/sec. | ||
7684 | 2025.07.18 19:20:18.105409 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7685 | 2025.07.18 19:20:18.105655 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_41_8} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7686 | 2025.07.18 19:20:18.105785 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_41_8} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7687 | 2025.07.18 19:20:18.105864 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
7688 | 2025.07.18 19:20:19.122461 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
7689 | 2025.07.18 19:20:19.139642 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7690 | 2025.07.18 19:20:19.139690 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7691 | 2025.07.18 19:20:19.145714 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7692 | 2025.07.18 19:20:19.146390 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7693 | 2025.07.18 19:20:19.146698 [ 44 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7694 | 2025.07.18 19:20:19.146768 [ 44 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7695 | 2025.07.18 19:20:19.146793 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
7696 | 2025.07.18 19:20:19.146901 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
7697 | 2025.07.18 19:20:19.149466 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
7698 | 2025.07.18 19:20:19.150634 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7699 | 2025.07.18 19:20:19.152099 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 271 rows starting from the beginning of the part | ||
7700 | 2025.07.18 19:20:19.156542 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 8 rows starting from the beginning of the part | ||
7701 | 2025.07.18 19:20:19.161029 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
7702 | 2025.07.18 19:20:19.165480 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
7703 | 2025.07.18 19:20:19.169773 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
7704 | 2025.07.18 19:20:19.173667 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
7705 | 2025.07.18 19:20:19.223913 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.077054325 sec., 4010.157768561336 rows/sec., 20.74 MiB/sec. | ||
7706 | 2025.07.18 19:20:19.226626 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7707 | 2025.07.18 19:20:19.229465 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_41_8} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7708 | 2025.07.18 19:20:19.229575 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_41_8} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7709 | 2025.07.18 19:20:19.232331 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
7710 | 2025.07.18 19:20:20.644459 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1070 | ||
7711 | 2025.07.18 19:20:20.646801 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7712 | 2025.07.18 19:20:20.646848 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7713 | 2025.07.18 19:20:20.648015 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7714 | 2025.07.18 19:20:20.648279 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7715 | 2025.07.18 19:20:20.648526 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1070 | ||
7716 | 2025.07.18 19:20:21.965526 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7717 | 2025.07.18 19:20:21.965701 [ 4 ] {1620538f-dcad-4a31-a99f-22acb2105218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
7718 | 2025.07.18 19:20:21.965768 [ 4 ] {1620538f-dcad-4a31-a99f-22acb2105218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
7719 | 2025.07.18 19:20:21.966603 [ 4 ] {1620538f-dcad-4a31-a99f-22acb2105218} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7720 | 2025.07.18 19:20:21.966645 [ 4 ] {1620538f-dcad-4a31-a99f-22acb2105218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7721 | 2025.07.18 19:20:21.967038 [ 4 ] {1620538f-dcad-4a31-a99f-22acb2105218} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7722 | 2025.07.18 19:20:21.967255 [ 4 ] {1620538f-dcad-4a31-a99f-22acb2105218} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7723 | 2025.07.18 19:20:21.967383 [ 36 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
7724 | 2025.07.18 19:20:21.967403 [ 4 ] {1620538f-dcad-4a31-a99f-22acb2105218} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.00175 sec., 224000 rows/sec., 14.21 MiB/sec. | ||
7725 | 2025.07.18 19:20:21.967452 [ 36 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7726 | 2025.07.18 19:20:21.967465 [ 4 ] {1620538f-dcad-4a31-a99f-22acb2105218} <Debug> TCPHandler: Processed in 0.002059222 sec. | ||
7727 | 2025.07.18 19:20:21.967484 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7728 | 2025.07.18 19:20:21.967584 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::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 | ||
7729 | 2025.07.18 19:20:21.967606 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7730 | 2025.07.18 19:20:21.967698 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7731 | 2025.07.18 19:20:21.967706 [ 4 ] {dfe0271c-6e6e-4f4d-8071-dee2cd21ee04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7732 | 2025.07.18 19:20:21.967739 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 392 rows starting from the beginning of the part | ||
7733 | 2025.07.18 19:20:21.967764 [ 4 ] {dfe0271c-6e6e-4f4d-8071-dee2cd21ee04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7734 | 2025.07.18 19:20:21.967812 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 392 rows starting from the beginning of the part | ||
7735 | 2025.07.18 19:20:21.967863 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 392 rows starting from the beginning of the part | ||
7736 | 2025.07.18 19:20:21.967905 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 392 rows starting from the beginning of the part | ||
7737 | 2025.07.18 19:20:21.967946 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 392 rows starting from the beginning of the part | ||
7738 | 2025.07.18 19:20:21.968928 [ 192 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001384461 sec., 1415713.407600503 rows/sec., 95.22 MiB/sec. | ||
7739 | 2025.07.18 19:20:21.969056 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
7740 | 2025.07.18 19:20:21.969071 [ 4 ] {dfe0271c-6e6e-4f4d-8071-dee2cd21ee04} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7741 | 2025.07.18 19:20:21.969114 [ 4 ] {dfe0271c-6e6e-4f4d-8071-dee2cd21ee04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7742 | 2025.07.18 19:20:21.969327 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_29_7} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7743 | 2025.07.18 19:20:21.969406 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_29_7} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
7744 | 2025.07.18 19:20:21.969472 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
7745 | 2025.07.18 19:20:21.969679 [ 4 ] {dfe0271c-6e6e-4f4d-8071-dee2cd21ee04} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7746 | 2025.07.18 19:20:21.969913 [ 4 ] {dfe0271c-6e6e-4f4d-8071-dee2cd21ee04} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7747 | 2025.07.18 19:20:21.970044 [ 4 ] {dfe0271c-6e6e-4f4d-8071-dee2cd21ee04} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.002357 sec., 487484.0899448451 rows/sec., 38.91 MiB/sec. | ||
7748 | 2025.07.18 19:20:21.970082 [ 4 ] {dfe0271c-6e6e-4f4d-8071-dee2cd21ee04} <Debug> TCPHandler: Processed in 0.002525508 sec. | ||
7749 | 2025.07.18 19:20:21.970197 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7750 | 2025.07.18 19:20:21.970294 [ 4 ] {c7ac642d-a7b7-4578-b8b1-7f42faeb74cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7751 | 2025.07.18 19:20:21.970334 [ 4 ] {c7ac642d-a7b7-4578-b8b1-7f42faeb74cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7752 | 2025.07.18 19:20:21.970887 [ 4 ] {c7ac642d-a7b7-4578-b8b1-7f42faeb74cf} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7753 | 2025.07.18 19:20:21.970924 [ 4 ] {c7ac642d-a7b7-4578-b8b1-7f42faeb74cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7754 | 2025.07.18 19:20:21.971233 [ 4 ] {c7ac642d-a7b7-4578-b8b1-7f42faeb74cf} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7755 | 2025.07.18 19:20:21.971438 [ 4 ] {c7ac642d-a7b7-4578-b8b1-7f42faeb74cf} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7756 | 2025.07.18 19:20:21.971569 [ 4 ] {c7ac642d-a7b7-4578-b8b1-7f42faeb74cf} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001293 sec., 183294.66357308583 rows/sec., 11.22 MiB/sec. | ||
7757 | 2025.07.18 19:20:21.971606 [ 4 ] {c7ac642d-a7b7-4578-b8b1-7f42faeb74cf} <Debug> TCPHandler: Processed in 0.001457393 sec. | ||
7758 | 2025.07.18 19:20:21.971715 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7759 | 2025.07.18 19:20:21.971814 [ 4 ] {71a2357d-0bfe-47d8-9177-33ade56c5619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7760 | 2025.07.18 19:20:21.971854 [ 4 ] {71a2357d-0bfe-47d8-9177-33ade56c5619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7761 | 2025.07.18 19:20:21.972358 [ 4 ] {71a2357d-0bfe-47d8-9177-33ade56c5619} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7762 | 2025.07.18 19:20:21.972394 [ 4 ] {71a2357d-0bfe-47d8-9177-33ade56c5619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7763 | 2025.07.18 19:20:21.972684 [ 4 ] {71a2357d-0bfe-47d8-9177-33ade56c5619} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7764 | 2025.07.18 19:20:21.972896 [ 4 ] {71a2357d-0bfe-47d8-9177-33ade56c5619} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7765 | 2025.07.18 19:20:21.973023 [ 4 ] {71a2357d-0bfe-47d8-9177-33ade56c5619} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001227 sec., 165444.1727791361 rows/sec., 10.67 MiB/sec. | ||
7766 | 2025.07.18 19:20:21.973060 [ 4 ] {71a2357d-0bfe-47d8-9177-33ade56c5619} <Debug> TCPHandler: Processed in 0.001394191 sec. | ||
7767 | 2025.07.18 19:20:21.973168 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7768 | 2025.07.18 19:20:21.973262 [ 4 ] {fd755237-04b1-4b0d-b48f-9b87e2d7d0a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
7769 | 2025.07.18 19:20:21.973302 [ 4 ] {fd755237-04b1-4b0d-b48f-9b87e2d7d0a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7770 | 2025.07.18 19:20:21.973789 [ 4 ] {fd755237-04b1-4b0d-b48f-9b87e2d7d0a2} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7771 | 2025.07.18 19:20:21.973826 [ 4 ] {fd755237-04b1-4b0d-b48f-9b87e2d7d0a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7772 | 2025.07.18 19:20:21.974122 [ 4 ] {fd755237-04b1-4b0d-b48f-9b87e2d7d0a2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7773 | 2025.07.18 19:20:21.974328 [ 4 ] {fd755237-04b1-4b0d-b48f-9b87e2d7d0a2} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7774 | 2025.07.18 19:20:21.974423 [ 36 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
7775 | 2025.07.18 19:20:21.974452 [ 36 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7776 | 2025.07.18 19:20:21.974452 [ 4 ] {fd755237-04b1-4b0d-b48f-9b87e2d7d0a2} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001208 sec., 167218.5430463576 rows/sec., 9.50 MiB/sec. | ||
7777 | 2025.07.18 19:20:21.974472 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7778 | 2025.07.18 19:20:21.974503 [ 4 ] {fd755237-04b1-4b0d-b48f-9b87e2d7d0a2} <Debug> TCPHandler: Processed in 0.001384271 sec. | ||
7779 | 2025.07.18 19:20:21.974603 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::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 | ||
7780 | 2025.07.18 19:20:21.974621 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7781 | 2025.07.18 19:20:21.974758 [ 4 ] {40883bff-fa2d-4f88-9288-6aa069d8da4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7782 | 2025.07.18 19:20:21.974774 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7783 | 2025.07.18 19:20:21.974827 [ 4 ] {40883bff-fa2d-4f88-9288-6aa069d8da4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7784 | 2025.07.18 19:20:21.974844 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 202 rows starting from the beginning of the part | ||
7785 | 2025.07.18 19:20:21.974929 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 202 rows starting from the beginning of the part | ||
7786 | 2025.07.18 19:20:21.974986 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 202 rows starting from the beginning of the part | ||
7787 | 2025.07.18 19:20:21.975043 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 202 rows starting from the beginning of the part | ||
7788 | 2025.07.18 19:20:21.975092 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 202 rows starting from the beginning of the part | ||
7789 | 2025.07.18 19:20:21.975592 [ 4 ] {40883bff-fa2d-4f88-9288-6aa069d8da4a} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7790 | 2025.07.18 19:20:21.975656 [ 4 ] {40883bff-fa2d-4f88-9288-6aa069d8da4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7791 | 2025.07.18 19:20:21.975992 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001450382 sec., 696368.2671185936 rows/sec., 42.21 MiB/sec. | ||
7792 | 2025.07.18 19:20:21.975998 [ 4 ] {40883bff-fa2d-4f88-9288-6aa069d8da4a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7793 | 2025.07.18 19:20:21.976152 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
7794 | 2025.07.18 19:20:21.976251 [ 4 ] {40883bff-fa2d-4f88-9288-6aa069d8da4a} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7795 | 2025.07.18 19:20:21.976394 [ 4 ] {40883bff-fa2d-4f88-9288-6aa069d8da4a} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001657 sec., 418225.70911285456 rows/sec., 29.38 MiB/sec. | ||
7796 | 2025.07.18 19:20:21.976432 [ 4 ] {40883bff-fa2d-4f88-9288-6aa069d8da4a} <Debug> TCPHandler: Processed in 0.001859659 sec. | ||
7797 | 2025.07.18 19:20:21.976442 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_29_7} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7798 | 2025.07.18 19:20:21.976521 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_29_7} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
7799 | 2025.07.18 19:20:21.976545 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7800 | 2025.07.18 19:20:21.976592 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
7801 | 2025.07.18 19:20:21.976643 [ 4 ] {7bcad4d7-44c7-470c-9207-0b8a17c803da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
7802 | 2025.07.18 19:20:21.976691 [ 4 ] {7bcad4d7-44c7-470c-9207-0b8a17c803da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7803 | 2025.07.18 19:20:21.977022 [ 4 ] {7bcad4d7-44c7-470c-9207-0b8a17c803da} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7804 | 2025.07.18 19:20:21.977057 [ 4 ] {7bcad4d7-44c7-470c-9207-0b8a17c803da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7805 | 2025.07.18 19:20:21.977355 [ 4 ] {7bcad4d7-44c7-470c-9207-0b8a17c803da} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7806 | 2025.07.18 19:20:21.977553 [ 4 ] {7bcad4d7-44c7-470c-9207-0b8a17c803da} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7807 | 2025.07.18 19:20:21.977676 [ 4 ] {7bcad4d7-44c7-470c-9207-0b8a17c803da} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001051 sec., 5708.848715509039 rows/sec., 298.27 KiB/sec. | ||
7808 | 2025.07.18 19:20:21.977712 [ 4 ] {7bcad4d7-44c7-470c-9207-0b8a17c803da} <Debug> TCPHandler: Processed in 0.001215529 sec. | ||
7809 | 2025.07.18 19:20:21.977819 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7810 | 2025.07.18 19:20:21.977913 [ 4 ] {6f3ffcb7-ace9-4996-ba9c-beabdf6aa798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7811 | 2025.07.18 19:20:21.977956 [ 4 ] {6f3ffcb7-ace9-4996-ba9c-beabdf6aa798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7812 | 2025.07.18 19:20:21.978412 [ 4 ] {6f3ffcb7-ace9-4996-ba9c-beabdf6aa798} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7813 | 2025.07.18 19:20:21.978448 [ 4 ] {6f3ffcb7-ace9-4996-ba9c-beabdf6aa798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7814 | 2025.07.18 19:20:21.978773 [ 4 ] {6f3ffcb7-ace9-4996-ba9c-beabdf6aa798} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7815 | 2025.07.18 19:20:21.978982 [ 4 ] {6f3ffcb7-ace9-4996-ba9c-beabdf6aa798} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7816 | 2025.07.18 19:20:21.979108 [ 4 ] {6f3ffcb7-ace9-4996-ba9c-beabdf6aa798} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001213 sec., 253091.5086562242 rows/sec., 16.65 MiB/sec. | ||
7817 | 2025.07.18 19:20:21.979143 [ 4 ] {6f3ffcb7-ace9-4996-ba9c-beabdf6aa798} <Debug> TCPHandler: Processed in 0.001371292 sec. | ||
7818 | 2025.07.18 19:20:21.979251 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7819 | 2025.07.18 19:20:21.979345 [ 4 ] {fe570b64-c08e-484d-85aa-24309e3c762a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
7820 | 2025.07.18 19:20:21.979386 [ 4 ] {fe570b64-c08e-484d-85aa-24309e3c762a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7821 | 2025.07.18 19:20:21.979693 [ 4 ] {fe570b64-c08e-484d-85aa-24309e3c762a} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7822 | 2025.07.18 19:20:21.979730 [ 4 ] {fe570b64-c08e-484d-85aa-24309e3c762a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7823 | 2025.07.18 19:20:21.980014 [ 4 ] {fe570b64-c08e-484d-85aa-24309e3c762a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7824 | 2025.07.18 19:20:21.980213 [ 4 ] {fe570b64-c08e-484d-85aa-24309e3c762a} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7825 | 2025.07.18 19:20:21.980338 [ 4 ] {fe570b64-c08e-484d-85aa-24309e3c762a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001011 sec., 989.1196834817014 rows/sec., 66.65 KiB/sec. | ||
7826 | 2025.07.18 19:20:21.980373 [ 4 ] {fe570b64-c08e-484d-85aa-24309e3c762a} <Debug> TCPHandler: Processed in 0.001170407 sec. | ||
7827 | 2025.07.18 19:20:21.980479 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7828 | 2025.07.18 19:20:21.980573 [ 4 ] {8f310d53-22c9-4d00-8894-0dadd2ad3b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
7829 | 2025.07.18 19:20:21.980626 [ 4 ] {8f310d53-22c9-4d00-8894-0dadd2ad3b80} <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 | ||
7830 | 2025.07.18 19:20:21.981504 [ 4 ] {8f310d53-22c9-4d00-8894-0dadd2ad3b80} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7831 | 2025.07.18 19:20:21.981541 [ 4 ] {8f310d53-22c9-4d00-8894-0dadd2ad3b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7832 | 2025.07.18 19:20:21.982096 [ 4 ] {8f310d53-22c9-4d00-8894-0dadd2ad3b80} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7833 | 2025.07.18 19:20:21.982310 [ 4 ] {8f310d53-22c9-4d00-8894-0dadd2ad3b80} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7834 | 2025.07.18 19:20:21.982443 [ 4 ] {8f310d53-22c9-4d00-8894-0dadd2ad3b80} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001888 sec., 21716.101694915254 rows/sec., 38.91 MiB/sec. | ||
7835 | 2025.07.18 19:20:21.982495 [ 4 ] {8f310d53-22c9-4d00-8894-0dadd2ad3b80} <Debug> TCPHandler: Processed in 0.002063262 sec. | ||
7836 | 2025.07.18 19:20:21.982611 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7837 | 2025.07.18 19:20:21.982705 [ 4 ] {ed2e015b-0fb9-4fab-9f9c-e6bc981c9a35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7838 | 2025.07.18 19:20:21.982749 [ 4 ] {ed2e015b-0fb9-4fab-9f9c-e6bc981c9a35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7839 | 2025.07.18 19:20:21.983089 [ 4 ] {ed2e015b-0fb9-4fab-9f9c-e6bc981c9a35} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7840 | 2025.07.18 19:20:21.983125 [ 4 ] {ed2e015b-0fb9-4fab-9f9c-e6bc981c9a35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7841 | 2025.07.18 19:20:21.983430 [ 4 ] {ed2e015b-0fb9-4fab-9f9c-e6bc981c9a35} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
7842 | 2025.07.18 19:20:21.983627 [ 4 ] {ed2e015b-0fb9-4fab-9f9c-e6bc981c9a35} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7843 | 2025.07.18 19:20:21.983758 [ 4 ] {ed2e015b-0fb9-4fab-9f9c-e6bc981c9a35} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001071 sec., 95238.09523809525 rows/sec., 5.85 MiB/sec. | ||
7844 | 2025.07.18 19:20:21.983793 [ 4 ] {ed2e015b-0fb9-4fab-9f9c-e6bc981c9a35} <Debug> TCPHandler: Processed in 0.001232009 sec. | ||
7845 | 2025.07.18 19:20:25.462067 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7846 | 2025.07.18 19:20:25.462137 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7847 | 2025.07.18 19:20:25.603776 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
7848 | 2025.07.18 19:20:25.604257 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7849 | 2025.07.18 19:20:25.604294 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7850 | 2025.07.18 19:20:25.604772 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7851 | 2025.07.18 19:20:25.604998 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7852 | 2025.07.18 19:20:25.605134 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
7853 | 2025.07.18 19:20:26.650437 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
7854 | 2025.07.18 19:20:26.666421 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7855 | 2025.07.18 19:20:26.666482 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7856 | 2025.07.18 19:20:26.671920 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7857 | 2025.07.18 19:20:26.672622 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7858 | 2025.07.18 19:20:26.675415 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
7859 | 2025.07.18 19:20:26.952809 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7860 | 2025.07.18 19:20:26.952984 [ 4 ] {dc4cbf00-3d45-4b74-abe3-ecddac09b99b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7861 | 2025.07.18 19:20:26.953048 [ 4 ] {dc4cbf00-3d45-4b74-abe3-ecddac09b99b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7862 | 2025.07.18 19:20:26.953703 [ 4 ] {dc4cbf00-3d45-4b74-abe3-ecddac09b99b} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7863 | 2025.07.18 19:20:26.953743 [ 4 ] {dc4cbf00-3d45-4b74-abe3-ecddac09b99b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7864 | 2025.07.18 19:20:26.954130 [ 4 ] {dc4cbf00-3d45-4b74-abe3-ecddac09b99b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
7865 | 2025.07.18 19:20:26.954349 [ 4 ] {dc4cbf00-3d45-4b74-abe3-ecddac09b99b} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7866 | 2025.07.18 19:20:26.954492 [ 4 ] {dc4cbf00-3d45-4b74-abe3-ecddac09b99b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001556 sec., 35989.71722365038 rows/sec., 2.76 MiB/sec. | ||
7867 | 2025.07.18 19:20:26.954532 [ 4 ] {dc4cbf00-3d45-4b74-abe3-ecddac09b99b} <Debug> TCPHandler: Processed in 0.001845119 sec. | ||
7868 | 2025.07.18 19:20:26.954643 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7869 | 2025.07.18 19:20:26.954743 [ 4 ] {14cc20bc-2bf6-481a-8b0e-15112f43df74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7870 | 2025.07.18 19:20:26.954786 [ 4 ] {14cc20bc-2bf6-481a-8b0e-15112f43df74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7871 | 2025.07.18 19:20:26.955200 [ 4 ] {14cc20bc-2bf6-481a-8b0e-15112f43df74} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7872 | 2025.07.18 19:20:26.955234 [ 4 ] {14cc20bc-2bf6-481a-8b0e-15112f43df74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7873 | 2025.07.18 19:20:26.955534 [ 4 ] {14cc20bc-2bf6-481a-8b0e-15112f43df74} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
7874 | 2025.07.18 19:20:26.955742 [ 4 ] {14cc20bc-2bf6-481a-8b0e-15112f43df74} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7875 | 2025.07.18 19:20:26.955867 [ 4 ] {14cc20bc-2bf6-481a-8b0e-15112f43df74} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001148 sec., 55749.12891986063 rows/sec., 4.35 MiB/sec. | ||
7876 | 2025.07.18 19:20:26.955904 [ 4 ] {14cc20bc-2bf6-481a-8b0e-15112f43df74} <Debug> TCPHandler: Processed in 0.001309541 sec. | ||
7877 | 2025.07.18 19:20:26.956015 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7878 | 2025.07.18 19:20:26.956109 [ 4 ] {8a63096d-2592-4583-8b69-e312c172a093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
7879 | 2025.07.18 19:20:26.956153 [ 4 ] {8a63096d-2592-4583-8b69-e312c172a093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7880 | 2025.07.18 19:20:26.956557 [ 4 ] {8a63096d-2592-4583-8b69-e312c172a093} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7881 | 2025.07.18 19:20:26.956591 [ 4 ] {8a63096d-2592-4583-8b69-e312c172a093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7882 | 2025.07.18 19:20:26.956922 [ 4 ] {8a63096d-2592-4583-8b69-e312c172a093} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
7883 | 2025.07.18 19:20:26.957132 [ 4 ] {8a63096d-2592-4583-8b69-e312c172a093} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7884 | 2025.07.18 19:20:26.957258 [ 4 ] {8a63096d-2592-4583-8b69-e312c172a093} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001167 sec., 137103.68466152527 rows/sec., 9.55 MiB/sec. | ||
7885 | 2025.07.18 19:20:26.957293 [ 4 ] {8a63096d-2592-4583-8b69-e312c172a093} <Debug> TCPHandler: Processed in 0.00132632 sec. | ||
7886 | 2025.07.18 19:20:26.957392 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7887 | 2025.07.18 19:20:26.957484 [ 4 ] {8c48a227-5b01-4272-bfc4-a074bf3d7e72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
7888 | 2025.07.18 19:20:26.957524 [ 4 ] {8c48a227-5b01-4272-bfc4-a074bf3d7e72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7889 | 2025.07.18 19:20:26.957855 [ 4 ] {8c48a227-5b01-4272-bfc4-a074bf3d7e72} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7890 | 2025.07.18 19:20:26.957888 [ 4 ] {8c48a227-5b01-4272-bfc4-a074bf3d7e72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7891 | 2025.07.18 19:20:26.958196 [ 4 ] {8c48a227-5b01-4272-bfc4-a074bf3d7e72} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
7892 | 2025.07.18 19:20:26.958412 [ 4 ] {8c48a227-5b01-4272-bfc4-a074bf3d7e72} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7893 | 2025.07.18 19:20:26.958536 [ 4 ] {8c48a227-5b01-4272-bfc4-a074bf3d7e72} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. | ||
7894 | 2025.07.18 19:20:26.958569 [ 4 ] {8c48a227-5b01-4272-bfc4-a074bf3d7e72} <Debug> TCPHandler: Processed in 0.001224809 sec. | ||
7895 | 2025.07.18 19:20:30.648802 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1100 | ||
7896 | 2025.07.18 19:20:30.651333 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7897 | 2025.07.18 19:20:30.651379 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7898 | 2025.07.18 19:20:30.652495 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7899 | 2025.07.18 19:20:30.652743 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7900 | 2025.07.18 19:20:30.652977 [ 33 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7901 | 2025.07.18 19:20:30.653066 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1100 | ||
7902 | 2025.07.18 19:20:30.653076 [ 33 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7903 | 2025.07.18 19:20:30.653131 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7904 | 2025.07.18 19:20:30.653312 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
7905 | 2025.07.18 19:20:30.653944 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7906 | 2025.07.18 19:20:30.654083 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 940 rows starting from the beginning of the part | ||
7907 | 2025.07.18 19:20:30.654447 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part | ||
7908 | 2025.07.18 19:20:30.654799 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 30 rows starting from the beginning of the part | ||
7909 | 2025.07.18 19:20:30.655152 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part | ||
7910 | 2025.07.18 19:20:30.655479 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part | ||
7911 | 2025.07.18 19:20:30.655806 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 30 rows starting from the beginning of the part | ||
7912 | 2025.07.18 19:20:30.662089 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1100 rows, containing 72 columns (72 merged, 0 gathered) in 0.008866466 sec., 124062.95811657091 rows/sec., 99.22 MiB/sec. | ||
7913 | 2025.07.18 19:20:30.663359 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7914 | 2025.07.18 19:20:30.663997 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7915 | 2025.07.18 19:20:30.664077 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7916 | 2025.07.18 19:20:30.664313 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.57 MiB. | ||
7917 | 2025.07.18 19:20:31.965723 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7918 | 2025.07.18 19:20:31.965951 [ 4 ] {0db40527-d90e-4989-807d-1a85bedc1ab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
7919 | 2025.07.18 19:20:31.966036 [ 4 ] {0db40527-d90e-4989-807d-1a85bedc1ab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
7920 | 2025.07.18 19:20:31.967040 [ 4 ] {0db40527-d90e-4989-807d-1a85bedc1ab6} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7921 | 2025.07.18 19:20:31.967083 [ 4 ] {0db40527-d90e-4989-807d-1a85bedc1ab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7922 | 2025.07.18 19:20:31.967499 [ 4 ] {0db40527-d90e-4989-807d-1a85bedc1ab6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7923 | 2025.07.18 19:20:31.967720 [ 4 ] {0db40527-d90e-4989-807d-1a85bedc1ab6} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7924 | 2025.07.18 19:20:31.967880 [ 4 ] {0db40527-d90e-4989-807d-1a85bedc1ab6} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001986 sec., 197381.6717019134 rows/sec., 12.52 MiB/sec. | ||
7925 | 2025.07.18 19:20:31.967923 [ 4 ] {0db40527-d90e-4989-807d-1a85bedc1ab6} <Debug> TCPHandler: Processed in 0.002343756 sec. | ||
7926 | 2025.07.18 19:20:31.968047 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7927 | 2025.07.18 19:20:31.968143 [ 4 ] {10536088-4c6e-49fb-8ea4-c06274363061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
7928 | 2025.07.18 19:20:31.968185 [ 4 ] {10536088-4c6e-49fb-8ea4-c06274363061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7929 | 2025.07.18 19:20:31.968616 [ 4 ] {10536088-4c6e-49fb-8ea4-c06274363061} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7930 | 2025.07.18 19:20:31.968653 [ 4 ] {10536088-4c6e-49fb-8ea4-c06274363061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7931 | 2025.07.18 19:20:31.968938 [ 4 ] {10536088-4c6e-49fb-8ea4-c06274363061} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7932 | 2025.07.18 19:20:31.969152 [ 4 ] {10536088-4c6e-49fb-8ea4-c06274363061} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7933 | 2025.07.18 19:20:31.969280 [ 4 ] {10536088-4c6e-49fb-8ea4-c06274363061} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001156 sec., 10380.622837370243 rows/sec., 846.47 KiB/sec. | ||
7934 | 2025.07.18 19:20:31.969318 [ 4 ] {10536088-4c6e-49fb-8ea4-c06274363061} <Debug> TCPHandler: Processed in 0.001320241 sec. | ||
7935 | 2025.07.18 19:20:31.969429 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7936 | 2025.07.18 19:20:31.969523 [ 4 ] {e570dd74-3847-42a5-a808-3c7a41fcdd53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
7937 | 2025.07.18 19:20:31.969562 [ 4 ] {e570dd74-3847-42a5-a808-3c7a41fcdd53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7938 | 2025.07.18 19:20:31.970556 [ 4 ] {e570dd74-3847-42a5-a808-3c7a41fcdd53} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7939 | 2025.07.18 19:20:31.970593 [ 4 ] {e570dd74-3847-42a5-a808-3c7a41fcdd53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7940 | 2025.07.18 19:20:31.970974 [ 4 ] {e570dd74-3847-42a5-a808-3c7a41fcdd53} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
7941 | 2025.07.18 19:20:31.971189 [ 4 ] {e570dd74-3847-42a5-a808-3c7a41fcdd53} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7942 | 2025.07.18 19:20:31.971317 [ 4 ] {e570dd74-3847-42a5-a808-3c7a41fcdd53} <Debug> executeQuery: Read 1155 rows, 94.34 KiB in 0.001811 sec., 637769.1882937604 rows/sec., 50.87 MiB/sec. | ||
7943 | 2025.07.18 19:20:31.971322 [ 32 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
7944 | 2025.07.18 19:20:31.971354 [ 4 ] {e570dd74-3847-42a5-a808-3c7a41fcdd53} <Debug> TCPHandler: Processed in 0.00197377 sec. | ||
7945 | 2025.07.18 19:20:31.971423 [ 32 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7946 | 2025.07.18 19:20:31.971469 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7947 | 2025.07.18 19:20:31.971506 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7948 | 2025.07.18 19:20:31.971620 [ 4 ] {f8e2f91c-850b-49ab-91f1-402fc0eb25ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
7949 | 2025.07.18 19:20:31.971628 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
7950 | 2025.07.18 19:20:31.971660 [ 4 ] {f8e2f91c-850b-49ab-91f1-402fc0eb25ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7951 | 2025.07.18 19:20:31.971773 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7952 | 2025.07.18 19:20:31.971814 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2298 rows starting from the beginning of the part | ||
7953 | 2025.07.18 19:20:31.971887 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1149 rows starting from the beginning of the part | ||
7954 | 2025.07.18 19:20:31.971941 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1197 rows starting from the beginning of the part | ||
7955 | 2025.07.18 19:20:31.971989 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1149 rows starting from the beginning of the part | ||
7956 | 2025.07.18 19:20:31.972035 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part | ||
7957 | 2025.07.18 19:20:31.972081 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1155 rows starting from the beginning of the part | ||
7958 | 2025.07.18 19:20:31.972192 [ 4 ] {f8e2f91c-850b-49ab-91f1-402fc0eb25ba} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7959 | 2025.07.18 19:20:31.972236 [ 4 ] {f8e2f91c-850b-49ab-91f1-402fc0eb25ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7960 | 2025.07.18 19:20:31.972595 [ 4 ] {f8e2f91c-850b-49ab-91f1-402fc0eb25ba} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7961 | 2025.07.18 19:20:31.972802 [ 4 ] {f8e2f91c-850b-49ab-91f1-402fc0eb25ba} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7962 | 2025.07.18 19:20:31.972933 [ 4 ] {f8e2f91c-850b-49ab-91f1-402fc0eb25ba} <Debug> executeQuery: Read 249 rows, 15.70 KiB in 0.001331 sec., 187077.38542449288 rows/sec., 11.52 MiB/sec. | ||
7963 | 2025.07.18 19:20:31.972971 [ 4 ] {f8e2f91c-850b-49ab-91f1-402fc0eb25ba} <Debug> TCPHandler: Processed in 0.001513434 sec. | ||
7964 | 2025.07.18 19:20:31.973082 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7965 | 2025.07.18 19:20:31.973178 [ 4 ] {c4477a28-3942-4cd6-8e0b-5266c74022e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
7966 | 2025.07.18 19:20:31.973217 [ 4 ] {c4477a28-3942-4cd6-8e0b-5266c74022e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7967 | 2025.07.18 19:20:31.973686 [ 4 ] {c4477a28-3942-4cd6-8e0b-5266c74022e3} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7968 | 2025.07.18 19:20:31.973721 [ 4 ] {c4477a28-3942-4cd6-8e0b-5266c74022e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7969 | 2025.07.18 19:20:31.974085 [ 4 ] {c4477a28-3942-4cd6-8e0b-5266c74022e3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7970 | 2025.07.18 19:20:31.974292 [ 4 ] {c4477a28-3942-4cd6-8e0b-5266c74022e3} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7971 | 2025.07.18 19:20:31.974381 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7004 rows, containing 5 columns (5 merged, 0 gathered) in 0.002822353 sec., 2481617.288836655 rows/sec., 209.71 MiB/sec. | ||
7972 | 2025.07.18 19:20:31.974419 [ 4 ] {c4477a28-3942-4cd6-8e0b-5266c74022e3} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.00126 sec., 161111.1111111111 rows/sec., 10.39 MiB/sec. | ||
7973 | 2025.07.18 19:20:31.974461 [ 4 ] {c4477a28-3942-4cd6-8e0b-5266c74022e3} <Debug> TCPHandler: Processed in 0.001427261 sec. | ||
7974 | 2025.07.18 19:20:31.974572 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7975 | 2025.07.18 19:20:31.974665 [ 4 ] {4f049364-2a50-4867-8692-88dcf33771ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
7976 | 2025.07.18 19:20:31.974669 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
7977 | 2025.07.18 19:20:31.974708 [ 4 ] {4f049364-2a50-4867-8692-88dcf33771ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7978 | 2025.07.18 19:20:31.974929 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7979 | 2025.07.18 19:20:31.975003 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
7980 | 2025.07.18 19:20:31.975068 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. | ||
7981 | 2025.07.18 19:20:31.975175 [ 4 ] {4f049364-2a50-4867-8692-88dcf33771ae} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7982 | 2025.07.18 19:20:31.975216 [ 4 ] {4f049364-2a50-4867-8692-88dcf33771ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7983 | 2025.07.18 19:20:31.975515 [ 4 ] {4f049364-2a50-4867-8692-88dcf33771ae} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7984 | 2025.07.18 19:20:31.975722 [ 4 ] {4f049364-2a50-4867-8692-88dcf33771ae} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7985 | 2025.07.18 19:20:31.975850 [ 4 ] {4f049364-2a50-4867-8692-88dcf33771ae} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001202 sec., 168053.2445923461 rows/sec., 9.54 MiB/sec. | ||
7986 | 2025.07.18 19:20:31.975890 [ 4 ] {4f049364-2a50-4867-8692-88dcf33771ae} <Debug> TCPHandler: Processed in 0.001366652 sec. | ||
7987 | 2025.07.18 19:20:31.976004 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7988 | 2025.07.18 19:20:31.976096 [ 4 ] {cd95915c-5076-41f3-b219-d19f51e235b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
7989 | 2025.07.18 19:20:31.976136 [ 4 ] {cd95915c-5076-41f3-b219-d19f51e235b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7990 | 2025.07.18 19:20:31.976803 [ 4 ] {cd95915c-5076-41f3-b219-d19f51e235b4} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7991 | 2025.07.18 19:20:31.976837 [ 4 ] {cd95915c-5076-41f3-b219-d19f51e235b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7992 | 2025.07.18 19:20:31.977164 [ 4 ] {cd95915c-5076-41f3-b219-d19f51e235b4} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
7993 | 2025.07.18 19:20:31.977361 [ 4 ] {cd95915c-5076-41f3-b219-d19f51e235b4} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7994 | 2025.07.18 19:20:31.977464 [ 31 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
7995 | 2025.07.18 19:20:31.977484 [ 4 ] {cd95915c-5076-41f3-b219-d19f51e235b4} <Debug> executeQuery: Read 705 rows, 50.83 KiB in 0.001405 sec., 501779.35943060496 rows/sec., 35.33 MiB/sec. | ||
7996 | 2025.07.18 19:20:31.977502 [ 31 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7997 | 2025.07.18 19:20:31.977521 [ 4 ] {cd95915c-5076-41f3-b219-d19f51e235b4} <Debug> TCPHandler: Processed in 0.001565293 sec. | ||
7998 | 2025.07.18 19:20:31.977521 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
7999 | 2025.07.18 19:20:31.977642 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8000 | 2025.07.18 19:20:31.977639 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
8001 | 2025.07.18 19:20:31.977737 [ 4 ] {d12dd38b-d4e8-46ec-a558-cfdc10d8b42d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
8002 | 2025.07.18 19:20:31.977783 [ 4 ] {d12dd38b-d4e8-46ec-a558-cfdc10d8b42d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8003 | 2025.07.18 19:20:31.977799 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8004 | 2025.07.18 19:20:31.977838 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1185 rows starting from the beginning of the part | ||
8005 | 2025.07.18 19:20:31.977904 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 693 rows starting from the beginning of the part | ||
8006 | 2025.07.18 19:20:31.977962 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 522 rows starting from the beginning of the part | ||
8007 | 2025.07.18 19:20:31.978008 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 693 rows starting from the beginning of the part | ||
8008 | 2025.07.18 19:20:31.978052 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part | ||
8009 | 2025.07.18 19:20:31.978099 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 705 rows starting from the beginning of the part | ||
8010 | 2025.07.18 19:20:31.978135 [ 4 ] {d12dd38b-d4e8-46ec-a558-cfdc10d8b42d} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8011 | 2025.07.18 19:20:31.978175 [ 4 ] {d12dd38b-d4e8-46ec-a558-cfdc10d8b42d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8012 | 2025.07.18 19:20:31.978493 [ 4 ] {d12dd38b-d4e8-46ec-a558-cfdc10d8b42d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
8013 | 2025.07.18 19:20:31.978708 [ 4 ] {d12dd38b-d4e8-46ec-a558-cfdc10d8b42d} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8014 | 2025.07.18 19:20:31.978840 [ 4 ] {d12dd38b-d4e8-46ec-a558-cfdc10d8b42d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001121 sec., 5352.3639607493305 rows/sec., 279.64 KiB/sec. | ||
8015 | 2025.07.18 19:20:31.978879 [ 4 ] {d12dd38b-d4e8-46ec-a558-cfdc10d8b42d} <Debug> TCPHandler: Processed in 0.001285049 sec. | ||
8016 | 2025.07.18 19:20:31.978992 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8017 | 2025.07.18 19:20:31.979086 [ 4 ] {9ac2462a-162c-4d14-8155-874371e98ffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8018 | 2025.07.18 19:20:31.979127 [ 4 ] {9ac2462a-162c-4d14-8155-874371e98ffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8019 | 2025.07.18 19:20:31.979539 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3862 rows, containing 5 columns (5 merged, 0 gathered) in 0.00195727 sec., 1973156.4883741129 rows/sec., 148.37 MiB/sec. | ||
8020 | 2025.07.18 19:20:31.979565 [ 4 ] {9ac2462a-162c-4d14-8155-874371e98ffa} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8021 | 2025.07.18 19:20:31.979606 [ 4 ] {9ac2462a-162c-4d14-8155-874371e98ffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8022 | 2025.07.18 19:20:31.979709 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8023 | 2025.07.18 19:20:31.979977 [ 4 ] {9ac2462a-162c-4d14-8155-874371e98ffa} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8024 | 2025.07.18 19:20:31.979991 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8025 | 2025.07.18 19:20:31.980075 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8026 | 2025.07.18 19:20:31.980147 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
8027 | 2025.07.18 19:20:31.980218 [ 4 ] {9ac2462a-162c-4d14-8155-874371e98ffa} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8028 | 2025.07.18 19:20:31.980352 [ 4 ] {9ac2462a-162c-4d14-8155-874371e98ffa} <Debug> executeQuery: Read 313 rows, 21.10 KiB in 0.001285 sec., 243579.766536965 rows/sec., 16.04 MiB/sec. | ||
8029 | 2025.07.18 19:20:31.980357 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8030 | 2025.07.18 19:20:31.980404 [ 4 ] {9ac2462a-162c-4d14-8155-874371e98ffa} <Debug> TCPHandler: Processed in 0.001459223 sec. | ||
8031 | 2025.07.18 19:20:31.980415 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8032 | 2025.07.18 19:20:31.980444 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8033 | 2025.07.18 19:20:31.980522 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8034 | 2025.07.18 19:20:31.980546 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
8035 | 2025.07.18 19:20:31.980620 [ 4 ] {6dd1abb8-7b3a-4db7-838d-1ad1c54743a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
8036 | 2025.07.18 19:20:31.980666 [ 4 ] {6dd1abb8-7b3a-4db7-838d-1ad1c54743a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8037 | 2025.07.18 19:20:31.980694 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8038 | 2025.07.18 19:20:31.980735 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 21776 rows starting from the beginning of the part | ||
8039 | 2025.07.18 19:20:31.980802 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 307 rows starting from the beginning of the part | ||
8040 | 2025.07.18 19:20:31.980847 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 995 rows starting from the beginning of the part | ||
8041 | 2025.07.18 19:20:31.980889 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 307 rows starting from the beginning of the part | ||
8042 | 2025.07.18 19:20:31.980928 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
8043 | 2025.07.18 19:20:31.980969 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 313 rows starting from the beginning of the part | ||
8044 | 2025.07.18 19:20:31.980985 [ 4 ] {6dd1abb8-7b3a-4db7-838d-1ad1c54743a9} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8045 | 2025.07.18 19:20:31.981025 [ 4 ] {6dd1abb8-7b3a-4db7-838d-1ad1c54743a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8046 | 2025.07.18 19:20:31.981370 [ 4 ] {6dd1abb8-7b3a-4db7-838d-1ad1c54743a9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
8047 | 2025.07.18 19:20:31.981572 [ 4 ] {6dd1abb8-7b3a-4db7-838d-1ad1c54743a9} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8048 | 2025.07.18 19:20:31.981687 [ 30 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
8049 | 2025.07.18 19:20:31.981706 [ 4 ] {6dd1abb8-7b3a-4db7-838d-1ad1c54743a9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001104 sec., 905.7971014492754 rows/sec., 61.04 KiB/sec. | ||
8050 | 2025.07.18 19:20:31.981725 [ 30 ] {} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8051 | 2025.07.18 19:20:31.981751 [ 4 ] {6dd1abb8-7b3a-4db7-838d-1ad1c54743a9} <Debug> TCPHandler: Processed in 0.00127718 sec. | ||
8052 | 2025.07.18 19:20:31.981751 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8053 | 2025.07.18 19:20:31.981843 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
8054 | 2025.07.18 19:20:31.981874 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8055 | 2025.07.18 19:20:31.981927 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8056 | 2025.07.18 19:20:31.981957 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
8057 | 2025.07.18 19:20:31.981974 [ 4 ] {b7d3474b-e9cc-4c02-84c4-ff7ca8e4992f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8058 | 2025.07.18 19:20:31.981999 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
8059 | 2025.07.18 19:20:31.982033 [ 4 ] {b7d3474b-e9cc-4c02-84c4-ff7ca8e4992f} <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 | ||
8060 | 2025.07.18 19:20:31.982039 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
8061 | 2025.07.18 19:20:31.982083 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
8062 | 2025.07.18 19:20:31.982113 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
8063 | 2025.07.18 19:20:31.982143 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
8064 | 2025.07.18 19:20:31.982967 [ 4 ] {b7d3474b-e9cc-4c02-84c4-ff7ca8e4992f} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8065 | 2025.07.18 19:20:31.983009 [ 4 ] {b7d3474b-e9cc-4c02-84c4-ff7ca8e4992f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8066 | 2025.07.18 19:20:31.983021 [ 189 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001202728 sec., 24943.295574726788 rows/sec., 1.64 MiB/sec. | ||
8067 | 2025.07.18 19:20:31.983179 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
8068 | 2025.07.18 19:20:31.983506 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_30_6} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8069 | 2025.07.18 19:20:31.983586 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_30_6} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
8070 | 2025.07.18 19:20:31.983659 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
8071 | 2025.07.18 19:20:31.983899 [ 4 ] {b7d3474b-e9cc-4c02-84c4-ff7ca8e4992f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
8072 | 2025.07.18 19:20:31.984139 [ 4 ] {b7d3474b-e9cc-4c02-84c4-ff7ca8e4992f} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8073 | 2025.07.18 19:20:31.984278 [ 4 ] {b7d3474b-e9cc-4c02-84c4-ff7ca8e4992f} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002321 sec., 17664.79965532098 rows/sec., 31.65 MiB/sec. | ||
8074 | 2025.07.18 19:20:31.984334 [ 4 ] {b7d3474b-e9cc-4c02-84c4-ff7ca8e4992f} <Debug> TCPHandler: Processed in 0.002511168 sec. | ||
8075 | 2025.07.18 19:20:31.984450 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8076 | 2025.07.18 19:20:31.984545 [ 4 ] {d21bf575-533b-479a-9cfe-6006c40a1ef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8077 | 2025.07.18 19:20:31.984585 [ 4 ] {d21bf575-533b-479a-9cfe-6006c40a1ef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8078 | 2025.07.18 19:20:31.984920 [ 4 ] {d21bf575-533b-479a-9cfe-6006c40a1ef0} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8079 | 2025.07.18 19:20:31.984957 [ 4 ] {d21bf575-533b-479a-9cfe-6006c40a1ef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8080 | 2025.07.18 19:20:31.985270 [ 4 ] {d21bf575-533b-479a-9cfe-6006c40a1ef0} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8081 | 2025.07.18 19:20:31.985494 [ 4 ] {d21bf575-533b-479a-9cfe-6006c40a1ef0} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8082 | 2025.07.18 19:20:31.985623 [ 4 ] {d21bf575-533b-479a-9cfe-6006c40a1ef0} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001096 sec., 93065.69343065693 rows/sec., 5.72 MiB/sec. | ||
8083 | 2025.07.18 19:20:31.985659 [ 4 ] {d21bf575-533b-479a-9cfe-6006c40a1ef0} <Debug> TCPHandler: Processed in 0.00125827 sec. | ||
8084 | 2025.07.18 19:20:31.988970 [ 194 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23858 rows, containing 5 columns (5 merged, 0 gathered) in 0.008474211 sec., 2815365.347877224 rows/sec., 188.39 MiB/sec. | ||
8085 | 2025.07.18 19:20:31.989552 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8086 | 2025.07.18 19:20:31.989834 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8087 | 2025.07.18 19:20:31.989898 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8088 | 2025.07.18 19:20:31.989989 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
8089 | 2025.07.18 19:20:32.000185 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.78 MiB, peak 285.07 MiB, free memory in arenas 0.00 B, will set to 276.11 MiB (RSS), difference: 2.32 MiB | ||
8090 | 2025.07.18 19:20:33.105470 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
8091 | 2025.07.18 19:20:33.105986 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8092 | 2025.07.18 19:20:33.106028 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8093 | 2025.07.18 19:20:33.106483 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8094 | 2025.07.18 19:20:33.106704 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8095 | 2025.07.18 19:20:33.106833 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
8096 | 2025.07.18 19:20:34.175748 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 | ||
8097 | 2025.07.18 19:20:34.192637 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8098 | 2025.07.18 19:20:34.192685 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8099 | 2025.07.18 19:20:34.198720 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8100 | 2025.07.18 19:20:34.199410 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8101 | 2025.07.18 19:20:34.202330 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324 | ||
8102 | 2025.07.18 19:20:36.953637 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8103 | 2025.07.18 19:20:36.953824 [ 4 ] {ff4421b7-3695-42fc-880f-42f7c4633c62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8104 | 2025.07.18 19:20:36.953892 [ 4 ] {ff4421b7-3695-42fc-880f-42f7c4633c62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8105 | 2025.07.18 19:20:36.954531 [ 4 ] {ff4421b7-3695-42fc-880f-42f7c4633c62} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8106 | 2025.07.18 19:20:36.954582 [ 4 ] {ff4421b7-3695-42fc-880f-42f7c4633c62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8107 | 2025.07.18 19:20:36.954979 [ 4 ] {ff4421b7-3695-42fc-880f-42f7c4633c62} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8108 | 2025.07.18 19:20:36.955202 [ 4 ] {ff4421b7-3695-42fc-880f-42f7c4633c62} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8109 | 2025.07.18 19:20:36.955367 [ 4 ] {ff4421b7-3695-42fc-880f-42f7c4633c62} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001589 sec., 35242.29074889868 rows/sec., 2.71 MiB/sec. | ||
8110 | 2025.07.18 19:20:36.955417 [ 4 ] {ff4421b7-3695-42fc-880f-42f7c4633c62} <Debug> TCPHandler: Processed in 0.001909099 sec. | ||
8111 | 2025.07.18 19:20:36.955527 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8112 | 2025.07.18 19:20:36.955627 [ 4 ] {8ea56d7f-00a4-40f4-8bc2-d6f818dae632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8113 | 2025.07.18 19:20:36.955670 [ 4 ] {8ea56d7f-00a4-40f4-8bc2-d6f818dae632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8114 | 2025.07.18 19:20:36.956086 [ 4 ] {8ea56d7f-00a4-40f4-8bc2-d6f818dae632} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8115 | 2025.07.18 19:20:36.956124 [ 4 ] {8ea56d7f-00a4-40f4-8bc2-d6f818dae632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8116 | 2025.07.18 19:20:36.956428 [ 4 ] {8ea56d7f-00a4-40f4-8bc2-d6f818dae632} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8117 | 2025.07.18 19:20:36.956632 [ 4 ] {8ea56d7f-00a4-40f4-8bc2-d6f818dae632} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8118 | 2025.07.18 19:20:36.956763 [ 4 ] {8ea56d7f-00a4-40f4-8bc2-d6f818dae632} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001158 sec., 55267.70293609672 rows/sec., 4.31 MiB/sec. | ||
8119 | 2025.07.18 19:20:36.956800 [ 4 ] {8ea56d7f-00a4-40f4-8bc2-d6f818dae632} <Debug> TCPHandler: Processed in 0.001324241 sec. | ||
8120 | 2025.07.18 19:20:36.956912 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8121 | 2025.07.18 19:20:36.957013 [ 4 ] {65b25d13-ec45-49cb-997b-e2bffaab0fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8122 | 2025.07.18 19:20:36.957058 [ 4 ] {65b25d13-ec45-49cb-997b-e2bffaab0fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8123 | 2025.07.18 19:20:36.957459 [ 4 ] {65b25d13-ec45-49cb-997b-e2bffaab0fc6} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8124 | 2025.07.18 19:20:36.957497 [ 4 ] {65b25d13-ec45-49cb-997b-e2bffaab0fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8125 | 2025.07.18 19:20:36.957840 [ 4 ] {65b25d13-ec45-49cb-997b-e2bffaab0fc6} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8126 | 2025.07.18 19:20:36.958054 [ 4 ] {65b25d13-ec45-49cb-997b-e2bffaab0fc6} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8127 | 2025.07.18 19:20:36.958186 [ 4 ] {65b25d13-ec45-49cb-997b-e2bffaab0fc6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. | ||
8128 | 2025.07.18 19:20:36.958222 [ 4 ] {65b25d13-ec45-49cb-997b-e2bffaab0fc6} <Debug> TCPHandler: Processed in 0.001359692 sec. | ||
8129 | 2025.07.18 19:20:36.958328 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8130 | 2025.07.18 19:20:36.958422 [ 4 ] {aa267d9c-61a3-496b-96e5-d2baedccc9d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8131 | 2025.07.18 19:20:36.958463 [ 4 ] {aa267d9c-61a3-496b-96e5-d2baedccc9d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8132 | 2025.07.18 19:20:36.958788 [ 4 ] {aa267d9c-61a3-496b-96e5-d2baedccc9d8} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8133 | 2025.07.18 19:20:36.958822 [ 4 ] {aa267d9c-61a3-496b-96e5-d2baedccc9d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8134 | 2025.07.18 19:20:36.959147 [ 4 ] {aa267d9c-61a3-496b-96e5-d2baedccc9d8} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8135 | 2025.07.18 19:20:36.959348 [ 4 ] {aa267d9c-61a3-496b-96e5-d2baedccc9d8} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8136 | 2025.07.18 19:20:36.959448 [ 63 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8137 | 2025.07.18 19:20:36.959474 [ 4 ] {aa267d9c-61a3-496b-96e5-d2baedccc9d8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. | ||
8138 | 2025.07.18 19:20:36.959484 [ 63 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8139 | 2025.07.18 19:20:36.959505 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8140 | 2025.07.18 19:20:36.959510 [ 4 ] {aa267d9c-61a3-496b-96e5-d2baedccc9d8} <Debug> TCPHandler: Processed in 0.001231309 sec. | ||
8141 | 2025.07.18 19:20:36.959642 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
8142 | 2025.07.18 19:20:36.959783 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8143 | 2025.07.18 19:20:36.959817 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 4356 rows starting from the beginning of the part | ||
8144 | 2025.07.18 19:20:36.959879 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
8145 | 2025.07.18 19:20:36.959921 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 102 rows starting from the beginning of the part | ||
8146 | 2025.07.18 19:20:36.959963 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
8147 | 2025.07.18 19:20:36.960002 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 102 rows starting from the beginning of the part | ||
8148 | 2025.07.18 19:20:36.960042 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
8149 | 2025.07.18 19:20:36.961460 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4740 rows, containing 4 columns (4 merged, 0 gathered) in 0.001889469 sec., 2508641.316687387 rows/sec., 159.53 MiB/sec. | ||
8150 | 2025.07.18 19:20:36.961827 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8151 | 2025.07.18 19:20:36.962100 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_61_12} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8152 | 2025.07.18 19:20:36.962168 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_61_12} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8153 | 2025.07.18 19:20:36.962245 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
8154 | 2025.07.18 19:20:40.462173 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8155 | 2025.07.18 19:20:40.462230 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8156 | 2025.07.18 19:20:40.606989 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
8157 | 2025.07.18 19:20:40.607474 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8158 | 2025.07.18 19:20:40.607515 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8159 | 2025.07.18 19:20:40.607997 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8160 | 2025.07.18 19:20:40.608233 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8161 | 2025.07.18 19:20:40.608368 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
8162 | 2025.07.18 19:20:40.653416 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1132 | ||
8163 | 2025.07.18 19:20:40.655832 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8164 | 2025.07.18 19:20:40.655875 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8165 | 2025.07.18 19:20:40.657038 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
8166 | 2025.07.18 19:20:40.657294 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8167 | 2025.07.18 19:20:40.657565 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1132 | ||
8168 | 2025.07.18 19:20:41.702444 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 | ||
8169 | 2025.07.18 19:20:41.719519 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8170 | 2025.07.18 19:20:41.719583 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8171 | 2025.07.18 19:20:41.725831 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8172 | 2025.07.18 19:20:41.726527 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8173 | 2025.07.18 19:20:41.729540 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
8174 | 2025.07.18 19:20:41.965620 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8175 | 2025.07.18 19:20:41.965797 [ 4 ] {c124d9a0-fd32-4672-adac-d994d4a1215c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
8176 | 2025.07.18 19:20:41.965864 [ 4 ] {c124d9a0-fd32-4672-adac-d994d4a1215c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
8177 | 2025.07.18 19:20:41.966832 [ 4 ] {c124d9a0-fd32-4672-adac-d994d4a1215c} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8178 | 2025.07.18 19:20:41.966878 [ 4 ] {c124d9a0-fd32-4672-adac-d994d4a1215c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8179 | 2025.07.18 19:20:41.967304 [ 4 ] {c124d9a0-fd32-4672-adac-d994d4a1215c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
8180 | 2025.07.18 19:20:41.967529 [ 4 ] {c124d9a0-fd32-4672-adac-d994d4a1215c} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8181 | 2025.07.18 19:20:41.967690 [ 4 ] {c124d9a0-fd32-4672-adac-d994d4a1215c} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001938 sec., 202270.3818369453 rows/sec., 12.83 MiB/sec. | ||
8182 | 2025.07.18 19:20:41.967740 [ 4 ] {c124d9a0-fd32-4672-adac-d994d4a1215c} <Debug> TCPHandler: Processed in 0.002241354 sec. | ||
8183 | 2025.07.18 19:20:41.967885 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8184 | 2025.07.18 19:20:41.967989 [ 4 ] {67488507-943f-40fd-9ded-462c2b62de5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8185 | 2025.07.18 19:20:41.968033 [ 4 ] {67488507-943f-40fd-9ded-462c2b62de5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8186 | 2025.07.18 19:20:41.969052 [ 4 ] {67488507-943f-40fd-9ded-462c2b62de5c} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8187 | 2025.07.18 19:20:41.969089 [ 4 ] {67488507-943f-40fd-9ded-462c2b62de5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8188 | 2025.07.18 19:20:41.969470 [ 4 ] {67488507-943f-40fd-9ded-462c2b62de5c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8189 | 2025.07.18 19:20:41.969695 [ 4 ] {67488507-943f-40fd-9ded-462c2b62de5c} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8190 | 2025.07.18 19:20:41.969826 [ 4 ] {67488507-943f-40fd-9ded-462c2b62de5c} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001863 sec., 616747.1819645732 rows/sec., 49.22 MiB/sec. | ||
8191 | 2025.07.18 19:20:41.969864 [ 4 ] {67488507-943f-40fd-9ded-462c2b62de5c} <Debug> TCPHandler: Processed in 0.002032571 sec. | ||
8192 | 2025.07.18 19:20:41.969992 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8193 | 2025.07.18 19:20:41.970091 [ 4 ] {33dff587-0f07-438f-bd6b-8a21ba21f36d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8194 | 2025.07.18 19:20:41.970132 [ 4 ] {33dff587-0f07-438f-bd6b-8a21ba21f36d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8195 | 2025.07.18 19:20:41.970686 [ 4 ] {33dff587-0f07-438f-bd6b-8a21ba21f36d} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8196 | 2025.07.18 19:20:41.970723 [ 4 ] {33dff587-0f07-438f-bd6b-8a21ba21f36d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8197 | 2025.07.18 19:20:41.971041 [ 4 ] {33dff587-0f07-438f-bd6b-8a21ba21f36d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8198 | 2025.07.18 19:20:41.971271 [ 4 ] {33dff587-0f07-438f-bd6b-8a21ba21f36d} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8199 | 2025.07.18 19:20:41.971398 [ 4 ] {33dff587-0f07-438f-bd6b-8a21ba21f36d} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001328 sec., 178463.85542168675 rows/sec., 10.93 MiB/sec. | ||
8200 | 2025.07.18 19:20:41.971436 [ 4 ] {33dff587-0f07-438f-bd6b-8a21ba21f36d} <Debug> TCPHandler: Processed in 0.001497903 sec. | ||
8201 | 2025.07.18 19:20:41.971555 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8202 | 2025.07.18 19:20:41.971651 [ 4 ] {6fd37e7f-d943-4c06-913d-4b796c2ceaa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
8203 | 2025.07.18 19:20:41.971691 [ 4 ] {6fd37e7f-d943-4c06-913d-4b796c2ceaa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8204 | 2025.07.18 19:20:41.972188 [ 4 ] {6fd37e7f-d943-4c06-913d-4b796c2ceaa8} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8205 | 2025.07.18 19:20:41.972225 [ 4 ] {6fd37e7f-d943-4c06-913d-4b796c2ceaa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8206 | 2025.07.18 19:20:41.972526 [ 4 ] {6fd37e7f-d943-4c06-913d-4b796c2ceaa8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8207 | 2025.07.18 19:20:41.972739 [ 4 ] {6fd37e7f-d943-4c06-913d-4b796c2ceaa8} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8208 | 2025.07.18 19:20:41.972866 [ 4 ] {6fd37e7f-d943-4c06-913d-4b796c2ceaa8} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001234 sec., 164505.67260940032 rows/sec., 10.61 MiB/sec. | ||
8209 | 2025.07.18 19:20:41.972905 [ 4 ] {6fd37e7f-d943-4c06-913d-4b796c2ceaa8} <Debug> TCPHandler: Processed in 0.001398362 sec. | ||
8210 | 2025.07.18 19:20:41.973022 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8211 | 2025.07.18 19:20:41.973118 [ 4 ] {9c0b8a57-6564-4464-bcc5-e65e03355997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
8212 | 2025.07.18 19:20:41.973157 [ 4 ] {9c0b8a57-6564-4464-bcc5-e65e03355997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8213 | 2025.07.18 19:20:41.973610 [ 4 ] {9c0b8a57-6564-4464-bcc5-e65e03355997} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8214 | 2025.07.18 19:20:41.973647 [ 4 ] {9c0b8a57-6564-4464-bcc5-e65e03355997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8215 | 2025.07.18 19:20:41.973951 [ 4 ] {9c0b8a57-6564-4464-bcc5-e65e03355997} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
8216 | 2025.07.18 19:20:41.974169 [ 4 ] {9c0b8a57-6564-4464-bcc5-e65e03355997} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8217 | 2025.07.18 19:20:41.974293 [ 4 ] {9c0b8a57-6564-4464-bcc5-e65e03355997} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001194 sec., 169179.22948073703 rows/sec., 9.61 MiB/sec. | ||
8218 | 2025.07.18 19:20:41.974330 [ 4 ] {9c0b8a57-6564-4464-bcc5-e65e03355997} <Debug> TCPHandler: Processed in 0.001359951 sec. | ||
8219 | 2025.07.18 19:20:41.974443 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8220 | 2025.07.18 19:20:41.974548 [ 4 ] {d22a7009-4828-4cad-9daa-8cc2eaece0f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8221 | 2025.07.18 19:20:41.974586 [ 4 ] {d22a7009-4828-4cad-9daa-8cc2eaece0f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8222 | 2025.07.18 19:20:41.975233 [ 4 ] {d22a7009-4828-4cad-9daa-8cc2eaece0f7} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8223 | 2025.07.18 19:20:41.975269 [ 4 ] {d22a7009-4828-4cad-9daa-8cc2eaece0f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8224 | 2025.07.18 19:20:41.975596 [ 4 ] {d22a7009-4828-4cad-9daa-8cc2eaece0f7} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8225 | 2025.07.18 19:20:41.975816 [ 4 ] {d22a7009-4828-4cad-9daa-8cc2eaece0f7} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8226 | 2025.07.18 19:20:41.975945 [ 4 ] {d22a7009-4828-4cad-9daa-8cc2eaece0f7} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001414 sec., 490099.0099009901 rows/sec., 34.43 MiB/sec. | ||
8227 | 2025.07.18 19:20:41.975984 [ 4 ] {d22a7009-4828-4cad-9daa-8cc2eaece0f7} <Debug> TCPHandler: Processed in 0.001589644 sec. | ||
8228 | 2025.07.18 19:20:41.976098 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8229 | 2025.07.18 19:20:41.976192 [ 4 ] {f62445e8-1240-4bdc-a4df-ff78c412cfa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
8230 | 2025.07.18 19:20:41.976240 [ 4 ] {f62445e8-1240-4bdc-a4df-ff78c412cfa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8231 | 2025.07.18 19:20:41.976579 [ 4 ] {f62445e8-1240-4bdc-a4df-ff78c412cfa1} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8232 | 2025.07.18 19:20:41.976614 [ 4 ] {f62445e8-1240-4bdc-a4df-ff78c412cfa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8233 | 2025.07.18 19:20:41.976917 [ 4 ] {f62445e8-1240-4bdc-a4df-ff78c412cfa1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
8234 | 2025.07.18 19:20:41.977133 [ 4 ] {f62445e8-1240-4bdc-a4df-ff78c412cfa1} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8235 | 2025.07.18 19:20:41.977238 [ 154 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
8236 | 2025.07.18 19:20:41.977261 [ 4 ] {f62445e8-1240-4bdc-a4df-ff78c412cfa1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001087 sec., 5519.779208831646 rows/sec., 288.39 KiB/sec. | ||
8237 | 2025.07.18 19:20:41.977307 [ 154 ] {} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8238 | 2025.07.18 19:20:41.977316 [ 4 ] {f62445e8-1240-4bdc-a4df-ff78c412cfa1} <Debug> TCPHandler: Processed in 0.0012637 sec. | ||
8239 | 2025.07.18 19:20:41.977336 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8240 | 2025.07.18 19:20:41.977438 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8241 | 2025.07.18 19:20:41.977443 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
8242 | 2025.07.18 19:20:41.977543 [ 4 ] {a1c6fa61-0025-466f-8510-d5f0329abb7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8243 | 2025.07.18 19:20:41.977590 [ 4 ] {a1c6fa61-0025-466f-8510-d5f0329abb7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8244 | 2025.07.18 19:20:41.977597 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8245 | 2025.07.18 19:20:41.977645 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
8246 | 2025.07.18 19:20:41.977718 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
8247 | 2025.07.18 19:20:41.977765 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
8248 | 2025.07.18 19:20:41.977811 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
8249 | 2025.07.18 19:20:41.977852 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
8250 | 2025.07.18 19:20:41.977896 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
8251 | 2025.07.18 19:20:41.978034 [ 4 ] {a1c6fa61-0025-466f-8510-d5f0329abb7d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8252 | 2025.07.18 19:20:41.978085 [ 4 ] {a1c6fa61-0025-466f-8510-d5f0329abb7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8253 | 2025.07.18 19:20:41.978452 [ 4 ] {a1c6fa61-0025-466f-8510-d5f0329abb7d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8254 | 2025.07.18 19:20:41.978674 [ 4 ] {a1c6fa61-0025-466f-8510-d5f0329abb7d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8255 | 2025.07.18 19:20:41.978691 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.00129557 sec., 143566.15234993093 rows/sec., 7.32 MiB/sec. | ||
8256 | 2025.07.18 19:20:41.978803 [ 4 ] {a1c6fa61-0025-466f-8510-d5f0329abb7d} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001282 sec., 239469.57878315134 rows/sec., 15.75 MiB/sec. | ||
8257 | 2025.07.18 19:20:41.978818 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
8258 | 2025.07.18 19:20:41.978842 [ 4 ] {a1c6fa61-0025-466f-8510-d5f0329abb7d} <Debug> TCPHandler: Processed in 0.001452102 sec. | ||
8259 | 2025.07.18 19:20:41.978970 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8260 | 2025.07.18 19:20:41.979073 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_31_6} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8261 | 2025.07.18 19:20:41.979076 [ 4 ] {e99f26ab-2b32-43cd-bee4-d5ffa53ded8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
8262 | 2025.07.18 19:20:41.979136 [ 4 ] {e99f26ab-2b32-43cd-bee4-d5ffa53ded8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8263 | 2025.07.18 19:20:41.979157 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_31_6} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
8264 | 2025.07.18 19:20:41.979235 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
8265 | 2025.07.18 19:20:41.979456 [ 4 ] {e99f26ab-2b32-43cd-bee4-d5ffa53ded8a} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8266 | 2025.07.18 19:20:41.979496 [ 4 ] {e99f26ab-2b32-43cd-bee4-d5ffa53ded8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8267 | 2025.07.18 19:20:41.979797 [ 4 ] {e99f26ab-2b32-43cd-bee4-d5ffa53ded8a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
8268 | 2025.07.18 19:20:41.980008 [ 4 ] {e99f26ab-2b32-43cd-bee4-d5ffa53ded8a} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8269 | 2025.07.18 19:20:41.980140 [ 4 ] {e99f26ab-2b32-43cd-bee4-d5ffa53ded8a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001083 sec., 923.3610341643583 rows/sec., 62.22 KiB/sec. | ||
8270 | 2025.07.18 19:20:41.980175 [ 4 ] {e99f26ab-2b32-43cd-bee4-d5ffa53ded8a} <Debug> TCPHandler: Processed in 0.00125456 sec. | ||
8271 | 2025.07.18 19:20:41.980283 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8272 | 2025.07.18 19:20:41.980377 [ 4 ] {95455566-55b8-40cc-852b-28b93ed94b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8273 | 2025.07.18 19:20:41.980431 [ 4 ] {95455566-55b8-40cc-852b-28b93ed94b80} <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 | ||
8274 | 2025.07.18 19:20:41.981352 [ 4 ] {95455566-55b8-40cc-852b-28b93ed94b80} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8275 | 2025.07.18 19:20:41.981391 [ 4 ] {95455566-55b8-40cc-852b-28b93ed94b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8276 | 2025.07.18 19:20:41.981976 [ 4 ] {95455566-55b8-40cc-852b-28b93ed94b80} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
8277 | 2025.07.18 19:20:41.982190 [ 4 ] {95455566-55b8-40cc-852b-28b93ed94b80} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8278 | 2025.07.18 19:20:41.982298 [ 154 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
8279 | 2025.07.18 19:20:41.982324 [ 4 ] {95455566-55b8-40cc-852b-28b93ed94b80} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001965 sec., 20865.139949109413 rows/sec., 37.39 MiB/sec. | ||
8280 | 2025.07.18 19:20:41.982334 [ 154 ] {} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8281 | 2025.07.18 19:20:41.982367 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8282 | 2025.07.18 19:20:41.982383 [ 4 ] {95455566-55b8-40cc-852b-28b93ed94b80} <Debug> TCPHandler: Processed in 0.002147603 sec. | ||
8283 | 2025.07.18 19:20:41.982453 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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 | ||
8284 | 2025.07.18 19:20:41.982504 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8285 | 2025.07.18 19:20:41.982609 [ 4 ] {cdadc6f6-c093-4ab5-9df6-fd6d39058779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8286 | 2025.07.18 19:20:41.982649 [ 4 ] {cdadc6f6-c093-4ab5-9df6-fd6d39058779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8287 | 2025.07.18 19:20:41.982663 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8288 | 2025.07.18 19:20:41.982718 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1036 rows starting from the beginning of the part | ||
8289 | 2025.07.18 19:20:41.982829 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 41 rows starting from the beginning of the part | ||
8290 | 2025.07.18 19:20:41.982925 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 41 rows starting from the beginning of the part | ||
8291 | 2025.07.18 19:20:41.982981 [ 4 ] {cdadc6f6-c093-4ab5-9df6-fd6d39058779} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8292 | 2025.07.18 19:20:41.983021 [ 4 ] {cdadc6f6-c093-4ab5-9df6-fd6d39058779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8293 | 2025.07.18 19:20:41.983023 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 41 rows starting from the beginning of the part | ||
8294 | 2025.07.18 19:20:41.983136 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 41 rows starting from the beginning of the part | ||
8295 | 2025.07.18 19:20:41.983235 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 41 rows starting from the beginning of the part | ||
8296 | 2025.07.18 19:20:41.983321 [ 4 ] {cdadc6f6-c093-4ab5-9df6-fd6d39058779} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8297 | 2025.07.18 19:20:41.983549 [ 4 ] {cdadc6f6-c093-4ab5-9df6-fd6d39058779} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8298 | 2025.07.18 19:20:41.983684 [ 4 ] {cdadc6f6-c093-4ab5-9df6-fd6d39058779} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001102 sec., 92558.98366606171 rows/sec., 5.69 MiB/sec. | ||
8299 | 2025.07.18 19:20:41.983720 [ 4 ] {cdadc6f6-c093-4ab5-9df6-fd6d39058779} <Debug> TCPHandler: Processed in 0.001263629 sec. | ||
8300 | 2025.07.18 19:20:41.988731 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1241 rows, containing 19 columns (19 merged, 0 gathered) in 0.006309867 sec., 196676.09475762324 rows/sec., 352.43 MiB/sec. | ||
8301 | 2025.07.18 19:20:41.989652 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
8302 | 2025.07.18 19:20:41.989939 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8303 | 2025.07.18 19:20:41.990007 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
8304 | 2025.07.18 19:20:41.990083 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.44 MiB. | ||
8305 | 2025.07.18 19:20:42.000240 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 277.61 MiB, peak 288.99 MiB, free memory in arenas 0.00 B, will set to 278.69 MiB (RSS), difference: 1.08 MiB | ||
8306 | 2025.07.18 19:20:46.608802 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8307 | 2025.07.18 19:20:46.609013 [ 4 ] {13376b69-70d0-4f59-adf7-a629495cb1c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8308 | 2025.07.18 19:20:46.609087 [ 4 ] {13376b69-70d0-4f59-adf7-a629495cb1c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8309 | 2025.07.18 19:20:46.610352 [ 4 ] {13376b69-70d0-4f59-adf7-a629495cb1c1} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8310 | 2025.07.18 19:20:46.610396 [ 4 ] {13376b69-70d0-4f59-adf7-a629495cb1c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8311 | 2025.07.18 19:20:46.610850 [ 4 ] {13376b69-70d0-4f59-adf7-a629495cb1c1} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8312 | 2025.07.18 19:20:46.611072 [ 4 ] {13376b69-70d0-4f59-adf7-a629495cb1c1} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8313 | 2025.07.18 19:20:46.611228 [ 4 ] {13376b69-70d0-4f59-adf7-a629495cb1c1} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002268 sec., 527336.860670194 rows/sec., 43.48 MiB/sec. | ||
8314 | 2025.07.18 19:20:46.611271 [ 4 ] {13376b69-70d0-4f59-adf7-a629495cb1c1} <Debug> TCPHandler: Processed in 0.00260297 sec. | ||
8315 | 2025.07.18 19:20:46.611399 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8316 | 2025.07.18 19:20:46.611496 [ 4 ] {37cd24ea-9ed2-4bee-b2b7-817db425144e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
8317 | 2025.07.18 19:20:46.611537 [ 4 ] {37cd24ea-9ed2-4bee-b2b7-817db425144e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8318 | 2025.07.18 19:20:46.612058 [ 4 ] {37cd24ea-9ed2-4bee-b2b7-817db425144e} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8319 | 2025.07.18 19:20:46.612094 [ 4 ] {37cd24ea-9ed2-4bee-b2b7-817db425144e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8320 | 2025.07.18 19:20:46.612397 [ 4 ] {37cd24ea-9ed2-4bee-b2b7-817db425144e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8321 | 2025.07.18 19:20:46.612605 [ 4 ] {37cd24ea-9ed2-4bee-b2b7-817db425144e} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8322 | 2025.07.18 19:20:46.612738 [ 4 ] {37cd24ea-9ed2-4bee-b2b7-817db425144e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00126 sec., 180952.38095238095 rows/sec., 12.25 MiB/sec. | ||
8323 | 2025.07.18 19:20:46.612776 [ 4 ] {37cd24ea-9ed2-4bee-b2b7-817db425144e} <Debug> TCPHandler: Processed in 0.001427222 sec. | ||
8324 | 2025.07.18 19:20:46.612905 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8325 | 2025.07.18 19:20:46.613027 [ 4 ] {47e9a213-c8ac-4fc1-a1d4-131f693bab27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8326 | 2025.07.18 19:20:46.613076 [ 4 ] {47e9a213-c8ac-4fc1-a1d4-131f693bab27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8327 | 2025.07.18 19:20:46.613823 [ 4 ] {47e9a213-c8ac-4fc1-a1d4-131f693bab27} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8328 | 2025.07.18 19:20:46.613867 [ 4 ] {47e9a213-c8ac-4fc1-a1d4-131f693bab27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8329 | 2025.07.18 19:20:46.614264 [ 4 ] {47e9a213-c8ac-4fc1-a1d4-131f693bab27} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8330 | 2025.07.18 19:20:46.614476 [ 4 ] {47e9a213-c8ac-4fc1-a1d4-131f693bab27} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8331 | 2025.07.18 19:20:46.614609 [ 4 ] {47e9a213-c8ac-4fc1-a1d4-131f693bab27} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001606 sec., 323785.80323785805 rows/sec., 23.96 MiB/sec. | ||
8332 | 2025.07.18 19:20:46.614647 [ 4 ] {47e9a213-c8ac-4fc1-a1d4-131f693bab27} <Debug> TCPHandler: Processed in 0.001803818 sec. | ||
8333 | 2025.07.18 19:20:46.614773 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8334 | 2025.07.18 19:20:46.614869 [ 4 ] {5d745502-22d3-4824-82f7-f74611e04287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8335 | 2025.07.18 19:20:46.614914 [ 4 ] {5d745502-22d3-4824-82f7-f74611e04287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8336 | 2025.07.18 19:20:46.615585 [ 4 ] {5d745502-22d3-4824-82f7-f74611e04287} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8337 | 2025.07.18 19:20:46.615624 [ 4 ] {5d745502-22d3-4824-82f7-f74611e04287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8338 | 2025.07.18 19:20:46.616025 [ 4 ] {5d745502-22d3-4824-82f7-f74611e04287} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8339 | 2025.07.18 19:20:46.616246 [ 4 ] {5d745502-22d3-4824-82f7-f74611e04287} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8340 | 2025.07.18 19:20:46.616376 [ 4 ] {5d745502-22d3-4824-82f7-f74611e04287} <Debug> executeQuery: Read 1006 rows, 69.24 KiB in 0.001526 sec., 659239.8427260813 rows/sec., 44.31 MiB/sec. | ||
8341 | 2025.07.18 19:20:46.616413 [ 4 ] {5d745502-22d3-4824-82f7-f74611e04287} <Debug> TCPHandler: Processed in 0.001689596 sec. | ||
8342 | 2025.07.18 19:20:46.616531 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8343 | 2025.07.18 19:20:46.616626 [ 4 ] {6c514a3e-b326-43a5-a74f-5f2013d8a612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8344 | 2025.07.18 19:20:46.616667 [ 4 ] {6c514a3e-b326-43a5-a74f-5f2013d8a612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8345 | 2025.07.18 19:20:46.617011 [ 4 ] {6c514a3e-b326-43a5-a74f-5f2013d8a612} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8346 | 2025.07.18 19:20:46.617046 [ 4 ] {6c514a3e-b326-43a5-a74f-5f2013d8a612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8347 | 2025.07.18 19:20:46.617344 [ 4 ] {6c514a3e-b326-43a5-a74f-5f2013d8a612} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8348 | 2025.07.18 19:20:46.617546 [ 4 ] {6c514a3e-b326-43a5-a74f-5f2013d8a612} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8349 | 2025.07.18 19:20:46.617674 [ 4 ] {6c514a3e-b326-43a5-a74f-5f2013d8a612} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. | ||
8350 | 2025.07.18 19:20:46.617708 [ 4 ] {6c514a3e-b326-43a5-a74f-5f2013d8a612} <Debug> TCPHandler: Processed in 0.001227139 sec. | ||
8351 | 2025.07.18 19:20:48.108463 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
8352 | 2025.07.18 19:20:48.108995 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8353 | 2025.07.18 19:20:48.109050 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8354 | 2025.07.18 19:20:48.109579 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8355 | 2025.07.18 19:20:48.109819 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8356 | 2025.07.18 19:20:48.109963 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
8357 | 2025.07.18 19:20:49.229650 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 | ||
8358 | 2025.07.18 19:20:49.247123 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8359 | 2025.07.18 19:20:49.247170 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
8360 | 2025.07.18 19:20:49.253341 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8361 | 2025.07.18 19:20:49.254027 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8362 | 2025.07.18 19:20:49.256934 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 339 | ||
8363 | 2025.07.18 19:20:50.657810 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1164 | ||
8364 | 2025.07.18 19:20:50.660082 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8365 | 2025.07.18 19:20:50.660120 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8366 | 2025.07.18 19:20:50.661257 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8367 | 2025.07.18 19:20:50.661508 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8368 | 2025.07.18 19:20:50.661756 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1164 | ||
8369 | 2025.07.18 19:20:51.964859 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8370 | 2025.07.18 19:20:51.965053 [ 4 ] {9060f0d7-3bd9-46db-92dd-eae37dac6ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
8371 | 2025.07.18 19:20:51.965130 [ 4 ] {9060f0d7-3bd9-46db-92dd-eae37dac6ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
8372 | 2025.07.18 19:20:51.965996 [ 4 ] {9060f0d7-3bd9-46db-92dd-eae37dac6ce1} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8373 | 2025.07.18 19:20:51.966037 [ 4 ] {9060f0d7-3bd9-46db-92dd-eae37dac6ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8374 | 2025.07.18 19:20:51.966439 [ 4 ] {9060f0d7-3bd9-46db-92dd-eae37dac6ce1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
8375 | 2025.07.18 19:20:51.966666 [ 4 ] {9060f0d7-3bd9-46db-92dd-eae37dac6ce1} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8376 | 2025.07.18 19:20:51.966823 [ 4 ] {9060f0d7-3bd9-46db-92dd-eae37dac6ce1} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001823 sec., 215030.1700493692 rows/sec., 13.64 MiB/sec. | ||
8377 | 2025.07.18 19:20:51.966873 [ 4 ] {9060f0d7-3bd9-46db-92dd-eae37dac6ce1} <Debug> TCPHandler: Processed in 0.002147533 sec. | ||
8378 | 2025.07.18 19:20:51.967001 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8379 | 2025.07.18 19:20:51.967105 [ 4 ] {ef5f6d6e-48ab-4250-9bf7-adefd284dcb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8380 | 2025.07.18 19:20:51.967148 [ 4 ] {ef5f6d6e-48ab-4250-9bf7-adefd284dcb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8381 | 2025.07.18 19:20:51.968123 [ 4 ] {ef5f6d6e-48ab-4250-9bf7-adefd284dcb0} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8382 | 2025.07.18 19:20:51.968159 [ 4 ] {ef5f6d6e-48ab-4250-9bf7-adefd284dcb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8383 | 2025.07.18 19:20:51.968532 [ 4 ] {ef5f6d6e-48ab-4250-9bf7-adefd284dcb0} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8384 | 2025.07.18 19:20:51.968738 [ 4 ] {ef5f6d6e-48ab-4250-9bf7-adefd284dcb0} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8385 | 2025.07.18 19:20:51.968872 [ 4 ] {ef5f6d6e-48ab-4250-9bf7-adefd284dcb0} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001792 sec., 641183.0357142857 rows/sec., 51.17 MiB/sec. | ||
8386 | 2025.07.18 19:20:51.968911 [ 4 ] {ef5f6d6e-48ab-4250-9bf7-adefd284dcb0} <Debug> TCPHandler: Processed in 0.00196284 sec. | ||
8387 | 2025.07.18 19:20:51.969029 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8388 | 2025.07.18 19:20:51.969127 [ 4 ] {be24d8b4-559c-4e9d-9c0b-5443ed816798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8389 | 2025.07.18 19:20:51.969167 [ 4 ] {be24d8b4-559c-4e9d-9c0b-5443ed816798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8390 | 2025.07.18 19:20:51.969681 [ 4 ] {be24d8b4-559c-4e9d-9c0b-5443ed816798} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8391 | 2025.07.18 19:20:51.969715 [ 4 ] {be24d8b4-559c-4e9d-9c0b-5443ed816798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8392 | 2025.07.18 19:20:51.970020 [ 4 ] {be24d8b4-559c-4e9d-9c0b-5443ed816798} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8393 | 2025.07.18 19:20:51.970223 [ 4 ] {be24d8b4-559c-4e9d-9c0b-5443ed816798} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8394 | 2025.07.18 19:20:51.970349 [ 4 ] {be24d8b4-559c-4e9d-9c0b-5443ed816798} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001242 sec., 190821.25603864735 rows/sec., 11.68 MiB/sec. | ||
8395 | 2025.07.18 19:20:51.970386 [ 4 ] {be24d8b4-559c-4e9d-9c0b-5443ed816798} <Debug> TCPHandler: Processed in 0.001407562 sec. | ||
8396 | 2025.07.18 19:20:51.970488 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8397 | 2025.07.18 19:20:51.970581 [ 4 ] {5266e127-5500-47e5-909b-07c9c85fec74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
8398 | 2025.07.18 19:20:51.970619 [ 4 ] {5266e127-5500-47e5-909b-07c9c85fec74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8399 | 2025.07.18 19:20:51.971106 [ 4 ] {5266e127-5500-47e5-909b-07c9c85fec74} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8400 | 2025.07.18 19:20:51.971140 [ 4 ] {5266e127-5500-47e5-909b-07c9c85fec74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8401 | 2025.07.18 19:20:51.971440 [ 4 ] {5266e127-5500-47e5-909b-07c9c85fec74} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8402 | 2025.07.18 19:20:51.971640 [ 4 ] {5266e127-5500-47e5-909b-07c9c85fec74} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8403 | 2025.07.18 19:20:51.971733 [ 139 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_32_7 to all_37_37_0 | ||
8404 | 2025.07.18 19:20:51.971765 [ 4 ] {5266e127-5500-47e5-909b-07c9c85fec74} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001201 sec., 169025.81182348044 rows/sec., 10.90 MiB/sec. | ||
8405 | 2025.07.18 19:20:51.971770 [ 139 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8406 | 2025.07.18 19:20:51.971796 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8407 | 2025.07.18 19:20:51.971802 [ 4 ] {5266e127-5500-47e5-909b-07c9c85fec74} <Debug> TCPHandler: Processed in 0.00136351 sec. | ||
8408 | 2025.07.18 19:20:51.971884 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_32_7 to all_37_37_0 into Compact with storage Full | ||
8409 | 2025.07.18 19:20:51.971917 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8410 | 2025.07.18 19:20:51.971990 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8411 | 2025.07.18 19:20:51.972010 [ 4 ] {dd99c617-a3bc-4598-9c89-77a817e5620f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
8412 | 2025.07.18 19:20:51.972024 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 431 rows starting from the beginning of the part | ||
8413 | 2025.07.18 19:20:51.972049 [ 4 ] {dd99c617-a3bc-4598-9c89-77a817e5620f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8414 | 2025.07.18 19:20:51.972089 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 203 rows starting from the beginning of the part | ||
8415 | 2025.07.18 19:20:51.972140 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 203 rows starting from the beginning of the part | ||
8416 | 2025.07.18 19:20:51.972185 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 203 rows starting from the beginning of the part | ||
8417 | 2025.07.18 19:20:51.972229 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 228 rows starting from the beginning of the part | ||
8418 | 2025.07.18 19:20:51.972270 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 203 rows starting from the beginning of the part | ||
8419 | 2025.07.18 19:20:51.972557 [ 4 ] {dd99c617-a3bc-4598-9c89-77a817e5620f} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8420 | 2025.07.18 19:20:51.972596 [ 4 ] {dd99c617-a3bc-4598-9c89-77a817e5620f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8421 | 2025.07.18 19:20:51.972920 [ 4 ] {dd99c617-a3bc-4598-9c89-77a817e5620f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
8422 | 2025.07.18 19:20:51.973132 [ 4 ] {dd99c617-a3bc-4598-9c89-77a817e5620f} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8423 | 2025.07.18 19:20:51.973159 [ 187 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1471 rows, containing 5 columns (5 merged, 0 gathered) in 0.00131646 sec., 1117390.5777615728 rows/sec., 77.45 MiB/sec. | ||
8424 | 2025.07.18 19:20:51.973260 [ 4 ] {dd99c617-a3bc-4598-9c89-77a817e5620f} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001268 sec., 159305.99369085173 rows/sec., 9.05 MiB/sec. | ||
8425 | 2025.07.18 19:20:51.973290 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} <Trace> MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) | ||
8426 | 2025.07.18 19:20:51.973299 [ 4 ] {dd99c617-a3bc-4598-9c89-77a817e5620f} <Debug> TCPHandler: Processed in 0.001430771 sec. | ||
8427 | 2025.07.18 19:20:51.973415 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8428 | 2025.07.18 19:20:51.973511 [ 4 ] {5dbe402c-30a0-4797-ab01-5a7661620272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8429 | 2025.07.18 19:20:51.973551 [ 4 ] {5dbe402c-30a0-4797-ab01-5a7661620272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8430 | 2025.07.18 19:20:51.973565 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8431 | 2025.07.18 19:20:51.973634 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_32_7, all_37_37_0] -> all_1_37_8 | ||
8432 | 2025.07.18 19:20:51.973704 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
8433 | 2025.07.18 19:20:51.974211 [ 4 ] {5dbe402c-30a0-4797-ab01-5a7661620272} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8434 | 2025.07.18 19:20:51.974247 [ 4 ] {5dbe402c-30a0-4797-ab01-5a7661620272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8435 | 2025.07.18 19:20:51.974569 [ 4 ] {5dbe402c-30a0-4797-ab01-5a7661620272} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8436 | 2025.07.18 19:20:51.974775 [ 4 ] {5dbe402c-30a0-4797-ab01-5a7661620272} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8437 | 2025.07.18 19:20:51.974915 [ 4 ] {5dbe402c-30a0-4797-ab01-5a7661620272} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001423 sec., 486999.2972593113 rows/sec., 34.21 MiB/sec. | ||
8438 | 2025.07.18 19:20:51.974953 [ 4 ] {5dbe402c-30a0-4797-ab01-5a7661620272} <Debug> TCPHandler: Processed in 0.001587764 sec. | ||
8439 | 2025.07.18 19:20:51.975064 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8440 | 2025.07.18 19:20:51.975161 [ 4 ] {10f08644-4ffe-4b91-85ad-48e5ecda9aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
8441 | 2025.07.18 19:20:51.975203 [ 4 ] {10f08644-4ffe-4b91-85ad-48e5ecda9aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8442 | 2025.07.18 19:20:51.975534 [ 4 ] {10f08644-4ffe-4b91-85ad-48e5ecda9aa5} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8443 | 2025.07.18 19:20:51.975568 [ 4 ] {10f08644-4ffe-4b91-85ad-48e5ecda9aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8444 | 2025.07.18 19:20:51.975861 [ 4 ] {10f08644-4ffe-4b91-85ad-48e5ecda9aa5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
8445 | 2025.07.18 19:20:51.976062 [ 4 ] {10f08644-4ffe-4b91-85ad-48e5ecda9aa5} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8446 | 2025.07.18 19:20:51.976191 [ 4 ] {10f08644-4ffe-4b91-85ad-48e5ecda9aa5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001048 sec., 5725.190839694656 rows/sec., 299.12 KiB/sec. | ||
8447 | 2025.07.18 19:20:51.976227 [ 4 ] {10f08644-4ffe-4b91-85ad-48e5ecda9aa5} <Debug> TCPHandler: Processed in 0.001212008 sec. | ||
8448 | 2025.07.18 19:20:51.976336 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8449 | 2025.07.18 19:20:51.976431 [ 4 ] {fa6e37b9-fc24-40ef-a6aa-42aa2691b99f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8450 | 2025.07.18 19:20:51.976473 [ 4 ] {fa6e37b9-fc24-40ef-a6aa-42aa2691b99f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8451 | 2025.07.18 19:20:51.976921 [ 4 ] {fa6e37b9-fc24-40ef-a6aa-42aa2691b99f} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8452 | 2025.07.18 19:20:51.976956 [ 4 ] {fa6e37b9-fc24-40ef-a6aa-42aa2691b99f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8453 | 2025.07.18 19:20:51.977284 [ 4 ] {fa6e37b9-fc24-40ef-a6aa-42aa2691b99f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8454 | 2025.07.18 19:20:51.977483 [ 4 ] {fa6e37b9-fc24-40ef-a6aa-42aa2691b99f} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8455 | 2025.07.18 19:20:51.977613 [ 4 ] {fa6e37b9-fc24-40ef-a6aa-42aa2691b99f} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.0012 sec., 255833.33333333334 rows/sec., 16.83 MiB/sec. | ||
8456 | 2025.07.18 19:20:51.977648 [ 4 ] {fa6e37b9-fc24-40ef-a6aa-42aa2691b99f} <Debug> TCPHandler: Processed in 0.001360141 sec. | ||
8457 | 2025.07.18 19:20:51.977756 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8458 | 2025.07.18 19:20:51.977849 [ 4 ] {3a58b20f-a63d-4417-88c9-a0b2d3b6b42a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
8459 | 2025.07.18 19:20:51.977891 [ 4 ] {3a58b20f-a63d-4417-88c9-a0b2d3b6b42a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8460 | 2025.07.18 19:20:51.978201 [ 4 ] {3a58b20f-a63d-4417-88c9-a0b2d3b6b42a} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8461 | 2025.07.18 19:20:51.978235 [ 4 ] {3a58b20f-a63d-4417-88c9-a0b2d3b6b42a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8462 | 2025.07.18 19:20:51.978516 [ 4 ] {3a58b20f-a63d-4417-88c9-a0b2d3b6b42a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
8463 | 2025.07.18 19:20:51.978712 [ 4 ] {3a58b20f-a63d-4417-88c9-a0b2d3b6b42a} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8464 | 2025.07.18 19:20:51.978835 [ 4 ] {3a58b20f-a63d-4417-88c9-a0b2d3b6b42a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001004 sec., 996.0159362549801 rows/sec., 67.11 KiB/sec. | ||
8465 | 2025.07.18 19:20:51.978871 [ 4 ] {3a58b20f-a63d-4417-88c9-a0b2d3b6b42a} <Debug> TCPHandler: Processed in 0.001164228 sec. | ||
8466 | 2025.07.18 19:20:51.978976 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8467 | 2025.07.18 19:20:51.979069 [ 4 ] {ec1dbea4-4f8c-4f7b-be38-a4f188d7612e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8468 | 2025.07.18 19:20:51.979124 [ 4 ] {ec1dbea4-4f8c-4f7b-be38-a4f188d7612e} <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 | ||
8469 | 2025.07.18 19:20:51.980025 [ 4 ] {ec1dbea4-4f8c-4f7b-be38-a4f188d7612e} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8470 | 2025.07.18 19:20:51.980061 [ 4 ] {ec1dbea4-4f8c-4f7b-be38-a4f188d7612e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8471 | 2025.07.18 19:20:51.980606 [ 4 ] {ec1dbea4-4f8c-4f7b-be38-a4f188d7612e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
8472 | 2025.07.18 19:20:51.980819 [ 4 ] {ec1dbea4-4f8c-4f7b-be38-a4f188d7612e} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8473 | 2025.07.18 19:20:51.980951 [ 4 ] {ec1dbea4-4f8c-4f7b-be38-a4f188d7612e} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.0019 sec., 21578.947368421053 rows/sec., 38.67 MiB/sec. | ||
8474 | 2025.07.18 19:20:51.981003 [ 4 ] {ec1dbea4-4f8c-4f7b-be38-a4f188d7612e} <Debug> TCPHandler: Processed in 0.002075552 sec. | ||
8475 | 2025.07.18 19:20:51.981124 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8476 | 2025.07.18 19:20:51.981219 [ 4 ] {0235358b-a216-472b-93f4-fc8be669a7db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8477 | 2025.07.18 19:20:51.981283 [ 4 ] {0235358b-a216-472b-93f4-fc8be669a7db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8478 | 2025.07.18 19:20:51.981631 [ 4 ] {0235358b-a216-472b-93f4-fc8be669a7db} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8479 | 2025.07.18 19:20:51.981665 [ 4 ] {0235358b-a216-472b-93f4-fc8be669a7db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8480 | 2025.07.18 19:20:51.981971 [ 4 ] {0235358b-a216-472b-93f4-fc8be669a7db} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8481 | 2025.07.18 19:20:51.982185 [ 4 ] {0235358b-a216-472b-93f4-fc8be669a7db} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8482 | 2025.07.18 19:20:51.982308 [ 4 ] {0235358b-a216-472b-93f4-fc8be669a7db} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001107 sec., 92140.9214092141 rows/sec., 5.66 MiB/sec. | ||
8483 | 2025.07.18 19:20:51.982343 [ 4 ] {0235358b-a216-472b-93f4-fc8be669a7db} <Debug> TCPHandler: Processed in 0.00126834 sec. | ||
8484 | 2025.07.18 19:20:55.462267 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8485 | 2025.07.18 19:20:55.462330 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8486 | 2025.07.18 19:20:55.610181 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 | ||
8487 | 2025.07.18 19:20:55.610713 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8488 | 2025.07.18 19:20:55.610757 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8489 | 2025.07.18 19:20:55.611228 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8490 | 2025.07.18 19:20:55.611456 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8491 | 2025.07.18 19:20:55.611585 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
8492 | 2025.07.18 19:20:55.611589 [ 57 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8493 | 2025.07.18 19:20:55.611655 [ 57 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8494 | 2025.07.18 19:20:55.611674 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8495 | 2025.07.18 19:20:55.611785 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
8496 | 2025.07.18 19:20:55.611921 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8497 | 2025.07.18 19:20:55.611959 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part | ||
8498 | 2025.07.18 19:20:55.612022 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part | ||
8499 | 2025.07.18 19:20:55.612068 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part | ||
8500 | 2025.07.18 19:20:55.612111 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part | ||
8501 | 2025.07.18 19:20:55.612151 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part | ||
8502 | 2025.07.18 19:20:55.612191 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part | ||
8503 | 2025.07.18 19:20:55.614140 [ 199 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.002404208 sec., 8778774.548624745 rows/sec., 125.58 MiB/sec. | ||
8504 | 2025.07.18 19:20:55.614534 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8505 | 2025.07.18 19:20:55.614828 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_46_9} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8506 | 2025.07.18 19:20:55.614906 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_46_9} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8507 | 2025.07.18 19:20:55.615026 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. | ||
8508 | 2025.07.18 19:20:56.757176 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 | ||
8509 | 2025.07.18 19:20:56.774630 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8510 | 2025.07.18 19:20:56.774681 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8511 | 2025.07.18 19:20:56.780697 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8512 | 2025.07.18 19:20:56.781413 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8513 | 2025.07.18 19:20:56.781749 [ 155 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8514 | 2025.07.18 19:20:56.781813 [ 155 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8515 | 2025.07.18 19:20:56.781833 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8516 | 2025.07.18 19:20:56.781955 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
8517 | 2025.07.18 19:20:56.784709 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
8518 | 2025.07.18 19:20:56.785916 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8519 | 2025.07.18 19:20:56.787891 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
8520 | 2025.07.18 19:20:56.792633 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
8521 | 2025.07.18 19:20:56.797254 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
8522 | 2025.07.18 19:20:56.801810 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
8523 | 2025.07.18 19:20:56.806136 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
8524 | 2025.07.18 19:20:56.809991 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
8525 | 2025.07.18 19:20:56.864121 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.082223634 sec., 4220.197808333307 rows/sec., 21.82 MiB/sec. | ||
8526 | 2025.07.18 19:20:56.866081 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8527 | 2025.07.18 19:20:56.867852 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_46_9} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8528 | 2025.07.18 19:20:56.867952 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_46_9} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8529 | 2025.07.18 19:20:56.869646 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
8530 | 2025.07.18 19:20:56.953358 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8531 | 2025.07.18 19:20:56.953533 [ 4 ] {4caea6c7-95a4-48a4-9c7a-bc5321439d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8532 | 2025.07.18 19:20:56.953598 [ 4 ] {4caea6c7-95a4-48a4-9c7a-bc5321439d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8533 | 2025.07.18 19:20:56.954272 [ 4 ] {4caea6c7-95a4-48a4-9c7a-bc5321439d4c} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8534 | 2025.07.18 19:20:56.954309 [ 4 ] {4caea6c7-95a4-48a4-9c7a-bc5321439d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8535 | 2025.07.18 19:20:56.954695 [ 4 ] {4caea6c7-95a4-48a4-9c7a-bc5321439d4c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8536 | 2025.07.18 19:20:56.954918 [ 4 ] {4caea6c7-95a4-48a4-9c7a-bc5321439d4c} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8537 | 2025.07.18 19:20:56.955035 [ 155 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8538 | 2025.07.18 19:20:56.955062 [ 4 ] {4caea6c7-95a4-48a4-9c7a-bc5321439d4c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001576 sec., 35532.99492385787 rows/sec., 2.73 MiB/sec. | ||
8539 | 2025.07.18 19:20:56.955073 [ 155 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8540 | 2025.07.18 19:20:56.955094 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8541 | 2025.07.18 19:20:56.955103 [ 4 ] {4caea6c7-95a4-48a4-9c7a-bc5321439d4c} <Debug> TCPHandler: Processed in 0.001865759 sec. | ||
8542 | 2025.07.18 19:20:56.955207 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
8543 | 2025.07.18 19:20:56.955238 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8544 | 2025.07.18 19:20:56.955341 [ 4 ] {575f42c3-d3df-407e-b1e9-e4f0619ae7f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8545 | 2025.07.18 19:20:56.955352 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8546 | 2025.07.18 19:20:56.955384 [ 4 ] {575f42c3-d3df-407e-b1e9-e4f0619ae7f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8547 | 2025.07.18 19:20:56.955396 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2298 rows starting from the beginning of the part | ||
8548 | 2025.07.18 19:20:56.955474 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 56 rows starting from the beginning of the part | ||
8549 | 2025.07.18 19:20:56.955527 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1149 rows starting from the beginning of the part | ||
8550 | 2025.07.18 19:20:56.955573 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1196 rows starting from the beginning of the part | ||
8551 | 2025.07.18 19:20:56.955614 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1149 rows starting from the beginning of the part | ||
8552 | 2025.07.18 19:20:56.955651 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part | ||
8553 | 2025.07.18 19:20:56.955812 [ 4 ] {575f42c3-d3df-407e-b1e9-e4f0619ae7f0} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8554 | 2025.07.18 19:20:56.955853 [ 4 ] {575f42c3-d3df-407e-b1e9-e4f0619ae7f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8555 | 2025.07.18 19:20:56.956410 [ 4 ] {575f42c3-d3df-407e-b1e9-e4f0619ae7f0} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8556 | 2025.07.18 19:20:56.956633 [ 4 ] {575f42c3-d3df-407e-b1e9-e4f0619ae7f0} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8557 | 2025.07.18 19:20:56.956741 [ 155 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8558 | 2025.07.18 19:20:56.956761 [ 4 ] {575f42c3-d3df-407e-b1e9-e4f0619ae7f0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001439 sec., 44475.33009034052 rows/sec., 3.47 MiB/sec. | ||
8559 | 2025.07.18 19:20:56.956768 [ 155 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8560 | 2025.07.18 19:20:56.956793 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8561 | 2025.07.18 19:20:56.956799 [ 4 ] {575f42c3-d3df-407e-b1e9-e4f0619ae7f0} <Debug> TCPHandler: Processed in 0.001615385 sec. | ||
8562 | 2025.07.18 19:20:56.956870 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
8563 | 2025.07.18 19:20:56.956930 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8564 | 2025.07.18 19:20:56.956959 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8565 | 2025.07.18 19:20:56.956993 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1185 rows starting from the beginning of the part | ||
8566 | 2025.07.18 19:20:56.957025 [ 4 ] {262255b1-91c0-4260-8d68-99894c6be4f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8567 | 2025.07.18 19:20:56.957050 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 64 rows starting from the beginning of the part | ||
8568 | 2025.07.18 19:20:56.957069 [ 4 ] {262255b1-91c0-4260-8d68-99894c6be4f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8569 | 2025.07.18 19:20:56.957098 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 693 rows starting from the beginning of the part | ||
8570 | 2025.07.18 19:20:56.957137 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 520 rows starting from the beginning of the part | ||
8571 | 2025.07.18 19:20:56.957175 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 693 rows starting from the beginning of the part | ||
8572 | 2025.07.18 19:20:56.957214 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part | ||
8573 | 2025.07.18 19:20:56.957503 [ 4 ] {262255b1-91c0-4260-8d68-99894c6be4f0} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8574 | 2025.07.18 19:20:56.957536 [ 4 ] {262255b1-91c0-4260-8d68-99894c6be4f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8575 | 2025.07.18 19:20:56.957683 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5904 rows, containing 5 columns (5 merged, 0 gathered) in 0.002523209 sec., 2339877.5131192063 rows/sec., 198.07 MiB/sec. | ||
8576 | 2025.07.18 19:20:56.957951 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8577 | 2025.07.18 19:20:56.958091 [ 4 ] {262255b1-91c0-4260-8d68-99894c6be4f0} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8578 | 2025.07.18 19:20:56.958259 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8579 | 2025.07.18 19:20:56.958341 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8580 | 2025.07.18 19:20:56.958376 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3219 rows, containing 5 columns (5 merged, 0 gathered) in 0.001540174 sec., 2090023.5947366985 rows/sec., 157.86 MiB/sec. | ||
8581 | 2025.07.18 19:20:56.958387 [ 4 ] {262255b1-91c0-4260-8d68-99894c6be4f0} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8582 | 2025.07.18 19:20:56.958412 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
8583 | 2025.07.18 19:20:56.958543 [ 4 ] {262255b1-91c0-4260-8d68-99894c6be4f0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001536 sec., 104166.66666666666 rows/sec., 7.26 MiB/sec. | ||
8584 | 2025.07.18 19:20:56.958550 [ 170 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8585 | 2025.07.18 19:20:56.958585 [ 4 ] {262255b1-91c0-4260-8d68-99894c6be4f0} <Debug> TCPHandler: Processed in 0.001702447 sec. | ||
8586 | 2025.07.18 19:20:56.958620 [ 170 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8587 | 2025.07.18 19:20:56.958649 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8588 | 2025.07.18 19:20:56.958690 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8589 | 2025.07.18 19:20:56.958711 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8590 | 2025.07.18 19:20:56.958721 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
8591 | 2025.07.18 19:20:56.958814 [ 4 ] {0f878c30-07ba-4006-afaa-d020357f8eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8592 | 2025.07.18 19:20:56.958818 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8593 | 2025.07.18 19:20:56.958863 [ 4 ] {0f878c30-07ba-4006-afaa-d020357f8eec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8594 | 2025.07.18 19:20:56.958863 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 23858 rows starting from the beginning of the part | ||
8595 | 2025.07.18 19:20:56.958929 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part | ||
8596 | 2025.07.18 19:20:56.958967 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 307 rows starting from the beginning of the part | ||
8597 | 2025.07.18 19:20:56.959003 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1006 rows starting from the beginning of the part | ||
8598 | 2025.07.18 19:20:56.959023 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8599 | 2025.07.18 19:20:56.959038 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 307 rows starting from the beginning of the part | ||
8600 | 2025.07.18 19:20:56.959081 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
8601 | 2025.07.18 19:20:56.959125 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8602 | 2025.07.18 19:20:56.959215 [ 4 ] {0f878c30-07ba-4006-afaa-d020357f8eec} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8603 | 2025.07.18 19:20:56.959235 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
8604 | 2025.07.18 19:20:56.959260 [ 4 ] {0f878c30-07ba-4006-afaa-d020357f8eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8605 | 2025.07.18 19:20:56.959596 [ 4 ] {0f878c30-07ba-4006-afaa-d020357f8eec} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8606 | 2025.07.18 19:20:56.959818 [ 4 ] {0f878c30-07ba-4006-afaa-d020357f8eec} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8607 | 2025.07.18 19:20:56.959953 [ 4 ] {0f878c30-07ba-4006-afaa-d020357f8eec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001157 sec., 51858.254105445114 rows/sec., 3.49 MiB/sec. | ||
8608 | 2025.07.18 19:20:56.959988 [ 4 ] {0f878c30-07ba-4006-afaa-d020357f8eec} <Debug> TCPHandler: Processed in 0.00132598 sec. | ||
8609 | 2025.07.18 19:20:56.970646 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25798 rows, containing 5 columns (5 merged, 0 gathered) in 0.011953694 sec., 2158161.318166585 rows/sec., 144.45 MiB/sec. | ||
8610 | 2025.07.18 19:20:56.970943 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8611 | 2025.07.18 19:20:56.971188 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8612 | 2025.07.18 19:20:56.971258 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8613 | 2025.07.18 19:20:56.971319 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
8614 | 2025.07.18 19:20:57.000175 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 280.20 MiB, peak 293.23 MiB, free memory in arenas 0.00 B, will set to 285.38 MiB (RSS), difference: 5.19 MiB | ||
8615 | 2025.07.18 19:21:00.662068 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1194 | ||
8616 | 2025.07.18 19:21:00.664349 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8617 | 2025.07.18 19:21:00.664388 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8618 | 2025.07.18 19:21:00.665574 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8619 | 2025.07.18 19:21:00.665838 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8620 | 2025.07.18 19:21:00.666093 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1194 | ||
8621 | 2025.07.18 19:21:01.965794 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8622 | 2025.07.18 19:21:01.965967 [ 4 ] {350e7386-bf3b-4642-a061-8c78600f2834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
8623 | 2025.07.18 19:21:01.966033 [ 4 ] {350e7386-bf3b-4642-a061-8c78600f2834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
8624 | 2025.07.18 19:21:01.966809 [ 4 ] {350e7386-bf3b-4642-a061-8c78600f2834} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8625 | 2025.07.18 19:21:01.966854 [ 4 ] {350e7386-bf3b-4642-a061-8c78600f2834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8626 | 2025.07.18 19:21:01.967276 [ 4 ] {350e7386-bf3b-4642-a061-8c78600f2834} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8627 | 2025.07.18 19:21:01.967504 [ 4 ] {350e7386-bf3b-4642-a061-8c78600f2834} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8628 | 2025.07.18 19:21:01.967651 [ 81 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
8629 | 2025.07.18 19:21:01.967657 [ 4 ] {350e7386-bf3b-4642-a061-8c78600f2834} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001736 sec., 225806.45161290324 rows/sec., 14.33 MiB/sec. | ||
8630 | 2025.07.18 19:21:01.967727 [ 81 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8631 | 2025.07.18 19:21:01.967755 [ 4 ] {350e7386-bf3b-4642-a061-8c78600f2834} <Debug> TCPHandler: Processed in 0.002083452 sec. | ||
8632 | 2025.07.18 19:21:01.967755 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8633 | 2025.07.18 19:21:01.967875 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::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 | ||
8634 | 2025.07.18 19:21:01.967885 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8635 | 2025.07.18 19:21:01.967979 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8636 | 2025.07.18 19:21:01.968002 [ 4 ] {d26f4aef-7fe6-41d0-b0d1-c6de0ba6cd54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
8637 | 2025.07.18 19:21:01.968012 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 392 rows starting from the beginning of the part | ||
8638 | 2025.07.18 19:21:01.968047 [ 4 ] {d26f4aef-7fe6-41d0-b0d1-c6de0ba6cd54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8639 | 2025.07.18 19:21:01.968080 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 392 rows starting from the beginning of the part | ||
8640 | 2025.07.18 19:21:01.968130 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 392 rows starting from the beginning of the part | ||
8641 | 2025.07.18 19:21:01.968175 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 392 rows starting from the beginning of the part | ||
8642 | 2025.07.18 19:21:01.968218 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 392 rows starting from the beginning of the part | ||
8643 | 2025.07.18 19:21:01.968459 [ 4 ] {d26f4aef-7fe6-41d0-b0d1-c6de0ba6cd54} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8644 | 2025.07.18 19:21:01.968495 [ 4 ] {d26f4aef-7fe6-41d0-b0d1-c6de0ba6cd54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8645 | 2025.07.18 19:21:01.968804 [ 4 ] {d26f4aef-7fe6-41d0-b0d1-c6de0ba6cd54} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
8646 | 2025.07.18 19:21:01.969026 [ 4 ] {d26f4aef-7fe6-41d0-b0d1-c6de0ba6cd54} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8647 | 2025.07.18 19:21:01.969158 [ 4 ] {d26f4aef-7fe6-41d0-b0d1-c6de0ba6cd54} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001179 sec., 3392.705682782019 rows/sec., 276.65 KiB/sec. | ||
8648 | 2025.07.18 19:21:01.969198 [ 4 ] {d26f4aef-7fe6-41d0-b0d1-c6de0ba6cd54} <Debug> TCPHandler: Processed in 0.001364371 sec. | ||
8649 | 2025.07.18 19:21:01.969205 [ 189 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001370981 sec., 1429633.2334292014 rows/sec., 96.15 MiB/sec. | ||
8650 | 2025.07.18 19:21:01.969311 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8651 | 2025.07.18 19:21:01.969415 [ 4 ] {c05e97af-48ad-4d8f-a256-ef5f9e5191f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8652 | 2025.07.18 19:21:01.969430 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
8653 | 2025.07.18 19:21:01.969456 [ 4 ] {c05e97af-48ad-4d8f-a256-ef5f9e5191f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8654 | 2025.07.18 19:21:01.969785 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_33_8} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8655 | 2025.07.18 19:21:01.969871 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_33_8} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
8656 | 2025.07.18 19:21:01.969961 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
8657 | 2025.07.18 19:21:01.970265 [ 4 ] {c05e97af-48ad-4d8f-a256-ef5f9e5191f1} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8658 | 2025.07.18 19:21:01.970307 [ 4 ] {c05e97af-48ad-4d8f-a256-ef5f9e5191f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8659 | 2025.07.18 19:21:01.970692 [ 4 ] {c05e97af-48ad-4d8f-a256-ef5f9e5191f1} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8660 | 2025.07.18 19:21:01.970903 [ 4 ] {c05e97af-48ad-4d8f-a256-ef5f9e5191f1} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8661 | 2025.07.18 19:21:01.971034 [ 4 ] {c05e97af-48ad-4d8f-a256-ef5f9e5191f1} <Debug> executeQuery: Read 1151 rows, 94.05 KiB in 0.00164 sec., 701829.268292683 rows/sec., 56.00 MiB/sec. | ||
8662 | 2025.07.18 19:21:01.971073 [ 4 ] {c05e97af-48ad-4d8f-a256-ef5f9e5191f1} <Debug> TCPHandler: Processed in 0.001810988 sec. | ||
8663 | 2025.07.18 19:21:01.971185 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8664 | 2025.07.18 19:21:01.971287 [ 4 ] {9cd2c51e-00fb-47a8-ba3d-da4f8f1706b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8665 | 2025.07.18 19:21:01.971329 [ 4 ] {9cd2c51e-00fb-47a8-ba3d-da4f8f1706b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8666 | 2025.07.18 19:21:01.971825 [ 4 ] {9cd2c51e-00fb-47a8-ba3d-da4f8f1706b7} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8667 | 2025.07.18 19:21:01.971861 [ 4 ] {9cd2c51e-00fb-47a8-ba3d-da4f8f1706b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8668 | 2025.07.18 19:21:01.972172 [ 4 ] {9cd2c51e-00fb-47a8-ba3d-da4f8f1706b7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8669 | 2025.07.18 19:21:01.972400 [ 4 ] {9cd2c51e-00fb-47a8-ba3d-da4f8f1706b7} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8670 | 2025.07.18 19:21:01.972509 [ 81 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
8671 | 2025.07.18 19:21:01.972528 [ 4 ] {9cd2c51e-00fb-47a8-ba3d-da4f8f1706b7} <Debug> executeQuery: Read 241 rows, 15.14 KiB in 0.001279 sec., 188428.45973416732 rows/sec., 11.56 MiB/sec. | ||
8672 | 2025.07.18 19:21:01.972543 [ 81 ] {} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8673 | 2025.07.18 19:21:01.972568 [ 4 ] {9cd2c51e-00fb-47a8-ba3d-da4f8f1706b7} <Debug> TCPHandler: Processed in 0.001454142 sec. | ||
8674 | 2025.07.18 19:21:01.972585 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8675 | 2025.07.18 19:21:01.972658 [ 199 ] {9abe067d-84da-4860-83ac-430198c333bf::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 | ||
8676 | 2025.07.18 19:21:01.972682 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8677 | 2025.07.18 19:21:01.972734 [ 199 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8678 | 2025.07.18 19:21:01.972757 [ 199 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 255 rows starting from the beginning of the part | ||
8679 | 2025.07.18 19:21:01.972770 [ 4 ] {0e0d2aa9-679a-4554-8483-d4faea96697c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
8680 | 2025.07.18 19:21:01.972799 [ 199 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
8681 | 2025.07.18 19:21:01.972808 [ 4 ] {0e0d2aa9-679a-4554-8483-d4faea96697c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8682 | 2025.07.18 19:21:01.972832 [ 199 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 249 rows starting from the beginning of the part | ||
8683 | 2025.07.18 19:21:01.972866 [ 199 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part | ||
8684 | 2025.07.18 19:21:01.972897 [ 199 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part | ||
8685 | 2025.07.18 19:21:01.972927 [ 199 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 241 rows starting from the beginning of the part | ||
8686 | 2025.07.18 19:21:01.973415 [ 4 ] {0e0d2aa9-679a-4554-8483-d4faea96697c} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8687 | 2025.07.18 19:21:01.973451 [ 4 ] {0e0d2aa9-679a-4554-8483-d4faea96697c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8688 | 2025.07.18 19:21:01.973796 [ 4 ] {0e0d2aa9-679a-4554-8483-d4faea96697c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8689 | 2025.07.18 19:21:01.973818 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1456 rows, containing 5 columns (5 merged, 0 gathered) in 0.001161878 sec., 1253143.6174882387 rows/sec., 81.71 MiB/sec. | ||
8690 | 2025.07.18 19:21:01.973985 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
8691 | 2025.07.18 19:21:01.974036 [ 4 ] {0e0d2aa9-679a-4554-8483-d4faea96697c} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8692 | 2025.07.18 19:21:01.974191 [ 4 ] {0e0d2aa9-679a-4554-8483-d4faea96697c} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001401 sec., 144896.50249821556 rows/sec., 9.35 MiB/sec. | ||
8693 | 2025.07.18 19:21:01.974234 [ 4 ] {0e0d2aa9-679a-4554-8483-d4faea96697c} <Debug> TCPHandler: Processed in 0.001568544 sec. | ||
8694 | 2025.07.18 19:21:01.974301 [ 191 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8695 | 2025.07.18 19:21:01.974355 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8696 | 2025.07.18 19:21:01.974392 [ 191 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
8697 | 2025.07.18 19:21:01.974453 [ 4 ] {3505a62e-b720-4fa9-9150-716645573f8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
8698 | 2025.07.18 19:21:01.974464 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
8699 | 2025.07.18 19:21:01.974495 [ 4 ] {3505a62e-b720-4fa9-9150-716645573f8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8700 | 2025.07.18 19:21:01.974958 [ 4 ] {3505a62e-b720-4fa9-9150-716645573f8a} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8701 | 2025.07.18 19:21:01.974994 [ 4 ] {3505a62e-b720-4fa9-9150-716645573f8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8702 | 2025.07.18 19:21:01.975306 [ 4 ] {3505a62e-b720-4fa9-9150-716645573f8a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8703 | 2025.07.18 19:21:01.975518 [ 4 ] {3505a62e-b720-4fa9-9150-716645573f8a} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8704 | 2025.07.18 19:21:01.975626 [ 81 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
8705 | 2025.07.18 19:21:01.975651 [ 4 ] {3505a62e-b720-4fa9-9150-716645573f8a} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001216 sec., 166118.42105263157 rows/sec., 9.43 MiB/sec. | ||
8706 | 2025.07.18 19:21:01.975662 [ 81 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8707 | 2025.07.18 19:21:01.975692 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8708 | 2025.07.18 19:21:01.975698 [ 4 ] {3505a62e-b720-4fa9-9150-716645573f8a} <Debug> TCPHandler: Processed in 0.001392292 sec. | ||
8709 | 2025.07.18 19:21:01.975774 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::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 | ||
8710 | 2025.07.18 19:21:01.975822 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8711 | 2025.07.18 19:21:01.975880 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8712 | 2025.07.18 19:21:01.975917 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 202 rows starting from the beginning of the part | ||
8713 | 2025.07.18 19:21:01.975923 [ 4 ] {b4866afa-1871-4f44-9691-f7130ac4214c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8714 | 2025.07.18 19:21:01.975972 [ 4 ] {b4866afa-1871-4f44-9691-f7130ac4214c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8715 | 2025.07.18 19:21:01.975986 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 202 rows starting from the beginning of the part | ||
8716 | 2025.07.18 19:21:01.976038 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 202 rows starting from the beginning of the part | ||
8717 | 2025.07.18 19:21:01.976080 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 202 rows starting from the beginning of the part | ||
8718 | 2025.07.18 19:21:01.976121 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 202 rows starting from the beginning of the part | ||
8719 | 2025.07.18 19:21:01.976603 [ 4 ] {b4866afa-1871-4f44-9691-f7130ac4214c} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8720 | 2025.07.18 19:21:01.976646 [ 4 ] {b4866afa-1871-4f44-9691-f7130ac4214c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8721 | 2025.07.18 19:21:01.977006 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.00127559 sec., 791790.4655884728 rows/sec., 47.99 MiB/sec. | ||
8722 | 2025.07.18 19:21:01.977012 [ 4 ] {b4866afa-1871-4f44-9691-f7130ac4214c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8723 | 2025.07.18 19:21:01.977140 [ 201 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
8724 | 2025.07.18 19:21:01.977265 [ 4 ] {b4866afa-1871-4f44-9691-f7130ac4214c} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8725 | 2025.07.18 19:21:01.977416 [ 4 ] {b4866afa-1871-4f44-9691-f7130ac4214c} <Debug> executeQuery: Read 697 rows, 50.18 KiB in 0.001511 sec., 461283.9179351423 rows/sec., 32.43 MiB/sec. | ||
8726 | 2025.07.18 19:21:01.977456 [ 201 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_33_8} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8727 | 2025.07.18 19:21:01.977458 [ 4 ] {b4866afa-1871-4f44-9691-f7130ac4214c} <Debug> TCPHandler: Processed in 0.001685826 sec. | ||
8728 | 2025.07.18 19:21:01.977537 [ 201 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_33_8} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
8729 | 2025.07.18 19:21:01.977596 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8730 | 2025.07.18 19:21:01.977608 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
8731 | 2025.07.18 19:21:01.977700 [ 4 ] {fd8a6bf9-ded7-4fd0-b4d9-37edc43145d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
8732 | 2025.07.18 19:21:01.977748 [ 4 ] {fd8a6bf9-ded7-4fd0-b4d9-37edc43145d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8733 | 2025.07.18 19:21:01.978089 [ 4 ] {fd8a6bf9-ded7-4fd0-b4d9-37edc43145d2} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8734 | 2025.07.18 19:21:01.978125 [ 4 ] {fd8a6bf9-ded7-4fd0-b4d9-37edc43145d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8735 | 2025.07.18 19:21:01.978452 [ 4 ] {fd8a6bf9-ded7-4fd0-b4d9-37edc43145d2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8736 | 2025.07.18 19:21:01.978658 [ 4 ] {fd8a6bf9-ded7-4fd0-b4d9-37edc43145d2} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8737 | 2025.07.18 19:21:01.978788 [ 4 ] {fd8a6bf9-ded7-4fd0-b4d9-37edc43145d2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001107 sec., 5420.054200542006 rows/sec., 283.18 KiB/sec. | ||
8738 | 2025.07.18 19:21:01.978827 [ 4 ] {fd8a6bf9-ded7-4fd0-b4d9-37edc43145d2} <Debug> TCPHandler: Processed in 0.00128039 sec. | ||
8739 | 2025.07.18 19:21:01.978937 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8740 | 2025.07.18 19:21:01.979031 [ 4 ] {ad5988a4-5ee1-4834-b311-3bcab553b6ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8741 | 2025.07.18 19:21:01.979075 [ 4 ] {ad5988a4-5ee1-4834-b311-3bcab553b6ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8742 | 2025.07.18 19:21:01.979503 [ 4 ] {ad5988a4-5ee1-4834-b311-3bcab553b6ec} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8743 | 2025.07.18 19:21:01.979539 [ 4 ] {ad5988a4-5ee1-4834-b311-3bcab553b6ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8744 | 2025.07.18 19:21:01.979881 [ 4 ] {ad5988a4-5ee1-4834-b311-3bcab553b6ec} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8745 | 2025.07.18 19:21:01.980086 [ 4 ] {ad5988a4-5ee1-4834-b311-3bcab553b6ec} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8746 | 2025.07.18 19:21:01.980213 [ 4 ] {ad5988a4-5ee1-4834-b311-3bcab553b6ec} <Debug> executeQuery: Read 309 rows, 20.82 KiB in 0.0012 sec., 257500.00000000003 rows/sec., 16.94 MiB/sec. | ||
8747 | 2025.07.18 19:21:01.980250 [ 4 ] {ad5988a4-5ee1-4834-b311-3bcab553b6ec} <Debug> TCPHandler: Processed in 0.001363081 sec. | ||
8748 | 2025.07.18 19:21:01.980359 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8749 | 2025.07.18 19:21:01.980453 [ 4 ] {48c3a91c-4624-48ea-985b-e29ba8141903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
8750 | 2025.07.18 19:21:01.980494 [ 4 ] {48c3a91c-4624-48ea-985b-e29ba8141903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8751 | 2025.07.18 19:21:01.980806 [ 4 ] {48c3a91c-4624-48ea-985b-e29ba8141903} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8752 | 2025.07.18 19:21:01.980841 [ 4 ] {48c3a91c-4624-48ea-985b-e29ba8141903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8753 | 2025.07.18 19:21:01.981126 [ 4 ] {48c3a91c-4624-48ea-985b-e29ba8141903} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8754 | 2025.07.18 19:21:01.981324 [ 4 ] {48c3a91c-4624-48ea-985b-e29ba8141903} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8755 | 2025.07.18 19:21:01.981452 [ 4 ] {48c3a91c-4624-48ea-985b-e29ba8141903} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001018 sec., 982.3182711198428 rows/sec., 66.19 KiB/sec. | ||
8756 | 2025.07.18 19:21:01.981489 [ 4 ] {48c3a91c-4624-48ea-985b-e29ba8141903} <Debug> TCPHandler: Processed in 0.001179228 sec. | ||
8757 | 2025.07.18 19:21:01.981596 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8758 | 2025.07.18 19:21:01.981689 [ 4 ] {4063d959-75a4-41cd-babb-48b6c5b65ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8759 | 2025.07.18 19:21:01.981743 [ 4 ] {4063d959-75a4-41cd-babb-48b6c5b65ea6} <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 | ||
8760 | 2025.07.18 19:21:01.982549 [ 4 ] {4063d959-75a4-41cd-babb-48b6c5b65ea6} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8761 | 2025.07.18 19:21:01.982585 [ 4 ] {4063d959-75a4-41cd-babb-48b6c5b65ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8762 | 2025.07.18 19:21:01.983167 [ 4 ] {4063d959-75a4-41cd-babb-48b6c5b65ea6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8763 | 2025.07.18 19:21:01.983387 [ 4 ] {4063d959-75a4-41cd-babb-48b6c5b65ea6} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8764 | 2025.07.18 19:21:01.983523 [ 4 ] {4063d959-75a4-41cd-babb-48b6c5b65ea6} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001852 sec., 22138.228941684665 rows/sec., 39.67 MiB/sec. | ||
8765 | 2025.07.18 19:21:01.983575 [ 4 ] {4063d959-75a4-41cd-babb-48b6c5b65ea6} <Debug> TCPHandler: Processed in 0.002028451 sec. | ||
8766 | 2025.07.18 19:21:01.983689 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8767 | 2025.07.18 19:21:01.983783 [ 4 ] {4ca620e8-b02f-4b8f-97b1-006c3ccf7788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8768 | 2025.07.18 19:21:01.983823 [ 4 ] {4ca620e8-b02f-4b8f-97b1-006c3ccf7788} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8769 | 2025.07.18 19:21:01.984162 [ 4 ] {4ca620e8-b02f-4b8f-97b1-006c3ccf7788} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8770 | 2025.07.18 19:21:01.984199 [ 4 ] {4ca620e8-b02f-4b8f-97b1-006c3ccf7788} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8771 | 2025.07.18 19:21:01.984509 [ 4 ] {4ca620e8-b02f-4b8f-97b1-006c3ccf7788} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8772 | 2025.07.18 19:21:01.984713 [ 4 ] {4ca620e8-b02f-4b8f-97b1-006c3ccf7788} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8773 | 2025.07.18 19:21:01.984842 [ 4 ] {4ca620e8-b02f-4b8f-97b1-006c3ccf7788} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001077 sec., 94707.5208913649 rows/sec., 5.82 MiB/sec. | ||
8774 | 2025.07.18 19:21:01.984839 [ 146 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8775 | 2025.07.18 19:21:01.984878 [ 4 ] {4ca620e8-b02f-4b8f-97b1-006c3ccf7788} <Debug> TCPHandler: Processed in 0.001239349 sec. | ||
8776 | 2025.07.18 19:21:01.984917 [ 146 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8777 | 2025.07.18 19:21:01.984945 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8778 | 2025.07.18 19:21:01.985033 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
8779 | 2025.07.18 19:21:01.985125 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8780 | 2025.07.18 19:21:01.985150 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 4740 rows starting from the beginning of the part | ||
8781 | 2025.07.18 19:21:01.985194 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 102 rows starting from the beginning of the part | ||
8782 | 2025.07.18 19:21:01.985229 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
8783 | 2025.07.18 19:21:01.985265 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 102 rows starting from the beginning of the part | ||
8784 | 2025.07.18 19:21:01.985300 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
8785 | 2025.07.18 19:21:01.985335 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 102 rows starting from the beginning of the part | ||
8786 | 2025.07.18 19:21:01.986757 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5166 rows, containing 4 columns (4 merged, 0 gathered) in 0.001749107 sec., 2953507.132496754 rows/sec., 187.70 MiB/sec. | ||
8787 | 2025.07.18 19:21:01.987226 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8788 | 2025.07.18 19:21:01.987597 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_66_13} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8789 | 2025.07.18 19:21:01.987687 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_66_13} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8790 | 2025.07.18 19:21:01.987784 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
8791 | 2025.07.18 19:21:03.111706 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 | ||
8792 | 2025.07.18 19:21:03.112234 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8793 | 2025.07.18 19:21:03.112270 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8794 | 2025.07.18 19:21:03.112749 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8795 | 2025.07.18 19:21:03.112989 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8796 | 2025.07.18 19:21:03.113117 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
8797 | 2025.07.18 19:21:04.284825 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 | ||
8798 | 2025.07.18 19:21:04.299942 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8799 | 2025.07.18 19:21:04.300001 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8800 | 2025.07.18 19:21:04.305744 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8801 | 2025.07.18 19:21:04.306449 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8802 | 2025.07.18 19:21:04.309278 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 354 | ||
8803 | 2025.07.18 19:21:06.953675 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8804 | 2025.07.18 19:21:06.953864 [ 4 ] {a11bf697-aa51-4ec3-915d-03b660369d5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8805 | 2025.07.18 19:21:06.953930 [ 4 ] {a11bf697-aa51-4ec3-915d-03b660369d5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8806 | 2025.07.18 19:21:06.954629 [ 4 ] {a11bf697-aa51-4ec3-915d-03b660369d5d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8807 | 2025.07.18 19:21:06.954671 [ 4 ] {a11bf697-aa51-4ec3-915d-03b660369d5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8808 | 2025.07.18 19:21:06.955059 [ 4 ] {a11bf697-aa51-4ec3-915d-03b660369d5d} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
8809 | 2025.07.18 19:21:06.955284 [ 4 ] {a11bf697-aa51-4ec3-915d-03b660369d5d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8810 | 2025.07.18 19:21:06.955441 [ 4 ] {a11bf697-aa51-4ec3-915d-03b660369d5d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001627 sec., 34419.17639827904 rows/sec., 2.64 MiB/sec. | ||
8811 | 2025.07.18 19:21:06.955485 [ 4 ] {a11bf697-aa51-4ec3-915d-03b660369d5d} <Debug> TCPHandler: Processed in 0.001930719 sec. | ||
8812 | 2025.07.18 19:21:06.955623 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8813 | 2025.07.18 19:21:06.955720 [ 4 ] {f8e8d270-25ae-47a6-a406-c3379030b4dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8814 | 2025.07.18 19:21:06.955761 [ 4 ] {f8e8d270-25ae-47a6-a406-c3379030b4dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8815 | 2025.07.18 19:21:06.956222 [ 4 ] {f8e8d270-25ae-47a6-a406-c3379030b4dd} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8816 | 2025.07.18 19:21:06.956258 [ 4 ] {f8e8d270-25ae-47a6-a406-c3379030b4dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8817 | 2025.07.18 19:21:06.956579 [ 4 ] {f8e8d270-25ae-47a6-a406-c3379030b4dd} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
8818 | 2025.07.18 19:21:06.956809 [ 4 ] {f8e8d270-25ae-47a6-a406-c3379030b4dd} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8819 | 2025.07.18 19:21:06.956941 [ 4 ] {f8e8d270-25ae-47a6-a406-c3379030b4dd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00124 sec., 51612.903225806454 rows/sec., 4.03 MiB/sec. | ||
8820 | 2025.07.18 19:21:06.956979 [ 4 ] {f8e8d270-25ae-47a6-a406-c3379030b4dd} <Debug> TCPHandler: Processed in 0.001414961 sec. | ||
8821 | 2025.07.18 19:21:06.957112 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8822 | 2025.07.18 19:21:06.957208 [ 4 ] {7716e9d9-a1e1-47bb-9242-72175365ff40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8823 | 2025.07.18 19:21:06.957252 [ 4 ] {7716e9d9-a1e1-47bb-9242-72175365ff40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8824 | 2025.07.18 19:21:06.957717 [ 4 ] {7716e9d9-a1e1-47bb-9242-72175365ff40} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8825 | 2025.07.18 19:21:06.957753 [ 4 ] {7716e9d9-a1e1-47bb-9242-72175365ff40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8826 | 2025.07.18 19:21:06.958086 [ 4 ] {7716e9d9-a1e1-47bb-9242-72175365ff40} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
8827 | 2025.07.18 19:21:06.958298 [ 4 ] {7716e9d9-a1e1-47bb-9242-72175365ff40} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8828 | 2025.07.18 19:21:06.958447 [ 4 ] {7716e9d9-a1e1-47bb-9242-72175365ff40} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001257 sec., 127287.19172633253 rows/sec., 8.87 MiB/sec. | ||
8829 | 2025.07.18 19:21:06.958487 [ 4 ] {7716e9d9-a1e1-47bb-9242-72175365ff40} <Debug> TCPHandler: Processed in 0.001432142 sec. | ||
8830 | 2025.07.18 19:21:06.958611 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8831 | 2025.07.18 19:21:06.958703 [ 4 ] {ab1e8840-dffc-4e2e-bd8f-f5a2b0c41695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8832 | 2025.07.18 19:21:06.958744 [ 4 ] {ab1e8840-dffc-4e2e-bd8f-f5a2b0c41695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8833 | 2025.07.18 19:21:06.959086 [ 4 ] {ab1e8840-dffc-4e2e-bd8f-f5a2b0c41695} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8834 | 2025.07.18 19:21:06.959121 [ 4 ] {ab1e8840-dffc-4e2e-bd8f-f5a2b0c41695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8835 | 2025.07.18 19:21:06.959424 [ 4 ] {ab1e8840-dffc-4e2e-bd8f-f5a2b0c41695} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
8836 | 2025.07.18 19:21:06.959654 [ 4 ] {ab1e8840-dffc-4e2e-bd8f-f5a2b0c41695} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8837 | 2025.07.18 19:21:06.959781 [ 4 ] {ab1e8840-dffc-4e2e-bd8f-f5a2b0c41695} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. | ||
8838 | 2025.07.18 19:21:06.959816 [ 4 ] {ab1e8840-dffc-4e2e-bd8f-f5a2b0c41695} <Debug> TCPHandler: Processed in 0.001260899 sec. | ||
8839 | 2025.07.18 19:21:10.462651 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8840 | 2025.07.18 19:21:10.462706 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8841 | 2025.07.18 19:21:10.613257 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 | ||
8842 | 2025.07.18 19:21:10.614042 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8843 | 2025.07.18 19:21:10.614116 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8844 | 2025.07.18 19:21:10.614628 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8845 | 2025.07.18 19:21:10.614864 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8846 | 2025.07.18 19:21:10.614998 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
8847 | 2025.07.18 19:21:10.666373 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1226 | ||
8848 | 2025.07.18 19:21:10.668987 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8849 | 2025.07.18 19:21:10.669025 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8850 | 2025.07.18 19:21:10.670191 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8851 | 2025.07.18 19:21:10.670444 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8852 | 2025.07.18 19:21:10.670690 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1226 | ||
8853 | 2025.07.18 19:21:11.001745 [ 249 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001256839 sec. | ||
8854 | 2025.07.18 19:21:11.809382 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 | ||
8855 | 2025.07.18 19:21:11.825918 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8856 | 2025.07.18 19:21:11.825985 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8857 | 2025.07.18 19:21:11.832017 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8858 | 2025.07.18 19:21:11.832844 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8859 | 2025.07.18 19:21:11.835649 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
8860 | 2025.07.18 19:21:11.965804 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8861 | 2025.07.18 19:21:11.966006 [ 4 ] {528e8289-4419-4ec2-b39b-da19586bf4b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
8862 | 2025.07.18 19:21:11.966082 [ 4 ] {528e8289-4419-4ec2-b39b-da19586bf4b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
8863 | 2025.07.18 19:21:11.966907 [ 4 ] {528e8289-4419-4ec2-b39b-da19586bf4b1} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8864 | 2025.07.18 19:21:11.966954 [ 4 ] {528e8289-4419-4ec2-b39b-da19586bf4b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8865 | 2025.07.18 19:21:11.967392 [ 4 ] {528e8289-4419-4ec2-b39b-da19586bf4b1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8866 | 2025.07.18 19:21:11.967619 [ 4 ] {528e8289-4419-4ec2-b39b-da19586bf4b1} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8867 | 2025.07.18 19:21:11.967770 [ 4 ] {528e8289-4419-4ec2-b39b-da19586bf4b1} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001819 sec., 215503.02363936228 rows/sec., 13.67 MiB/sec. | ||
8868 | 2025.07.18 19:21:11.967813 [ 4 ] {528e8289-4419-4ec2-b39b-da19586bf4b1} <Debug> TCPHandler: Processed in 0.002146082 sec. | ||
8869 | 2025.07.18 19:21:11.967932 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8870 | 2025.07.18 19:21:11.968029 [ 4 ] {0e5b9f2b-41a9-4304-b46a-cac303c26ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8871 | 2025.07.18 19:21:11.968071 [ 4 ] {0e5b9f2b-41a9-4304-b46a-cac303c26ba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8872 | 2025.07.18 19:21:11.969064 [ 4 ] {0e5b9f2b-41a9-4304-b46a-cac303c26ba0} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8873 | 2025.07.18 19:21:11.969101 [ 4 ] {0e5b9f2b-41a9-4304-b46a-cac303c26ba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8874 | 2025.07.18 19:21:11.969476 [ 4 ] {0e5b9f2b-41a9-4304-b46a-cac303c26ba0} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
8875 | 2025.07.18 19:21:11.969682 [ 4 ] {0e5b9f2b-41a9-4304-b46a-cac303c26ba0} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8876 | 2025.07.18 19:21:11.969811 [ 4 ] {0e5b9f2b-41a9-4304-b46a-cac303c26ba0} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001799 sec., 638688.1600889383 rows/sec., 50.97 MiB/sec. | ||
8877 | 2025.07.18 19:21:11.969848 [ 4 ] {0e5b9f2b-41a9-4304-b46a-cac303c26ba0} <Debug> TCPHandler: Processed in 0.0019651 sec. | ||
8878 | 2025.07.18 19:21:11.969963 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8879 | 2025.07.18 19:21:11.970057 [ 4 ] {35c805ed-c083-45d2-8e2e-5f65d8dab346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8880 | 2025.07.18 19:21:11.970097 [ 4 ] {35c805ed-c083-45d2-8e2e-5f65d8dab346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8881 | 2025.07.18 19:21:11.970608 [ 4 ] {35c805ed-c083-45d2-8e2e-5f65d8dab346} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8882 | 2025.07.18 19:21:11.970643 [ 4 ] {35c805ed-c083-45d2-8e2e-5f65d8dab346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8883 | 2025.07.18 19:21:11.970947 [ 4 ] {35c805ed-c083-45d2-8e2e-5f65d8dab346} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8884 | 2025.07.18 19:21:11.971164 [ 4 ] {35c805ed-c083-45d2-8e2e-5f65d8dab346} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8885 | 2025.07.18 19:21:11.971295 [ 4 ] {35c805ed-c083-45d2-8e2e-5f65d8dab346} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001256 sec., 188694.26751592357 rows/sec., 11.55 MiB/sec. | ||
8886 | 2025.07.18 19:21:11.971335 [ 4 ] {35c805ed-c083-45d2-8e2e-5f65d8dab346} <Debug> TCPHandler: Processed in 0.001422162 sec. | ||
8887 | 2025.07.18 19:21:11.971447 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8888 | 2025.07.18 19:21:11.971541 [ 4 ] {249fd738-d849-4e92-ac4d-b49e6d2aa19a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
8889 | 2025.07.18 19:21:11.971581 [ 4 ] {249fd738-d849-4e92-ac4d-b49e6d2aa19a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8890 | 2025.07.18 19:21:11.972054 [ 4 ] {249fd738-d849-4e92-ac4d-b49e6d2aa19a} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8891 | 2025.07.18 19:21:11.972090 [ 4 ] {249fd738-d849-4e92-ac4d-b49e6d2aa19a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8892 | 2025.07.18 19:21:11.972399 [ 4 ] {249fd738-d849-4e92-ac4d-b49e6d2aa19a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8893 | 2025.07.18 19:21:11.972616 [ 4 ] {249fd738-d849-4e92-ac4d-b49e6d2aa19a} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8894 | 2025.07.18 19:21:11.972750 [ 4 ] {249fd738-d849-4e92-ac4d-b49e6d2aa19a} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001227 sec., 165444.1727791361 rows/sec., 10.67 MiB/sec. | ||
8895 | 2025.07.18 19:21:11.972787 [ 4 ] {249fd738-d849-4e92-ac4d-b49e6d2aa19a} <Debug> TCPHandler: Processed in 0.001391341 sec. | ||
8896 | 2025.07.18 19:21:11.972895 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8897 | 2025.07.18 19:21:11.972989 [ 4 ] {007586f7-96d0-4b91-8849-01e6b382123c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
8898 | 2025.07.18 19:21:11.973029 [ 4 ] {007586f7-96d0-4b91-8849-01e6b382123c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8899 | 2025.07.18 19:21:11.973477 [ 4 ] {007586f7-96d0-4b91-8849-01e6b382123c} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8900 | 2025.07.18 19:21:11.973513 [ 4 ] {007586f7-96d0-4b91-8849-01e6b382123c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8901 | 2025.07.18 19:21:11.973809 [ 4 ] {007586f7-96d0-4b91-8849-01e6b382123c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8902 | 2025.07.18 19:21:11.974018 [ 4 ] {007586f7-96d0-4b91-8849-01e6b382123c} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8903 | 2025.07.18 19:21:11.974145 [ 4 ] {007586f7-96d0-4b91-8849-01e6b382123c} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001173 sec., 172208.0136402387 rows/sec., 9.78 MiB/sec. | ||
8904 | 2025.07.18 19:21:11.974183 [ 4 ] {007586f7-96d0-4b91-8849-01e6b382123c} <Debug> TCPHandler: Processed in 0.00133699 sec. | ||
8905 | 2025.07.18 19:21:11.974295 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8906 | 2025.07.18 19:21:11.974388 [ 4 ] {af0a4107-c8c0-4199-90fd-e49a3aab6af9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8907 | 2025.07.18 19:21:11.974428 [ 4 ] {af0a4107-c8c0-4199-90fd-e49a3aab6af9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8908 | 2025.07.18 19:21:11.975067 [ 4 ] {af0a4107-c8c0-4199-90fd-e49a3aab6af9} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8909 | 2025.07.18 19:21:11.975103 [ 4 ] {af0a4107-c8c0-4199-90fd-e49a3aab6af9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8910 | 2025.07.18 19:21:11.975433 [ 4 ] {af0a4107-c8c0-4199-90fd-e49a3aab6af9} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
8911 | 2025.07.18 19:21:11.975646 [ 4 ] {af0a4107-c8c0-4199-90fd-e49a3aab6af9} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8912 | 2025.07.18 19:21:11.975771 [ 4 ] {af0a4107-c8c0-4199-90fd-e49a3aab6af9} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001399 sec., 495353.82416011434 rows/sec., 34.80 MiB/sec. | ||
8913 | 2025.07.18 19:21:11.975807 [ 4 ] {af0a4107-c8c0-4199-90fd-e49a3aab6af9} <Debug> TCPHandler: Processed in 0.001562084 sec. | ||
8914 | 2025.07.18 19:21:11.975919 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8915 | 2025.07.18 19:21:11.976013 [ 4 ] {77be1956-a7ab-4027-8968-0852d4d7ccf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
8916 | 2025.07.18 19:21:11.976055 [ 4 ] {77be1956-a7ab-4027-8968-0852d4d7ccf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8917 | 2025.07.18 19:21:11.976390 [ 4 ] {77be1956-a7ab-4027-8968-0852d4d7ccf5} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8918 | 2025.07.18 19:21:11.976425 [ 4 ] {77be1956-a7ab-4027-8968-0852d4d7ccf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8919 | 2025.07.18 19:21:11.976728 [ 4 ] {77be1956-a7ab-4027-8968-0852d4d7ccf5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8920 | 2025.07.18 19:21:11.976937 [ 4 ] {77be1956-a7ab-4027-8968-0852d4d7ccf5} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8921 | 2025.07.18 19:21:11.977064 [ 4 ] {77be1956-a7ab-4027-8968-0852d4d7ccf5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001068 sec., 5617.9775280898875 rows/sec., 293.52 KiB/sec. | ||
8922 | 2025.07.18 19:21:11.977098 [ 4 ] {77be1956-a7ab-4027-8968-0852d4d7ccf5} <Debug> TCPHandler: Processed in 0.001228968 sec. | ||
8923 | 2025.07.18 19:21:11.977206 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8924 | 2025.07.18 19:21:11.977299 [ 4 ] {e260d13a-7d97-43eb-9ca7-15b33a464c5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
8925 | 2025.07.18 19:21:11.977341 [ 4 ] {e260d13a-7d97-43eb-9ca7-15b33a464c5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8926 | 2025.07.18 19:21:11.977776 [ 4 ] {e260d13a-7d97-43eb-9ca7-15b33a464c5d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8927 | 2025.07.18 19:21:11.977811 [ 4 ] {e260d13a-7d97-43eb-9ca7-15b33a464c5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8928 | 2025.07.18 19:21:11.978132 [ 4 ] {e260d13a-7d97-43eb-9ca7-15b33a464c5d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
8929 | 2025.07.18 19:21:11.978343 [ 4 ] {e260d13a-7d97-43eb-9ca7-15b33a464c5d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8930 | 2025.07.18 19:21:11.978471 [ 4 ] {e260d13a-7d97-43eb-9ca7-15b33a464c5d} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001189 sec., 258200.16820857866 rows/sec., 16.99 MiB/sec. | ||
8931 | 2025.07.18 19:21:11.978507 [ 4 ] {e260d13a-7d97-43eb-9ca7-15b33a464c5d} <Debug> TCPHandler: Processed in 0.001350741 sec. | ||
8932 | 2025.07.18 19:21:11.978618 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8933 | 2025.07.18 19:21:11.978714 [ 4 ] {74e8871c-648e-4d0a-90d7-6f581ed38ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
8934 | 2025.07.18 19:21:11.978756 [ 4 ] {74e8871c-648e-4d0a-90d7-6f581ed38ac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8935 | 2025.07.18 19:21:11.979068 [ 4 ] {74e8871c-648e-4d0a-90d7-6f581ed38ac2} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8936 | 2025.07.18 19:21:11.979104 [ 4 ] {74e8871c-648e-4d0a-90d7-6f581ed38ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8937 | 2025.07.18 19:21:11.979395 [ 4 ] {74e8871c-648e-4d0a-90d7-6f581ed38ac2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8938 | 2025.07.18 19:21:11.979592 [ 4 ] {74e8871c-648e-4d0a-90d7-6f581ed38ac2} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): 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.18 19:21:11.979719 [ 4 ] {74e8871c-648e-4d0a-90d7-6f581ed38ac2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001023 sec., 977.5171065493646 rows/sec., 65.87 KiB/sec. | ||
8940 | 2025.07.18 19:21:11.979754 [ 4 ] {74e8871c-648e-4d0a-90d7-6f581ed38ac2} <Debug> TCPHandler: Processed in 0.001186508 sec. | ||
8941 | 2025.07.18 19:21:11.979862 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8942 | 2025.07.18 19:21:11.979955 [ 4 ] {2cf6572e-5491-476f-9ef0-aec87ab8f8ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
8943 | 2025.07.18 19:21:11.980009 [ 4 ] {2cf6572e-5491-476f-9ef0-aec87ab8f8ff} <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 | ||
8944 | 2025.07.18 19:21:11.980898 [ 4 ] {2cf6572e-5491-476f-9ef0-aec87ab8f8ff} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8945 | 2025.07.18 19:21:11.980934 [ 4 ] {2cf6572e-5491-476f-9ef0-aec87ab8f8ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8946 | 2025.07.18 19:21:11.981506 [ 4 ] {2cf6572e-5491-476f-9ef0-aec87ab8f8ff} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8947 | 2025.07.18 19:21:11.981736 [ 4 ] {2cf6572e-5491-476f-9ef0-aec87ab8f8ff} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8948 | 2025.07.18 19:21:11.981875 [ 4 ] {2cf6572e-5491-476f-9ef0-aec87ab8f8ff} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001937 sec., 21166.752710376873 rows/sec., 37.93 MiB/sec. | ||
8949 | 2025.07.18 19:21:11.981926 [ 4 ] {2cf6572e-5491-476f-9ef0-aec87ab8f8ff} <Debug> TCPHandler: Processed in 0.002113922 sec. | ||
8950 | 2025.07.18 19:21:11.982040 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8951 | 2025.07.18 19:21:11.982135 [ 4 ] {aa1542f2-15c8-4263-aa34-67515050be3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
8952 | 2025.07.18 19:21:11.982176 [ 4 ] {aa1542f2-15c8-4263-aa34-67515050be3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8953 | 2025.07.18 19:21:11.982511 [ 4 ] {aa1542f2-15c8-4263-aa34-67515050be3b} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8954 | 2025.07.18 19:21:11.982545 [ 4 ] {aa1542f2-15c8-4263-aa34-67515050be3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. | ||
8955 | 2025.07.18 19:21:11.982856 [ 4 ] {aa1542f2-15c8-4263-aa34-67515050be3b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
8956 | 2025.07.18 19:21:11.983062 [ 4 ] {aa1542f2-15c8-4263-aa34-67515050be3b} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8957 | 2025.07.18 19:21:11.983191 [ 4 ] {aa1542f2-15c8-4263-aa34-67515050be3b} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001073 sec., 95060.57781919852 rows/sec., 5.84 MiB/sec. | ||
8958 | 2025.07.18 19:21:11.983226 [ 4 ] {aa1542f2-15c8-4263-aa34-67515050be3b} <Debug> TCPHandler: Processed in 0.001235659 sec. | ||
8959 | 2025.07.18 19:21:12.000265 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 287.34 MiB, peak 293.23 MiB, free memory in arenas 0.00 B, will set to 286.21 MiB (RSS), difference: -1.14 MiB | ||
8960 | 2025.07.18 19:21:16.604783 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8961 | 2025.07.18 19:21:16.604980 [ 4 ] {49da93d2-4a0f-47f2-828b-8fd407d5fa48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
8962 | 2025.07.18 19:21:16.605046 [ 4 ] {49da93d2-4a0f-47f2-828b-8fd407d5fa48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8963 | 2025.07.18 19:21:16.605647 [ 4 ] {49da93d2-4a0f-47f2-828b-8fd407d5fa48} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8964 | 2025.07.18 19:21:16.605695 [ 4 ] {49da93d2-4a0f-47f2-828b-8fd407d5fa48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
8965 | 2025.07.18 19:21:16.606095 [ 4 ] {49da93d2-4a0f-47f2-828b-8fd407d5fa48} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
8966 | 2025.07.18 19:21:16.606326 [ 4 ] {49da93d2-4a0f-47f2-828b-8fd407d5fa48} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8967 | 2025.07.18 19:21:16.606487 [ 4 ] {49da93d2-4a0f-47f2-828b-8fd407d5fa48} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001553 sec., 1287.83000643915 rows/sec., 105.01 KiB/sec. | ||
8968 | 2025.07.18 19:21:16.606529 [ 4 ] {49da93d2-4a0f-47f2-828b-8fd407d5fa48} <Debug> TCPHandler: Processed in 0.001874289 sec. | ||
8969 | 2025.07.18 19:21:16.606643 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8970 | 2025.07.18 19:21:16.606740 [ 4 ] {c005220e-5c6e-4101-8463-32c20b958f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
8971 | 2025.07.18 19:21:16.606781 [ 4 ] {c005220e-5c6e-4101-8463-32c20b958f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8972 | 2025.07.18 19:21:16.607803 [ 4 ] {c005220e-5c6e-4101-8463-32c20b958f86} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8973 | 2025.07.18 19:21:16.607841 [ 4 ] {c005220e-5c6e-4101-8463-32c20b958f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
8974 | 2025.07.18 19:21:16.608248 [ 4 ] {c005220e-5c6e-4101-8463-32c20b958f86} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
8975 | 2025.07.18 19:21:16.608486 [ 4 ] {c005220e-5c6e-4101-8463-32c20b958f86} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8976 | 2025.07.18 19:21:16.608622 [ 4 ] {c005220e-5c6e-4101-8463-32c20b958f86} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.0019 sec., 630000 rows/sec., 51.93 MiB/sec. | ||
8977 | 2025.07.18 19:21:16.608660 [ 4 ] {c005220e-5c6e-4101-8463-32c20b958f86} <Debug> TCPHandler: Processed in 0.002066622 sec. | ||
8978 | 2025.07.18 19:21:16.608785 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8979 | 2025.07.18 19:21:16.608882 [ 4 ] {0c6bafdc-73b5-4e16-b1cc-2a40b409701c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
8980 | 2025.07.18 19:21:16.608923 [ 4 ] {0c6bafdc-73b5-4e16-b1cc-2a40b409701c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8981 | 2025.07.18 19:21:16.609326 [ 4 ] {0c6bafdc-73b5-4e16-b1cc-2a40b409701c} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8982 | 2025.07.18 19:21:16.609362 [ 4 ] {0c6bafdc-73b5-4e16-b1cc-2a40b409701c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
8983 | 2025.07.18 19:21:16.609672 [ 4 ] {0c6bafdc-73b5-4e16-b1cc-2a40b409701c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8984 | 2025.07.18 19:21:16.609886 [ 4 ] {0c6bafdc-73b5-4e16-b1cc-2a40b409701c} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8985 | 2025.07.18 19:21:16.610018 [ 4 ] {0c6bafdc-73b5-4e16-b1cc-2a40b409701c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001155 sec., 1731.6017316017317 rows/sec., 120.91 KiB/sec. | ||
8986 | 2025.07.18 19:21:16.610057 [ 4 ] {0c6bafdc-73b5-4e16-b1cc-2a40b409701c} <Debug> TCPHandler: Processed in 0.00132236 sec. | ||
8987 | 2025.07.18 19:21:16.610165 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8988 | 2025.07.18 19:21:16.610261 [ 4 ] {7e5e2539-8416-4a4b-b3c8-76955f9a85d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
8989 | 2025.07.18 19:21:16.610301 [ 4 ] {7e5e2539-8416-4a4b-b3c8-76955f9a85d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8990 | 2025.07.18 19:21:16.610785 [ 4 ] {7e5e2539-8416-4a4b-b3c8-76955f9a85d2} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8991 | 2025.07.18 19:21:16.610823 [ 4 ] {7e5e2539-8416-4a4b-b3c8-76955f9a85d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
8992 | 2025.07.18 19:21:16.611142 [ 4 ] {7e5e2539-8416-4a4b-b3c8-76955f9a85d2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8993 | 2025.07.18 19:21:16.611363 [ 4 ] {7e5e2539-8416-4a4b-b3c8-76955f9a85d2} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8994 | 2025.07.18 19:21:16.611503 [ 4 ] {7e5e2539-8416-4a4b-b3c8-76955f9a85d2} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00126 sec., 180952.38095238095 rows/sec., 12.25 MiB/sec. | ||
8995 | 2025.07.18 19:21:16.611542 [ 4 ] {7e5e2539-8416-4a4b-b3c8-76955f9a85d2} <Debug> TCPHandler: Processed in 0.001425882 sec. | ||
8996 | 2025.07.18 19:21:16.611650 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8997 | 2025.07.18 19:21:16.611746 [ 4 ] {f2f2541c-1ba1-483b-a832-ea637582ae20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
8998 | 2025.07.18 19:21:16.611787 [ 4 ] {f2f2541c-1ba1-483b-a832-ea637582ae20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8999 | 2025.07.18 19:21:16.612376 [ 4 ] {f2f2541c-1ba1-483b-a832-ea637582ae20} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9000 | 2025.07.18 19:21:16.612413 [ 4 ] {f2f2541c-1ba1-483b-a832-ea637582ae20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9001 | 2025.07.18 19:21:16.612750 [ 4 ] {f2f2541c-1ba1-483b-a832-ea637582ae20} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9002 | 2025.07.18 19:21:16.612991 [ 4 ] {f2f2541c-1ba1-483b-a832-ea637582ae20} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9003 | 2025.07.18 19:21:16.613122 [ 4 ] {f2f2541c-1ba1-483b-a832-ea637582ae20} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.001394 sec., 374461.9799139168 rows/sec., 27.72 MiB/sec. | ||
9004 | 2025.07.18 19:21:16.613161 [ 4 ] {f2f2541c-1ba1-483b-a832-ea637582ae20} <Debug> TCPHandler: Processed in 0.001560814 sec. | ||
9005 | 2025.07.18 19:21:16.613272 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9006 | 2025.07.18 19:21:16.613369 [ 4 ] {4f612519-43b9-40d8-8cd8-acd2552e01c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9007 | 2025.07.18 19:21:16.613413 [ 4 ] {4f612519-43b9-40d8-8cd8-acd2552e01c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9008 | 2025.07.18 19:21:16.614030 [ 4 ] {4f612519-43b9-40d8-8cd8-acd2552e01c5} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9009 | 2025.07.18 19:21:16.614068 [ 4 ] {4f612519-43b9-40d8-8cd8-acd2552e01c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9010 | 2025.07.18 19:21:16.614464 [ 4 ] {4f612519-43b9-40d8-8cd8-acd2552e01c5} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9011 | 2025.07.18 19:21:16.614683 [ 4 ] {4f612519-43b9-40d8-8cd8-acd2552e01c5} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9012 | 2025.07.18 19:21:16.614813 [ 4 ] {4f612519-43b9-40d8-8cd8-acd2552e01c5} <Debug> executeQuery: Read 1007 rows, 69.31 KiB in 0.001463 sec., 688311.6883116883 rows/sec., 46.27 MiB/sec. | ||
9013 | 2025.07.18 19:21:16.614850 [ 4 ] {4f612519-43b9-40d8-8cd8-acd2552e01c5} <Debug> TCPHandler: Processed in 0.001627105 sec. | ||
9014 | 2025.07.18 19:21:16.614962 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9015 | 2025.07.18 19:21:16.615058 [ 4 ] {5a862c8d-762e-4957-999d-085d5934ec92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9016 | 2025.07.18 19:21:16.615099 [ 4 ] {5a862c8d-762e-4957-999d-085d5934ec92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9017 | 2025.07.18 19:21:16.615439 [ 4 ] {5a862c8d-762e-4957-999d-085d5934ec92} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9018 | 2025.07.18 19:21:16.615475 [ 4 ] {5a862c8d-762e-4957-999d-085d5934ec92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9019 | 2025.07.18 19:21:16.615784 [ 4 ] {5a862c8d-762e-4957-999d-085d5934ec92} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
9020 | 2025.07.18 19:21:16.616005 [ 4 ] {5a862c8d-762e-4957-999d-085d5934ec92} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9021 | 2025.07.18 19:21:16.616135 [ 4 ] {5a862c8d-762e-4957-999d-085d5934ec92} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. | ||
9022 | 2025.07.18 19:21:16.616173 [ 4 ] {5a862c8d-762e-4957-999d-085d5934ec92} <Debug> TCPHandler: Processed in 0.001260509 sec. | ||
9023 | 2025.07.18 19:21:18.115206 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 | ||
9024 | 2025.07.18 19:21:18.115729 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9025 | 2025.07.18 19:21:18.115779 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9026 | 2025.07.18 19:21:18.116301 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9027 | 2025.07.18 19:21:18.116559 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9028 | 2025.07.18 19:21:18.116704 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 | ||
9029 | 2025.07.18 19:21:19.335841 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 | ||
9030 | 2025.07.18 19:21:19.352370 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9031 | 2025.07.18 19:21:19.352416 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9032 | 2025.07.18 19:21:19.358252 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9033 | 2025.07.18 19:21:19.358989 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9034 | 2025.07.18 19:21:19.361844 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 369 | ||
9035 | 2025.07.18 19:21:20.670999 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1262 | ||
9036 | 2025.07.18 19:21:20.673370 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9037 | 2025.07.18 19:21:20.673417 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9038 | 2025.07.18 19:21:20.674608 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
9039 | 2025.07.18 19:21:20.674882 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9040 | 2025.07.18 19:21:20.675058 [ 132 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
9041 | 2025.07.18 19:21:20.675144 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1262 | ||
9042 | 2025.07.18 19:21:20.675152 [ 132 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9043 | 2025.07.18 19:21:20.675206 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9044 | 2025.07.18 19:21:20.675380 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
9045 | 2025.07.18 19:21:20.676297 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9046 | 2025.07.18 19:21:20.676512 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1100 rows starting from the beginning of the part | ||
9047 | 2025.07.18 19:21:20.676852 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
9048 | 2025.07.18 19:21:20.677176 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
9049 | 2025.07.18 19:21:20.677534 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 30 rows starting from the beginning of the part | ||
9050 | 2025.07.18 19:21:20.677883 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part | ||
9051 | 2025.07.18 19:21:20.678216 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part | ||
9052 | 2025.07.18 19:21:20.684193 [ 194 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 72 columns (72 merged, 0 gathered) in 0.008896397 sec., 141855.1802488131 rows/sec., 111.75 MiB/sec. | ||
9053 | 2025.07.18 19:21:20.685760 [ 186 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
9054 | 2025.07.18 19:21:20.686287 [ 186 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_36_7} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9055 | 2025.07.18 19:21:20.686365 [ 186 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_36_7} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
9056 | 2025.07.18 19:21:20.686537 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
9057 | 2025.07.18 19:21:21.966417 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9058 | 2025.07.18 19:21:21.966604 [ 4 ] {e80ef161-ecd7-4f74-97dd-89935e370611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
9059 | 2025.07.18 19:21:21.966673 [ 4 ] {e80ef161-ecd7-4f74-97dd-89935e370611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
9060 | 2025.07.18 19:21:21.967524 [ 4 ] {e80ef161-ecd7-4f74-97dd-89935e370611} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9061 | 2025.07.18 19:21:21.967576 [ 4 ] {e80ef161-ecd7-4f74-97dd-89935e370611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9062 | 2025.07.18 19:21:21.968013 [ 4 ] {e80ef161-ecd7-4f74-97dd-89935e370611} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
9063 | 2025.07.18 19:21:21.968272 [ 4 ] {e80ef161-ecd7-4f74-97dd-89935e370611} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9064 | 2025.07.18 19:21:21.968432 [ 4 ] {e80ef161-ecd7-4f74-97dd-89935e370611} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001879 sec., 208621.6072378925 rows/sec., 13.24 MiB/sec. | ||
9065 | 2025.07.18 19:21:21.968476 [ 4 ] {e80ef161-ecd7-4f74-97dd-89935e370611} <Debug> TCPHandler: Processed in 0.002188103 sec. | ||
9066 | 2025.07.18 19:21:21.968663 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9067 | 2025.07.18 19:21:21.968786 [ 4 ] {1efe3628-2cc3-4029-9271-cc09ae31bb64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9068 | 2025.07.18 19:21:21.968831 [ 4 ] {1efe3628-2cc3-4029-9271-cc09ae31bb64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9069 | 2025.07.18 19:21:21.970210 [ 4 ] {1efe3628-2cc3-4029-9271-cc09ae31bb64} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9070 | 2025.07.18 19:21:21.970249 [ 4 ] {1efe3628-2cc3-4029-9271-cc09ae31bb64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9071 | 2025.07.18 19:21:21.970674 [ 4 ] {1efe3628-2cc3-4029-9271-cc09ae31bb64} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9072 | 2025.07.18 19:21:21.970918 [ 4 ] {1efe3628-2cc3-4029-9271-cc09ae31bb64} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9073 | 2025.07.18 19:21:21.971058 [ 4 ] {1efe3628-2cc3-4029-9271-cc09ae31bb64} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.002311 sec., 497187.3647771527 rows/sec., 39.68 MiB/sec. | ||
9074 | 2025.07.18 19:21:21.971056 [ 130 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9075 | 2025.07.18 19:21:21.971098 [ 4 ] {1efe3628-2cc3-4029-9271-cc09ae31bb64} <Debug> TCPHandler: Processed in 0.002513329 sec. | ||
9076 | 2025.07.18 19:21:21.971135 [ 130 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9077 | 2025.07.18 19:21:21.971165 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9078 | 2025.07.18 19:21:21.971235 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9079 | 2025.07.18 19:21:21.971257 [ 195 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
9080 | 2025.07.18 19:21:21.971335 [ 4 ] {58457cdc-23c4-4f19-b5f6-c5566942cc1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9081 | 2025.07.18 19:21:21.971342 [ 195 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9082 | 2025.07.18 19:21:21.971376 [ 195 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2298 rows starting from the beginning of the part | ||
9083 | 2025.07.18 19:21:21.971381 [ 4 ] {58457cdc-23c4-4f19-b5f6-c5566942cc1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9084 | 2025.07.18 19:21:21.971434 [ 195 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1151 rows starting from the beginning of the part | ||
9085 | 2025.07.18 19:21:21.971487 [ 195 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 56 rows starting from the beginning of the part | ||
9086 | 2025.07.18 19:21:21.971532 [ 195 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1149 rows starting from the beginning of the part | ||
9087 | 2025.07.18 19:21:21.971587 [ 195 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1197 rows starting from the beginning of the part | ||
9088 | 2025.07.18 19:21:21.971639 [ 195 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1149 rows starting from the beginning of the part | ||
9089 | 2025.07.18 19:21:21.971993 [ 4 ] {58457cdc-23c4-4f19-b5f6-c5566942cc1d} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9090 | 2025.07.18 19:21:21.972031 [ 4 ] {58457cdc-23c4-4f19-b5f6-c5566942cc1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9091 | 2025.07.18 19:21:21.972489 [ 4 ] {58457cdc-23c4-4f19-b5f6-c5566942cc1d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
9092 | 2025.07.18 19:21:21.972729 [ 4 ] {58457cdc-23c4-4f19-b5f6-c5566942cc1d} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9093 | 2025.07.18 19:21:21.972917 [ 4 ] {58457cdc-23c4-4f19-b5f6-c5566942cc1d} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001599 sec., 148217.63602251408 rows/sec., 9.08 MiB/sec. | ||
9094 | 2025.07.18 19:21:21.972973 [ 4 ] {58457cdc-23c4-4f19-b5f6-c5566942cc1d} <Debug> TCPHandler: Processed in 0.001789508 sec. | ||
9095 | 2025.07.18 19:21:21.973114 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9096 | 2025.07.18 19:21:21.973239 [ 4 ] {dd17df2f-cfde-4ed3-a613-7895dc08624c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
9097 | 2025.07.18 19:21:21.973296 [ 4 ] {dd17df2f-cfde-4ed3-a613-7895dc08624c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9098 | 2025.07.18 19:21:21.973980 [ 4 ] {dd17df2f-cfde-4ed3-a613-7895dc08624c} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9099 | 2025.07.18 19:21:21.974027 [ 4 ] {dd17df2f-cfde-4ed3-a613-7895dc08624c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9100 | 2025.07.18 19:21:21.974331 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7000 rows, containing 5 columns (5 merged, 0 gathered) in 0.003109828 sec., 2250928.3471626085 rows/sec., 190.23 MiB/sec. | ||
9101 | 2025.07.18 19:21:21.974412 [ 4 ] {dd17df2f-cfde-4ed3-a613-7895dc08624c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9102 | 2025.07.18 19:21:21.974682 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9103 | 2025.07.18 19:21:21.974853 [ 4 ] {dd17df2f-cfde-4ed3-a613-7895dc08624c} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9104 | 2025.07.18 19:21:21.975046 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9105 | 2025.07.18 19:21:21.975078 [ 4 ] {dd17df2f-cfde-4ed3-a613-7895dc08624c} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001861 sec., 109081.1391724879 rows/sec., 7.04 MiB/sec. | ||
9106 | 2025.07.18 19:21:21.975143 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9107 | 2025.07.18 19:21:21.975147 [ 4 ] {dd17df2f-cfde-4ed3-a613-7895dc08624c} <Debug> TCPHandler: Processed in 0.002094272 sec. | ||
9108 | 2025.07.18 19:21:21.975260 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. | ||
9109 | 2025.07.18 19:21:21.975318 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9110 | 2025.07.18 19:21:21.975451 [ 4 ] {d05a4bef-cbe6-45e9-a3c9-e4e97088cd29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
9111 | 2025.07.18 19:21:21.975509 [ 4 ] {d05a4bef-cbe6-45e9-a3c9-e4e97088cd29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9112 | 2025.07.18 19:21:21.976031 [ 4 ] {d05a4bef-cbe6-45e9-a3c9-e4e97088cd29} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9113 | 2025.07.18 19:21:21.976069 [ 4 ] {d05a4bef-cbe6-45e9-a3c9-e4e97088cd29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9114 | 2025.07.18 19:21:21.976439 [ 4 ] {d05a4bef-cbe6-45e9-a3c9-e4e97088cd29} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
9115 | 2025.07.18 19:21:21.976676 [ 4 ] {d05a4bef-cbe6-45e9-a3c9-e4e97088cd29} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9116 | 2025.07.18 19:21:21.976824 [ 4 ] {d05a4bef-cbe6-45e9-a3c9-e4e97088cd29} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.0014 sec., 144285.7142857143 rows/sec., 8.19 MiB/sec. | ||
9117 | 2025.07.18 19:21:21.976863 [ 4 ] {d05a4bef-cbe6-45e9-a3c9-e4e97088cd29} <Debug> TCPHandler: Processed in 0.001612384 sec. | ||
9118 | 2025.07.18 19:21:21.976984 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9119 | 2025.07.18 19:21:21.977079 [ 4 ] {d8f50883-7833-4c68-a2ce-84c23515499f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9120 | 2025.07.18 19:21:21.977120 [ 4 ] {d8f50883-7833-4c68-a2ce-84c23515499f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9121 | 2025.07.18 19:21:21.977871 [ 4 ] {d8f50883-7833-4c68-a2ce-84c23515499f} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9122 | 2025.07.18 19:21:21.977907 [ 4 ] {d8f50883-7833-4c68-a2ce-84c23515499f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9123 | 2025.07.18 19:21:21.978274 [ 4 ] {d8f50883-7833-4c68-a2ce-84c23515499f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9124 | 2025.07.18 19:21:21.978493 [ 4 ] {d8f50883-7833-4c68-a2ce-84c23515499f} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9125 | 2025.07.18 19:21:21.978614 [ 130 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9126 | 2025.07.18 19:21:21.978625 [ 4 ] {d8f50883-7833-4c68-a2ce-84c23515499f} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001564 sec., 443094.6291560102 rows/sec., 31.13 MiB/sec. | ||
9127 | 2025.07.18 19:21:21.978654 [ 130 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9128 | 2025.07.18 19:21:21.978674 [ 4 ] {d8f50883-7833-4c68-a2ce-84c23515499f} <Debug> TCPHandler: Processed in 0.001741616 sec. | ||
9129 | 2025.07.18 19:21:21.978680 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9130 | 2025.07.18 19:21:21.978781 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
9131 | 2025.07.18 19:21:21.978808 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9132 | 2025.07.18 19:21:21.978899 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9133 | 2025.07.18 19:21:21.978909 [ 4 ] {3e6ccb24-4bb6-44f2-9c87-cbf497c19144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
9134 | 2025.07.18 19:21:21.978948 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1185 rows starting from the beginning of the part | ||
9135 | 2025.07.18 19:21:21.978965 [ 4 ] {3e6ccb24-4bb6-44f2-9c87-cbf497c19144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9136 | 2025.07.18 19:21:21.979046 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 697 rows starting from the beginning of the part | ||
9137 | 2025.07.18 19:21:21.979117 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 64 rows starting from the beginning of the part | ||
9138 | 2025.07.18 19:21:21.979177 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 693 rows starting from the beginning of the part | ||
9139 | 2025.07.18 19:21:21.979231 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 522 rows starting from the beginning of the part | ||
9140 | 2025.07.18 19:21:21.979282 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 693 rows starting from the beginning of the part | ||
9141 | 2025.07.18 19:21:21.979318 [ 4 ] {3e6ccb24-4bb6-44f2-9c87-cbf497c19144} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9142 | 2025.07.18 19:21:21.979358 [ 4 ] {3e6ccb24-4bb6-44f2-9c87-cbf497c19144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9143 | 2025.07.18 19:21:21.979716 [ 4 ] {3e6ccb24-4bb6-44f2-9c87-cbf497c19144} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
9144 | 2025.07.18 19:21:21.979950 [ 4 ] {3e6ccb24-4bb6-44f2-9c87-cbf497c19144} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9145 | 2025.07.18 19:21:21.980087 [ 4 ] {3e6ccb24-4bb6-44f2-9c87-cbf497c19144} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001196 sec., 5016.722408026756 rows/sec., 262.10 KiB/sec. | ||
9146 | 2025.07.18 19:21:21.980124 [ 4 ] {3e6ccb24-4bb6-44f2-9c87-cbf497c19144} <Debug> TCPHandler: Processed in 0.001373472 sec. | ||
9147 | 2025.07.18 19:21:21.980243 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9148 | 2025.07.18 19:21:21.980338 [ 4 ] {ae48ebf4-70cd-4ad9-b444-04b59b1d2901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9149 | 2025.07.18 19:21:21.980381 [ 4 ] {ae48ebf4-70cd-4ad9-b444-04b59b1d2901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9150 | 2025.07.18 19:21:21.980876 [ 4 ] {ae48ebf4-70cd-4ad9-b444-04b59b1d2901} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9151 | 2025.07.18 19:21:21.980899 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3854 rows, containing 5 columns (5 merged, 0 gathered) in 0.002156134 sec., 1787458.4789257068 rows/sec., 134.37 MiB/sec. | ||
9152 | 2025.07.18 19:21:21.980912 [ 4 ] {ae48ebf4-70cd-4ad9-b444-04b59b1d2901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9153 | 2025.07.18 19:21:21.981102 [ 195 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9154 | 2025.07.18 19:21:21.981325 [ 4 ] {ae48ebf4-70cd-4ad9-b444-04b59b1d2901} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9155 | 2025.07.18 19:21:21.981389 [ 195 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9156 | 2025.07.18 19:21:21.981468 [ 195 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9157 | 2025.07.18 19:21:21.981551 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
9158 | 2025.07.18 19:21:21.981554 [ 4 ] {ae48ebf4-70cd-4ad9-b444-04b59b1d2901} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9159 | 2025.07.18 19:21:21.981783 [ 4 ] {ae48ebf4-70cd-4ad9-b444-04b59b1d2901} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001463 sec., 209842.7887901572 rows/sec., 13.80 MiB/sec. | ||
9160 | 2025.07.18 19:21:21.981782 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9161 | 2025.07.18 19:21:21.981823 [ 4 ] {ae48ebf4-70cd-4ad9-b444-04b59b1d2901} <Debug> TCPHandler: Processed in 0.001630495 sec. | ||
9162 | 2025.07.18 19:21:21.981854 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9163 | 2025.07.18 19:21:21.981890 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9164 | 2025.07.18 19:21:21.981967 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9165 | 2025.07.18 19:21:21.981996 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
9166 | 2025.07.18 19:21:21.982089 [ 4 ] {2e847369-ab57-4b21-8ad9-e3d0837014ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
9167 | 2025.07.18 19:21:21.982105 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9168 | 2025.07.18 19:21:21.982240 [ 4 ] {2e847369-ab57-4b21-8ad9-e3d0837014ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9169 | 2025.07.18 19:21:21.982240 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 25798 rows starting from the beginning of the part | ||
9170 | 2025.07.18 19:21:21.982321 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 309 rows starting from the beginning of the part | ||
9171 | 2025.07.18 19:21:21.982388 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part | ||
9172 | 2025.07.18 19:21:21.982451 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 307 rows starting from the beginning of the part | ||
9173 | 2025.07.18 19:21:21.982539 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1007 rows starting from the beginning of the part | ||
9174 | 2025.07.18 19:21:21.982589 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 307 rows starting from the beginning of the part | ||
9175 | 2025.07.18 19:21:21.982626 [ 4 ] {2e847369-ab57-4b21-8ad9-e3d0837014ad} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9176 | 2025.07.18 19:21:21.982660 [ 4 ] {2e847369-ab57-4b21-8ad9-e3d0837014ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9177 | 2025.07.18 19:21:21.982967 [ 4 ] {2e847369-ab57-4b21-8ad9-e3d0837014ad} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
9178 | 2025.07.18 19:21:21.983197 [ 4 ] {2e847369-ab57-4b21-8ad9-e3d0837014ad} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9179 | 2025.07.18 19:21:21.983316 [ 130 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
9180 | 2025.07.18 19:21:21.983332 [ 4 ] {2e847369-ab57-4b21-8ad9-e3d0837014ad} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001267 sec., 789.2659826361485 rows/sec., 53.18 KiB/sec. | ||
9181 | 2025.07.18 19:21:21.983358 [ 130 ] {} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9182 | 2025.07.18 19:21:21.983380 [ 4 ] {2e847369-ab57-4b21-8ad9-e3d0837014ad} <Debug> TCPHandler: Processed in 0.001469283 sec. | ||
9183 | 2025.07.18 19:21:21.983387 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9184 | 2025.07.18 19:21:21.983476 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
9185 | 2025.07.18 19:21:21.983504 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9186 | 2025.07.18 19:21:21.983562 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9187 | 2025.07.18 19:21:21.983587 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
9188 | 2025.07.18 19:21:21.983599 [ 4 ] {76952bd0-3eef-4bee-9dd7-562ff734aa72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9189 | 2025.07.18 19:21:21.983632 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
9190 | 2025.07.18 19:21:21.983654 [ 4 ] {76952bd0-3eef-4bee-9dd7-562ff734aa72} <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 | ||
9191 | 2025.07.18 19:21:21.983675 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
9192 | 2025.07.18 19:21:21.983711 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
9193 | 2025.07.18 19:21:21.983744 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
9194 | 2025.07.18 19:21:21.983776 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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 | ||
9195 | 2025.07.18 19:21:21.984589 [ 4 ] {76952bd0-3eef-4bee-9dd7-562ff734aa72} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9196 | 2025.07.18 19:21:21.984625 [ 4 ] {76952bd0-3eef-4bee-9dd7-562ff734aa72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9197 | 2025.07.18 19:21:21.984792 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.001344371 sec., 26034.480065398613 rows/sec., 1.71 MiB/sec. | ||
9198 | 2025.07.18 19:21:21.984925 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
9199 | 2025.07.18 19:21:21.985186 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_35_7} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9200 | 2025.07.18 19:21:21.985272 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_35_7} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
9201 | 2025.07.18 19:21:21.985340 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
9202 | 2025.07.18 19:21:21.985576 [ 4 ] {76952bd0-3eef-4bee-9dd7-562ff734aa72} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
9203 | 2025.07.18 19:21:21.985823 [ 4 ] {76952bd0-3eef-4bee-9dd7-562ff734aa72} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9204 | 2025.07.18 19:21:21.985974 [ 4 ] {76952bd0-3eef-4bee-9dd7-562ff734aa72} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002393 sec., 17133.30547430004 rows/sec., 30.70 MiB/sec. | ||
9205 | 2025.07.18 19:21:21.986055 [ 4 ] {76952bd0-3eef-4bee-9dd7-562ff734aa72} <Debug> TCPHandler: Processed in 0.00260161 sec. | ||
9206 | 2025.07.18 19:21:21.986190 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9207 | 2025.07.18 19:21:21.986288 [ 4 ] {085a64a6-d623-43b3-8a50-6d2da007f00a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9208 | 2025.07.18 19:21:21.986331 [ 4 ] {085a64a6-d623-43b3-8a50-6d2da007f00a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9209 | 2025.07.18 19:21:21.986689 [ 4 ] {085a64a6-d623-43b3-8a50-6d2da007f00a} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9210 | 2025.07.18 19:21:21.986725 [ 4 ] {085a64a6-d623-43b3-8a50-6d2da007f00a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9211 | 2025.07.18 19:21:21.987078 [ 4 ] {085a64a6-d623-43b3-8a50-6d2da007f00a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9212 | 2025.07.18 19:21:21.987307 [ 4 ] {085a64a6-d623-43b3-8a50-6d2da007f00a} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9213 | 2025.07.18 19:21:21.987486 [ 4 ] {085a64a6-d623-43b3-8a50-6d2da007f00a} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001215 sec., 83950.61728395062 rows/sec., 5.16 MiB/sec. | ||
9214 | 2025.07.18 19:21:21.987541 [ 4 ] {085a64a6-d623-43b3-8a50-6d2da007f00a} <Debug> TCPHandler: Processed in 0.001402182 sec. | ||
9215 | 2025.07.18 19:21:21.990343 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27888 rows, containing 5 columns (5 merged, 0 gathered) in 0.008392729 sec., 3322876.265872519 rows/sec., 222.37 MiB/sec. | ||
9216 | 2025.07.18 19:21:21.990893 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9217 | 2025.07.18 19:21:21.991217 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9218 | 2025.07.18 19:21:21.991318 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9219 | 2025.07.18 19:21:21.991415 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
9220 | 2025.07.18 19:21:22.000165 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 287.50 MiB, peak 294.80 MiB, free memory in arenas 0.00 B, will set to 289.19 MiB (RSS), difference: 1.70 MiB | ||
9221 | 2025.07.18 19:21:25.462751 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9222 | 2025.07.18 19:21:25.462810 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9223 | 2025.07.18 19:21:25.616778 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 | ||
9224 | 2025.07.18 19:21:25.617568 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9225 | 2025.07.18 19:21:25.617634 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9226 | 2025.07.18 19:21:25.618122 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9227 | 2025.07.18 19:21:25.618351 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9228 | 2025.07.18 19:21:25.618488 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
9229 | 2025.07.18 19:21:26.861938 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 | ||
9230 | 2025.07.18 19:21:26.879930 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9231 | 2025.07.18 19:21:26.879995 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9232 | 2025.07.18 19:21:26.886049 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9233 | 2025.07.18 19:21:26.886736 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9234 | 2025.07.18 19:21:26.889802 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
9235 | 2025.07.18 19:21:26.953999 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9236 | 2025.07.18 19:21:26.954201 [ 4 ] {256bc769-9f9a-4b38-b468-2206df472e02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9237 | 2025.07.18 19:21:26.954277 [ 4 ] {256bc769-9f9a-4b38-b468-2206df472e02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9238 | 2025.07.18 19:21:26.955025 [ 4 ] {256bc769-9f9a-4b38-b468-2206df472e02} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9239 | 2025.07.18 19:21:26.955072 [ 4 ] {256bc769-9f9a-4b38-b468-2206df472e02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9240 | 2025.07.18 19:21:26.955483 [ 4 ] {256bc769-9f9a-4b38-b468-2206df472e02} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9241 | 2025.07.18 19:21:26.955695 [ 4 ] {256bc769-9f9a-4b38-b468-2206df472e02} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9242 | 2025.07.18 19:21:26.955837 [ 4 ] {256bc769-9f9a-4b38-b468-2206df472e02} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00171 sec., 32748.53801169591 rows/sec., 2.52 MiB/sec. | ||
9243 | 2025.07.18 19:21:26.955876 [ 4 ] {256bc769-9f9a-4b38-b468-2206df472e02} <Debug> TCPHandler: Processed in 0.002039591 sec. | ||
9244 | 2025.07.18 19:21:26.955995 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9245 | 2025.07.18 19:21:26.956085 [ 4 ] {6308623f-3319-40e9-8c84-2211f4cbc00d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9246 | 2025.07.18 19:21:26.956124 [ 4 ] {6308623f-3319-40e9-8c84-2211f4cbc00d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9247 | 2025.07.18 19:21:26.956590 [ 4 ] {6308623f-3319-40e9-8c84-2211f4cbc00d} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9248 | 2025.07.18 19:21:26.956625 [ 4 ] {6308623f-3319-40e9-8c84-2211f4cbc00d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9249 | 2025.07.18 19:21:26.956924 [ 4 ] {6308623f-3319-40e9-8c84-2211f4cbc00d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9250 | 2025.07.18 19:21:26.957141 [ 4 ] {6308623f-3319-40e9-8c84-2211f4cbc00d} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9251 | 2025.07.18 19:21:26.957270 [ 4 ] {6308623f-3319-40e9-8c84-2211f4cbc00d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001165 sec., 54935.622317596564 rows/sec., 4.29 MiB/sec. | ||
9252 | 2025.07.18 19:21:26.957307 [ 4 ] {6308623f-3319-40e9-8c84-2211f4cbc00d} <Debug> TCPHandler: Processed in 0.001330991 sec. | ||
9253 | 2025.07.18 19:21:26.957439 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9254 | 2025.07.18 19:21:26.957533 [ 4 ] {5945bb05-8725-4359-b0e0-4ae75e5b4ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9255 | 2025.07.18 19:21:26.957578 [ 4 ] {5945bb05-8725-4359-b0e0-4ae75e5b4ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9256 | 2025.07.18 19:21:26.958000 [ 4 ] {5945bb05-8725-4359-b0e0-4ae75e5b4ed3} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9257 | 2025.07.18 19:21:26.958035 [ 4 ] {5945bb05-8725-4359-b0e0-4ae75e5b4ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9258 | 2025.07.18 19:21:26.958360 [ 4 ] {5945bb05-8725-4359-b0e0-4ae75e5b4ed3} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9259 | 2025.07.18 19:21:26.958589 [ 4 ] {5945bb05-8725-4359-b0e0-4ae75e5b4ed3} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9260 | 2025.07.18 19:21:26.958718 [ 4 ] {5945bb05-8725-4359-b0e0-4ae75e5b4ed3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. | ||
9261 | 2025.07.18 19:21:26.958755 [ 4 ] {5945bb05-8725-4359-b0e0-4ae75e5b4ed3} <Debug> TCPHandler: Processed in 0.001367051 sec. | ||
9262 | 2025.07.18 19:21:26.958865 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9263 | 2025.07.18 19:21:26.958959 [ 4 ] {a85c2de3-a9cf-4154-b474-df8fe8cb6183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9264 | 2025.07.18 19:21:26.959000 [ 4 ] {a85c2de3-a9cf-4154-b474-df8fe8cb6183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9265 | 2025.07.18 19:21:26.959339 [ 4 ] {a85c2de3-a9cf-4154-b474-df8fe8cb6183} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9266 | 2025.07.18 19:21:26.959374 [ 4 ] {a85c2de3-a9cf-4154-b474-df8fe8cb6183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9267 | 2025.07.18 19:21:26.959671 [ 4 ] {a85c2de3-a9cf-4154-b474-df8fe8cb6183} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9268 | 2025.07.18 19:21:26.959891 [ 4 ] {a85c2de3-a9cf-4154-b474-df8fe8cb6183} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9269 | 2025.07.18 19:21:26.960005 [ 124 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9270 | 2025.07.18 19:21:26.960018 [ 4 ] {a85c2de3-a9cf-4154-b474-df8fe8cb6183} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. | ||
9271 | 2025.07.18 19:21:26.960080 [ 124 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9272 | 2025.07.18 19:21:26.960106 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9273 | 2025.07.18 19:21:26.960115 [ 4 ] {a85c2de3-a9cf-4154-b474-df8fe8cb6183} <Debug> TCPHandler: Processed in 0.00129768 sec. | ||
9274 | 2025.07.18 19:21:26.960216 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
9275 | 2025.07.18 19:21:26.960365 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9276 | 2025.07.18 19:21:26.960408 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 5166 rows starting from the beginning of the part | ||
9277 | 2025.07.18 19:21:26.960475 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
9278 | 2025.07.18 19:21:26.960518 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 102 rows starting from the beginning of the part | ||
9279 | 2025.07.18 19:21:26.960559 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
9280 | 2025.07.18 19:21:26.960601 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 102 rows starting from the beginning of the part | ||
9281 | 2025.07.18 19:21:26.960638 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
9282 | 2025.07.18 19:21:26.962329 [ 196 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5550 rows, containing 4 columns (4 merged, 0 gathered) in 0.002169413 sec., 2558295.723313173 rows/sec., 162.70 MiB/sec. | ||
9283 | 2025.07.18 19:21:26.962739 [ 195 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9284 | 2025.07.18 19:21:26.963013 [ 195 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_71_14} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9285 | 2025.07.18 19:21:26.963083 [ 195 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_71_14} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9286 | 2025.07.18 19:21:26.963161 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
9287 | 2025.07.18 19:21:27.512391 [ 124 ] {} <Debug> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
9288 | 2025.07.18 19:21:27.512453 [ 124 ] {} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9289 | 2025.07.18 19:21:27.512474 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9290 | 2025.07.18 19:21:27.512575 [ 200 ] {6a071a87-e434-4288-a163-c4637791446e::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 | ||
9291 | 2025.07.18 19:21:27.512715 [ 200 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9292 | 2025.07.18 19:21:27.512753 [ 200 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part | ||
9293 | 2025.07.18 19:21:27.512817 [ 200 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
9294 | 2025.07.18 19:21:27.512860 [ 200 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part | ||
9295 | 2025.07.18 19:21:27.512905 [ 200 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
9296 | 2025.07.18 19:21:27.512942 [ 200 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
9297 | 2025.07.18 19:21:27.513641 [ 200 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001112207 sec., 34166.30177655778 rows/sec., 2.85 MiB/sec. | ||
9298 | 2025.07.18 19:21:27.513759 [ 196 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
9299 | 2025.07.18 19:21:27.514001 [ 196 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_13_3} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9300 | 2025.07.18 19:21:27.514069 [ 196 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_13_3} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
9301 | 2025.07.18 19:21:27.514131 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
9302 | 2025.07.18 19:21:30.675500 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1292 | ||
9303 | 2025.07.18 19:21:30.678000 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9304 | 2025.07.18 19:21:30.678039 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9305 | 2025.07.18 19:21:30.679190 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
9306 | 2025.07.18 19:21:30.679440 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9307 | 2025.07.18 19:21:30.679692 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1292 | ||
9308 | 2025.07.18 19:21:31.966359 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9309 | 2025.07.18 19:21:31.966553 [ 4 ] {35853693-4c59-46e6-81ef-b2ba72b09e7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
9310 | 2025.07.18 19:21:31.966623 [ 4 ] {35853693-4c59-46e6-81ef-b2ba72b09e7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
9311 | 2025.07.18 19:21:31.967387 [ 4 ] {35853693-4c59-46e6-81ef-b2ba72b09e7e} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9312 | 2025.07.18 19:21:31.967429 [ 4 ] {35853693-4c59-46e6-81ef-b2ba72b09e7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9313 | 2025.07.18 19:21:31.967821 [ 4 ] {35853693-4c59-46e6-81ef-b2ba72b09e7e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
9314 | 2025.07.18 19:21:31.968038 [ 4 ] {35853693-4c59-46e6-81ef-b2ba72b09e7e} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9315 | 2025.07.18 19:21:31.968196 [ 4 ] {35853693-4c59-46e6-81ef-b2ba72b09e7e} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001697 sec., 230995.8750736594 rows/sec., 14.66 MiB/sec. | ||
9316 | 2025.07.18 19:21:31.968237 [ 4 ] {35853693-4c59-46e6-81ef-b2ba72b09e7e} <Debug> TCPHandler: Processed in 0.002007311 sec. | ||
9317 | 2025.07.18 19:21:31.968352 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9318 | 2025.07.18 19:21:31.968445 [ 4 ] {b72a65ea-d524-41dc-b4a2-0895476a1ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
9319 | 2025.07.18 19:21:31.968486 [ 4 ] {b72a65ea-d524-41dc-b4a2-0895476a1ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9320 | 2025.07.18 19:21:31.968917 [ 4 ] {b72a65ea-d524-41dc-b4a2-0895476a1ad4} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9321 | 2025.07.18 19:21:31.968953 [ 4 ] {b72a65ea-d524-41dc-b4a2-0895476a1ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9322 | 2025.07.18 19:21:31.969262 [ 4 ] {b72a65ea-d524-41dc-b4a2-0895476a1ad4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
9323 | 2025.07.18 19:21:31.969474 [ 4 ] {b72a65ea-d524-41dc-b4a2-0895476a1ad4} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9324 | 2025.07.18 19:21:31.969602 [ 4 ] {b72a65ea-d524-41dc-b4a2-0895476a1ad4} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001175 sec., 10212.765957446809 rows/sec., 832.78 KiB/sec. | ||
9325 | 2025.07.18 19:21:31.969640 [ 4 ] {b72a65ea-d524-41dc-b4a2-0895476a1ad4} <Debug> TCPHandler: Processed in 0.001334981 sec. | ||
9326 | 2025.07.18 19:21:31.969751 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9327 | 2025.07.18 19:21:31.969843 [ 4 ] {e8c647a3-2ce6-41aa-9808-49ab276c14fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9328 | 2025.07.18 19:21:31.969882 [ 4 ] {e8c647a3-2ce6-41aa-9808-49ab276c14fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9329 | 2025.07.18 19:21:31.970849 [ 4 ] {e8c647a3-2ce6-41aa-9808-49ab276c14fb} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9330 | 2025.07.18 19:21:31.970886 [ 4 ] {e8c647a3-2ce6-41aa-9808-49ab276c14fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9331 | 2025.07.18 19:21:31.971327 [ 4 ] {e8c647a3-2ce6-41aa-9808-49ab276c14fb} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9332 | 2025.07.18 19:21:31.971599 [ 4 ] {e8c647a3-2ce6-41aa-9808-49ab276c14fb} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9333 | 2025.07.18 19:21:31.971739 [ 4 ] {e8c647a3-2ce6-41aa-9808-49ab276c14fb} <Debug> executeQuery: Read 1155 rows, 94.34 KiB in 0.001913 sec., 603763.7219027706 rows/sec., 48.16 MiB/sec. | ||
9334 | 2025.07.18 19:21:31.971780 [ 4 ] {e8c647a3-2ce6-41aa-9808-49ab276c14fb} <Debug> TCPHandler: Processed in 0.002075331 sec. | ||
9335 | 2025.07.18 19:21:31.971897 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9336 | 2025.07.18 19:21:31.971993 [ 4 ] {22b159f4-cb7f-4dbf-a6ab-d1426a8e3a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9337 | 2025.07.18 19:21:31.972034 [ 4 ] {22b159f4-cb7f-4dbf-a6ab-d1426a8e3a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9338 | 2025.07.18 19:21:31.972521 [ 4 ] {22b159f4-cb7f-4dbf-a6ab-d1426a8e3a2b} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9339 | 2025.07.18 19:21:31.972558 [ 4 ] {22b159f4-cb7f-4dbf-a6ab-d1426a8e3a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9340 | 2025.07.18 19:21:31.972878 [ 4 ] {22b159f4-cb7f-4dbf-a6ab-d1426a8e3a2b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
9341 | 2025.07.18 19:21:31.973101 [ 4 ] {22b159f4-cb7f-4dbf-a6ab-d1426a8e3a2b} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9342 | 2025.07.18 19:21:31.973235 [ 4 ] {22b159f4-cb7f-4dbf-a6ab-d1426a8e3a2b} <Debug> executeQuery: Read 249 rows, 15.70 KiB in 0.001261 sec., 197462.33148295005 rows/sec., 12.16 MiB/sec. | ||
9343 | 2025.07.18 19:21:31.973274 [ 4 ] {22b159f4-cb7f-4dbf-a6ab-d1426a8e3a2b} <Debug> TCPHandler: Processed in 0.001427152 sec. | ||
9344 | 2025.07.18 19:21:31.973385 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9345 | 2025.07.18 19:21:31.973479 [ 4 ] {c2cad285-954a-4a1a-a314-fa84ab7400a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
9346 | 2025.07.18 19:21:31.973519 [ 4 ] {c2cad285-954a-4a1a-a314-fa84ab7400a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9347 | 2025.07.18 19:21:31.973977 [ 4 ] {c2cad285-954a-4a1a-a314-fa84ab7400a5} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9348 | 2025.07.18 19:21:31.974013 [ 4 ] {c2cad285-954a-4a1a-a314-fa84ab7400a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9349 | 2025.07.18 19:21:31.974336 [ 4 ] {c2cad285-954a-4a1a-a314-fa84ab7400a5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9350 | 2025.07.18 19:21:31.974550 [ 4 ] {c2cad285-954a-4a1a-a314-fa84ab7400a5} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9351 | 2025.07.18 19:21:31.974667 [ 117 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_37_8 to all_42_42_0 | ||
9352 | 2025.07.18 19:21:31.974685 [ 4 ] {c2cad285-954a-4a1a-a314-fa84ab7400a5} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001225 sec., 165714.2857142857 rows/sec., 10.69 MiB/sec. | ||
9353 | 2025.07.18 19:21:31.974736 [ 117 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9354 | 2025.07.18 19:21:31.974745 [ 4 ] {c2cad285-954a-4a1a-a314-fa84ab7400a5} <Debug> TCPHandler: Processed in 0.001408662 sec. | ||
9355 | 2025.07.18 19:21:31.974764 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9356 | 2025.07.18 19:21:31.974861 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_37_8 to all_42_42_0 into Compact with storage Full | ||
9357 | 2025.07.18 19:21:31.974865 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9358 | 2025.07.18 19:21:31.974955 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9359 | 2025.07.18 19:21:31.974975 [ 4 ] {b33d9797-de93-4072-9a38-39b3effc838a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
9360 | 2025.07.18 19:21:31.974982 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 431 rows starting from the beginning of the part | ||
9361 | 2025.07.18 19:21:31.975014 [ 4 ] {b33d9797-de93-4072-9a38-39b3effc838a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9362 | 2025.07.18 19:21:31.975045 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 203 rows starting from the beginning of the part | ||
9363 | 2025.07.18 19:21:31.975089 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 203 rows starting from the beginning of the part | ||
9364 | 2025.07.18 19:21:31.975130 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 228 rows starting from the beginning of the part | ||
9365 | 2025.07.18 19:21:31.975171 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 203 rows starting from the beginning of the part | ||
9366 | 2025.07.18 19:21:31.975211 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 203 rows starting from the beginning of the part | ||
9367 | 2025.07.18 19:21:31.975454 [ 4 ] {b33d9797-de93-4072-9a38-39b3effc838a} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9368 | 2025.07.18 19:21:31.975490 [ 4 ] {b33d9797-de93-4072-9a38-39b3effc838a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9369 | 2025.07.18 19:21:31.975803 [ 4 ] {b33d9797-de93-4072-9a38-39b3effc838a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
9370 | 2025.07.18 19:21:31.976035 [ 4 ] {b33d9797-de93-4072-9a38-39b3effc838a} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9371 | 2025.07.18 19:21:31.976079 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001255379 sec., 1171757.692298501 rows/sec., 81.22 MiB/sec. | ||
9372 | 2025.07.18 19:21:31.976165 [ 4 ] {b33d9797-de93-4072-9a38-39b3effc838a} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001209 sec., 167080.23159636062 rows/sec., 9.49 MiB/sec. | ||
9373 | 2025.07.18 19:21:31.976208 [ 4 ] {b33d9797-de93-4072-9a38-39b3effc838a} <Debug> TCPHandler: Processed in 0.001391872 sec. | ||
9374 | 2025.07.18 19:21:31.976307 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
9375 | 2025.07.18 19:21:31.976322 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9376 | 2025.07.18 19:21:31.976422 [ 4 ] {7678ac9d-941a-4a5f-927f-4063ab6dbbcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9377 | 2025.07.18 19:21:31.976465 [ 4 ] {7678ac9d-941a-4a5f-927f-4063ab6dbbcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9378 | 2025.07.18 19:21:31.976633 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9379 | 2025.07.18 19:21:31.976721 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_37_8, all_42_42_0] -> all_1_42_9 | ||
9380 | 2025.07.18 19:21:31.976814 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
9381 | 2025.07.18 19:21:31.977066 [ 4 ] {7678ac9d-941a-4a5f-927f-4063ab6dbbcc} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9382 | 2025.07.18 19:21:31.977109 [ 4 ] {7678ac9d-941a-4a5f-927f-4063ab6dbbcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9383 | 2025.07.18 19:21:31.977452 [ 4 ] {7678ac9d-941a-4a5f-927f-4063ab6dbbcc} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9384 | 2025.07.18 19:21:31.977666 [ 4 ] {7678ac9d-941a-4a5f-927f-4063ab6dbbcc} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9385 | 2025.07.18 19:21:31.977797 [ 4 ] {7678ac9d-941a-4a5f-927f-4063ab6dbbcc} <Debug> executeQuery: Read 705 rows, 50.83 KiB in 0.001393 sec., 506101.9382627423 rows/sec., 35.64 MiB/sec. | ||
9386 | 2025.07.18 19:21:31.977834 [ 4 ] {7678ac9d-941a-4a5f-927f-4063ab6dbbcc} <Debug> TCPHandler: Processed in 0.001561044 sec. | ||
9387 | 2025.07.18 19:21:31.977947 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9388 | 2025.07.18 19:21:31.978040 [ 4 ] {4a4d4b44-28f7-493f-985f-6f10c97cbc79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
9389 | 2025.07.18 19:21:31.978080 [ 4 ] {4a4d4b44-28f7-493f-985f-6f10c97cbc79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9390 | 2025.07.18 19:21:31.978415 [ 4 ] {4a4d4b44-28f7-493f-985f-6f10c97cbc79} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9391 | 2025.07.18 19:21:31.978451 [ 4 ] {4a4d4b44-28f7-493f-985f-6f10c97cbc79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9392 | 2025.07.18 19:21:31.978764 [ 4 ] {4a4d4b44-28f7-493f-985f-6f10c97cbc79} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
9393 | 2025.07.18 19:21:31.978972 [ 4 ] {4a4d4b44-28f7-493f-985f-6f10c97cbc79} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9394 | 2025.07.18 19:21:31.979080 [ 117 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
9395 | 2025.07.18 19:21:31.979106 [ 4 ] {4a4d4b44-28f7-493f-985f-6f10c97cbc79} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001085 sec., 5529.953917050691 rows/sec., 288.92 KiB/sec. | ||
9396 | 2025.07.18 19:21:31.979124 [ 117 ] {} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9397 | 2025.07.18 19:21:31.979148 [ 4 ] {4a4d4b44-28f7-493f-985f-6f10c97cbc79} <Debug> TCPHandler: Processed in 0.00125029 sec. | ||
9398 | 2025.07.18 19:21:31.979148 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9399 | 2025.07.18 19:21:31.979240 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
9400 | 2025.07.18 19:21:31.979267 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9401 | 2025.07.18 19:21:31.979337 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9402 | 2025.07.18 19:21:31.979361 [ 4 ] {37398c39-316f-4fbe-8f36-d1eab1e0f8d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9403 | 2025.07.18 19:21:31.979367 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
9404 | 2025.07.18 19:21:31.979406 [ 4 ] {37398c39-316f-4fbe-8f36-d1eab1e0f8d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9405 | 2025.07.18 19:21:31.979420 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
9406 | 2025.07.18 19:21:31.979459 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
9407 | 2025.07.18 19:21:31.979494 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
9408 | 2025.07.18 19:21:31.979530 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
9409 | 2025.07.18 19:21:31.979569 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
9410 | 2025.07.18 19:21:31.979834 [ 4 ] {37398c39-316f-4fbe-8f36-d1eab1e0f8d0} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9411 | 2025.07.18 19:21:31.979869 [ 4 ] {37398c39-316f-4fbe-8f36-d1eab1e0f8d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9412 | 2025.07.18 19:21:31.980205 [ 4 ] {37398c39-316f-4fbe-8f36-d1eab1e0f8d0} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9413 | 2025.07.18 19:21:31.980241 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.001032265 sec., 209248.5941110083 rows/sec., 10.68 MiB/sec. | ||
9414 | 2025.07.18 19:21:31.980379 [ 199 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
9415 | 2025.07.18 19:21:31.980424 [ 4 ] {37398c39-316f-4fbe-8f36-d1eab1e0f8d0} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9416 | 2025.07.18 19:21:31.980557 [ 4 ] {37398c39-316f-4fbe-8f36-d1eab1e0f8d0} <Debug> executeQuery: Read 313 rows, 21.10 KiB in 0.001214 sec., 257825.37067545304 rows/sec., 16.98 MiB/sec. | ||
9417 | 2025.07.18 19:21:31.980594 [ 4 ] {37398c39-316f-4fbe-8f36-d1eab1e0f8d0} <Debug> TCPHandler: Processed in 0.001376541 sec. | ||
9418 | 2025.07.18 19:21:31.980626 [ 199 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_36_7} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9419 | 2025.07.18 19:21:31.980687 [ 199 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_36_7} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
9420 | 2025.07.18 19:21:31.980697 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9421 | 2025.07.18 19:21:31.980744 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
9422 | 2025.07.18 19:21:31.980791 [ 4 ] {14dea0c0-dbc6-4601-8e85-86acb28f78ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
9423 | 2025.07.18 19:21:31.980834 [ 4 ] {14dea0c0-dbc6-4601-8e85-86acb28f78ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9424 | 2025.07.18 19:21:31.981154 [ 4 ] {14dea0c0-dbc6-4601-8e85-86acb28f78ae} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9425 | 2025.07.18 19:21:31.981189 [ 4 ] {14dea0c0-dbc6-4601-8e85-86acb28f78ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9426 | 2025.07.18 19:21:31.981489 [ 4 ] {14dea0c0-dbc6-4601-8e85-86acb28f78ae} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
9427 | 2025.07.18 19:21:31.981705 [ 4 ] {14dea0c0-dbc6-4601-8e85-86acb28f78ae} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9428 | 2025.07.18 19:21:31.981830 [ 4 ] {14dea0c0-dbc6-4601-8e85-86acb28f78ae} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001069 sec., 935.4536950420953 rows/sec., 63.03 KiB/sec. | ||
9429 | 2025.07.18 19:21:31.981863 [ 4 ] {14dea0c0-dbc6-4601-8e85-86acb28f78ae} <Debug> TCPHandler: Processed in 0.001229699 sec. | ||
9430 | 2025.07.18 19:21:31.981965 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9431 | 2025.07.18 19:21:31.982053 [ 4 ] {b77dfc1a-0e8c-44af-aee7-a730f1cf1a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9432 | 2025.07.18 19:21:31.982103 [ 4 ] {b77dfc1a-0e8c-44af-aee7-a730f1cf1a92} <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 | ||
9433 | 2025.07.18 19:21:31.982947 [ 4 ] {b77dfc1a-0e8c-44af-aee7-a730f1cf1a92} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9434 | 2025.07.18 19:21:31.982984 [ 4 ] {b77dfc1a-0e8c-44af-aee7-a730f1cf1a92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9435 | 2025.07.18 19:21:31.983547 [ 4 ] {b77dfc1a-0e8c-44af-aee7-a730f1cf1a92} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
9436 | 2025.07.18 19:21:31.983769 [ 4 ] {b77dfc1a-0e8c-44af-aee7-a730f1cf1a92} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9437 | 2025.07.18 19:21:31.983878 [ 117 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
9438 | 2025.07.18 19:21:31.983906 [ 4 ] {b77dfc1a-0e8c-44af-aee7-a730f1cf1a92} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001843 sec., 22246.33749321758 rows/sec., 39.86 MiB/sec. | ||
9439 | 2025.07.18 19:21:31.983910 [ 117 ] {} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9440 | 2025.07.18 19:21:31.983946 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9441 | 2025.07.18 19:21:31.983967 [ 4 ] {b77dfc1a-0e8c-44af-aee7-a730f1cf1a92} <Debug> TCPHandler: Processed in 0.002027721 sec. | ||
9442 | 2025.07.18 19:21:31.984034 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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 | ||
9443 | 2025.07.18 19:21:31.984089 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9444 | 2025.07.18 19:21:31.984188 [ 4 ] {2d134930-8515-4531-b7c3-cf868ee097f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9445 | 2025.07.18 19:21:31.984229 [ 4 ] {2d134930-8515-4531-b7c3-cf868ee097f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9446 | 2025.07.18 19:21:31.984283 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9447 | 2025.07.18 19:21:31.984348 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1241 rows starting from the beginning of the part | ||
9448 | 2025.07.18 19:21:31.984488 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 41 rows starting from the beginning of the part | ||
9449 | 2025.07.18 19:21:31.984564 [ 4 ] {2d134930-8515-4531-b7c3-cf868ee097f8} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9450 | 2025.07.18 19:21:31.984602 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 41 rows starting from the beginning of the part | ||
9451 | 2025.07.18 19:21:31.984606 [ 4 ] {2d134930-8515-4531-b7c3-cf868ee097f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9452 | 2025.07.18 19:21:31.984713 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 41 rows starting from the beginning of the part | ||
9453 | 2025.07.18 19:21:31.984816 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 41 rows starting from the beginning of the part | ||
9454 | 2025.07.18 19:21:31.984919 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 41 rows starting from the beginning of the part | ||
9455 | 2025.07.18 19:21:31.984947 [ 4 ] {2d134930-8515-4531-b7c3-cf868ee097f8} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9456 | 2025.07.18 19:21:31.985166 [ 4 ] {2d134930-8515-4531-b7c3-cf868ee097f8} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9457 | 2025.07.18 19:21:31.985309 [ 4 ] {2d134930-8515-4531-b7c3-cf868ee097f8} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.00114 sec., 89473.68421052632 rows/sec., 5.50 MiB/sec. | ||
9458 | 2025.07.18 19:21:31.985349 [ 4 ] {2d134930-8515-4531-b7c3-cf868ee097f8} <Debug> TCPHandler: Processed in 0.00130916 sec. | ||
9459 | 2025.07.18 19:21:31.990883 [ 199 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1446 rows, containing 19 columns (19 merged, 0 gathered) in 0.006889446 sec., 209886.2521021284 rows/sec., 376.11 MiB/sec. | ||
9460 | 2025.07.18 19:21:31.992600 [ 199 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
9461 | 2025.07.18 19:21:31.992903 [ 199 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9462 | 2025.07.18 19:21:31.992970 [ 199 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
9463 | 2025.07.18 19:21:31.993077 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB. | ||
9464 | 2025.07.18 19:21:32.000231 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 290.31 MiB, peak 301.88 MiB, free memory in arenas 0.00 B, will set to 292.34 MiB (RSS), difference: 2.04 MiB | ||
9465 | 2025.07.18 19:21:33.118773 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 | ||
9466 | 2025.07.18 19:21:33.119281 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9467 | 2025.07.18 19:21:33.119329 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9468 | 2025.07.18 19:21:33.119894 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9469 | 2025.07.18 19:21:33.120123 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9470 | 2025.07.18 19:21:33.120260 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
9471 | 2025.07.18 19:21:33.120271 [ 115 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9472 | 2025.07.18 19:21:33.120340 [ 115 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9473 | 2025.07.18 19:21:33.120360 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9474 | 2025.07.18 19:21:33.120478 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
9475 | 2025.07.18 19:21:33.120636 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9476 | 2025.07.18 19:21:33.120681 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
9477 | 2025.07.18 19:21:33.120749 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part | ||
9478 | 2025.07.18 19:21:33.120795 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part | ||
9479 | 2025.07.18 19:21:33.120837 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part | ||
9480 | 2025.07.18 19:21:33.120878 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part | ||
9481 | 2025.07.18 19:21:33.120917 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part | ||
9482 | 2025.07.18 19:21:33.122846 [ 191 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.002425148 sec., 9658791.958263991 rows/sec., 138.17 MiB/sec. | ||
9483 | 2025.07.18 19:21:33.123153 [ 189 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9484 | 2025.07.18 19:21:33.123470 [ 189 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_51_10} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9485 | 2025.07.18 19:21:33.123559 [ 189 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_51_10} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9486 | 2025.07.18 19:21:33.123642 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
9487 | 2025.07.18 19:21:34.390023 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 | ||
9488 | 2025.07.18 19:21:34.407473 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9489 | 2025.07.18 19:21:34.407519 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9490 | 2025.07.18 19:21:34.413236 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9491 | 2025.07.18 19:21:34.413917 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9492 | 2025.07.18 19:21:34.414224 [ 113 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9493 | 2025.07.18 19:21:34.414271 [ 113 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9494 | 2025.07.18 19:21:34.414293 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9495 | 2025.07.18 19:21:34.414451 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
9496 | 2025.07.18 19:21:34.417048 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 384 | ||
9497 | 2025.07.18 19:21:34.418406 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9498 | 2025.07.18 19:21:34.419953 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
9499 | 2025.07.18 19:21:34.424749 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
9500 | 2025.07.18 19:21:34.429429 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
9501 | 2025.07.18 19:21:34.434026 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
9502 | 2025.07.18 19:21:34.438460 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
9503 | 2025.07.18 19:21:34.442386 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
9504 | 2025.07.18 19:21:34.497002 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.082632511 sec., 4647.081340660216 rows/sec., 24.03 MiB/sec. | ||
9505 | 2025.07.18 19:21:34.499030 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9506 | 2025.07.18 19:21:34.500742 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_51_10} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9507 | 2025.07.18 19:21:34.500848 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_51_10} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9508 | 2025.07.18 19:21:34.502580 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
9509 | 2025.07.18 19:21:36.953495 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9510 | 2025.07.18 19:21:36.953708 [ 4 ] {e86f88a8-3e1c-4ef4-b449-da85ee1ef791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9511 | 2025.07.18 19:21:36.953781 [ 4 ] {e86f88a8-3e1c-4ef4-b449-da85ee1ef791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9512 | 2025.07.18 19:21:36.954459 [ 4 ] {e86f88a8-3e1c-4ef4-b449-da85ee1ef791} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9513 | 2025.07.18 19:21:36.954506 [ 4 ] {e86f88a8-3e1c-4ef4-b449-da85ee1ef791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9514 | 2025.07.18 19:21:36.954907 [ 4 ] {e86f88a8-3e1c-4ef4-b449-da85ee1ef791} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9515 | 2025.07.18 19:21:36.955132 [ 4 ] {e86f88a8-3e1c-4ef4-b449-da85ee1ef791} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9516 | 2025.07.18 19:21:36.955283 [ 4 ] {e86f88a8-3e1c-4ef4-b449-da85ee1ef791} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00163 sec., 34355.82822085889 rows/sec., 2.64 MiB/sec. | ||
9517 | 2025.07.18 19:21:36.955325 [ 4 ] {e86f88a8-3e1c-4ef4-b449-da85ee1ef791} <Debug> TCPHandler: Processed in 0.00196745 sec. | ||
9518 | 2025.07.18 19:21:36.955449 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9519 | 2025.07.18 19:21:36.955546 [ 4 ] {1c34502e-f817-42ec-a05f-75600673fa62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9520 | 2025.07.18 19:21:36.955588 [ 4 ] {1c34502e-f817-42ec-a05f-75600673fa62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9521 | 2025.07.18 19:21:36.956022 [ 4 ] {1c34502e-f817-42ec-a05f-75600673fa62} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9522 | 2025.07.18 19:21:36.956059 [ 4 ] {1c34502e-f817-42ec-a05f-75600673fa62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9523 | 2025.07.18 19:21:36.956378 [ 4 ] {1c34502e-f817-42ec-a05f-75600673fa62} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9524 | 2025.07.18 19:21:36.956606 [ 4 ] {1c34502e-f817-42ec-a05f-75600673fa62} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9525 | 2025.07.18 19:21:36.956735 [ 4 ] {1c34502e-f817-42ec-a05f-75600673fa62} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001208 sec., 52980.13245033112 rows/sec., 4.14 MiB/sec. | ||
9526 | 2025.07.18 19:21:36.956772 [ 4 ] {1c34502e-f817-42ec-a05f-75600673fa62} <Debug> TCPHandler: Processed in 0.001372731 sec. | ||
9527 | 2025.07.18 19:21:36.956888 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9528 | 2025.07.18 19:21:36.956982 [ 4 ] {c37c97dc-b445-4eca-959e-189c8315afe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9529 | 2025.07.18 19:21:36.957026 [ 4 ] {c37c97dc-b445-4eca-959e-189c8315afe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9530 | 2025.07.18 19:21:36.957432 [ 4 ] {c37c97dc-b445-4eca-959e-189c8315afe7} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9531 | 2025.07.18 19:21:36.957468 [ 4 ] {c37c97dc-b445-4eca-959e-189c8315afe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9532 | 2025.07.18 19:21:36.957789 [ 4 ] {c37c97dc-b445-4eca-959e-189c8315afe7} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9533 | 2025.07.18 19:21:36.957999 [ 4 ] {c37c97dc-b445-4eca-959e-189c8315afe7} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9534 | 2025.07.18 19:21:36.958132 [ 4 ] {c37c97dc-b445-4eca-959e-189c8315afe7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. | ||
9535 | 2025.07.18 19:21:36.958170 [ 4 ] {c37c97dc-b445-4eca-959e-189c8315afe7} <Debug> TCPHandler: Processed in 0.001331221 sec. | ||
9536 | 2025.07.18 19:21:36.958274 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9537 | 2025.07.18 19:21:36.958367 [ 4 ] {8ed07649-d772-4f52-8ff1-5f83874a1834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9538 | 2025.07.18 19:21:36.958410 [ 4 ] {8ed07649-d772-4f52-8ff1-5f83874a1834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9539 | 2025.07.18 19:21:36.958746 [ 4 ] {8ed07649-d772-4f52-8ff1-5f83874a1834} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9540 | 2025.07.18 19:21:36.958782 [ 4 ] {8ed07649-d772-4f52-8ff1-5f83874a1834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. | ||
9541 | 2025.07.18 19:21:36.959084 [ 4 ] {8ed07649-d772-4f52-8ff1-5f83874a1834} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9542 | 2025.07.18 19:21:36.959294 [ 4 ] {8ed07649-d772-4f52-8ff1-5f83874a1834} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9543 | 2025.07.18 19:21:36.959422 [ 4 ] {8ed07649-d772-4f52-8ff1-5f83874a1834} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. | ||
9544 | 2025.07.18 19:21:36.959458 [ 4 ] {8ed07649-d772-4f52-8ff1-5f83874a1834} <Debug> TCPHandler: Processed in 0.001233809 sec. | ||
9545 | 2025.07.18 19:21:40.462851 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9546 | 2025.07.18 19:21:40.462907 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9547 | 2025.07.18 19:21:40.620396 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 | ||
9548 | 2025.07.18 19:21:40.621188 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9549 | 2025.07.18 19:21:40.621271 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9550 | 2025.07.18 19:21:40.622167 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9551 | 2025.07.18 19:21:40.622405 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9552 | 2025.07.18 19:21:40.622537 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
9553 | 2025.07.18 19:21:40.679970 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1324 | ||
9554 | 2025.07.18 19:21:40.682249 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9555 | 2025.07.18 19:21:40.682295 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9556 | 2025.07.18 19:21:40.683465 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
9557 | 2025.07.18 19:21:40.683723 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9558 | 2025.07.18 19:21:40.683989 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1324 | ||
9559 | 2025.07.18 19:21:41.917193 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 | ||
9560 | 2025.07.18 19:21:41.932409 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9561 | 2025.07.18 19:21:41.932467 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9562 | 2025.07.18 19:21:41.937792 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9563 | 2025.07.18 19:21:41.938508 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9564 | 2025.07.18 19:21:41.941157 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
9565 | 2025.07.18 19:21:41.966552 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9566 | 2025.07.18 19:21:41.966755 [ 4 ] {84856821-078a-4b89-b794-9f1207daf26c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
9567 | 2025.07.18 19:21:41.966830 [ 4 ] {84856821-078a-4b89-b794-9f1207daf26c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
9568 | 2025.07.18 19:21:41.967787 [ 4 ] {84856821-078a-4b89-b794-9f1207daf26c} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9569 | 2025.07.18 19:21:41.967832 [ 4 ] {84856821-078a-4b89-b794-9f1207daf26c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9570 | 2025.07.18 19:21:41.968240 [ 4 ] {84856821-078a-4b89-b794-9f1207daf26c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
9571 | 2025.07.18 19:21:41.968493 [ 4 ] {84856821-078a-4b89-b794-9f1207daf26c} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9572 | 2025.07.18 19:21:41.968638 [ 108 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
9573 | 2025.07.18 19:21:41.968667 [ 4 ] {84856821-078a-4b89-b794-9f1207daf26c} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001966 sec., 199389.62360122075 rows/sec., 12.65 MiB/sec. | ||
9574 | 2025.07.18 19:21:41.968714 [ 108 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9575 | 2025.07.18 19:21:41.968733 [ 4 ] {84856821-078a-4b89-b794-9f1207daf26c} <Debug> TCPHandler: Processed in 0.002315666 sec. | ||
9576 | 2025.07.18 19:21:41.968744 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9577 | 2025.07.18 19:21:41.968872 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9578 | 2025.07.18 19:21:41.968881 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::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 | ||
9579 | 2025.07.18 19:21:41.968979 [ 4 ] {cc591c15-b863-4e8e-b367-5db850ca8880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9580 | 2025.07.18 19:21:41.969027 [ 4 ] {cc591c15-b863-4e8e-b367-5db850ca8880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9581 | 2025.07.18 19:21:41.969033 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9582 | 2025.07.18 19:21:41.969075 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 392 rows starting from the beginning of the part | ||
9583 | 2025.07.18 19:21:41.969140 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 392 rows starting from the beginning of the part | ||
9584 | 2025.07.18 19:21:41.969184 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 392 rows starting from the beginning of the part | ||
9585 | 2025.07.18 19:21:41.969225 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 392 rows starting from the beginning of the part | ||
9586 | 2025.07.18 19:21:41.969275 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 392 rows starting from the beginning of the part | ||
9587 | 2025.07.18 19:21:41.969915 [ 4 ] {cc591c15-b863-4e8e-b367-5db850ca8880} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9588 | 2025.07.18 19:21:41.969959 [ 4 ] {cc591c15-b863-4e8e-b367-5db850ca8880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9589 | 2025.07.18 19:21:41.970282 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001455913 sec., 1346234.2873509612 rows/sec., 90.55 MiB/sec. | ||
9590 | 2025.07.18 19:21:41.970388 [ 4 ] {cc591c15-b863-4e8e-b367-5db850ca8880} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
9591 | 2025.07.18 19:21:41.970452 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
9592 | 2025.07.18 19:21:41.970618 [ 4 ] {cc591c15-b863-4e8e-b367-5db850ca8880} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9593 | 2025.07.18 19:21:41.970727 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_37_9} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9594 | 2025.07.18 19:21:41.970758 [ 4 ] {cc591c15-b863-4e8e-b367-5db850ca8880} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001802 sec., 637624.8612652608 rows/sec., 50.89 MiB/sec. | ||
9595 | 2025.07.18 19:21:41.970798 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_37_9} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
9596 | 2025.07.18 19:21:41.970799 [ 4 ] {cc591c15-b863-4e8e-b367-5db850ca8880} <Debug> TCPHandler: Processed in 0.001978381 sec. | ||
9597 | 2025.07.18 19:21:41.970887 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
9598 | 2025.07.18 19:21:41.970937 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9599 | 2025.07.18 19:21:41.971034 [ 4 ] {001da7a0-235a-45a7-9729-af200b46a08e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9600 | 2025.07.18 19:21:41.971076 [ 4 ] {001da7a0-235a-45a7-9729-af200b46a08e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9601 | 2025.07.18 19:21:41.971573 [ 4 ] {001da7a0-235a-45a7-9729-af200b46a08e} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9602 | 2025.07.18 19:21:41.971609 [ 4 ] {001da7a0-235a-45a7-9729-af200b46a08e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9603 | 2025.07.18 19:21:41.971919 [ 4 ] {001da7a0-235a-45a7-9729-af200b46a08e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
9604 | 2025.07.18 19:21:41.972126 [ 4 ] {001da7a0-235a-45a7-9729-af200b46a08e} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9605 | 2025.07.18 19:21:41.972256 [ 4 ] {001da7a0-235a-45a7-9729-af200b46a08e} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001242 sec., 190821.25603864735 rows/sec., 11.68 MiB/sec. | ||
9606 | 2025.07.18 19:21:41.972277 [ 106 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
9607 | 2025.07.18 19:21:41.972295 [ 4 ] {001da7a0-235a-45a7-9729-af200b46a08e} <Debug> TCPHandler: Processed in 0.001409042 sec. | ||
9608 | 2025.07.18 19:21:41.972333 [ 106 ] {} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9609 | 2025.07.18 19:21:41.972362 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9610 | 2025.07.18 19:21:41.972429 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9611 | 2025.07.18 19:21:41.972440 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
9612 | 2025.07.18 19:21:41.972542 [ 4 ] {5249f01a-d61b-4c70-9ef9-80eea05b961d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
9613 | 2025.07.18 19:21:41.972559 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9614 | 2025.07.18 19:21:41.972587 [ 4 ] {5249f01a-d61b-4c70-9ef9-80eea05b961d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9615 | 2025.07.18 19:21:41.972590 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 255 rows starting from the beginning of the part | ||
9616 | 2025.07.18 19:21:41.972660 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 237 rows starting from the beginning of the part | ||
9617 | 2025.07.18 19:21:41.972704 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 2 rows starting from the beginning of the part | ||
9618 | 2025.07.18 19:21:41.972742 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part | ||
9619 | 2025.07.18 19:21:41.972782 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 249 rows starting from the beginning of the part | ||
9620 | 2025.07.18 19:21:41.972869 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
9621 | 2025.07.18 19:21:41.973085 [ 4 ] {5249f01a-d61b-4c70-9ef9-80eea05b961d} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9622 | 2025.07.18 19:21:41.973128 [ 4 ] {5249f01a-d61b-4c70-9ef9-80eea05b961d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9623 | 2025.07.18 19:21:41.973461 [ 4 ] {5249f01a-d61b-4c70-9ef9-80eea05b961d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
9624 | 2025.07.18 19:21:41.973717 [ 4 ] {5249f01a-d61b-4c70-9ef9-80eea05b961d} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9625 | 2025.07.18 19:21:41.973796 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1217 rows, containing 5 columns (5 merged, 0 gathered) in 0.001390252 sec., 875380.866202674 rows/sec., 57.10 MiB/sec. | ||
9626 | 2025.07.18 19:21:41.973856 [ 4 ] {5249f01a-d61b-4c70-9ef9-80eea05b961d} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001331 sec., 152516.90458302028 rows/sec., 9.84 MiB/sec. | ||
9627 | 2025.07.18 19:21:41.973911 [ 4 ] {5249f01a-d61b-4c70-9ef9-80eea05b961d} <Debug> TCPHandler: Processed in 0.001530343 sec. | ||
9628 | 2025.07.18 19:21:41.973955 [ 190 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
9629 | 2025.07.18 19:21:41.974070 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9630 | 2025.07.18 19:21:41.974172 [ 4 ] {4c6288c7-a9a7-46a7-bcef-91768cbfc3bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
9631 | 2025.07.18 19:21:41.974213 [ 4 ] {4c6288c7-a9a7-46a7-bcef-91768cbfc3bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9632 | 2025.07.18 19:21:41.974257 [ 190 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9633 | 2025.07.18 19:21:41.974331 [ 190 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
9634 | 2025.07.18 19:21:41.974395 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
9635 | 2025.07.18 19:21:41.974771 [ 4 ] {4c6288c7-a9a7-46a7-bcef-91768cbfc3bf} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9636 | 2025.07.18 19:21:41.974815 [ 4 ] {4c6288c7-a9a7-46a7-bcef-91768cbfc3bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9637 | 2025.07.18 19:21:41.975156 [ 4 ] {4c6288c7-a9a7-46a7-bcef-91768cbfc3bf} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
9638 | 2025.07.18 19:21:41.975363 [ 4 ] {4c6288c7-a9a7-46a7-bcef-91768cbfc3bf} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9639 | 2025.07.18 19:21:41.975476 [ 103 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
9640 | 2025.07.18 19:21:41.975495 [ 4 ] {4c6288c7-a9a7-46a7-bcef-91768cbfc3bf} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001342 sec., 150521.60953800296 rows/sec., 8.55 MiB/sec. | ||
9641 | 2025.07.18 19:21:41.975511 [ 103 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9642 | 2025.07.18 19:21:41.975531 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9643 | 2025.07.18 19:21:41.975533 [ 4 ] {4c6288c7-a9a7-46a7-bcef-91768cbfc3bf} <Debug> TCPHandler: Processed in 0.001513043 sec. | ||
9644 | 2025.07.18 19:21:41.975618 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::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 | ||
9645 | 2025.07.18 19:21:41.975677 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9646 | 2025.07.18 19:21:41.975706 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9647 | 2025.07.18 19:21:41.975738 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 202 rows starting from the beginning of the part | ||
9648 | 2025.07.18 19:21:41.975770 [ 4 ] {aff83527-53df-4b6b-9fda-8c1e6064685b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9649 | 2025.07.18 19:21:41.975806 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 202 rows starting from the beginning of the part | ||
9650 | 2025.07.18 19:21:41.975809 [ 4 ] {aff83527-53df-4b6b-9fda-8c1e6064685b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9651 | 2025.07.18 19:21:41.975857 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 202 rows starting from the beginning of the part | ||
9652 | 2025.07.18 19:21:41.975904 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 202 rows starting from the beginning of the part | ||
9653 | 2025.07.18 19:21:41.975949 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 202 rows starting from the beginning of the part | ||
9654 | 2025.07.18 19:21:41.976468 [ 4 ] {aff83527-53df-4b6b-9fda-8c1e6064685b} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9655 | 2025.07.18 19:21:41.976503 [ 4 ] {aff83527-53df-4b6b-9fda-8c1e6064685b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9656 | 2025.07.18 19:21:41.976734 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001148898 sec., 879103.2798385932 rows/sec., 53.28 MiB/sec. | ||
9657 | 2025.07.18 19:21:41.976832 [ 4 ] {aff83527-53df-4b6b-9fda-8c1e6064685b} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
9658 | 2025.07.18 19:21:41.976877 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
9659 | 2025.07.18 19:21:41.977093 [ 4 ] {aff83527-53df-4b6b-9fda-8c1e6064685b} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9660 | 2025.07.18 19:21:41.977171 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_37_9} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9661 | 2025.07.18 19:21:41.977231 [ 4 ] {aff83527-53df-4b6b-9fda-8c1e6064685b} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001478 sec., 468876.8606224628 rows/sec., 32.94 MiB/sec. | ||
9662 | 2025.07.18 19:21:41.977245 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_37_9} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
9663 | 2025.07.18 19:21:41.977277 [ 4 ] {aff83527-53df-4b6b-9fda-8c1e6064685b} <Debug> TCPHandler: Processed in 0.001646865 sec. | ||
9664 | 2025.07.18 19:21:41.977328 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
9665 | 2025.07.18 19:21:41.977400 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9666 | 2025.07.18 19:21:41.977499 [ 4 ] {68782b4f-4f26-496c-9625-d6dfc3752d15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
9667 | 2025.07.18 19:21:41.977539 [ 4 ] {68782b4f-4f26-496c-9625-d6dfc3752d15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9668 | 2025.07.18 19:21:41.977879 [ 4 ] {68782b4f-4f26-496c-9625-d6dfc3752d15} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9669 | 2025.07.18 19:21:41.977915 [ 4 ] {68782b4f-4f26-496c-9625-d6dfc3752d15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9670 | 2025.07.18 19:21:41.978214 [ 4 ] {68782b4f-4f26-496c-9625-d6dfc3752d15} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
9671 | 2025.07.18 19:21:41.978410 [ 4 ] {68782b4f-4f26-496c-9625-d6dfc3752d15} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9672 | 2025.07.18 19:21:41.978535 [ 4 ] {68782b4f-4f26-496c-9625-d6dfc3752d15} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001055 sec., 5687.203791469195 rows/sec., 297.13 KiB/sec. | ||
9673 | 2025.07.18 19:21:41.978571 [ 4 ] {68782b4f-4f26-496c-9625-d6dfc3752d15} <Debug> TCPHandler: Processed in 0.001218638 sec. | ||
9674 | 2025.07.18 19:21:41.978681 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9675 | 2025.07.18 19:21:41.978773 [ 4 ] {9607b3e1-6bd8-4582-a7f9-c1d94deb6805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9676 | 2025.07.18 19:21:41.978815 [ 4 ] {9607b3e1-6bd8-4582-a7f9-c1d94deb6805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9677 | 2025.07.18 19:21:41.979261 [ 4 ] {9607b3e1-6bd8-4582-a7f9-c1d94deb6805} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9678 | 2025.07.18 19:21:41.979297 [ 4 ] {9607b3e1-6bd8-4582-a7f9-c1d94deb6805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9679 | 2025.07.18 19:21:41.979640 [ 4 ] {9607b3e1-6bd8-4582-a7f9-c1d94deb6805} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
9680 | 2025.07.18 19:21:41.979871 [ 4 ] {9607b3e1-6bd8-4582-a7f9-c1d94deb6805} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9681 | 2025.07.18 19:21:41.980002 [ 4 ] {9607b3e1-6bd8-4582-a7f9-c1d94deb6805} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001247 sec., 246190.8580593424 rows/sec., 16.20 MiB/sec. | ||
9682 | 2025.07.18 19:21:41.980038 [ 4 ] {9607b3e1-6bd8-4582-a7f9-c1d94deb6805} <Debug> TCPHandler: Processed in 0.001403092 sec. | ||
9683 | 2025.07.18 19:21:41.980151 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9684 | 2025.07.18 19:21:41.980243 [ 4 ] {d1e577e1-9fe7-4f9c-a91b-fb6f0eef6b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
9685 | 2025.07.18 19:21:41.980284 [ 4 ] {d1e577e1-9fe7-4f9c-a91b-fb6f0eef6b15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9686 | 2025.07.18 19:21:41.980599 [ 4 ] {d1e577e1-9fe7-4f9c-a91b-fb6f0eef6b15} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9687 | 2025.07.18 19:21:41.980634 [ 4 ] {d1e577e1-9fe7-4f9c-a91b-fb6f0eef6b15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9688 | 2025.07.18 19:21:41.980945 [ 4 ] {d1e577e1-9fe7-4f9c-a91b-fb6f0eef6b15} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
9689 | 2025.07.18 19:21:41.981143 [ 4 ] {d1e577e1-9fe7-4f9c-a91b-fb6f0eef6b15} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9690 | 2025.07.18 19:21:41.981266 [ 4 ] {d1e577e1-9fe7-4f9c-a91b-fb6f0eef6b15} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00104 sec., 961.5384615384617 rows/sec., 64.79 KiB/sec. | ||
9691 | 2025.07.18 19:21:41.981321 [ 4 ] {d1e577e1-9fe7-4f9c-a91b-fb6f0eef6b15} <Debug> TCPHandler: Processed in 0.001216059 sec. | ||
9692 | 2025.07.18 19:21:41.981440 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9693 | 2025.07.18 19:21:41.981530 [ 4 ] {df8162cf-991e-4dcf-9ad7-5162f4cf949d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9694 | 2025.07.18 19:21:41.981582 [ 4 ] {df8162cf-991e-4dcf-9ad7-5162f4cf949d} <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 | ||
9695 | 2025.07.18 19:21:41.982472 [ 4 ] {df8162cf-991e-4dcf-9ad7-5162f4cf949d} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9696 | 2025.07.18 19:21:41.982509 [ 4 ] {df8162cf-991e-4dcf-9ad7-5162f4cf949d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9697 | 2025.07.18 19:21:41.983083 [ 4 ] {df8162cf-991e-4dcf-9ad7-5162f4cf949d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
9698 | 2025.07.18 19:21:41.983320 [ 4 ] {df8162cf-991e-4dcf-9ad7-5162f4cf949d} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9699 | 2025.07.18 19:21:41.983459 [ 4 ] {df8162cf-991e-4dcf-9ad7-5162f4cf949d} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001946 sec., 21068.8591983556 rows/sec., 37.75 MiB/sec. | ||
9700 | 2025.07.18 19:21:41.983512 [ 4 ] {df8162cf-991e-4dcf-9ad7-5162f4cf949d} <Debug> TCPHandler: Processed in 0.002119693 sec. | ||
9701 | 2025.07.18 19:21:41.983628 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9702 | 2025.07.18 19:21:41.983720 [ 4 ] {afdfb469-a4a1-4925-aaf2-4f4d467164cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9703 | 2025.07.18 19:21:41.983761 [ 4 ] {afdfb469-a4a1-4925-aaf2-4f4d467164cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9704 | 2025.07.18 19:21:41.984104 [ 4 ] {afdfb469-a4a1-4925-aaf2-4f4d467164cf} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9705 | 2025.07.18 19:21:41.984141 [ 4 ] {afdfb469-a4a1-4925-aaf2-4f4d467164cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9706 | 2025.07.18 19:21:41.984441 [ 4 ] {afdfb469-a4a1-4925-aaf2-4f4d467164cf} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9707 | 2025.07.18 19:21:41.984641 [ 4 ] {afdfb469-a4a1-4925-aaf2-4f4d467164cf} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9708 | 2025.07.18 19:21:41.984765 [ 4 ] {afdfb469-a4a1-4925-aaf2-4f4d467164cf} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001063 sec., 95954.84477892757 rows/sec., 5.90 MiB/sec. | ||
9709 | 2025.07.18 19:21:41.984800 [ 4 ] {afdfb469-a4a1-4925-aaf2-4f4d467164cf} <Debug> TCPHandler: Processed in 0.001220059 sec. | ||
9710 | 2025.07.18 19:21:42.000177 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 295.16 MiB, peak 306.82 MiB, free memory in arenas 0.00 B, will set to 293.81 MiB (RSS), difference: -1.34 MiB | ||
9711 | 2025.07.18 19:21:46.598876 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9712 | 2025.07.18 19:21:46.599070 [ 4 ] {befb159c-ee8e-4ed0-b0b6-a9753255fe5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9713 | 2025.07.18 19:21:46.599138 [ 4 ] {befb159c-ee8e-4ed0-b0b6-a9753255fe5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9714 | 2025.07.18 19:21:46.600212 [ 4 ] {befb159c-ee8e-4ed0-b0b6-a9753255fe5c} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9715 | 2025.07.18 19:21:46.600266 [ 4 ] {befb159c-ee8e-4ed0-b0b6-a9753255fe5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9716 | 2025.07.18 19:21:46.600739 [ 4 ] {befb159c-ee8e-4ed0-b0b6-a9753255fe5c} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
9717 | 2025.07.18 19:21:46.600985 [ 4 ] {befb159c-ee8e-4ed0-b0b6-a9753255fe5c} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9718 | 2025.07.18 19:21:46.601156 [ 4 ] {befb159c-ee8e-4ed0-b0b6-a9753255fe5c} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002133 sec., 560712.6113455228 rows/sec., 46.23 MiB/sec. | ||
9719 | 2025.07.18 19:21:46.601154 [ 96 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
9720 | 2025.07.18 19:21:46.601212 [ 4 ] {befb159c-ee8e-4ed0-b0b6-a9753255fe5c} <Debug> TCPHandler: Processed in 0.002462338 sec. | ||
9721 | 2025.07.18 19:21:46.601237 [ 96 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9722 | 2025.07.18 19:21:46.601267 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9723 | 2025.07.18 19:21:46.601339 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9724 | 2025.07.18 19:21:46.601379 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
9725 | 2025.07.18 19:21:46.601452 [ 4 ] {bac00384-b70d-4a7f-9f93-9fdd7d4ecfc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
9726 | 2025.07.18 19:21:46.601500 [ 4 ] {bac00384-b70d-4a7f-9f93-9fdd7d4ecfc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9727 | 2025.07.18 19:21:46.601512 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9728 | 2025.07.18 19:21:46.601554 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2298 rows starting from the beginning of the part | ||
9729 | 2025.07.18 19:21:46.601625 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part | ||
9730 | 2025.07.18 19:21:46.601675 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1155 rows starting from the beginning of the part | ||
9731 | 2025.07.18 19:21:46.601721 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part | ||
9732 | 2025.07.18 19:21:46.601770 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 1149 rows starting from the beginning of the part | ||
9733 | 2025.07.18 19:21:46.601813 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1196 rows starting from the beginning of the part | ||
9734 | 2025.07.18 19:21:46.602070 [ 4 ] {bac00384-b70d-4a7f-9f93-9fdd7d4ecfc8} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9735 | 2025.07.18 19:21:46.602125 [ 4 ] {bac00384-b70d-4a7f-9f93-9fdd7d4ecfc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9736 | 2025.07.18 19:21:46.602682 [ 4 ] {bac00384-b70d-4a7f-9f93-9fdd7d4ecfc8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
9737 | 2025.07.18 19:21:46.602926 [ 4 ] {bac00384-b70d-4a7f-9f93-9fdd7d4ecfc8} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9738 | 2025.07.18 19:21:46.603075 [ 4 ] {bac00384-b70d-4a7f-9f93-9fdd7d4ecfc8} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001649 sec., 138265.61552456033 rows/sec., 9.36 MiB/sec. | ||
9739 | 2025.07.18 19:21:46.603136 [ 4 ] {bac00384-b70d-4a7f-9f93-9fdd7d4ecfc8} <Debug> TCPHandler: Processed in 0.001850329 sec. | ||
9740 | 2025.07.18 19:21:46.603295 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9741 | 2025.07.18 19:21:46.603403 [ 4 ] {ba2a2cf9-bc00-489d-b34d-cfdf0fd19578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9742 | 2025.07.18 19:21:46.603449 [ 4 ] {ba2a2cf9-bc00-489d-b34d-cfdf0fd19578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9743 | 2025.07.18 19:21:46.604038 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5910 rows, containing 5 columns (5 merged, 0 gathered) in 0.002711162 sec., 2179877.115421358 rows/sec., 184.51 MiB/sec. | ||
9744 | 2025.07.18 19:21:46.604077 [ 4 ] {ba2a2cf9-bc00-489d-b34d-cfdf0fd19578} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9745 | 2025.07.18 19:21:46.604117 [ 4 ] {ba2a2cf9-bc00-489d-b34d-cfdf0fd19578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9746 | 2025.07.18 19:21:46.604380 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
9747 | 2025.07.18 19:21:46.604519 [ 4 ] {ba2a2cf9-bc00-489d-b34d-cfdf0fd19578} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
9748 | 2025.07.18 19:21:46.604817 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9749 | 2025.07.18 19:21:46.604857 [ 4 ] {ba2a2cf9-bc00-489d-b34d-cfdf0fd19578} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9750 | 2025.07.18 19:21:46.604921 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
9751 | 2025.07.18 19:21:46.604994 [ 96 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
9752 | 2025.07.18 19:21:46.605012 [ 4 ] {ba2a2cf9-bc00-489d-b34d-cfdf0fd19578} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.00163 sec., 319018.40490797546 rows/sec., 23.61 MiB/sec. | ||
9753 | 2025.07.18 19:21:46.605032 [ 96 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9754 | 2025.07.18 19:21:46.605034 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
9755 | 2025.07.18 19:21:46.605057 [ 4 ] {ba2a2cf9-bc00-489d-b34d-cfdf0fd19578} <Debug> TCPHandler: Processed in 0.001834658 sec. | ||
9756 | 2025.07.18 19:21:46.605060 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9757 | 2025.07.18 19:21:46.605151 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
9758 | 2025.07.18 19:21:46.605200 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9759 | 2025.07.18 19:21:46.605245 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9760 | 2025.07.18 19:21:46.605278 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1185 rows starting from the beginning of the part | ||
9761 | 2025.07.18 19:21:46.605305 [ 4 ] {ffff13b5-3137-42bc-8758-a1c739738955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9762 | 2025.07.18 19:21:46.605341 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part | ||
9763 | 2025.07.18 19:21:46.605357 [ 4 ] {ffff13b5-3137-42bc-8758-a1c739738955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9764 | 2025.07.18 19:21:46.605394 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 705 rows starting from the beginning of the part | ||
9765 | 2025.07.18 19:21:46.605443 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part | ||
9766 | 2025.07.18 19:21:46.605485 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 693 rows starting from the beginning of the part | ||
9767 | 2025.07.18 19:21:46.605526 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 520 rows starting from the beginning of the part | ||
9768 | 2025.07.18 19:21:46.605964 [ 4 ] {ffff13b5-3137-42bc-8758-a1c739738955} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9769 | 2025.07.18 19:21:46.606005 [ 4 ] {ffff13b5-3137-42bc-8758-a1c739738955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9770 | 2025.07.18 19:21:46.606438 [ 4 ] {ffff13b5-3137-42bc-8758-a1c739738955} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
9771 | 2025.07.18 19:21:46.606660 [ 4 ] {ffff13b5-3137-42bc-8758-a1c739738955} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9772 | 2025.07.18 19:21:46.606764 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3231 rows, containing 5 columns (5 merged, 0 gathered) in 0.001649155 sec., 1959185.1584599386 rows/sec., 148.04 MiB/sec. | ||
9773 | 2025.07.18 19:21:46.606773 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
9774 | 2025.07.18 19:21:46.606790 [ 4 ] {ffff13b5-3137-42bc-8758-a1c739738955} <Debug> executeQuery: Read 1006 rows, 69.24 KiB in 0.001507 sec., 667551.4266755142 rows/sec., 44.87 MiB/sec. | ||
9775 | 2025.07.18 19:21:46.606814 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9776 | 2025.07.18 19:21:46.606838 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9777 | 2025.07.18 19:21:46.606844 [ 4 ] {ffff13b5-3137-42bc-8758-a1c739738955} <Debug> TCPHandler: Processed in 0.001694866 sec. | ||
9778 | 2025.07.18 19:21:46.606912 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
9779 | 2025.07.18 19:21:46.606940 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
9780 | 2025.07.18 19:21:46.606967 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9781 | 2025.07.18 19:21:46.607020 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9782 | 2025.07.18 19:21:46.607056 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 27888 rows starting from the beginning of the part | ||
9783 | 2025.07.18 19:21:46.607068 [ 4 ] {b164c23c-bc30-430d-9d58-bc2ae4dcd893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9784 | 2025.07.18 19:21:46.607114 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
9785 | 2025.07.18 19:21:46.607115 [ 4 ] {b164c23c-bc30-430d-9d58-bc2ae4dcd893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9786 | 2025.07.18 19:21:46.607171 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 313 rows starting from the beginning of the part | ||
9787 | 2025.07.18 19:21:46.607220 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
9788 | 2025.07.18 19:21:46.607233 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9789 | 2025.07.18 19:21:46.607280 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 307 rows starting from the beginning of the part | ||
9790 | 2025.07.18 19:21:46.607314 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
9791 | 2025.07.18 19:21:46.607340 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1006 rows starting from the beginning of the part | ||
9792 | 2025.07.18 19:21:46.607387 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
9793 | 2025.07.18 19:21:46.607482 [ 4 ] {b164c23c-bc30-430d-9d58-bc2ae4dcd893} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9794 | 2025.07.18 19:21:46.607525 [ 4 ] {b164c23c-bc30-430d-9d58-bc2ae4dcd893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9795 | 2025.07.18 19:21:46.607877 [ 4 ] {b164c23c-bc30-430d-9d58-bc2ae4dcd893} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
9796 | 2025.07.18 19:21:46.608088 [ 4 ] {b164c23c-bc30-430d-9d58-bc2ae4dcd893} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9797 | 2025.07.18 19:21:46.608221 [ 4 ] {b164c23c-bc30-430d-9d58-bc2ae4dcd893} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001172 sec., 51194.53924914676 rows/sec., 3.45 MiB/sec. | ||
9798 | 2025.07.18 19:21:46.608257 [ 4 ] {b164c23c-bc30-430d-9d58-bc2ae4dcd893} <Debug> TCPHandler: Processed in 0.001339571 sec. | ||
9799 | 2025.07.18 19:21:46.615118 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29834 rows, containing 5 columns (5 merged, 0 gathered) in 0.008242426 sec., 3619565.404651494 rows/sec., 242.29 MiB/sec. | ||
9800 | 2025.07.18 19:21:46.615656 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
9801 | 2025.07.18 19:21:46.615932 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9802 | 2025.07.18 19:21:46.616004 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
9803 | 2025.07.18 19:21:46.616086 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
9804 | 2025.07.18 19:21:47.000375 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 294.25 MiB, peak 306.82 MiB, free memory in arenas 0.00 B, will set to 297.34 MiB (RSS), difference: 3.09 MiB | ||
9805 | 2025.07.18 19:21:48.122718 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 | ||
9806 | 2025.07.18 19:21:48.123239 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9807 | 2025.07.18 19:21:48.123285 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9808 | 2025.07.18 19:21:48.123890 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9809 | 2025.07.18 19:21:48.124124 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9810 | 2025.07.18 19:21:48.124254 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||
9811 | 2025.07.18 19:21:49.441275 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 | ||
9812 | 2025.07.18 19:21:49.457909 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9813 | 2025.07.18 19:21:49.457975 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9814 | 2025.07.18 19:21:49.463925 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9815 | 2025.07.18 19:21:49.464686 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9816 | 2025.07.18 19:21:49.467546 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 399 | ||
9817 | 2025.07.18 19:21:50.684240 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1356 | ||
9818 | 2025.07.18 19:21:50.686553 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9819 | 2025.07.18 19:21:50.686601 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9820 | 2025.07.18 19:21:50.687857 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
9821 | 2025.07.18 19:21:50.688141 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9822 | 2025.07.18 19:21:50.688510 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1356 | ||
9823 | 2025.07.18 19:21:51.967013 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9824 | 2025.07.18 19:21:51.967266 [ 4 ] {08065a1b-3422-49a1-9e9e-3f3a80f1994a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
9825 | 2025.07.18 19:21:51.967360 [ 4 ] {08065a1b-3422-49a1-9e9e-3f3a80f1994a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
9826 | 2025.07.18 19:21:51.968213 [ 4 ] {08065a1b-3422-49a1-9e9e-3f3a80f1994a} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9827 | 2025.07.18 19:21:51.968257 [ 4 ] {08065a1b-3422-49a1-9e9e-3f3a80f1994a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9828 | 2025.07.18 19:21:51.968656 [ 4 ] {08065a1b-3422-49a1-9e9e-3f3a80f1994a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
9829 | 2025.07.18 19:21:51.968868 [ 4 ] {08065a1b-3422-49a1-9e9e-3f3a80f1994a} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9830 | 2025.07.18 19:21:51.969018 [ 4 ] {08065a1b-3422-49a1-9e9e-3f3a80f1994a} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001822 sec., 215148.1888035126 rows/sec., 13.65 MiB/sec. | ||
9831 | 2025.07.18 19:21:51.969059 [ 4 ] {08065a1b-3422-49a1-9e9e-3f3a80f1994a} <Debug> TCPHandler: Processed in 0.002207364 sec. | ||
9832 | 2025.07.18 19:21:51.969160 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9833 | 2025.07.18 19:21:51.969253 [ 4 ] {9ef37d01-3913-4d27-87c6-46ba286fa2c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9834 | 2025.07.18 19:21:51.969292 [ 4 ] {9ef37d01-3913-4d27-87c6-46ba286fa2c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9835 | 2025.07.18 19:21:51.970065 [ 4 ] {9ef37d01-3913-4d27-87c6-46ba286fa2c1} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9836 | 2025.07.18 19:21:51.970101 [ 4 ] {9ef37d01-3913-4d27-87c6-46ba286fa2c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9837 | 2025.07.18 19:21:51.970592 [ 4 ] {9ef37d01-3913-4d27-87c6-46ba286fa2c1} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
9838 | 2025.07.18 19:21:51.970822 [ 4 ] {9ef37d01-3913-4d27-87c6-46ba286fa2c1} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9839 | 2025.07.18 19:21:51.970951 [ 4 ] {9ef37d01-3913-4d27-87c6-46ba286fa2c1} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001715 sec., 669970.8454810496 rows/sec., 53.47 MiB/sec. | ||
9840 | 2025.07.18 19:21:51.970988 [ 4 ] {9ef37d01-3913-4d27-87c6-46ba286fa2c1} <Debug> TCPHandler: Processed in 0.001874239 sec. | ||
9841 | 2025.07.18 19:21:51.971101 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9842 | 2025.07.18 19:21:51.971193 [ 4 ] {498c09cf-264b-4755-a7c2-22e0a1ca0527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
9843 | 2025.07.18 19:21:51.971257 [ 4 ] {498c09cf-264b-4755-a7c2-22e0a1ca0527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9844 | 2025.07.18 19:21:51.971743 [ 4 ] {498c09cf-264b-4755-a7c2-22e0a1ca0527} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9845 | 2025.07.18 19:21:51.971779 [ 4 ] {498c09cf-264b-4755-a7c2-22e0a1ca0527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9846 | 2025.07.18 19:21:51.972086 [ 4 ] {498c09cf-264b-4755-a7c2-22e0a1ca0527} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9847 | 2025.07.18 19:21:51.972285 [ 4 ] {498c09cf-264b-4755-a7c2-22e0a1ca0527} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9848 | 2025.07.18 19:21:51.972411 [ 4 ] {498c09cf-264b-4755-a7c2-22e0a1ca0527} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001237 sec., 191592.5626515764 rows/sec., 11.73 MiB/sec. | ||
9849 | 2025.07.18 19:21:51.972448 [ 4 ] {498c09cf-264b-4755-a7c2-22e0a1ca0527} <Debug> TCPHandler: Processed in 0.001394741 sec. | ||
9850 | 2025.07.18 19:21:51.972551 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9851 | 2025.07.18 19:21:51.972666 [ 4 ] {7748ed46-8a71-4e65-98c8-5671e3a41e61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
9852 | 2025.07.18 19:21:51.972706 [ 4 ] {7748ed46-8a71-4e65-98c8-5671e3a41e61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9853 | 2025.07.18 19:21:51.973164 [ 4 ] {7748ed46-8a71-4e65-98c8-5671e3a41e61} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9854 | 2025.07.18 19:21:51.973200 [ 4 ] {7748ed46-8a71-4e65-98c8-5671e3a41e61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9855 | 2025.07.18 19:21:51.973515 [ 4 ] {7748ed46-8a71-4e65-98c8-5671e3a41e61} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9856 | 2025.07.18 19:21:51.973726 [ 4 ] {7748ed46-8a71-4e65-98c8-5671e3a41e61} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9857 | 2025.07.18 19:21:51.973853 [ 4 ] {7748ed46-8a71-4e65-98c8-5671e3a41e61} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001204 sec., 168604.6511627907 rows/sec., 10.88 MiB/sec. | ||
9858 | 2025.07.18 19:21:51.973889 [ 4 ] {7748ed46-8a71-4e65-98c8-5671e3a41e61} <Debug> TCPHandler: Processed in 0.001385751 sec. | ||
9859 | 2025.07.18 19:21:51.973992 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9860 | 2025.07.18 19:21:51.974083 [ 4 ] {99863f68-65c2-4877-a7b3-516707aaa94d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
9861 | 2025.07.18 19:21:51.974121 [ 4 ] {99863f68-65c2-4877-a7b3-516707aaa94d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9862 | 2025.07.18 19:21:51.974542 [ 4 ] {99863f68-65c2-4877-a7b3-516707aaa94d} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9863 | 2025.07.18 19:21:51.974577 [ 4 ] {99863f68-65c2-4877-a7b3-516707aaa94d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9864 | 2025.07.18 19:21:51.974876 [ 4 ] {99863f68-65c2-4877-a7b3-516707aaa94d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
9865 | 2025.07.18 19:21:51.975077 [ 4 ] {99863f68-65c2-4877-a7b3-516707aaa94d} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9866 | 2025.07.18 19:21:51.975203 [ 4 ] {99863f68-65c2-4877-a7b3-516707aaa94d} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001138 sec., 177504.39367311072 rows/sec., 10.08 MiB/sec. | ||
9867 | 2025.07.18 19:21:51.975240 [ 4 ] {99863f68-65c2-4877-a7b3-516707aaa94d} <Debug> TCPHandler: Processed in 0.00129405 sec. | ||
9868 | 2025.07.18 19:21:51.975345 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9869 | 2025.07.18 19:21:51.975435 [ 4 ] {3caa73a7-0a09-4adc-ad32-fa590f673897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9870 | 2025.07.18 19:21:51.975473 [ 4 ] {3caa73a7-0a09-4adc-ad32-fa590f673897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9871 | 2025.07.18 19:21:51.976044 [ 4 ] {3caa73a7-0a09-4adc-ad32-fa590f673897} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9872 | 2025.07.18 19:21:51.976081 [ 4 ] {3caa73a7-0a09-4adc-ad32-fa590f673897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9873 | 2025.07.18 19:21:51.976425 [ 4 ] {3caa73a7-0a09-4adc-ad32-fa590f673897} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
9874 | 2025.07.18 19:21:51.976623 [ 4 ] {3caa73a7-0a09-4adc-ad32-fa590f673897} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9875 | 2025.07.18 19:21:51.976747 [ 4 ] {3caa73a7-0a09-4adc-ad32-fa590f673897} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001329 sec., 521444.69525959366 rows/sec., 36.63 MiB/sec. | ||
9876 | 2025.07.18 19:21:51.976784 [ 4 ] {3caa73a7-0a09-4adc-ad32-fa590f673897} <Debug> TCPHandler: Processed in 0.001485383 sec. | ||
9877 | 2025.07.18 19:21:51.976890 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9878 | 2025.07.18 19:21:51.976980 [ 4 ] {5e24b8c0-93e4-4e32-ac48-f534572b24f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
9879 | 2025.07.18 19:21:51.977021 [ 4 ] {5e24b8c0-93e4-4e32-ac48-f534572b24f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9880 | 2025.07.18 19:21:51.977339 [ 4 ] {5e24b8c0-93e4-4e32-ac48-f534572b24f2} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9881 | 2025.07.18 19:21:51.977375 [ 4 ] {5e24b8c0-93e4-4e32-ac48-f534572b24f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9882 | 2025.07.18 19:21:51.977680 [ 4 ] {5e24b8c0-93e4-4e32-ac48-f534572b24f2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
9883 | 2025.07.18 19:21:51.977882 [ 4 ] {5e24b8c0-93e4-4e32-ac48-f534572b24f2} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9884 | 2025.07.18 19:21:51.978009 [ 4 ] {5e24b8c0-93e4-4e32-ac48-f534572b24f2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001047 sec., 5730.659025787966 rows/sec., 299.40 KiB/sec. | ||
9885 | 2025.07.18 19:21:51.978044 [ 4 ] {5e24b8c0-93e4-4e32-ac48-f534572b24f2} <Debug> TCPHandler: Processed in 0.001201169 sec. | ||
9886 | 2025.07.18 19:21:51.978142 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9887 | 2025.07.18 19:21:51.978233 [ 4 ] {01be4df7-3d21-4f02-998d-db09ab2eab6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9888 | 2025.07.18 19:21:51.978274 [ 4 ] {01be4df7-3d21-4f02-998d-db09ab2eab6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9889 | 2025.07.18 19:21:51.978676 [ 4 ] {01be4df7-3d21-4f02-998d-db09ab2eab6d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9890 | 2025.07.18 19:21:51.978711 [ 4 ] {01be4df7-3d21-4f02-998d-db09ab2eab6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9891 | 2025.07.18 19:21:51.979036 [ 4 ] {01be4df7-3d21-4f02-998d-db09ab2eab6d} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
9892 | 2025.07.18 19:21:51.979257 [ 4 ] {01be4df7-3d21-4f02-998d-db09ab2eab6d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9893 | 2025.07.18 19:21:51.979383 [ 4 ] {01be4df7-3d21-4f02-998d-db09ab2eab6d} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001168 sec., 262842.4657534247 rows/sec., 17.29 MiB/sec. | ||
9894 | 2025.07.18 19:21:51.979419 [ 4 ] {01be4df7-3d21-4f02-998d-db09ab2eab6d} <Debug> TCPHandler: Processed in 0.00132277 sec. | ||
9895 | 2025.07.18 19:21:51.979522 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9896 | 2025.07.18 19:21:51.979611 [ 4 ] {4648b39a-f1da-4347-a49d-95e9bf6da984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
9897 | 2025.07.18 19:21:51.979652 [ 4 ] {4648b39a-f1da-4347-a49d-95e9bf6da984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9898 | 2025.07.18 19:21:51.979957 [ 4 ] {4648b39a-f1da-4347-a49d-95e9bf6da984} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9899 | 2025.07.18 19:21:51.979992 [ 4 ] {4648b39a-f1da-4347-a49d-95e9bf6da984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9900 | 2025.07.18 19:21:51.980298 [ 4 ] {4648b39a-f1da-4347-a49d-95e9bf6da984} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
9901 | 2025.07.18 19:21:51.980503 [ 4 ] {4648b39a-f1da-4347-a49d-95e9bf6da984} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9902 | 2025.07.18 19:21:51.980630 [ 4 ] {4648b39a-f1da-4347-a49d-95e9bf6da984} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001036 sec., 965.2509652509652 rows/sec., 65.04 KiB/sec. | ||
9903 | 2025.07.18 19:21:51.980665 [ 4 ] {4648b39a-f1da-4347-a49d-95e9bf6da984} <Debug> TCPHandler: Processed in 0.001189948 sec. | ||
9904 | 2025.07.18 19:21:51.980823 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9905 | 2025.07.18 19:21:51.980914 [ 4 ] {07ff57b3-4b5f-4518-adce-13648a67c77a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
9906 | 2025.07.18 19:21:51.980965 [ 4 ] {07ff57b3-4b5f-4518-adce-13648a67c77a} <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 | ||
9907 | 2025.07.18 19:21:51.981760 [ 4 ] {07ff57b3-4b5f-4518-adce-13648a67c77a} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9908 | 2025.07.18 19:21:51.981796 [ 4 ] {07ff57b3-4b5f-4518-adce-13648a67c77a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9909 | 2025.07.18 19:21:51.982365 [ 4 ] {07ff57b3-4b5f-4518-adce-13648a67c77a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
9910 | 2025.07.18 19:21:51.982585 [ 4 ] {07ff57b3-4b5f-4518-adce-13648a67c77a} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9911 | 2025.07.18 19:21:51.982722 [ 4 ] {07ff57b3-4b5f-4518-adce-13648a67c77a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001825 sec., 22465.753424657534 rows/sec., 40.26 MiB/sec. | ||
9912 | 2025.07.18 19:21:51.982778 [ 4 ] {07ff57b3-4b5f-4518-adce-13648a67c77a} <Debug> TCPHandler: Processed in 0.002000921 sec. | ||
9913 | 2025.07.18 19:21:51.982895 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9914 | 2025.07.18 19:21:51.982986 [ 4 ] {ea5833d0-84ee-46f7-80a6-458c3dd59687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9915 | 2025.07.18 19:21:51.983026 [ 4 ] {ea5833d0-84ee-46f7-80a6-458c3dd59687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9916 | 2025.07.18 19:21:51.983347 [ 4 ] {ea5833d0-84ee-46f7-80a6-458c3dd59687} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9917 | 2025.07.18 19:21:51.983383 [ 4 ] {ea5833d0-84ee-46f7-80a6-458c3dd59687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9918 | 2025.07.18 19:21:51.983688 [ 4 ] {ea5833d0-84ee-46f7-80a6-458c3dd59687} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
9919 | 2025.07.18 19:21:51.983895 [ 4 ] {ea5833d0-84ee-46f7-80a6-458c3dd59687} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9920 | 2025.07.18 19:21:51.984018 [ 4 ] {ea5833d0-84ee-46f7-80a6-458c3dd59687} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.00105 sec., 97142.85714285714 rows/sec., 5.97 MiB/sec. | ||
9921 | 2025.07.18 19:21:51.984017 [ 93 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
9922 | 2025.07.18 19:21:51.984052 [ 4 ] {ea5833d0-84ee-46f7-80a6-458c3dd59687} <Debug> TCPHandler: Processed in 0.001205958 sec. | ||
9923 | 2025.07.18 19:21:51.984103 [ 93 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9924 | 2025.07.18 19:21:51.984130 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9925 | 2025.07.18 19:21:51.984258 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
9926 | 2025.07.18 19:21:51.984417 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9927 | 2025.07.18 19:21:51.984455 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 5550 rows starting from the beginning of the part | ||
9928 | 2025.07.18 19:21:51.984518 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 102 rows starting from the beginning of the part | ||
9929 | 2025.07.18 19:21:51.984563 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
9930 | 2025.07.18 19:21:51.984607 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 102 rows starting from the beginning of the part | ||
9931 | 2025.07.18 19:21:51.984646 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
9932 | 2025.07.18 19:21:51.984682 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 102 rows starting from the beginning of the part | ||
9933 | 2025.07.18 19:21:51.986534 [ 199 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5976 rows, containing 4 columns (4 merged, 0 gathered) in 0.002337925 sec., 2556112.792326529 rows/sec., 162.48 MiB/sec. | ||
9934 | 2025.07.18 19:21:51.986963 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
9935 | 2025.07.18 19:21:51.987294 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_76_15} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9936 | 2025.07.18 19:21:51.987384 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_76_15} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
9937 | 2025.07.18 19:21:51.987473 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
9938 | 2025.07.18 19:21:55.463151 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9939 | 2025.07.18 19:21:55.463201 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9940 | 2025.07.18 19:21:55.624407 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766 | ||
9941 | 2025.07.18 19:21:55.624911 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9942 | 2025.07.18 19:21:55.624945 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9943 | 2025.07.18 19:21:55.625414 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9944 | 2025.07.18 19:21:55.625640 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9945 | 2025.07.18 19:21:55.625777 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
9946 | 2025.07.18 19:21:56.954190 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9947 | 2025.07.18 19:21:56.954360 [ 4 ] {ff4b743e-1fb9-4533-91f7-f75fcc1d71cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
9948 | 2025.07.18 19:21:56.954426 [ 4 ] {ff4b743e-1fb9-4533-91f7-f75fcc1d71cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9949 | 2025.07.18 19:21:56.955082 [ 4 ] {ff4b743e-1fb9-4533-91f7-f75fcc1d71cf} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9950 | 2025.07.18 19:21:56.955129 [ 4 ] {ff4b743e-1fb9-4533-91f7-f75fcc1d71cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9951 | 2025.07.18 19:21:56.955511 [ 4 ] {ff4b743e-1fb9-4533-91f7-f75fcc1d71cf} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
9952 | 2025.07.18 19:21:56.955736 [ 4 ] {ff4b743e-1fb9-4533-91f7-f75fcc1d71cf} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9953 | 2025.07.18 19:21:56.955898 [ 4 ] {ff4b743e-1fb9-4533-91f7-f75fcc1d71cf} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001585 sec., 35331.230283911675 rows/sec., 2.71 MiB/sec. | ||
9954 | 2025.07.18 19:21:56.955943 [ 4 ] {ff4b743e-1fb9-4533-91f7-f75fcc1d71cf} <Debug> TCPHandler: Processed in 0.001879879 sec. | ||
9955 | 2025.07.18 19:21:56.956072 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9956 | 2025.07.18 19:21:56.956171 [ 4 ] {0366e174-31df-4944-9143-9b0c99b5c25c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
9957 | 2025.07.18 19:21:56.956213 [ 4 ] {0366e174-31df-4944-9143-9b0c99b5c25c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9958 | 2025.07.18 19:21:56.956649 [ 4 ] {0366e174-31df-4944-9143-9b0c99b5c25c} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9959 | 2025.07.18 19:21:56.956684 [ 4 ] {0366e174-31df-4944-9143-9b0c99b5c25c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9960 | 2025.07.18 19:21:56.956987 [ 4 ] {0366e174-31df-4944-9143-9b0c99b5c25c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
9961 | 2025.07.18 19:21:56.957190 [ 4 ] {0366e174-31df-4944-9143-9b0c99b5c25c} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9962 | 2025.07.18 19:21:56.957325 [ 4 ] {0366e174-31df-4944-9143-9b0c99b5c25c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001176 sec., 54421.768707482996 rows/sec., 4.25 MiB/sec. | ||
9963 | 2025.07.18 19:21:56.957361 [ 4 ] {0366e174-31df-4944-9143-9b0c99b5c25c} <Debug> TCPHandler: Processed in 0.00134087 sec. | ||
9964 | 2025.07.18 19:21:56.957488 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9965 | 2025.07.18 19:21:56.957580 [ 4 ] {68868d8d-5f7e-4bb4-b866-08e43a79e1be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
9966 | 2025.07.18 19:21:56.957623 [ 4 ] {68868d8d-5f7e-4bb4-b866-08e43a79e1be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9967 | 2025.07.18 19:21:56.958047 [ 4 ] {68868d8d-5f7e-4bb4-b866-08e43a79e1be} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9968 | 2025.07.18 19:21:56.958083 [ 4 ] {68868d8d-5f7e-4bb4-b866-08e43a79e1be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9969 | 2025.07.18 19:21:56.958406 [ 4 ] {68868d8d-5f7e-4bb4-b866-08e43a79e1be} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
9970 | 2025.07.18 19:21:56.958610 [ 4 ] {68868d8d-5f7e-4bb4-b866-08e43a79e1be} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9971 | 2025.07.18 19:21:56.958743 [ 4 ] {68868d8d-5f7e-4bb4-b866-08e43a79e1be} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. | ||
9972 | 2025.07.18 19:21:56.958778 [ 4 ] {68868d8d-5f7e-4bb4-b866-08e43a79e1be} <Debug> TCPHandler: Processed in 0.001337681 sec. | ||
9973 | 2025.07.18 19:21:56.958890 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9974 | 2025.07.18 19:21:56.958981 [ 4 ] {d6595268-542d-4c67-b0a3-bea609244a86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
9975 | 2025.07.18 19:21:56.959021 [ 4 ] {d6595268-542d-4c67-b0a3-bea609244a86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9976 | 2025.07.18 19:21:56.959364 [ 4 ] {d6595268-542d-4c67-b0a3-bea609244a86} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9977 | 2025.07.18 19:21:56.959399 [ 4 ] {d6595268-542d-4c67-b0a3-bea609244a86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9978 | 2025.07.18 19:21:56.959690 [ 4 ] {d6595268-542d-4c67-b0a3-bea609244a86} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
9979 | 2025.07.18 19:21:56.959901 [ 4 ] {d6595268-542d-4c67-b0a3-bea609244a86} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9980 | 2025.07.18 19:21:56.960032 [ 4 ] {d6595268-542d-4c67-b0a3-bea609244a86} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. | ||
9981 | 2025.07.18 19:21:56.960067 [ 4 ] {d6595268-542d-4c67-b0a3-bea609244a86} <Debug> TCPHandler: Processed in 0.001223719 sec. | ||
9982 | 2025.07.18 19:21:56.967670 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 | ||
9983 | 2025.07.18 19:21:56.984489 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9984 | 2025.07.18 19:21:56.984548 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9985 | 2025.07.18 19:21:56.990592 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9986 | 2025.07.18 19:21:56.991305 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9987 | 2025.07.18 19:21:56.994212 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
9988 | 2025.07.18 19:22:00.688891 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1386 | ||
9989 | 2025.07.18 19:22:00.691746 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9990 | 2025.07.18 19:22:00.691812 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9991 | 2025.07.18 19:22:00.693397 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
9992 | 2025.07.18 19:22:00.693663 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9993 | 2025.07.18 19:22:00.694017 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1386 | ||
9994 | 2025.07.18 19:22:01.967532 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9995 | 2025.07.18 19:22:01.967724 [ 4 ] {77e6d82e-97f8-4a2b-a102-e40774fdf2d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
9996 | 2025.07.18 19:22:01.967794 [ 4 ] {77e6d82e-97f8-4a2b-a102-e40774fdf2d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
9997 | 2025.07.18 19:22:01.968657 [ 4 ] {77e6d82e-97f8-4a2b-a102-e40774fdf2d9} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9998 | 2025.07.18 19:22:01.968704 [ 4 ] {77e6d82e-97f8-4a2b-a102-e40774fdf2d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
9999 | 2025.07.18 19:22:01.969097 [ 4 ] {77e6d82e-97f8-4a2b-a102-e40774fdf2d9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
10000 | 2025.07.18 19:22:01.969311 [ 4 ] {77e6d82e-97f8-4a2b-a102-e40774fdf2d9} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10001 | 2025.07.18 19:22:01.969457 [ 4 ] {77e6d82e-97f8-4a2b-a102-e40774fdf2d9} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001786 sec., 219484.88241881298 rows/sec., 13.92 MiB/sec. | ||
10002 | 2025.07.18 19:22:01.969497 [ 4 ] {77e6d82e-97f8-4a2b-a102-e40774fdf2d9} <Debug> TCPHandler: Processed in 0.002096952 sec. | ||
10003 | 2025.07.18 19:22:01.969624 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10004 | 2025.07.18 19:22:01.969718 [ 4 ] {a93d5ef7-996f-4185-a602-a973178eb16b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
10005 | 2025.07.18 19:22:01.969759 [ 4 ] {a93d5ef7-996f-4185-a602-a973178eb16b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10006 | 2025.07.18 19:22:01.970175 [ 4 ] {a93d5ef7-996f-4185-a602-a973178eb16b} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10007 | 2025.07.18 19:22:01.970210 [ 4 ] {a93d5ef7-996f-4185-a602-a973178eb16b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10008 | 2025.07.18 19:22:01.970497 [ 4 ] {a93d5ef7-996f-4185-a602-a973178eb16b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
10009 | 2025.07.18 19:22:01.970692 [ 4 ] {a93d5ef7-996f-4185-a602-a973178eb16b} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10010 | 2025.07.18 19:22:01.970815 [ 4 ] {a93d5ef7-996f-4185-a602-a973178eb16b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001116 sec., 3584.2293906810037 rows/sec., 292.27 KiB/sec. | ||
10011 | 2025.07.18 19:22:01.970850 [ 4 ] {a93d5ef7-996f-4185-a602-a973178eb16b} <Debug> TCPHandler: Processed in 0.00127357 sec. | ||
10012 | 2025.07.18 19:22:01.970961 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10013 | 2025.07.18 19:22:01.971052 [ 4 ] {bd773c6f-23fb-463c-8cb7-571ffe347b07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10014 | 2025.07.18 19:22:01.971090 [ 4 ] {bd773c6f-23fb-463c-8cb7-571ffe347b07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10015 | 2025.07.18 19:22:01.972043 [ 4 ] {bd773c6f-23fb-463c-8cb7-571ffe347b07} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10016 | 2025.07.18 19:22:01.972077 [ 4 ] {bd773c6f-23fb-463c-8cb7-571ffe347b07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10017 | 2025.07.18 19:22:01.972430 [ 4 ] {bd773c6f-23fb-463c-8cb7-571ffe347b07} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10018 | 2025.07.18 19:22:01.972635 [ 4 ] {bd773c6f-23fb-463c-8cb7-571ffe347b07} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10019 | 2025.07.18 19:22:01.972758 [ 4 ] {bd773c6f-23fb-463c-8cb7-571ffe347b07} <Debug> executeQuery: Read 1151 rows, 94.05 KiB in 0.001724 sec., 667633.4106728538 rows/sec., 53.28 MiB/sec. | ||
10020 | 2025.07.18 19:22:01.972793 [ 4 ] {bd773c6f-23fb-463c-8cb7-571ffe347b07} <Debug> TCPHandler: Processed in 0.001879318 sec. | ||
10021 | 2025.07.18 19:22:01.972904 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10022 | 2025.07.18 19:22:01.972997 [ 4 ] {c2e51627-7d26-4e04-89a9-9739b4d4484f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10023 | 2025.07.18 19:22:01.973040 [ 4 ] {c2e51627-7d26-4e04-89a9-9739b4d4484f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10024 | 2025.07.18 19:22:01.973527 [ 4 ] {c2e51627-7d26-4e04-89a9-9739b4d4484f} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10025 | 2025.07.18 19:22:01.973565 [ 4 ] {c2e51627-7d26-4e04-89a9-9739b4d4484f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10026 | 2025.07.18 19:22:01.973857 [ 4 ] {c2e51627-7d26-4e04-89a9-9739b4d4484f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
10027 | 2025.07.18 19:22:01.974056 [ 4 ] {c2e51627-7d26-4e04-89a9-9739b4d4484f} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10028 | 2025.07.18 19:22:01.974178 [ 4 ] {c2e51627-7d26-4e04-89a9-9739b4d4484f} <Debug> executeQuery: Read 241 rows, 15.14 KiB in 0.001199 sec., 201000.83402835697 rows/sec., 12.33 MiB/sec. | ||
10029 | 2025.07.18 19:22:01.974213 [ 4 ] {c2e51627-7d26-4e04-89a9-9739b4d4484f} <Debug> TCPHandler: Processed in 0.001356471 sec. | ||
10030 | 2025.07.18 19:22:01.974326 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10031 | 2025.07.18 19:22:01.974417 [ 4 ] {983b2691-61fd-47c8-92a5-932e2f825e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10032 | 2025.07.18 19:22:01.974456 [ 4 ] {983b2691-61fd-47c8-92a5-932e2f825e40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10033 | 2025.07.18 19:22:01.974921 [ 4 ] {983b2691-61fd-47c8-92a5-932e2f825e40} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10034 | 2025.07.18 19:22:01.974955 [ 4 ] {983b2691-61fd-47c8-92a5-932e2f825e40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10035 | 2025.07.18 19:22:01.975247 [ 4 ] {983b2691-61fd-47c8-92a5-932e2f825e40} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
10036 | 2025.07.18 19:22:01.975442 [ 4 ] {983b2691-61fd-47c8-92a5-932e2f825e40} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10037 | 2025.07.18 19:22:01.975569 [ 4 ] {983b2691-61fd-47c8-92a5-932e2f825e40} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001169 sec., 173652.69461077845 rows/sec., 11.20 MiB/sec. | ||
10038 | 2025.07.18 19:22:01.975604 [ 4 ] {983b2691-61fd-47c8-92a5-932e2f825e40} <Debug> TCPHandler: Processed in 0.001324671 sec. | ||
10039 | 2025.07.18 19:22:01.975713 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10040 | 2025.07.18 19:22:01.975804 [ 4 ] {29b804b6-10c1-49ec-b304-99a2da5ffaa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
10041 | 2025.07.18 19:22:01.975843 [ 4 ] {29b804b6-10c1-49ec-b304-99a2da5ffaa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10042 | 2025.07.18 19:22:01.976277 [ 4 ] {29b804b6-10c1-49ec-b304-99a2da5ffaa3} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10043 | 2025.07.18 19:22:01.976310 [ 4 ] {29b804b6-10c1-49ec-b304-99a2da5ffaa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10044 | 2025.07.18 19:22:01.976602 [ 4 ] {29b804b6-10c1-49ec-b304-99a2da5ffaa3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
10045 | 2025.07.18 19:22:01.976810 [ 4 ] {29b804b6-10c1-49ec-b304-99a2da5ffaa3} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10046 | 2025.07.18 19:22:01.976932 [ 4 ] {29b804b6-10c1-49ec-b304-99a2da5ffaa3} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001145 sec., 176419.21397379914 rows/sec., 10.02 MiB/sec. | ||
10047 | 2025.07.18 19:22:01.976968 [ 4 ] {29b804b6-10c1-49ec-b304-99a2da5ffaa3} <Debug> TCPHandler: Processed in 0.00130228 sec. | ||
10048 | 2025.07.18 19:22:01.977083 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10049 | 2025.07.18 19:22:01.977175 [ 4 ] {6cefb025-ef2e-44a3-a30b-429686a7553a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10050 | 2025.07.18 19:22:01.977213 [ 4 ] {6cefb025-ef2e-44a3-a30b-429686a7553a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10051 | 2025.07.18 19:22:01.977841 [ 4 ] {6cefb025-ef2e-44a3-a30b-429686a7553a} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10052 | 2025.07.18 19:22:01.977875 [ 4 ] {6cefb025-ef2e-44a3-a30b-429686a7553a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10053 | 2025.07.18 19:22:01.978195 [ 4 ] {6cefb025-ef2e-44a3-a30b-429686a7553a} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10054 | 2025.07.18 19:22:01.978404 [ 4 ] {6cefb025-ef2e-44a3-a30b-429686a7553a} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10055 | 2025.07.18 19:22:01.978525 [ 4 ] {6cefb025-ef2e-44a3-a30b-429686a7553a} <Debug> executeQuery: Read 697 rows, 50.18 KiB in 0.001368 sec., 509502.92397660814 rows/sec., 35.82 MiB/sec. | ||
10056 | 2025.07.18 19:22:01.978561 [ 4 ] {6cefb025-ef2e-44a3-a30b-429686a7553a} <Debug> TCPHandler: Processed in 0.001524383 sec. | ||
10057 | 2025.07.18 19:22:01.978673 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10058 | 2025.07.18 19:22:01.978765 [ 4 ] {f9745c37-e254-4170-a6a7-273a5e02e15a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
10059 | 2025.07.18 19:22:01.978805 [ 4 ] {f9745c37-e254-4170-a6a7-273a5e02e15a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10060 | 2025.07.18 19:22:01.979137 [ 4 ] {f9745c37-e254-4170-a6a7-273a5e02e15a} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10061 | 2025.07.18 19:22:01.979169 [ 4 ] {f9745c37-e254-4170-a6a7-273a5e02e15a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10062 | 2025.07.18 19:22:01.979459 [ 4 ] {f9745c37-e254-4170-a6a7-273a5e02e15a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
10063 | 2025.07.18 19:22:01.979660 [ 4 ] {f9745c37-e254-4170-a6a7-273a5e02e15a} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10064 | 2025.07.18 19:22:01.979782 [ 4 ] {f9745c37-e254-4170-a6a7-273a5e02e15a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001034 sec., 5802.707930367505 rows/sec., 303.17 KiB/sec. | ||
10065 | 2025.07.18 19:22:01.979815 [ 4 ] {f9745c37-e254-4170-a6a7-273a5e02e15a} <Debug> TCPHandler: Processed in 0.001189738 sec. | ||
10066 | 2025.07.18 19:22:01.979922 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10067 | 2025.07.18 19:22:01.980014 [ 4 ] {5643b63f-7629-4c88-b271-71e675bd67ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10068 | 2025.07.18 19:22:01.980055 [ 4 ] {5643b63f-7629-4c88-b271-71e675bd67ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10069 | 2025.07.18 19:22:01.980486 [ 4 ] {5643b63f-7629-4c88-b271-71e675bd67ab} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10070 | 2025.07.18 19:22:01.980520 [ 4 ] {5643b63f-7629-4c88-b271-71e675bd67ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10071 | 2025.07.18 19:22:01.980839 [ 4 ] {5643b63f-7629-4c88-b271-71e675bd67ab} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10072 | 2025.07.18 19:22:01.981042 [ 4 ] {5643b63f-7629-4c88-b271-71e675bd67ab} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10073 | 2025.07.18 19:22:01.981166 [ 4 ] {5643b63f-7629-4c88-b271-71e675bd67ab} <Debug> executeQuery: Read 309 rows, 20.82 KiB in 0.001171 sec., 263877.0281810419 rows/sec., 17.36 MiB/sec. | ||
10074 | 2025.07.18 19:22:01.981201 [ 4 ] {5643b63f-7629-4c88-b271-71e675bd67ab} <Debug> TCPHandler: Processed in 0.001325461 sec. | ||
10075 | 2025.07.18 19:22:01.981308 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10076 | 2025.07.18 19:22:01.981403 [ 4 ] {ecf664bf-d715-42ea-94d9-c42cfe5bb90e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
10077 | 2025.07.18 19:22:01.981447 [ 4 ] {ecf664bf-d715-42ea-94d9-c42cfe5bb90e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10078 | 2025.07.18 19:22:01.981764 [ 4 ] {ecf664bf-d715-42ea-94d9-c42cfe5bb90e} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10079 | 2025.07.18 19:22:01.981799 [ 4 ] {ecf664bf-d715-42ea-94d9-c42cfe5bb90e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10080 | 2025.07.18 19:22:01.982094 [ 4 ] {ecf664bf-d715-42ea-94d9-c42cfe5bb90e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
10081 | 2025.07.18 19:22:01.982291 [ 4 ] {ecf664bf-d715-42ea-94d9-c42cfe5bb90e} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10082 | 2025.07.18 19:22:01.982412 [ 4 ] {ecf664bf-d715-42ea-94d9-c42cfe5bb90e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001029 sec., 971.8172983479107 rows/sec., 65.48 KiB/sec. | ||
10083 | 2025.07.18 19:22:01.982445 [ 4 ] {ecf664bf-d715-42ea-94d9-c42cfe5bb90e} <Debug> TCPHandler: Processed in 0.001184108 sec. | ||
10084 | 2025.07.18 19:22:01.982551 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10085 | 2025.07.18 19:22:01.982642 [ 4 ] {2beef007-3106-4d89-8242-828672bc8753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10086 | 2025.07.18 19:22:01.982694 [ 4 ] {2beef007-3106-4d89-8242-828672bc8753} <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 | ||
10087 | 2025.07.18 19:22:01.983542 [ 4 ] {2beef007-3106-4d89-8242-828672bc8753} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10088 | 2025.07.18 19:22:01.983577 [ 4 ] {2beef007-3106-4d89-8242-828672bc8753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10089 | 2025.07.18 19:22:01.984126 [ 4 ] {2beef007-3106-4d89-8242-828672bc8753} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
10090 | 2025.07.18 19:22:01.984351 [ 4 ] {2beef007-3106-4d89-8242-828672bc8753} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10091 | 2025.07.18 19:22:01.984480 [ 4 ] {2beef007-3106-4d89-8242-828672bc8753} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001855 sec., 22102.42587601078 rows/sec., 39.61 MiB/sec. | ||
10092 | 2025.07.18 19:22:01.984530 [ 4 ] {2beef007-3106-4d89-8242-828672bc8753} <Debug> TCPHandler: Processed in 0.002025451 sec. | ||
10093 | 2025.07.18 19:22:01.984643 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10094 | 2025.07.18 19:22:01.984735 [ 4 ] {187d259b-16e8-4d67-b53b-b0d7588675bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10095 | 2025.07.18 19:22:01.984774 [ 4 ] {187d259b-16e8-4d67-b53b-b0d7588675bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10096 | 2025.07.18 19:22:01.985112 [ 4 ] {187d259b-16e8-4d67-b53b-b0d7588675bf} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10097 | 2025.07.18 19:22:01.985145 [ 4 ] {187d259b-16e8-4d67-b53b-b0d7588675bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10098 | 2025.07.18 19:22:01.985451 [ 4 ] {187d259b-16e8-4d67-b53b-b0d7588675bf} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
10099 | 2025.07.18 19:22:01.985649 [ 4 ] {187d259b-16e8-4d67-b53b-b0d7588675bf} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10100 | 2025.07.18 19:22:01.985773 [ 4 ] {187d259b-16e8-4d67-b53b-b0d7588675bf} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001056 sec., 96590.90909090909 rows/sec., 5.93 MiB/sec. | ||
10101 | 2025.07.18 19:22:01.985807 [ 4 ] {187d259b-16e8-4d67-b53b-b0d7588675bf} <Debug> TCPHandler: Processed in 0.001211248 sec. | ||
10102 | 2025.07.18 19:22:03.126055 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254 | ||
10103 | 2025.07.18 19:22:03.126653 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10104 | 2025.07.18 19:22:03.126698 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10105 | 2025.07.18 19:22:03.127224 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10106 | 2025.07.18 19:22:03.127446 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10107 | 2025.07.18 19:22:03.127579 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 | ||
10108 | 2025.07.18 19:22:04.494415 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 414 | ||
10109 | 2025.07.18 19:22:04.510767 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10110 | 2025.07.18 19:22:04.510815 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10111 | 2025.07.18 19:22:04.517287 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10112 | 2025.07.18 19:22:04.517994 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10113 | 2025.07.18 19:22:04.520862 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 414 | ||
10114 | 2025.07.18 19:22:06.954590 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10115 | 2025.07.18 19:22:06.954795 [ 4 ] {ffc5535d-8d90-4ac8-9fec-304098c1288a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10116 | 2025.07.18 19:22:06.954865 [ 4 ] {ffc5535d-8d90-4ac8-9fec-304098c1288a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10117 | 2025.07.18 19:22:06.955550 [ 4 ] {ffc5535d-8d90-4ac8-9fec-304098c1288a} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10118 | 2025.07.18 19:22:06.955593 [ 4 ] {ffc5535d-8d90-4ac8-9fec-304098c1288a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10119 | 2025.07.18 19:22:06.955970 [ 4 ] {ffc5535d-8d90-4ac8-9fec-304098c1288a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10120 | 2025.07.18 19:22:06.956195 [ 4 ] {ffc5535d-8d90-4ac8-9fec-304098c1288a} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10121 | 2025.07.18 19:22:06.956340 [ 4 ] {ffc5535d-8d90-4ac8-9fec-304098c1288a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001597 sec., 35065.748278021296 rows/sec., 2.69 MiB/sec. | ||
10122 | 2025.07.18 19:22:06.956380 [ 4 ] {ffc5535d-8d90-4ac8-9fec-304098c1288a} <Debug> TCPHandler: Processed in 0.00192103 sec. | ||
10123 | 2025.07.18 19:22:06.956496 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10124 | 2025.07.18 19:22:06.956588 [ 4 ] {222f16d2-6cd7-47dd-b8ef-b2911fe747a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10125 | 2025.07.18 19:22:06.956627 [ 4 ] {222f16d2-6cd7-47dd-b8ef-b2911fe747a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10126 | 2025.07.18 19:22:06.957026 [ 4 ] {222f16d2-6cd7-47dd-b8ef-b2911fe747a0} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10127 | 2025.07.18 19:22:06.957061 [ 4 ] {222f16d2-6cd7-47dd-b8ef-b2911fe747a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10128 | 2025.07.18 19:22:06.957351 [ 4 ] {222f16d2-6cd7-47dd-b8ef-b2911fe747a0} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10129 | 2025.07.18 19:22:06.957556 [ 4 ] {222f16d2-6cd7-47dd-b8ef-b2911fe747a0} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10130 | 2025.07.18 19:22:06.957682 [ 4 ] {222f16d2-6cd7-47dd-b8ef-b2911fe747a0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001111 sec., 57605.760576057604 rows/sec., 4.50 MiB/sec. | ||
10131 | 2025.07.18 19:22:06.957717 [ 4 ] {222f16d2-6cd7-47dd-b8ef-b2911fe747a0} <Debug> TCPHandler: Processed in 0.001268679 sec. | ||
10132 | 2025.07.18 19:22:06.957826 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10133 | 2025.07.18 19:22:06.957917 [ 4 ] {62a3c7ab-d43b-4d64-a16f-f1d16ce7558a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10134 | 2025.07.18 19:22:06.957960 [ 4 ] {62a3c7ab-d43b-4d64-a16f-f1d16ce7558a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10135 | 2025.07.18 19:22:06.958369 [ 4 ] {62a3c7ab-d43b-4d64-a16f-f1d16ce7558a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10136 | 2025.07.18 19:22:06.958404 [ 4 ] {62a3c7ab-d43b-4d64-a16f-f1d16ce7558a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10137 | 2025.07.18 19:22:06.958728 [ 4 ] {62a3c7ab-d43b-4d64-a16f-f1d16ce7558a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10138 | 2025.07.18 19:22:06.958932 [ 4 ] {62a3c7ab-d43b-4d64-a16f-f1d16ce7558a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10139 | 2025.07.18 19:22:06.959059 [ 4 ] {62a3c7ab-d43b-4d64-a16f-f1d16ce7558a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001159 sec., 138050.04314063847 rows/sec., 9.61 MiB/sec. | ||
10140 | 2025.07.18 19:22:06.959093 [ 4 ] {62a3c7ab-d43b-4d64-a16f-f1d16ce7558a} <Debug> TCPHandler: Processed in 0.00131445 sec. | ||
10141 | 2025.07.18 19:22:06.959208 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10142 | 2025.07.18 19:22:06.959298 [ 4 ] {abbebcac-b076-417a-b99d-83353af98534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10143 | 2025.07.18 19:22:06.959337 [ 4 ] {abbebcac-b076-417a-b99d-83353af98534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10144 | 2025.07.18 19:22:06.959671 [ 4 ] {abbebcac-b076-417a-b99d-83353af98534} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10145 | 2025.07.18 19:22:06.959706 [ 4 ] {abbebcac-b076-417a-b99d-83353af98534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10146 | 2025.07.18 19:22:06.960000 [ 4 ] {abbebcac-b076-417a-b99d-83353af98534} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10147 | 2025.07.18 19:22:06.960208 [ 4 ] {abbebcac-b076-417a-b99d-83353af98534} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10148 | 2025.07.18 19:22:06.960331 [ 4 ] {abbebcac-b076-417a-b99d-83353af98534} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. | ||
10149 | 2025.07.18 19:22:06.960365 [ 4 ] {abbebcac-b076-417a-b99d-83353af98534} <Debug> TCPHandler: Processed in 0.001204919 sec. | ||
10150 | 2025.07.18 19:22:10.463239 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10151 | 2025.07.18 19:22:10.463302 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10152 | 2025.07.18 19:22:10.627743 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681 | ||
10153 | 2025.07.18 19:22:10.628438 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10154 | 2025.07.18 19:22:10.628480 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10155 | 2025.07.18 19:22:10.629113 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10156 | 2025.07.18 19:22:10.629345 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10157 | 2025.07.18 19:22:10.629481 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
10158 | 2025.07.18 19:22:10.629491 [ 70 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10159 | 2025.07.18 19:22:10.629568 [ 70 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10160 | 2025.07.18 19:22:10.629593 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10161 | 2025.07.18 19:22:10.629700 [ 200 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
10162 | 2025.07.18 19:22:10.629808 [ 200 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10163 | 2025.07.18 19:22:10.629845 [ 200 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part | ||
10164 | 2025.07.18 19:22:10.629909 [ 200 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part | ||
10165 | 2025.07.18 19:22:10.629959 [ 200 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part | ||
10166 | 2025.07.18 19:22:10.630009 [ 200 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part | ||
10167 | 2025.07.18 19:22:10.630056 [ 200 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part | ||
10168 | 2025.07.18 19:22:10.630097 [ 200 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part | ||
10169 | 2025.07.18 19:22:10.632198 [ 199 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.002541619 sec., 10104189.494963642 rows/sec., 144.54 MiB/sec. | ||
10170 | 2025.07.18 19:22:10.632519 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10171 | 2025.07.18 19:22:10.632863 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_56_11} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10172 | 2025.07.18 19:22:10.632956 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_56_11} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10173 | 2025.07.18 19:22:10.633067 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB. | ||
10174 | 2025.07.18 19:22:10.694200 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1418 | ||
10175 | 2025.07.18 19:22:10.696527 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10176 | 2025.07.18 19:22:10.696569 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10177 | 2025.07.18 19:22:10.697734 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
10178 | 2025.07.18 19:22:10.697987 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10179 | 2025.07.18 19:22:10.698135 [ 70 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
10180 | 2025.07.18 19:22:10.698181 [ 70 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10181 | 2025.07.18 19:22:10.698201 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10182 | 2025.07.18 19:22:10.698241 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1418 | ||
10183 | 2025.07.18 19:22:10.698282 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
10184 | 2025.07.18 19:22:10.698713 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10185 | 2025.07.18 19:22:10.698839 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1262 rows starting from the beginning of the part | ||
10186 | 2025.07.18 19:22:10.699173 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 30 rows starting from the beginning of the part | ||
10187 | 2025.07.18 19:22:10.699499 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
10188 | 2025.07.18 19:22:10.699818 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 32 rows starting from the beginning of the part | ||
10189 | 2025.07.18 19:22:10.700134 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 30 rows starting from the beginning of the part | ||
10190 | 2025.07.18 19:22:10.700450 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part | ||
10191 | 2025.07.18 19:22:10.706644 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1418 rows, containing 72 columns (72 merged, 0 gathered) in 0.008437289 sec., 168063.46209072604 rows/sec., 130.90 MiB/sec. | ||
10192 | 2025.07.18 19:22:10.708151 [ 186 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
10193 | 2025.07.18 19:22:10.708728 [ 186 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_41_8} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10194 | 2025.07.18 19:22:10.708810 [ 186 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_41_8} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
10195 | 2025.07.18 19:22:10.709128 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
10196 | 2025.07.18 19:22:11.967315 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10197 | 2025.07.18 19:22:11.967514 [ 4 ] {4158344d-f026-43c3-9ebb-ed0255b53b39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
10198 | 2025.07.18 19:22:11.967587 [ 4 ] {4158344d-f026-43c3-9ebb-ed0255b53b39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
10199 | 2025.07.18 19:22:11.968498 [ 4 ] {4158344d-f026-43c3-9ebb-ed0255b53b39} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10200 | 2025.07.18 19:22:11.968553 [ 4 ] {4158344d-f026-43c3-9ebb-ed0255b53b39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10201 | 2025.07.18 19:22:11.969007 [ 4 ] {4158344d-f026-43c3-9ebb-ed0255b53b39} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
10202 | 2025.07.18 19:22:11.969263 [ 4 ] {4158344d-f026-43c3-9ebb-ed0255b53b39} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10203 | 2025.07.18 19:22:11.969427 [ 4 ] {4158344d-f026-43c3-9ebb-ed0255b53b39} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001968 sec., 199186.99186991868 rows/sec., 12.64 MiB/sec. | ||
10204 | 2025.07.18 19:22:11.969469 [ 4 ] {4158344d-f026-43c3-9ebb-ed0255b53b39} <Debug> TCPHandler: Processed in 0.002290836 sec. | ||
10205 | 2025.07.18 19:22:11.969590 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10206 | 2025.07.18 19:22:11.969684 [ 4 ] {9792ea09-22ac-49f9-8375-ce71d2da7205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10207 | 2025.07.18 19:22:11.969724 [ 4 ] {9792ea09-22ac-49f9-8375-ce71d2da7205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10208 | 2025.07.18 19:22:11.970691 [ 4 ] {9792ea09-22ac-49f9-8375-ce71d2da7205} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10209 | 2025.07.18 19:22:11.970727 [ 4 ] {9792ea09-22ac-49f9-8375-ce71d2da7205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10210 | 2025.07.18 19:22:11.971093 [ 4 ] {9792ea09-22ac-49f9-8375-ce71d2da7205} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10211 | 2025.07.18 19:22:11.971297 [ 4 ] {9792ea09-22ac-49f9-8375-ce71d2da7205} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10212 | 2025.07.18 19:22:11.971424 [ 4 ] {9792ea09-22ac-49f9-8375-ce71d2da7205} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001759 sec., 653212.0523024446 rows/sec., 52.13 MiB/sec. | ||
10213 | 2025.07.18 19:22:11.971461 [ 4 ] {9792ea09-22ac-49f9-8375-ce71d2da7205} <Debug> TCPHandler: Processed in 0.0019191 sec. | ||
10214 | 2025.07.18 19:22:11.971465 [ 68 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10215 | 2025.07.18 19:22:11.971563 [ 68 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10216 | 2025.07.18 19:22:11.971573 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10217 | 2025.07.18 19:22:11.971606 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10218 | 2025.07.18 19:22:11.971679 [ 4 ] {284580a0-9f61-41f3-a6dd-c42fd6f83bbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10219 | 2025.07.18 19:22:11.971724 [ 4 ] {284580a0-9f61-41f3-a6dd-c42fd6f83bbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10220 | 2025.07.18 19:22:11.971752 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
10221 | 2025.07.18 19:22:11.971906 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10222 | 2025.07.18 19:22:11.971950 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2298 rows starting from the beginning of the part | ||
10223 | 2025.07.18 19:22:11.972053 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1149 rows starting from the beginning of the part | ||
10224 | 2025.07.18 19:22:11.972112 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part | ||
10225 | 2025.07.18 19:22:11.972166 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 1151 rows starting from the beginning of the part | ||
10226 | 2025.07.18 19:22:11.972212 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 56 rows starting from the beginning of the part | ||
10227 | 2025.07.18 19:22:11.972214 [ 4 ] {284580a0-9f61-41f3-a6dd-c42fd6f83bbb} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10228 | 2025.07.18 19:22:11.972259 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 1149 rows starting from the beginning of the part | ||
10229 | 2025.07.18 19:22:11.972263 [ 4 ] {284580a0-9f61-41f3-a6dd-c42fd6f83bbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10230 | 2025.07.18 19:22:11.972619 [ 4 ] {284580a0-9f61-41f3-a6dd-c42fd6f83bbb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
10231 | 2025.07.18 19:22:11.972846 [ 4 ] {284580a0-9f61-41f3-a6dd-c42fd6f83bbb} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10232 | 2025.07.18 19:22:11.972979 [ 4 ] {284580a0-9f61-41f3-a6dd-c42fd6f83bbb} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001318 sec., 179817.90591805766 rows/sec., 11.01 MiB/sec. | ||
10233 | 2025.07.18 19:22:11.973015 [ 4 ] {284580a0-9f61-41f3-a6dd-c42fd6f83bbb} <Debug> TCPHandler: Processed in 0.001489533 sec. | ||
10234 | 2025.07.18 19:22:11.973162 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10235 | 2025.07.18 19:22:11.973282 [ 4 ] {813671a2-d890-441c-bfa3-eba054420f3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10236 | 2025.07.18 19:22:11.973331 [ 4 ] {813671a2-d890-441c-bfa3-eba054420f3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10237 | 2025.07.18 19:22:11.973824 [ 4 ] {813671a2-d890-441c-bfa3-eba054420f3f} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10238 | 2025.07.18 19:22:11.973860 [ 4 ] {813671a2-d890-441c-bfa3-eba054420f3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10239 | 2025.07.18 19:22:11.974172 [ 4 ] {813671a2-d890-441c-bfa3-eba054420f3f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10240 | 2025.07.18 19:22:11.974364 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5859 rows, containing 5 columns (5 merged, 0 gathered) in 0.002668961 sec., 2195236.273591109 rows/sec., 184.66 MiB/sec. | ||
10241 | 2025.07.18 19:22:11.974381 [ 4 ] {813671a2-d890-441c-bfa3-eba054420f3f} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10242 | 2025.07.18 19:22:11.974522 [ 68 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
10243 | 2025.07.18 19:22:11.974542 [ 4 ] {813671a2-d890-441c-bfa3-eba054420f3f} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001284 sec., 158099.68847352025 rows/sec., 10.20 MiB/sec. | ||
10244 | 2025.07.18 19:22:11.974556 [ 68 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10245 | 2025.07.18 19:22:11.974587 [ 4 ] {813671a2-d890-441c-bfa3-eba054420f3f} <Debug> TCPHandler: Processed in 0.001484503 sec. | ||
10246 | 2025.07.18 19:22:11.974587 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10247 | 2025.07.18 19:22:11.974654 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10248 | 2025.07.18 19:22:11.974704 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full | ||
10249 | 2025.07.18 19:22:11.974706 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10250 | 2025.07.18 19:22:11.974845 [ 4 ] {06a06b93-eabb-41a0-a901-910bf498ce44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
10251 | 2025.07.18 19:22:11.974855 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10252 | 2025.07.18 19:22:11.974888 [ 4 ] {06a06b93-eabb-41a0-a901-910bf498ce44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10253 | 2025.07.18 19:22:11.974904 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 431 rows starting from the beginning of the part | ||
10254 | 2025.07.18 19:22:11.974943 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10255 | 2025.07.18 19:22:11.974988 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 203 rows starting from the beginning of the part | ||
10256 | 2025.07.18 19:22:11.975032 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10257 | 2025.07.18 19:22:11.975048 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 228 rows starting from the beginning of the part | ||
10258 | 2025.07.18 19:22:11.975107 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 203 rows starting from the beginning of the part | ||
10259 | 2025.07.18 19:22:11.975117 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
10260 | 2025.07.18 19:22:11.975154 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 203 rows starting from the beginning of the part | ||
10261 | 2025.07.18 19:22:11.975207 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 203 rows starting from the beginning of the part | ||
10262 | 2025.07.18 19:22:11.975415 [ 4 ] {06a06b93-eabb-41a0-a901-910bf498ce44} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10263 | 2025.07.18 19:22:11.975465 [ 4 ] {06a06b93-eabb-41a0-a901-910bf498ce44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10264 | 2025.07.18 19:22:11.975875 [ 4 ] {06a06b93-eabb-41a0-a901-910bf498ce44} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
10265 | 2025.07.18 19:22:11.976128 [ 4 ] {06a06b93-eabb-41a0-a901-910bf498ce44} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10266 | 2025.07.18 19:22:11.976195 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001537944 sec., 956471.757099088 rows/sec., 66.29 MiB/sec. | ||
10267 | 2025.07.18 19:22:11.976284 [ 4 ] {06a06b93-eabb-41a0-a901-910bf498ce44} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001455 sec., 138831.61512027492 rows/sec., 7.89 MiB/sec. | ||
10268 | 2025.07.18 19:22:11.976332 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
10269 | 2025.07.18 19:22:11.976336 [ 4 ] {06a06b93-eabb-41a0-a901-910bf498ce44} <Debug> TCPHandler: Processed in 0.001677926 sec. | ||
10270 | 2025.07.18 19:22:11.976506 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10271 | 2025.07.18 19:22:11.976602 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10272 | 2025.07.18 19:22:11.976607 [ 4 ] {86b1e4f7-fccc-48ab-a13e-240daafd0f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10273 | 2025.07.18 19:22:11.976664 [ 4 ] {86b1e4f7-fccc-48ab-a13e-240daafd0f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10274 | 2025.07.18 19:22:11.976685 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
10275 | 2025.07.18 19:22:11.976760 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
10276 | 2025.07.18 19:22:11.977373 [ 4 ] {86b1e4f7-fccc-48ab-a13e-240daafd0f60} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10277 | 2025.07.18 19:22:11.977415 [ 4 ] {86b1e4f7-fccc-48ab-a13e-240daafd0f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10278 | 2025.07.18 19:22:11.977761 [ 4 ] {86b1e4f7-fccc-48ab-a13e-240daafd0f60} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10279 | 2025.07.18 19:22:11.977981 [ 4 ] {86b1e4f7-fccc-48ab-a13e-240daafd0f60} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10280 | 2025.07.18 19:22:11.978117 [ 4 ] {86b1e4f7-fccc-48ab-a13e-240daafd0f60} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001529 sec., 453237.41007194243 rows/sec., 31.84 MiB/sec. | ||
10281 | 2025.07.18 19:22:11.978117 [ 68 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10282 | 2025.07.18 19:22:11.978155 [ 4 ] {86b1e4f7-fccc-48ab-a13e-240daafd0f60} <Debug> TCPHandler: Processed in 0.001699896 sec. | ||
10283 | 2025.07.18 19:22:11.978167 [ 68 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10284 | 2025.07.18 19:22:11.978194 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10285 | 2025.07.18 19:22:11.978271 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
10286 | 2025.07.18 19:22:11.978284 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10287 | 2025.07.18 19:22:11.978375 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10288 | 2025.07.18 19:22:11.978393 [ 4 ] {8327fc1c-c496-427c-93ca-6b82b854f526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
10289 | 2025.07.18 19:22:11.978405 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1185 rows starting from the beginning of the part | ||
10290 | 2025.07.18 19:22:11.978449 [ 4 ] {8327fc1c-c496-427c-93ca-6b82b854f526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10291 | 2025.07.18 19:22:11.978468 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 693 rows starting from the beginning of the part | ||
10292 | 2025.07.18 19:22:11.978515 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part | ||
10293 | 2025.07.18 19:22:11.978556 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 697 rows starting from the beginning of the part | ||
10294 | 2025.07.18 19:22:11.978594 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 64 rows starting from the beginning of the part | ||
10295 | 2025.07.18 19:22:11.978633 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 693 rows starting from the beginning of the part | ||
10296 | 2025.07.18 19:22:11.978798 [ 4 ] {8327fc1c-c496-427c-93ca-6b82b854f526} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10297 | 2025.07.18 19:22:11.978838 [ 4 ] {8327fc1c-c496-427c-93ca-6b82b854f526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10298 | 2025.07.18 19:22:11.979158 [ 4 ] {8327fc1c-c496-427c-93ca-6b82b854f526} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
10299 | 2025.07.18 19:22:11.979385 [ 4 ] {8327fc1c-c496-427c-93ca-6b82b854f526} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10300 | 2025.07.18 19:22:11.979512 [ 4 ] {8327fc1c-c496-427c-93ca-6b82b854f526} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001139 sec., 5267.778753292361 rows/sec., 275.22 KiB/sec. | ||
10301 | 2025.07.18 19:22:11.979548 [ 4 ] {8327fc1c-c496-427c-93ca-6b82b854f526} <Debug> TCPHandler: Processed in 0.00131116 sec. | ||
10302 | 2025.07.18 19:22:11.979656 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10303 | 2025.07.18 19:22:11.979748 [ 4 ] {e4610f69-f428-4e45-a468-62d916810604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10304 | 2025.07.18 19:22:11.979790 [ 4 ] {e4610f69-f428-4e45-a468-62d916810604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10305 | 2025.07.18 19:22:11.979904 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3396 rows, containing 5 columns (5 merged, 0 gathered) in 0.001650456 sec., 2057613.1687242799 rows/sec., 154.10 MiB/sec. | ||
10306 | 2025.07.18 19:22:11.980172 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10307 | 2025.07.18 19:22:11.980295 [ 4 ] {e4610f69-f428-4e45-a468-62d916810604} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10308 | 2025.07.18 19:22:11.980361 [ 4 ] {e4610f69-f428-4e45-a468-62d916810604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10309 | 2025.07.18 19:22:11.980571 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10310 | 2025.07.18 19:22:11.980670 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10311 | 2025.07.18 19:22:11.980730 [ 4 ] {e4610f69-f428-4e45-a468-62d916810604} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10312 | 2025.07.18 19:22:11.980766 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
10313 | 2025.07.18 19:22:11.980948 [ 4 ] {e4610f69-f428-4e45-a468-62d916810604} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10314 | 2025.07.18 19:22:11.981065 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10315 | 2025.07.18 19:22:11.981082 [ 4 ] {e4610f69-f428-4e45-a468-62d916810604} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001353 sec., 226903.17812269033 rows/sec., 14.93 MiB/sec. | ||
10316 | 2025.07.18 19:22:11.981097 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10317 | 2025.07.18 19:22:11.981121 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10318 | 2025.07.18 19:22:11.981124 [ 4 ] {e4610f69-f428-4e45-a468-62d916810604} <Debug> TCPHandler: Processed in 0.001514824 sec. | ||
10319 | 2025.07.18 19:22:11.981187 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
10320 | 2025.07.18 19:22:11.981250 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10321 | 2025.07.18 19:22:11.981275 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10322 | 2025.07.18 19:22:11.981305 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_76_15, total 29834 rows starting from the beginning of the part | ||
10323 | 2025.07.18 19:22:11.981346 [ 4 ] {9b9cd93e-cf71-4907-bc06-c64bd914422e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
10324 | 2025.07.18 19:22:11.981352 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 307 rows starting from the beginning of the part | ||
10325 | 2025.07.18 19:22:11.981395 [ 4 ] {9b9cd93e-cf71-4907-bc06-c64bd914422e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10326 | 2025.07.18 19:22:11.981406 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
10327 | 2025.07.18 19:22:11.981450 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 309 rows starting from the beginning of the part | ||
10328 | 2025.07.18 19:22:11.981483 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part | ||
10329 | 2025.07.18 19:22:11.981517 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 307 rows starting from the beginning of the part | ||
10330 | 2025.07.18 19:22:11.981758 [ 4 ] {9b9cd93e-cf71-4907-bc06-c64bd914422e} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10331 | 2025.07.18 19:22:11.981798 [ 4 ] {9b9cd93e-cf71-4907-bc06-c64bd914422e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10332 | 2025.07.18 19:22:11.982095 [ 4 ] {9b9cd93e-cf71-4907-bc06-c64bd914422e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
10333 | 2025.07.18 19:22:11.982302 [ 4 ] {9b9cd93e-cf71-4907-bc06-c64bd914422e} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10334 | 2025.07.18 19:22:11.982424 [ 66 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
10335 | 2025.07.18 19:22:11.982433 [ 4 ] {9b9cd93e-cf71-4907-bc06-c64bd914422e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001105 sec., 904.9773755656108 rows/sec., 60.98 KiB/sec. | ||
10336 | 2025.07.18 19:22:11.982475 [ 66 ] {} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10337 | 2025.07.18 19:22:11.982489 [ 4 ] {9b9cd93e-cf71-4907-bc06-c64bd914422e} <Debug> TCPHandler: Processed in 0.00128614 sec. | ||
10338 | 2025.07.18 19:22:11.982506 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10339 | 2025.07.18 19:22:11.982580 [ 186 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
10340 | 2025.07.18 19:22:11.982608 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10341 | 2025.07.18 19:22:11.982672 [ 186 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10342 | 2025.07.18 19:22:11.982704 [ 186 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 35 rows starting from the beginning of the part | ||
10343 | 2025.07.18 19:22:11.982704 [ 4 ] {740135f1-0540-47ae-a2bc-83b349022548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10344 | 2025.07.18 19:22:11.982762 [ 186 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
10345 | 2025.07.18 19:22:11.982770 [ 4 ] {740135f1-0540-47ae-a2bc-83b349022548} <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 | ||
10346 | 2025.07.18 19:22:11.982813 [ 186 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
10347 | 2025.07.18 19:22:11.982855 [ 186 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
10348 | 2025.07.18 19:22:11.982895 [ 186 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
10349 | 2025.07.18 19:22:11.982935 [ 186 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
10350 | 2025.07.18 19:22:11.983670 [ 4 ] {740135f1-0540-47ae-a2bc-83b349022548} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10351 | 2025.07.18 19:22:11.983711 [ 4 ] {740135f1-0540-47ae-a2bc-83b349022548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10352 | 2025.07.18 19:22:11.983738 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 4 columns (4 merged, 0 gathered) in 0.001183438 sec., 33799.82728288259 rows/sec., 2.22 MiB/sec. | ||
10353 | 2025.07.18 19:22:11.983869 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
10354 | 2025.07.18 19:22:11.984145 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10355 | 2025.07.18 19:22:11.984218 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
10356 | 2025.07.18 19:22:11.984276 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
10357 | 2025.07.18 19:22:11.984605 [ 4 ] {740135f1-0540-47ae-a2bc-83b349022548} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
10358 | 2025.07.18 19:22:11.984839 [ 4 ] {740135f1-0540-47ae-a2bc-83b349022548} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10359 | 2025.07.18 19:22:11.984978 [ 4 ] {740135f1-0540-47ae-a2bc-83b349022548} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002291 sec., 17896.11523352248 rows/sec., 32.07 MiB/sec. | ||
10360 | 2025.07.18 19:22:11.985032 [ 4 ] {740135f1-0540-47ae-a2bc-83b349022548} <Debug> TCPHandler: Processed in 0.002470618 sec. | ||
10361 | 2025.07.18 19:22:11.985157 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10362 | 2025.07.18 19:22:11.985248 [ 4 ] {9738f4f2-eacd-4121-98bd-fffa0e2af3f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10363 | 2025.07.18 19:22:11.985289 [ 4 ] {9738f4f2-eacd-4121-98bd-fffa0e2af3f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10364 | 2025.07.18 19:22:11.985629 [ 4 ] {9738f4f2-eacd-4121-98bd-fffa0e2af3f4} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10365 | 2025.07.18 19:22:11.985665 [ 4 ] {9738f4f2-eacd-4121-98bd-fffa0e2af3f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10366 | 2025.07.18 19:22:11.986087 [ 4 ] {9738f4f2-eacd-4121-98bd-fffa0e2af3f4} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10367 | 2025.07.18 19:22:11.986301 [ 4 ] {9738f4f2-eacd-4121-98bd-fffa0e2af3f4} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10368 | 2025.07.18 19:22:11.986428 [ 4 ] {9738f4f2-eacd-4121-98bd-fffa0e2af3f4} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001198 sec., 85141.90317195325 rows/sec., 5.23 MiB/sec. | ||
10369 | 2025.07.18 19:22:11.986464 [ 4 ] {9738f4f2-eacd-4121-98bd-fffa0e2af3f4} <Debug> TCPHandler: Processed in 0.001354071 sec. | ||
10370 | 2025.07.18 19:22:11.988581 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31077 rows, containing 5 columns (5 merged, 0 gathered) in 0.007418694 sec., 4189012.24393404 rows/sec., 280.38 MiB/sec. | ||
10371 | 2025.07.18 19:22:11.989378 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10372 | 2025.07.18 19:22:11.989665 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10373 | 2025.07.18 19:22:11.989740 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10374 | 2025.07.18 19:22:11.989833 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
10375 | 2025.07.18 19:22:12.000229 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 299.54 MiB, peak 306.82 MiB, free memory in arenas 0.00 B, will set to 300.68 MiB (RSS), difference: 1.14 MiB | ||
10376 | 2025.07.18 19:22:12.020938 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 422 | ||
10377 | 2025.07.18 19:22:12.037999 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10378 | 2025.07.18 19:22:12.038039 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10379 | 2025.07.18 19:22:12.044199 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10380 | 2025.07.18 19:22:12.044883 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10381 | 2025.07.18 19:22:12.045201 [ 66 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10382 | 2025.07.18 19:22:12.045266 [ 66 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10383 | 2025.07.18 19:22:12.045298 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10384 | 2025.07.18 19:22:12.045417 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
10385 | 2025.07.18 19:22:12.047928 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
10386 | 2025.07.18 19:22:12.049444 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10387 | 2025.07.18 19:22:12.050845 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
10388 | 2025.07.18 19:22:12.055718 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
10389 | 2025.07.18 19:22:12.060586 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 7 rows starting from the beginning of the part | ||
10390 | 2025.07.18 19:22:12.065596 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part | ||
10391 | 2025.07.18 19:22:12.070504 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 7 rows starting from the beginning of the part | ||
10392 | 2025.07.18 19:22:12.074656 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part | ||
10393 | 2025.07.18 19:22:12.128550 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.083178449 sec., 5073.429537018657 rows/sec., 26.23 MiB/sec. | ||
10394 | 2025.07.18 19:22:12.131797 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10395 | 2025.07.18 19:22:12.133784 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_56_11} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10396 | 2025.07.18 19:22:12.133880 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_56_11} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10397 | 2025.07.18 19:22:12.136699 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
10398 | 2025.07.18 19:22:16.599955 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10399 | 2025.07.18 19:22:16.600141 [ 4 ] {2786603c-66b6-4fcd-8d51-469b97612cd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
10400 | 2025.07.18 19:22:16.600204 [ 4 ] {2786603c-66b6-4fcd-8d51-469b97612cd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10401 | 2025.07.18 19:22:16.600816 [ 4 ] {2786603c-66b6-4fcd-8d51-469b97612cd5} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10402 | 2025.07.18 19:22:16.600856 [ 4 ] {2786603c-66b6-4fcd-8d51-469b97612cd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10403 | 2025.07.18 19:22:16.601247 [ 4 ] {2786603c-66b6-4fcd-8d51-469b97612cd5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
10404 | 2025.07.18 19:22:16.601474 [ 4 ] {2786603c-66b6-4fcd-8d51-469b97612cd5} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10405 | 2025.07.18 19:22:16.601627 [ 4 ] {2786603c-66b6-4fcd-8d51-469b97612cd5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001534 sec., 1303.780964797914 rows/sec., 106.31 KiB/sec. | ||
10406 | 2025.07.18 19:22:16.601668 [ 4 ] {2786603c-66b6-4fcd-8d51-469b97612cd5} <Debug> TCPHandler: Processed in 0.001835828 sec. | ||
10407 | 2025.07.18 19:22:16.601790 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10408 | 2025.07.18 19:22:16.601887 [ 4 ] {edec07ad-d2b1-4c10-8007-d5e5968c987f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10409 | 2025.07.18 19:22:16.601926 [ 4 ] {edec07ad-d2b1-4c10-8007-d5e5968c987f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10410 | 2025.07.18 19:22:16.602988 [ 4 ] {edec07ad-d2b1-4c10-8007-d5e5968c987f} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10411 | 2025.07.18 19:22:16.603025 [ 4 ] {edec07ad-d2b1-4c10-8007-d5e5968c987f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10412 | 2025.07.18 19:22:16.603421 [ 4 ] {edec07ad-d2b1-4c10-8007-d5e5968c987f} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
10413 | 2025.07.18 19:22:16.603634 [ 4 ] {edec07ad-d2b1-4c10-8007-d5e5968c987f} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10414 | 2025.07.18 19:22:16.603764 [ 4 ] {edec07ad-d2b1-4c10-8007-d5e5968c987f} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.001896 sec., 631329.1139240507 rows/sec., 52.04 MiB/sec. | ||
10415 | 2025.07.18 19:22:16.603802 [ 4 ] {edec07ad-d2b1-4c10-8007-d5e5968c987f} <Debug> TCPHandler: Processed in 0.002061632 sec. | ||
10416 | 2025.07.18 19:22:16.603908 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10417 | 2025.07.18 19:22:16.604002 [ 4 ] {57b6ea25-caba-4bc4-b1b1-b590ff3acb4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10418 | 2025.07.18 19:22:16.604043 [ 4 ] {57b6ea25-caba-4bc4-b1b1-b590ff3acb4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10419 | 2025.07.18 19:22:16.604441 [ 4 ] {57b6ea25-caba-4bc4-b1b1-b590ff3acb4a} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10420 | 2025.07.18 19:22:16.604475 [ 4 ] {57b6ea25-caba-4bc4-b1b1-b590ff3acb4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10421 | 2025.07.18 19:22:16.604786 [ 4 ] {57b6ea25-caba-4bc4-b1b1-b590ff3acb4a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
10422 | 2025.07.18 19:22:16.605007 [ 4 ] {57b6ea25-caba-4bc4-b1b1-b590ff3acb4a} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10423 | 2025.07.18 19:22:16.605136 [ 4 ] {57b6ea25-caba-4bc4-b1b1-b590ff3acb4a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001152 sec., 1736.111111111111 rows/sec., 121.22 KiB/sec. | ||
10424 | 2025.07.18 19:22:16.605173 [ 4 ] {57b6ea25-caba-4bc4-b1b1-b590ff3acb4a} <Debug> TCPHandler: Processed in 0.00131442 sec. | ||
10425 | 2025.07.18 19:22:16.605282 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10426 | 2025.07.18 19:22:16.605375 [ 4 ] {ec505374-89e3-4277-8c8f-2a6fa46d10d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10427 | 2025.07.18 19:22:16.605415 [ 4 ] {ec505374-89e3-4277-8c8f-2a6fa46d10d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10428 | 2025.07.18 19:22:16.605909 [ 4 ] {ec505374-89e3-4277-8c8f-2a6fa46d10d4} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10429 | 2025.07.18 19:22:16.605944 [ 4 ] {ec505374-89e3-4277-8c8f-2a6fa46d10d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10430 | 2025.07.18 19:22:16.606260 [ 4 ] {ec505374-89e3-4277-8c8f-2a6fa46d10d4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10431 | 2025.07.18 19:22:16.606475 [ 4 ] {ec505374-89e3-4277-8c8f-2a6fa46d10d4} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10432 | 2025.07.18 19:22:16.606603 [ 4 ] {ec505374-89e3-4277-8c8f-2a6fa46d10d4} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001246 sec., 182985.55377207065 rows/sec., 12.39 MiB/sec. | ||
10433 | 2025.07.18 19:22:16.606640 [ 4 ] {ec505374-89e3-4277-8c8f-2a6fa46d10d4} <Debug> TCPHandler: Processed in 0.001407421 sec. | ||
10434 | 2025.07.18 19:22:16.606742 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10435 | 2025.07.18 19:22:16.606835 [ 4 ] {98edc7dc-5416-4cbd-ac79-92b3d4d99b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10436 | 2025.07.18 19:22:16.606874 [ 4 ] {98edc7dc-5416-4cbd-ac79-92b3d4d99b78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10437 | 2025.07.18 19:22:16.607456 [ 4 ] {98edc7dc-5416-4cbd-ac79-92b3d4d99b78} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10438 | 2025.07.18 19:22:16.607490 [ 4 ] {98edc7dc-5416-4cbd-ac79-92b3d4d99b78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10439 | 2025.07.18 19:22:16.607818 [ 4 ] {98edc7dc-5416-4cbd-ac79-92b3d4d99b78} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
10440 | 2025.07.18 19:22:16.608036 [ 4 ] {98edc7dc-5416-4cbd-ac79-92b3d4d99b78} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10441 | 2025.07.18 19:22:16.608163 [ 4 ] {98edc7dc-5416-4cbd-ac79-92b3d4d99b78} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.001346 sec., 387815.75037147105 rows/sec., 28.71 MiB/sec. | ||
10442 | 2025.07.18 19:22:16.608201 [ 4 ] {98edc7dc-5416-4cbd-ac79-92b3d4d99b78} <Debug> TCPHandler: Processed in 0.001507573 sec. | ||
10443 | 2025.07.18 19:22:16.608313 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10444 | 2025.07.18 19:22:16.608408 [ 4 ] {8d5463da-f5bc-4eb1-83af-d498c82cf2e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10445 | 2025.07.18 19:22:16.608451 [ 4 ] {8d5463da-f5bc-4eb1-83af-d498c82cf2e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10446 | 2025.07.18 19:22:16.609052 [ 4 ] {8d5463da-f5bc-4eb1-83af-d498c82cf2e5} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10447 | 2025.07.18 19:22:16.609087 [ 4 ] {8d5463da-f5bc-4eb1-83af-d498c82cf2e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10448 | 2025.07.18 19:22:16.609467 [ 4 ] {8d5463da-f5bc-4eb1-83af-d498c82cf2e5} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
10449 | 2025.07.18 19:22:16.609696 [ 4 ] {8d5463da-f5bc-4eb1-83af-d498c82cf2e5} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10450 | 2025.07.18 19:22:16.609825 [ 4 ] {8d5463da-f5bc-4eb1-83af-d498c82cf2e5} <Debug> executeQuery: Read 1007 rows, 69.31 KiB in 0.001435 sec., 701742.1602787456 rows/sec., 47.17 MiB/sec. | ||
10451 | 2025.07.18 19:22:16.609862 [ 4 ] {8d5463da-f5bc-4eb1-83af-d498c82cf2e5} <Debug> TCPHandler: Processed in 0.001597165 sec. | ||
10452 | 2025.07.18 19:22:16.609972 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10453 | 2025.07.18 19:22:16.610066 [ 4 ] {fa8b039b-92c1-4adc-81c8-5b7e71ea8ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10454 | 2025.07.18 19:22:16.610106 [ 4 ] {fa8b039b-92c1-4adc-81c8-5b7e71ea8ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10455 | 2025.07.18 19:22:16.610444 [ 4 ] {fa8b039b-92c1-4adc-81c8-5b7e71ea8ea1} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10456 | 2025.07.18 19:22:16.610478 [ 4 ] {fa8b039b-92c1-4adc-81c8-5b7e71ea8ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10457 | 2025.07.18 19:22:16.610789 [ 4 ] {fa8b039b-92c1-4adc-81c8-5b7e71ea8ea1} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10458 | 2025.07.18 19:22:16.611009 [ 4 ] {fa8b039b-92c1-4adc-81c8-5b7e71ea8ea1} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10459 | 2025.07.18 19:22:16.611106 [ 55 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10460 | 2025.07.18 19:22:16.611137 [ 4 ] {fa8b039b-92c1-4adc-81c8-5b7e71ea8ea1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. | ||
10461 | 2025.07.18 19:22:16.611141 [ 55 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10462 | 2025.07.18 19:22:16.611168 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10463 | 2025.07.18 19:22:16.611176 [ 4 ] {fa8b039b-92c1-4adc-81c8-5b7e71ea8ea1} <Debug> TCPHandler: Processed in 0.001253089 sec. | ||
10464 | 2025.07.18 19:22:16.611278 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
10465 | 2025.07.18 19:22:16.611416 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10466 | 2025.07.18 19:22:16.611450 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 5976 rows starting from the beginning of the part | ||
10467 | 2025.07.18 19:22:16.611513 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
10468 | 2025.07.18 19:22:16.611561 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 102 rows starting from the beginning of the part | ||
10469 | 2025.07.18 19:22:16.611603 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
10470 | 2025.07.18 19:22:16.611641 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 102 rows starting from the beginning of the part | ||
10471 | 2025.07.18 19:22:16.611684 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
10472 | 2025.07.18 19:22:16.613483 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6360 rows, containing 4 columns (4 merged, 0 gathered) in 0.002255095 sec., 2820280.298612697 rows/sec., 179.38 MiB/sec. | ||
10473 | 2025.07.18 19:22:16.613934 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10474 | 2025.07.18 19:22:16.614244 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_81_16} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10475 | 2025.07.18 19:22:16.614321 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_81_16} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10476 | 2025.07.18 19:22:16.614413 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
10477 | 2025.07.18 19:22:18.129732 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169 | ||
10478 | 2025.07.18 19:22:18.130305 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10479 | 2025.07.18 19:22:18.130347 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10480 | 2025.07.18 19:22:18.130913 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10481 | 2025.07.18 19:22:18.131145 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10482 | 2025.07.18 19:22:18.131280 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 | ||
10483 | 2025.07.18 19:22:19.548128 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
10484 | 2025.07.18 19:22:19.563472 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10485 | 2025.07.18 19:22:19.563525 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10486 | 2025.07.18 19:22:19.569306 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10487 | 2025.07.18 19:22:19.570001 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10488 | 2025.07.18 19:22:19.572838 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
10489 | 2025.07.18 19:22:20.698556 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1454 | ||
10490 | 2025.07.18 19:22:20.701095 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10491 | 2025.07.18 19:22:20.701146 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10492 | 2025.07.18 19:22:20.702396 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
10493 | 2025.07.18 19:22:20.702664 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10494 | 2025.07.18 19:22:20.702913 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1454 | ||
10495 | 2025.07.18 19:22:21.966843 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10496 | 2025.07.18 19:22:21.967035 [ 4 ] {0a1ebc02-63c9-4e2a-b202-0c7aa760cb99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
10497 | 2025.07.18 19:22:21.967104 [ 4 ] {0a1ebc02-63c9-4e2a-b202-0c7aa760cb99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
10498 | 2025.07.18 19:22:21.968031 [ 4 ] {0a1ebc02-63c9-4e2a-b202-0c7aa760cb99} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10499 | 2025.07.18 19:22:21.968072 [ 4 ] {0a1ebc02-63c9-4e2a-b202-0c7aa760cb99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10500 | 2025.07.18 19:22:21.968463 [ 4 ] {0a1ebc02-63c9-4e2a-b202-0c7aa760cb99} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
10501 | 2025.07.18 19:22:21.968690 [ 4 ] {0a1ebc02-63c9-4e2a-b202-0c7aa760cb99} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10502 | 2025.07.18 19:22:21.968821 [ 49 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
10503 | 2025.07.18 19:22:21.968833 [ 4 ] {0a1ebc02-63c9-4e2a-b202-0c7aa760cb99} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001851 sec., 211777.41761210156 rows/sec., 13.44 MiB/sec. | ||
10504 | 2025.07.18 19:22:21.968893 [ 49 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10505 | 2025.07.18 19:22:21.968936 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10506 | 2025.07.18 19:22:21.968950 [ 4 ] {0a1ebc02-63c9-4e2a-b202-0c7aa760cb99} <Debug> TCPHandler: Processed in 0.002235325 sec. | ||
10507 | 2025.07.18 19:22:21.969059 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
10508 | 2025.07.18 19:22:21.969120 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10509 | 2025.07.18 19:22:21.969196 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10510 | 2025.07.18 19:22:21.969239 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 392 rows starting from the beginning of the part | ||
10511 | 2025.07.18 19:22:21.969246 [ 4 ] {4a15c8c5-3139-48a4-8eaf-1cfcb8c7fd9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10512 | 2025.07.18 19:22:21.969300 [ 4 ] {4a15c8c5-3139-48a4-8eaf-1cfcb8c7fd9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10513 | 2025.07.18 19:22:21.969315 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 392 rows starting from the beginning of the part | ||
10514 | 2025.07.18 19:22:21.969371 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 392 rows starting from the beginning of the part | ||
10515 | 2025.07.18 19:22:21.969420 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 392 rows starting from the beginning of the part | ||
10516 | 2025.07.18 19:22:21.969465 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 392 rows starting from the beginning of the part | ||
10517 | 2025.07.18 19:22:21.970367 [ 4 ] {4a15c8c5-3139-48a4-8eaf-1cfcb8c7fd9b} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10518 | 2025.07.18 19:22:21.970409 [ 4 ] {4a15c8c5-3139-48a4-8eaf-1cfcb8c7fd9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10519 | 2025.07.18 19:22:21.970532 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001521573 sec., 1288140.6281525763 rows/sec., 86.64 MiB/sec. | ||
10520 | 2025.07.18 19:22:21.970735 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
10521 | 2025.07.18 19:22:21.970852 [ 4 ] {4a15c8c5-3139-48a4-8eaf-1cfcb8c7fd9b} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
10522 | 2025.07.18 19:22:21.971148 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10523 | 2025.07.18 19:22:21.971209 [ 4 ] {4a15c8c5-3139-48a4-8eaf-1cfcb8c7fd9b} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10524 | 2025.07.18 19:22:21.971246 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
10525 | 2025.07.18 19:22:21.971366 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
10526 | 2025.07.18 19:22:21.971372 [ 4 ] {4a15c8c5-3139-48a4-8eaf-1cfcb8c7fd9b} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.002156 sec., 532931.3543599258 rows/sec., 42.53 MiB/sec. | ||
10527 | 2025.07.18 19:22:21.971421 [ 4 ] {4a15c8c5-3139-48a4-8eaf-1cfcb8c7fd9b} <Debug> TCPHandler: Processed in 0.002360046 sec. | ||
10528 | 2025.07.18 19:22:21.971545 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10529 | 2025.07.18 19:22:21.971639 [ 4 ] {572de67f-803a-48a3-b55a-5a67bde4c75a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10530 | 2025.07.18 19:22:21.971679 [ 4 ] {572de67f-803a-48a3-b55a-5a67bde4c75a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10531 | 2025.07.18 19:22:21.972246 [ 4 ] {572de67f-803a-48a3-b55a-5a67bde4c75a} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10532 | 2025.07.18 19:22:21.972284 [ 4 ] {572de67f-803a-48a3-b55a-5a67bde4c75a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10533 | 2025.07.18 19:22:21.972597 [ 4 ] {572de67f-803a-48a3-b55a-5a67bde4c75a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
10534 | 2025.07.18 19:22:21.972804 [ 4 ] {572de67f-803a-48a3-b55a-5a67bde4c75a} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10535 | 2025.07.18 19:22:21.972933 [ 4 ] {572de67f-803a-48a3-b55a-5a67bde4c75a} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001313 sec., 180502.66565118052 rows/sec., 11.05 MiB/sec. | ||
10536 | 2025.07.18 19:22:21.972943 [ 50 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
10537 | 2025.07.18 19:22:21.972971 [ 4 ] {572de67f-803a-48a3-b55a-5a67bde4c75a} <Debug> TCPHandler: Processed in 0.001474072 sec. | ||
10538 | 2025.07.18 19:22:21.973012 [ 50 ] {} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10539 | 2025.07.18 19:22:21.973039 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10540 | 2025.07.18 19:22:21.973112 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10541 | 2025.07.18 19:22:21.973149 [ 187 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
10542 | 2025.07.18 19:22:21.973210 [ 4 ] {eea9ec1a-06ae-4546-b396-12389204ad38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10543 | 2025.07.18 19:22:21.973244 [ 187 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10544 | 2025.07.18 19:22:21.973249 [ 4 ] {eea9ec1a-06ae-4546-b396-12389204ad38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10545 | 2025.07.18 19:22:21.973273 [ 187 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 255 rows starting from the beginning of the part | ||
10546 | 2025.07.18 19:22:21.973328 [ 187 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 237 rows starting from the beginning of the part | ||
10547 | 2025.07.18 19:22:21.973370 [ 187 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 241 rows starting from the beginning of the part | ||
10548 | 2025.07.18 19:22:21.973411 [ 187 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 237 rows starting from the beginning of the part | ||
10549 | 2025.07.18 19:22:21.973449 [ 187 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 2 rows starting from the beginning of the part | ||
10550 | 2025.07.18 19:22:21.973486 [ 187 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part | ||
10551 | 2025.07.18 19:22:21.973753 [ 4 ] {eea9ec1a-06ae-4546-b396-12389204ad38} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10552 | 2025.07.18 19:22:21.973787 [ 4 ] {eea9ec1a-06ae-4546-b396-12389204ad38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10553 | 2025.07.18 19:22:21.974085 [ 4 ] {eea9ec1a-06ae-4546-b396-12389204ad38} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10554 | 2025.07.18 19:22:21.974307 [ 4 ] {eea9ec1a-06ae-4546-b396-12389204ad38} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10555 | 2025.07.18 19:22:21.974343 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1209 rows, containing 5 columns (5 merged, 0 gathered) in 0.001229599 sec., 983247.3839032074 rows/sec., 64.09 MiB/sec. | ||
10556 | 2025.07.18 19:22:21.974436 [ 4 ] {eea9ec1a-06ae-4546-b396-12389204ad38} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001245 sec., 163052.20883534136 rows/sec., 10.52 MiB/sec. | ||
10557 | 2025.07.18 19:22:21.974478 [ 4 ] {eea9ec1a-06ae-4546-b396-12389204ad38} <Debug> TCPHandler: Processed in 0.001418762 sec. | ||
10558 | 2025.07.18 19:22:21.974482 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
10559 | 2025.07.18 19:22:21.974589 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10560 | 2025.07.18 19:22:21.974681 [ 4 ] {f17221fa-843f-43a8-aa65-0943c46f614f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
10561 | 2025.07.18 19:22:21.974718 [ 4 ] {f17221fa-843f-43a8-aa65-0943c46f614f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10562 | 2025.07.18 19:22:21.974719 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10563 | 2025.07.18 19:22:21.974787 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
10564 | 2025.07.18 19:22:21.974844 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
10565 | 2025.07.18 19:22:21.975206 [ 4 ] {f17221fa-843f-43a8-aa65-0943c46f614f} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10566 | 2025.07.18 19:22:21.975240 [ 4 ] {f17221fa-843f-43a8-aa65-0943c46f614f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10567 | 2025.07.18 19:22:21.975528 [ 4 ] {f17221fa-843f-43a8-aa65-0943c46f614f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
10568 | 2025.07.18 19:22:21.975742 [ 4 ] {f17221fa-843f-43a8-aa65-0943c46f614f} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10569 | 2025.07.18 19:22:21.975855 [ 50 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
10570 | 2025.07.18 19:22:21.975864 [ 4 ] {f17221fa-843f-43a8-aa65-0943c46f614f} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001201 sec., 168193.1723563697 rows/sec., 9.55 MiB/sec. | ||
10571 | 2025.07.18 19:22:21.975896 [ 50 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10572 | 2025.07.18 19:22:21.975918 [ 4 ] {f17221fa-843f-43a8-aa65-0943c46f614f} <Debug> TCPHandler: Processed in 0.001376031 sec. | ||
10573 | 2025.07.18 19:22:21.975920 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10574 | 2025.07.18 19:22:21.975997 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
10575 | 2025.07.18 19:22:21.976051 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10576 | 2025.07.18 19:22:21.976072 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10577 | 2025.07.18 19:22:21.976094 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 202 rows starting from the beginning of the part | ||
10578 | 2025.07.18 19:22:21.976136 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 202 rows starting from the beginning of the part | ||
10579 | 2025.07.18 19:22:21.976160 [ 4 ] {3c063192-8503-473e-a736-0d16f339679c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10580 | 2025.07.18 19:22:21.976169 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 202 rows starting from the beginning of the part | ||
10581 | 2025.07.18 19:22:21.976222 [ 4 ] {3c063192-8503-473e-a736-0d16f339679c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10582 | 2025.07.18 19:22:21.976227 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 202 rows starting from the beginning of the part | ||
10583 | 2025.07.18 19:22:21.976265 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 202 rows starting from the beginning of the part | ||
10584 | 2025.07.18 19:22:21.976940 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.000964934 sec., 1046703.7123782559 rows/sec., 63.44 MiB/sec. | ||
10585 | 2025.07.18 19:22:21.976975 [ 4 ] {3c063192-8503-473e-a736-0d16f339679c} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10586 | 2025.07.18 19:22:21.977010 [ 4 ] {3c063192-8503-473e-a736-0d16f339679c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10587 | 2025.07.18 19:22:21.977055 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
10588 | 2025.07.18 19:22:21.977289 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10589 | 2025.07.18 19:22:21.977340 [ 4 ] {3c063192-8503-473e-a736-0d16f339679c} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
10590 | 2025.07.18 19:22:21.977349 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
10591 | 2025.07.18 19:22:21.977417 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
10592 | 2025.07.18 19:22:21.977537 [ 4 ] {3c063192-8503-473e-a736-0d16f339679c} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10593 | 2025.07.18 19:22:21.977661 [ 4 ] {3c063192-8503-473e-a736-0d16f339679c} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001525 sec., 454426.2295081967 rows/sec., 31.92 MiB/sec. | ||
10594 | 2025.07.18 19:22:21.977698 [ 4 ] {3c063192-8503-473e-a736-0d16f339679c} <Debug> TCPHandler: Processed in 0.001705806 sec. | ||
10595 | 2025.07.18 19:22:21.977811 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10596 | 2025.07.18 19:22:21.977902 [ 4 ] {882c307f-5d17-4533-aaa0-f93c4c82dea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
10597 | 2025.07.18 19:22:21.977942 [ 4 ] {882c307f-5d17-4533-aaa0-f93c4c82dea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10598 | 2025.07.18 19:22:21.978274 [ 4 ] {882c307f-5d17-4533-aaa0-f93c4c82dea2} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10599 | 2025.07.18 19:22:21.978309 [ 4 ] {882c307f-5d17-4533-aaa0-f93c4c82dea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10600 | 2025.07.18 19:22:21.978603 [ 4 ] {882c307f-5d17-4533-aaa0-f93c4c82dea2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
10601 | 2025.07.18 19:22:21.978818 [ 4 ] {882c307f-5d17-4533-aaa0-f93c4c82dea2} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10602 | 2025.07.18 19:22:21.978938 [ 50 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
10603 | 2025.07.18 19:22:21.978946 [ 4 ] {882c307f-5d17-4533-aaa0-f93c4c82dea2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001062 sec., 5649.717514124293 rows/sec., 295.18 KiB/sec. | ||
10604 | 2025.07.18 19:22:21.978986 [ 50 ] {} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10605 | 2025.07.18 19:22:21.979003 [ 4 ] {882c307f-5d17-4533-aaa0-f93c4c82dea2} <Debug> TCPHandler: Processed in 0.001239789 sec. | ||
10606 | 2025.07.18 19:22:21.979012 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10607 | 2025.07.18 19:22:21.979091 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
10608 | 2025.07.18 19:22:21.979124 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10609 | 2025.07.18 19:22:21.979169 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10610 | 2025.07.18 19:22:21.979205 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part | ||
10611 | 2025.07.18 19:22:21.979218 [ 4 ] {63e6df57-1757-4338-8951-1301ac8bde5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10612 | 2025.07.18 19:22:21.979245 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
10613 | 2025.07.18 19:22:21.979260 [ 4 ] {63e6df57-1757-4338-8951-1301ac8bde5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10614 | 2025.07.18 19:22:21.979276 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
10615 | 2025.07.18 19:22:21.979305 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
10616 | 2025.07.18 19:22:21.979335 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
10617 | 2025.07.18 19:22:21.979366 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
10618 | 2025.07.18 19:22:21.979732 [ 4 ] {63e6df57-1757-4338-8951-1301ac8bde5a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10619 | 2025.07.18 19:22:21.979768 [ 4 ] {63e6df57-1757-4338-8951-1301ac8bde5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10620 | 2025.07.18 19:22:21.979956 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.000891174 sec., 276040.36922082555 rows/sec., 14.08 MiB/sec. | ||
10621 | 2025.07.18 19:22:21.980054 [ 199 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
10622 | 2025.07.18 19:22:21.980104 [ 4 ] {63e6df57-1757-4338-8951-1301ac8bde5a} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
10623 | 2025.07.18 19:22:21.980297 [ 199 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10624 | 2025.07.18 19:22:21.980335 [ 4 ] {63e6df57-1757-4338-8951-1301ac8bde5a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10625 | 2025.07.18 19:22:21.980357 [ 199 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
10626 | 2025.07.18 19:22:21.980415 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
10627 | 2025.07.18 19:22:21.980462 [ 4 ] {63e6df57-1757-4338-8951-1301ac8bde5a} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001263 sec., 243072.05067300078 rows/sec., 15.99 MiB/sec. | ||
10628 | 2025.07.18 19:22:21.980499 [ 4 ] {63e6df57-1757-4338-8951-1301ac8bde5a} <Debug> TCPHandler: Processed in 0.001421511 sec. | ||
10629 | 2025.07.18 19:22:21.980610 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10630 | 2025.07.18 19:22:21.980703 [ 4 ] {91724f92-3b7f-4e91-abcd-01ba27873857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
10631 | 2025.07.18 19:22:21.980744 [ 4 ] {91724f92-3b7f-4e91-abcd-01ba27873857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10632 | 2025.07.18 19:22:21.981056 [ 4 ] {91724f92-3b7f-4e91-abcd-01ba27873857} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10633 | 2025.07.18 19:22:21.981092 [ 4 ] {91724f92-3b7f-4e91-abcd-01ba27873857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10634 | 2025.07.18 19:22:21.981394 [ 4 ] {91724f92-3b7f-4e91-abcd-01ba27873857} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
10635 | 2025.07.18 19:22:21.981600 [ 4 ] {91724f92-3b7f-4e91-abcd-01ba27873857} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10636 | 2025.07.18 19:22:21.981724 [ 4 ] {91724f92-3b7f-4e91-abcd-01ba27873857} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001039 sec., 962.4639076034649 rows/sec., 64.85 KiB/sec. | ||
10637 | 2025.07.18 19:22:21.981759 [ 4 ] {91724f92-3b7f-4e91-abcd-01ba27873857} <Debug> TCPHandler: Processed in 0.001195929 sec. | ||
10638 | 2025.07.18 19:22:21.981868 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10639 | 2025.07.18 19:22:21.981959 [ 4 ] {5d48f22f-ec87-4ecc-8a92-cadf77d9bdec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10640 | 2025.07.18 19:22:21.982011 [ 4 ] {5d48f22f-ec87-4ecc-8a92-cadf77d9bdec} <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 | ||
10641 | 2025.07.18 19:22:21.982855 [ 4 ] {5d48f22f-ec87-4ecc-8a92-cadf77d9bdec} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10642 | 2025.07.18 19:22:21.982890 [ 4 ] {5d48f22f-ec87-4ecc-8a92-cadf77d9bdec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10643 | 2025.07.18 19:22:21.983438 [ 4 ] {5d48f22f-ec87-4ecc-8a92-cadf77d9bdec} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
10644 | 2025.07.18 19:22:21.983649 [ 4 ] {5d48f22f-ec87-4ecc-8a92-cadf77d9bdec} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10645 | 2025.07.18 19:22:21.983759 [ 50 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
10646 | 2025.07.18 19:22:21.983781 [ 4 ] {5d48f22f-ec87-4ecc-8a92-cadf77d9bdec} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001839 sec., 22294.725394236 rows/sec., 39.95 MiB/sec. | ||
10647 | 2025.07.18 19:22:21.983798 [ 50 ] {} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10648 | 2025.07.18 19:22:21.983823 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. | ||
10649 | 2025.07.18 19:22:21.983840 [ 4 ] {5d48f22f-ec87-4ecc-8a92-cadf77d9bdec} <Debug> TCPHandler: Processed in 0.002019021 sec. | ||
10650 | 2025.07.18 19:22:21.983910 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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 | ||
10651 | 2025.07.18 19:22:21.983963 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10652 | 2025.07.18 19:22:21.984059 [ 4 ] {01a513bf-42d1-454a-9f5e-3fa02e30bf9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10653 | 2025.07.18 19:22:21.984100 [ 4 ] {01a513bf-42d1-454a-9f5e-3fa02e30bf9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10654 | 2025.07.18 19:22:21.984126 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10655 | 2025.07.18 19:22:21.984182 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1446 rows starting from the beginning of the part | ||
10656 | 2025.07.18 19:22:21.984302 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 41 rows starting from the beginning of the part | ||
10657 | 2025.07.18 19:22:21.984398 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 41 rows starting from the beginning of the part | ||
10658 | 2025.07.18 19:22:21.984446 [ 4 ] {01a513bf-42d1-454a-9f5e-3fa02e30bf9d} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10659 | 2025.07.18 19:22:21.984485 [ 4 ] {01a513bf-42d1-454a-9f5e-3fa02e30bf9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10660 | 2025.07.18 19:22:21.984488 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 41 rows starting from the beginning of the part | ||
10661 | 2025.07.18 19:22:21.984585 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 41 rows starting from the beginning of the part | ||
10662 | 2025.07.18 19:22:21.984674 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 41 rows starting from the beginning of the part | ||
10663 | 2025.07.18 19:22:21.984795 [ 4 ] {01a513bf-42d1-454a-9f5e-3fa02e30bf9d} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
10664 | 2025.07.18 19:22:21.985030 [ 4 ] {01a513bf-42d1-454a-9f5e-3fa02e30bf9d} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10665 | 2025.07.18 19:22:21.985162 [ 4 ] {01a513bf-42d1-454a-9f5e-3fa02e30bf9d} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.00112 sec., 91071.42857142858 rows/sec., 5.60 MiB/sec. | ||
10666 | 2025.07.18 19:22:21.985197 [ 4 ] {01a513bf-42d1-454a-9f5e-3fa02e30bf9d} <Debug> TCPHandler: Processed in 0.00128195 sec. | ||
10667 | 2025.07.18 19:22:21.993096 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1651 rows, containing 19 columns (19 merged, 0 gathered) in 0.009225192 sec., 178966.46487140865 rows/sec., 320.70 MiB/sec. | ||
10668 | 2025.07.18 19:22:21.995395 [ 194 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
10669 | 2025.07.18 19:22:21.995771 [ 194 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10670 | 2025.07.18 19:22:21.995852 [ 194 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
10671 | 2025.07.18 19:22:21.996001 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB. | ||
10672 | 2025.07.18 19:22:22.000156 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 303.28 MiB, peak 315.18 MiB, free memory in arenas 0.00 B, will set to 308.46 MiB (RSS), difference: 5.19 MiB | ||
10673 | 2025.07.18 19:22:25.463348 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10674 | 2025.07.18 19:22:25.463398 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10675 | 2025.07.18 19:22:25.631409 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596 | ||
10676 | 2025.07.18 19:22:25.631948 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10677 | 2025.07.18 19:22:25.631991 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10678 | 2025.07.18 19:22:25.632489 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10679 | 2025.07.18 19:22:25.632718 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10680 | 2025.07.18 19:22:25.632858 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
10681 | 2025.07.18 19:22:26.954909 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10682 | 2025.07.18 19:22:26.955106 [ 4 ] {fb28c862-74b4-4898-a8a2-f4a3fa1bde3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10683 | 2025.07.18 19:22:26.955179 [ 4 ] {fb28c862-74b4-4898-a8a2-f4a3fa1bde3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10684 | 2025.07.18 19:22:26.955856 [ 4 ] {fb28c862-74b4-4898-a8a2-f4a3fa1bde3d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10685 | 2025.07.18 19:22:26.955900 [ 4 ] {fb28c862-74b4-4898-a8a2-f4a3fa1bde3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10686 | 2025.07.18 19:22:26.956345 [ 4 ] {fb28c862-74b4-4898-a8a2-f4a3fa1bde3d} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
10687 | 2025.07.18 19:22:26.956579 [ 4 ] {fb28c862-74b4-4898-a8a2-f4a3fa1bde3d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10688 | 2025.07.18 19:22:26.956729 [ 4 ] {fb28c862-74b4-4898-a8a2-f4a3fa1bde3d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001675 sec., 33432.83582089552 rows/sec., 2.57 MiB/sec. | ||
10689 | 2025.07.18 19:22:26.956772 [ 4 ] {fb28c862-74b4-4898-a8a2-f4a3fa1bde3d} <Debug> TCPHandler: Processed in 0.001999301 sec. | ||
10690 | 2025.07.18 19:22:26.956890 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10691 | 2025.07.18 19:22:26.956985 [ 4 ] {e9144bef-3c4a-4f16-8df2-f4cd668d3f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10692 | 2025.07.18 19:22:26.957025 [ 4 ] {e9144bef-3c4a-4f16-8df2-f4cd668d3f95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10693 | 2025.07.18 19:22:26.957447 [ 4 ] {e9144bef-3c4a-4f16-8df2-f4cd668d3f95} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10694 | 2025.07.18 19:22:26.957483 [ 4 ] {e9144bef-3c4a-4f16-8df2-f4cd668d3f95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10695 | 2025.07.18 19:22:26.957799 [ 4 ] {e9144bef-3c4a-4f16-8df2-f4cd668d3f95} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
10696 | 2025.07.18 19:22:26.958006 [ 4 ] {e9144bef-3c4a-4f16-8df2-f4cd668d3f95} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10697 | 2025.07.18 19:22:26.958135 [ 4 ] {e9144bef-3c4a-4f16-8df2-f4cd668d3f95} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001169 sec., 54747.64756201882 rows/sec., 4.27 MiB/sec. | ||
10698 | 2025.07.18 19:22:26.958173 [ 4 ] {e9144bef-3c4a-4f16-8df2-f4cd668d3f95} <Debug> TCPHandler: Processed in 0.00133296 sec. | ||
10699 | 2025.07.18 19:22:26.958286 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10700 | 2025.07.18 19:22:26.958379 [ 4 ] {733496a3-f994-4f7b-b8e6-90a1dba67ebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10701 | 2025.07.18 19:22:26.958424 [ 4 ] {733496a3-f994-4f7b-b8e6-90a1dba67ebf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10702 | 2025.07.18 19:22:26.958829 [ 4 ] {733496a3-f994-4f7b-b8e6-90a1dba67ebf} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10703 | 2025.07.18 19:22:26.958866 [ 4 ] {733496a3-f994-4f7b-b8e6-90a1dba67ebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10704 | 2025.07.18 19:22:26.959202 [ 4 ] {733496a3-f994-4f7b-b8e6-90a1dba67ebf} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
10705 | 2025.07.18 19:22:26.959411 [ 4 ] {733496a3-f994-4f7b-b8e6-90a1dba67ebf} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10706 | 2025.07.18 19:22:26.959547 [ 4 ] {733496a3-f994-4f7b-b8e6-90a1dba67ebf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. | ||
10707 | 2025.07.18 19:22:26.959585 [ 4 ] {733496a3-f994-4f7b-b8e6-90a1dba67ebf} <Debug> TCPHandler: Processed in 0.001347881 sec. | ||
10708 | 2025.07.18 19:22:26.959693 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10709 | 2025.07.18 19:22:26.959787 [ 4 ] {d019d6b9-f304-4790-8071-aaf76e15355c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10710 | 2025.07.18 19:22:26.959828 [ 4 ] {d019d6b9-f304-4790-8071-aaf76e15355c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10711 | 2025.07.18 19:22:26.960158 [ 4 ] {d019d6b9-f304-4790-8071-aaf76e15355c} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10712 | 2025.07.18 19:22:26.960194 [ 4 ] {d019d6b9-f304-4790-8071-aaf76e15355c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10713 | 2025.07.18 19:22:26.960494 [ 4 ] {d019d6b9-f304-4790-8071-aaf76e15355c} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
10714 | 2025.07.18 19:22:26.960719 [ 4 ] {d019d6b9-f304-4790-8071-aaf76e15355c} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10715 | 2025.07.18 19:22:26.960847 [ 4 ] {d019d6b9-f304-4790-8071-aaf76e15355c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. | ||
10716 | 2025.07.18 19:22:26.960882 [ 4 ] {d019d6b9-f304-4790-8071-aaf76e15355c} <Debug> TCPHandler: Processed in 0.001238629 sec. | ||
10717 | 2025.07.18 19:22:27.072895 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 | ||
10718 | 2025.07.18 19:22:27.089502 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10719 | 2025.07.18 19:22:27.089550 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10720 | 2025.07.18 19:22:27.095499 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10721 | 2025.07.18 19:22:27.096206 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10722 | 2025.07.18 19:22:27.098982 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 437 | ||
10723 | 2025.07.18 19:22:30.703200 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1484 | ||
10724 | 2025.07.18 19:22:30.705421 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10725 | 2025.07.18 19:22:30.705464 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10726 | 2025.07.18 19:22:30.706607 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
10727 | 2025.07.18 19:22:30.706862 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10728 | 2025.07.18 19:22:30.707107 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1484 | ||
10729 | 2025.07.18 19:22:31.966865 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10730 | 2025.07.18 19:22:31.967041 [ 4 ] {c31393e4-5b7e-47c0-af9e-596ff5264593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
10731 | 2025.07.18 19:22:31.967110 [ 4 ] {c31393e4-5b7e-47c0-af9e-596ff5264593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
10732 | 2025.07.18 19:22:31.967971 [ 4 ] {c31393e4-5b7e-47c0-af9e-596ff5264593} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10733 | 2025.07.18 19:22:31.968018 [ 4 ] {c31393e4-5b7e-47c0-af9e-596ff5264593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10734 | 2025.07.18 19:22:31.968418 [ 4 ] {c31393e4-5b7e-47c0-af9e-596ff5264593} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
10735 | 2025.07.18 19:22:31.968659 [ 4 ] {c31393e4-5b7e-47c0-af9e-596ff5264593} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10736 | 2025.07.18 19:22:31.968811 [ 4 ] {c31393e4-5b7e-47c0-af9e-596ff5264593} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001818 sec., 215621.56215621563 rows/sec., 13.68 MiB/sec. | ||
10737 | 2025.07.18 19:22:31.968854 [ 4 ] {c31393e4-5b7e-47c0-af9e-596ff5264593} <Debug> TCPHandler: Processed in 0.002115973 sec. | ||
10738 | 2025.07.18 19:22:31.968975 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10739 | 2025.07.18 19:22:31.969081 [ 4 ] {1c2f5943-80cf-48d9-b43c-0f8015687210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
10740 | 2025.07.18 19:22:31.969126 [ 4 ] {1c2f5943-80cf-48d9-b43c-0f8015687210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10741 | 2025.07.18 19:22:31.969539 [ 4 ] {1c2f5943-80cf-48d9-b43c-0f8015687210} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10742 | 2025.07.18 19:22:31.969575 [ 4 ] {1c2f5943-80cf-48d9-b43c-0f8015687210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10743 | 2025.07.18 19:22:31.969868 [ 4 ] {1c2f5943-80cf-48d9-b43c-0f8015687210} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
10744 | 2025.07.18 19:22:31.970085 [ 4 ] {1c2f5943-80cf-48d9-b43c-0f8015687210} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10745 | 2025.07.18 19:22:31.970219 [ 4 ] {1c2f5943-80cf-48d9-b43c-0f8015687210} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001161 sec., 10335.917312661499 rows/sec., 842.82 KiB/sec. | ||
10746 | 2025.07.18 19:22:31.970257 [ 4 ] {1c2f5943-80cf-48d9-b43c-0f8015687210} <Debug> TCPHandler: Processed in 0.00133448 sec. | ||
10747 | 2025.07.18 19:22:31.970374 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10748 | 2025.07.18 19:22:31.970469 [ 4 ] {cac890d9-f493-418b-b4bd-d2efc60bdfd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10749 | 2025.07.18 19:22:31.970508 [ 4 ] {cac890d9-f493-418b-b4bd-d2efc60bdfd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10750 | 2025.07.18 19:22:31.971485 [ 4 ] {cac890d9-f493-418b-b4bd-d2efc60bdfd0} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10751 | 2025.07.18 19:22:31.971520 [ 4 ] {cac890d9-f493-418b-b4bd-d2efc60bdfd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10752 | 2025.07.18 19:22:31.971891 [ 4 ] {cac890d9-f493-418b-b4bd-d2efc60bdfd0} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
10753 | 2025.07.18 19:22:31.972101 [ 4 ] {cac890d9-f493-418b-b4bd-d2efc60bdfd0} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10754 | 2025.07.18 19:22:31.972238 [ 4 ] {cac890d9-f493-418b-b4bd-d2efc60bdfd0} <Debug> executeQuery: Read 1155 rows, 94.34 KiB in 0.001787 sec., 646334.6390598769 rows/sec., 51.56 MiB/sec. | ||
10755 | 2025.07.18 19:22:31.972277 [ 4 ] {cac890d9-f493-418b-b4bd-d2efc60bdfd0} <Debug> TCPHandler: Processed in 0.00195277 sec. | ||
10756 | 2025.07.18 19:22:31.972402 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10757 | 2025.07.18 19:22:31.972503 [ 4 ] {39293cc6-b4fc-4258-8678-f538e9f32674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10758 | 2025.07.18 19:22:31.972546 [ 4 ] {39293cc6-b4fc-4258-8678-f538e9f32674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10759 | 2025.07.18 19:22:31.973096 [ 4 ] {39293cc6-b4fc-4258-8678-f538e9f32674} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10760 | 2025.07.18 19:22:31.973161 [ 4 ] {39293cc6-b4fc-4258-8678-f538e9f32674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10761 | 2025.07.18 19:22:31.973508 [ 4 ] {39293cc6-b4fc-4258-8678-f538e9f32674} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
10762 | 2025.07.18 19:22:31.973729 [ 4 ] {39293cc6-b4fc-4258-8678-f538e9f32674} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10763 | 2025.07.18 19:22:31.973873 [ 4 ] {39293cc6-b4fc-4258-8678-f538e9f32674} <Debug> executeQuery: Read 249 rows, 15.70 KiB in 0.001388 sec., 179394.81268011528 rows/sec., 11.04 MiB/sec. | ||
10764 | 2025.07.18 19:22:31.973922 [ 4 ] {39293cc6-b4fc-4258-8678-f538e9f32674} <Debug> TCPHandler: Processed in 0.001573394 sec. | ||
10765 | 2025.07.18 19:22:31.974042 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10766 | 2025.07.18 19:22:31.974139 [ 4 ] {05c320e2-d3dd-4a83-a439-0a4c8ce83886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10767 | 2025.07.18 19:22:31.974180 [ 4 ] {05c320e2-d3dd-4a83-a439-0a4c8ce83886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10768 | 2025.07.18 19:22:31.974675 [ 4 ] {05c320e2-d3dd-4a83-a439-0a4c8ce83886} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10769 | 2025.07.18 19:22:31.974713 [ 4 ] {05c320e2-d3dd-4a83-a439-0a4c8ce83886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10770 | 2025.07.18 19:22:31.975044 [ 4 ] {05c320e2-d3dd-4a83-a439-0a4c8ce83886} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
10771 | 2025.07.18 19:22:31.975276 [ 4 ] {05c320e2-d3dd-4a83-a439-0a4c8ce83886} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10772 | 2025.07.18 19:22:31.975414 [ 4 ] {05c320e2-d3dd-4a83-a439-0a4c8ce83886} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001294 sec., 156877.89799072643 rows/sec., 10.12 MiB/sec. | ||
10773 | 2025.07.18 19:22:31.975453 [ 4 ] {05c320e2-d3dd-4a83-a439-0a4c8ce83886} <Debug> TCPHandler: Processed in 0.001461392 sec. | ||
10774 | 2025.07.18 19:22:31.975565 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10775 | 2025.07.18 19:22:31.975659 [ 4 ] {2087dcfa-a583-47f9-8c2b-09de99dfe08d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
10776 | 2025.07.18 19:22:31.975700 [ 4 ] {2087dcfa-a583-47f9-8c2b-09de99dfe08d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10777 | 2025.07.18 19:22:31.976163 [ 4 ] {2087dcfa-a583-47f9-8c2b-09de99dfe08d} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10778 | 2025.07.18 19:22:31.976201 [ 4 ] {2087dcfa-a583-47f9-8c2b-09de99dfe08d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10779 | 2025.07.18 19:22:31.976511 [ 4 ] {2087dcfa-a583-47f9-8c2b-09de99dfe08d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
10780 | 2025.07.18 19:22:31.976718 [ 4 ] {2087dcfa-a583-47f9-8c2b-09de99dfe08d} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10781 | 2025.07.18 19:22:31.976851 [ 4 ] {2087dcfa-a583-47f9-8c2b-09de99dfe08d} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001209 sec., 167080.23159636062 rows/sec., 9.49 MiB/sec. | ||
10782 | 2025.07.18 19:22:31.976890 [ 4 ] {2087dcfa-a583-47f9-8c2b-09de99dfe08d} <Debug> TCPHandler: Processed in 0.001375421 sec. | ||
10783 | 2025.07.18 19:22:31.977002 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10784 | 2025.07.18 19:22:31.977101 [ 4 ] {492e5d90-1625-47dc-ac5b-e1240a9f890d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10785 | 2025.07.18 19:22:31.977141 [ 4 ] {492e5d90-1625-47dc-ac5b-e1240a9f890d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10786 | 2025.07.18 19:22:31.977857 [ 4 ] {492e5d90-1625-47dc-ac5b-e1240a9f890d} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10787 | 2025.07.18 19:22:31.977899 [ 4 ] {492e5d90-1625-47dc-ac5b-e1240a9f890d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10788 | 2025.07.18 19:22:31.978238 [ 4 ] {492e5d90-1625-47dc-ac5b-e1240a9f890d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
10789 | 2025.07.18 19:22:31.978452 [ 4 ] {492e5d90-1625-47dc-ac5b-e1240a9f890d} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10790 | 2025.07.18 19:22:31.978589 [ 4 ] {492e5d90-1625-47dc-ac5b-e1240a9f890d} <Debug> executeQuery: Read 705 rows, 50.83 KiB in 0.001506 sec., 468127.49003984063 rows/sec., 32.96 MiB/sec. | ||
10791 | 2025.07.18 19:22:31.978627 [ 4 ] {492e5d90-1625-47dc-ac5b-e1240a9f890d} <Debug> TCPHandler: Processed in 0.001675056 sec. | ||
10792 | 2025.07.18 19:22:31.978742 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10793 | 2025.07.18 19:22:31.978836 [ 4 ] {818342a6-57ed-4cff-a330-708fa3f04ff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
10794 | 2025.07.18 19:22:31.978878 [ 4 ] {818342a6-57ed-4cff-a330-708fa3f04ff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10795 | 2025.07.18 19:22:31.979219 [ 4 ] {818342a6-57ed-4cff-a330-708fa3f04ff9} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10796 | 2025.07.18 19:22:31.979255 [ 4 ] {818342a6-57ed-4cff-a330-708fa3f04ff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10797 | 2025.07.18 19:22:31.979559 [ 4 ] {818342a6-57ed-4cff-a330-708fa3f04ff9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
10798 | 2025.07.18 19:22:31.979773 [ 4 ] {818342a6-57ed-4cff-a330-708fa3f04ff9} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10799 | 2025.07.18 19:22:31.979908 [ 4 ] {818342a6-57ed-4cff-a330-708fa3f04ff9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001091 sec., 5499.541704857928 rows/sec., 287.33 KiB/sec. | ||
10800 | 2025.07.18 19:22:31.979945 [ 4 ] {818342a6-57ed-4cff-a330-708fa3f04ff9} <Debug> TCPHandler: Processed in 0.001252469 sec. | ||
10801 | 2025.07.18 19:22:31.980058 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10802 | 2025.07.18 19:22:31.980152 [ 4 ] {14decd82-85b3-4574-b867-a5abc63076ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10803 | 2025.07.18 19:22:31.980194 [ 4 ] {14decd82-85b3-4574-b867-a5abc63076ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10804 | 2025.07.18 19:22:31.980636 [ 4 ] {14decd82-85b3-4574-b867-a5abc63076ab} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10805 | 2025.07.18 19:22:31.980671 [ 4 ] {14decd82-85b3-4574-b867-a5abc63076ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10806 | 2025.07.18 19:22:31.981014 [ 4 ] {14decd82-85b3-4574-b867-a5abc63076ab} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
10807 | 2025.07.18 19:22:31.981228 [ 4 ] {14decd82-85b3-4574-b867-a5abc63076ab} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10808 | 2025.07.18 19:22:31.981368 [ 4 ] {14decd82-85b3-4574-b867-a5abc63076ab} <Debug> executeQuery: Read 313 rows, 21.10 KiB in 0.001235 sec., 253441.29554655871 rows/sec., 16.69 MiB/sec. | ||
10809 | 2025.07.18 19:22:31.981405 [ 4 ] {14decd82-85b3-4574-b867-a5abc63076ab} <Debug> TCPHandler: Processed in 0.001396661 sec. | ||
10810 | 2025.07.18 19:22:31.981515 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10811 | 2025.07.18 19:22:31.981610 [ 4 ] {5d50d725-3806-4938-a709-985c5466e68e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
10812 | 2025.07.18 19:22:31.981653 [ 4 ] {5d50d725-3806-4938-a709-985c5466e68e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10813 | 2025.07.18 19:22:31.981970 [ 4 ] {5d50d725-3806-4938-a709-985c5466e68e} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10814 | 2025.07.18 19:22:31.982006 [ 4 ] {5d50d725-3806-4938-a709-985c5466e68e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10815 | 2025.07.18 19:22:31.982307 [ 4 ] {5d50d725-3806-4938-a709-985c5466e68e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
10816 | 2025.07.18 19:22:31.982527 [ 4 ] {5d50d725-3806-4938-a709-985c5466e68e} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10817 | 2025.07.18 19:22:31.982656 [ 4 ] {5d50d725-3806-4938-a709-985c5466e68e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001064 sec., 939.8496240601503 rows/sec., 63.33 KiB/sec. | ||
10818 | 2025.07.18 19:22:31.982692 [ 4 ] {5d50d725-3806-4938-a709-985c5466e68e} <Debug> TCPHandler: Processed in 0.001226079 sec. | ||
10819 | 2025.07.18 19:22:31.982800 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10820 | 2025.07.18 19:22:31.982894 [ 4 ] {c004c6c5-3afb-4e28-a828-8375114e78ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
10821 | 2025.07.18 19:22:31.982948 [ 4 ] {c004c6c5-3afb-4e28-a828-8375114e78ce} <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 | ||
10822 | 2025.07.18 19:22:31.983831 [ 4 ] {c004c6c5-3afb-4e28-a828-8375114e78ce} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10823 | 2025.07.18 19:22:31.983868 [ 4 ] {c004c6c5-3afb-4e28-a828-8375114e78ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10824 | 2025.07.18 19:22:31.984421 [ 4 ] {c004c6c5-3afb-4e28-a828-8375114e78ce} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
10825 | 2025.07.18 19:22:31.984658 [ 4 ] {c004c6c5-3afb-4e28-a828-8375114e78ce} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10826 | 2025.07.18 19:22:31.984795 [ 4 ] {c004c6c5-3afb-4e28-a828-8375114e78ce} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001919 sec., 21365.29442417926 rows/sec., 38.29 MiB/sec. | ||
10827 | 2025.07.18 19:22:31.984856 [ 4 ] {c004c6c5-3afb-4e28-a828-8375114e78ce} <Debug> TCPHandler: Processed in 0.002104023 sec. | ||
10828 | 2025.07.18 19:22:31.984973 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10829 | 2025.07.18 19:22:31.985067 [ 4 ] {f48ff16f-6f5a-42f8-bc0a-df9c0f331eb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10830 | 2025.07.18 19:22:31.985108 [ 4 ] {f48ff16f-6f5a-42f8-bc0a-df9c0f331eb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10831 | 2025.07.18 19:22:31.985506 [ 4 ] {f48ff16f-6f5a-42f8-bc0a-df9c0f331eb6} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10832 | 2025.07.18 19:22:31.985542 [ 4 ] {f48ff16f-6f5a-42f8-bc0a-df9c0f331eb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10833 | 2025.07.18 19:22:31.985847 [ 4 ] {f48ff16f-6f5a-42f8-bc0a-df9c0f331eb6} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
10834 | 2025.07.18 19:22:31.986058 [ 4 ] {f48ff16f-6f5a-42f8-bc0a-df9c0f331eb6} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10835 | 2025.07.18 19:22:31.986184 [ 4 ] {f48ff16f-6f5a-42f8-bc0a-df9c0f331eb6} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001136 sec., 89788.73239436619 rows/sec., 5.52 MiB/sec. | ||
10836 | 2025.07.18 19:22:31.986220 [ 4 ] {f48ff16f-6f5a-42f8-bc0a-df9c0f331eb6} <Debug> TCPHandler: Processed in 0.00129678 sec. | ||
10837 | 2025.07.18 19:22:33.133092 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084 | ||
10838 | 2025.07.18 19:22:33.133626 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10839 | 2025.07.18 19:22:33.133673 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10840 | 2025.07.18 19:22:33.134162 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10841 | 2025.07.18 19:22:33.134417 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10842 | 2025.07.18 19:22:33.134548 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 | ||
10843 | 2025.07.18 19:22:34.599182 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 | ||
10844 | 2025.07.18 19:22:34.616138 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10845 | 2025.07.18 19:22:34.616187 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10846 | 2025.07.18 19:22:34.622243 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10847 | 2025.07.18 19:22:34.622937 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10848 | 2025.07.18 19:22:34.625919 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
10849 | 2025.07.18 19:22:36.955348 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10850 | 2025.07.18 19:22:36.955555 [ 4 ] {e6c9c68b-d157-48d2-bd4e-6de759851564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10851 | 2025.07.18 19:22:36.955627 [ 4 ] {e6c9c68b-d157-48d2-bd4e-6de759851564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10852 | 2025.07.18 19:22:36.956397 [ 4 ] {e6c9c68b-d157-48d2-bd4e-6de759851564} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10853 | 2025.07.18 19:22:36.956440 [ 4 ] {e6c9c68b-d157-48d2-bd4e-6de759851564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10854 | 2025.07.18 19:22:36.956834 [ 4 ] {e6c9c68b-d157-48d2-bd4e-6de759851564} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
10855 | 2025.07.18 19:22:36.957069 [ 4 ] {e6c9c68b-d157-48d2-bd4e-6de759851564} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10856 | 2025.07.18 19:22:36.957211 [ 35 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
10857 | 2025.07.18 19:22:36.957229 [ 4 ] {e6c9c68b-d157-48d2-bd4e-6de759851564} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001726 sec., 32444.959443800693 rows/sec., 2.49 MiB/sec. | ||
10858 | 2025.07.18 19:22:36.957256 [ 35 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10859 | 2025.07.18 19:22:36.957279 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10860 | 2025.07.18 19:22:36.957284 [ 4 ] {e6c9c68b-d157-48d2-bd4e-6de759851564} <Debug> TCPHandler: Processed in 0.002066631 sec. | ||
10861 | 2025.07.18 19:22:36.957363 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
10862 | 2025.07.18 19:22:36.957427 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10863 | 2025.07.18 19:22:36.957457 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10864 | 2025.07.18 19:22:36.957487 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 2298 rows starting from the beginning of the part | ||
10865 | 2025.07.18 19:22:36.957526 [ 4 ] {99b751a8-3df8-4671-8e34-0f7514d92abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10866 | 2025.07.18 19:22:36.957542 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 1197 rows starting from the beginning of the part | ||
10867 | 2025.07.18 19:22:36.957569 [ 4 ] {99b751a8-3df8-4671-8e34-0f7514d92abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10868 | 2025.07.18 19:22:36.957585 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 1149 rows starting from the beginning of the part | ||
10869 | 2025.07.18 19:22:36.957624 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 56 rows starting from the beginning of the part | ||
10870 | 2025.07.18 19:22:36.957665 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 1155 rows starting from the beginning of the part | ||
10871 | 2025.07.18 19:22:36.957703 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 56 rows starting from the beginning of the part | ||
10872 | 2025.07.18 19:22:36.958029 [ 4 ] {99b751a8-3df8-4671-8e34-0f7514d92abb} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10873 | 2025.07.18 19:22:36.958063 [ 4 ] {99b751a8-3df8-4671-8e34-0f7514d92abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10874 | 2025.07.18 19:22:36.958380 [ 4 ] {99b751a8-3df8-4671-8e34-0f7514d92abb} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
10875 | 2025.07.18 19:22:36.958595 [ 4 ] {99b751a8-3df8-4671-8e34-0f7514d92abb} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10876 | 2025.07.18 19:22:36.958704 [ 35 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
10877 | 2025.07.18 19:22:36.958728 [ 4 ] {99b751a8-3df8-4671-8e34-0f7514d92abb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001224 sec., 52287.5816993464 rows/sec., 4.08 MiB/sec. | ||
10878 | 2025.07.18 19:22:36.958729 [ 35 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10879 | 2025.07.18 19:22:36.958757 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10880 | 2025.07.18 19:22:36.958766 [ 4 ] {99b751a8-3df8-4671-8e34-0f7514d92abb} <Debug> TCPHandler: Processed in 0.001389401 sec. | ||
10881 | 2025.07.18 19:22:36.958864 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
10882 | 2025.07.18 19:22:36.958879 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10883 | 2025.07.18 19:22:36.959018 [ 4 ] {ecd90793-eb79-428b-a76d-3d19f3078a56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
10884 | 2025.07.18 19:22:36.959021 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10885 | 2025.07.18 19:22:36.959067 [ 4 ] {ecd90793-eb79-428b-a76d-3d19f3078a56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10886 | 2025.07.18 19:22:36.959071 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1185 rows starting from the beginning of the part | ||
10887 | 2025.07.18 19:22:36.959156 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 522 rows starting from the beginning of the part | ||
10888 | 2025.07.18 19:22:36.959203 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 693 rows starting from the beginning of the part | ||
10889 | 2025.07.18 19:22:36.959244 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 64 rows starting from the beginning of the part | ||
10890 | 2025.07.18 19:22:36.959284 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 705 rows starting from the beginning of the part | ||
10891 | 2025.07.18 19:22:36.959334 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 64 rows starting from the beginning of the part | ||
10892 | 2025.07.18 19:22:36.959530 [ 4 ] {ecd90793-eb79-428b-a76d-3d19f3078a56} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10893 | 2025.07.18 19:22:36.959570 [ 4 ] {ecd90793-eb79-428b-a76d-3d19f3078a56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10894 | 2025.07.18 19:22:36.959712 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5911 rows, containing 5 columns (5 merged, 0 gathered) in 0.002378176 sec., 2485518.3131946498 rows/sec., 210.37 MiB/sec. | ||
10895 | 2025.07.18 19:22:36.959947 [ 4 ] {ecd90793-eb79-428b-a76d-3d19f3078a56} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
10896 | 2025.07.18 19:22:36.959960 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
10897 | 2025.07.18 19:22:36.960187 [ 4 ] {ecd90793-eb79-428b-a76d-3d19f3078a56} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10898 | 2025.07.18 19:22:36.960220 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10899 | 2025.07.18 19:22:36.960282 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
10900 | 2025.07.18 19:22:36.960298 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
10901 | 2025.07.18 19:22:36.960319 [ 4 ] {ecd90793-eb79-428b-a76d-3d19f3078a56} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001323 sec., 120937.26379440665 rows/sec., 8.42 MiB/sec. | ||
10902 | 2025.07.18 19:22:36.960326 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10903 | 2025.07.18 19:22:36.960346 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
10904 | 2025.07.18 19:22:36.960348 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10905 | 2025.07.18 19:22:36.960357 [ 4 ] {ecd90793-eb79-428b-a76d-3d19f3078a56} <Debug> TCPHandler: Processed in 0.001526253 sec. | ||
10906 | 2025.07.18 19:22:36.960425 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
10907 | 2025.07.18 19:22:36.960477 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10908 | 2025.07.18 19:22:36.960490 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10909 | 2025.07.18 19:22:36.960516 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 31077 rows starting from the beginning of the part | ||
10910 | 2025.07.18 19:22:36.960561 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 1007 rows starting from the beginning of the part | ||
10911 | 2025.07.18 19:22:36.960571 [ 4 ] {b8eb8501-7e5b-4fc2-a1ed-d8f448a35a07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
10912 | 2025.07.18 19:22:36.960599 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 307 rows starting from the beginning of the part | ||
10913 | 2025.07.18 19:22:36.960613 [ 4 ] {b8eb8501-7e5b-4fc2-a1ed-d8f448a35a07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10914 | 2025.07.18 19:22:36.960632 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part | ||
10915 | 2025.07.18 19:22:36.960667 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 313 rows starting from the beginning of the part | ||
10916 | 2025.07.18 19:22:36.960700 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
10917 | 2025.07.18 19:22:36.960697 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3233 rows, containing 5 columns (5 merged, 0 gathered) in 0.00188562 sec., 1714555.424740934 rows/sec., 129.56 MiB/sec. | ||
10918 | 2025.07.18 19:22:36.960953 [ 4 ] {b8eb8501-7e5b-4fc2-a1ed-d8f448a35a07} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10919 | 2025.07.18 19:22:36.960986 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
10920 | 2025.07.18 19:22:36.960992 [ 4 ] {b8eb8501-7e5b-4fc2-a1ed-d8f448a35a07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10921 | 2025.07.18 19:22:36.961356 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10922 | 2025.07.18 19:22:36.961391 [ 4 ] {b8eb8501-7e5b-4fc2-a1ed-d8f448a35a07} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
10923 | 2025.07.18 19:22:36.961453 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
10924 | 2025.07.18 19:22:36.961559 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
10925 | 2025.07.18 19:22:36.961641 [ 4 ] {b8eb8501-7e5b-4fc2-a1ed-d8f448a35a07} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10926 | 2025.07.18 19:22:36.961778 [ 4 ] {b8eb8501-7e5b-4fc2-a1ed-d8f448a35a07} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001226 sec., 48939.64110929853 rows/sec., 3.30 MiB/sec. | ||
10927 | 2025.07.18 19:22:36.961813 [ 4 ] {b8eb8501-7e5b-4fc2-a1ed-d8f448a35a07} <Debug> TCPHandler: Processed in 0.001383501 sec. | ||
10928 | 2025.07.18 19:22:36.967492 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33024 rows, containing 5 columns (5 merged, 0 gathered) in 0.007106159 sec., 4647236.29178576 rows/sec., 311.11 MiB/sec. | ||
10929 | 2025.07.18 19:22:36.967754 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
10930 | 2025.07.18 19:22:36.968093 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10931 | 2025.07.18 19:22:36.968183 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
10932 | 2025.07.18 19:22:36.968292 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
10933 | 2025.07.18 19:22:40.463437 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10934 | 2025.07.18 19:22:40.463498 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10935 | 2025.07.18 19:22:40.634757 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511 | ||
10936 | 2025.07.18 19:22:40.635314 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10937 | 2025.07.18 19:22:40.635364 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10938 | 2025.07.18 19:22:40.635856 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10939 | 2025.07.18 19:22:40.636083 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10940 | 2025.07.18 19:22:40.636219 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
10941 | 2025.07.18 19:22:40.707381 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1516 | ||
10942 | 2025.07.18 19:22:40.709624 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10943 | 2025.07.18 19:22:40.709667 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10944 | 2025.07.18 19:22:40.710863 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
10945 | 2025.07.18 19:22:40.711147 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10946 | 2025.07.18 19:22:40.711401 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1516 | ||
10947 | 2025.07.18 19:22:41.967125 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10948 | 2025.07.18 19:22:41.967376 [ 4 ] {116a0ddf-de06-4e40-9ce8-50644d9909d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
10949 | 2025.07.18 19:22:41.967469 [ 4 ] {116a0ddf-de06-4e40-9ce8-50644d9909d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
10950 | 2025.07.18 19:22:41.968328 [ 4 ] {116a0ddf-de06-4e40-9ce8-50644d9909d2} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10951 | 2025.07.18 19:22:41.968374 [ 4 ] {116a0ddf-de06-4e40-9ce8-50644d9909d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10952 | 2025.07.18 19:22:41.968791 [ 4 ] {116a0ddf-de06-4e40-9ce8-50644d9909d2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
10953 | 2025.07.18 19:22:41.969034 [ 4 ] {116a0ddf-de06-4e40-9ce8-50644d9909d2} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10954 | 2025.07.18 19:22:41.969190 [ 4 ] {116a0ddf-de06-4e40-9ce8-50644d9909d2} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001883 sec., 208178.43866171004 rows/sec., 13.21 MiB/sec. | ||
10955 | 2025.07.18 19:22:41.969232 [ 4 ] {116a0ddf-de06-4e40-9ce8-50644d9909d2} <Debug> TCPHandler: Processed in 0.002267184 sec. | ||
10956 | 2025.07.18 19:22:41.969355 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10957 | 2025.07.18 19:22:41.969449 [ 4 ] {e570883f-523f-46ae-9788-fcda504f8f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
10958 | 2025.07.18 19:22:41.969490 [ 4 ] {e570883f-523f-46ae-9788-fcda504f8f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10959 | 2025.07.18 19:22:41.970432 [ 4 ] {e570883f-523f-46ae-9788-fcda504f8f03} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10960 | 2025.07.18 19:22:41.970466 [ 4 ] {e570883f-523f-46ae-9788-fcda504f8f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10961 | 2025.07.18 19:22:41.970845 [ 4 ] {e570883f-523f-46ae-9788-fcda504f8f03} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
10962 | 2025.07.18 19:22:41.971048 [ 4 ] {e570883f-523f-46ae-9788-fcda504f8f03} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10963 | 2025.07.18 19:22:41.971170 [ 4 ] {e570883f-523f-46ae-9788-fcda504f8f03} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.00174 sec., 660344.8275862068 rows/sec., 52.70 MiB/sec. | ||
10964 | 2025.07.18 19:22:41.971206 [ 4 ] {e570883f-523f-46ae-9788-fcda504f8f03} <Debug> TCPHandler: Processed in 0.00189966 sec. | ||
10965 | 2025.07.18 19:22:41.971321 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10966 | 2025.07.18 19:22:41.971414 [ 4 ] {d92a1aab-486b-459c-9121-53724ac254d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
10967 | 2025.07.18 19:22:41.971453 [ 4 ] {d92a1aab-486b-459c-9121-53724ac254d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10968 | 2025.07.18 19:22:41.971938 [ 4 ] {d92a1aab-486b-459c-9121-53724ac254d7} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10969 | 2025.07.18 19:22:41.971972 [ 4 ] {d92a1aab-486b-459c-9121-53724ac254d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10970 | 2025.07.18 19:22:41.972287 [ 4 ] {d92a1aab-486b-459c-9121-53724ac254d7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10971 | 2025.07.18 19:22:41.972485 [ 4 ] {d92a1aab-486b-459c-9121-53724ac254d7} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10972 | 2025.07.18 19:22:41.972609 [ 4 ] {d92a1aab-486b-459c-9121-53724ac254d7} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001213 sec., 195383.34707337178 rows/sec., 11.96 MiB/sec. | ||
10973 | 2025.07.18 19:22:41.972644 [ 4 ] {d92a1aab-486b-459c-9121-53724ac254d7} <Debug> TCPHandler: Processed in 0.001370631 sec. | ||
10974 | 2025.07.18 19:22:41.972754 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10975 | 2025.07.18 19:22:41.972847 [ 4 ] {71017dd2-2e70-44b5-b9b6-f2ceb88a5d9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
10976 | 2025.07.18 19:22:41.972886 [ 4 ] {71017dd2-2e70-44b5-b9b6-f2ceb88a5d9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10977 | 2025.07.18 19:22:41.973351 [ 4 ] {71017dd2-2e70-44b5-b9b6-f2ceb88a5d9b} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10978 | 2025.07.18 19:22:41.973386 [ 4 ] {71017dd2-2e70-44b5-b9b6-f2ceb88a5d9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10979 | 2025.07.18 19:22:41.973693 [ 4 ] {71017dd2-2e70-44b5-b9b6-f2ceb88a5d9b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10980 | 2025.07.18 19:22:41.973914 [ 4 ] {71017dd2-2e70-44b5-b9b6-f2ceb88a5d9b} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10981 | 2025.07.18 19:22:41.974050 [ 4 ] {71017dd2-2e70-44b5-b9b6-f2ceb88a5d9b} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001221 sec., 166257.16625716625 rows/sec., 10.72 MiB/sec. | ||
10982 | 2025.07.18 19:22:41.974085 [ 4 ] {71017dd2-2e70-44b5-b9b6-f2ceb88a5d9b} <Debug> TCPHandler: Processed in 0.001378481 sec. | ||
10983 | 2025.07.18 19:22:41.974196 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10984 | 2025.07.18 19:22:41.974288 [ 4 ] {231ac6d0-648d-4414-a982-9377a0414ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
10985 | 2025.07.18 19:22:41.974330 [ 4 ] {231ac6d0-648d-4414-a982-9377a0414ccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10986 | 2025.07.18 19:22:41.974776 [ 4 ] {231ac6d0-648d-4414-a982-9377a0414ccf} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10987 | 2025.07.18 19:22:41.974810 [ 4 ] {231ac6d0-648d-4414-a982-9377a0414ccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10988 | 2025.07.18 19:22:41.975118 [ 4 ] {231ac6d0-648d-4414-a982-9377a0414ccf} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
10989 | 2025.07.18 19:22:41.975324 [ 4 ] {231ac6d0-648d-4414-a982-9377a0414ccf} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10990 | 2025.07.18 19:22:41.975456 [ 4 ] {231ac6d0-648d-4414-a982-9377a0414ccf} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001184 sec., 170608.1081081081 rows/sec., 9.69 MiB/sec. | ||
10991 | 2025.07.18 19:22:41.975497 [ 4 ] {231ac6d0-648d-4414-a982-9377a0414ccf} <Debug> TCPHandler: Processed in 0.001348361 sec. | ||
10992 | 2025.07.18 19:22:41.975628 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10993 | 2025.07.18 19:22:41.975719 [ 4 ] {30ecb941-aa1e-49bb-845a-29768fba94e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
10994 | 2025.07.18 19:22:41.975757 [ 4 ] {30ecb941-aa1e-49bb-845a-29768fba94e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10995 | 2025.07.18 19:22:41.976381 [ 4 ] {30ecb941-aa1e-49bb-845a-29768fba94e2} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10996 | 2025.07.18 19:22:41.976415 [ 4 ] {30ecb941-aa1e-49bb-845a-29768fba94e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
10997 | 2025.07.18 19:22:41.976759 [ 4 ] {30ecb941-aa1e-49bb-845a-29768fba94e2} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
10998 | 2025.07.18 19:22:41.976960 [ 4 ] {30ecb941-aa1e-49bb-845a-29768fba94e2} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10999 | 2025.07.18 19:22:41.977084 [ 4 ] {30ecb941-aa1e-49bb-845a-29768fba94e2} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001383 sec., 501084.5986984816 rows/sec., 35.20 MiB/sec. | ||
11000 | 2025.07.18 19:22:41.977120 [ 4 ] {30ecb941-aa1e-49bb-845a-29768fba94e2} <Debug> TCPHandler: Processed in 0.001555804 sec. | ||
11001 | 2025.07.18 19:22:41.977232 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11002 | 2025.07.18 19:22:41.977324 [ 4 ] {6ead7ea4-ce83-49d6-9884-b6718eae96c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
11003 | 2025.07.18 19:22:41.977365 [ 4 ] {6ead7ea4-ce83-49d6-9884-b6718eae96c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11004 | 2025.07.18 19:22:41.977697 [ 4 ] {6ead7ea4-ce83-49d6-9884-b6718eae96c5} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11005 | 2025.07.18 19:22:41.977730 [ 4 ] {6ead7ea4-ce83-49d6-9884-b6718eae96c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
11006 | 2025.07.18 19:22:41.978030 [ 4 ] {6ead7ea4-ce83-49d6-9884-b6718eae96c5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
11007 | 2025.07.18 19:22:41.978250 [ 4 ] {6ead7ea4-ce83-49d6-9884-b6718eae96c5} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11008 | 2025.07.18 19:22:41.978376 [ 4 ] {6ead7ea4-ce83-49d6-9884-b6718eae96c5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001069 sec., 5612.722170252572 rows/sec., 293.24 KiB/sec. | ||
11009 | 2025.07.18 19:22:41.978410 [ 4 ] {6ead7ea4-ce83-49d6-9884-b6718eae96c5} <Debug> TCPHandler: Processed in 0.001224808 sec. | ||
11010 | 2025.07.18 19:22:41.978529 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11011 | 2025.07.18 19:22:41.978621 [ 4 ] {59cfe873-c675-414a-8989-738978762596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11012 | 2025.07.18 19:22:41.978662 [ 4 ] {59cfe873-c675-414a-8989-738978762596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11013 | 2025.07.18 19:22:41.979091 [ 4 ] {59cfe873-c675-414a-8989-738978762596} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11014 | 2025.07.18 19:22:41.979125 [ 4 ] {59cfe873-c675-414a-8989-738978762596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
11015 | 2025.07.18 19:22:41.979458 [ 4 ] {59cfe873-c675-414a-8989-738978762596} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
11016 | 2025.07.18 19:22:41.979662 [ 4 ] {59cfe873-c675-414a-8989-738978762596} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11017 | 2025.07.18 19:22:41.979788 [ 4 ] {59cfe873-c675-414a-8989-738978762596} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001185 sec., 259071.7299578059 rows/sec., 17.04 MiB/sec. | ||
11018 | 2025.07.18 19:22:41.979824 [ 4 ] {59cfe873-c675-414a-8989-738978762596} <Debug> TCPHandler: Processed in 0.001352181 sec. | ||
11019 | 2025.07.18 19:22:41.979941 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11020 | 2025.07.18 19:22:41.980033 [ 4 ] {02b0362c-08a9-4407-a07c-1598b28d6f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
11021 | 2025.07.18 19:22:41.980072 [ 4 ] {02b0362c-08a9-4407-a07c-1598b28d6f42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11022 | 2025.07.18 19:22:41.980383 [ 4 ] {02b0362c-08a9-4407-a07c-1598b28d6f42} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11023 | 2025.07.18 19:22:41.980415 [ 4 ] {02b0362c-08a9-4407-a07c-1598b28d6f42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
11024 | 2025.07.18 19:22:41.980693 [ 4 ] {02b0362c-08a9-4407-a07c-1598b28d6f42} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
11025 | 2025.07.18 19:22:41.980881 [ 4 ] {02b0362c-08a9-4407-a07c-1598b28d6f42} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11026 | 2025.07.18 19:22:41.980995 [ 4 ] {02b0362c-08a9-4407-a07c-1598b28d6f42} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001015 sec., 985.2216748768473 rows/sec., 66.39 KiB/sec. | ||
11027 | 2025.07.18 19:22:41.981027 [ 4 ] {02b0362c-08a9-4407-a07c-1598b28d6f42} <Debug> TCPHandler: Processed in 0.001178088 sec. | ||
11028 | 2025.07.18 19:22:41.981136 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11029 | 2025.07.18 19:22:41.981223 [ 4 ] {95a4599e-ce89-48b3-b14d-3def3191dff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11030 | 2025.07.18 19:22:41.981272 [ 4 ] {95a4599e-ce89-48b3-b14d-3def3191dff7} <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 | ||
11031 | 2025.07.18 19:22:41.982207 [ 4 ] {95a4599e-ce89-48b3-b14d-3def3191dff7} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11032 | 2025.07.18 19:22:41.982241 [ 4 ] {95a4599e-ce89-48b3-b14d-3def3191dff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
11033 | 2025.07.18 19:22:41.982808 [ 4 ] {95a4599e-ce89-48b3-b14d-3def3191dff7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
11034 | 2025.07.18 19:22:41.983022 [ 4 ] {95a4599e-ce89-48b3-b14d-3def3191dff7} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11035 | 2025.07.18 19:22:41.983152 [ 4 ] {95a4599e-ce89-48b3-b14d-3def3191dff7} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001896 sec., 21624.472573839663 rows/sec., 38.75 MiB/sec. | ||
11036 | 2025.07.18 19:22:41.983213 [ 4 ] {95a4599e-ce89-48b3-b14d-3def3191dff7} <Debug> TCPHandler: Processed in 0.002087342 sec. | ||
11037 | 2025.07.18 19:22:41.983328 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11038 | 2025.07.18 19:22:41.983420 [ 4 ] {ba411896-14fe-43a4-b39b-35e52cc0320d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11039 | 2025.07.18 19:22:41.983460 [ 4 ] {ba411896-14fe-43a4-b39b-35e52cc0320d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11040 | 2025.07.18 19:22:41.983789 [ 4 ] {ba411896-14fe-43a4-b39b-35e52cc0320d} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11041 | 2025.07.18 19:22:41.983822 [ 4 ] {ba411896-14fe-43a4-b39b-35e52cc0320d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
11042 | 2025.07.18 19:22:41.984143 [ 4 ] {ba411896-14fe-43a4-b39b-35e52cc0320d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
11043 | 2025.07.18 19:22:41.984346 [ 4 ] {ba411896-14fe-43a4-b39b-35e52cc0320d} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11044 | 2025.07.18 19:22:41.984467 [ 4 ] {ba411896-14fe-43a4-b39b-35e52cc0320d} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001064 sec., 95864.66165413533 rows/sec., 5.89 MiB/sec. | ||
11045 | 2025.07.18 19:22:41.984468 [ 27 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
11046 | 2025.07.18 19:22:41.984501 [ 4 ] {ba411896-14fe-43a4-b39b-35e52cc0320d} <Debug> TCPHandler: Processed in 0.001220209 sec. | ||
11047 | 2025.07.18 19:22:41.984513 [ 27 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11048 | 2025.07.18 19:22:41.984537 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
11049 | 2025.07.18 19:22:41.984691 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
11050 | 2025.07.18 19:22:41.984867 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11051 | 2025.07.18 19:22:41.984920 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 6360 rows starting from the beginning of the part | ||
11052 | 2025.07.18 19:22:41.984998 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 102 rows starting from the beginning of the part | ||
11053 | 2025.07.18 19:22:41.985049 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
11054 | 2025.07.18 19:22:41.985095 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 102 rows starting from the beginning of the part | ||
11055 | 2025.07.18 19:22:41.985138 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
11056 | 2025.07.18 19:22:41.985181 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 102 rows starting from the beginning of the part | ||
11057 | 2025.07.18 19:22:41.986997 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6786 rows, containing 4 columns (4 merged, 0 gathered) in 0.002374956 sec., 2857316.093434994 rows/sec., 181.65 MiB/sec. | ||
11058 | 2025.07.18 19:22:41.987398 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
11059 | 2025.07.18 19:22:41.987647 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_86_17} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11060 | 2025.07.18 19:22:41.987714 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_86_17} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
11061 | 2025.07.18 19:22:41.987780 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
11062 | 2025.07.18 19:22:42.126087 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 | ||
11063 | 2025.07.18 19:22:42.143788 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11064 | 2025.07.18 19:22:42.143852 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
11065 | 2025.07.18 19:22:42.150107 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11066 | 2025.07.18 19:22:42.150822 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11067 | 2025.07.18 19:22:42.154021 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 452 | ||
11068 | 2025.07.18 19:22:42.977690 [ 28 ] {} <Debug> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
11069 | 2025.07.18 19:22:42.977753 [ 28 ] {} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11070 | 2025.07.18 19:22:42.977776 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
11071 | 2025.07.18 19:22:42.977908 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::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 | ||
11072 | 2025.07.18 19:22:42.978059 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11073 | 2025.07.18 19:22:42.978092 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part | ||
11074 | 2025.07.18 19:22:42.978161 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part | ||
11075 | 2025.07.18 19:22:42.978206 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
11076 | 2025.07.18 19:22:42.978248 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
11077 | 2025.07.18 19:22:42.978289 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part | ||
11078 | 2025.07.18 19:22:42.979044 [ 192 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.001192308 sec., 40258.05412695377 rows/sec., 3.36 MiB/sec. | ||
11079 | 2025.07.18 19:22:42.979171 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
11080 | 2025.07.18 19:22:42.979415 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_17_4} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11081 | 2025.07.18 19:22:42.979487 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_17_4} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
11082 | 2025.07.18 19:22:42.979556 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11083 | 2025.07.18 19:22:46.604298 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11084 | 2025.07.18 19:22:46.604501 [ 4 ] {a4fc322c-7c95-4458-a14d-8803e6c2cf86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11085 | 2025.07.18 19:22:46.604569 [ 4 ] {a4fc322c-7c95-4458-a14d-8803e6c2cf86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11086 | 2025.07.18 19:22:46.605929 [ 4 ] {a4fc322c-7c95-4458-a14d-8803e6c2cf86} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11087 | 2025.07.18 19:22:46.605979 [ 4 ] {a4fc322c-7c95-4458-a14d-8803e6c2cf86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
11088 | 2025.07.18 19:22:46.606448 [ 4 ] {a4fc322c-7c95-4458-a14d-8803e6c2cf86} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11089 | 2025.07.18 19:22:46.606695 [ 4 ] {a4fc322c-7c95-4458-a14d-8803e6c2cf86} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11090 | 2025.07.18 19:22:46.606861 [ 4 ] {a4fc322c-7c95-4458-a14d-8803e6c2cf86} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002409 sec., 496471.5649647156 rows/sec., 40.93 MiB/sec. | ||
11091 | 2025.07.18 19:22:46.606909 [ 4 ] {a4fc322c-7c95-4458-a14d-8803e6c2cf86} <Debug> TCPHandler: Processed in 0.002745193 sec. | ||
11092 | 2025.07.18 19:22:46.607040 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11093 | 2025.07.18 19:22:46.607142 [ 4 ] {191e698e-36c3-4ca2-b7c0-578ac9b5be26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
11094 | 2025.07.18 19:22:46.607192 [ 4 ] {191e698e-36c3-4ca2-b7c0-578ac9b5be26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11095 | 2025.07.18 19:22:46.607733 [ 4 ] {191e698e-36c3-4ca2-b7c0-578ac9b5be26} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11096 | 2025.07.18 19:22:46.607771 [ 4 ] {191e698e-36c3-4ca2-b7c0-578ac9b5be26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
11097 | 2025.07.18 19:22:46.608151 [ 4 ] {191e698e-36c3-4ca2-b7c0-578ac9b5be26} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
11098 | 2025.07.18 19:22:46.608389 [ 4 ] {191e698e-36c3-4ca2-b7c0-578ac9b5be26} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11099 | 2025.07.18 19:22:46.608523 [ 85 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_47_10 to all_52_52_0 | ||
11100 | 2025.07.18 19:22:46.608529 [ 4 ] {191e698e-36c3-4ca2-b7c0-578ac9b5be26} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001411 sec., 161587.52657689582 rows/sec., 10.94 MiB/sec. | ||
11101 | 2025.07.18 19:22:46.608598 [ 85 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11102 | 2025.07.18 19:22:46.608615 [ 4 ] {191e698e-36c3-4ca2-b7c0-578ac9b5be26} <Debug> TCPHandler: Processed in 0.001627195 sec. | ||
11103 | 2025.07.18 19:22:46.608628 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
11104 | 2025.07.18 19:22:46.608740 [ 189 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_47_10 to all_52_52_0 into Compact with storage Full | ||
11105 | 2025.07.18 19:22:46.608744 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11106 | 2025.07.18 19:22:46.608863 [ 189 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11107 | 2025.07.18 19:22:46.608866 [ 4 ] {6be74913-e000-4c06-8d63-5bb1dbae3e0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11108 | 2025.07.18 19:22:46.608905 [ 189 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 431 rows starting from the beginning of the part | ||
11109 | 2025.07.18 19:22:46.608924 [ 4 ] {6be74913-e000-4c06-8d63-5bb1dbae3e0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11110 | 2025.07.18 19:22:46.609006 [ 189 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 228 rows starting from the beginning of the part | ||
11111 | 2025.07.18 19:22:46.609060 [ 189 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 203 rows starting from the beginning of the part | ||
11112 | 2025.07.18 19:22:46.609108 [ 189 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 203 rows starting from the beginning of the part | ||
11113 | 2025.07.18 19:22:46.609150 [ 189 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 203 rows starting from the beginning of the part | ||
11114 | 2025.07.18 19:22:46.609189 [ 189 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 228 rows starting from the beginning of the part | ||
11115 | 2025.07.18 19:22:46.609629 [ 4 ] {6be74913-e000-4c06-8d63-5bb1dbae3e0f} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11116 | 2025.07.18 19:22:46.609672 [ 4 ] {6be74913-e000-4c06-8d63-5bb1dbae3e0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
11117 | 2025.07.18 19:22:46.610051 [ 4 ] {6be74913-e000-4c06-8d63-5bb1dbae3e0f} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11118 | 2025.07.18 19:22:46.610244 [ 192 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1496 rows, containing 5 columns (5 merged, 0 gathered) in 0.001546793 sec., 967162.3804865938 rows/sec., 67.49 MiB/sec. | ||
11119 | 2025.07.18 19:22:46.610269 [ 4 ] {6be74913-e000-4c06-8d63-5bb1dbae3e0f} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11120 | 2025.07.18 19:22:46.610413 [ 4 ] {6be74913-e000-4c06-8d63-5bb1dbae3e0f} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001565 sec., 332268.3706070288 rows/sec., 24.59 MiB/sec. | ||
11121 | 2025.07.18 19:22:46.610453 [ 4 ] {6be74913-e000-4c06-8d63-5bb1dbae3e0f} <Debug> TCPHandler: Processed in 0.001759147 sec. | ||
11122 | 2025.07.18 19:22:46.610476 [ 198 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} <Trace> MergedBlockOutputStream: filled checksums all_1_52_11 (state Temporary) | ||
11123 | 2025.07.18 19:22:46.610578 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11124 | 2025.07.18 19:22:46.610679 [ 4 ] {56cd2fb4-67a4-4a43-be7b-b07836ec3abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11125 | 2025.07.18 19:22:46.610726 [ 4 ] {56cd2fb4-67a4-4a43-be7b-b07836ec3abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11126 | 2025.07.18 19:22:46.610831 [ 198 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_52_11 to all_1_52_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11127 | 2025.07.18 19:22:46.610924 [ 198 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_47_10, all_52_52_0] -> all_1_52_11 | ||
11128 | 2025.07.18 19:22:46.611045 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
11129 | 2025.07.18 19:22:46.611472 [ 4 ] {56cd2fb4-67a4-4a43-be7b-b07836ec3abe} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11130 | 2025.07.18 19:22:46.611514 [ 4 ] {56cd2fb4-67a4-4a43-be7b-b07836ec3abe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
11131 | 2025.07.18 19:22:46.611924 [ 4 ] {56cd2fb4-67a4-4a43-be7b-b07836ec3abe} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11132 | 2025.07.18 19:22:46.612142 [ 4 ] {56cd2fb4-67a4-4a43-be7b-b07836ec3abe} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11133 | 2025.07.18 19:22:46.612275 [ 4 ] {56cd2fb4-67a4-4a43-be7b-b07836ec3abe} <Debug> executeQuery: Read 1006 rows, 69.24 KiB in 0.001615 sec., 622910.2167182663 rows/sec., 41.87 MiB/sec. | ||
11134 | 2025.07.18 19:22:46.612317 [ 4 ] {56cd2fb4-67a4-4a43-be7b-b07836ec3abe} <Debug> TCPHandler: Processed in 0.001789738 sec. | ||
11135 | 2025.07.18 19:22:46.612441 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11136 | 2025.07.18 19:22:46.612537 [ 4 ] {db9ce7d2-2a23-4da4-9eb2-f572eb19b0fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11137 | 2025.07.18 19:22:46.612585 [ 4 ] {db9ce7d2-2a23-4da4-9eb2-f572eb19b0fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11138 | 2025.07.18 19:22:46.612939 [ 4 ] {db9ce7d2-2a23-4da4-9eb2-f572eb19b0fe} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11139 | 2025.07.18 19:22:46.612976 [ 4 ] {db9ce7d2-2a23-4da4-9eb2-f572eb19b0fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
11140 | 2025.07.18 19:22:46.613293 [ 4 ] {db9ce7d2-2a23-4da4-9eb2-f572eb19b0fe} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
11141 | 2025.07.18 19:22:46.613520 [ 4 ] {db9ce7d2-2a23-4da4-9eb2-f572eb19b0fe} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11142 | 2025.07.18 19:22:46.613662 [ 4 ] {db9ce7d2-2a23-4da4-9eb2-f572eb19b0fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001143 sec., 52493.43832020998 rows/sec., 3.54 MiB/sec. | ||
11143 | 2025.07.18 19:22:46.613701 [ 4 ] {db9ce7d2-2a23-4da4-9eb2-f572eb19b0fe} <Debug> TCPHandler: Processed in 0.0013102 sec. | ||
11144 | 2025.07.18 19:22:48.136444 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999 | ||
11145 | 2025.07.18 19:22:48.137016 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11146 | 2025.07.18 19:22:48.137064 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
11147 | 2025.07.18 19:22:48.137577 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11148 | 2025.07.18 19:22:48.137823 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11149 | 2025.07.18 19:22:48.137949 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 | ||
11150 | 2025.07.18 19:22:48.137953 [ 104 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11151 | 2025.07.18 19:22:48.137996 [ 104 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11152 | 2025.07.18 19:22:48.138016 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
11153 | 2025.07.18 19:22:48.138126 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
11154 | 2025.07.18 19:22:48.138261 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11155 | 2025.07.18 19:22:48.138297 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
11156 | 2025.07.18 19:22:48.138362 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 488 rows starting from the beginning of the part | ||
11157 | 2025.07.18 19:22:48.138407 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 427 rows starting from the beginning of the part | ||
11158 | 2025.07.18 19:22:48.138451 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 488 rows starting from the beginning of the part | ||
11159 | 2025.07.18 19:22:48.138561 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 427 rows starting from the beginning of the part | ||
11160 | 2025.07.18 19:22:48.138606 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 488 rows starting from the beginning of the part | ||
11161 | 2025.07.18 19:22:48.140970 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.002860814 sec., 9787074.587862056 rows/sec., 140.01 MiB/sec. | ||
11162 | 2025.07.18 19:22:48.141397 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11163 | 2025.07.18 19:22:48.141780 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_61_12} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11164 | 2025.07.18 19:22:48.141866 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_61_12} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11165 | 2025.07.18 19:22:48.141976 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
11166 | 2025.07.18 19:22:49.654172 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 | ||
11167 | 2025.07.18 19:22:49.671668 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11168 | 2025.07.18 19:22:49.671729 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
11169 | 2025.07.18 19:22:49.677937 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11170 | 2025.07.18 19:22:49.678713 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11171 | 2025.07.18 19:22:49.679026 [ 141 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11172 | 2025.07.18 19:22:49.679065 [ 141 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11173 | 2025.07.18 19:22:49.679085 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. | ||
11174 | 2025.07.18 19:22:49.679176 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
11175 | 2025.07.18 19:22:49.681759 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
11176 | 2025.07.18 19:22:49.682247 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11177 | 2025.07.18 19:22:49.682990 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
11178 | 2025.07.18 19:22:49.686242 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
11179 | 2025.07.18 19:22:49.689666 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
11180 | 2025.07.18 19:22:49.693463 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
11181 | 2025.07.18 19:22:49.697598 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
11182 | 2025.07.18 19:22:49.701641 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
11183 | 2025.07.18 19:22:49.753856 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.074712869 sec., 6156.904508646295 rows/sec., 31.84 MiB/sec. | ||
11184 | 2025.07.18 19:22:49.756945 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11185 | 2025.07.18 19:22:49.759014 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_61_12} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11186 | 2025.07.18 19:22:49.759126 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_61_12} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11187 | 2025.07.18 19:22:49.761923 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
11188 | 2025.07.18 19:22:50.711718 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1548 | ||
11189 | 2025.07.18 19:22:50.714051 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11190 | 2025.07.18 19:22:50.714109 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
11191 | 2025.07.18 19:22:50.715334 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
11192 | 2025.07.18 19:22:50.715636 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11193 | 2025.07.18 19:22:50.716031 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1548 | ||
11194 | 2025.07.18 19:22:51.966628 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11195 | 2025.07.18 19:22:51.966822 [ 4 ] {b256c0a6-844b-406c-8d9e-7dce04482583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
11196 | 2025.07.18 19:22:51.966898 [ 4 ] {b256c0a6-844b-406c-8d9e-7dce04482583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
11197 | 2025.07.18 19:22:51.967698 [ 4 ] {b256c0a6-844b-406c-8d9e-7dce04482583} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11198 | 2025.07.18 19:22:51.967743 [ 4 ] {b256c0a6-844b-406c-8d9e-7dce04482583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
11199 | 2025.07.18 19:22:51.968138 [ 4 ] {b256c0a6-844b-406c-8d9e-7dce04482583} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
11200 | 2025.07.18 19:22:51.968366 [ 4 ] {b256c0a6-844b-406c-8d9e-7dce04482583} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11201 | 2025.07.18 19:22:51.968514 [ 4 ] {b256c0a6-844b-406c-8d9e-7dce04482583} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001746 sec., 224513.17296678122 rows/sec., 14.24 MiB/sec. | ||
11202 | 2025.07.18 19:22:51.968556 [ 4 ] {b256c0a6-844b-406c-8d9e-7dce04482583} <Debug> TCPHandler: Processed in 0.002062092 sec. | ||
11203 | 2025.07.18 19:22:51.968673 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11204 | 2025.07.18 19:22:51.968767 [ 4 ] {65ff2dae-b82e-4366-8b79-a06331c400ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11205 | 2025.07.18 19:22:51.968808 [ 4 ] {65ff2dae-b82e-4366-8b79-a06331c400ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11206 | 2025.07.18 19:22:51.969987 [ 4 ] {65ff2dae-b82e-4366-8b79-a06331c400ff} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11207 | 2025.07.18 19:22:51.970023 [ 4 ] {65ff2dae-b82e-4366-8b79-a06331c400ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
11208 | 2025.07.18 19:22:51.970380 [ 4 ] {65ff2dae-b82e-4366-8b79-a06331c400ff} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
11209 | 2025.07.18 19:22:51.970584 [ 4 ] {65ff2dae-b82e-4366-8b79-a06331c400ff} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11210 | 2025.07.18 19:22:51.970708 [ 4 ] {65ff2dae-b82e-4366-8b79-a06331c400ff} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001959 sec., 586523.7366003064 rows/sec., 46.81 MiB/sec. | ||
11211 | 2025.07.18 19:22:51.970745 [ 4 ] {65ff2dae-b82e-4366-8b79-a06331c400ff} <Debug> TCPHandler: Processed in 0.002120132 sec. | ||
11212 | 2025.07.18 19:22:51.970860 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11213 | 2025.07.18 19:22:51.970953 [ 4 ] {11943ebf-203b-42da-92ac-98e5877611d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11214 | 2025.07.18 19:22:51.970992 [ 4 ] {11943ebf-203b-42da-92ac-98e5877611d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11215 | 2025.07.18 19:22:51.971525 [ 4 ] {11943ebf-203b-42da-92ac-98e5877611d0} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11216 | 2025.07.18 19:22:51.971561 [ 4 ] {11943ebf-203b-42da-92ac-98e5877611d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
11217 | 2025.07.18 19:22:51.971857 [ 4 ] {11943ebf-203b-42da-92ac-98e5877611d0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
11218 | 2025.07.18 19:22:51.972065 [ 4 ] {11943ebf-203b-42da-92ac-98e5877611d0} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11219 | 2025.07.18 19:22:51.972218 [ 4 ] {11943ebf-203b-42da-92ac-98e5877611d0} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001283 sec., 184723.30475448168 rows/sec., 11.31 MiB/sec. | ||
11220 | 2025.07.18 19:22:51.972254 [ 4 ] {11943ebf-203b-42da-92ac-98e5877611d0} <Debug> TCPHandler: Processed in 0.001442103 sec. | ||
11221 | 2025.07.18 19:22:51.972365 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11222 | 2025.07.18 19:22:51.972456 [ 4 ] {c57a4028-c0bf-4c7c-9ba9-5efb475ea393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
11223 | 2025.07.18 19:22:51.972495 [ 4 ] {c57a4028-c0bf-4c7c-9ba9-5efb475ea393} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11224 | 2025.07.18 19:22:51.973004 [ 4 ] {c57a4028-c0bf-4c7c-9ba9-5efb475ea393} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11225 | 2025.07.18 19:22:51.973040 [ 4 ] {c57a4028-c0bf-4c7c-9ba9-5efb475ea393} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
11226 | 2025.07.18 19:22:51.973328 [ 4 ] {c57a4028-c0bf-4c7c-9ba9-5efb475ea393} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
11227 | 2025.07.18 19:22:51.973554 [ 4 ] {c57a4028-c0bf-4c7c-9ba9-5efb475ea393} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11228 | 2025.07.18 19:22:51.973679 [ 4 ] {c57a4028-c0bf-4c7c-9ba9-5efb475ea393} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.00124 sec., 163709.67741935485 rows/sec., 10.56 MiB/sec. | ||
11229 | 2025.07.18 19:22:51.973715 [ 4 ] {c57a4028-c0bf-4c7c-9ba9-5efb475ea393} <Debug> TCPHandler: Processed in 0.001397421 sec. | ||
11230 | 2025.07.18 19:22:51.973826 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11231 | 2025.07.18 19:22:51.973918 [ 4 ] {9493db7b-2a80-4f79-aec5-df80ac18130e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
11232 | 2025.07.18 19:22:51.973956 [ 4 ] {9493db7b-2a80-4f79-aec5-df80ac18130e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11233 | 2025.07.18 19:22:51.974446 [ 4 ] {9493db7b-2a80-4f79-aec5-df80ac18130e} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11234 | 2025.07.18 19:22:51.974481 [ 4 ] {9493db7b-2a80-4f79-aec5-df80ac18130e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
11235 | 2025.07.18 19:22:51.974766 [ 4 ] {9493db7b-2a80-4f79-aec5-df80ac18130e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
11236 | 2025.07.18 19:22:51.974966 [ 4 ] {9493db7b-2a80-4f79-aec5-df80ac18130e} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11237 | 2025.07.18 19:22:51.975089 [ 4 ] {9493db7b-2a80-4f79-aec5-df80ac18130e} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001189 sec., 169890.66442388564 rows/sec., 9.65 MiB/sec. | ||
11238 | 2025.07.18 19:22:51.975125 [ 4 ] {9493db7b-2a80-4f79-aec5-df80ac18130e} <Debug> TCPHandler: Processed in 0.001346041 sec. | ||
11239 | 2025.07.18 19:22:51.975237 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11240 | 2025.07.18 19:22:51.975327 [ 4 ] {ee1b49db-4a08-4fbb-9add-70b75f830342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11241 | 2025.07.18 19:22:51.975365 [ 4 ] {ee1b49db-4a08-4fbb-9add-70b75f830342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11242 | 2025.07.18 19:22:51.976130 [ 4 ] {ee1b49db-4a08-4fbb-9add-70b75f830342} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11243 | 2025.07.18 19:22:51.976164 [ 4 ] {ee1b49db-4a08-4fbb-9add-70b75f830342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
11244 | 2025.07.18 19:22:51.976478 [ 4 ] {ee1b49db-4a08-4fbb-9add-70b75f830342} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
11245 | 2025.07.18 19:22:51.976686 [ 4 ] {ee1b49db-4a08-4fbb-9add-70b75f830342} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11246 | 2025.07.18 19:22:51.976810 [ 4 ] {ee1b49db-4a08-4fbb-9add-70b75f830342} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001499 sec., 462308.20547031355 rows/sec., 32.48 MiB/sec. | ||
11247 | 2025.07.18 19:22:51.976846 [ 4 ] {ee1b49db-4a08-4fbb-9add-70b75f830342} <Debug> TCPHandler: Processed in 0.001656375 sec. | ||
11248 | 2025.07.18 19:22:51.976964 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11249 | 2025.07.18 19:22:51.977056 [ 4 ] {8a86954a-5536-4a90-9126-5bca5b3c5619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
11250 | 2025.07.18 19:22:51.977096 [ 4 ] {8a86954a-5536-4a90-9126-5bca5b3c5619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11251 | 2025.07.18 19:22:51.977426 [ 4 ] {8a86954a-5536-4a90-9126-5bca5b3c5619} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11252 | 2025.07.18 19:22:51.977462 [ 4 ] {8a86954a-5536-4a90-9126-5bca5b3c5619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
11253 | 2025.07.18 19:22:51.977753 [ 4 ] {8a86954a-5536-4a90-9126-5bca5b3c5619} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
11254 | 2025.07.18 19:22:51.977965 [ 4 ] {8a86954a-5536-4a90-9126-5bca5b3c5619} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11255 | 2025.07.18 19:22:51.978091 [ 4 ] {8a86954a-5536-4a90-9126-5bca5b3c5619} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001052 sec., 5703.42205323194 rows/sec., 297.98 KiB/sec. | ||
11256 | 2025.07.18 19:22:51.978125 [ 4 ] {8a86954a-5536-4a90-9126-5bca5b3c5619} <Debug> TCPHandler: Processed in 0.001208649 sec. | ||
11257 | 2025.07.18 19:22:51.978233 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11258 | 2025.07.18 19:22:51.978324 [ 4 ] {847561e6-73da-4afa-9fdb-c6712523f648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11259 | 2025.07.18 19:22:51.978365 [ 4 ] {847561e6-73da-4afa-9fdb-c6712523f648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11260 | 2025.07.18 19:22:51.978824 [ 4 ] {847561e6-73da-4afa-9fdb-c6712523f648} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11261 | 2025.07.18 19:22:51.978859 [ 4 ] {847561e6-73da-4afa-9fdb-c6712523f648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
11262 | 2025.07.18 19:22:51.979173 [ 4 ] {847561e6-73da-4afa-9fdb-c6712523f648} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
11263 | 2025.07.18 19:22:51.979373 [ 4 ] {847561e6-73da-4afa-9fdb-c6712523f648} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11264 | 2025.07.18 19:22:51.979499 [ 4 ] {847561e6-73da-4afa-9fdb-c6712523f648} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001192 sec., 257550.33557046982 rows/sec., 16.94 MiB/sec. | ||
11265 | 2025.07.18 19:22:51.979534 [ 4 ] {847561e6-73da-4afa-9fdb-c6712523f648} <Debug> TCPHandler: Processed in 0.0013488 sec. | ||
11266 | 2025.07.18 19:22:51.979644 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11267 | 2025.07.18 19:22:51.979736 [ 4 ] {11b8fe5d-e319-4795-9f47-56687aa73309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
11268 | 2025.07.18 19:22:51.979776 [ 4 ] {11b8fe5d-e319-4795-9f47-56687aa73309} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11269 | 2025.07.18 19:22:51.980084 [ 4 ] {11b8fe5d-e319-4795-9f47-56687aa73309} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11270 | 2025.07.18 19:22:51.980117 [ 4 ] {11b8fe5d-e319-4795-9f47-56687aa73309} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
11271 | 2025.07.18 19:22:51.980402 [ 4 ] {11b8fe5d-e319-4795-9f47-56687aa73309} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
11272 | 2025.07.18 19:22:51.980598 [ 4 ] {11b8fe5d-e319-4795-9f47-56687aa73309} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11273 | 2025.07.18 19:22:51.980721 [ 4 ] {11b8fe5d-e319-4795-9f47-56687aa73309} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001003 sec., 997.0089730807578 rows/sec., 67.18 KiB/sec. | ||
11274 | 2025.07.18 19:22:51.980757 [ 4 ] {11b8fe5d-e319-4795-9f47-56687aa73309} <Debug> TCPHandler: Processed in 0.001159948 sec. | ||
11275 | 2025.07.18 19:22:51.980865 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11276 | 2025.07.18 19:22:51.980956 [ 4 ] {90d650bd-ccca-42d2-a5aa-4e70f7a00773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11277 | 2025.07.18 19:22:51.981008 [ 4 ] {90d650bd-ccca-42d2-a5aa-4e70f7a00773} <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 | ||
11278 | 2025.07.18 19:22:51.981876 [ 4 ] {90d650bd-ccca-42d2-a5aa-4e70f7a00773} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11279 | 2025.07.18 19:22:51.981911 [ 4 ] {90d650bd-ccca-42d2-a5aa-4e70f7a00773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
11280 | 2025.07.18 19:22:51.982452 [ 4 ] {90d650bd-ccca-42d2-a5aa-4e70f7a00773} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
11281 | 2025.07.18 19:22:51.982660 [ 4 ] {90d650bd-ccca-42d2-a5aa-4e70f7a00773} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11282 | 2025.07.18 19:22:51.982792 [ 4 ] {90d650bd-ccca-42d2-a5aa-4e70f7a00773} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001854 sec., 22114.347357065802 rows/sec., 39.63 MiB/sec. | ||
11283 | 2025.07.18 19:22:51.982845 [ 4 ] {90d650bd-ccca-42d2-a5aa-4e70f7a00773} <Debug> TCPHandler: Processed in 0.002026732 sec. | ||
11284 | 2025.07.18 19:22:51.982965 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11285 | 2025.07.18 19:22:51.983059 [ 4 ] {1a46340e-90e2-4ee9-9ca8-6beab3fc3c9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11286 | 2025.07.18 19:22:51.983099 [ 4 ] {1a46340e-90e2-4ee9-9ca8-6beab3fc3c9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11287 | 2025.07.18 19:22:51.983439 [ 4 ] {1a46340e-90e2-4ee9-9ca8-6beab3fc3c9c} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11288 | 2025.07.18 19:22:51.983475 [ 4 ] {1a46340e-90e2-4ee9-9ca8-6beab3fc3c9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
11289 | 2025.07.18 19:22:51.983776 [ 4 ] {1a46340e-90e2-4ee9-9ca8-6beab3fc3c9c} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11290 | 2025.07.18 19:22:51.983987 [ 4 ] {1a46340e-90e2-4ee9-9ca8-6beab3fc3c9c} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11291 | 2025.07.18 19:22:51.984119 [ 4 ] {1a46340e-90e2-4ee9-9ca8-6beab3fc3c9c} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001077 sec., 94707.5208913649 rows/sec., 5.82 MiB/sec. | ||
11292 | 2025.07.18 19:22:51.984154 [ 4 ] {1a46340e-90e2-4ee9-9ca8-6beab3fc3c9c} <Debug> TCPHandler: Processed in 0.001242279 sec. | ||
11293 | 2025.07.18 19:22:55.463537 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11294 | 2025.07.18 19:22:55.463593 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11295 | 2025.07.18 19:22:55.638310 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426 | ||
11296 | 2025.07.18 19:22:55.638812 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11297 | 2025.07.18 19:22:55.638849 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
11298 | 2025.07.18 19:22:55.639564 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11299 | 2025.07.18 19:22:55.639829 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11300 | 2025.07.18 19:22:55.639971 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
11301 | 2025.07.18 19:22:56.955038 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11302 | 2025.07.18 19:22:56.955237 [ 4 ] {cdbd277e-c26c-4ff1-9c04-debd3c52f43a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11303 | 2025.07.18 19:22:56.955312 [ 4 ] {cdbd277e-c26c-4ff1-9c04-debd3c52f43a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11304 | 2025.07.18 19:22:56.956054 [ 4 ] {cdbd277e-c26c-4ff1-9c04-debd3c52f43a} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11305 | 2025.07.18 19:22:56.956104 [ 4 ] {cdbd277e-c26c-4ff1-9c04-debd3c52f43a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
11306 | 2025.07.18 19:22:56.956509 [ 4 ] {cdbd277e-c26c-4ff1-9c04-debd3c52f43a} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
11307 | 2025.07.18 19:22:56.956758 [ 4 ] {cdbd277e-c26c-4ff1-9c04-debd3c52f43a} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11308 | 2025.07.18 19:22:56.956915 [ 4 ] {cdbd277e-c26c-4ff1-9c04-debd3c52f43a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001731 sec., 32351.242056614676 rows/sec., 2.49 MiB/sec. | ||
11309 | 2025.07.18 19:22:56.956957 [ 4 ] {cdbd277e-c26c-4ff1-9c04-debd3c52f43a} <Debug> TCPHandler: Processed in 0.002057912 sec. | ||
11310 | 2025.07.18 19:22:56.957084 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11311 | 2025.07.18 19:22:56.957180 [ 4 ] {e505e8fa-0171-4f7c-8cdd-e279790e0398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11312 | 2025.07.18 19:22:56.957220 [ 4 ] {e505e8fa-0171-4f7c-8cdd-e279790e0398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11313 | 2025.07.18 19:22:56.957633 [ 4 ] {e505e8fa-0171-4f7c-8cdd-e279790e0398} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11314 | 2025.07.18 19:22:56.957670 [ 4 ] {e505e8fa-0171-4f7c-8cdd-e279790e0398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
11315 | 2025.07.18 19:22:56.957977 [ 4 ] {e505e8fa-0171-4f7c-8cdd-e279790e0398} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
11316 | 2025.07.18 19:22:56.958204 [ 4 ] {e505e8fa-0171-4f7c-8cdd-e279790e0398} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11317 | 2025.07.18 19:22:56.958336 [ 4 ] {e505e8fa-0171-4f7c-8cdd-e279790e0398} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001175 sec., 54468.085106382976 rows/sec., 4.25 MiB/sec. | ||
11318 | 2025.07.18 19:22:56.958376 [ 4 ] {e505e8fa-0171-4f7c-8cdd-e279790e0398} <Debug> TCPHandler: Processed in 0.001342831 sec. | ||
11319 | 2025.07.18 19:22:56.958499 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11320 | 2025.07.18 19:22:56.958595 [ 4 ] {ba1d39c6-2459-45d5-a645-3fe9f1e17228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11321 | 2025.07.18 19:22:56.958641 [ 4 ] {ba1d39c6-2459-45d5-a645-3fe9f1e17228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11322 | 2025.07.18 19:22:56.959087 [ 4 ] {ba1d39c6-2459-45d5-a645-3fe9f1e17228} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11323 | 2025.07.18 19:22:56.959124 [ 4 ] {ba1d39c6-2459-45d5-a645-3fe9f1e17228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
11324 | 2025.07.18 19:22:56.959468 [ 4 ] {ba1d39c6-2459-45d5-a645-3fe9f1e17228} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
11325 | 2025.07.18 19:22:56.959684 [ 4 ] {ba1d39c6-2459-45d5-a645-3fe9f1e17228} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11326 | 2025.07.18 19:22:56.959807 [ 4 ] {ba1d39c6-2459-45d5-a645-3fe9f1e17228} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001245 sec., 128514.0562248996 rows/sec., 8.95 MiB/sec. | ||
11327 | 2025.07.18 19:22:56.959844 [ 4 ] {ba1d39c6-2459-45d5-a645-3fe9f1e17228} <Debug> TCPHandler: Processed in 0.001412942 sec. | ||
11328 | 2025.07.18 19:22:56.959962 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11329 | 2025.07.18 19:22:56.960052 [ 4 ] {670867cc-7df3-46fe-bc79-97edcefaf255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11330 | 2025.07.18 19:22:56.960091 [ 4 ] {670867cc-7df3-46fe-bc79-97edcefaf255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11331 | 2025.07.18 19:22:56.960412 [ 4 ] {670867cc-7df3-46fe-bc79-97edcefaf255} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11332 | 2025.07.18 19:22:56.960447 [ 4 ] {670867cc-7df3-46fe-bc79-97edcefaf255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
11333 | 2025.07.18 19:22:56.960821 [ 4 ] {670867cc-7df3-46fe-bc79-97edcefaf255} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
11334 | 2025.07.18 19:22:56.961041 [ 4 ] {670867cc-7df3-46fe-bc79-97edcefaf255} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11335 | 2025.07.18 19:22:56.961171 [ 4 ] {670867cc-7df3-46fe-bc79-97edcefaf255} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. | ||
11336 | 2025.07.18 19:22:56.961209 [ 4 ] {670867cc-7df3-46fe-bc79-97edcefaf255} <Debug> TCPHandler: Processed in 0.001270799 sec. | ||
11337 | 2025.07.18 19:22:57.181820 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 | ||
11338 | 2025.07.18 19:22:57.197078 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11339 | 2025.07.18 19:22:57.197124 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. | ||
11340 | 2025.07.18 19:22:57.203247 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11341 | 2025.07.18 19:22:57.203942 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11342 | 2025.07.18 19:22:57.206714 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 467 | ||
11343 | 2025.07.18 19:23:00.716340 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1578 | ||
11344 | 2025.07.18 19:23:00.718783 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11345 | 2025.07.18 19:23:00.718833 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11346 | 2025.07.18 19:23:00.720019 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
11347 | 2025.07.18 19:23:00.720285 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11348 | 2025.07.18 19:23:00.720410 [ 67 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
11349 | 2025.07.18 19:23:00.720446 [ 67 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11350 | 2025.07.18 19:23:00.720464 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11351 | 2025.07.18 19:23:00.720555 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1578 | ||
11352 | 2025.07.18 19:23:00.720586 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
11353 | 2025.07.18 19:23:00.721152 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11354 | 2025.07.18 19:23:00.721301 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1418 rows starting from the beginning of the part | ||
11355 | 2025.07.18 19:23:00.721662 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 36 rows starting from the beginning of the part | ||
11356 | 2025.07.18 19:23:00.722014 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 30 rows starting from the beginning of the part | ||
11357 | 2025.07.18 19:23:00.722353 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
11358 | 2025.07.18 19:23:00.722674 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 32 rows starting from the beginning of the part | ||
11359 | 2025.07.18 19:23:00.722991 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 30 rows starting from the beginning of the part | ||
11360 | 2025.07.18 19:23:00.729111 [ 191 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1578 rows, containing 72 columns (72 merged, 0 gathered) in 0.008583892 sec., 183832.69500594836 rows/sec., 141.84 MiB/sec. | ||
11361 | 2025.07.18 19:23:00.730740 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
11362 | 2025.07.18 19:23:00.731269 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_46_9} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11363 | 2025.07.18 19:23:00.731335 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_46_9} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
11364 | 2025.07.18 19:23:00.731610 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
11365 | 2025.07.18 19:23:01.967604 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11366 | 2025.07.18 19:23:01.967859 [ 4 ] {5d3a709b-834b-4f56-a630-49115f647028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
11367 | 2025.07.18 19:23:01.967951 [ 4 ] {5d3a709b-834b-4f56-a630-49115f647028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
11368 | 2025.07.18 19:23:01.968949 [ 4 ] {5d3a709b-834b-4f56-a630-49115f647028} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11369 | 2025.07.18 19:23:01.968986 [ 4 ] {5d3a709b-834b-4f56-a630-49115f647028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11370 | 2025.07.18 19:23:01.969383 [ 4 ] {5d3a709b-834b-4f56-a630-49115f647028} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
11371 | 2025.07.18 19:23:01.969599 [ 4 ] {5d3a709b-834b-4f56-a630-49115f647028} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11372 | 2025.07.18 19:23:01.969726 [ 139 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
11373 | 2025.07.18 19:23:01.969749 [ 4 ] {5d3a709b-834b-4f56-a630-49115f647028} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001958 sec., 200204.29009193054 rows/sec., 12.70 MiB/sec. | ||
11374 | 2025.07.18 19:23:01.969766 [ 139 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11375 | 2025.07.18 19:23:01.969791 [ 4 ] {5d3a709b-834b-4f56-a630-49115f647028} <Debug> TCPHandler: Processed in 0.002352626 sec. | ||
11376 | 2025.07.18 19:23:01.969791 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11377 | 2025.07.18 19:23:01.969885 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
11378 | 2025.07.18 19:23:01.969914 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11379 | 2025.07.18 19:23:01.969973 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11380 | 2025.07.18 19:23:01.970001 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 392 rows starting from the beginning of the part | ||
11381 | 2025.07.18 19:23:01.970009 [ 4 ] {d3fb656d-485f-4a44-9778-227243e867f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
11382 | 2025.07.18 19:23:01.970050 [ 4 ] {d3fb656d-485f-4a44-9778-227243e867f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11383 | 2025.07.18 19:23:01.970059 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 392 rows starting from the beginning of the part | ||
11384 | 2025.07.18 19:23:01.970102 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 392 rows starting from the beginning of the part | ||
11385 | 2025.07.18 19:23:01.970147 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 392 rows starting from the beginning of the part | ||
11386 | 2025.07.18 19:23:01.970184 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 392 rows starting from the beginning of the part | ||
11387 | 2025.07.18 19:23:01.970462 [ 4 ] {d3fb656d-485f-4a44-9778-227243e867f1} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11388 | 2025.07.18 19:23:01.970496 [ 4 ] {d3fb656d-485f-4a44-9778-227243e867f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11389 | 2025.07.18 19:23:01.970794 [ 4 ] {d3fb656d-485f-4a44-9778-227243e867f1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
11390 | 2025.07.18 19:23:01.971005 [ 4 ] {d3fb656d-485f-4a44-9778-227243e867f1} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11391 | 2025.07.18 19:23:01.971072 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001220819 sec., 1605479.6001700498 rows/sec., 107.98 MiB/sec. | ||
11392 | 2025.07.18 19:23:01.971132 [ 4 ] {d3fb656d-485f-4a44-9778-227243e867f1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001141 sec., 3505.6967572304993 rows/sec., 285.86 KiB/sec. | ||
11393 | 2025.07.18 19:23:01.971168 [ 4 ] {d3fb656d-485f-4a44-9778-227243e867f1} <Debug> TCPHandler: Processed in 0.00130226 sec. | ||
11394 | 2025.07.18 19:23:01.971181 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
11395 | 2025.07.18 19:23:01.971282 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11396 | 2025.07.18 19:23:01.971375 [ 4 ] {c916008f-516c-4e42-a797-cd0906a2689a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11397 | 2025.07.18 19:23:01.971408 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11398 | 2025.07.18 19:23:01.971414 [ 4 ] {c916008f-516c-4e42-a797-cd0906a2689a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11399 | 2025.07.18 19:23:01.971468 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
11400 | 2025.07.18 19:23:01.971526 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
11401 | 2025.07.18 19:23:01.972358 [ 4 ] {c916008f-516c-4e42-a797-cd0906a2689a} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11402 | 2025.07.18 19:23:01.972392 [ 4 ] {c916008f-516c-4e42-a797-cd0906a2689a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11403 | 2025.07.18 19:23:01.972750 [ 4 ] {c916008f-516c-4e42-a797-cd0906a2689a} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
11404 | 2025.07.18 19:23:01.972956 [ 4 ] {c916008f-516c-4e42-a797-cd0906a2689a} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11405 | 2025.07.18 19:23:01.973071 [ 171 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
11406 | 2025.07.18 19:23:01.973078 [ 4 ] {c916008f-516c-4e42-a797-cd0906a2689a} <Debug> executeQuery: Read 1151 rows, 94.05 KiB in 0.00172 sec., 669186.046511628 rows/sec., 53.40 MiB/sec. | ||
11407 | 2025.07.18 19:23:01.973111 [ 171 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11408 | 2025.07.18 19:23:01.973127 [ 4 ] {c916008f-516c-4e42-a797-cd0906a2689a} <Debug> TCPHandler: Processed in 0.001891899 sec. | ||
11409 | 2025.07.18 19:23:01.973134 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11410 | 2025.07.18 19:23:01.973244 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11411 | 2025.07.18 19:23:01.973243 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
11412 | 2025.07.18 19:23:01.973337 [ 4 ] {a9e7c84c-c5c6-4d3a-9d7d-220239272d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11413 | 2025.07.18 19:23:01.973383 [ 4 ] {a9e7c84c-c5c6-4d3a-9d7d-220239272d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11414 | 2025.07.18 19:23:01.973444 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11415 | 2025.07.18 19:23:01.973505 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 2298 rows starting from the beginning of the part | ||
11416 | 2025.07.18 19:23:01.973613 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 1149 rows starting from the beginning of the part | ||
11417 | 2025.07.18 19:23:01.973691 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 1196 rows starting from the beginning of the part | ||
11418 | 2025.07.18 19:23:01.973762 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 1149 rows starting from the beginning of the part | ||
11419 | 2025.07.18 19:23:01.973830 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part | ||
11420 | 2025.07.18 19:23:01.973871 [ 4 ] {a9e7c84c-c5c6-4d3a-9d7d-220239272d43} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11421 | 2025.07.18 19:23:01.973897 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1151 rows starting from the beginning of the part | ||
11422 | 2025.07.18 19:23:01.973909 [ 4 ] {a9e7c84c-c5c6-4d3a-9d7d-220239272d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11423 | 2025.07.18 19:23:01.974225 [ 4 ] {a9e7c84c-c5c6-4d3a-9d7d-220239272d43} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
11424 | 2025.07.18 19:23:01.974446 [ 4 ] {a9e7c84c-c5c6-4d3a-9d7d-220239272d43} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11425 | 2025.07.18 19:23:01.974565 [ 4 ] {a9e7c84c-c5c6-4d3a-9d7d-220239272d43} <Debug> executeQuery: Read 241 rows, 15.14 KiB in 0.001299 sec., 185527.3287143957 rows/sec., 11.38 MiB/sec. | ||
11426 | 2025.07.18 19:23:01.974599 [ 4 ] {a9e7c84c-c5c6-4d3a-9d7d-220239272d43} <Debug> TCPHandler: Processed in 0.001458232 sec. | ||
11427 | 2025.07.18 19:23:01.974698 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11428 | 2025.07.18 19:23:01.974853 [ 4 ] {6917c91a-e141-4f75-b3d7-ae55b5f0493b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
11429 | 2025.07.18 19:23:01.974891 [ 4 ] {6917c91a-e141-4f75-b3d7-ae55b5f0493b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11430 | 2025.07.18 19:23:01.975354 [ 4 ] {6917c91a-e141-4f75-b3d7-ae55b5f0493b} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11431 | 2025.07.18 19:23:01.975388 [ 4 ] {6917c91a-e141-4f75-b3d7-ae55b5f0493b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11432 | 2025.07.18 19:23:01.975695 [ 4 ] {6917c91a-e141-4f75-b3d7-ae55b5f0493b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11433 | 2025.07.18 19:23:01.975905 [ 4 ] {6917c91a-e141-4f75-b3d7-ae55b5f0493b} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11434 | 2025.07.18 19:23:01.976029 [ 4 ] {6917c91a-e141-4f75-b3d7-ae55b5f0493b} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001194 sec., 170016.75041876046 rows/sec., 10.97 MiB/sec. | ||
11435 | 2025.07.18 19:23:01.976067 [ 4 ] {6917c91a-e141-4f75-b3d7-ae55b5f0493b} <Debug> TCPHandler: Processed in 0.001353531 sec. | ||
11436 | 2025.07.18 19:23:01.976170 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11437 | 2025.07.18 19:23:01.976264 [ 4 ] {6c3be809-8676-4fed-a71c-59a29d7d55bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
11438 | 2025.07.18 19:23:01.976280 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6999 rows, containing 5 columns (5 merged, 0 gathered) in 0.003087577 sec., 2266826.058103166 rows/sec., 191.57 MiB/sec. | ||
11439 | 2025.07.18 19:23:01.976302 [ 4 ] {6c3be809-8676-4fed-a71c-59a29d7d55bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11440 | 2025.07.18 19:23:01.976616 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
11441 | 2025.07.18 19:23:01.976752 [ 4 ] {6c3be809-8676-4fed-a71c-59a29d7d55bb} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11442 | 2025.07.18 19:23:01.976795 [ 4 ] {6c3be809-8676-4fed-a71c-59a29d7d55bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11443 | 2025.07.18 19:23:01.976963 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11444 | 2025.07.18 19:23:01.977066 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
11445 | 2025.07.18 19:23:01.977135 [ 4 ] {6c3be809-8676-4fed-a71c-59a29d7d55bb} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
11446 | 2025.07.18 19:23:01.977166 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. | ||
11447 | 2025.07.18 19:23:01.977343 [ 4 ] {6c3be809-8676-4fed-a71c-59a29d7d55bb} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11448 | 2025.07.18 19:23:01.977443 [ 171 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
11449 | 2025.07.18 19:23:01.977471 [ 171 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11450 | 2025.07.18 19:23:01.977473 [ 4 ] {6c3be809-8676-4fed-a71c-59a29d7d55bb} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001228 sec., 164495.11400651466 rows/sec., 9.34 MiB/sec. | ||
11451 | 2025.07.18 19:23:01.977489 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11452 | 2025.07.18 19:23:01.977514 [ 4 ] {6c3be809-8676-4fed-a71c-59a29d7d55bb} <Debug> TCPHandler: Processed in 0.001390881 sec. | ||
11453 | 2025.07.18 19:23:01.977548 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
11454 | 2025.07.18 19:23:01.977621 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11455 | 2025.07.18 19:23:01.977621 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11456 | 2025.07.18 19:23:01.977662 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 202 rows starting from the beginning of the part | ||
11457 | 2025.07.18 19:23:01.977709 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 202 rows starting from the beginning of the part | ||
11458 | 2025.07.18 19:23:01.977713 [ 4 ] {584b7d86-5643-459f-bf4d-d1ba87e41315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11459 | 2025.07.18 19:23:01.977754 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 202 rows starting from the beginning of the part | ||
11460 | 2025.07.18 19:23:01.977769 [ 4 ] {584b7d86-5643-459f-bf4d-d1ba87e41315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11461 | 2025.07.18 19:23:01.977792 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 202 rows starting from the beginning of the part | ||
11462 | 2025.07.18 19:23:01.977831 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 202 rows starting from the beginning of the part | ||
11463 | 2025.07.18 19:23:01.978411 [ 4 ] {584b7d86-5643-459f-bf4d-d1ba87e41315} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11464 | 2025.07.18 19:23:01.978445 [ 4 ] {584b7d86-5643-459f-bf4d-d1ba87e41315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11465 | 2025.07.18 19:23:01.978598 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001074487 sec., 939983.452568528 rows/sec., 56.97 MiB/sec. | ||
11466 | 2025.07.18 19:23:01.978714 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
11467 | 2025.07.18 19:23:01.978784 [ 4 ] {584b7d86-5643-459f-bf4d-d1ba87e41315} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
11468 | 2025.07.18 19:23:01.978956 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11469 | 2025.07.18 19:23:01.979016 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
11470 | 2025.07.18 19:23:01.979069 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
11471 | 2025.07.18 19:23:01.979097 [ 4 ] {584b7d86-5643-459f-bf4d-d1ba87e41315} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11472 | 2025.07.18 19:23:01.979218 [ 171 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
11473 | 2025.07.18 19:23:01.979241 [ 171 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11474 | 2025.07.18 19:23:01.979254 [ 4 ] {584b7d86-5643-459f-bf4d-d1ba87e41315} <Debug> executeQuery: Read 697 rows, 50.18 KiB in 0.001557 sec., 447655.74823378294 rows/sec., 31.47 MiB/sec. | ||
11475 | 2025.07.18 19:23:01.979256 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11476 | 2025.07.18 19:23:01.979299 [ 4 ] {584b7d86-5643-459f-bf4d-d1ba87e41315} <Debug> TCPHandler: Processed in 0.001725027 sec. | ||
11477 | 2025.07.18 19:23:01.979327 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
11478 | 2025.07.18 19:23:01.979400 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11479 | 2025.07.18 19:23:01.979412 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11480 | 2025.07.18 19:23:01.979424 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1185 rows starting from the beginning of the part | ||
11481 | 2025.07.18 19:23:01.979474 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 693 rows starting from the beginning of the part | ||
11482 | 2025.07.18 19:23:01.979515 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 520 rows starting from the beginning of the part | ||
11483 | 2025.07.18 19:23:01.979536 [ 4 ] {989d80d3-8a49-46bf-b4f7-1ec2cffd2d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
11484 | 2025.07.18 19:23:01.979568 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 693 rows starting from the beginning of the part | ||
11485 | 2025.07.18 19:23:01.979612 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part | ||
11486 | 2025.07.18 19:23:01.979614 [ 4 ] {989d80d3-8a49-46bf-b4f7-1ec2cffd2d5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11487 | 2025.07.18 19:23:01.979655 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 697 rows starting from the beginning of the part | ||
11488 | 2025.07.18 19:23:01.980038 [ 4 ] {989d80d3-8a49-46bf-b4f7-1ec2cffd2d5e} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11489 | 2025.07.18 19:23:01.980081 [ 4 ] {989d80d3-8a49-46bf-b4f7-1ec2cffd2d5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11490 | 2025.07.18 19:23:01.980449 [ 4 ] {989d80d3-8a49-46bf-b4f7-1ec2cffd2d5e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
11491 | 2025.07.18 19:23:01.980671 [ 4 ] {989d80d3-8a49-46bf-b4f7-1ec2cffd2d5e} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11492 | 2025.07.18 19:23:01.980808 [ 4 ] {989d80d3-8a49-46bf-b4f7-1ec2cffd2d5e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001306 sec., 4594.180704441041 rows/sec., 240.03 KiB/sec. | ||
11493 | 2025.07.18 19:23:01.980845 [ 4 ] {989d80d3-8a49-46bf-b4f7-1ec2cffd2d5e} <Debug> TCPHandler: Processed in 0.001480132 sec. | ||
11494 | 2025.07.18 19:23:01.980852 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3852 rows, containing 5 columns (5 merged, 0 gathered) in 0.001552494 sec., 2481169.0093488283 rows/sec., 186.51 MiB/sec. | ||
11495 | 2025.07.18 19:23:01.980956 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11496 | 2025.07.18 19:23:01.980996 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
11497 | 2025.07.18 19:23:01.981052 [ 4 ] {034d9c7c-f6c1-4af2-b2f8-b66bed8df613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11498 | 2025.07.18 19:23:01.981095 [ 4 ] {034d9c7c-f6c1-4af2-b2f8-b66bed8df613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11499 | 2025.07.18 19:23:01.981231 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11500 | 2025.07.18 19:23:01.981299 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
11501 | 2025.07.18 19:23:01.981353 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
11502 | 2025.07.18 19:23:01.981533 [ 4 ] {034d9c7c-f6c1-4af2-b2f8-b66bed8df613} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11503 | 2025.07.18 19:23:01.981567 [ 4 ] {034d9c7c-f6c1-4af2-b2f8-b66bed8df613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11504 | 2025.07.18 19:23:01.981928 [ 4 ] {034d9c7c-f6c1-4af2-b2f8-b66bed8df613} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
11505 | 2025.07.18 19:23:01.982135 [ 4 ] {034d9c7c-f6c1-4af2-b2f8-b66bed8df613} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11506 | 2025.07.18 19:23:01.982243 [ 171 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
11507 | 2025.07.18 19:23:01.982265 [ 4 ] {034d9c7c-f6c1-4af2-b2f8-b66bed8df613} <Debug> executeQuery: Read 309 rows, 20.82 KiB in 0.001232 sec., 250811.6883116883 rows/sec., 16.50 MiB/sec. | ||
11508 | 2025.07.18 19:23:01.982270 [ 171 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11509 | 2025.07.18 19:23:01.982294 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11510 | 2025.07.18 19:23:01.982302 [ 4 ] {034d9c7c-f6c1-4af2-b2f8-b66bed8df613} <Debug> TCPHandler: Processed in 0.001396662 sec. | ||
11511 | 2025.07.18 19:23:01.982371 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::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 | ||
11512 | 2025.07.18 19:23:01.982405 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11513 | 2025.07.18 19:23:01.982489 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11514 | 2025.07.18 19:23:01.982504 [ 4 ] {79dcf694-8f94-4799-848e-fa9168e30b6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
11515 | 2025.07.18 19:23:01.982524 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 33024 rows starting from the beginning of the part | ||
11516 | 2025.07.18 19:23:01.982551 [ 4 ] {79dcf694-8f94-4799-848e-fa9168e30b6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11517 | 2025.07.18 19:23:01.982596 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 307 rows starting from the beginning of the part | ||
11518 | 2025.07.18 19:23:01.982648 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 1006 rows starting from the beginning of the part | ||
11519 | 2025.07.18 19:23:01.982693 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 307 rows starting from the beginning of the part | ||
11520 | 2025.07.18 19:23:01.982735 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
11521 | 2025.07.18 19:23:01.982779 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 309 rows starting from the beginning of the part | ||
11522 | 2025.07.18 19:23:01.982870 [ 4 ] {79dcf694-8f94-4799-848e-fa9168e30b6a} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11523 | 2025.07.18 19:23:01.982911 [ 4 ] {79dcf694-8f94-4799-848e-fa9168e30b6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11524 | 2025.07.18 19:23:01.983287 [ 4 ] {79dcf694-8f94-4799-848e-fa9168e30b6a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
11525 | 2025.07.18 19:23:01.983513 [ 4 ] {79dcf694-8f94-4799-848e-fa9168e30b6a} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11526 | 2025.07.18 19:23:01.983612 [ 171 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
11527 | 2025.07.18 19:23:01.983637 [ 171 ] {} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11528 | 2025.07.18 19:23:01.983649 [ 4 ] {79dcf694-8f94-4799-848e-fa9168e30b6a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001162 sec., 860.5851979345955 rows/sec., 57.99 KiB/sec. | ||
11529 | 2025.07.18 19:23:01.983653 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11530 | 2025.07.18 19:23:01.983686 [ 4 ] {79dcf694-8f94-4799-848e-fa9168e30b6a} <Debug> TCPHandler: Processed in 0.00133042 sec. | ||
11531 | 2025.07.18 19:23:01.983732 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
11532 | 2025.07.18 19:23:01.983792 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11533 | 2025.07.18 19:23:01.983809 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11534 | 2025.07.18 19:23:01.983834 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 40 rows starting from the beginning of the part | ||
11535 | 2025.07.18 19:23:01.983877 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
11536 | 2025.07.18 19:23:01.983886 [ 4 ] {260bce90-0baf-441d-accf-1b11596e7311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11537 | 2025.07.18 19:23:01.983913 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
11538 | 2025.07.18 19:23:01.983941 [ 4 ] {260bce90-0baf-441d-accf-1b11596e7311} <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 | ||
11539 | 2025.07.18 19:23:01.983945 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
11540 | 2025.07.18 19:23:01.983985 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
11541 | 2025.07.18 19:23:01.984017 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
11542 | 2025.07.18 19:23:01.984885 [ 4 ] {260bce90-0baf-441d-accf-1b11596e7311} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11543 | 2025.07.18 19:23:01.984915 [ 186 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.001197589 sec., 37575.495432907286 rows/sec., 2.47 MiB/sec. | ||
11544 | 2025.07.18 19:23:01.984921 [ 4 ] {260bce90-0baf-441d-accf-1b11596e7311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11545 | 2025.07.18 19:23:01.985047 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
11546 | 2025.07.18 19:23:01.985282 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11547 | 2025.07.18 19:23:01.985342 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
11548 | 2025.07.18 19:23:01.985399 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
11549 | 2025.07.18 19:23:01.985787 [ 4 ] {260bce90-0baf-441d-accf-1b11596e7311} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
11550 | 2025.07.18 19:23:01.986015 [ 4 ] {260bce90-0baf-441d-accf-1b11596e7311} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11551 | 2025.07.18 19:23:01.986156 [ 4 ] {260bce90-0baf-441d-accf-1b11596e7311} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002287 sec., 17927.415828596415 rows/sec., 32.13 MiB/sec. | ||
11552 | 2025.07.18 19:23:01.986211 [ 4 ] {260bce90-0baf-441d-accf-1b11596e7311} <Debug> TCPHandler: Processed in 0.002467638 sec. | ||
11553 | 2025.07.18 19:23:01.986323 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11554 | 2025.07.18 19:23:01.986419 [ 4 ] {b15f8080-4bb6-4000-8e3d-33cc879d722c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11555 | 2025.07.18 19:23:01.986460 [ 4 ] {b15f8080-4bb6-4000-8e3d-33cc879d722c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11556 | 2025.07.18 19:23:01.986791 [ 4 ] {b15f8080-4bb6-4000-8e3d-33cc879d722c} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11557 | 2025.07.18 19:23:01.986826 [ 4 ] {b15f8080-4bb6-4000-8e3d-33cc879d722c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11558 | 2025.07.18 19:23:01.987199 [ 4 ] {b15f8080-4bb6-4000-8e3d-33cc879d722c} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
11559 | 2025.07.18 19:23:01.987411 [ 4 ] {b15f8080-4bb6-4000-8e3d-33cc879d722c} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11560 | 2025.07.18 19:23:01.987542 [ 4 ] {b15f8080-4bb6-4000-8e3d-33cc879d722c} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001143 sec., 89238.84514435696 rows/sec., 5.48 MiB/sec. | ||
11561 | 2025.07.18 19:23:01.987578 [ 4 ] {b15f8080-4bb6-4000-8e3d-33cc879d722c} <Debug> TCPHandler: Processed in 0.0013064 sec. | ||
11562 | 2025.07.18 19:23:01.991519 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35113 rows, containing 5 columns (5 merged, 0 gathered) in 0.009183872 sec., 3823332.9035944757 rows/sec., 255.92 MiB/sec. | ||
11563 | 2025.07.18 19:23:01.991797 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
11564 | 2025.07.18 19:23:01.992073 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11565 | 2025.07.18 19:23:01.992148 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
11566 | 2025.07.18 19:23:01.992212 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
11567 | 2025.07.18 19:23:02.000173 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 311.58 MiB, peak 324.73 MiB, free memory in arenas 0.00 B, will set to 313.07 MiB (RSS), difference: 1.49 MiB | ||
11568 | 2025.07.18 19:23:03.140310 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914 | ||
11569 | 2025.07.18 19:23:03.140827 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11570 | 2025.07.18 19:23:03.140862 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11571 | 2025.07.18 19:23:03.141349 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11572 | 2025.07.18 19:23:03.141584 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11573 | 2025.07.18 19:23:03.141710 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 | ||
11574 | 2025.07.18 19:23:04.707012 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 | ||
11575 | 2025.07.18 19:23:04.723409 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11576 | 2025.07.18 19:23:04.723454 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11577 | 2025.07.18 19:23:04.729633 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11578 | 2025.07.18 19:23:04.730341 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11579 | 2025.07.18 19:23:04.733139 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
11580 | 2025.07.18 19:23:06.955267 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11581 | 2025.07.18 19:23:06.955456 [ 4 ] {98c9cb76-8b56-4431-b3b8-5f75a98ab538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11582 | 2025.07.18 19:23:06.955523 [ 4 ] {98c9cb76-8b56-4431-b3b8-5f75a98ab538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11583 | 2025.07.18 19:23:06.956184 [ 4 ] {98c9cb76-8b56-4431-b3b8-5f75a98ab538} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11584 | 2025.07.18 19:23:06.956226 [ 4 ] {98c9cb76-8b56-4431-b3b8-5f75a98ab538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11585 | 2025.07.18 19:23:06.956631 [ 4 ] {98c9cb76-8b56-4431-b3b8-5f75a98ab538} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
11586 | 2025.07.18 19:23:06.956857 [ 4 ] {98c9cb76-8b56-4431-b3b8-5f75a98ab538} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11587 | 2025.07.18 19:23:06.957015 [ 4 ] {98c9cb76-8b56-4431-b3b8-5f75a98ab538} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001607 sec., 34847.542003733666 rows/sec., 2.68 MiB/sec. | ||
11588 | 2025.07.18 19:23:06.957059 [ 4 ] {98c9cb76-8b56-4431-b3b8-5f75a98ab538} <Debug> TCPHandler: Processed in 0.001917919 sec. | ||
11589 | 2025.07.18 19:23:06.957185 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11590 | 2025.07.18 19:23:06.957285 [ 4 ] {677c27b7-381e-4b71-a11d-d19d38c9656f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11591 | 2025.07.18 19:23:06.957328 [ 4 ] {677c27b7-381e-4b71-a11d-d19d38c9656f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11592 | 2025.07.18 19:23:06.957759 [ 4 ] {677c27b7-381e-4b71-a11d-d19d38c9656f} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11593 | 2025.07.18 19:23:06.957796 [ 4 ] {677c27b7-381e-4b71-a11d-d19d38c9656f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11594 | 2025.07.18 19:23:06.958158 [ 4 ] {677c27b7-381e-4b71-a11d-d19d38c9656f} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
11595 | 2025.07.18 19:23:06.958377 [ 4 ] {677c27b7-381e-4b71-a11d-d19d38c9656f} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11596 | 2025.07.18 19:23:06.958510 [ 4 ] {677c27b7-381e-4b71-a11d-d19d38c9656f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001246 sec., 51364.365971107545 rows/sec., 4.01 MiB/sec. | ||
11597 | 2025.07.18 19:23:06.958549 [ 4 ] {677c27b7-381e-4b71-a11d-d19d38c9656f} <Debug> TCPHandler: Processed in 0.001415212 sec. | ||
11598 | 2025.07.18 19:23:06.958670 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11599 | 2025.07.18 19:23:06.958765 [ 4 ] {3b3e75ef-9aaf-4f24-a410-35a0d7fdbb0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11600 | 2025.07.18 19:23:06.958810 [ 4 ] {3b3e75ef-9aaf-4f24-a410-35a0d7fdbb0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11601 | 2025.07.18 19:23:06.959243 [ 4 ] {3b3e75ef-9aaf-4f24-a410-35a0d7fdbb0d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11602 | 2025.07.18 19:23:06.959279 [ 4 ] {3b3e75ef-9aaf-4f24-a410-35a0d7fdbb0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11603 | 2025.07.18 19:23:06.959608 [ 4 ] {3b3e75ef-9aaf-4f24-a410-35a0d7fdbb0d} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
11604 | 2025.07.18 19:23:06.959827 [ 4 ] {3b3e75ef-9aaf-4f24-a410-35a0d7fdbb0d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11605 | 2025.07.18 19:23:06.959959 [ 4 ] {3b3e75ef-9aaf-4f24-a410-35a0d7fdbb0d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. | ||
11606 | 2025.07.18 19:23:06.959996 [ 4 ] {3b3e75ef-9aaf-4f24-a410-35a0d7fdbb0d} <Debug> TCPHandler: Processed in 0.001377751 sec. | ||
11607 | 2025.07.18 19:23:06.960111 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11608 | 2025.07.18 19:23:06.960206 [ 4 ] {6573fccf-f8d2-45d2-a71b-90a3cadf0543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11609 | 2025.07.18 19:23:06.960247 [ 4 ] {6573fccf-f8d2-45d2-a71b-90a3cadf0543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11610 | 2025.07.18 19:23:06.960589 [ 4 ] {6573fccf-f8d2-45d2-a71b-90a3cadf0543} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11611 | 2025.07.18 19:23:06.960625 [ 4 ] {6573fccf-f8d2-45d2-a71b-90a3cadf0543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11612 | 2025.07.18 19:23:06.960923 [ 4 ] {6573fccf-f8d2-45d2-a71b-90a3cadf0543} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
11613 | 2025.07.18 19:23:06.961128 [ 4 ] {6573fccf-f8d2-45d2-a71b-90a3cadf0543} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11614 | 2025.07.18 19:23:06.961257 [ 4 ] {6573fccf-f8d2-45d2-a71b-90a3cadf0543} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. | ||
11615 | 2025.07.18 19:23:06.961277 [ 153 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
11616 | 2025.07.18 19:23:06.961293 [ 4 ] {6573fccf-f8d2-45d2-a71b-90a3cadf0543} <Debug> TCPHandler: Processed in 0.001232589 sec. | ||
11617 | 2025.07.18 19:23:06.961350 [ 153 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11618 | 2025.07.18 19:23:06.961378 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11619 | 2025.07.18 19:23:06.961493 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
11620 | 2025.07.18 19:23:06.961634 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11621 | 2025.07.18 19:23:06.961671 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 6786 rows starting from the beginning of the part | ||
11622 | 2025.07.18 19:23:06.961738 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
11623 | 2025.07.18 19:23:06.961784 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 102 rows starting from the beginning of the part | ||
11624 | 2025.07.18 19:23:06.961825 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
11625 | 2025.07.18 19:23:06.961860 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 102 rows starting from the beginning of the part | ||
11626 | 2025.07.18 19:23:06.961898 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
11627 | 2025.07.18 19:23:06.964074 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7170 rows, containing 4 columns (4 merged, 0 gathered) in 0.002633751 sec., 2722353.0242608353 rows/sec., 173.16 MiB/sec. | ||
11628 | 2025.07.18 19:23:06.964478 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
11629 | 2025.07.18 19:23:06.964760 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_91_18} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11630 | 2025.07.18 19:23:06.964863 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_91_18} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
11631 | 2025.07.18 19:23:06.964962 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
11632 | 2025.07.18 19:23:10.463839 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11633 | 2025.07.18 19:23:10.463900 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11634 | 2025.07.18 19:23:10.641864 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341 | ||
11635 | 2025.07.18 19:23:10.642651 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11636 | 2025.07.18 19:23:10.642694 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11637 | 2025.07.18 19:23:10.643206 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11638 | 2025.07.18 19:23:10.643451 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11639 | 2025.07.18 19:23:10.643586 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
11640 | 2025.07.18 19:23:10.720760 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1610 | ||
11641 | 2025.07.18 19:23:10.723143 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11642 | 2025.07.18 19:23:10.723198 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11643 | 2025.07.18 19:23:10.724425 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
11644 | 2025.07.18 19:23:10.724681 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11645 | 2025.07.18 19:23:10.724970 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1610 | ||
11646 | 2025.07.18 19:23:11.002120 [ 249 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001635676 sec. | ||
11647 | 2025.07.18 19:23:11.968118 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11648 | 2025.07.18 19:23:11.968313 [ 4 ] {a9faf99c-82d4-4c7c-9a64-1e1d8dea45de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
11649 | 2025.07.18 19:23:11.968385 [ 4 ] {a9faf99c-82d4-4c7c-9a64-1e1d8dea45de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
11650 | 2025.07.18 19:23:11.969229 [ 4 ] {a9faf99c-82d4-4c7c-9a64-1e1d8dea45de} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11651 | 2025.07.18 19:23:11.969271 [ 4 ] {a9faf99c-82d4-4c7c-9a64-1e1d8dea45de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11652 | 2025.07.18 19:23:11.969661 [ 4 ] {a9faf99c-82d4-4c7c-9a64-1e1d8dea45de} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
11653 | 2025.07.18 19:23:11.969882 [ 4 ] {a9faf99c-82d4-4c7c-9a64-1e1d8dea45de} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11654 | 2025.07.18 19:23:11.970032 [ 4 ] {a9faf99c-82d4-4c7c-9a64-1e1d8dea45de} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001774 sec., 220969.5603156708 rows/sec., 14.02 MiB/sec. | ||
11655 | 2025.07.18 19:23:11.970075 [ 4 ] {a9faf99c-82d4-4c7c-9a64-1e1d8dea45de} <Debug> TCPHandler: Processed in 0.002089822 sec. | ||
11656 | 2025.07.18 19:23:11.970194 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11657 | 2025.07.18 19:23:11.970289 [ 4 ] {1b911475-127a-4414-9c00-81b175948911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11658 | 2025.07.18 19:23:11.970330 [ 4 ] {1b911475-127a-4414-9c00-81b175948911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11659 | 2025.07.18 19:23:11.971257 [ 4 ] {1b911475-127a-4414-9c00-81b175948911} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11660 | 2025.07.18 19:23:11.971292 [ 4 ] {1b911475-127a-4414-9c00-81b175948911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11661 | 2025.07.18 19:23:11.971658 [ 4 ] {1b911475-127a-4414-9c00-81b175948911} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
11662 | 2025.07.18 19:23:11.971887 [ 4 ] {1b911475-127a-4414-9c00-81b175948911} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11663 | 2025.07.18 19:23:11.972015 [ 4 ] {1b911475-127a-4414-9c00-81b175948911} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001744 sec., 658830.2752293578 rows/sec., 52.58 MiB/sec. | ||
11664 | 2025.07.18 19:23:11.972053 [ 4 ] {1b911475-127a-4414-9c00-81b175948911} <Debug> TCPHandler: Processed in 0.001909199 sec. | ||
11665 | 2025.07.18 19:23:11.972168 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11666 | 2025.07.18 19:23:11.972263 [ 4 ] {cbdeecc5-26cc-4d4c-bb99-5e824f8d12a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11667 | 2025.07.18 19:23:11.972304 [ 4 ] {cbdeecc5-26cc-4d4c-bb99-5e824f8d12a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11668 | 2025.07.18 19:23:11.972796 [ 4 ] {cbdeecc5-26cc-4d4c-bb99-5e824f8d12a2} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11669 | 2025.07.18 19:23:11.972833 [ 4 ] {cbdeecc5-26cc-4d4c-bb99-5e824f8d12a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11670 | 2025.07.18 19:23:11.973137 [ 4 ] {cbdeecc5-26cc-4d4c-bb99-5e824f8d12a2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
11671 | 2025.07.18 19:23:11.973349 [ 4 ] {cbdeecc5-26cc-4d4c-bb99-5e824f8d12a2} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11672 | 2025.07.18 19:23:11.973460 [ 146 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
11673 | 2025.07.18 19:23:11.973480 [ 4 ] {cbdeecc5-26cc-4d4c-bb99-5e824f8d12a2} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001235 sec., 191902.83400809715 rows/sec., 11.75 MiB/sec. | ||
11674 | 2025.07.18 19:23:11.973530 [ 146 ] {} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11675 | 2025.07.18 19:23:11.973541 [ 4 ] {cbdeecc5-26cc-4d4c-bb99-5e824f8d12a2} <Debug> TCPHandler: Processed in 0.001423162 sec. | ||
11676 | 2025.07.18 19:23:11.973560 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11677 | 2025.07.18 19:23:11.973667 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11678 | 2025.07.18 19:23:11.973677 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
11679 | 2025.07.18 19:23:11.973770 [ 4 ] {a15cb86d-9d8f-48b3-8bfe-4f837e8cac6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
11680 | 2025.07.18 19:23:11.973815 [ 4 ] {a15cb86d-9d8f-48b3-8bfe-4f837e8cac6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11681 | 2025.07.18 19:23:11.973815 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11682 | 2025.07.18 19:23:11.973867 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 255 rows starting from the beginning of the part | ||
11683 | 2025.07.18 19:23:11.973942 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 249 rows starting from the beginning of the part | ||
11684 | 2025.07.18 19:23:11.973994 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part | ||
11685 | 2025.07.18 19:23:11.974041 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part | ||
11686 | 2025.07.18 19:23:11.974085 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 241 rows starting from the beginning of the part | ||
11687 | 2025.07.18 19:23:11.974130 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 237 rows starting from the beginning of the part | ||
11688 | 2025.07.18 19:23:11.974304 [ 4 ] {a15cb86d-9d8f-48b3-8bfe-4f837e8cac6d} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11689 | 2025.07.18 19:23:11.974347 [ 4 ] {a15cb86d-9d8f-48b3-8bfe-4f837e8cac6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11690 | 2025.07.18 19:23:11.974673 [ 4 ] {a15cb86d-9d8f-48b3-8bfe-4f837e8cac6d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
11691 | 2025.07.18 19:23:11.974899 [ 4 ] {a15cb86d-9d8f-48b3-8bfe-4f837e8cac6d} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11692 | 2025.07.18 19:23:11.975031 [ 4 ] {a15cb86d-9d8f-48b3-8bfe-4f837e8cac6d} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001278 sec., 158841.94053208138 rows/sec., 10.25 MiB/sec. | ||
11693 | 2025.07.18 19:23:11.975068 [ 4 ] {a15cb86d-9d8f-48b3-8bfe-4f837e8cac6d} <Debug> TCPHandler: Processed in 0.001450973 sec. | ||
11694 | 2025.07.18 19:23:11.975179 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11695 | 2025.07.18 19:23:11.975199 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1456 rows, containing 5 columns (5 merged, 0 gathered) in 0.001568064 sec., 928533.5292437043 rows/sec., 60.55 MiB/sec. | ||
11696 | 2025.07.18 19:23:11.975272 [ 4 ] {31269a70-353c-47ef-83c0-d27caf77d828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
11697 | 2025.07.18 19:23:11.975317 [ 4 ] {31269a70-353c-47ef-83c0-d27caf77d828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11698 | 2025.07.18 19:23:11.975382 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
11699 | 2025.07.18 19:23:11.975645 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11700 | 2025.07.18 19:23:11.975711 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
11701 | 2025.07.18 19:23:11.975770 [ 4 ] {31269a70-353c-47ef-83c0-d27caf77d828} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11702 | 2025.07.18 19:23:11.975794 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
11703 | 2025.07.18 19:23:11.975805 [ 4 ] {31269a70-353c-47ef-83c0-d27caf77d828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11704 | 2025.07.18 19:23:11.976114 [ 4 ] {31269a70-353c-47ef-83c0-d27caf77d828} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
11705 | 2025.07.18 19:23:11.976338 [ 4 ] {31269a70-353c-47ef-83c0-d27caf77d828} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11706 | 2025.07.18 19:23:11.976465 [ 4 ] {31269a70-353c-47ef-83c0-d27caf77d828} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001211 sec., 166804.29397192402 rows/sec., 9.47 MiB/sec. | ||
11707 | 2025.07.18 19:23:11.976502 [ 4 ] {31269a70-353c-47ef-83c0-d27caf77d828} <Debug> TCPHandler: Processed in 0.001373071 sec. | ||
11708 | 2025.07.18 19:23:11.976613 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11709 | 2025.07.18 19:23:11.976707 [ 4 ] {54dffc60-00bb-471a-b896-b4ba9310717c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11710 | 2025.07.18 19:23:11.976747 [ 4 ] {54dffc60-00bb-471a-b896-b4ba9310717c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11711 | 2025.07.18 19:23:11.977460 [ 4 ] {54dffc60-00bb-471a-b896-b4ba9310717c} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11712 | 2025.07.18 19:23:11.977496 [ 4 ] {54dffc60-00bb-471a-b896-b4ba9310717c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11713 | 2025.07.18 19:23:11.977824 [ 4 ] {54dffc60-00bb-471a-b896-b4ba9310717c} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
11714 | 2025.07.18 19:23:11.978029 [ 4 ] {54dffc60-00bb-471a-b896-b4ba9310717c} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11715 | 2025.07.18 19:23:11.978154 [ 4 ] {54dffc60-00bb-471a-b896-b4ba9310717c} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001464 sec., 473360.6557377049 rows/sec., 33.25 MiB/sec. | ||
11716 | 2025.07.18 19:23:11.978190 [ 4 ] {54dffc60-00bb-471a-b896-b4ba9310717c} <Debug> TCPHandler: Processed in 0.001625815 sec. | ||
11717 | 2025.07.18 19:23:11.978303 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11718 | 2025.07.18 19:23:11.978397 [ 4 ] {91e55686-7275-4032-9864-7f3bbb82d921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
11719 | 2025.07.18 19:23:11.978439 [ 4 ] {91e55686-7275-4032-9864-7f3bbb82d921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11720 | 2025.07.18 19:23:11.978771 [ 4 ] {91e55686-7275-4032-9864-7f3bbb82d921} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11721 | 2025.07.18 19:23:11.978807 [ 4 ] {91e55686-7275-4032-9864-7f3bbb82d921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11722 | 2025.07.18 19:23:11.979094 [ 4 ] {91e55686-7275-4032-9864-7f3bbb82d921} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
11723 | 2025.07.18 19:23:11.979309 [ 4 ] {91e55686-7275-4032-9864-7f3bbb82d921} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11724 | 2025.07.18 19:23:11.979415 [ 146 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
11725 | 2025.07.18 19:23:11.979435 [ 4 ] {91e55686-7275-4032-9864-7f3bbb82d921} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001056 sec., 5681.818181818181 rows/sec., 296.85 KiB/sec. | ||
11726 | 2025.07.18 19:23:11.979457 [ 146 ] {} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11727 | 2025.07.18 19:23:11.979478 [ 4 ] {91e55686-7275-4032-9864-7f3bbb82d921} <Debug> TCPHandler: Processed in 0.001225469 sec. | ||
11728 | 2025.07.18 19:23:11.979481 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11729 | 2025.07.18 19:23:11.979568 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
11730 | 2025.07.18 19:23:11.979603 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11731 | 2025.07.18 19:23:11.979665 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11732 | 2025.07.18 19:23:11.979699 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 246 rows starting from the beginning of the part | ||
11733 | 2025.07.18 19:23:11.979704 [ 4 ] {4dcc2a25-c571-41a6-bde8-2e324cbf9f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11734 | 2025.07.18 19:23:11.979751 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
11735 | 2025.07.18 19:23:11.979756 [ 4 ] {4dcc2a25-c571-41a6-bde8-2e324cbf9f61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11736 | 2025.07.18 19:23:11.979797 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
11737 | 2025.07.18 19:23:11.979840 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
11738 | 2025.07.18 19:23:11.979878 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
11739 | 2025.07.18 19:23:11.979916 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
11740 | 2025.07.18 19:23:11.980241 [ 4 ] {4dcc2a25-c571-41a6-bde8-2e324cbf9f61} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11741 | 2025.07.18 19:23:11.980282 [ 4 ] {4dcc2a25-c571-41a6-bde8-2e324cbf9f61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11742 | 2025.07.18 19:23:11.980637 [ 4 ] {4dcc2a25-c571-41a6-bde8-2e324cbf9f61} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
11743 | 2025.07.18 19:23:11.980673 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.001134728 sec., 243230.0956705043 rows/sec., 12.41 MiB/sec. | ||
11744 | 2025.07.18 19:23:11.980858 [ 4 ] {4dcc2a25-c571-41a6-bde8-2e324cbf9f61} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11745 | 2025.07.18 19:23:11.980861 [ 189 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
11746 | 2025.07.18 19:23:11.980995 [ 4 ] {4dcc2a25-c571-41a6-bde8-2e324cbf9f61} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.00131 sec., 234351.14503816795 rows/sec., 15.42 MiB/sec. | ||
11747 | 2025.07.18 19:23:11.981039 [ 4 ] {4dcc2a25-c571-41a6-bde8-2e324cbf9f61} <Debug> TCPHandler: Processed in 0.001485322 sec. | ||
11748 | 2025.07.18 19:23:11.981153 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11749 | 2025.07.18 19:23:11.981250 [ 4 ] {2a4e94c9-8743-491a-a183-091294a438e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
11750 | 2025.07.18 19:23:11.981276 [ 189 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11751 | 2025.07.18 19:23:11.981292 [ 4 ] {2a4e94c9-8743-491a-a183-091294a438e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11752 | 2025.07.18 19:23:11.981397 [ 189 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
11753 | 2025.07.18 19:23:11.981511 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
11754 | 2025.07.18 19:23:11.981625 [ 4 ] {2a4e94c9-8743-491a-a183-091294a438e3} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11755 | 2025.07.18 19:23:11.981668 [ 4 ] {2a4e94c9-8743-491a-a183-091294a438e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11756 | 2025.07.18 19:23:11.981985 [ 4 ] {2a4e94c9-8743-491a-a183-091294a438e3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
11757 | 2025.07.18 19:23:11.982185 [ 4 ] {2a4e94c9-8743-491a-a183-091294a438e3} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11758 | 2025.07.18 19:23:11.982314 [ 4 ] {2a4e94c9-8743-491a-a183-091294a438e3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001082 sec., 924.2144177449168 rows/sec., 62.28 KiB/sec. | ||
11759 | 2025.07.18 19:23:11.982349 [ 4 ] {2a4e94c9-8743-491a-a183-091294a438e3} <Debug> TCPHandler: Processed in 0.00124755 sec. | ||
11760 | 2025.07.18 19:23:11.982462 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11761 | 2025.07.18 19:23:11.982557 [ 4 ] {34ebc770-a60e-48e7-bc15-458ca507eeb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11762 | 2025.07.18 19:23:11.982611 [ 4 ] {34ebc770-a60e-48e7-bc15-458ca507eeb9} <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 | ||
11763 | 2025.07.18 19:23:11.983477 [ 4 ] {34ebc770-a60e-48e7-bc15-458ca507eeb9} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11764 | 2025.07.18 19:23:11.983513 [ 4 ] {34ebc770-a60e-48e7-bc15-458ca507eeb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11765 | 2025.07.18 19:23:11.984078 [ 4 ] {34ebc770-a60e-48e7-bc15-458ca507eeb9} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
11766 | 2025.07.18 19:23:11.984295 [ 4 ] {34ebc770-a60e-48e7-bc15-458ca507eeb9} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11767 | 2025.07.18 19:23:11.984412 [ 64 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
11768 | 2025.07.18 19:23:11.984432 [ 4 ] {34ebc770-a60e-48e7-bc15-458ca507eeb9} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001893 sec., 21658.742736397253 rows/sec., 38.81 MiB/sec. | ||
11769 | 2025.07.18 19:23:11.984479 [ 64 ] {} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11770 | 2025.07.18 19:23:11.984506 [ 4 ] {34ebc770-a60e-48e7-bc15-458ca507eeb9} <Debug> TCPHandler: Processed in 0.002093322 sec. | ||
11771 | 2025.07.18 19:23:11.984505 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11772 | 2025.07.18 19:23:11.984620 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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 | ||
11773 | 2025.07.18 19:23:11.984634 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11774 | 2025.07.18 19:23:11.984746 [ 4 ] {3829edea-60ef-40c5-a652-583ab54ca318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11775 | 2025.07.18 19:23:11.984789 [ 4 ] {3829edea-60ef-40c5-a652-583ab54ca318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11776 | 2025.07.18 19:23:11.984962 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11777 | 2025.07.18 19:23:11.985059 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1651 rows starting from the beginning of the part | ||
11778 | 2025.07.18 19:23:11.985138 [ 4 ] {3829edea-60ef-40c5-a652-583ab54ca318} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11779 | 2025.07.18 19:23:11.985181 [ 4 ] {3829edea-60ef-40c5-a652-583ab54ca318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11780 | 2025.07.18 19:23:11.985271 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 41 rows starting from the beginning of the part | ||
11781 | 2025.07.18 19:23:11.985444 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 41 rows starting from the beginning of the part | ||
11782 | 2025.07.18 19:23:11.985507 [ 4 ] {3829edea-60ef-40c5-a652-583ab54ca318} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
11783 | 2025.07.18 19:23:11.985606 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 41 rows starting from the beginning of the part | ||
11784 | 2025.07.18 19:23:11.985730 [ 4 ] {3829edea-60ef-40c5-a652-583ab54ca318} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11785 | 2025.07.18 19:23:11.985737 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 41 rows starting from the beginning of the part | ||
11786 | 2025.07.18 19:23:11.985842 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 41 rows starting from the beginning of the part | ||
11787 | 2025.07.18 19:23:11.985865 [ 4 ] {3829edea-60ef-40c5-a652-583ab54ca318} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001137 sec., 89709.76253298153 rows/sec., 5.51 MiB/sec. | ||
11788 | 2025.07.18 19:23:11.985906 [ 4 ] {3829edea-60ef-40c5-a652-583ab54ca318} <Debug> TCPHandler: Processed in 0.00132354 sec. | ||
11789 | 2025.07.18 19:23:11.999652 [ 189 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1856 rows, containing 19 columns (19 merged, 0 gathered) in 0.015074082 sec., 123125.24238623619 rows/sec., 220.63 MiB/sec. | ||
11790 | 2025.07.18 19:23:12.000188 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 321.04 MiB, peak 331.88 MiB, free memory in arenas 0.00 B, will set to 322.26 MiB (RSS), difference: 1.22 MiB | ||
11791 | 2025.07.18 19:23:12.001502 [ 195 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
11792 | 2025.07.18 19:23:12.001858 [ 195 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11793 | 2025.07.18 19:23:12.001926 [ 195 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
11794 | 2025.07.18 19:23:12.002044 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.36 MiB. | ||
11795 | 2025.07.18 19:23:12.234185 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 | ||
11796 | 2025.07.18 19:23:12.252625 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11797 | 2025.07.18 19:23:12.252688 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11798 | 2025.07.18 19:23:12.259228 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11799 | 2025.07.18 19:23:12.259999 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11800 | 2025.07.18 19:23:12.263149 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 482 | ||
11801 | 2025.07.18 19:23:13.000253 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 316.30 MiB, peak 331.88 MiB, free memory in arenas 0.00 B, will set to 322.26 MiB (RSS), difference: 5.96 MiB | ||
11802 | 2025.07.18 19:23:16.602338 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11803 | 2025.07.18 19:23:16.602550 [ 4 ] {ade88c98-0c18-42bb-b83e-c06b4d87b539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
11804 | 2025.07.18 19:23:16.602625 [ 4 ] {ade88c98-0c18-42bb-b83e-c06b4d87b539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11805 | 2025.07.18 19:23:16.603263 [ 4 ] {ade88c98-0c18-42bb-b83e-c06b4d87b539} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11806 | 2025.07.18 19:23:16.603310 [ 4 ] {ade88c98-0c18-42bb-b83e-c06b4d87b539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11807 | 2025.07.18 19:23:16.603700 [ 4 ] {ade88c98-0c18-42bb-b83e-c06b4d87b539} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
11808 | 2025.07.18 19:23:16.603920 [ 4 ] {ade88c98-0c18-42bb-b83e-c06b4d87b539} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11809 | 2025.07.18 19:23:16.604075 [ 4 ] {ade88c98-0c18-42bb-b83e-c06b4d87b539} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00158 sec., 1265.8227848101264 rows/sec., 103.22 KiB/sec. | ||
11810 | 2025.07.18 19:23:16.604118 [ 4 ] {ade88c98-0c18-42bb-b83e-c06b4d87b539} <Debug> TCPHandler: Processed in 0.00191704 sec. | ||
11811 | 2025.07.18 19:23:16.604237 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11812 | 2025.07.18 19:23:16.604334 [ 4 ] {3108bcca-de44-43cb-8b44-db736fed6601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11813 | 2025.07.18 19:23:16.604375 [ 4 ] {3108bcca-de44-43cb-8b44-db736fed6601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11814 | 2025.07.18 19:23:16.605471 [ 4 ] {3108bcca-de44-43cb-8b44-db736fed6601} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11815 | 2025.07.18 19:23:16.605507 [ 4 ] {3108bcca-de44-43cb-8b44-db736fed6601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11816 | 2025.07.18 19:23:16.605892 [ 4 ] {3108bcca-de44-43cb-8b44-db736fed6601} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
11817 | 2025.07.18 19:23:16.606103 [ 4 ] {3108bcca-de44-43cb-8b44-db736fed6601} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11818 | 2025.07.18 19:23:16.606237 [ 4 ] {3108bcca-de44-43cb-8b44-db736fed6601} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.001921 sec., 623112.9619989588 rows/sec., 51.37 MiB/sec. | ||
11819 | 2025.07.18 19:23:16.606276 [ 4 ] {3108bcca-de44-43cb-8b44-db736fed6601} <Debug> TCPHandler: Processed in 0.002088072 sec. | ||
11820 | 2025.07.18 19:23:16.606391 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11821 | 2025.07.18 19:23:16.606487 [ 4 ] {fe82392e-97eb-47e0-85ba-848398f40ceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11822 | 2025.07.18 19:23:16.606527 [ 4 ] {fe82392e-97eb-47e0-85ba-848398f40ceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11823 | 2025.07.18 19:23:16.606925 [ 4 ] {fe82392e-97eb-47e0-85ba-848398f40ceb} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11824 | 2025.07.18 19:23:16.606961 [ 4 ] {fe82392e-97eb-47e0-85ba-848398f40ceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11825 | 2025.07.18 19:23:16.607247 [ 4 ] {fe82392e-97eb-47e0-85ba-848398f40ceb} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
11826 | 2025.07.18 19:23:16.607450 [ 4 ] {fe82392e-97eb-47e0-85ba-848398f40ceb} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11827 | 2025.07.18 19:23:16.607587 [ 4 ] {fe82392e-97eb-47e0-85ba-848398f40ceb} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001118 sec., 1788.9087656529516 rows/sec., 124.91 KiB/sec. | ||
11828 | 2025.07.18 19:23:16.607625 [ 4 ] {fe82392e-97eb-47e0-85ba-848398f40ceb} <Debug> TCPHandler: Processed in 0.00128538 sec. | ||
11829 | 2025.07.18 19:23:16.607732 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11830 | 2025.07.18 19:23:16.607844 [ 4 ] {0ad1e0e7-a29d-4db0-bcdf-411ca0dd9472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
11831 | 2025.07.18 19:23:16.607894 [ 4 ] {0ad1e0e7-a29d-4db0-bcdf-411ca0dd9472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11832 | 2025.07.18 19:23:16.608508 [ 4 ] {0ad1e0e7-a29d-4db0-bcdf-411ca0dd9472} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11833 | 2025.07.18 19:23:16.608553 [ 4 ] {0ad1e0e7-a29d-4db0-bcdf-411ca0dd9472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11834 | 2025.07.18 19:23:16.608911 [ 4 ] {0ad1e0e7-a29d-4db0-bcdf-411ca0dd9472} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
11835 | 2025.07.18 19:23:16.609121 [ 4 ] {0ad1e0e7-a29d-4db0-bcdf-411ca0dd9472} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11836 | 2025.07.18 19:23:16.609253 [ 4 ] {0ad1e0e7-a29d-4db0-bcdf-411ca0dd9472} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001433 sec., 159106.76901605024 rows/sec., 10.77 MiB/sec. | ||
11837 | 2025.07.18 19:23:16.609292 [ 4 ] {0ad1e0e7-a29d-4db0-bcdf-411ca0dd9472} <Debug> TCPHandler: Processed in 0.001609595 sec. | ||
11838 | 2025.07.18 19:23:16.609395 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11839 | 2025.07.18 19:23:16.609489 [ 4 ] {5b595426-1182-458a-823f-3284066c5232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11840 | 2025.07.18 19:23:16.609529 [ 4 ] {5b595426-1182-458a-823f-3284066c5232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11841 | 2025.07.18 19:23:16.610154 [ 4 ] {5b595426-1182-458a-823f-3284066c5232} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11842 | 2025.07.18 19:23:16.610191 [ 4 ] {5b595426-1182-458a-823f-3284066c5232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11843 | 2025.07.18 19:23:16.610515 [ 4 ] {5b595426-1182-458a-823f-3284066c5232} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
11844 | 2025.07.18 19:23:16.610724 [ 4 ] {5b595426-1182-458a-823f-3284066c5232} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11845 | 2025.07.18 19:23:16.610853 [ 4 ] {5b595426-1182-458a-823f-3284066c5232} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.001383 sec., 377440.34707158356 rows/sec., 27.94 MiB/sec. | ||
11846 | 2025.07.18 19:23:16.610893 [ 4 ] {5b595426-1182-458a-823f-3284066c5232} <Debug> TCPHandler: Processed in 0.001547294 sec. | ||
11847 | 2025.07.18 19:23:16.611006 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11848 | 2025.07.18 19:23:16.611099 [ 4 ] {11977c6d-21b8-43ac-a94b-11a04cd0a844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11849 | 2025.07.18 19:23:16.611142 [ 4 ] {11977c6d-21b8-43ac-a94b-11a04cd0a844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11850 | 2025.07.18 19:23:16.611771 [ 4 ] {11977c6d-21b8-43ac-a94b-11a04cd0a844} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11851 | 2025.07.18 19:23:16.611807 [ 4 ] {11977c6d-21b8-43ac-a94b-11a04cd0a844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11852 | 2025.07.18 19:23:16.612185 [ 4 ] {11977c6d-21b8-43ac-a94b-11a04cd0a844} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
11853 | 2025.07.18 19:23:16.612394 [ 4 ] {11977c6d-21b8-43ac-a94b-11a04cd0a844} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11854 | 2025.07.18 19:23:16.612519 [ 4 ] {11977c6d-21b8-43ac-a94b-11a04cd0a844} <Debug> executeQuery: Read 1007 rows, 69.31 KiB in 0.00144 sec., 699305.5555555555 rows/sec., 47.01 MiB/sec. | ||
11855 | 2025.07.18 19:23:16.612557 [ 4 ] {11977c6d-21b8-43ac-a94b-11a04cd0a844} <Debug> TCPHandler: Processed in 0.001599235 sec. | ||
11856 | 2025.07.18 19:23:16.612669 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11857 | 2025.07.18 19:23:16.612762 [ 4 ] {119f87d5-3c19-480e-9793-df7fae3e5901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11858 | 2025.07.18 19:23:16.612804 [ 4 ] {119f87d5-3c19-480e-9793-df7fae3e5901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11859 | 2025.07.18 19:23:16.613151 [ 4 ] {119f87d5-3c19-480e-9793-df7fae3e5901} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11860 | 2025.07.18 19:23:16.613189 [ 4 ] {119f87d5-3c19-480e-9793-df7fae3e5901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11861 | 2025.07.18 19:23:16.613499 [ 4 ] {119f87d5-3c19-480e-9793-df7fae3e5901} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
11862 | 2025.07.18 19:23:16.613704 [ 4 ] {119f87d5-3c19-480e-9793-df7fae3e5901} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11863 | 2025.07.18 19:23:16.613834 [ 4 ] {119f87d5-3c19-480e-9793-df7fae3e5901} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. | ||
11864 | 2025.07.18 19:23:16.613873 [ 4 ] {119f87d5-3c19-480e-9793-df7fae3e5901} <Debug> TCPHandler: Processed in 0.00125132 sec. | ||
11865 | 2025.07.18 19:23:18.143754 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829 | ||
11866 | 2025.07.18 19:23:18.144282 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11867 | 2025.07.18 19:23:18.144331 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11868 | 2025.07.18 19:23:18.144842 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11869 | 2025.07.18 19:23:18.145108 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11870 | 2025.07.18 19:23:18.145259 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 | ||
11871 | 2025.07.18 19:23:19.763221 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 | ||
11872 | 2025.07.18 19:23:19.780482 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11873 | 2025.07.18 19:23:19.780541 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
11874 | 2025.07.18 19:23:19.786773 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11875 | 2025.07.18 19:23:19.787468 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11876 | 2025.07.18 19:23:19.790581 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
11877 | 2025.07.18 19:23:20.725140 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1646 | ||
11878 | 2025.07.18 19:23:20.727494 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11879 | 2025.07.18 19:23:20.727542 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
11880 | 2025.07.18 19:23:20.728734 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
11881 | 2025.07.18 19:23:20.729009 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11882 | 2025.07.18 19:23:20.729280 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1646 | ||
11883 | 2025.07.18 19:23:21.968497 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11884 | 2025.07.18 19:23:21.968685 [ 4 ] {f47679b8-29d4-4434-b24e-bd4eba7177e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
11885 | 2025.07.18 19:23:21.968755 [ 4 ] {f47679b8-29d4-4434-b24e-bd4eba7177e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
11886 | 2025.07.18 19:23:21.969598 [ 4 ] {f47679b8-29d4-4434-b24e-bd4eba7177e4} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11887 | 2025.07.18 19:23:21.969652 [ 4 ] {f47679b8-29d4-4434-b24e-bd4eba7177e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
11888 | 2025.07.18 19:23:21.970101 [ 4 ] {f47679b8-29d4-4434-b24e-bd4eba7177e4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
11889 | 2025.07.18 19:23:21.970324 [ 4 ] {f47679b8-29d4-4434-b24e-bd4eba7177e4} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11890 | 2025.07.18 19:23:21.970480 [ 4 ] {f47679b8-29d4-4434-b24e-bd4eba7177e4} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001846 sec., 212351.0292524377 rows/sec., 13.47 MiB/sec. | ||
11891 | 2025.07.18 19:23:21.970522 [ 4 ] {f47679b8-29d4-4434-b24e-bd4eba7177e4} <Debug> TCPHandler: Processed in 0.002153003 sec. | ||
11892 | 2025.07.18 19:23:21.970641 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11893 | 2025.07.18 19:23:21.970736 [ 4 ] {c479e322-7c03-4334-9eac-d1d4f457114c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
11894 | 2025.07.18 19:23:21.970778 [ 4 ] {c479e322-7c03-4334-9eac-d1d4f457114c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11895 | 2025.07.18 19:23:21.971558 [ 4 ] {c479e322-7c03-4334-9eac-d1d4f457114c} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11896 | 2025.07.18 19:23:21.971594 [ 4 ] {c479e322-7c03-4334-9eac-d1d4f457114c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
11897 | 2025.07.18 19:23:21.971971 [ 4 ] {c479e322-7c03-4334-9eac-d1d4f457114c} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
11898 | 2025.07.18 19:23:21.972191 [ 4 ] {c479e322-7c03-4334-9eac-d1d4f457114c} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11899 | 2025.07.18 19:23:21.972322 [ 4 ] {c479e322-7c03-4334-9eac-d1d4f457114c} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001604 sec., 716334.1645885287 rows/sec., 57.17 MiB/sec. | ||
11900 | 2025.07.18 19:23:21.972362 [ 4 ] {c479e322-7c03-4334-9eac-d1d4f457114c} <Debug> TCPHandler: Processed in 0.001772488 sec. | ||
11901 | 2025.07.18 19:23:21.972475 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11902 | 2025.07.18 19:23:21.972569 [ 4 ] {4383a69b-e691-4650-9725-4ac6c39a786f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
11903 | 2025.07.18 19:23:21.972609 [ 4 ] {4383a69b-e691-4650-9725-4ac6c39a786f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11904 | 2025.07.18 19:23:21.973085 [ 4 ] {4383a69b-e691-4650-9725-4ac6c39a786f} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11905 | 2025.07.18 19:23:21.973121 [ 4 ] {4383a69b-e691-4650-9725-4ac6c39a786f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
11906 | 2025.07.18 19:23:21.973460 [ 4 ] {4383a69b-e691-4650-9725-4ac6c39a786f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
11907 | 2025.07.18 19:23:21.973669 [ 4 ] {4383a69b-e691-4650-9725-4ac6c39a786f} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11908 | 2025.07.18 19:23:21.973799 [ 4 ] {4383a69b-e691-4650-9725-4ac6c39a786f} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001247 sec., 190056.134723336 rows/sec., 11.64 MiB/sec. | ||
11909 | 2025.07.18 19:23:21.973838 [ 4 ] {4383a69b-e691-4650-9725-4ac6c39a786f} <Debug> TCPHandler: Processed in 0.001412281 sec. | ||
11910 | 2025.07.18 19:23:21.973964 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11911 | 2025.07.18 19:23:21.974090 [ 4 ] {7d7cd549-c44d-4f10-b080-3c761ef0a07a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
11912 | 2025.07.18 19:23:21.974141 [ 4 ] {7d7cd549-c44d-4f10-b080-3c761ef0a07a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11913 | 2025.07.18 19:23:21.974699 [ 4 ] {7d7cd549-c44d-4f10-b080-3c761ef0a07a} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11914 | 2025.07.18 19:23:21.974743 [ 4 ] {7d7cd549-c44d-4f10-b080-3c761ef0a07a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
11915 | 2025.07.18 19:23:21.975113 [ 4 ] {7d7cd549-c44d-4f10-b080-3c761ef0a07a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11916 | 2025.07.18 19:23:21.975331 [ 4 ] {7d7cd549-c44d-4f10-b080-3c761ef0a07a} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11917 | 2025.07.18 19:23:21.975447 [ 140 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_52_11 to all_57_57_0 | ||
11918 | 2025.07.18 19:23:21.975466 [ 4 ] {7d7cd549-c44d-4f10-b080-3c761ef0a07a} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.0014 sec., 145000 rows/sec., 9.35 MiB/sec. | ||
11919 | 2025.07.18 19:23:21.975515 [ 140 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11920 | 2025.07.18 19:23:21.975526 [ 4 ] {7d7cd549-c44d-4f10-b080-3c761ef0a07a} <Debug> TCPHandler: Processed in 0.001624775 sec. | ||
11921 | 2025.07.18 19:23:21.975545 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
11922 | 2025.07.18 19:23:21.975645 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_52_11 to all_57_57_0 into Compact with storage Full | ||
11923 | 2025.07.18 19:23:21.975648 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11924 | 2025.07.18 19:23:21.975766 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11925 | 2025.07.18 19:23:21.975769 [ 4 ] {b67bb391-8b27-4ac2-965e-33354a6a6e42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
11926 | 2025.07.18 19:23:21.975805 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_52_11, total 431 rows starting from the beginning of the part | ||
11927 | 2025.07.18 19:23:21.975824 [ 4 ] {b67bb391-8b27-4ac2-965e-33354a6a6e42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11928 | 2025.07.18 19:23:21.975879 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 203 rows starting from the beginning of the part | ||
11929 | 2025.07.18 19:23:21.975935 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 203 rows starting from the beginning of the part | ||
11930 | 2025.07.18 19:23:21.975982 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 203 rows starting from the beginning of the part | ||
11931 | 2025.07.18 19:23:21.976026 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 228 rows starting from the beginning of the part | ||
11932 | 2025.07.18 19:23:21.976069 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 203 rows starting from the beginning of the part | ||
11933 | 2025.07.18 19:23:21.976277 [ 4 ] {b67bb391-8b27-4ac2-965e-33354a6a6e42} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11934 | 2025.07.18 19:23:21.976318 [ 4 ] {b67bb391-8b27-4ac2-965e-33354a6a6e42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
11935 | 2025.07.18 19:23:21.976656 [ 4 ] {b67bb391-8b27-4ac2-965e-33354a6a6e42} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
11936 | 2025.07.18 19:23:21.976886 [ 4 ] {b67bb391-8b27-4ac2-965e-33354a6a6e42} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11937 | 2025.07.18 19:23:21.977021 [ 4 ] {b67bb391-8b27-4ac2-965e-33354a6a6e42} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001271 sec., 158929.97639653817 rows/sec., 9.03 MiB/sec. | ||
11938 | 2025.07.18 19:23:21.977060 [ 4 ] {b67bb391-8b27-4ac2-965e-33354a6a6e42} <Debug> TCPHandler: Processed in 0.001463043 sec. | ||
11939 | 2025.07.18 19:23:21.977175 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11940 | 2025.07.18 19:23:21.977180 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001568695 sec., 937722.119341236 rows/sec., 64.99 MiB/sec. | ||
11941 | 2025.07.18 19:23:21.977271 [ 4 ] {e19853d8-26d4-4c39-a8d5-b4a6dc358a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
11942 | 2025.07.18 19:23:21.977317 [ 4 ] {e19853d8-26d4-4c39-a8d5-b4a6dc358a97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11943 | 2025.07.18 19:23:21.977427 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} <Trace> MergedBlockOutputStream: filled checksums all_1_57_12 (state Temporary) | ||
11944 | 2025.07.18 19:23:21.977788 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_57_12 to all_1_57_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11945 | 2025.07.18 19:23:21.977885 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_52_11, all_57_57_0] -> all_1_57_12 | ||
11946 | 2025.07.18 19:23:21.977928 [ 4 ] {e19853d8-26d4-4c39-a8d5-b4a6dc358a97} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11947 | 2025.07.18 19:23:21.977970 [ 4 ] {e19853d8-26d4-4c39-a8d5-b4a6dc358a97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
11948 | 2025.07.18 19:23:21.978002 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
11949 | 2025.07.18 19:23:21.978318 [ 4 ] {e19853d8-26d4-4c39-a8d5-b4a6dc358a97} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
11950 | 2025.07.18 19:23:21.978535 [ 4 ] {e19853d8-26d4-4c39-a8d5-b4a6dc358a97} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11951 | 2025.07.18 19:23:21.978667 [ 4 ] {e19853d8-26d4-4c39-a8d5-b4a6dc358a97} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001414 sec., 490099.0099009901 rows/sec., 34.43 MiB/sec. | ||
11952 | 2025.07.18 19:23:21.978706 [ 4 ] {e19853d8-26d4-4c39-a8d5-b4a6dc358a97} <Debug> TCPHandler: Processed in 0.001581094 sec. | ||
11953 | 2025.07.18 19:23:21.978821 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11954 | 2025.07.18 19:23:21.978915 [ 4 ] {155de1b9-38b8-41a2-a30b-db8f266df92e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
11955 | 2025.07.18 19:23:21.978958 [ 4 ] {155de1b9-38b8-41a2-a30b-db8f266df92e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11956 | 2025.07.18 19:23:21.979293 [ 4 ] {155de1b9-38b8-41a2-a30b-db8f266df92e} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11957 | 2025.07.18 19:23:21.979328 [ 4 ] {155de1b9-38b8-41a2-a30b-db8f266df92e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
11958 | 2025.07.18 19:23:21.979640 [ 4 ] {155de1b9-38b8-41a2-a30b-db8f266df92e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
11959 | 2025.07.18 19:23:21.979851 [ 4 ] {155de1b9-38b8-41a2-a30b-db8f266df92e} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11960 | 2025.07.18 19:23:21.979980 [ 4 ] {155de1b9-38b8-41a2-a30b-db8f266df92e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001085 sec., 5529.953917050691 rows/sec., 288.92 KiB/sec. | ||
11961 | 2025.07.18 19:23:21.980017 [ 4 ] {155de1b9-38b8-41a2-a30b-db8f266df92e} <Debug> TCPHandler: Processed in 0.001247269 sec. | ||
11962 | 2025.07.18 19:23:21.980127 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11963 | 2025.07.18 19:23:21.980220 [ 4 ] {9fb58313-4e18-46dd-8729-6c184091693c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
11964 | 2025.07.18 19:23:21.980264 [ 4 ] {9fb58313-4e18-46dd-8729-6c184091693c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11965 | 2025.07.18 19:23:21.980683 [ 4 ] {9fb58313-4e18-46dd-8729-6c184091693c} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11966 | 2025.07.18 19:23:21.980717 [ 4 ] {9fb58313-4e18-46dd-8729-6c184091693c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
11967 | 2025.07.18 19:23:21.981047 [ 4 ] {9fb58313-4e18-46dd-8729-6c184091693c} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
11968 | 2025.07.18 19:23:21.981253 [ 4 ] {9fb58313-4e18-46dd-8729-6c184091693c} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11969 | 2025.07.18 19:23:21.981388 [ 4 ] {9fb58313-4e18-46dd-8729-6c184091693c} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001186 sec., 258853.28836424957 rows/sec., 17.03 MiB/sec. | ||
11970 | 2025.07.18 19:23:21.981425 [ 4 ] {9fb58313-4e18-46dd-8729-6c184091693c} <Debug> TCPHandler: Processed in 0.001347441 sec. | ||
11971 | 2025.07.18 19:23:21.981527 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11972 | 2025.07.18 19:23:21.981627 [ 4 ] {b2db72d8-3200-45d6-af86-6a45388fed2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
11973 | 2025.07.18 19:23:21.981669 [ 4 ] {b2db72d8-3200-45d6-af86-6a45388fed2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11974 | 2025.07.18 19:23:21.981988 [ 4 ] {b2db72d8-3200-45d6-af86-6a45388fed2b} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11975 | 2025.07.18 19:23:21.982023 [ 4 ] {b2db72d8-3200-45d6-af86-6a45388fed2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
11976 | 2025.07.18 19:23:21.982333 [ 4 ] {b2db72d8-3200-45d6-af86-6a45388fed2b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
11977 | 2025.07.18 19:23:21.982541 [ 4 ] {b2db72d8-3200-45d6-af86-6a45388fed2b} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11978 | 2025.07.18 19:23:21.982670 [ 4 ] {b2db72d8-3200-45d6-af86-6a45388fed2b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001062 sec., 941.6195856873823 rows/sec., 63.45 KiB/sec. | ||
11979 | 2025.07.18 19:23:21.982707 [ 4 ] {b2db72d8-3200-45d6-af86-6a45388fed2b} <Debug> TCPHandler: Processed in 0.001226759 sec. | ||
11980 | 2025.07.18 19:23:21.982806 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11981 | 2025.07.18 19:23:21.982898 [ 4 ] {e34e21da-0952-47c1-9f20-3899af295111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
11982 | 2025.07.18 19:23:21.982951 [ 4 ] {e34e21da-0952-47c1-9f20-3899af295111} <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 | ||
11983 | 2025.07.18 19:23:21.983740 [ 4 ] {e34e21da-0952-47c1-9f20-3899af295111} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11984 | 2025.07.18 19:23:21.983776 [ 4 ] {e34e21da-0952-47c1-9f20-3899af295111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
11985 | 2025.07.18 19:23:21.984314 [ 4 ] {e34e21da-0952-47c1-9f20-3899af295111} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
11986 | 2025.07.18 19:23:21.984522 [ 4 ] {e34e21da-0952-47c1-9f20-3899af295111} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11987 | 2025.07.18 19:23:21.984656 [ 4 ] {e34e21da-0952-47c1-9f20-3899af295111} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001775 sec., 23098.591549295772 rows/sec., 41.39 MiB/sec. | ||
11988 | 2025.07.18 19:23:21.984708 [ 4 ] {e34e21da-0952-47c1-9f20-3899af295111} <Debug> TCPHandler: Processed in 0.001947859 sec. | ||
11989 | 2025.07.18 19:23:21.984820 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11990 | 2025.07.18 19:23:21.984912 [ 4 ] {79308918-e2a5-41a1-850d-fcad48b68501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
11991 | 2025.07.18 19:23:21.984952 [ 4 ] {79308918-e2a5-41a1-850d-fcad48b68501} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11992 | 2025.07.18 19:23:21.985275 [ 4 ] {79308918-e2a5-41a1-850d-fcad48b68501} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11993 | 2025.07.18 19:23:21.985310 [ 4 ] {79308918-e2a5-41a1-850d-fcad48b68501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
11994 | 2025.07.18 19:23:21.985607 [ 4 ] {79308918-e2a5-41a1-850d-fcad48b68501} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
11995 | 2025.07.18 19:23:21.985819 [ 4 ] {79308918-e2a5-41a1-850d-fcad48b68501} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11996 | 2025.07.18 19:23:21.985945 [ 4 ] {79308918-e2a5-41a1-850d-fcad48b68501} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.00105 sec., 97142.85714285714 rows/sec., 5.97 MiB/sec. | ||
11997 | 2025.07.18 19:23:21.985979 [ 4 ] {79308918-e2a5-41a1-850d-fcad48b68501} <Debug> TCPHandler: Processed in 0.001208129 sec. | ||
11998 | 2025.07.18 19:23:25.463948 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11999 | 2025.07.18 19:23:25.464007 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12000 | 2025.07.18 19:23:25.646310 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256 | ||
12001 | 2025.07.18 19:23:25.646800 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12002 | 2025.07.18 19:23:25.646837 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12003 | 2025.07.18 19:23:25.647354 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12004 | 2025.07.18 19:23:25.647619 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12005 | 2025.07.18 19:23:25.647756 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
12006 | 2025.07.18 19:23:25.647761 [ 136 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12007 | 2025.07.18 19:23:25.647812 [ 136 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12008 | 2025.07.18 19:23:25.647834 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12009 | 2025.07.18 19:23:25.647959 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
12010 | 2025.07.18 19:23:25.648098 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12011 | 2025.07.18 19:23:25.648135 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part | ||
12012 | 2025.07.18 19:23:25.648203 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 427 rows starting from the beginning of the part | ||
12013 | 2025.07.18 19:23:25.648253 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 488 rows starting from the beginning of the part | ||
12014 | 2025.07.18 19:23:25.648295 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 427 rows starting from the beginning of the part | ||
12015 | 2025.07.18 19:23:25.648339 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 488 rows starting from the beginning of the part | ||
12016 | 2025.07.18 19:23:25.648382 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 427 rows starting from the beginning of the part | ||
12017 | 2025.07.18 19:23:25.650633 [ 194 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.002732872 sec., 11071136.884566858 rows/sec., 158.37 MiB/sec. | ||
12018 | 2025.07.18 19:23:25.651008 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12019 | 2025.07.18 19:23:25.651291 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_66_13} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12020 | 2025.07.18 19:23:25.651356 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_66_13} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12021 | 2025.07.18 19:23:25.651465 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. | ||
12022 | 2025.07.18 19:23:26.955080 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12023 | 2025.07.18 19:23:26.955276 [ 4 ] {83b09c3b-2064-4912-9505-9666192a5579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12024 | 2025.07.18 19:23:26.955351 [ 4 ] {83b09c3b-2064-4912-9505-9666192a5579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12025 | 2025.07.18 19:23:26.956083 [ 4 ] {83b09c3b-2064-4912-9505-9666192a5579} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12026 | 2025.07.18 19:23:26.956132 [ 4 ] {83b09c3b-2064-4912-9505-9666192a5579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12027 | 2025.07.18 19:23:26.956498 [ 4 ] {83b09c3b-2064-4912-9505-9666192a5579} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
12028 | 2025.07.18 19:23:26.956712 [ 4 ] {83b09c3b-2064-4912-9505-9666192a5579} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12029 | 2025.07.18 19:23:26.956935 [ 4 ] {83b09c3b-2064-4912-9505-9666192a5579} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001712 sec., 32710.280373831774 rows/sec., 2.51 MiB/sec. | ||
12030 | 2025.07.18 19:23:26.956958 [ 134 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
12031 | 2025.07.18 19:23:26.956984 [ 4 ] {83b09c3b-2064-4912-9505-9666192a5579} <Debug> TCPHandler: Processed in 0.002036821 sec. | ||
12032 | 2025.07.18 19:23:26.957048 [ 134 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12033 | 2025.07.18 19:23:26.957077 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12034 | 2025.07.18 19:23:26.957148 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12035 | 2025.07.18 19:23:26.957207 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
12036 | 2025.07.18 19:23:26.957253 [ 4 ] {34bb3c18-1d36-43ad-bc65-f944326d43d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12037 | 2025.07.18 19:23:26.957300 [ 4 ] {34bb3c18-1d36-43ad-bc65-f944326d43d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12038 | 2025.07.18 19:23:26.957361 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12039 | 2025.07.18 19:23:26.957402 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 2298 rows starting from the beginning of the part | ||
12040 | 2025.07.18 19:23:26.957471 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part | ||
12041 | 2025.07.18 19:23:26.957519 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 1149 rows starting from the beginning of the part | ||
12042 | 2025.07.18 19:23:26.957574 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 1197 rows starting from the beginning of the part | ||
12043 | 2025.07.18 19:23:26.957616 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 1149 rows starting from the beginning of the part | ||
12044 | 2025.07.18 19:23:26.957662 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 56 rows starting from the beginning of the part | ||
12045 | 2025.07.18 19:23:26.957744 [ 4 ] {34bb3c18-1d36-43ad-bc65-f944326d43d0} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12046 | 2025.07.18 19:23:26.957788 [ 4 ] {34bb3c18-1d36-43ad-bc65-f944326d43d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12047 | 2025.07.18 19:23:26.958130 [ 4 ] {34bb3c18-1d36-43ad-bc65-f944326d43d0} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
12048 | 2025.07.18 19:23:26.958358 [ 4 ] {34bb3c18-1d36-43ad-bc65-f944326d43d0} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12049 | 2025.07.18 19:23:26.958492 [ 134 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
12050 | 2025.07.18 19:23:26.958496 [ 4 ] {34bb3c18-1d36-43ad-bc65-f944326d43d0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001265 sec., 50592.88537549407 rows/sec., 3.95 MiB/sec. | ||
12051 | 2025.07.18 19:23:26.958530 [ 134 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12052 | 2025.07.18 19:23:26.958553 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12053 | 2025.07.18 19:23:26.958554 [ 4 ] {34bb3c18-1d36-43ad-bc65-f944326d43d0} <Debug> TCPHandler: Processed in 0.001456093 sec. | ||
12054 | 2025.07.18 19:23:26.958658 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
12055 | 2025.07.18 19:23:26.958689 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12056 | 2025.07.18 19:23:26.958791 [ 4 ] {4fc5d5f5-aeb7-4968-8b5e-9549ffb5e24a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12057 | 2025.07.18 19:23:26.958795 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12058 | 2025.07.18 19:23:26.958837 [ 4 ] {4fc5d5f5-aeb7-4968-8b5e-9549ffb5e24a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12059 | 2025.07.18 19:23:26.958842 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1185 rows starting from the beginning of the part | ||
12060 | 2025.07.18 19:23:26.958922 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part | ||
12061 | 2025.07.18 19:23:26.958966 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 693 rows starting from the beginning of the part | ||
12062 | 2025.07.18 19:23:26.959009 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 522 rows starting from the beginning of the part | ||
12063 | 2025.07.18 19:23:26.959053 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 693 rows starting from the beginning of the part | ||
12064 | 2025.07.18 19:23:26.959094 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 64 rows starting from the beginning of the part | ||
12065 | 2025.07.18 19:23:26.959269 [ 4 ] {4fc5d5f5-aeb7-4968-8b5e-9549ffb5e24a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12066 | 2025.07.18 19:23:26.959310 [ 4 ] {4fc5d5f5-aeb7-4968-8b5e-9549ffb5e24a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12067 | 2025.07.18 19:23:26.959720 [ 4 ] {4fc5d5f5-aeb7-4968-8b5e-9549ffb5e24a} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
12068 | 2025.07.18 19:23:26.959786 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5905 rows, containing 5 columns (5 merged, 0 gathered) in 0.002642041 sec., 2235014.5209707194 rows/sec., 189.19 MiB/sec. | ||
12069 | 2025.07.18 19:23:26.959946 [ 4 ] {4fc5d5f5-aeb7-4968-8b5e-9549ffb5e24a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12070 | 2025.07.18 19:23:26.960071 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 5 parts from all_1_91_18 to all_95_95_0 | ||
12071 | 2025.07.18 19:23:26.960080 [ 4 ] {4fc5d5f5-aeb7-4968-8b5e-9549ffb5e24a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00131 sec., 122137.40458015268 rows/sec., 8.51 MiB/sec. | ||
12072 | 2025.07.18 19:23:26.960088 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
12073 | 2025.07.18 19:23:26.960111 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12074 | 2025.07.18 19:23:26.960133 [ 4 ] {4fc5d5f5-aeb7-4968-8b5e-9549ffb5e24a} <Debug> TCPHandler: Processed in 0.001492683 sec. | ||
12075 | 2025.07.18 19:23:26.960147 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12076 | 2025.07.18 19:23:26.960225 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_91_18 to all_95_95_0 into Compact with storage Full | ||
12077 | 2025.07.18 19:23:26.960257 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12078 | 2025.07.18 19:23:26.960330 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12079 | 2025.07.18 19:23:26.960356 [ 4 ] {4528e4f1-eeef-475e-be91-a00cbcd79ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12080 | 2025.07.18 19:23:26.960363 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3221 rows, containing 5 columns (5 merged, 0 gathered) in 0.001754167 sec., 1836199.176019159 rows/sec., 138.70 MiB/sec. | ||
12081 | 2025.07.18 19:23:26.960363 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_91_18, total 35113 rows starting from the beginning of the part | ||
12082 | 2025.07.18 19:23:26.960406 [ 4 ] {4528e4f1-eeef-475e-be91-a00cbcd79ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12083 | 2025.07.18 19:23:26.960403 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12084 | 2025.07.18 19:23:26.960462 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part | ||
12085 | 2025.07.18 19:23:26.960506 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 307 rows starting from the beginning of the part | ||
12086 | 2025.07.18 19:23:26.960514 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
12087 | 2025.07.18 19:23:26.960537 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
12088 | 2025.07.18 19:23:26.960547 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 1007 rows starting from the beginning of the part | ||
12089 | 2025.07.18 19:23:26.960598 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 307 rows starting from the beginning of the part | ||
12090 | 2025.07.18 19:23:26.960615 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
12091 | 2025.07.18 19:23:26.960771 [ 4 ] {4528e4f1-eeef-475e-be91-a00cbcd79ac7} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12092 | 2025.07.18 19:23:26.960812 [ 4 ] {4528e4f1-eeef-475e-be91-a00cbcd79ac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12093 | 2025.07.18 19:23:26.960866 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12094 | 2025.07.18 19:23:26.960948 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
12095 | 2025.07.18 19:23:26.961022 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
12096 | 2025.07.18 19:23:26.961155 [ 4 ] {4528e4f1-eeef-475e-be91-a00cbcd79ac7} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
12097 | 2025.07.18 19:23:26.961364 [ 4 ] {4528e4f1-eeef-475e-be91-a00cbcd79ac7} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12098 | 2025.07.18 19:23:26.961497 [ 4 ] {4528e4f1-eeef-475e-be91-a00cbcd79ac7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00116 sec., 51724.137931034486 rows/sec., 3.49 MiB/sec. | ||
12099 | 2025.07.18 19:23:26.961532 [ 4 ] {4528e4f1-eeef-475e-be91-a00cbcd79ac7} <Debug> TCPHandler: Processed in 0.00132333 sec. | ||
12100 | 2025.07.18 19:23:26.967544 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36894 rows, containing 5 columns (5 merged, 0 gathered) in 0.007349233 sec., 5020115.704591214 rows/sec., 336.03 MiB/sec. | ||
12101 | 2025.07.18 19:23:26.968022 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} <Trace> MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) | ||
12102 | 2025.07.18 19:23:26.968308 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12103 | 2025.07.18 19:23:26.968383 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 5 parts: [all_1_91_18, all_95_95_0] -> all_1_95_19 | ||
12104 | 2025.07.18 19:23:26.968462 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
12105 | 2025.07.18 19:23:27.291580 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 | ||
12106 | 2025.07.18 19:23:27.309485 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12107 | 2025.07.18 19:23:27.309550 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12108 | 2025.07.18 19:23:27.315970 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12109 | 2025.07.18 19:23:27.316692 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12110 | 2025.07.18 19:23:27.317007 [ 133 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12111 | 2025.07.18 19:23:27.317053 [ 133 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12112 | 2025.07.18 19:23:27.317076 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12113 | 2025.07.18 19:23:27.317176 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
12114 | 2025.07.18 19:23:27.319784 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 497 | ||
12115 | 2025.07.18 19:23:27.320217 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12116 | 2025.07.18 19:23:27.320937 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
12117 | 2025.07.18 19:23:27.324186 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
12118 | 2025.07.18 19:23:27.327578 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
12119 | 2025.07.18 19:23:27.331648 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
12120 | 2025.07.18 19:23:27.335783 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
12121 | 2025.07.18 19:23:27.339494 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
12122 | 2025.07.18 19:23:27.391667 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.074530896 sec., 6668.375488200222 rows/sec., 34.48 MiB/sec. | ||
12123 | 2025.07.18 19:23:27.393682 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12124 | 2025.07.18 19:23:27.395346 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_66_13} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12125 | 2025.07.18 19:23:27.395442 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_66_13} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12126 | 2025.07.18 19:23:27.396891 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
12127 | 2025.07.18 19:23:28.000280 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 324.01 MiB, peak 337.74 MiB, free memory in arenas 0.00 B, will set to 325.55 MiB (RSS), difference: 1.53 MiB | ||
12128 | 2025.07.18 19:23:30.729517 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1676 | ||
12129 | 2025.07.18 19:23:30.731766 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12130 | 2025.07.18 19:23:30.731812 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12131 | 2025.07.18 19:23:30.732978 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
12132 | 2025.07.18 19:23:30.733236 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12133 | 2025.07.18 19:23:30.733490 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1676 | ||
12134 | 2025.07.18 19:23:31.969129 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12135 | 2025.07.18 19:23:31.969326 [ 4 ] {09f23bec-08f4-498f-b4d7-bffae05ca68a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
12136 | 2025.07.18 19:23:31.969398 [ 4 ] {09f23bec-08f4-498f-b4d7-bffae05ca68a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
12137 | 2025.07.18 19:23:31.970205 [ 4 ] {09f23bec-08f4-498f-b4d7-bffae05ca68a} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12138 | 2025.07.18 19:23:31.970252 [ 4 ] {09f23bec-08f4-498f-b4d7-bffae05ca68a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12139 | 2025.07.18 19:23:31.970620 [ 4 ] {09f23bec-08f4-498f-b4d7-bffae05ca68a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
12140 | 2025.07.18 19:23:31.970830 [ 4 ] {09f23bec-08f4-498f-b4d7-bffae05ca68a} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12141 | 2025.07.18 19:23:31.971042 [ 4 ] {09f23bec-08f4-498f-b4d7-bffae05ca68a} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001769 sec., 221594.12097230073 rows/sec., 14.06 MiB/sec. | ||
12142 | 2025.07.18 19:23:31.971084 [ 4 ] {09f23bec-08f4-498f-b4d7-bffae05ca68a} <Debug> TCPHandler: Processed in 0.002086652 sec. | ||
12143 | 2025.07.18 19:23:31.971197 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12144 | 2025.07.18 19:23:31.971290 [ 4 ] {2463d39a-05b1-4305-b366-0f7b205ca189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
12145 | 2025.07.18 19:23:31.971331 [ 4 ] {2463d39a-05b1-4305-b366-0f7b205ca189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12146 | 2025.07.18 19:23:31.971721 [ 4 ] {2463d39a-05b1-4305-b366-0f7b205ca189} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12147 | 2025.07.18 19:23:31.971757 [ 4 ] {2463d39a-05b1-4305-b366-0f7b205ca189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12148 | 2025.07.18 19:23:31.972039 [ 4 ] {2463d39a-05b1-4305-b366-0f7b205ca189} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
12149 | 2025.07.18 19:23:31.972241 [ 4 ] {2463d39a-05b1-4305-b366-0f7b205ca189} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12150 | 2025.07.18 19:23:31.972366 [ 4 ] {2463d39a-05b1-4305-b366-0f7b205ca189} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001094 sec., 10968.92138939671 rows/sec., 894.44 KiB/sec. | ||
12151 | 2025.07.18 19:23:31.972403 [ 4 ] {2463d39a-05b1-4305-b366-0f7b205ca189} <Debug> TCPHandler: Processed in 0.001254209 sec. | ||
12152 | 2025.07.18 19:23:31.972511 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12153 | 2025.07.18 19:23:31.972603 [ 4 ] {3109eb76-1ab0-4aec-a475-f1a002ba47eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12154 | 2025.07.18 19:23:31.972642 [ 4 ] {3109eb76-1ab0-4aec-a475-f1a002ba47eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12155 | 2025.07.18 19:23:31.973434 [ 4 ] {3109eb76-1ab0-4aec-a475-f1a002ba47eb} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12156 | 2025.07.18 19:23:31.973471 [ 4 ] {3109eb76-1ab0-4aec-a475-f1a002ba47eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12157 | 2025.07.18 19:23:31.973835 [ 4 ] {3109eb76-1ab0-4aec-a475-f1a002ba47eb} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
12158 | 2025.07.18 19:23:31.974046 [ 4 ] {3109eb76-1ab0-4aec-a475-f1a002ba47eb} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12159 | 2025.07.18 19:23:31.974173 [ 4 ] {3109eb76-1ab0-4aec-a475-f1a002ba47eb} <Debug> executeQuery: Read 1155 rows, 94.34 KiB in 0.001587 sec., 727788.2797731569 rows/sec., 58.05 MiB/sec. | ||
12160 | 2025.07.18 19:23:31.974210 [ 4 ] {3109eb76-1ab0-4aec-a475-f1a002ba47eb} <Debug> TCPHandler: Processed in 0.001745857 sec. | ||
12161 | 2025.07.18 19:23:31.974320 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12162 | 2025.07.18 19:23:31.974413 [ 4 ] {0f86e425-2124-40ca-8110-b8b7223ba684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12163 | 2025.07.18 19:23:31.974452 [ 4 ] {0f86e425-2124-40ca-8110-b8b7223ba684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12164 | 2025.07.18 19:23:31.974919 [ 4 ] {0f86e425-2124-40ca-8110-b8b7223ba684} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12165 | 2025.07.18 19:23:31.974956 [ 4 ] {0f86e425-2124-40ca-8110-b8b7223ba684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12166 | 2025.07.18 19:23:31.975249 [ 4 ] {0f86e425-2124-40ca-8110-b8b7223ba684} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
12167 | 2025.07.18 19:23:31.975457 [ 4 ] {0f86e425-2124-40ca-8110-b8b7223ba684} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12168 | 2025.07.18 19:23:31.975583 [ 4 ] {0f86e425-2124-40ca-8110-b8b7223ba684} <Debug> executeQuery: Read 249 rows, 15.70 KiB in 0.001187 sec., 209772.5358045493 rows/sec., 12.91 MiB/sec. | ||
12169 | 2025.07.18 19:23:31.975619 [ 4 ] {0f86e425-2124-40ca-8110-b8b7223ba684} <Debug> TCPHandler: Processed in 0.001346441 sec. | ||
12170 | 2025.07.18 19:23:31.975725 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12171 | 2025.07.18 19:23:31.975817 [ 4 ] {6435f777-d8af-4003-8ce8-307bc7c72886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
12172 | 2025.07.18 19:23:31.975856 [ 4 ] {6435f777-d8af-4003-8ce8-307bc7c72886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12173 | 2025.07.18 19:23:31.976299 [ 4 ] {6435f777-d8af-4003-8ce8-307bc7c72886} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12174 | 2025.07.18 19:23:31.976334 [ 4 ] {6435f777-d8af-4003-8ce8-307bc7c72886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12175 | 2025.07.18 19:23:31.976628 [ 4 ] {6435f777-d8af-4003-8ce8-307bc7c72886} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
12176 | 2025.07.18 19:23:31.976835 [ 4 ] {6435f777-d8af-4003-8ce8-307bc7c72886} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12177 | 2025.07.18 19:23:31.976963 [ 4 ] {6435f777-d8af-4003-8ce8-307bc7c72886} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001164 sec., 174398.62542955324 rows/sec., 11.25 MiB/sec. | ||
12178 | 2025.07.18 19:23:31.977000 [ 4 ] {6435f777-d8af-4003-8ce8-307bc7c72886} <Debug> TCPHandler: Processed in 0.00132175 sec. | ||
12179 | 2025.07.18 19:23:31.977105 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12180 | 2025.07.18 19:23:31.977196 [ 4 ] {c3e468be-425b-4f24-91d0-e72c944ee61a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
12181 | 2025.07.18 19:23:31.977235 [ 4 ] {c3e468be-425b-4f24-91d0-e72c944ee61a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12182 | 2025.07.18 19:23:31.977659 [ 4 ] {c3e468be-425b-4f24-91d0-e72c944ee61a} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12183 | 2025.07.18 19:23:31.977695 [ 4 ] {c3e468be-425b-4f24-91d0-e72c944ee61a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12184 | 2025.07.18 19:23:31.977980 [ 4 ] {c3e468be-425b-4f24-91d0-e72c944ee61a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
12185 | 2025.07.18 19:23:31.978196 [ 4 ] {c3e468be-425b-4f24-91d0-e72c944ee61a} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12186 | 2025.07.18 19:23:31.978319 [ 4 ] {c3e468be-425b-4f24-91d0-e72c944ee61a} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.00114 sec., 177192.98245614037 rows/sec., 10.06 MiB/sec. | ||
12187 | 2025.07.18 19:23:31.978355 [ 4 ] {c3e468be-425b-4f24-91d0-e72c944ee61a} <Debug> TCPHandler: Processed in 0.00129685 sec. | ||
12188 | 2025.07.18 19:23:31.978464 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12189 | 2025.07.18 19:23:31.978556 [ 4 ] {b8a0b64c-32df-4cc5-9185-3cdd7cdeb5f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12190 | 2025.07.18 19:23:31.978595 [ 4 ] {b8a0b64c-32df-4cc5-9185-3cdd7cdeb5f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12191 | 2025.07.18 19:23:31.979187 [ 4 ] {b8a0b64c-32df-4cc5-9185-3cdd7cdeb5f7} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12192 | 2025.07.18 19:23:31.979222 [ 4 ] {b8a0b64c-32df-4cc5-9185-3cdd7cdeb5f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12193 | 2025.07.18 19:23:31.979536 [ 4 ] {b8a0b64c-32df-4cc5-9185-3cdd7cdeb5f7} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
12194 | 2025.07.18 19:23:31.979731 [ 4 ] {b8a0b64c-32df-4cc5-9185-3cdd7cdeb5f7} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12195 | 2025.07.18 19:23:31.979853 [ 4 ] {b8a0b64c-32df-4cc5-9185-3cdd7cdeb5f7} <Debug> executeQuery: Read 705 rows, 50.83 KiB in 0.001314 sec., 536529.6803652968 rows/sec., 37.78 MiB/sec. | ||
12196 | 2025.07.18 19:23:31.979890 [ 4 ] {b8a0b64c-32df-4cc5-9185-3cdd7cdeb5f7} <Debug> TCPHandler: Processed in 0.001472902 sec. | ||
12197 | 2025.07.18 19:23:31.980003 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12198 | 2025.07.18 19:23:31.980096 [ 4 ] {7d2b5676-4aca-47fb-bee0-e2662b3d6a48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
12199 | 2025.07.18 19:23:31.980137 [ 4 ] {7d2b5676-4aca-47fb-bee0-e2662b3d6a48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12200 | 2025.07.18 19:23:31.980464 [ 4 ] {7d2b5676-4aca-47fb-bee0-e2662b3d6a48} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12201 | 2025.07.18 19:23:31.980499 [ 4 ] {7d2b5676-4aca-47fb-bee0-e2662b3d6a48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12202 | 2025.07.18 19:23:31.980799 [ 4 ] {7d2b5676-4aca-47fb-bee0-e2662b3d6a48} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
12203 | 2025.07.18 19:23:31.981003 [ 4 ] {7d2b5676-4aca-47fb-bee0-e2662b3d6a48} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12204 | 2025.07.18 19:23:31.981131 [ 4 ] {7d2b5676-4aca-47fb-bee0-e2662b3d6a48} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001053 sec., 5698.005698005699 rows/sec., 297.70 KiB/sec. | ||
12205 | 2025.07.18 19:23:31.981166 [ 4 ] {7d2b5676-4aca-47fb-bee0-e2662b3d6a48} <Debug> TCPHandler: Processed in 0.001210499 sec. | ||
12206 | 2025.07.18 19:23:31.981272 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12207 | 2025.07.18 19:23:31.981364 [ 4 ] {45fe98fe-84a3-40d0-8513-3d7a87602c4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12208 | 2025.07.18 19:23:31.981406 [ 4 ] {45fe98fe-84a3-40d0-8513-3d7a87602c4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12209 | 2025.07.18 19:23:31.981814 [ 4 ] {45fe98fe-84a3-40d0-8513-3d7a87602c4b} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12210 | 2025.07.18 19:23:31.981850 [ 4 ] {45fe98fe-84a3-40d0-8513-3d7a87602c4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12211 | 2025.07.18 19:23:31.982176 [ 4 ] {45fe98fe-84a3-40d0-8513-3d7a87602c4b} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
12212 | 2025.07.18 19:23:31.982388 [ 4 ] {45fe98fe-84a3-40d0-8513-3d7a87602c4b} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12213 | 2025.07.18 19:23:31.982514 [ 4 ] {45fe98fe-84a3-40d0-8513-3d7a87602c4b} <Debug> executeQuery: Read 313 rows, 21.10 KiB in 0.001167 sec., 268209.0831191088 rows/sec., 17.66 MiB/sec. | ||
12214 | 2025.07.18 19:23:31.982549 [ 4 ] {45fe98fe-84a3-40d0-8513-3d7a87602c4b} <Debug> TCPHandler: Processed in 0.00132381 sec. | ||
12215 | 2025.07.18 19:23:31.982676 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12216 | 2025.07.18 19:23:31.982802 [ 4 ] {48379ebb-f4ff-4178-a3a5-c1e6986e95d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
12217 | 2025.07.18 19:23:31.982855 [ 4 ] {48379ebb-f4ff-4178-a3a5-c1e6986e95d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12218 | 2025.07.18 19:23:31.983254 [ 4 ] {48379ebb-f4ff-4178-a3a5-c1e6986e95d5} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12219 | 2025.07.18 19:23:31.983292 [ 4 ] {48379ebb-f4ff-4178-a3a5-c1e6986e95d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12220 | 2025.07.18 19:23:31.983603 [ 4 ] {48379ebb-f4ff-4178-a3a5-c1e6986e95d5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
12221 | 2025.07.18 19:23:31.983812 [ 4 ] {48379ebb-f4ff-4178-a3a5-c1e6986e95d5} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12222 | 2025.07.18 19:23:31.983950 [ 4 ] {48379ebb-f4ff-4178-a3a5-c1e6986e95d5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001172 sec., 853.2423208191126 rows/sec., 57.49 KiB/sec. | ||
12223 | 2025.07.18 19:23:31.983988 [ 4 ] {48379ebb-f4ff-4178-a3a5-c1e6986e95d5} <Debug> TCPHandler: Processed in 0.001374481 sec. | ||
12224 | 2025.07.18 19:23:31.984105 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12225 | 2025.07.18 19:23:31.984209 [ 4 ] {5b21b985-c4e9-4ba5-9f4e-0d79272eb939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12226 | 2025.07.18 19:23:31.984267 [ 4 ] {5b21b985-c4e9-4ba5-9f4e-0d79272eb939} <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 | ||
12227 | 2025.07.18 19:23:31.985105 [ 4 ] {5b21b985-c4e9-4ba5-9f4e-0d79272eb939} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12228 | 2025.07.18 19:23:31.985143 [ 4 ] {5b21b985-c4e9-4ba5-9f4e-0d79272eb939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12229 | 2025.07.18 19:23:31.985713 [ 4 ] {5b21b985-c4e9-4ba5-9f4e-0d79272eb939} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
12230 | 2025.07.18 19:23:31.985944 [ 4 ] {5b21b985-c4e9-4ba5-9f4e-0d79272eb939} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12231 | 2025.07.18 19:23:31.986086 [ 4 ] {5b21b985-c4e9-4ba5-9f4e-0d79272eb939} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001896 sec., 21624.472573839663 rows/sec., 38.75 MiB/sec. | ||
12232 | 2025.07.18 19:23:31.986149 [ 4 ] {5b21b985-c4e9-4ba5-9f4e-0d79272eb939} <Debug> TCPHandler: Processed in 0.002094873 sec. | ||
12233 | 2025.07.18 19:23:31.986267 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12234 | 2025.07.18 19:23:31.986362 [ 4 ] {8daed2e2-b0b4-46d9-a095-d1bf6df5a93b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12235 | 2025.07.18 19:23:31.986404 [ 4 ] {8daed2e2-b0b4-46d9-a095-d1bf6df5a93b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12236 | 2025.07.18 19:23:31.986748 [ 4 ] {8daed2e2-b0b4-46d9-a095-d1bf6df5a93b} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12237 | 2025.07.18 19:23:31.986785 [ 4 ] {8daed2e2-b0b4-46d9-a095-d1bf6df5a93b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12238 | 2025.07.18 19:23:31.987117 [ 4 ] {8daed2e2-b0b4-46d9-a095-d1bf6df5a93b} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
12239 | 2025.07.18 19:23:31.987326 [ 4 ] {8daed2e2-b0b4-46d9-a095-d1bf6df5a93b} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12240 | 2025.07.18 19:23:31.987462 [ 4 ] {8daed2e2-b0b4-46d9-a095-d1bf6df5a93b} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001119 sec., 91152.81501340483 rows/sec., 5.60 MiB/sec. | ||
12241 | 2025.07.18 19:23:31.987489 [ 129 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
12242 | 2025.07.18 19:23:31.987500 [ 4 ] {8daed2e2-b0b4-46d9-a095-d1bf6df5a93b} <Debug> TCPHandler: Processed in 0.001284629 sec. | ||
12243 | 2025.07.18 19:23:31.987572 [ 129 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12244 | 2025.07.18 19:23:31.987606 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12245 | 2025.07.18 19:23:31.987729 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
12246 | 2025.07.18 19:23:31.987887 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12247 | 2025.07.18 19:23:31.987932 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 7170 rows starting from the beginning of the part | ||
12248 | 2025.07.18 19:23:31.988007 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 102 rows starting from the beginning of the part | ||
12249 | 2025.07.18 19:23:31.988059 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
12250 | 2025.07.18 19:23:31.988106 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 102 rows starting from the beginning of the part | ||
12251 | 2025.07.18 19:23:31.988150 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
12252 | 2025.07.18 19:23:31.988195 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 102 rows starting from the beginning of the part | ||
12253 | 2025.07.18 19:23:31.990275 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7596 rows, containing 4 columns (4 merged, 0 gathered) in 0.00260484 sec., 2916110.01059566 rows/sec., 185.41 MiB/sec. | ||
12254 | 2025.07.18 19:23:31.990693 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
12255 | 2025.07.18 19:23:31.990980 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_96_19} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12256 | 2025.07.18 19:23:31.991057 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_96_19} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
12257 | 2025.07.18 19:23:31.991139 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
12258 | 2025.07.18 19:23:33.148062 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744 | ||
12259 | 2025.07.18 19:23:33.148617 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12260 | 2025.07.18 19:23:33.148657 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12261 | 2025.07.18 19:23:33.149385 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12262 | 2025.07.18 19:23:33.149613 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12263 | 2025.07.18 19:23:33.149746 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 | ||
12264 | 2025.07.18 19:23:34.819980 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 | ||
12265 | 2025.07.18 19:23:34.835208 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12266 | 2025.07.18 19:23:34.835269 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12267 | 2025.07.18 19:23:34.840573 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12268 | 2025.07.18 19:23:34.841265 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12269 | 2025.07.18 19:23:34.843973 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
12270 | 2025.07.18 19:23:36.955279 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12271 | 2025.07.18 19:23:36.955476 [ 4 ] {47a11859-6969-4875-b6cc-770728bc097b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12272 | 2025.07.18 19:23:36.955545 [ 4 ] {47a11859-6969-4875-b6cc-770728bc097b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12273 | 2025.07.18 19:23:36.956300 [ 4 ] {47a11859-6969-4875-b6cc-770728bc097b} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12274 | 2025.07.18 19:23:36.956353 [ 4 ] {47a11859-6969-4875-b6cc-770728bc097b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12275 | 2025.07.18 19:23:36.956767 [ 4 ] {47a11859-6969-4875-b6cc-770728bc097b} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
12276 | 2025.07.18 19:23:36.957009 [ 4 ] {47a11859-6969-4875-b6cc-770728bc097b} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12277 | 2025.07.18 19:23:36.957186 [ 4 ] {47a11859-6969-4875-b6cc-770728bc097b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001758 sec., 31854.37997724687 rows/sec., 2.45 MiB/sec. | ||
12278 | 2025.07.18 19:23:36.957239 [ 4 ] {47a11859-6969-4875-b6cc-770728bc097b} <Debug> TCPHandler: Processed in 0.002091472 sec. | ||
12279 | 2025.07.18 19:23:36.957355 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12280 | 2025.07.18 19:23:36.957462 [ 4 ] {d2e3d12f-005f-44ab-9191-50bd563410e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12281 | 2025.07.18 19:23:36.957508 [ 4 ] {d2e3d12f-005f-44ab-9191-50bd563410e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12282 | 2025.07.18 19:23:36.957946 [ 4 ] {d2e3d12f-005f-44ab-9191-50bd563410e3} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12283 | 2025.07.18 19:23:36.957986 [ 4 ] {d2e3d12f-005f-44ab-9191-50bd563410e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12284 | 2025.07.18 19:23:36.958325 [ 4 ] {d2e3d12f-005f-44ab-9191-50bd563410e3} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
12285 | 2025.07.18 19:23:36.958552 [ 4 ] {d2e3d12f-005f-44ab-9191-50bd563410e3} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12286 | 2025.07.18 19:23:36.958695 [ 4 ] {d2e3d12f-005f-44ab-9191-50bd563410e3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001256 sec., 50955.41401273885 rows/sec., 3.98 MiB/sec. | ||
12287 | 2025.07.18 19:23:36.958733 [ 4 ] {d2e3d12f-005f-44ab-9191-50bd563410e3} <Debug> TCPHandler: Processed in 0.001430382 sec. | ||
12288 | 2025.07.18 19:23:36.958850 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12289 | 2025.07.18 19:23:36.958948 [ 4 ] {35c074ac-1367-45bc-924f-d5b4e2c2762d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12290 | 2025.07.18 19:23:36.958994 [ 4 ] {35c074ac-1367-45bc-924f-d5b4e2c2762d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12291 | 2025.07.18 19:23:36.959408 [ 4 ] {35c074ac-1367-45bc-924f-d5b4e2c2762d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12292 | 2025.07.18 19:23:36.959445 [ 4 ] {35c074ac-1367-45bc-924f-d5b4e2c2762d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12293 | 2025.07.18 19:23:36.959794 [ 4 ] {35c074ac-1367-45bc-924f-d5b4e2c2762d} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
12294 | 2025.07.18 19:23:36.960011 [ 4 ] {35c074ac-1367-45bc-924f-d5b4e2c2762d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12295 | 2025.07.18 19:23:36.960149 [ 4 ] {35c074ac-1367-45bc-924f-d5b4e2c2762d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001221 sec., 131040.13104013103 rows/sec., 9.13 MiB/sec. | ||
12296 | 2025.07.18 19:23:36.960186 [ 4 ] {35c074ac-1367-45bc-924f-d5b4e2c2762d} <Debug> TCPHandler: Processed in 0.001387241 sec. | ||
12297 | 2025.07.18 19:23:36.960296 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12298 | 2025.07.18 19:23:36.960394 [ 4 ] {2e12780a-876b-47a1-83a0-b109de04069c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12299 | 2025.07.18 19:23:36.960436 [ 4 ] {2e12780a-876b-47a1-83a0-b109de04069c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12300 | 2025.07.18 19:23:36.960771 [ 4 ] {2e12780a-876b-47a1-83a0-b109de04069c} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12301 | 2025.07.18 19:23:36.960807 [ 4 ] {2e12780a-876b-47a1-83a0-b109de04069c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12302 | 2025.07.18 19:23:36.961152 [ 4 ] {2e12780a-876b-47a1-83a0-b109de04069c} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
12303 | 2025.07.18 19:23:36.961435 [ 4 ] {2e12780a-876b-47a1-83a0-b109de04069c} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12304 | 2025.07.18 19:23:36.961580 [ 4 ] {2e12780a-876b-47a1-83a0-b109de04069c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001204 sec., 49833.88704318937 rows/sec., 3.36 MiB/sec. | ||
12305 | 2025.07.18 19:23:36.961618 [ 4 ] {2e12780a-876b-47a1-83a0-b109de04069c} <Debug> TCPHandler: Processed in 0.001370921 sec. | ||
12306 | 2025.07.18 19:23:40.464088 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12307 | 2025.07.18 19:23:40.464157 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12308 | 2025.07.18 19:23:40.650776 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171 | ||
12309 | 2025.07.18 19:23:40.651269 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12310 | 2025.07.18 19:23:40.651312 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12311 | 2025.07.18 19:23:40.651800 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12312 | 2025.07.18 19:23:40.652057 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12313 | 2025.07.18 19:23:40.652186 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
12314 | 2025.07.18 19:23:40.734604 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1708 | ||
12315 | 2025.07.18 19:23:40.736856 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12316 | 2025.07.18 19:23:40.736898 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12317 | 2025.07.18 19:23:40.738068 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
12318 | 2025.07.18 19:23:40.738329 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12319 | 2025.07.18 19:23:40.738582 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1708 | ||
12320 | 2025.07.18 19:23:41.000181 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 321.73 MiB, peak 337.74 MiB, free memory in arenas 0.00 B, will set to 325.72 MiB (RSS), difference: 3.99 MiB | ||
12321 | 2025.07.18 19:23:41.967507 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12322 | 2025.07.18 19:23:41.967685 [ 4 ] {0263a8ca-ba6c-4503-8aae-e1acacf04627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
12323 | 2025.07.18 19:23:41.967753 [ 4 ] {0263a8ca-ba6c-4503-8aae-e1acacf04627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
12324 | 2025.07.18 19:23:41.968599 [ 4 ] {0263a8ca-ba6c-4503-8aae-e1acacf04627} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12325 | 2025.07.18 19:23:41.968651 [ 4 ] {0263a8ca-ba6c-4503-8aae-e1acacf04627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12326 | 2025.07.18 19:23:41.969067 [ 4 ] {0263a8ca-ba6c-4503-8aae-e1acacf04627} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
12327 | 2025.07.18 19:23:41.969288 [ 4 ] {0263a8ca-ba6c-4503-8aae-e1acacf04627} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12328 | 2025.07.18 19:23:41.969454 [ 4 ] {0263a8ca-ba6c-4503-8aae-e1acacf04627} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001815 sec., 215977.96143250688 rows/sec., 13.70 MiB/sec. | ||
12329 | 2025.07.18 19:23:41.969468 [ 118 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
12330 | 2025.07.18 19:23:41.969502 [ 4 ] {0263a8ca-ba6c-4503-8aae-e1acacf04627} <Debug> TCPHandler: Processed in 0.002121463 sec. | ||
12331 | 2025.07.18 19:23:41.969549 [ 118 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12332 | 2025.07.18 19:23:41.969579 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12333 | 2025.07.18 19:23:41.969652 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12334 | 2025.07.18 19:23:41.969712 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
12335 | 2025.07.18 19:23:41.969758 [ 4 ] {749a0fe4-cf21-4fdf-b59d-7a7b6b31d038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12336 | 2025.07.18 19:23:41.969809 [ 4 ] {749a0fe4-cf21-4fdf-b59d-7a7b6b31d038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12337 | 2025.07.18 19:23:41.969884 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12338 | 2025.07.18 19:23:41.969926 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 392 rows starting from the beginning of the part | ||
12339 | 2025.07.18 19:23:41.969995 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 392 rows starting from the beginning of the part | ||
12340 | 2025.07.18 19:23:41.970043 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 392 rows starting from the beginning of the part | ||
12341 | 2025.07.18 19:23:41.970093 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 392 rows starting from the beginning of the part | ||
12342 | 2025.07.18 19:23:41.970138 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 392 rows starting from the beginning of the part | ||
12343 | 2025.07.18 19:23:41.970890 [ 4 ] {749a0fe4-cf21-4fdf-b59d-7a7b6b31d038} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12344 | 2025.07.18 19:23:41.970934 [ 4 ] {749a0fe4-cf21-4fdf-b59d-7a7b6b31d038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12345 | 2025.07.18 19:23:41.971198 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001547013 sec., 1266957.6790886696 rows/sec., 85.21 MiB/sec. | ||
12346 | 2025.07.18 19:23:41.971364 [ 4 ] {749a0fe4-cf21-4fdf-b59d-7a7b6b31d038} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
12347 | 2025.07.18 19:23:41.971366 [ 187 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
12348 | 2025.07.18 19:23:41.971593 [ 4 ] {749a0fe4-cf21-4fdf-b59d-7a7b6b31d038} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12349 | 2025.07.18 19:23:41.971652 [ 187 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12350 | 2025.07.18 19:23:41.971729 [ 187 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
12351 | 2025.07.18 19:23:41.971731 [ 4 ] {749a0fe4-cf21-4fdf-b59d-7a7b6b31d038} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001996 sec., 575651.3026052105 rows/sec., 45.94 MiB/sec. | ||
12352 | 2025.07.18 19:23:41.971776 [ 4 ] {749a0fe4-cf21-4fdf-b59d-7a7b6b31d038} <Debug> TCPHandler: Processed in 0.002176963 sec. | ||
12353 | 2025.07.18 19:23:41.971813 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
12354 | 2025.07.18 19:23:41.971906 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12355 | 2025.07.18 19:23:41.972003 [ 4 ] {51aac6b8-12e8-476a-9ae4-a7d84021eae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12356 | 2025.07.18 19:23:41.972043 [ 4 ] {51aac6b8-12e8-476a-9ae4-a7d84021eae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12357 | 2025.07.18 19:23:41.972538 [ 4 ] {51aac6b8-12e8-476a-9ae4-a7d84021eae3} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12358 | 2025.07.18 19:23:41.972572 [ 4 ] {51aac6b8-12e8-476a-9ae4-a7d84021eae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12359 | 2025.07.18 19:23:41.972896 [ 4 ] {51aac6b8-12e8-476a-9ae4-a7d84021eae3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
12360 | 2025.07.18 19:23:41.973102 [ 4 ] {51aac6b8-12e8-476a-9ae4-a7d84021eae3} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12361 | 2025.07.18 19:23:41.973231 [ 4 ] {51aac6b8-12e8-476a-9ae4-a7d84021eae3} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001246 sec., 190208.66773675763 rows/sec., 11.65 MiB/sec. | ||
12362 | 2025.07.18 19:23:41.973268 [ 4 ] {51aac6b8-12e8-476a-9ae4-a7d84021eae3} <Debug> TCPHandler: Processed in 0.001419512 sec. | ||
12363 | 2025.07.18 19:23:41.973377 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12364 | 2025.07.18 19:23:41.973471 [ 4 ] {d73cdf88-60bb-4685-a3ae-91343261eb27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
12365 | 2025.07.18 19:23:41.973510 [ 4 ] {d73cdf88-60bb-4685-a3ae-91343261eb27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12366 | 2025.07.18 19:23:41.973988 [ 4 ] {d73cdf88-60bb-4685-a3ae-91343261eb27} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12367 | 2025.07.18 19:23:41.974024 [ 4 ] {d73cdf88-60bb-4685-a3ae-91343261eb27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12368 | 2025.07.18 19:23:41.974321 [ 4 ] {d73cdf88-60bb-4685-a3ae-91343261eb27} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
12369 | 2025.07.18 19:23:41.974529 [ 4 ] {d73cdf88-60bb-4685-a3ae-91343261eb27} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12370 | 2025.07.18 19:23:41.974657 [ 4 ] {d73cdf88-60bb-4685-a3ae-91343261eb27} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001203 sec., 168744.8046550291 rows/sec., 10.88 MiB/sec. | ||
12371 | 2025.07.18 19:23:41.974693 [ 4 ] {d73cdf88-60bb-4685-a3ae-91343261eb27} <Debug> TCPHandler: Processed in 0.001366541 sec. | ||
12372 | 2025.07.18 19:23:41.974799 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12373 | 2025.07.18 19:23:41.974905 [ 4 ] {8151ea48-610b-49ec-8c5e-8f12c6a14ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
12374 | 2025.07.18 19:23:41.974945 [ 4 ] {8151ea48-610b-49ec-8c5e-8f12c6a14ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12375 | 2025.07.18 19:23:41.975389 [ 4 ] {8151ea48-610b-49ec-8c5e-8f12c6a14ab7} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12376 | 2025.07.18 19:23:41.975424 [ 4 ] {8151ea48-610b-49ec-8c5e-8f12c6a14ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12377 | 2025.07.18 19:23:41.975722 [ 4 ] {8151ea48-610b-49ec-8c5e-8f12c6a14ab7} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
12378 | 2025.07.18 19:23:41.975935 [ 4 ] {8151ea48-610b-49ec-8c5e-8f12c6a14ab7} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12379 | 2025.07.18 19:23:41.976042 [ 118 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
12380 | 2025.07.18 19:23:41.976064 [ 4 ] {8151ea48-610b-49ec-8c5e-8f12c6a14ab7} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.00119 sec., 169747.89915966385 rows/sec., 9.64 MiB/sec. | ||
12381 | 2025.07.18 19:23:41.976078 [ 118 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12382 | 2025.07.18 19:23:41.976105 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12383 | 2025.07.18 19:23:41.976109 [ 4 ] {8151ea48-610b-49ec-8c5e-8f12c6a14ab7} <Debug> TCPHandler: Processed in 0.001359441 sec. | ||
12384 | 2025.07.18 19:23:41.976192 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
12385 | 2025.07.18 19:23:41.976238 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12386 | 2025.07.18 19:23:41.976285 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12387 | 2025.07.18 19:23:41.976321 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 202 rows starting from the beginning of the part | ||
12388 | 2025.07.18 19:23:41.976336 [ 4 ] {4ee8acc9-29b6-42a5-b3fa-56ebac048137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12389 | 2025.07.18 19:23:41.976367 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 202 rows starting from the beginning of the part | ||
12390 | 2025.07.18 19:23:41.976382 [ 4 ] {4ee8acc9-29b6-42a5-b3fa-56ebac048137} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12391 | 2025.07.18 19:23:41.976411 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 202 rows starting from the beginning of the part | ||
12392 | 2025.07.18 19:23:41.976452 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 202 rows starting from the beginning of the part | ||
12393 | 2025.07.18 19:23:41.976491 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 202 rows starting from the beginning of the part | ||
12394 | 2025.07.18 19:23:41.977040 [ 4 ] {4ee8acc9-29b6-42a5-b3fa-56ebac048137} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12395 | 2025.07.18 19:23:41.977081 [ 4 ] {4ee8acc9-29b6-42a5-b3fa-56ebac048137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12396 | 2025.07.18 19:23:41.977238 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001079016 sec., 936038.0198254706 rows/sec., 56.73 MiB/sec. | ||
12397 | 2025.07.18 19:23:41.977419 [ 4 ] {4ee8acc9-29b6-42a5-b3fa-56ebac048137} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
12398 | 2025.07.18 19:23:41.977429 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
12399 | 2025.07.18 19:23:41.977687 [ 4 ] {4ee8acc9-29b6-42a5-b3fa-56ebac048137} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12400 | 2025.07.18 19:23:41.977824 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12401 | 2025.07.18 19:23:41.977830 [ 4 ] {4ee8acc9-29b6-42a5-b3fa-56ebac048137} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001511 sec., 458636.6644606221 rows/sec., 32.22 MiB/sec. | ||
12402 | 2025.07.18 19:23:41.977893 [ 4 ] {4ee8acc9-29b6-42a5-b3fa-56ebac048137} <Debug> TCPHandler: Processed in 0.001704197 sec. | ||
12403 | 2025.07.18 19:23:41.977923 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
12404 | 2025.07.18 19:23:41.978013 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12405 | 2025.07.18 19:23:41.978041 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
12406 | 2025.07.18 19:23:41.978113 [ 4 ] {3d99182e-83c7-41bf-9da5-c4b2df471a26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
12407 | 2025.07.18 19:23:41.978159 [ 4 ] {3d99182e-83c7-41bf-9da5-c4b2df471a26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12408 | 2025.07.18 19:23:41.978493 [ 4 ] {3d99182e-83c7-41bf-9da5-c4b2df471a26} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12409 | 2025.07.18 19:23:41.978528 [ 4 ] {3d99182e-83c7-41bf-9da5-c4b2df471a26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12410 | 2025.07.18 19:23:41.978848 [ 4 ] {3d99182e-83c7-41bf-9da5-c4b2df471a26} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
12411 | 2025.07.18 19:23:41.979080 [ 4 ] {3d99182e-83c7-41bf-9da5-c4b2df471a26} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12412 | 2025.07.18 19:23:41.979210 [ 4 ] {3d99182e-83c7-41bf-9da5-c4b2df471a26} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001115 sec., 5381.165919282511 rows/sec., 281.14 KiB/sec. | ||
12413 | 2025.07.18 19:23:41.979245 [ 4 ] {3d99182e-83c7-41bf-9da5-c4b2df471a26} <Debug> TCPHandler: Processed in 0.001282969 sec. | ||
12414 | 2025.07.18 19:23:41.979355 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12415 | 2025.07.18 19:23:41.979449 [ 4 ] {eb4b5200-d596-4d8b-8097-7cc7c424e2ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12416 | 2025.07.18 19:23:41.979491 [ 4 ] {eb4b5200-d596-4d8b-8097-7cc7c424e2ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12417 | 2025.07.18 19:23:41.979929 [ 4 ] {eb4b5200-d596-4d8b-8097-7cc7c424e2ba} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12418 | 2025.07.18 19:23:41.979964 [ 4 ] {eb4b5200-d596-4d8b-8097-7cc7c424e2ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12419 | 2025.07.18 19:23:41.980292 [ 4 ] {eb4b5200-d596-4d8b-8097-7cc7c424e2ba} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
12420 | 2025.07.18 19:23:41.980494 [ 4 ] {eb4b5200-d596-4d8b-8097-7cc7c424e2ba} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12421 | 2025.07.18 19:23:41.980622 [ 4 ] {eb4b5200-d596-4d8b-8097-7cc7c424e2ba} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.00119 sec., 257983.1932773109 rows/sec., 16.97 MiB/sec. | ||
12422 | 2025.07.18 19:23:41.980658 [ 4 ] {eb4b5200-d596-4d8b-8097-7cc7c424e2ba} <Debug> TCPHandler: Processed in 0.001353441 sec. | ||
12423 | 2025.07.18 19:23:41.980759 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12424 | 2025.07.18 19:23:41.980851 [ 4 ] {c634bf01-58d2-440a-8cbb-329de3525b0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
12425 | 2025.07.18 19:23:41.980906 [ 4 ] {c634bf01-58d2-440a-8cbb-329de3525b0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12426 | 2025.07.18 19:23:41.981217 [ 4 ] {c634bf01-58d2-440a-8cbb-329de3525b0e} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12427 | 2025.07.18 19:23:41.981252 [ 4 ] {c634bf01-58d2-440a-8cbb-329de3525b0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12428 | 2025.07.18 19:23:41.981534 [ 4 ] {c634bf01-58d2-440a-8cbb-329de3525b0e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
12429 | 2025.07.18 19:23:41.981743 [ 4 ] {c634bf01-58d2-440a-8cbb-329de3525b0e} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12430 | 2025.07.18 19:23:41.981870 [ 4 ] {c634bf01-58d2-440a-8cbb-329de3525b0e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001036 sec., 965.2509652509652 rows/sec., 65.04 KiB/sec. | ||
12431 | 2025.07.18 19:23:41.981918 [ 4 ] {c634bf01-58d2-440a-8cbb-329de3525b0e} <Debug> TCPHandler: Processed in 0.001206969 sec. | ||
12432 | 2025.07.18 19:23:41.982027 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12433 | 2025.07.18 19:23:41.982120 [ 4 ] {96321ad3-9513-4573-a44a-95d7261889e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12434 | 2025.07.18 19:23:41.982172 [ 4 ] {96321ad3-9513-4573-a44a-95d7261889e2} <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 | ||
12435 | 2025.07.18 19:23:41.983033 [ 4 ] {96321ad3-9513-4573-a44a-95d7261889e2} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12436 | 2025.07.18 19:23:41.983069 [ 4 ] {96321ad3-9513-4573-a44a-95d7261889e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12437 | 2025.07.18 19:23:41.983614 [ 4 ] {96321ad3-9513-4573-a44a-95d7261889e2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
12438 | 2025.07.18 19:23:41.983826 [ 4 ] {96321ad3-9513-4573-a44a-95d7261889e2} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12439 | 2025.07.18 19:23:41.983970 [ 4 ] {96321ad3-9513-4573-a44a-95d7261889e2} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001867 sec., 21960.36422067488 rows/sec., 39.35 MiB/sec. | ||
12440 | 2025.07.18 19:23:41.984023 [ 4 ] {96321ad3-9513-4573-a44a-95d7261889e2} <Debug> TCPHandler: Processed in 0.002045022 sec. | ||
12441 | 2025.07.18 19:23:41.984136 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12442 | 2025.07.18 19:23:41.984231 [ 4 ] {4d1aed8a-ef34-4431-8e61-a4e39f9e9687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12443 | 2025.07.18 19:23:41.984272 [ 4 ] {4d1aed8a-ef34-4431-8e61-a4e39f9e9687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12444 | 2025.07.18 19:23:41.984599 [ 4 ] {4d1aed8a-ef34-4431-8e61-a4e39f9e9687} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12445 | 2025.07.18 19:23:41.984635 [ 4 ] {4d1aed8a-ef34-4431-8e61-a4e39f9e9687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12446 | 2025.07.18 19:23:41.984940 [ 4 ] {4d1aed8a-ef34-4431-8e61-a4e39f9e9687} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
12447 | 2025.07.18 19:23:41.985144 [ 4 ] {4d1aed8a-ef34-4431-8e61-a4e39f9e9687} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12448 | 2025.07.18 19:23:41.985273 [ 4 ] {4d1aed8a-ef34-4431-8e61-a4e39f9e9687} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001061 sec., 96135.72101790762 rows/sec., 5.91 MiB/sec. | ||
12449 | 2025.07.18 19:23:41.985308 [ 4 ] {4d1aed8a-ef34-4431-8e61-a4e39f9e9687} <Debug> TCPHandler: Processed in 0.001221419 sec. | ||
12450 | 2025.07.18 19:23:42.345004 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 | ||
12451 | 2025.07.18 19:23:42.360983 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12452 | 2025.07.18 19:23:42.361038 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12453 | 2025.07.18 19:23:42.366495 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12454 | 2025.07.18 19:23:42.367210 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12455 | 2025.07.18 19:23:42.370466 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 512 | ||
12456 | 2025.07.18 19:23:46.628962 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12457 | 2025.07.18 19:23:46.629215 [ 4 ] {052af338-ca8f-47fe-b4f3-36417a8a239f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12458 | 2025.07.18 19:23:46.629306 [ 4 ] {052af338-ca8f-47fe-b4f3-36417a8a239f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12459 | 2025.07.18 19:23:46.631150 [ 4 ] {052af338-ca8f-47fe-b4f3-36417a8a239f} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12460 | 2025.07.18 19:23:46.631213 [ 4 ] {052af338-ca8f-47fe-b4f3-36417a8a239f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12461 | 2025.07.18 19:23:46.631777 [ 4 ] {052af338-ca8f-47fe-b4f3-36417a8a239f} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
12462 | 2025.07.18 19:23:46.632135 [ 4 ] {052af338-ca8f-47fe-b4f3-36417a8a239f} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12463 | 2025.07.18 19:23:46.632344 [ 4 ] {052af338-ca8f-47fe-b4f3-36417a8a239f} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.003193 sec., 374569.37049796426 rows/sec., 30.88 MiB/sec. | ||
12464 | 2025.07.18 19:23:46.632407 [ 4 ] {052af338-ca8f-47fe-b4f3-36417a8a239f} <Debug> TCPHandler: Processed in 0.003600965 sec. | ||
12465 | 2025.07.18 19:23:46.632572 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12466 | 2025.07.18 19:23:46.632705 [ 4 ] {3f29dd82-56fb-4ebf-94a9-a5390082c4f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
12467 | 2025.07.18 19:23:46.632761 [ 4 ] {3f29dd82-56fb-4ebf-94a9-a5390082c4f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12468 | 2025.07.18 19:23:46.633476 [ 4 ] {3f29dd82-56fb-4ebf-94a9-a5390082c4f0} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12469 | 2025.07.18 19:23:46.633523 [ 4 ] {3f29dd82-56fb-4ebf-94a9-a5390082c4f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12470 | 2025.07.18 19:23:46.633951 [ 4 ] {3f29dd82-56fb-4ebf-94a9-a5390082c4f0} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
12471 | 2025.07.18 19:23:46.634208 [ 4 ] {3f29dd82-56fb-4ebf-94a9-a5390082c4f0} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12472 | 2025.07.18 19:23:46.634377 [ 4 ] {3f29dd82-56fb-4ebf-94a9-a5390082c4f0} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001703 sec., 133881.38578978274 rows/sec., 9.07 MiB/sec. | ||
12473 | 2025.07.18 19:23:46.634451 [ 4 ] {3f29dd82-56fb-4ebf-94a9-a5390082c4f0} <Debug> TCPHandler: Processed in 0.00194305 sec. | ||
12474 | 2025.07.18 19:23:46.634614 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12475 | 2025.07.18 19:23:46.634734 [ 4 ] {25c99c45-e527-46a4-a071-24e1c7e07b7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12476 | 2025.07.18 19:23:46.634797 [ 4 ] {25c99c45-e527-46a4-a071-24e1c7e07b7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12477 | 2025.07.18 19:23:46.635579 [ 4 ] {25c99c45-e527-46a4-a071-24e1c7e07b7b} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12478 | 2025.07.18 19:23:46.635619 [ 4 ] {25c99c45-e527-46a4-a071-24e1c7e07b7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12479 | 2025.07.18 19:23:46.635984 [ 4 ] {25c99c45-e527-46a4-a071-24e1c7e07b7b} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
12480 | 2025.07.18 19:23:46.636335 [ 4 ] {25c99c45-e527-46a4-a071-24e1c7e07b7b} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12481 | 2025.07.18 19:23:46.636503 [ 4 ] {25c99c45-e527-46a4-a071-24e1c7e07b7b} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001794 sec., 289855.0724637681 rows/sec., 21.45 MiB/sec. | ||
12482 | 2025.07.18 19:23:46.636548 [ 4 ] {25c99c45-e527-46a4-a071-24e1c7e07b7b} <Debug> TCPHandler: Processed in 0.001996071 sec. | ||
12483 | 2025.07.18 19:23:46.636720 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12484 | 2025.07.18 19:23:46.636857 [ 4 ] {73eac08d-e0cb-4347-8f3f-66c112968f46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12485 | 2025.07.18 19:23:46.636922 [ 4 ] {73eac08d-e0cb-4347-8f3f-66c112968f46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12486 | 2025.07.18 19:23:46.637742 [ 4 ] {73eac08d-e0cb-4347-8f3f-66c112968f46} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12487 | 2025.07.18 19:23:46.637784 [ 4 ] {73eac08d-e0cb-4347-8f3f-66c112968f46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12488 | 2025.07.18 19:23:46.638228 [ 4 ] {73eac08d-e0cb-4347-8f3f-66c112968f46} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
12489 | 2025.07.18 19:23:46.638473 [ 4 ] {73eac08d-e0cb-4347-8f3f-66c112968f46} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12490 | 2025.07.18 19:23:46.638630 [ 4 ] {73eac08d-e0cb-4347-8f3f-66c112968f46} <Debug> executeQuery: Read 1006 rows, 69.24 KiB in 0.001801 sec., 558578.5674625208 rows/sec., 37.55 MiB/sec. | ||
12491 | 2025.07.18 19:23:46.638625 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_95_19 to all_100_100_0 | ||
12492 | 2025.07.18 19:23:46.638690 [ 4 ] {73eac08d-e0cb-4347-8f3f-66c112968f46} <Debug> TCPHandler: Processed in 0.002041651 sec. | ||
12493 | 2025.07.18 19:23:46.638726 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12494 | 2025.07.18 19:23:46.638761 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12495 | 2025.07.18 19:23:46.638841 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12496 | 2025.07.18 19:23:46.638884 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_95_19 to all_100_100_0 into Compact with storage Full | ||
12497 | 2025.07.18 19:23:46.638953 [ 4 ] {0da933b4-94a6-435f-95bf-49596f72c71f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12498 | 2025.07.18 19:23:46.639005 [ 4 ] {0da933b4-94a6-435f-95bf-49596f72c71f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12499 | 2025.07.18 19:23:46.639054 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12500 | 2025.07.18 19:23:46.639113 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_95_19, total 36894 rows starting from the beginning of the part | ||
12501 | 2025.07.18 19:23:46.639222 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part | ||
12502 | 2025.07.18 19:23:46.639303 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 313 rows starting from the beginning of the part | ||
12503 | 2025.07.18 19:23:46.639379 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part | ||
12504 | 2025.07.18 19:23:46.639451 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 307 rows starting from the beginning of the part | ||
12505 | 2025.07.18 19:23:46.639454 [ 4 ] {0da933b4-94a6-435f-95bf-49596f72c71f} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12506 | 2025.07.18 19:23:46.639511 [ 4 ] {0da933b4-94a6-435f-95bf-49596f72c71f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12507 | 2025.07.18 19:23:46.639515 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 1006 rows starting from the beginning of the part | ||
12508 | 2025.07.18 19:23:46.639935 [ 4 ] {0da933b4-94a6-435f-95bf-49596f72c71f} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
12509 | 2025.07.18 19:23:46.640230 [ 4 ] {0da933b4-94a6-435f-95bf-49596f72c71f} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12510 | 2025.07.18 19:23:46.640392 [ 4 ] {0da933b4-94a6-435f-95bf-49596f72c71f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001461 sec., 41067.761806981514 rows/sec., 2.77 MiB/sec. | ||
12511 | 2025.07.18 19:23:46.640440 [ 4 ] {0da933b4-94a6-435f-95bf-49596f72c71f} <Debug> TCPHandler: Processed in 0.001654466 sec. | ||
12512 | 2025.07.18 19:23:46.652168 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38840 rows, containing 5 columns (5 merged, 0 gathered) in 0.013339405 sec., 2911674.096408348 rows/sec., 194.93 MiB/sec. | ||
12513 | 2025.07.18 19:23:46.652901 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} <Trace> MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary) | ||
12514 | 2025.07.18 19:23:46.653316 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12515 | 2025.07.18 19:23:46.653408 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_95_19, all_100_100_0] -> all_1_100_20 | ||
12516 | 2025.07.18 19:23:46.653505 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
12517 | 2025.07.18 19:23:47.000198 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 326.15 MiB, peak 337.74 MiB, free memory in arenas 0.00 B, will set to 327.90 MiB (RSS), difference: 1.75 MiB | ||
12518 | 2025.07.18 19:23:48.152469 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659 | ||
12519 | 2025.07.18 19:23:48.152984 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12520 | 2025.07.18 19:23:48.153030 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12521 | 2025.07.18 19:23:48.153521 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12522 | 2025.07.18 19:23:48.153765 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12523 | 2025.07.18 19:23:48.153910 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 | ||
12524 | 2025.07.18 19:23:49.870715 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 | ||
12525 | 2025.07.18 19:23:49.887495 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12526 | 2025.07.18 19:23:49.887548 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
12527 | 2025.07.18 19:23:49.893744 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12528 | 2025.07.18 19:23:49.894486 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12529 | 2025.07.18 19:23:49.897425 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
12530 | 2025.07.18 19:23:50.738991 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1740 | ||
12531 | 2025.07.18 19:23:50.741365 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12532 | 2025.07.18 19:23:50.741405 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12533 | 2025.07.18 19:23:50.742566 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
12534 | 2025.07.18 19:23:50.742840 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12535 | 2025.07.18 19:23:50.743018 [ 110 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
12536 | 2025.07.18 19:23:50.743084 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1740 | ||
12537 | 2025.07.18 19:23:50.743091 [ 110 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12538 | 2025.07.18 19:23:50.743134 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12539 | 2025.07.18 19:23:50.743232 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
12540 | 2025.07.18 19:23:50.743776 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12541 | 2025.07.18 19:23:50.743929 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1578 rows starting from the beginning of the part | ||
12542 | 2025.07.18 19:23:50.744275 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 32 rows starting from the beginning of the part | ||
12543 | 2025.07.18 19:23:50.744609 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 36 rows starting from the beginning of the part | ||
12544 | 2025.07.18 19:23:50.744935 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 30 rows starting from the beginning of the part | ||
12545 | 2025.07.18 19:23:50.745251 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
12546 | 2025.07.18 19:23:50.745566 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 32 rows starting from the beginning of the part | ||
12547 | 2025.07.18 19:23:50.751756 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1740 rows, containing 72 columns (72 merged, 0 gathered) in 0.008561312 sec., 203239.8772524585 rows/sec., 155.59 MiB/sec. | ||
12548 | 2025.07.18 19:23:50.753748 [ 200 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
12549 | 2025.07.18 19:23:50.754367 [ 200 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_51_10} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12550 | 2025.07.18 19:23:50.754452 [ 200 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_51_10} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
12551 | 2025.07.18 19:23:50.754675 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
12552 | 2025.07.18 19:23:51.970022 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12553 | 2025.07.18 19:23:51.970222 [ 4 ] {29ed1177-5bdc-4155-92e6-2b34131d2b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
12554 | 2025.07.18 19:23:51.970297 [ 4 ] {29ed1177-5bdc-4155-92e6-2b34131d2b78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
12555 | 2025.07.18 19:23:51.971201 [ 4 ] {29ed1177-5bdc-4155-92e6-2b34131d2b78} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12556 | 2025.07.18 19:23:51.971253 [ 4 ] {29ed1177-5bdc-4155-92e6-2b34131d2b78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12557 | 2025.07.18 19:23:51.971666 [ 4 ] {29ed1177-5bdc-4155-92e6-2b34131d2b78} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
12558 | 2025.07.18 19:23:51.971914 [ 4 ] {29ed1177-5bdc-4155-92e6-2b34131d2b78} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12559 | 2025.07.18 19:23:51.972080 [ 4 ] {29ed1177-5bdc-4155-92e6-2b34131d2b78} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001912 sec., 205020.92050209205 rows/sec., 13.01 MiB/sec. | ||
12560 | 2025.07.18 19:23:51.972130 [ 4 ] {29ed1177-5bdc-4155-92e6-2b34131d2b78} <Debug> TCPHandler: Processed in 0.002246404 sec. | ||
12561 | 2025.07.18 19:23:51.972263 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12562 | 2025.07.18 19:23:51.972369 [ 4 ] {efb4008c-d83e-492a-9a0a-30bbb0e5710e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12563 | 2025.07.18 19:23:51.972413 [ 4 ] {efb4008c-d83e-492a-9a0a-30bbb0e5710e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12564 | 2025.07.18 19:23:51.973414 [ 4 ] {efb4008c-d83e-492a-9a0a-30bbb0e5710e} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12565 | 2025.07.18 19:23:51.973453 [ 4 ] {efb4008c-d83e-492a-9a0a-30bbb0e5710e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12566 | 2025.07.18 19:23:51.973834 [ 4 ] {efb4008c-d83e-492a-9a0a-30bbb0e5710e} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
12567 | 2025.07.18 19:23:51.974056 [ 4 ] {efb4008c-d83e-492a-9a0a-30bbb0e5710e} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12568 | 2025.07.18 19:23:51.974166 [ 108 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
12569 | 2025.07.18 19:23:51.974189 [ 4 ] {efb4008c-d83e-492a-9a0a-30bbb0e5710e} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001843 sec., 623440.0434074878 rows/sec., 49.76 MiB/sec. | ||
12570 | 2025.07.18 19:23:51.974240 [ 108 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12571 | 2025.07.18 19:23:51.974252 [ 4 ] {efb4008c-d83e-492a-9a0a-30bbb0e5710e} <Debug> TCPHandler: Processed in 0.002041191 sec. | ||
12572 | 2025.07.18 19:23:51.974274 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12573 | 2025.07.18 19:23:51.974402 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12574 | 2025.07.18 19:23:51.974414 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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 | ||
12575 | 2025.07.18 19:23:51.974504 [ 4 ] {3a65574f-23db-4c01-bc75-9f9966723724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12576 | 2025.07.18 19:23:51.974551 [ 4 ] {3a65574f-23db-4c01-bc75-9f9966723724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12577 | 2025.07.18 19:23:51.974579 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12578 | 2025.07.18 19:23:51.974623 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2298 rows starting from the beginning of the part | ||
12579 | 2025.07.18 19:23:51.974701 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 1155 rows starting from the beginning of the part | ||
12580 | 2025.07.18 19:23:51.974754 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 56 rows starting from the beginning of the part | ||
12581 | 2025.07.18 19:23:51.974808 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 1149 rows starting from the beginning of the part | ||
12582 | 2025.07.18 19:23:51.974853 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 1196 rows starting from the beginning of the part | ||
12583 | 2025.07.18 19:23:51.974898 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 1149 rows starting from the beginning of the part | ||
12584 | 2025.07.18 19:23:51.975092 [ 4 ] {3a65574f-23db-4c01-bc75-9f9966723724} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12585 | 2025.07.18 19:23:51.975134 [ 4 ] {3a65574f-23db-4c01-bc75-9f9966723724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12586 | 2025.07.18 19:23:51.975477 [ 4 ] {3a65574f-23db-4c01-bc75-9f9966723724} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
12587 | 2025.07.18 19:23:51.975701 [ 4 ] {3a65574f-23db-4c01-bc75-9f9966723724} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12588 | 2025.07.18 19:23:51.975835 [ 4 ] {3a65574f-23db-4c01-bc75-9f9966723724} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001351 sec., 175425.61065877127 rows/sec., 10.74 MiB/sec. | ||
12589 | 2025.07.18 19:23:51.975847 [ 106 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
12590 | 2025.07.18 19:23:51.975873 [ 4 ] {3a65574f-23db-4c01-bc75-9f9966723724} <Debug> TCPHandler: Processed in 0.001521983 sec. | ||
12591 | 2025.07.18 19:23:51.975913 [ 106 ] {} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12592 | 2025.07.18 19:23:51.975940 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12593 | 2025.07.18 19:23:51.976007 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12594 | 2025.07.18 19:23:51.976043 [ 194 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
12595 | 2025.07.18 19:23:51.976136 [ 4 ] {6e873c0a-e0b0-4fc3-9903-21a49b86e034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
12596 | 2025.07.18 19:23:51.976175 [ 194 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12597 | 2025.07.18 19:23:51.976181 [ 4 ] {6e873c0a-e0b0-4fc3-9903-21a49b86e034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12598 | 2025.07.18 19:23:51.976215 [ 194 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 255 rows starting from the beginning of the part | ||
12599 | 2025.07.18 19:23:51.976283 [ 194 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 2 rows starting from the beginning of the part | ||
12600 | 2025.07.18 19:23:51.976328 [ 194 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part | ||
12601 | 2025.07.18 19:23:51.976367 [ 194 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 249 rows starting from the beginning of the part | ||
12602 | 2025.07.18 19:23:51.976432 [ 194 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
12603 | 2025.07.18 19:23:51.976470 [ 194 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part | ||
12604 | 2025.07.18 19:23:51.976700 [ 4 ] {6e873c0a-e0b0-4fc3-9903-21a49b86e034} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12605 | 2025.07.18 19:23:51.976745 [ 4 ] {6e873c0a-e0b0-4fc3-9903-21a49b86e034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12606 | 2025.07.18 19:23:51.977292 [ 4 ] {6e873c0a-e0b0-4fc3-9903-21a49b86e034} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
12607 | 2025.07.18 19:23:51.977373 [ 199 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7003 rows, containing 5 columns (5 merged, 0 gathered) in 0.003029627 sec., 2311505.6738007683 rows/sec., 195.34 MiB/sec. | ||
12608 | 2025.07.18 19:23:51.977414 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1217 rows, containing 5 columns (5 merged, 0 gathered) in 0.001411811 sec., 862013.3998105979 rows/sec., 56.23 MiB/sec. | ||
12609 | 2025.07.18 19:23:51.977519 [ 4 ] {6e873c0a-e0b0-4fc3-9903-21a49b86e034} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12610 | 2025.07.18 19:23:51.977628 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
12611 | 2025.07.18 19:23:51.977648 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
12612 | 2025.07.18 19:23:51.977667 [ 4 ] {6e873c0a-e0b0-4fc3-9903-21a49b86e034} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001549 sec., 131052.29180116203 rows/sec., 8.45 MiB/sec. | ||
12613 | 2025.07.18 19:23:51.977711 [ 4 ] {6e873c0a-e0b0-4fc3-9903-21a49b86e034} <Debug> TCPHandler: Processed in 0.001754407 sec. | ||
12614 | 2025.07.18 19:23:51.977826 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12615 | 2025.07.18 19:23:51.977922 [ 4 ] {06e17d1e-ad65-4628-a30d-71d69b6f7776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
12616 | 2025.07.18 19:23:51.977965 [ 4 ] {06e17d1e-ad65-4628-a30d-71d69b6f7776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12617 | 2025.07.18 19:23:51.977973 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12618 | 2025.07.18 19:23:51.978037 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12619 | 2025.07.18 19:23:51.978062 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
12620 | 2025.07.18 19:23:51.978129 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
12621 | 2025.07.18 19:23:51.978155 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. | ||
12622 | 2025.07.18 19:23:51.978251 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
12623 | 2025.07.18 19:23:51.978432 [ 4 ] {06e17d1e-ad65-4628-a30d-71d69b6f7776} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12624 | 2025.07.18 19:23:51.978473 [ 4 ] {06e17d1e-ad65-4628-a30d-71d69b6f7776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12625 | 2025.07.18 19:23:51.978777 [ 4 ] {06e17d1e-ad65-4628-a30d-71d69b6f7776} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
12626 | 2025.07.18 19:23:51.978986 [ 4 ] {06e17d1e-ad65-4628-a30d-71d69b6f7776} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12627 | 2025.07.18 19:23:51.979119 [ 4 ] {06e17d1e-ad65-4628-a30d-71d69b6f7776} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001214 sec., 166392.09225700164 rows/sec., 9.45 MiB/sec. | ||
12628 | 2025.07.18 19:23:51.979156 [ 4 ] {06e17d1e-ad65-4628-a30d-71d69b6f7776} <Debug> TCPHandler: Processed in 0.001378982 sec. | ||
12629 | 2025.07.18 19:23:51.979269 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12630 | 2025.07.18 19:23:51.979363 [ 4 ] {dd2abc5c-74b5-4226-b33f-c39db9f26389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12631 | 2025.07.18 19:23:51.979401 [ 4 ] {dd2abc5c-74b5-4226-b33f-c39db9f26389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12632 | 2025.07.18 19:23:51.980071 [ 4 ] {dd2abc5c-74b5-4226-b33f-c39db9f26389} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12633 | 2025.07.18 19:23:51.980107 [ 4 ] {dd2abc5c-74b5-4226-b33f-c39db9f26389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12634 | 2025.07.18 19:23:51.980439 [ 4 ] {dd2abc5c-74b5-4226-b33f-c39db9f26389} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
12635 | 2025.07.18 19:23:51.980655 [ 4 ] {dd2abc5c-74b5-4226-b33f-c39db9f26389} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12636 | 2025.07.18 19:23:51.980783 [ 4 ] {dd2abc5c-74b5-4226-b33f-c39db9f26389} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001438 sec., 481919.3324061196 rows/sec., 33.86 MiB/sec. | ||
12637 | 2025.07.18 19:23:51.980794 [ 106 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
12638 | 2025.07.18 19:23:51.980820 [ 4 ] {dd2abc5c-74b5-4226-b33f-c39db9f26389} <Debug> TCPHandler: Processed in 0.001600445 sec. | ||
12639 | 2025.07.18 19:23:51.980833 [ 106 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12640 | 2025.07.18 19:23:51.980858 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12641 | 2025.07.18 19:23:51.980937 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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 | ||
12642 | 2025.07.18 19:23:51.980941 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12643 | 2025.07.18 19:23:51.981037 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12644 | 2025.07.18 19:23:51.981049 [ 4 ] {abcb5b5f-2fab-440c-97ab-fe51cdcc25f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
12645 | 2025.07.18 19:23:51.981071 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1185 rows starting from the beginning of the part | ||
12646 | 2025.07.18 19:23:51.981091 [ 4 ] {abcb5b5f-2fab-440c-97ab-fe51cdcc25f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12647 | 2025.07.18 19:23:51.981133 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 705 rows starting from the beginning of the part | ||
12648 | 2025.07.18 19:23:51.981191 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 64 rows starting from the beginning of the part | ||
12649 | 2025.07.18 19:23:51.981240 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 693 rows starting from the beginning of the part | ||
12650 | 2025.07.18 19:23:51.981285 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 520 rows starting from the beginning of the part | ||
12651 | 2025.07.18 19:23:51.981327 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 693 rows starting from the beginning of the part | ||
12652 | 2025.07.18 19:23:51.981437 [ 4 ] {abcb5b5f-2fab-440c-97ab-fe51cdcc25f6} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12653 | 2025.07.18 19:23:51.981472 [ 4 ] {abcb5b5f-2fab-440c-97ab-fe51cdcc25f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12654 | 2025.07.18 19:23:51.981775 [ 4 ] {abcb5b5f-2fab-440c-97ab-fe51cdcc25f6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
12655 | 2025.07.18 19:23:51.981976 [ 4 ] {abcb5b5f-2fab-440c-97ab-fe51cdcc25f6} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12656 | 2025.07.18 19:23:51.982106 [ 4 ] {abcb5b5f-2fab-440c-97ab-fe51cdcc25f6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001075 sec., 5581.395348837209 rows/sec., 291.61 KiB/sec. | ||
12657 | 2025.07.18 19:23:51.982141 [ 4 ] {abcb5b5f-2fab-440c-97ab-fe51cdcc25f6} <Debug> TCPHandler: Processed in 0.001250089 sec. | ||
12658 | 2025.07.18 19:23:51.982246 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12659 | 2025.07.18 19:23:51.982333 [ 4 ] {5686f928-3f35-444f-b0d5-91379c7d940f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12660 | 2025.07.18 19:23:51.982372 [ 4 ] {5686f928-3f35-444f-b0d5-91379c7d940f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12661 | 2025.07.18 19:23:51.982630 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3860 rows, containing 5 columns (5 merged, 0 gathered) in 0.001759147 sec., 2194245.2791040204 rows/sec., 164.98 MiB/sec. | ||
12662 | 2025.07.18 19:23:51.982781 [ 4 ] {5686f928-3f35-444f-b0d5-91379c7d940f} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12663 | 2025.07.18 19:23:51.982806 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
12664 | 2025.07.18 19:23:51.982817 [ 4 ] {5686f928-3f35-444f-b0d5-91379c7d940f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12665 | 2025.07.18 19:23:51.983036 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12666 | 2025.07.18 19:23:51.983095 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
12667 | 2025.07.18 19:23:51.983217 [ 4 ] {5686f928-3f35-444f-b0d5-91379c7d940f} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
12668 | 2025.07.18 19:23:51.983224 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
12669 | 2025.07.18 19:23:51.983426 [ 4 ] {5686f928-3f35-444f-b0d5-91379c7d940f} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12670 | 2025.07.18 19:23:51.983554 [ 4 ] {5686f928-3f35-444f-b0d5-91379c7d940f} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001225 sec., 250612.2448979592 rows/sec., 16.49 MiB/sec. | ||
12671 | 2025.07.18 19:23:51.983591 [ 4 ] {5686f928-3f35-444f-b0d5-91379c7d940f} <Debug> TCPHandler: Processed in 0.001387062 sec. | ||
12672 | 2025.07.18 19:23:51.983693 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12673 | 2025.07.18 19:23:51.983785 [ 4 ] {b1d71be5-bda4-4c21-91ca-844e20f24115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
12674 | 2025.07.18 19:23:51.983828 [ 4 ] {b1d71be5-bda4-4c21-91ca-844e20f24115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12675 | 2025.07.18 19:23:51.984150 [ 4 ] {b1d71be5-bda4-4c21-91ca-844e20f24115} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12676 | 2025.07.18 19:23:51.984185 [ 4 ] {b1d71be5-bda4-4c21-91ca-844e20f24115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12677 | 2025.07.18 19:23:51.984469 [ 4 ] {b1d71be5-bda4-4c21-91ca-844e20f24115} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
12678 | 2025.07.18 19:23:51.984680 [ 4 ] {b1d71be5-bda4-4c21-91ca-844e20f24115} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12679 | 2025.07.18 19:23:51.984808 [ 4 ] {b1d71be5-bda4-4c21-91ca-844e20f24115} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00104 sec., 961.5384615384617 rows/sec., 64.79 KiB/sec. | ||
12680 | 2025.07.18 19:23:51.984809 [ 106 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
12681 | 2025.07.18 19:23:51.984847 [ 4 ] {b1d71be5-bda4-4c21-91ca-844e20f24115} <Debug> TCPHandler: Processed in 0.001202729 sec. | ||
12682 | 2025.07.18 19:23:51.984858 [ 106 ] {} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12683 | 2025.07.18 19:23:51.984883 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12684 | 2025.07.18 19:23:51.984964 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12685 | 2025.07.18 19:23:51.984965 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
12686 | 2025.07.18 19:23:51.985065 [ 4 ] {ab930654-5906-4bd3-9d29-267752337333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12687 | 2025.07.18 19:23:51.985107 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12688 | 2025.07.18 19:23:51.985121 [ 4 ] {ab930654-5906-4bd3-9d29-267752337333} <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 | ||
12689 | 2025.07.18 19:23:51.985152 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 45 rows starting from the beginning of the part | ||
12690 | 2025.07.18 19:23:51.985230 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
12691 | 2025.07.18 19:23:51.985282 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
12692 | 2025.07.18 19:23:51.985328 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
12693 | 2025.07.18 19:23:51.985371 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
12694 | 2025.07.18 19:23:51.985421 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part | ||
12695 | 2025.07.18 19:23:51.985992 [ 4 ] {ab930654-5906-4bd3-9d29-267752337333} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12696 | 2025.07.18 19:23:51.986033 [ 4 ] {ab930654-5906-4bd3-9d29-267752337333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12697 | 2025.07.18 19:23:51.986262 [ 191 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.001336691 sec., 37405.80283700571 rows/sec., 2.46 MiB/sec. | ||
12698 | 2025.07.18 19:23:51.986413 [ 201 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
12699 | 2025.07.18 19:23:51.986649 [ 4 ] {ab930654-5906-4bd3-9d29-267752337333} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
12700 | 2025.07.18 19:23:51.986761 [ 201 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12701 | 2025.07.18 19:23:51.986860 [ 201 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
12702 | 2025.07.18 19:23:51.986921 [ 4 ] {ab930654-5906-4bd3-9d29-267752337333} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12703 | 2025.07.18 19:23:51.986972 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
12704 | 2025.07.18 19:23:51.987065 [ 4 ] {ab930654-5906-4bd3-9d29-267752337333} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002018 sec., 20317.145688800796 rows/sec., 36.41 MiB/sec. | ||
12705 | 2025.07.18 19:23:51.987126 [ 4 ] {ab930654-5906-4bd3-9d29-267752337333} <Debug> TCPHandler: Processed in 0.002210704 sec. | ||
12706 | 2025.07.18 19:23:51.987244 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12707 | 2025.07.18 19:23:51.987338 [ 4 ] {a12fe375-d07f-4717-9368-b8ac06135e62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12708 | 2025.07.18 19:23:51.987379 [ 4 ] {a12fe375-d07f-4717-9368-b8ac06135e62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12709 | 2025.07.18 19:23:51.987713 [ 4 ] {a12fe375-d07f-4717-9368-b8ac06135e62} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12710 | 2025.07.18 19:23:51.987748 [ 4 ] {a12fe375-d07f-4717-9368-b8ac06135e62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12711 | 2025.07.18 19:23:51.988065 [ 4 ] {a12fe375-d07f-4717-9368-b8ac06135e62} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
12712 | 2025.07.18 19:23:51.988273 [ 4 ] {a12fe375-d07f-4717-9368-b8ac06135e62} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12713 | 2025.07.18 19:23:51.988399 [ 4 ] {a12fe375-d07f-4717-9368-b8ac06135e62} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001079 sec., 94531.97405004634 rows/sec., 5.81 MiB/sec. | ||
12714 | 2025.07.18 19:23:51.988435 [ 4 ] {a12fe375-d07f-4717-9368-b8ac06135e62} <Debug> TCPHandler: Processed in 0.001240869 sec. | ||
12715 | 2025.07.18 19:23:55.464215 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12716 | 2025.07.18 19:23:55.464279 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12717 | 2025.07.18 19:23:55.654223 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086 | ||
12718 | 2025.07.18 19:23:55.654733 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12719 | 2025.07.18 19:23:55.654784 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12720 | 2025.07.18 19:23:55.655284 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12721 | 2025.07.18 19:23:55.655527 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12722 | 2025.07.18 19:23:55.655675 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
12723 | 2025.07.18 19:23:55.772351 [ 224 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): 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] | ||
12724 | 2025.07.18 19:23:55.772389 [ 224 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): 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] | ||
12725 | 2025.07.18 19:23:55.786931 [ 224 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): 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] | ||
12726 | 2025.07.18 19:23:56.111814 [ 220 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): 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] | ||
12727 | 2025.07.18 19:23:56.111865 [ 220 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): 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] | ||
12728 | 2025.07.18 19:23:56.113941 [ 220 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): 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] | ||
12729 | 2025.07.18 19:23:56.956393 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12730 | 2025.07.18 19:23:56.956586 [ 4 ] {38bc0b85-9b7d-483b-a4f2-eef9eb3be472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12731 | 2025.07.18 19:23:56.956659 [ 4 ] {38bc0b85-9b7d-483b-a4f2-eef9eb3be472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12732 | 2025.07.18 19:23:56.957381 [ 4 ] {38bc0b85-9b7d-483b-a4f2-eef9eb3be472} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12733 | 2025.07.18 19:23:56.957428 [ 4 ] {38bc0b85-9b7d-483b-a4f2-eef9eb3be472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12734 | 2025.07.18 19:23:56.957814 [ 4 ] {38bc0b85-9b7d-483b-a4f2-eef9eb3be472} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
12735 | 2025.07.18 19:23:56.958059 [ 4 ] {38bc0b85-9b7d-483b-a4f2-eef9eb3be472} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12736 | 2025.07.18 19:23:56.958216 [ 4 ] {38bc0b85-9b7d-483b-a4f2-eef9eb3be472} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001681 sec., 33313.50386674598 rows/sec., 2.56 MiB/sec. | ||
12737 | 2025.07.18 19:23:56.958259 [ 4 ] {38bc0b85-9b7d-483b-a4f2-eef9eb3be472} <Debug> TCPHandler: Processed in 0.002002311 sec. | ||
12738 | 2025.07.18 19:23:56.958373 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12739 | 2025.07.18 19:23:56.958469 [ 4 ] {142c86da-4862-41d5-9075-2de53ee1a8e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12740 | 2025.07.18 19:23:56.958508 [ 4 ] {142c86da-4862-41d5-9075-2de53ee1a8e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12741 | 2025.07.18 19:23:56.958933 [ 4 ] {142c86da-4862-41d5-9075-2de53ee1a8e1} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12742 | 2025.07.18 19:23:56.958969 [ 4 ] {142c86da-4862-41d5-9075-2de53ee1a8e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12743 | 2025.07.18 19:23:56.959273 [ 4 ] {142c86da-4862-41d5-9075-2de53ee1a8e1} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
12744 | 2025.07.18 19:23:56.959476 [ 4 ] {142c86da-4862-41d5-9075-2de53ee1a8e1} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12745 | 2025.07.18 19:23:56.959604 [ 4 ] {142c86da-4862-41d5-9075-2de53ee1a8e1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001154 sec., 55459.27209705372 rows/sec., 4.33 MiB/sec. | ||
12746 | 2025.07.18 19:23:56.959642 [ 4 ] {142c86da-4862-41d5-9075-2de53ee1a8e1} <Debug> TCPHandler: Processed in 0.001318141 sec. | ||
12747 | 2025.07.18 19:23:56.959762 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12748 | 2025.07.18 19:23:56.959855 [ 4 ] {521bb692-461b-4d97-ae4f-7e3a72a4d089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12749 | 2025.07.18 19:23:56.959898 [ 4 ] {521bb692-461b-4d97-ae4f-7e3a72a4d089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12750 | 2025.07.18 19:23:56.960322 [ 4 ] {521bb692-461b-4d97-ae4f-7e3a72a4d089} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12751 | 2025.07.18 19:23:56.960357 [ 4 ] {521bb692-461b-4d97-ae4f-7e3a72a4d089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12752 | 2025.07.18 19:23:56.960687 [ 4 ] {521bb692-461b-4d97-ae4f-7e3a72a4d089} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
12753 | 2025.07.18 19:23:56.960892 [ 4 ] {521bb692-461b-4d97-ae4f-7e3a72a4d089} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12754 | 2025.07.18 19:23:56.961021 [ 4 ] {521bb692-461b-4d97-ae4f-7e3a72a4d089} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. | ||
12755 | 2025.07.18 19:23:56.961058 [ 4 ] {521bb692-461b-4d97-ae4f-7e3a72a4d089} <Debug> TCPHandler: Processed in 0.001345501 sec. | ||
12756 | 2025.07.18 19:23:56.961174 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12757 | 2025.07.18 19:23:56.961266 [ 4 ] {2ad0ff1c-92e8-41ca-9179-1227f34bfffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12758 | 2025.07.18 19:23:56.961306 [ 4 ] {2ad0ff1c-92e8-41ca-9179-1227f34bfffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12759 | 2025.07.18 19:23:56.961640 [ 4 ] {2ad0ff1c-92e8-41ca-9179-1227f34bfffe} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12760 | 2025.07.18 19:23:56.961676 [ 4 ] {2ad0ff1c-92e8-41ca-9179-1227f34bfffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12761 | 2025.07.18 19:23:56.961968 [ 4 ] {2ad0ff1c-92e8-41ca-9179-1227f34bfffe} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
12762 | 2025.07.18 19:23:56.962169 [ 4 ] {2ad0ff1c-92e8-41ca-9179-1227f34bfffe} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12763 | 2025.07.18 19:23:56.962291 [ 96 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
12764 | 2025.07.18 19:23:56.962297 [ 4 ] {2ad0ff1c-92e8-41ca-9179-1227f34bfffe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. | ||
12765 | 2025.07.18 19:23:56.962364 [ 96 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12766 | 2025.07.18 19:23:56.962379 [ 4 ] {2ad0ff1c-92e8-41ca-9179-1227f34bfffe} <Debug> TCPHandler: Processed in 0.001254479 sec. | ||
12767 | 2025.07.18 19:23:56.962390 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12768 | 2025.07.18 19:23:56.962528 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
12769 | 2025.07.18 19:23:56.962680 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12770 | 2025.07.18 19:23:56.962718 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 7596 rows starting from the beginning of the part | ||
12771 | 2025.07.18 19:23:56.962788 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
12772 | 2025.07.18 19:23:56.962838 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 102 rows starting from the beginning of the part | ||
12773 | 2025.07.18 19:23:56.962883 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
12774 | 2025.07.18 19:23:56.962924 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 102 rows starting from the beginning of the part | ||
12775 | 2025.07.18 19:23:56.962965 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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 | ||
12776 | 2025.07.18 19:23:56.964730 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7980 rows, containing 4 columns (4 merged, 0 gathered) in 0.002254925 sec., 3538920.3632049845 rows/sec., 225.12 MiB/sec. | ||
12777 | 2025.07.18 19:23:56.965254 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
12778 | 2025.07.18 19:23:56.965531 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_101_20} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12779 | 2025.07.18 19:23:56.965600 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_101_20} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
12780 | 2025.07.18 19:23:56.965684 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. | ||
12781 | 2025.07.18 19:23:57.397666 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 | ||
12782 | 2025.07.18 19:23:57.414415 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12783 | 2025.07.18 19:23:57.414473 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12784 | 2025.07.18 19:23:57.420615 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12785 | 2025.07.18 19:23:57.421342 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12786 | 2025.07.18 19:23:57.424635 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 527 | ||
12787 | 2025.07.18 19:24:00.743411 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1770 | ||
12788 | 2025.07.18 19:24:00.745727 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12789 | 2025.07.18 19:24:00.745781 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12790 | 2025.07.18 19:24:00.746964 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
12791 | 2025.07.18 19:24:00.747243 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12792 | 2025.07.18 19:24:00.747627 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1770 | ||
12793 | 2025.07.18 19:24:01.023955 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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] | ||
12794 | 2025.07.18 19:24:01.024012 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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] | ||
12795 | 2025.07.18 19:24:01.026253 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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] | ||
12796 | 2025.07.18 19:24:01.969198 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12797 | 2025.07.18 19:24:01.969399 [ 4 ] {9137fc0b-9ab8-4f80-90e8-faaaf78cae66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
12798 | 2025.07.18 19:24:01.969465 [ 4 ] {9137fc0b-9ab8-4f80-90e8-faaaf78cae66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
12799 | 2025.07.18 19:24:01.970274 [ 4 ] {9137fc0b-9ab8-4f80-90e8-faaaf78cae66} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12800 | 2025.07.18 19:24:01.970321 [ 4 ] {9137fc0b-9ab8-4f80-90e8-faaaf78cae66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12801 | 2025.07.18 19:24:01.970731 [ 4 ] {9137fc0b-9ab8-4f80-90e8-faaaf78cae66} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
12802 | 2025.07.18 19:24:01.970943 [ 4 ] {9137fc0b-9ab8-4f80-90e8-faaaf78cae66} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12803 | 2025.07.18 19:24:01.971092 [ 4 ] {9137fc0b-9ab8-4f80-90e8-faaaf78cae66} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001749 sec., 224128.07318467696 rows/sec., 14.22 MiB/sec. | ||
12804 | 2025.07.18 19:24:01.971135 [ 4 ] {9137fc0b-9ab8-4f80-90e8-faaaf78cae66} <Debug> TCPHandler: Processed in 0.002077871 sec. | ||
12805 | 2025.07.18 19:24:01.971262 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12806 | 2025.07.18 19:24:01.971362 [ 4 ] {f4e86260-1878-4bf9-ab1e-c01f850a0f0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
12807 | 2025.07.18 19:24:01.971404 [ 4 ] {f4e86260-1878-4bf9-ab1e-c01f850a0f0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12808 | 2025.07.18 19:24:01.971805 [ 4 ] {f4e86260-1878-4bf9-ab1e-c01f850a0f0d} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12809 | 2025.07.18 19:24:01.971840 [ 4 ] {f4e86260-1878-4bf9-ab1e-c01f850a0f0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12810 | 2025.07.18 19:24:01.972131 [ 4 ] {f4e86260-1878-4bf9-ab1e-c01f850a0f0d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
12811 | 2025.07.18 19:24:01.972332 [ 4 ] {f4e86260-1878-4bf9-ab1e-c01f850a0f0d} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12812 | 2025.07.18 19:24:01.972461 [ 4 ] {f4e86260-1878-4bf9-ab1e-c01f850a0f0d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001117 sec., 3581.020590868398 rows/sec., 292.01 KiB/sec. | ||
12813 | 2025.07.18 19:24:01.972498 [ 4 ] {f4e86260-1878-4bf9-ab1e-c01f850a0f0d} <Debug> TCPHandler: Processed in 0.0012866 sec. | ||
12814 | 2025.07.18 19:24:01.972623 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12815 | 2025.07.18 19:24:01.972719 [ 4 ] {daecfa17-72ee-44c1-8ab8-e0555893debb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
12816 | 2025.07.18 19:24:01.972759 [ 4 ] {daecfa17-72ee-44c1-8ab8-e0555893debb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12817 | 2025.07.18 19:24:01.973718 [ 4 ] {daecfa17-72ee-44c1-8ab8-e0555893debb} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12818 | 2025.07.18 19:24:01.973755 [ 4 ] {daecfa17-72ee-44c1-8ab8-e0555893debb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12819 | 2025.07.18 19:24:01.974121 [ 4 ] {daecfa17-72ee-44c1-8ab8-e0555893debb} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
12820 | 2025.07.18 19:24:01.974322 [ 4 ] {daecfa17-72ee-44c1-8ab8-e0555893debb} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12821 | 2025.07.18 19:24:01.974447 [ 4 ] {daecfa17-72ee-44c1-8ab8-e0555893debb} <Debug> executeQuery: Read 1151 rows, 94.05 KiB in 0.001747 sec., 658843.7321121923 rows/sec., 52.57 MiB/sec. | ||
12822 | 2025.07.18 19:24:01.974489 [ 4 ] {daecfa17-72ee-44c1-8ab8-e0555893debb} <Debug> TCPHandler: Processed in 0.00191855 sec. | ||
12823 | 2025.07.18 19:24:01.974506 [ 222 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): 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] | ||
12824 | 2025.07.18 19:24:01.974553 [ 222 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): 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] | ||
12825 | 2025.07.18 19:24:01.974616 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12826 | 2025.07.18 19:24:01.974714 [ 4 ] {97437205-980e-4d58-bd4d-880951db3c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
12827 | 2025.07.18 19:24:01.974754 [ 4 ] {97437205-980e-4d58-bd4d-880951db3c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12828 | 2025.07.18 19:24:01.975256 [ 4 ] {97437205-980e-4d58-bd4d-880951db3c5a} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12829 | 2025.07.18 19:24:01.975292 [ 4 ] {97437205-980e-4d58-bd4d-880951db3c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12830 | 2025.07.18 19:24:01.975630 [ 4 ] {97437205-980e-4d58-bd4d-880951db3c5a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
12831 | 2025.07.18 19:24:01.975933 [ 4 ] {97437205-980e-4d58-bd4d-880951db3c5a} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12832 | 2025.07.18 19:24:01.976068 [ 4 ] {97437205-980e-4d58-bd4d-880951db3c5a} <Debug> executeQuery: Read 241 rows, 15.14 KiB in 0.001372 sec., 175655.97667638483 rows/sec., 10.78 MiB/sec. | ||
12833 | 2025.07.18 19:24:01.976108 [ 4 ] {97437205-980e-4d58-bd4d-880951db3c5a} <Debug> TCPHandler: Processed in 0.001541794 sec. | ||
12834 | 2025.07.18 19:24:01.976229 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12835 | 2025.07.18 19:24:01.976323 [ 4 ] {aab0eee3-645d-453c-83d2-5fe8f3cbe845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
12836 | 2025.07.18 19:24:01.976365 [ 4 ] {aab0eee3-645d-453c-83d2-5fe8f3cbe845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12837 | 2025.07.18 19:24:01.976432 [ 222 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): 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] | ||
12838 | 2025.07.18 19:24:01.976869 [ 4 ] {aab0eee3-645d-453c-83d2-5fe8f3cbe845} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12839 | 2025.07.18 19:24:01.976910 [ 4 ] {aab0eee3-645d-453c-83d2-5fe8f3cbe845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12840 | 2025.07.18 19:24:01.977220 [ 4 ] {aab0eee3-645d-453c-83d2-5fe8f3cbe845} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12841 | 2025.07.18 19:24:01.977430 [ 4 ] {aab0eee3-645d-453c-83d2-5fe8f3cbe845} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12842 | 2025.07.18 19:24:01.977552 [ 94 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_57_12 to all_62_62_0 | ||
12843 | 2025.07.18 19:24:01.977559 [ 4 ] {aab0eee3-645d-453c-83d2-5fe8f3cbe845} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001254 sec., 161881.97767145137 rows/sec., 10.44 MiB/sec. | ||
12844 | 2025.07.18 19:24:01.977600 [ 94 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12845 | 2025.07.18 19:24:01.977617 [ 4 ] {aab0eee3-645d-453c-83d2-5fe8f3cbe845} <Debug> TCPHandler: Processed in 0.001437762 sec. | ||
12846 | 2025.07.18 19:24:01.977626 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12847 | 2025.07.18 19:24:01.977754 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12848 | 2025.07.18 19:24:01.977764 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_57_12 to all_62_62_0 into Compact with storage Full | ||
12849 | 2025.07.18 19:24:01.977855 [ 4 ] {6f9adc9f-8876-4adf-8ea2-c2dce3c54489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
12850 | 2025.07.18 19:24:01.977900 [ 4 ] {6f9adc9f-8876-4adf-8ea2-c2dce3c54489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12851 | 2025.07.18 19:24:01.977914 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12852 | 2025.07.18 19:24:01.977952 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_12, total 431 rows starting from the beginning of the part | ||
12853 | 2025.07.18 19:24:01.978024 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 203 rows starting from the beginning of the part | ||
12854 | 2025.07.18 19:24:01.978075 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 203 rows starting from the beginning of the part | ||
12855 | 2025.07.18 19:24:01.978120 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 228 rows starting from the beginning of the part | ||
12856 | 2025.07.18 19:24:01.978161 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 203 rows starting from the beginning of the part | ||
12857 | 2025.07.18 19:24:01.978207 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 203 rows starting from the beginning of the part | ||
12858 | 2025.07.18 19:24:01.978366 [ 4 ] {6f9adc9f-8876-4adf-8ea2-c2dce3c54489} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12859 | 2025.07.18 19:24:01.978408 [ 4 ] {6f9adc9f-8876-4adf-8ea2-c2dce3c54489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12860 | 2025.07.18 19:24:01.978723 [ 4 ] {6f9adc9f-8876-4adf-8ea2-c2dce3c54489} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
12861 | 2025.07.18 19:24:01.978958 [ 4 ] {6f9adc9f-8876-4adf-8ea2-c2dce3c54489} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12862 | 2025.07.18 19:24:01.979085 [ 4 ] {6f9adc9f-8876-4adf-8ea2-c2dce3c54489} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001249 sec., 161729.38350680546 rows/sec., 9.19 MiB/sec. | ||
12863 | 2025.07.18 19:24:01.979128 [ 4 ] {6f9adc9f-8876-4adf-8ea2-c2dce3c54489} <Debug> TCPHandler: Processed in 0.001422542 sec. | ||
12864 | 2025.07.18 19:24:01.979241 [ 192 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001537284 sec., 956882.3977872663 rows/sec., 66.32 MiB/sec. | ||
12865 | 2025.07.18 19:24:01.979248 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12866 | 2025.07.18 19:24:01.979389 [ 4 ] {a446fea5-068b-49f2-b769-c03ba68447d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
12867 | 2025.07.18 19:24:01.979431 [ 4 ] {a446fea5-068b-49f2-b769-c03ba68447d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12868 | 2025.07.18 19:24:01.979478 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} <Trace> MergedBlockOutputStream: filled checksums all_1_62_13 (state Temporary) | ||
12869 | 2025.07.18 19:24:01.979821 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_62_13 to all_1_62_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12870 | 2025.07.18 19:24:01.979913 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_57_12, all_62_62_0] -> all_1_62_13 | ||
12871 | 2025.07.18 19:24:01.980021 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
12872 | 2025.07.18 19:24:01.980115 [ 4 ] {a446fea5-068b-49f2-b769-c03ba68447d2} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12873 | 2025.07.18 19:24:01.980160 [ 4 ] {a446fea5-068b-49f2-b769-c03ba68447d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12874 | 2025.07.18 19:24:01.980533 [ 4 ] {a446fea5-068b-49f2-b769-c03ba68447d2} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
12875 | 2025.07.18 19:24:01.980744 [ 4 ] {a446fea5-068b-49f2-b769-c03ba68447d2} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12876 | 2025.07.18 19:24:01.980871 [ 4 ] {a446fea5-068b-49f2-b769-c03ba68447d2} <Debug> executeQuery: Read 697 rows, 50.18 KiB in 0.001502 sec., 464047.93608521967 rows/sec., 32.62 MiB/sec. | ||
12877 | 2025.07.18 19:24:01.980908 [ 4 ] {a446fea5-068b-49f2-b769-c03ba68447d2} <Debug> TCPHandler: Processed in 0.001709997 sec. | ||
12878 | 2025.07.18 19:24:01.980928 [ 222 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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] | ||
12879 | 2025.07.18 19:24:01.980952 [ 222 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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] | ||
12880 | 2025.07.18 19:24:01.981029 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12881 | 2025.07.18 19:24:01.981125 [ 4 ] {60bb4a0a-ae00-444d-9b6a-ab377064171b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
12882 | 2025.07.18 19:24:01.981170 [ 4 ] {60bb4a0a-ae00-444d-9b6a-ab377064171b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12883 | 2025.07.18 19:24:01.981516 [ 4 ] {60bb4a0a-ae00-444d-9b6a-ab377064171b} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12884 | 2025.07.18 19:24:01.981554 [ 4 ] {60bb4a0a-ae00-444d-9b6a-ab377064171b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12885 | 2025.07.18 19:24:01.981911 [ 4 ] {60bb4a0a-ae00-444d-9b6a-ab377064171b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
12886 | 2025.07.18 19:24:01.982187 [ 4 ] {60bb4a0a-ae00-444d-9b6a-ab377064171b} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12887 | 2025.07.18 19:24:01.982309 [ 94 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
12888 | 2025.07.18 19:24:01.982328 [ 4 ] {60bb4a0a-ae00-444d-9b6a-ab377064171b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00122 sec., 4918.032786885246 rows/sec., 256.95 KiB/sec. | ||
12889 | 2025.07.18 19:24:01.982349 [ 94 ] {} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12890 | 2025.07.18 19:24:01.982371 [ 4 ] {60bb4a0a-ae00-444d-9b6a-ab377064171b} <Debug> TCPHandler: Processed in 0.001390861 sec. | ||
12891 | 2025.07.18 19:24:01.982373 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12892 | 2025.07.18 19:24:01.982461 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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 | ||
12893 | 2025.07.18 19:24:01.982499 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12894 | 2025.07.18 19:24:01.982565 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12895 | 2025.07.18 19:24:01.982595 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 276 rows starting from the beginning of the part | ||
12896 | 2025.07.18 19:24:01.982598 [ 4 ] {73a16039-b570-4bc2-a959-f5cecb44d28e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
12897 | 2025.07.18 19:24:01.982641 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
12898 | 2025.07.18 19:24:01.982650 [ 4 ] {73a16039-b570-4bc2-a959-f5cecb44d28e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12899 | 2025.07.18 19:24:01.982685 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
12900 | 2025.07.18 19:24:01.982724 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
12901 | 2025.07.18 19:24:01.982757 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
12902 | 2025.07.18 19:24:01.982792 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
12903 | 2025.07.18 19:24:01.982875 [ 222 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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] | ||
12904 | 2025.07.18 19:24:01.983124 [ 4 ] {73a16039-b570-4bc2-a959-f5cecb44d28e} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12905 | 2025.07.18 19:24:01.983164 [ 4 ] {73a16039-b570-4bc2-a959-f5cecb44d28e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12906 | 2025.07.18 19:24:01.983487 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.001056586 sec., 289612.01454495895 rows/sec., 14.78 MiB/sec. | ||
12907 | 2025.07.18 19:24:01.983515 [ 4 ] {73a16039-b570-4bc2-a959-f5cecb44d28e} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
12908 | 2025.07.18 19:24:01.983615 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
12909 | 2025.07.18 19:24:01.983781 [ 4 ] {73a16039-b570-4bc2-a959-f5cecb44d28e} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12910 | 2025.07.18 19:24:01.983905 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12911 | 2025.07.18 19:24:01.983926 [ 4 ] {73a16039-b570-4bc2-a959-f5cecb44d28e} <Debug> executeQuery: Read 309 rows, 20.82 KiB in 0.001346 sec., 229569.09361069836 rows/sec., 15.11 MiB/sec. | ||
12912 | 2025.07.18 19:24:01.983969 [ 4 ] {73a16039-b570-4bc2-a959-f5cecb44d28e} <Debug> TCPHandler: Processed in 0.001519974 sec. | ||
12913 | 2025.07.18 19:24:01.983994 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
12914 | 2025.07.18 19:24:01.984078 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
12915 | 2025.07.18 19:24:01.984091 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12916 | 2025.07.18 19:24:01.984190 [ 4 ] {f0ba6f7b-8b84-4677-918e-0d7fa866555d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
12917 | 2025.07.18 19:24:01.984235 [ 4 ] {f0ba6f7b-8b84-4677-918e-0d7fa866555d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12918 | 2025.07.18 19:24:01.984560 [ 4 ] {f0ba6f7b-8b84-4677-918e-0d7fa866555d} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12919 | 2025.07.18 19:24:01.984595 [ 4 ] {f0ba6f7b-8b84-4677-918e-0d7fa866555d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12920 | 2025.07.18 19:24:01.984900 [ 4 ] {f0ba6f7b-8b84-4677-918e-0d7fa866555d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
12921 | 2025.07.18 19:24:01.985123 [ 4 ] {f0ba6f7b-8b84-4677-918e-0d7fa866555d} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12922 | 2025.07.18 19:24:01.985257 [ 4 ] {f0ba6f7b-8b84-4677-918e-0d7fa866555d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001086 sec., 920.8103130755065 rows/sec., 62.05 KiB/sec. | ||
12923 | 2025.07.18 19:24:01.985293 [ 4 ] {f0ba6f7b-8b84-4677-918e-0d7fa866555d} <Debug> TCPHandler: Processed in 0.001252269 sec. | ||
12924 | 2025.07.18 19:24:01.985409 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12925 | 2025.07.18 19:24:01.985502 [ 4 ] {f528e1b9-26c5-40f2-b20a-133a9a362b00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
12926 | 2025.07.18 19:24:01.985555 [ 4 ] {f528e1b9-26c5-40f2-b20a-133a9a362b00} <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 | ||
12927 | 2025.07.18 19:24:01.986418 [ 4 ] {f528e1b9-26c5-40f2-b20a-133a9a362b00} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12928 | 2025.07.18 19:24:01.986453 [ 4 ] {f528e1b9-26c5-40f2-b20a-133a9a362b00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12929 | 2025.07.18 19:24:01.987001 [ 4 ] {f528e1b9-26c5-40f2-b20a-133a9a362b00} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
12930 | 2025.07.18 19:24:01.987226 [ 4 ] {f528e1b9-26c5-40f2-b20a-133a9a362b00} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12931 | 2025.07.18 19:24:01.987344 [ 93 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
12932 | 2025.07.18 19:24:01.987361 [ 4 ] {f528e1b9-26c5-40f2-b20a-133a9a362b00} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001876 sec., 21855.01066098081 rows/sec., 39.16 MiB/sec. | ||
12933 | 2025.07.18 19:24:01.987396 [ 93 ] {} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12934 | 2025.07.18 19:24:01.987425 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12935 | 2025.07.18 19:24:01.987430 [ 4 ] {f528e1b9-26c5-40f2-b20a-133a9a362b00} <Debug> TCPHandler: Processed in 0.002069422 sec. | ||
12936 | 2025.07.18 19:24:01.987538 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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 | ||
12937 | 2025.07.18 19:24:01.987571 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12938 | 2025.07.18 19:24:01.987670 [ 4 ] {b35f4cc3-de5d-46b6-8732-b0edfff04b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
12939 | 2025.07.18 19:24:01.987711 [ 4 ] {b35f4cc3-de5d-46b6-8732-b0edfff04b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12940 | 2025.07.18 19:24:01.987781 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12941 | 2025.07.18 19:24:01.987851 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1856 rows starting from the beginning of the part | ||
12942 | 2025.07.18 19:24:01.988007 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 41 rows starting from the beginning of the part | ||
12943 | 2025.07.18 19:24:01.988077 [ 4 ] {b35f4cc3-de5d-46b6-8732-b0edfff04b2c} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12944 | 2025.07.18 19:24:01.988117 [ 4 ] {b35f4cc3-de5d-46b6-8732-b0edfff04b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12945 | 2025.07.18 19:24:01.988126 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 41 rows starting from the beginning of the part | ||
12946 | 2025.07.18 19:24:01.988230 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 41 rows starting from the beginning of the part | ||
12947 | 2025.07.18 19:24:01.988330 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 41 rows starting from the beginning of the part | ||
12948 | 2025.07.18 19:24:01.988427 [ 4 ] {b35f4cc3-de5d-46b6-8732-b0edfff04b2c} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
12949 | 2025.07.18 19:24:01.988434 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 41 rows starting from the beginning of the part | ||
12950 | 2025.07.18 19:24:01.988649 [ 4 ] {b35f4cc3-de5d-46b6-8732-b0edfff04b2c} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12951 | 2025.07.18 19:24:01.988780 [ 4 ] {b35f4cc3-de5d-46b6-8732-b0edfff04b2c} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001129 sec., 90345.43844109832 rows/sec., 5.55 MiB/sec. | ||
12952 | 2025.07.18 19:24:01.988819 [ 4 ] {b35f4cc3-de5d-46b6-8732-b0edfff04b2c} <Debug> TCPHandler: Processed in 0.00129843 sec. | ||
12953 | 2025.07.18 19:24:01.988835 [ 221 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): 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] | ||
12954 | 2025.07.18 19:24:01.988861 [ 221 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): 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] | ||
12955 | 2025.07.18 19:24:01.990809 [ 221 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): 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] | ||
12956 | 2025.07.18 19:24:01.999389 [ 201 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2061 rows, containing 19 columns (19 merged, 0 gathered) in 0.011901173 sec., 173176.20708479744 rows/sec., 310.32 MiB/sec. | ||
12957 | 2025.07.18 19:24:02.000173 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 336.10 MiB, peak 347.20 MiB, free memory in arenas 0.00 B, will set to 334.78 MiB (RSS), difference: -1.32 MiB | ||
12958 | 2025.07.18 19:24:02.001399 [ 189 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
12959 | 2025.07.18 19:24:02.001730 [ 189 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12960 | 2025.07.18 19:24:02.001803 [ 189 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
12961 | 2025.07.18 19:24:02.001940 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.00 MiB. | ||
12962 | 2025.07.18 19:24:03.000221 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 327.92 MiB, peak 347.20 MiB, free memory in arenas 0.00 B, will set to 334.78 MiB (RSS), difference: 6.86 MiB | ||
12963 | 2025.07.18 19:24:03.155801 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574 | ||
12964 | 2025.07.18 19:24:03.156317 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12965 | 2025.07.18 19:24:03.156361 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12966 | 2025.07.18 19:24:03.156831 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12967 | 2025.07.18 19:24:03.157062 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12968 | 2025.07.18 19:24:03.157192 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 | ||
12969 | 2025.07.18 19:24:03.157225 [ 91 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12970 | 2025.07.18 19:24:03.157295 [ 91 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12971 | 2025.07.18 19:24:03.157318 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12972 | 2025.07.18 19:24:03.157457 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
12973 | 2025.07.18 19:24:03.157603 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12974 | 2025.07.18 19:24:03.157638 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part | ||
12975 | 2025.07.18 19:24:03.157701 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 488 rows starting from the beginning of the part | ||
12976 | 2025.07.18 19:24:03.157741 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 427 rows starting from the beginning of the part | ||
12977 | 2025.07.18 19:24:03.157779 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 488 rows starting from the beginning of the part | ||
12978 | 2025.07.18 19:24:03.157822 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 427 rows starting from the beginning of the part | ||
12979 | 2025.07.18 19:24:03.157860 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 488 rows starting from the beginning of the part | ||
12980 | 2025.07.18 19:24:03.159992 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.00259517 sec., 12551778.881537626 rows/sec., 179.55 MiB/sec. | ||
12981 | 2025.07.18 19:24:03.160428 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12982 | 2025.07.18 19:24:03.160736 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12983 | 2025.07.18 19:24:03.160809 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12984 | 2025.07.18 19:24:03.160905 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
12985 | 2025.07.18 19:24:04.924745 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 535 | ||
12986 | 2025.07.18 19:24:04.943047 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12987 | 2025.07.18 19:24:04.943110 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12988 | 2025.07.18 19:24:04.949338 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12989 | 2025.07.18 19:24:04.950047 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12990 | 2025.07.18 19:24:04.950363 [ 88 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12991 | 2025.07.18 19:24:04.950427 [ 88 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12992 | 2025.07.18 19:24:04.950447 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
12993 | 2025.07.18 19:24:04.950559 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
12994 | 2025.07.18 19:24:04.953244 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 535 | ||
12995 | 2025.07.18 19:24:04.953564 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12996 | 2025.07.18 19:24:04.954300 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 497 rows starting from the beginning of the part | ||
12997 | 2025.07.18 19:24:04.957621 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part | ||
12998 | 2025.07.18 19:24:04.961039 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 7 rows starting from the beginning of the part | ||
12999 | 2025.07.18 19:24:04.965078 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part | ||
13000 | 2025.07.18 19:24:04.969661 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 7 rows starting from the beginning of the part | ||
13001 | 2025.07.18 19:24:04.974217 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part | ||
13002 | 2025.07.18 19:24:05.000180 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 349.28 MiB, peak 349.28 MiB, free memory in arenas 0.00 B, will set to 334.83 MiB (RSS), difference: -14.44 MiB | ||
13003 | 2025.07.18 19:24:05.023956 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.073431389 sec., 7285.712653481197 rows/sec., 37.67 MiB/sec. | ||
13004 | 2025.07.18 19:24:05.027031 [ 200 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13005 | 2025.07.18 19:24:05.029135 [ 200 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_71_14} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13006 | 2025.07.18 19:24:05.029246 [ 200 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_71_14} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13007 | 2025.07.18 19:24:05.032301 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
13008 | 2025.07.18 19:24:06.000232 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 321.41 MiB, peak 349.28 MiB, free memory in arenas 0.00 B, will set to 334.90 MiB (RSS), difference: 13.49 MiB | ||
13009 | 2025.07.18 19:24:06.956286 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13010 | 2025.07.18 19:24:06.956490 [ 4 ] {892ba0fe-46e3-4cfb-812e-0226fa1145a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
13011 | 2025.07.18 19:24:06.956563 [ 4 ] {892ba0fe-46e3-4cfb-812e-0226fa1145a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13012 | 2025.07.18 19:24:06.957231 [ 4 ] {892ba0fe-46e3-4cfb-812e-0226fa1145a2} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13013 | 2025.07.18 19:24:06.957278 [ 4 ] {892ba0fe-46e3-4cfb-812e-0226fa1145a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
13014 | 2025.07.18 19:24:06.957667 [ 4 ] {892ba0fe-46e3-4cfb-812e-0226fa1145a2} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
13015 | 2025.07.18 19:24:06.957903 [ 4 ] {892ba0fe-46e3-4cfb-812e-0226fa1145a2} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13016 | 2025.07.18 19:24:06.958061 [ 4 ] {892ba0fe-46e3-4cfb-812e-0226fa1145a2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001625 sec., 34461.53846153846 rows/sec., 2.65 MiB/sec. | ||
13017 | 2025.07.18 19:24:06.958103 [ 4 ] {892ba0fe-46e3-4cfb-812e-0226fa1145a2} <Debug> TCPHandler: Processed in 0.00195186 sec. | ||
13018 | 2025.07.18 19:24:06.958220 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13019 | 2025.07.18 19:24:06.958313 [ 4 ] {840d4682-3a00-403d-a215-2e3745b51392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
13020 | 2025.07.18 19:24:06.958353 [ 4 ] {840d4682-3a00-403d-a215-2e3745b51392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13021 | 2025.07.18 19:24:06.958776 [ 4 ] {840d4682-3a00-403d-a215-2e3745b51392} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13022 | 2025.07.18 19:24:06.958813 [ 4 ] {840d4682-3a00-403d-a215-2e3745b51392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
13023 | 2025.07.18 19:24:06.959115 [ 4 ] {840d4682-3a00-403d-a215-2e3745b51392} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
13024 | 2025.07.18 19:24:06.959320 [ 4 ] {840d4682-3a00-403d-a215-2e3745b51392} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13025 | 2025.07.18 19:24:06.959452 [ 4 ] {840d4682-3a00-403d-a215-2e3745b51392} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001157 sec., 55315.471045808124 rows/sec., 4.32 MiB/sec. | ||
13026 | 2025.07.18 19:24:06.959490 [ 4 ] {840d4682-3a00-403d-a215-2e3745b51392} <Debug> TCPHandler: Processed in 0.0013204 sec. | ||
13027 | 2025.07.18 19:24:06.959605 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13028 | 2025.07.18 19:24:06.959701 [ 4 ] {da2e4540-781e-457f-a1c3-0df341c54a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
13029 | 2025.07.18 19:24:06.959745 [ 4 ] {da2e4540-781e-457f-a1c3-0df341c54a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13030 | 2025.07.18 19:24:06.960162 [ 4 ] {da2e4540-781e-457f-a1c3-0df341c54a2d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13031 | 2025.07.18 19:24:06.960198 [ 4 ] {da2e4540-781e-457f-a1c3-0df341c54a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
13032 | 2025.07.18 19:24:06.960530 [ 4 ] {da2e4540-781e-457f-a1c3-0df341c54a2d} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
13033 | 2025.07.18 19:24:06.960741 [ 4 ] {da2e4540-781e-457f-a1c3-0df341c54a2d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13034 | 2025.07.18 19:24:06.960873 [ 4 ] {da2e4540-781e-457f-a1c3-0df341c54a2d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. | ||
13035 | 2025.07.18 19:24:06.960910 [ 4 ] {da2e4540-781e-457f-a1c3-0df341c54a2d} <Debug> TCPHandler: Processed in 0.00135436 sec. | ||
13036 | 2025.07.18 19:24:06.961024 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13037 | 2025.07.18 19:24:06.961118 [ 4 ] {54cffe12-22ff-42df-bdc2-d129c7bca014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
13038 | 2025.07.18 19:24:06.961160 [ 4 ] {54cffe12-22ff-42df-bdc2-d129c7bca014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13039 | 2025.07.18 19:24:06.961492 [ 4 ] {54cffe12-22ff-42df-bdc2-d129c7bca014} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13040 | 2025.07.18 19:24:06.961525 [ 4 ] {54cffe12-22ff-42df-bdc2-d129c7bca014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
13041 | 2025.07.18 19:24:06.961810 [ 4 ] {54cffe12-22ff-42df-bdc2-d129c7bca014} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
13042 | 2025.07.18 19:24:06.961997 [ 4 ] {54cffe12-22ff-42df-bdc2-d129c7bca014} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13043 | 2025.07.18 19:24:06.962120 [ 4 ] {54cffe12-22ff-42df-bdc2-d129c7bca014} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. | ||
13044 | 2025.07.18 19:24:06.962153 [ 4 ] {54cffe12-22ff-42df-bdc2-d129c7bca014} <Debug> TCPHandler: Processed in 0.001233939 sec. | ||
13045 | 2025.07.18 19:24:10.464523 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13046 | 2025.07.18 19:24:10.464576 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13047 | 2025.07.18 19:24:10.657415 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001 | ||
13048 | 2025.07.18 19:24:10.657919 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13049 | 2025.07.18 19:24:10.657952 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
13050 | 2025.07.18 19:24:10.658405 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13051 | 2025.07.18 19:24:10.658620 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13052 | 2025.07.18 19:24:10.658742 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
13053 | 2025.07.18 19:24:10.747894 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1802 | ||
13054 | 2025.07.18 19:24:10.750266 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13055 | 2025.07.18 19:24:10.750325 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
13056 | 2025.07.18 19:24:10.751544 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
13057 | 2025.07.18 19:24:10.751833 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13058 | 2025.07.18 19:24:10.752209 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1802 | ||
13059 | 2025.07.18 19:24:11.968321 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13060 | 2025.07.18 19:24:11.968577 [ 4 ] {010b4f09-99e2-4432-93a1-e711f6cf3643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
13061 | 2025.07.18 19:24:11.968673 [ 4 ] {010b4f09-99e2-4432-93a1-e711f6cf3643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
13062 | 2025.07.18 19:24:11.969529 [ 4 ] {010b4f09-99e2-4432-93a1-e711f6cf3643} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13063 | 2025.07.18 19:24:11.969567 [ 4 ] {010b4f09-99e2-4432-93a1-e711f6cf3643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
13064 | 2025.07.18 19:24:11.970007 [ 4 ] {010b4f09-99e2-4432-93a1-e711f6cf3643} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
13065 | 2025.07.18 19:24:11.970229 [ 4 ] {010b4f09-99e2-4432-93a1-e711f6cf3643} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13066 | 2025.07.18 19:24:11.970384 [ 4 ] {010b4f09-99e2-4432-93a1-e711f6cf3643} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001878 sec., 208732.69435569757 rows/sec., 13.24 MiB/sec. | ||
13067 | 2025.07.18 19:24:11.970434 [ 4 ] {010b4f09-99e2-4432-93a1-e711f6cf3643} <Debug> TCPHandler: Processed in 0.002276966 sec. | ||
13068 | 2025.07.18 19:24:11.970562 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13069 | 2025.07.18 19:24:11.970659 [ 4 ] {10c289b9-6890-4cfa-9836-a32a19665967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
13070 | 2025.07.18 19:24:11.970705 [ 4 ] {10c289b9-6890-4cfa-9836-a32a19665967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13071 | 2025.07.18 19:24:11.971714 [ 4 ] {10c289b9-6890-4cfa-9836-a32a19665967} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13072 | 2025.07.18 19:24:11.971749 [ 4 ] {10c289b9-6890-4cfa-9836-a32a19665967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
13073 | 2025.07.18 19:24:11.972138 [ 4 ] {10c289b9-6890-4cfa-9836-a32a19665967} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
13074 | 2025.07.18 19:24:11.972345 [ 4 ] {10c289b9-6890-4cfa-9836-a32a19665967} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13075 | 2025.07.18 19:24:11.972478 [ 4 ] {10c289b9-6890-4cfa-9836-a32a19665967} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001837 sec., 625476.3200870985 rows/sec., 49.92 MiB/sec. | ||
13076 | 2025.07.18 19:24:11.972516 [ 4 ] {10c289b9-6890-4cfa-9836-a32a19665967} <Debug> TCPHandler: Processed in 0.002005121 sec. | ||
13077 | 2025.07.18 19:24:11.972637 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13078 | 2025.07.18 19:24:11.972732 [ 4 ] {84c2e72f-dd1d-4386-a98f-fb61aa6bf8da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
13079 | 2025.07.18 19:24:11.972773 [ 4 ] {84c2e72f-dd1d-4386-a98f-fb61aa6bf8da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13080 | 2025.07.18 19:24:11.973286 [ 4 ] {84c2e72f-dd1d-4386-a98f-fb61aa6bf8da} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13081 | 2025.07.18 19:24:11.973321 [ 4 ] {84c2e72f-dd1d-4386-a98f-fb61aa6bf8da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
13082 | 2025.07.18 19:24:11.973641 [ 4 ] {84c2e72f-dd1d-4386-a98f-fb61aa6bf8da} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
13083 | 2025.07.18 19:24:11.973847 [ 4 ] {84c2e72f-dd1d-4386-a98f-fb61aa6bf8da} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13084 | 2025.07.18 19:24:11.973978 [ 4 ] {84c2e72f-dd1d-4386-a98f-fb61aa6bf8da} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001264 sec., 187500 rows/sec., 11.48 MiB/sec. | ||
13085 | 2025.07.18 19:24:11.974016 [ 4 ] {84c2e72f-dd1d-4386-a98f-fb61aa6bf8da} <Debug> TCPHandler: Processed in 0.001428661 sec. | ||
13086 | 2025.07.18 19:24:11.974127 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13087 | 2025.07.18 19:24:11.974221 [ 4 ] {2b339c50-a3fe-4847-bed2-48bde70aea74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
13088 | 2025.07.18 19:24:11.974262 [ 4 ] {2b339c50-a3fe-4847-bed2-48bde70aea74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13089 | 2025.07.18 19:24:11.974747 [ 4 ] {2b339c50-a3fe-4847-bed2-48bde70aea74} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13090 | 2025.07.18 19:24:11.974781 [ 4 ] {2b339c50-a3fe-4847-bed2-48bde70aea74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
13091 | 2025.07.18 19:24:11.975112 [ 4 ] {2b339c50-a3fe-4847-bed2-48bde70aea74} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
13092 | 2025.07.18 19:24:11.975316 [ 4 ] {2b339c50-a3fe-4847-bed2-48bde70aea74} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13093 | 2025.07.18 19:24:11.975444 [ 4 ] {2b339c50-a3fe-4847-bed2-48bde70aea74} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001241 sec., 163577.75987107173 rows/sec., 10.55 MiB/sec. | ||
13094 | 2025.07.18 19:24:11.975481 [ 4 ] {2b339c50-a3fe-4847-bed2-48bde70aea74} <Debug> TCPHandler: Processed in 0.001403781 sec. | ||
13095 | 2025.07.18 19:24:11.975584 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13096 | 2025.07.18 19:24:11.975677 [ 4 ] {b11ae6b4-013b-4ca3-a38d-70d4fb6a36cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
13097 | 2025.07.18 19:24:11.975717 [ 4 ] {b11ae6b4-013b-4ca3-a38d-70d4fb6a36cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13098 | 2025.07.18 19:24:11.976178 [ 4 ] {b11ae6b4-013b-4ca3-a38d-70d4fb6a36cf} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13099 | 2025.07.18 19:24:11.976213 [ 4 ] {b11ae6b4-013b-4ca3-a38d-70d4fb6a36cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
13100 | 2025.07.18 19:24:11.976523 [ 4 ] {b11ae6b4-013b-4ca3-a38d-70d4fb6a36cf} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
13101 | 2025.07.18 19:24:11.976725 [ 4 ] {b11ae6b4-013b-4ca3-a38d-70d4fb6a36cf} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13102 | 2025.07.18 19:24:11.976853 [ 4 ] {b11ae6b4-013b-4ca3-a38d-70d4fb6a36cf} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001193 sec., 169321.03939647946 rows/sec., 9.62 MiB/sec. | ||
13103 | 2025.07.18 19:24:11.976890 [ 4 ] {b11ae6b4-013b-4ca3-a38d-70d4fb6a36cf} <Debug> TCPHandler: Processed in 0.001354231 sec. | ||
13104 | 2025.07.18 19:24:11.977003 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13105 | 2025.07.18 19:24:11.977097 [ 4 ] {86dd2c67-4d02-4091-b254-69c66447842e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
13106 | 2025.07.18 19:24:11.977134 [ 4 ] {86dd2c67-4d02-4091-b254-69c66447842e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13107 | 2025.07.18 19:24:11.977789 [ 4 ] {86dd2c67-4d02-4091-b254-69c66447842e} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13108 | 2025.07.18 19:24:11.977826 [ 4 ] {86dd2c67-4d02-4091-b254-69c66447842e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
13109 | 2025.07.18 19:24:11.978164 [ 4 ] {86dd2c67-4d02-4091-b254-69c66447842e} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
13110 | 2025.07.18 19:24:11.978374 [ 4 ] {86dd2c67-4d02-4091-b254-69c66447842e} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13111 | 2025.07.18 19:24:11.978503 [ 4 ] {86dd2c67-4d02-4091-b254-69c66447842e} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001424 sec., 486657.30337078654 rows/sec., 34.19 MiB/sec. | ||
13112 | 2025.07.18 19:24:11.978540 [ 4 ] {86dd2c67-4d02-4091-b254-69c66447842e} <Debug> TCPHandler: Processed in 0.001586954 sec. | ||
13113 | 2025.07.18 19:24:11.978658 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13114 | 2025.07.18 19:24:11.978752 [ 4 ] {ca28ee5e-e4ca-404a-b89b-735a8320d00f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
13115 | 2025.07.18 19:24:11.978793 [ 4 ] {ca28ee5e-e4ca-404a-b89b-735a8320d00f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13116 | 2025.07.18 19:24:11.979126 [ 4 ] {ca28ee5e-e4ca-404a-b89b-735a8320d00f} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13117 | 2025.07.18 19:24:11.979161 [ 4 ] {ca28ee5e-e4ca-404a-b89b-735a8320d00f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
13118 | 2025.07.18 19:24:11.979456 [ 4 ] {ca28ee5e-e4ca-404a-b89b-735a8320d00f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
13119 | 2025.07.18 19:24:11.979675 [ 4 ] {ca28ee5e-e4ca-404a-b89b-735a8320d00f} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13120 | 2025.07.18 19:24:11.979802 [ 4 ] {ca28ee5e-e4ca-404a-b89b-735a8320d00f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001067 sec., 5623.242736644798 rows/sec., 293.79 KiB/sec. | ||
13121 | 2025.07.18 19:24:11.979837 [ 4 ] {ca28ee5e-e4ca-404a-b89b-735a8320d00f} <Debug> TCPHandler: Processed in 0.001227869 sec. | ||
13122 | 2025.07.18 19:24:11.979948 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13123 | 2025.07.18 19:24:11.980041 [ 4 ] {7e13622a-516d-4335-8006-f27a3cebbb61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
13124 | 2025.07.18 19:24:11.980083 [ 4 ] {7e13622a-516d-4335-8006-f27a3cebbb61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13125 | 2025.07.18 19:24:11.980521 [ 4 ] {7e13622a-516d-4335-8006-f27a3cebbb61} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13126 | 2025.07.18 19:24:11.980557 [ 4 ] {7e13622a-516d-4335-8006-f27a3cebbb61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
13127 | 2025.07.18 19:24:11.980879 [ 4 ] {7e13622a-516d-4335-8006-f27a3cebbb61} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
13128 | 2025.07.18 19:24:11.981082 [ 4 ] {7e13622a-516d-4335-8006-f27a3cebbb61} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13129 | 2025.07.18 19:24:11.981207 [ 4 ] {7e13622a-516d-4335-8006-f27a3cebbb61} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001185 sec., 259071.7299578059 rows/sec., 17.04 MiB/sec. | ||
13130 | 2025.07.18 19:24:11.981217 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_100_20 to all_105_105_0 | ||
13131 | 2025.07.18 19:24:11.981244 [ 4 ] {7e13622a-516d-4335-8006-f27a3cebbb61} <Debug> TCPHandler: Processed in 0.001344861 sec. | ||
13132 | 2025.07.18 19:24:11.981290 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13133 | 2025.07.18 19:24:11.981320 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
13134 | 2025.07.18 19:24:11.981377 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13135 | 2025.07.18 19:24:11.981413 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_100_20 to all_105_105_0 into Compact with storage Full | ||
13136 | 2025.07.18 19:24:11.981475 [ 4 ] {ceee0895-57d5-4809-9003-59f0b57c82a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
13137 | 2025.07.18 19:24:11.981516 [ 4 ] {ceee0895-57d5-4809-9003-59f0b57c82a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13138 | 2025.07.18 19:24:11.981517 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13139 | 2025.07.18 19:24:11.981560 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_100_20, total 38840 rows starting from the beginning of the part | ||
13140 | 2025.07.18 19:24:11.981629 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 307 rows starting from the beginning of the part | ||
13141 | 2025.07.18 19:24:11.981682 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part | ||
13142 | 2025.07.18 19:24:11.981730 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 309 rows starting from the beginning of the part | ||
13143 | 2025.07.18 19:24:11.981773 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part | ||
13144 | 2025.07.18 19:24:11.981813 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 307 rows starting from the beginning of the part | ||
13145 | 2025.07.18 19:24:11.981842 [ 4 ] {ceee0895-57d5-4809-9003-59f0b57c82a2} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13146 | 2025.07.18 19:24:11.981877 [ 4 ] {ceee0895-57d5-4809-9003-59f0b57c82a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13147 | 2025.07.18 19:24:11.982177 [ 4 ] {ceee0895-57d5-4809-9003-59f0b57c82a2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
13148 | 2025.07.18 19:24:11.982379 [ 4 ] {ceee0895-57d5-4809-9003-59f0b57c82a2} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13149 | 2025.07.18 19:24:11.982505 [ 4 ] {ceee0895-57d5-4809-9003-59f0b57c82a2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001048 sec., 954.1984732824427 rows/sec., 64.30 KiB/sec. | ||
13150 | 2025.07.18 19:24:11.982540 [ 4 ] {ceee0895-57d5-4809-9003-59f0b57c82a2} <Debug> TCPHandler: Processed in 0.001211769 sec. | ||
13151 | 2025.07.18 19:24:11.982650 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13152 | 2025.07.18 19:24:11.982743 [ 4 ] {1c29ea05-a889-4d77-bdbf-6e1fbe48f71a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
13153 | 2025.07.18 19:24:11.982795 [ 4 ] {1c29ea05-a889-4d77-bdbf-6e1fbe48f71a} <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 | ||
13154 | 2025.07.18 19:24:11.983663 [ 4 ] {1c29ea05-a889-4d77-bdbf-6e1fbe48f71a} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13155 | 2025.07.18 19:24:11.983699 [ 4 ] {1c29ea05-a889-4d77-bdbf-6e1fbe48f71a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13156 | 2025.07.18 19:24:11.984285 [ 4 ] {1c29ea05-a889-4d77-bdbf-6e1fbe48f71a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
13157 | 2025.07.18 19:24:11.984520 [ 4 ] {1c29ea05-a889-4d77-bdbf-6e1fbe48f71a} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13158 | 2025.07.18 19:24:11.984657 [ 4 ] {1c29ea05-a889-4d77-bdbf-6e1fbe48f71a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001932 sec., 21221.53209109731 rows/sec., 38.03 MiB/sec. | ||
13159 | 2025.07.18 19:24:11.984711 [ 4 ] {1c29ea05-a889-4d77-bdbf-6e1fbe48f71a} <Debug> TCPHandler: Processed in 0.002110143 sec. | ||
13160 | 2025.07.18 19:24:11.984831 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13161 | 2025.07.18 19:24:11.984925 [ 4 ] {f4df180e-3b6e-46e0-959c-4bdb06bb283b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
13162 | 2025.07.18 19:24:11.984965 [ 4 ] {f4df180e-3b6e-46e0-959c-4bdb06bb283b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13163 | 2025.07.18 19:24:11.985300 [ 4 ] {f4df180e-3b6e-46e0-959c-4bdb06bb283b} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13164 | 2025.07.18 19:24:11.985336 [ 4 ] {f4df180e-3b6e-46e0-959c-4bdb06bb283b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13165 | 2025.07.18 19:24:11.985654 [ 4 ] {f4df180e-3b6e-46e0-959c-4bdb06bb283b} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
13166 | 2025.07.18 19:24:11.985859 [ 4 ] {f4df180e-3b6e-46e0-959c-4bdb06bb283b} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13167 | 2025.07.18 19:24:11.985982 [ 4 ] {f4df180e-3b6e-46e0-959c-4bdb06bb283b} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001075 sec., 94883.72093023256 rows/sec., 5.83 MiB/sec. | ||
13168 | 2025.07.18 19:24:11.986017 [ 4 ] {f4df180e-3b6e-46e0-959c-4bdb06bb283b} <Debug> TCPHandler: Processed in 0.001235999 sec. | ||
13169 | 2025.07.18 19:24:11.989183 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40083 rows, containing 5 columns (5 merged, 0 gathered) in 0.00780511 sec., 5135481.754901596 rows/sec., 343.78 MiB/sec. | ||
13170 | 2025.07.18 19:24:11.989736 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
13171 | 2025.07.18 19:24:11.990050 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13172 | 2025.07.18 19:24:11.990131 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_100_20, all_105_105_0] -> all_1_105_21 | ||
13173 | 2025.07.18 19:24:11.990226 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
13174 | 2025.07.18 19:24:12.453413 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 542 | ||
13175 | 2025.07.18 19:24:12.469234 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13176 | 2025.07.18 19:24:12.469287 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
13177 | 2025.07.18 19:24:12.474896 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13178 | 2025.07.18 19:24:12.475571 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13179 | 2025.07.18 19:24:12.478393 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 542 | ||
13180 | 2025.07.18 19:24:14.521958 [ 75 ] {} <Debug> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
13181 | 2025.07.18 19:24:14.522048 [ 75 ] {} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13182 | 2025.07.18 19:24:14.522084 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
13183 | 2025.07.18 19:24:14.522222 [ 199 ] {6a071a87-e434-4288-a163-c4637791446e::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 | ||
13184 | 2025.07.18 19:24:14.522386 [ 199 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13185 | 2025.07.18 19:24:14.522443 [ 199 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part | ||
13186 | 2025.07.18 19:24:14.522543 [ 199 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
13187 | 2025.07.18 19:24:14.522617 [ 199 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
13188 | 2025.07.18 19:24:14.522687 [ 199 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part | ||
13189 | 2025.07.18 19:24:14.522751 [ 199 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
13190 | 2025.07.18 19:24:14.523786 [ 196 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.001621775 sec., 24664.333831758413 rows/sec., 2.06 MiB/sec. | ||
13191 | 2025.07.18 19:24:14.523951 [ 196 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
13192 | 2025.07.18 19:24:14.524238 [ 196 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_21_5} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13193 | 2025.07.18 19:24:14.524321 [ 196 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_21_5} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
13194 | 2025.07.18 19:24:14.524414 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13195 | 2025.07.18 19:24:16.603336 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13196 | 2025.07.18 19:24:16.603522 [ 4 ] {22d113e0-f127-48b2-8c5b-5414b96222f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
13197 | 2025.07.18 19:24:16.603586 [ 4 ] {22d113e0-f127-48b2-8c5b-5414b96222f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13198 | 2025.07.18 19:24:16.604210 [ 4 ] {22d113e0-f127-48b2-8c5b-5414b96222f4} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13199 | 2025.07.18 19:24:16.604252 [ 4 ] {22d113e0-f127-48b2-8c5b-5414b96222f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13200 | 2025.07.18 19:24:16.604627 [ 4 ] {22d113e0-f127-48b2-8c5b-5414b96222f4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
13201 | 2025.07.18 19:24:16.604848 [ 4 ] {22d113e0-f127-48b2-8c5b-5414b96222f4} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13202 | 2025.07.18 19:24:16.605000 [ 4 ] {22d113e0-f127-48b2-8c5b-5414b96222f4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001526 sec., 1310.615989515072 rows/sec., 106.87 KiB/sec. | ||
13203 | 2025.07.18 19:24:16.605042 [ 4 ] {22d113e0-f127-48b2-8c5b-5414b96222f4} <Debug> TCPHandler: Processed in 0.001828678 sec. | ||
13204 | 2025.07.18 19:24:16.605170 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13205 | 2025.07.18 19:24:16.605267 [ 4 ] {08570824-944c-48b9-80ed-c65a16713d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
13206 | 2025.07.18 19:24:16.605307 [ 4 ] {08570824-944c-48b9-80ed-c65a16713d95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13207 | 2025.07.18 19:24:16.606351 [ 4 ] {08570824-944c-48b9-80ed-c65a16713d95} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13208 | 2025.07.18 19:24:16.606387 [ 4 ] {08570824-944c-48b9-80ed-c65a16713d95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13209 | 2025.07.18 19:24:16.606756 [ 4 ] {08570824-944c-48b9-80ed-c65a16713d95} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
13210 | 2025.07.18 19:24:16.606979 [ 4 ] {08570824-944c-48b9-80ed-c65a16713d95} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13211 | 2025.07.18 19:24:16.607107 [ 4 ] {08570824-944c-48b9-80ed-c65a16713d95} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.001858 sec., 644241.1194833154 rows/sec., 53.11 MiB/sec. | ||
13212 | 2025.07.18 19:24:16.607108 [ 72 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
13213 | 2025.07.18 19:24:16.607146 [ 4 ] {08570824-944c-48b9-80ed-c65a16713d95} <Debug> TCPHandler: Processed in 0.002026341 sec. | ||
13214 | 2025.07.18 19:24:16.607188 [ 72 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13215 | 2025.07.18 19:24:16.607216 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13216 | 2025.07.18 19:24:16.607284 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13217 | 2025.07.18 19:24:16.607347 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
13218 | 2025.07.18 19:24:16.607382 [ 4 ] {d34562bb-ad75-4caa-8814-f0a30a55fe66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
13219 | 2025.07.18 19:24:16.607433 [ 4 ] {d34562bb-ad75-4caa-8814-f0a30a55fe66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13220 | 2025.07.18 19:24:16.607513 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13221 | 2025.07.18 19:24:16.607556 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2298 rows starting from the beginning of the part | ||
13222 | 2025.07.18 19:24:16.607629 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 56 rows starting from the beginning of the part | ||
13223 | 2025.07.18 19:24:16.607681 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 1151 rows starting from the beginning of the part | ||
13224 | 2025.07.18 19:24:16.607727 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 56 rows starting from the beginning of the part | ||
13225 | 2025.07.18 19:24:16.607771 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1149 rows starting from the beginning of the part | ||
13226 | 2025.07.18 19:24:16.607815 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 1197 rows starting from the beginning of the part | ||
13227 | 2025.07.18 19:24:16.607851 [ 4 ] {d34562bb-ad75-4caa-8814-f0a30a55fe66} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13228 | 2025.07.18 19:24:16.607900 [ 4 ] {d34562bb-ad75-4caa-8814-f0a30a55fe66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13229 | 2025.07.18 19:24:16.608235 [ 4 ] {d34562bb-ad75-4caa-8814-f0a30a55fe66} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
13230 | 2025.07.18 19:24:16.608446 [ 4 ] {d34562bb-ad75-4caa-8814-f0a30a55fe66} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13231 | 2025.07.18 19:24:16.608593 [ 4 ] {d34562bb-ad75-4caa-8814-f0a30a55fe66} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001229 sec., 1627.3393002441007 rows/sec., 113.63 KiB/sec. | ||
13232 | 2025.07.18 19:24:16.608631 [ 4 ] {d34562bb-ad75-4caa-8814-f0a30a55fe66} <Debug> TCPHandler: Processed in 0.001406772 sec. | ||
13233 | 2025.07.18 19:24:16.608746 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13234 | 2025.07.18 19:24:16.608839 [ 4 ] {3b230634-8436-4b0c-92f9-c56d7828ff02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
13235 | 2025.07.18 19:24:16.608878 [ 4 ] {3b230634-8436-4b0c-92f9-c56d7828ff02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13236 | 2025.07.18 19:24:16.609363 [ 4 ] {3b230634-8436-4b0c-92f9-c56d7828ff02} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13237 | 2025.07.18 19:24:16.609399 [ 4 ] {3b230634-8436-4b0c-92f9-c56d7828ff02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13238 | 2025.07.18 19:24:16.609704 [ 4 ] {3b230634-8436-4b0c-92f9-c56d7828ff02} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
13239 | 2025.07.18 19:24:16.609910 [ 4 ] {3b230634-8436-4b0c-92f9-c56d7828ff02} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13240 | 2025.07.18 19:24:16.609967 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5907 rows, containing 5 columns (5 merged, 0 gathered) in 0.002679671 sec., 2204375.089329996 rows/sec., 186.59 MiB/sec. | ||
13241 | 2025.07.18 19:24:16.610042 [ 4 ] {3b230634-8436-4b0c-92f9-c56d7828ff02} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00122 sec., 186885.24590163934 rows/sec., 12.65 MiB/sec. | ||
13242 | 2025.07.18 19:24:16.610083 [ 4 ] {3b230634-8436-4b0c-92f9-c56d7828ff02} <Debug> TCPHandler: Processed in 0.001385971 sec. | ||
13243 | 2025.07.18 19:24:16.610192 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13244 | 2025.07.18 19:24:16.610285 [ 4 ] {d4bdb1bb-ee40-41bb-9f09-8a8a536ff4ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
13245 | 2025.07.18 19:24:16.610294 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
13246 | 2025.07.18 19:24:16.610329 [ 4 ] {d4bdb1bb-ee40-41bb-9f09-8a8a536ff4ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13247 | 2025.07.18 19:24:16.610643 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13248 | 2025.07.18 19:24:16.610739 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
13249 | 2025.07.18 19:24:16.610843 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
13250 | 2025.07.18 19:24:16.610948 [ 4 ] {d4bdb1bb-ee40-41bb-9f09-8a8a536ff4ed} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13251 | 2025.07.18 19:24:16.610988 [ 4 ] {d4bdb1bb-ee40-41bb-9f09-8a8a536ff4ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13252 | 2025.07.18 19:24:16.611311 [ 4 ] {d4bdb1bb-ee40-41bb-9f09-8a8a536ff4ed} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
13253 | 2025.07.18 19:24:16.611514 [ 4 ] {d4bdb1bb-ee40-41bb-9f09-8a8a536ff4ed} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13254 | 2025.07.18 19:24:16.611630 [ 72 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
13255 | 2025.07.18 19:24:16.611642 [ 4 ] {d4bdb1bb-ee40-41bb-9f09-8a8a536ff4ed} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.001374 sec., 379912.6637554585 rows/sec., 28.12 MiB/sec. | ||
13256 | 2025.07.18 19:24:16.611663 [ 72 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13257 | 2025.07.18 19:24:16.611686 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13258 | 2025.07.18 19:24:16.611688 [ 4 ] {d4bdb1bb-ee40-41bb-9f09-8a8a536ff4ed} <Debug> TCPHandler: Processed in 0.001545274 sec. | ||
13259 | 2025.07.18 19:24:16.611759 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
13260 | 2025.07.18 19:24:16.611813 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13261 | 2025.07.18 19:24:16.611854 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13262 | 2025.07.18 19:24:16.611882 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1185 rows starting from the beginning of the part | ||
13263 | 2025.07.18 19:24:16.611911 [ 4 ] {ca17fb90-805f-474b-8336-a62027c9192b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
13264 | 2025.07.18 19:24:16.611927 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 64 rows starting from the beginning of the part | ||
13265 | 2025.07.18 19:24:16.611962 [ 4 ] {ca17fb90-805f-474b-8336-a62027c9192b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13266 | 2025.07.18 19:24:16.611969 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 697 rows starting from the beginning of the part | ||
13267 | 2025.07.18 19:24:16.612014 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 64 rows starting from the beginning of the part | ||
13268 | 2025.07.18 19:24:16.612047 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 693 rows starting from the beginning of the part | ||
13269 | 2025.07.18 19:24:16.612086 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 522 rows starting from the beginning of the part | ||
13270 | 2025.07.18 19:24:16.612591 [ 4 ] {ca17fb90-805f-474b-8336-a62027c9192b} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13271 | 2025.07.18 19:24:16.612656 [ 4 ] {ca17fb90-805f-474b-8336-a62027c9192b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13272 | 2025.07.18 19:24:16.613064 [ 4 ] {ca17fb90-805f-474b-8336-a62027c9192b} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
13273 | 2025.07.18 19:24:16.613197 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3225 rows, containing 5 columns (5 merged, 0 gathered) in 0.001469732 sec., 2194277.596187604 rows/sec., 165.77 MiB/sec. | ||
13274 | 2025.07.18 19:24:16.613271 [ 4 ] {ca17fb90-805f-474b-8336-a62027c9192b} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13275 | 2025.07.18 19:24:16.613385 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
13276 | 2025.07.18 19:24:16.613402 [ 4 ] {ca17fb90-805f-474b-8336-a62027c9192b} <Debug> executeQuery: Read 1007 rows, 69.31 KiB in 0.001509 sec., 667329.3571901922 rows/sec., 44.86 MiB/sec. | ||
13277 | 2025.07.18 19:24:16.613449 [ 4 ] {ca17fb90-805f-474b-8336-a62027c9192b} <Debug> TCPHandler: Processed in 0.001686876 sec. | ||
13278 | 2025.07.18 19:24:16.613576 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13279 | 2025.07.18 19:24:16.613670 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13280 | 2025.07.18 19:24:16.613672 [ 4 ] {d270f612-6099-4698-a0bc-b85b1a5d8540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
13281 | 2025.07.18 19:24:16.613754 [ 4 ] {d270f612-6099-4698-a0bc-b85b1a5d8540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13282 | 2025.07.18 19:24:16.613781 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
13283 | 2025.07.18 19:24:16.613866 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
13284 | 2025.07.18 19:24:16.614106 [ 4 ] {d270f612-6099-4698-a0bc-b85b1a5d8540} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13285 | 2025.07.18 19:24:16.614146 [ 4 ] {d270f612-6099-4698-a0bc-b85b1a5d8540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13286 | 2025.07.18 19:24:16.614465 [ 4 ] {d270f612-6099-4698-a0bc-b85b1a5d8540} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
13287 | 2025.07.18 19:24:16.614668 [ 4 ] {d270f612-6099-4698-a0bc-b85b1a5d8540} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13288 | 2025.07.18 19:24:16.614795 [ 4 ] {d270f612-6099-4698-a0bc-b85b1a5d8540} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001142 sec., 52539.404553415065 rows/sec., 3.54 MiB/sec. | ||
13289 | 2025.07.18 19:24:16.614831 [ 4 ] {d270f612-6099-4698-a0bc-b85b1a5d8540} <Debug> TCPHandler: Processed in 0.00130396 sec. | ||
13290 | 2025.07.18 19:24:18.158936 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489 | ||
13291 | 2025.07.18 19:24:18.159469 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13292 | 2025.07.18 19:24:18.159518 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13293 | 2025.07.18 19:24:18.160014 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13294 | 2025.07.18 19:24:18.160250 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13295 | 2025.07.18 19:24:18.160386 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 | ||
13296 | 2025.07.18 19:24:19.978523 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 550 | ||
13297 | 2025.07.18 19:24:19.995364 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13298 | 2025.07.18 19:24:19.995416 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13299 | 2025.07.18 19:24:20.000167 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 340.80 MiB, peak 349.28 MiB, free memory in arenas 0.00 B, will set to 336.28 MiB (RSS), difference: -4.52 MiB | ||
13300 | 2025.07.18 19:24:20.001326 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13301 | 2025.07.18 19:24:20.002013 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13302 | 2025.07.18 19:24:20.004800 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 550 | ||
13303 | 2025.07.18 19:24:20.752483 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1838 | ||
13304 | 2025.07.18 19:24:20.754855 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13305 | 2025.07.18 19:24:20.754903 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13306 | 2025.07.18 19:24:20.756060 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
13307 | 2025.07.18 19:24:20.756318 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13308 | 2025.07.18 19:24:20.756553 [ 225 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): 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] | ||
13309 | 2025.07.18 19:24:20.756577 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1838 | ||
13310 | 2025.07.18 19:24:20.756612 [ 225 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): 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] | ||
13311 | 2025.07.18 19:24:20.758930 [ 225 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): 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] | ||
13312 | 2025.07.18 19:24:21.000170 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 332.28 MiB, peak 349.28 MiB, free memory in arenas 0.00 B, will set to 336.29 MiB (RSS), difference: 4.01 MiB | ||
13313 | 2025.07.18 19:24:21.646760 [ 224 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Found 5 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] | ||
13314 | 2025.07.18 19:24:21.646834 [ 224 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 5 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] | ||
13315 | 2025.07.18 19:24:21.648699 [ 224 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
13316 | 2025.07.18 19:24:21.705965 [ 222 ] {} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Found 5 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] | ||
13317 | 2025.07.18 19:24:21.706024 [ 222 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Removing 5 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] | ||
13318 | 2025.07.18 19:24:21.707497 [ 222 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
13319 | 2025.07.18 19:24:21.908930 [ 219 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Found 5 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] | ||
13320 | 2025.07.18 19:24:21.909004 [ 219 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 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] | ||
13321 | 2025.07.18 19:24:21.911026 [ 219 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
13322 | 2025.07.18 19:24:21.968215 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13323 | 2025.07.18 19:24:21.968385 [ 4 ] {7a152a07-994d-487d-b86c-7ec1df56b0d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
13324 | 2025.07.18 19:24:21.968452 [ 4 ] {7a152a07-994d-487d-b86c-7ec1df56b0d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
13325 | 2025.07.18 19:24:21.969340 [ 4 ] {7a152a07-994d-487d-b86c-7ec1df56b0d2} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13326 | 2025.07.18 19:24:21.969380 [ 4 ] {7a152a07-994d-487d-b86c-7ec1df56b0d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13327 | 2025.07.18 19:24:21.969757 [ 4 ] {7a152a07-994d-487d-b86c-7ec1df56b0d2} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
13328 | 2025.07.18 19:24:21.969990 [ 4 ] {7a152a07-994d-487d-b86c-7ec1df56b0d2} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13329 | 2025.07.18 19:24:21.970138 [ 4 ] {7a152a07-994d-487d-b86c-7ec1df56b0d2} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001805 sec., 217174.51523545707 rows/sec., 13.78 MiB/sec. | ||
13330 | 2025.07.18 19:24:21.970137 [ 66 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
13331 | 2025.07.18 19:24:21.970186 [ 4 ] {7a152a07-994d-487d-b86c-7ec1df56b0d2} <Debug> TCPHandler: Processed in 0.002096912 sec. | ||
13332 | 2025.07.18 19:24:21.970225 [ 66 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13333 | 2025.07.18 19:24:21.970255 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13334 | 2025.07.18 19:24:21.970327 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13335 | 2025.07.18 19:24:21.970353 [ 219 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Found 5 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] | ||
13336 | 2025.07.18 19:24:21.970361 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
13337 | 2025.07.18 19:24:21.970386 [ 219 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 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] | ||
13338 | 2025.07.18 19:24:21.970426 [ 4 ] {ca62efc0-157c-4fc8-8eeb-e67da4ba41aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
13339 | 2025.07.18 19:24:21.970468 [ 4 ] {ca62efc0-157c-4fc8-8eeb-e67da4ba41aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13340 | 2025.07.18 19:24:21.970495 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13341 | 2025.07.18 19:24:21.970537 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 392 rows starting from the beginning of the part | ||
13342 | 2025.07.18 19:24:21.970602 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 392 rows starting from the beginning of the part | ||
13343 | 2025.07.18 19:24:21.970654 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 392 rows starting from the beginning of the part | ||
13344 | 2025.07.18 19:24:21.970708 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 392 rows starting from the beginning of the part | ||
13345 | 2025.07.18 19:24:21.970750 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 392 rows starting from the beginning of the part | ||
13346 | 2025.07.18 19:24:21.971461 [ 4 ] {ca62efc0-157c-4fc8-8eeb-e67da4ba41aa} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13347 | 2025.07.18 19:24:21.971500 [ 4 ] {ca62efc0-157c-4fc8-8eeb-e67da4ba41aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13348 | 2025.07.18 19:24:21.971762 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001450182 sec., 1351554.4945393063 rows/sec., 90.90 MiB/sec. | ||
13349 | 2025.07.18 19:24:21.971884 [ 4 ] {ca62efc0-157c-4fc8-8eeb-e67da4ba41aa} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
13350 | 2025.07.18 19:24:21.971935 [ 198 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
13351 | 2025.07.18 19:24:21.972042 [ 219 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
13352 | 2025.07.18 19:24:21.972158 [ 4 ] {ca62efc0-157c-4fc8-8eeb-e67da4ba41aa} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13353 | 2025.07.18 19:24:21.972281 [ 198 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13354 | 2025.07.18 19:24:21.972322 [ 4 ] {ca62efc0-157c-4fc8-8eeb-e67da4ba41aa} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001914 sec., 600313.4796238245 rows/sec., 47.91 MiB/sec. | ||
13355 | 2025.07.18 19:24:21.972360 [ 198 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
13356 | 2025.07.18 19:24:21.972368 [ 4 ] {ca62efc0-157c-4fc8-8eeb-e67da4ba41aa} <Debug> TCPHandler: Processed in 0.002087142 sec. | ||
13357 | 2025.07.18 19:24:21.972437 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
13358 | 2025.07.18 19:24:21.972498 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13359 | 2025.07.18 19:24:21.972594 [ 4 ] {6e9420a4-9824-4333-8e80-2e36632f2508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
13360 | 2025.07.18 19:24:21.972633 [ 4 ] {6e9420a4-9824-4333-8e80-2e36632f2508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13361 | 2025.07.18 19:24:21.973179 [ 4 ] {6e9420a4-9824-4333-8e80-2e36632f2508} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13362 | 2025.07.18 19:24:21.973215 [ 4 ] {6e9420a4-9824-4333-8e80-2e36632f2508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13363 | 2025.07.18 19:24:21.973509 [ 4 ] {6e9420a4-9824-4333-8e80-2e36632f2508} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
13364 | 2025.07.18 19:24:21.973722 [ 4 ] {6e9420a4-9824-4333-8e80-2e36632f2508} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13365 | 2025.07.18 19:24:21.973846 [ 4 ] {6e9420a4-9824-4333-8e80-2e36632f2508} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.00127 sec., 186614.17322834645 rows/sec., 11.43 MiB/sec. | ||
13366 | 2025.07.18 19:24:21.973881 [ 4 ] {6e9420a4-9824-4333-8e80-2e36632f2508} <Debug> TCPHandler: Processed in 0.001430602 sec. | ||
13367 | 2025.07.18 19:24:21.973990 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13368 | 2025.07.18 19:24:21.974081 [ 4 ] {3e24a5ca-b629-4c32-bbca-7904f18071a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
13369 | 2025.07.18 19:24:21.974119 [ 4 ] {3e24a5ca-b629-4c32-bbca-7904f18071a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13370 | 2025.07.18 19:24:21.974605 [ 4 ] {3e24a5ca-b629-4c32-bbca-7904f18071a2} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13371 | 2025.07.18 19:24:21.974638 [ 4 ] {3e24a5ca-b629-4c32-bbca-7904f18071a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13372 | 2025.07.18 19:24:21.974921 [ 4 ] {3e24a5ca-b629-4c32-bbca-7904f18071a2} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
13373 | 2025.07.18 19:24:21.975122 [ 4 ] {3e24a5ca-b629-4c32-bbca-7904f18071a2} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13374 | 2025.07.18 19:24:21.975246 [ 4 ] {3e24a5ca-b629-4c32-bbca-7904f18071a2} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001183 sec., 171597.63313609466 rows/sec., 11.07 MiB/sec. | ||
13375 | 2025.07.18 19:24:21.975282 [ 4 ] {3e24a5ca-b629-4c32-bbca-7904f18071a2} <Debug> TCPHandler: Processed in 0.00133843 sec. | ||
13376 | 2025.07.18 19:24:21.975390 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13377 | 2025.07.18 19:24:21.975481 [ 4 ] {abc3c8ce-67f5-42ff-b1d2-db4e909a8585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
13378 | 2025.07.18 19:24:21.975519 [ 4 ] {abc3c8ce-67f5-42ff-b1d2-db4e909a8585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13379 | 2025.07.18 19:24:21.975982 [ 4 ] {abc3c8ce-67f5-42ff-b1d2-db4e909a8585} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13380 | 2025.07.18 19:24:21.976015 [ 4 ] {abc3c8ce-67f5-42ff-b1d2-db4e909a8585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13381 | 2025.07.18 19:24:21.976291 [ 4 ] {abc3c8ce-67f5-42ff-b1d2-db4e909a8585} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
13382 | 2025.07.18 19:24:21.976503 [ 4 ] {abc3c8ce-67f5-42ff-b1d2-db4e909a8585} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13383 | 2025.07.18 19:24:21.976590 [ 59 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
13384 | 2025.07.18 19:24:21.976621 [ 59 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13385 | 2025.07.18 19:24:21.976623 [ 4 ] {abc3c8ce-67f5-42ff-b1d2-db4e909a8585} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001158 sec., 174438.68739205526 rows/sec., 9.91 MiB/sec. | ||
13386 | 2025.07.18 19:24:21.976639 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13387 | 2025.07.18 19:24:21.976664 [ 4 ] {abc3c8ce-67f5-42ff-b1d2-db4e909a8585} <Debug> TCPHandler: Processed in 0.001320751 sec. | ||
13388 | 2025.07.18 19:24:21.976775 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13389 | 2025.07.18 19:24:21.976773 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
13390 | 2025.07.18 19:24:21.976867 [ 4 ] {65d0d2a1-c376-4a27-bf98-8b01b8f7b92e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
13391 | 2025.07.18 19:24:21.976910 [ 4 ] {65d0d2a1-c376-4a27-bf98-8b01b8f7b92e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13392 | 2025.07.18 19:24:21.976945 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13393 | 2025.07.18 19:24:21.976988 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 202 rows starting from the beginning of the part | ||
13394 | 2025.07.18 19:24:21.977067 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 202 rows starting from the beginning of the part | ||
13395 | 2025.07.18 19:24:21.977118 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 202 rows starting from the beginning of the part | ||
13396 | 2025.07.18 19:24:21.977162 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 202 rows starting from the beginning of the part | ||
13397 | 2025.07.18 19:24:21.977202 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 202 rows starting from the beginning of the part | ||
13398 | 2025.07.18 19:24:21.977575 [ 4 ] {65d0d2a1-c376-4a27-bf98-8b01b8f7b92e} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13399 | 2025.07.18 19:24:21.977616 [ 4 ] {65d0d2a1-c376-4a27-bf98-8b01b8f7b92e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13400 | 2025.07.18 19:24:21.977953 [ 4 ] {65d0d2a1-c376-4a27-bf98-8b01b8f7b92e} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
13401 | 2025.07.18 19:24:21.978070 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001362371 sec., 741354.5943065435 rows/sec., 44.93 MiB/sec. | ||
13402 | 2025.07.18 19:24:21.978161 [ 4 ] {65d0d2a1-c376-4a27-bf98-8b01b8f7b92e} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13403 | 2025.07.18 19:24:21.978199 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
13404 | 2025.07.18 19:24:21.978290 [ 4 ] {65d0d2a1-c376-4a27-bf98-8b01b8f7b92e} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001441 sec., 480916.0305343511 rows/sec., 33.78 MiB/sec. | ||
13405 | 2025.07.18 19:24:21.978333 [ 4 ] {65d0d2a1-c376-4a27-bf98-8b01b8f7b92e} <Debug> TCPHandler: Processed in 0.001604194 sec. | ||
13406 | 2025.07.18 19:24:21.978448 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13407 | 2025.07.18 19:24:21.978455 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13408 | 2025.07.18 19:24:21.978534 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
13409 | 2025.07.18 19:24:21.978541 [ 4 ] {27948ae7-0bef-4016-b567-4fb5c2fcc5af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
13410 | 2025.07.18 19:24:21.978584 [ 4 ] {27948ae7-0bef-4016-b567-4fb5c2fcc5af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13411 | 2025.07.18 19:24:21.978611 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
13412 | 2025.07.18 19:24:21.978894 [ 4 ] {27948ae7-0bef-4016-b567-4fb5c2fcc5af} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13413 | 2025.07.18 19:24:21.978930 [ 4 ] {27948ae7-0bef-4016-b567-4fb5c2fcc5af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13414 | 2025.07.18 19:24:21.979207 [ 4 ] {27948ae7-0bef-4016-b567-4fb5c2fcc5af} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
13415 | 2025.07.18 19:24:21.979392 [ 4 ] {27948ae7-0bef-4016-b567-4fb5c2fcc5af} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13416 | 2025.07.18 19:24:21.979573 [ 4 ] {27948ae7-0bef-4016-b567-4fb5c2fcc5af} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001046 sec., 5736.137667304015 rows/sec., 299.69 KiB/sec. | ||
13417 | 2025.07.18 19:24:21.979607 [ 4 ] {27948ae7-0bef-4016-b567-4fb5c2fcc5af} <Debug> TCPHandler: Processed in 0.001204479 sec. | ||
13418 | 2025.07.18 19:24:21.979715 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13419 | 2025.07.18 19:24:21.979805 [ 4 ] {b2a2a4c5-20e9-4f8e-8924-e59e2f7bec17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
13420 | 2025.07.18 19:24:21.979845 [ 4 ] {b2a2a4c5-20e9-4f8e-8924-e59e2f7bec17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13421 | 2025.07.18 19:24:21.980299 [ 4 ] {b2a2a4c5-20e9-4f8e-8924-e59e2f7bec17} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13422 | 2025.07.18 19:24:21.980332 [ 4 ] {b2a2a4c5-20e9-4f8e-8924-e59e2f7bec17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13423 | 2025.07.18 19:24:21.980660 [ 4 ] {b2a2a4c5-20e9-4f8e-8924-e59e2f7bec17} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
13424 | 2025.07.18 19:24:21.980868 [ 4 ] {b2a2a4c5-20e9-4f8e-8924-e59e2f7bec17} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13425 | 2025.07.18 19:24:21.980994 [ 4 ] {b2a2a4c5-20e9-4f8e-8924-e59e2f7bec17} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001207 sec., 254349.6271748136 rows/sec., 16.73 MiB/sec. | ||
13426 | 2025.07.18 19:24:21.981028 [ 4 ] {b2a2a4c5-20e9-4f8e-8924-e59e2f7bec17} <Debug> TCPHandler: Processed in 0.001360221 sec. | ||
13427 | 2025.07.18 19:24:21.981136 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13428 | 2025.07.18 19:24:21.981226 [ 4 ] {eda6f1a6-026f-42eb-ac10-40c81c86dbef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
13429 | 2025.07.18 19:24:21.981266 [ 4 ] {eda6f1a6-026f-42eb-ac10-40c81c86dbef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13430 | 2025.07.18 19:24:21.981574 [ 4 ] {eda6f1a6-026f-42eb-ac10-40c81c86dbef} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13431 | 2025.07.18 19:24:21.981607 [ 4 ] {eda6f1a6-026f-42eb-ac10-40c81c86dbef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13432 | 2025.07.18 19:24:21.981896 [ 4 ] {eda6f1a6-026f-42eb-ac10-40c81c86dbef} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
13433 | 2025.07.18 19:24:21.982090 [ 4 ] {eda6f1a6-026f-42eb-ac10-40c81c86dbef} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13434 | 2025.07.18 19:24:21.982210 [ 4 ] {eda6f1a6-026f-42eb-ac10-40c81c86dbef} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001001 sec., 999.0009990009991 rows/sec., 67.32 KiB/sec. | ||
13435 | 2025.07.18 19:24:21.982216 [ 219 ] {} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Found 5 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] | ||
13436 | 2025.07.18 19:24:21.982245 [ 4 ] {eda6f1a6-026f-42eb-ac10-40c81c86dbef} <Debug> TCPHandler: Processed in 0.001155627 sec. | ||
13437 | 2025.07.18 19:24:21.982247 [ 219 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Removing 5 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] | ||
13438 | 2025.07.18 19:24:21.982352 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13439 | 2025.07.18 19:24:21.982442 [ 4 ] {6bac2469-c0fa-4568-a98a-18e17205e3e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
13440 | 2025.07.18 19:24:21.982494 [ 4 ] {6bac2469-c0fa-4568-a98a-18e17205e3e9} <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 | ||
13441 | 2025.07.18 19:24:21.983378 [ 4 ] {6bac2469-c0fa-4568-a98a-18e17205e3e9} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13442 | 2025.07.18 19:24:21.983412 [ 4 ] {6bac2469-c0fa-4568-a98a-18e17205e3e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13443 | 2025.07.18 19:24:21.983823 [ 219 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
13444 | 2025.07.18 19:24:21.983973 [ 4 ] {6bac2469-c0fa-4568-a98a-18e17205e3e9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
13445 | 2025.07.18 19:24:21.984187 [ 4 ] {6bac2469-c0fa-4568-a98a-18e17205e3e9} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13446 | 2025.07.18 19:24:21.984319 [ 4 ] {6bac2469-c0fa-4568-a98a-18e17205e3e9} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001894 sec., 21647.30728616684 rows/sec., 38.79 MiB/sec. | ||
13447 | 2025.07.18 19:24:21.984369 [ 4 ] {6bac2469-c0fa-4568-a98a-18e17205e3e9} <Debug> TCPHandler: Processed in 0.002064052 sec. | ||
13448 | 2025.07.18 19:24:21.984486 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13449 | 2025.07.18 19:24:21.984582 [ 4 ] {7b001a24-68dc-4fd6-916a-65b783591866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
13450 | 2025.07.18 19:24:21.984622 [ 4 ] {7b001a24-68dc-4fd6-916a-65b783591866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13451 | 2025.07.18 19:24:21.984963 [ 4 ] {7b001a24-68dc-4fd6-916a-65b783591866} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13452 | 2025.07.18 19:24:21.984997 [ 4 ] {7b001a24-68dc-4fd6-916a-65b783591866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13453 | 2025.07.18 19:24:21.985307 [ 4 ] {7b001a24-68dc-4fd6-916a-65b783591866} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
13454 | 2025.07.18 19:24:21.985509 [ 4 ] {7b001a24-68dc-4fd6-916a-65b783591866} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13455 | 2025.07.18 19:24:21.985611 [ 59 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
13456 | 2025.07.18 19:24:21.985634 [ 4 ] {7b001a24-68dc-4fd6-916a-65b783591866} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001069 sec., 95416.27689429373 rows/sec., 5.86 MiB/sec. | ||
13457 | 2025.07.18 19:24:21.985638 [ 59 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13458 | 2025.07.18 19:24:21.985663 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13459 | 2025.07.18 19:24:21.985668 [ 4 ] {7b001a24-68dc-4fd6-916a-65b783591866} <Debug> TCPHandler: Processed in 0.001229179 sec. | ||
13460 | 2025.07.18 19:24:21.985770 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
13461 | 2025.07.18 19:24:21.985924 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13462 | 2025.07.18 19:24:21.985964 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 7980 rows starting from the beginning of the part | ||
13463 | 2025.07.18 19:24:21.986040 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 102 rows starting from the beginning of the part | ||
13464 | 2025.07.18 19:24:21.986093 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part | ||
13465 | 2025.07.18 19:24:21.986137 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 102 rows starting from the beginning of the part | ||
13466 | 2025.07.18 19:24:21.986173 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part | ||
13467 | 2025.07.18 19:24:21.986212 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 102 rows starting from the beginning of the part | ||
13468 | 2025.07.18 19:24:21.988536 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8406 rows, containing 4 columns (4 merged, 0 gathered) in 0.002817103 sec., 2983916.456018825 rows/sec., 189.74 MiB/sec. | ||
13469 | 2025.07.18 19:24:21.988691 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
13470 | 2025.07.18 19:24:21.988947 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_106_21} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13471 | 2025.07.18 19:24:21.989016 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_106_21} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
13472 | 2025.07.18 19:24:21.989084 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. | ||
13473 | 2025.07.18 19:24:25.464818 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13474 | 2025.07.18 19:24:25.464876 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13475 | 2025.07.18 19:24:25.660649 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916 | ||
13476 | 2025.07.18 19:24:25.661390 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13477 | 2025.07.18 19:24:25.661427 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13478 | 2025.07.18 19:24:25.661904 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13479 | 2025.07.18 19:24:25.662158 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13480 | 2025.07.18 19:24:25.662293 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
13481 | 2025.07.18 19:24:26.198970 [ 220 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13482 | 2025.07.18 19:24:26.199020 [ 220 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13483 | 2025.07.18 19:24:26.200698 [ 220 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13484 | 2025.07.18 19:24:26.738181 [ 223 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13485 | 2025.07.18 19:24:26.738234 [ 223 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13486 | 2025.07.18 19:24:26.739987 [ 223 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13487 | 2025.07.18 19:24:26.825425 [ 225 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13488 | 2025.07.18 19:24:26.825502 [ 225 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13489 | 2025.07.18 19:24:26.827404 [ 225 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13490 | 2025.07.18 19:24:26.956461 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13491 | 2025.07.18 19:24:26.956714 [ 4 ] {18817586-6920-41db-90d4-5056dba3f114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
13492 | 2025.07.18 19:24:26.956812 [ 4 ] {18817586-6920-41db-90d4-5056dba3f114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13493 | 2025.07.18 19:24:26.957721 [ 4 ] {18817586-6920-41db-90d4-5056dba3f114} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13494 | 2025.07.18 19:24:26.957768 [ 4 ] {18817586-6920-41db-90d4-5056dba3f114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13495 | 2025.07.18 19:24:26.958161 [ 4 ] {18817586-6920-41db-90d4-5056dba3f114} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
13496 | 2025.07.18 19:24:26.958404 [ 4 ] {18817586-6920-41db-90d4-5056dba3f114} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13497 | 2025.07.18 19:24:26.958566 [ 4 ] {18817586-6920-41db-90d4-5056dba3f114} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001921 sec., 29151.483602290475 rows/sec., 2.24 MiB/sec. | ||
13498 | 2025.07.18 19:24:26.958615 [ 4 ] {18817586-6920-41db-90d4-5056dba3f114} <Debug> TCPHandler: Processed in 0.002322296 sec. | ||
13499 | 2025.07.18 19:24:26.958742 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13500 | 2025.07.18 19:24:26.958838 [ 4 ] {227ee624-e15b-4c65-8b97-bed98b4c0aa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
13501 | 2025.07.18 19:24:26.958879 [ 4 ] {227ee624-e15b-4c65-8b97-bed98b4c0aa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13502 | 2025.07.18 19:24:26.959312 [ 4 ] {227ee624-e15b-4c65-8b97-bed98b4c0aa1} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13503 | 2025.07.18 19:24:26.959349 [ 4 ] {227ee624-e15b-4c65-8b97-bed98b4c0aa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13504 | 2025.07.18 19:24:26.959654 [ 4 ] {227ee624-e15b-4c65-8b97-bed98b4c0aa1} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
13505 | 2025.07.18 19:24:26.959873 [ 4 ] {227ee624-e15b-4c65-8b97-bed98b4c0aa1} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13506 | 2025.07.18 19:24:26.960006 [ 4 ] {227ee624-e15b-4c65-8b97-bed98b4c0aa1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001185 sec., 54008.438818565395 rows/sec., 4.22 MiB/sec. | ||
13507 | 2025.07.18 19:24:26.960044 [ 4 ] {227ee624-e15b-4c65-8b97-bed98b4c0aa1} <Debug> TCPHandler: Processed in 0.001351481 sec. | ||
13508 | 2025.07.18 19:24:26.960159 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13509 | 2025.07.18 19:24:26.960252 [ 4 ] {0d385fc1-7ce2-41ef-98ae-e2d96a86b637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
13510 | 2025.07.18 19:24:26.960295 [ 4 ] {0d385fc1-7ce2-41ef-98ae-e2d96a86b637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13511 | 2025.07.18 19:24:26.960722 [ 4 ] {0d385fc1-7ce2-41ef-98ae-e2d96a86b637} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13512 | 2025.07.18 19:24:26.960758 [ 4 ] {0d385fc1-7ce2-41ef-98ae-e2d96a86b637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13513 | 2025.07.18 19:24:26.961108 [ 4 ] {0d385fc1-7ce2-41ef-98ae-e2d96a86b637} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
13514 | 2025.07.18 19:24:26.961326 [ 4 ] {0d385fc1-7ce2-41ef-98ae-e2d96a86b637} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13515 | 2025.07.18 19:24:26.961458 [ 4 ] {0d385fc1-7ce2-41ef-98ae-e2d96a86b637} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001224 sec., 130718.954248366 rows/sec., 9.10 MiB/sec. | ||
13516 | 2025.07.18 19:24:26.961494 [ 4 ] {0d385fc1-7ce2-41ef-98ae-e2d96a86b637} <Debug> TCPHandler: Processed in 0.001385261 sec. | ||
13517 | 2025.07.18 19:24:26.961537 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13518 | 2025.07.18 19:24:26.961568 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13519 | 2025.07.18 19:24:26.961601 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13520 | 2025.07.18 19:24:26.961700 [ 4 ] {081df233-f485-49c5-b01d-58de9175569d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
13521 | 2025.07.18 19:24:26.961743 [ 4 ] {081df233-f485-49c5-b01d-58de9175569d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13522 | 2025.07.18 19:24:26.962083 [ 4 ] {081df233-f485-49c5-b01d-58de9175569d} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13523 | 2025.07.18 19:24:26.962120 [ 4 ] {081df233-f485-49c5-b01d-58de9175569d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13524 | 2025.07.18 19:24:26.962469 [ 4 ] {081df233-f485-49c5-b01d-58de9175569d} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
13525 | 2025.07.18 19:24:26.962727 [ 4 ] {081df233-f485-49c5-b01d-58de9175569d} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13526 | 2025.07.18 19:24:26.962871 [ 4 ] {081df233-f485-49c5-b01d-58de9175569d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001189 sec., 50462.57359125315 rows/sec., 3.40 MiB/sec. | ||
13527 | 2025.07.18 19:24:26.962909 [ 4 ] {081df233-f485-49c5-b01d-58de9175569d} <Debug> TCPHandler: Processed in 0.001356041 sec. | ||
13528 | 2025.07.18 19:24:26.963380 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13529 | 2025.07.18 19:24:27.505017 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 | ||
13530 | 2025.07.18 19:24:27.521527 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13531 | 2025.07.18 19:24:27.521576 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13532 | 2025.07.18 19:24:27.527791 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13533 | 2025.07.18 19:24:27.528444 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13534 | 2025.07.18 19:24:27.531475 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
13535 | 2025.07.18 19:24:30.756961 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1868 | ||
13536 | 2025.07.18 19:24:30.759201 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13537 | 2025.07.18 19:24:30.759246 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13538 | 2025.07.18 19:24:30.760396 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
13539 | 2025.07.18 19:24:30.760656 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13540 | 2025.07.18 19:24:30.760905 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1868 | ||
13541 | 2025.07.18 19:24:31.295845 [ 218 ] {} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): 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] | ||
13542 | 2025.07.18 19:24:31.295911 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): 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] | ||
13543 | 2025.07.18 19:24:31.297908 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): 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] | ||
13544 | 2025.07.18 19:24:31.966315 [ 224 ] {} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): 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] | ||
13545 | 2025.07.18 19:24:31.966397 [ 224 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): 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] | ||
13546 | 2025.07.18 19:24:31.968343 [ 224 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): 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] | ||
13547 | 2025.07.18 19:24:31.969888 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13548 | 2025.07.18 19:24:31.970087 [ 4 ] {88128a8f-8b6c-4774-a0d9-7c8dedfc1ded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
13549 | 2025.07.18 19:24:31.970159 [ 4 ] {88128a8f-8b6c-4774-a0d9-7c8dedfc1ded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
13550 | 2025.07.18 19:24:31.971025 [ 4 ] {88128a8f-8b6c-4774-a0d9-7c8dedfc1ded} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13551 | 2025.07.18 19:24:31.971074 [ 4 ] {88128a8f-8b6c-4774-a0d9-7c8dedfc1ded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13552 | 2025.07.18 19:24:31.971483 [ 4 ] {88128a8f-8b6c-4774-a0d9-7c8dedfc1ded} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
13553 | 2025.07.18 19:24:31.971709 [ 4 ] {88128a8f-8b6c-4774-a0d9-7c8dedfc1ded} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13554 | 2025.07.18 19:24:31.971862 [ 4 ] {88128a8f-8b6c-4774-a0d9-7c8dedfc1ded} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001829 sec., 214324.76763258612 rows/sec., 13.60 MiB/sec. | ||
13555 | 2025.07.18 19:24:31.971904 [ 4 ] {88128a8f-8b6c-4774-a0d9-7c8dedfc1ded} <Debug> TCPHandler: Processed in 0.002151073 sec. | ||
13556 | 2025.07.18 19:24:31.972053 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13557 | 2025.07.18 19:24:31.972149 [ 4 ] {9206d201-808f-4a61-9c8c-16ae00d027c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
13558 | 2025.07.18 19:24:31.972192 [ 4 ] {9206d201-808f-4a61-9c8c-16ae00d027c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13559 | 2025.07.18 19:24:31.972670 [ 4 ] {9206d201-808f-4a61-9c8c-16ae00d027c8} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13560 | 2025.07.18 19:24:31.972706 [ 4 ] {9206d201-808f-4a61-9c8c-16ae00d027c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13561 | 2025.07.18 19:24:31.972998 [ 4 ] {9206d201-808f-4a61-9c8c-16ae00d027c8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
13562 | 2025.07.18 19:24:31.973206 [ 4 ] {9206d201-808f-4a61-9c8c-16ae00d027c8} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13563 | 2025.07.18 19:24:31.973336 [ 4 ] {9206d201-808f-4a61-9c8c-16ae00d027c8} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001207 sec., 9942.004971002485 rows/sec., 810.70 KiB/sec. | ||
13564 | 2025.07.18 19:24:31.973374 [ 4 ] {9206d201-808f-4a61-9c8c-16ae00d027c8} <Debug> TCPHandler: Processed in 0.001370961 sec. | ||
13565 | 2025.07.18 19:24:31.973493 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13566 | 2025.07.18 19:24:31.973589 [ 4 ] {3ddbc287-64b3-4b02-a781-d6c3c8a7326c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
13567 | 2025.07.18 19:24:31.973629 [ 4 ] {3ddbc287-64b3-4b02-a781-d6c3c8a7326c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13568 | 2025.07.18 19:24:31.974494 [ 4 ] {3ddbc287-64b3-4b02-a781-d6c3c8a7326c} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13569 | 2025.07.18 19:24:31.974530 [ 4 ] {3ddbc287-64b3-4b02-a781-d6c3c8a7326c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13570 | 2025.07.18 19:24:31.974909 [ 4 ] {3ddbc287-64b3-4b02-a781-d6c3c8a7326c} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
13571 | 2025.07.18 19:24:31.975131 [ 4 ] {3ddbc287-64b3-4b02-a781-d6c3c8a7326c} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13572 | 2025.07.18 19:24:31.975264 [ 4 ] {3ddbc287-64b3-4b02-a781-d6c3c8a7326c} <Debug> executeQuery: Read 1155 rows, 94.34 KiB in 0.001693 sec., 682220.9096278795 rows/sec., 54.42 MiB/sec. | ||
13573 | 2025.07.18 19:24:31.975302 [ 4 ] {3ddbc287-64b3-4b02-a781-d6c3c8a7326c} <Debug> TCPHandler: Processed in 0.001858599 sec. | ||
13574 | 2025.07.18 19:24:31.975426 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13575 | 2025.07.18 19:24:31.975528 [ 4 ] {17630c12-2723-4e52-9058-c904017a58de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
13576 | 2025.07.18 19:24:31.975573 [ 4 ] {17630c12-2723-4e52-9058-c904017a58de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13577 | 2025.07.18 19:24:31.976133 [ 4 ] {17630c12-2723-4e52-9058-c904017a58de} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13578 | 2025.07.18 19:24:31.976168 [ 4 ] {17630c12-2723-4e52-9058-c904017a58de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13579 | 2025.07.18 19:24:31.976518 [ 4 ] {17630c12-2723-4e52-9058-c904017a58de} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
13580 | 2025.07.18 19:24:31.976746 [ 4 ] {17630c12-2723-4e52-9058-c904017a58de} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13581 | 2025.07.18 19:24:31.976853 [ 48 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
13582 | 2025.07.18 19:24:31.976880 [ 4 ] {17630c12-2723-4e52-9058-c904017a58de} <Debug> executeQuery: Read 249 rows, 15.70 KiB in 0.001375 sec., 181090.9090909091 rows/sec., 11.15 MiB/sec. | ||
13583 | 2025.07.18 19:24:31.976898 [ 48 ] {} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13584 | 2025.07.18 19:24:31.976923 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13585 | 2025.07.18 19:24:31.976924 [ 4 ] {17630c12-2723-4e52-9058-c904017a58de} <Debug> TCPHandler: Processed in 0.001549534 sec. | ||
13586 | 2025.07.18 19:24:31.977045 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full | ||
13587 | 2025.07.18 19:24:31.977055 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13588 | 2025.07.18 19:24:31.977195 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13589 | 2025.07.18 19:24:31.977195 [ 4 ] {ae8df05f-6ec9-49f9-9ec5-40d7274cd52c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
13590 | 2025.07.18 19:24:31.977234 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 255 rows starting from the beginning of the part | ||
13591 | 2025.07.18 19:24:31.977254 [ 4 ] {ae8df05f-6ec9-49f9-9ec5-40d7274cd52c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13592 | 2025.07.18 19:24:31.977305 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 241 rows starting from the beginning of the part | ||
13593 | 2025.07.18 19:24:31.977361 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 237 rows starting from the beginning of the part | ||
13594 | 2025.07.18 19:24:31.977419 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 2 rows starting from the beginning of the part | ||
13595 | 2025.07.18 19:24:31.977465 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part | ||
13596 | 2025.07.18 19:24:31.977508 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 249 rows starting from the beginning of the part | ||
13597 | 2025.07.18 19:24:31.977740 [ 4 ] {ae8df05f-6ec9-49f9-9ec5-40d7274cd52c} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13598 | 2025.07.18 19:24:31.977784 [ 4 ] {ae8df05f-6ec9-49f9-9ec5-40d7274cd52c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13599 | 2025.07.18 19:24:31.978107 [ 4 ] {ae8df05f-6ec9-49f9-9ec5-40d7274cd52c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
13600 | 2025.07.18 19:24:31.978326 [ 4 ] {ae8df05f-6ec9-49f9-9ec5-40d7274cd52c} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13601 | 2025.07.18 19:24:31.978458 [ 4 ] {ae8df05f-6ec9-49f9-9ec5-40d7274cd52c} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001287 sec., 157731.15773115773 rows/sec., 10.17 MiB/sec. | ||
13602 | 2025.07.18 19:24:31.978485 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1221 rows, containing 5 columns (5 merged, 0 gathered) in 0.001497453 sec., 815384.5229199181 rows/sec., 53.20 MiB/sec. | ||
13603 | 2025.07.18 19:24:31.978496 [ 4 ] {ae8df05f-6ec9-49f9-9ec5-40d7274cd52c} <Debug> TCPHandler: Processed in 0.001491173 sec. | ||
13604 | 2025.07.18 19:24:31.978621 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13605 | 2025.07.18 19:24:31.978684 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
13606 | 2025.07.18 19:24:31.978716 [ 4 ] {d0e2c0ff-2835-4aa6-b457-e8068024a1fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
13607 | 2025.07.18 19:24:31.978762 [ 4 ] {d0e2c0ff-2835-4aa6-b457-e8068024a1fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13608 | 2025.07.18 19:24:31.978998 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13609 | 2025.07.18 19:24:31.979074 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
13610 | 2025.07.18 19:24:31.979183 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
13611 | 2025.07.18 19:24:31.979212 [ 4 ] {d0e2c0ff-2835-4aa6-b457-e8068024a1fc} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13612 | 2025.07.18 19:24:31.979254 [ 4 ] {d0e2c0ff-2835-4aa6-b457-e8068024a1fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13613 | 2025.07.18 19:24:31.979558 [ 4 ] {d0e2c0ff-2835-4aa6-b457-e8068024a1fc} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
13614 | 2025.07.18 19:24:31.979780 [ 4 ] {d0e2c0ff-2835-4aa6-b457-e8068024a1fc} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13615 | 2025.07.18 19:24:31.979909 [ 4 ] {d0e2c0ff-2835-4aa6-b457-e8068024a1fc} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001211 sec., 166804.29397192402 rows/sec., 9.47 MiB/sec. | ||
13616 | 2025.07.18 19:24:31.979945 [ 4 ] {d0e2c0ff-2835-4aa6-b457-e8068024a1fc} <Debug> TCPHandler: Processed in 0.001374892 sec. | ||
13617 | 2025.07.18 19:24:31.980058 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13618 | 2025.07.18 19:24:31.980152 [ 4 ] {1a54099e-d09d-43c4-9ff6-f4dfff00fcaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
13619 | 2025.07.18 19:24:31.980190 [ 4 ] {1a54099e-d09d-43c4-9ff6-f4dfff00fcaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13620 | 2025.07.18 19:24:31.980820 [ 4 ] {1a54099e-d09d-43c4-9ff6-f4dfff00fcaa} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13621 | 2025.07.18 19:24:31.980854 [ 4 ] {1a54099e-d09d-43c4-9ff6-f4dfff00fcaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13622 | 2025.07.18 19:24:31.981193 [ 4 ] {1a54099e-d09d-43c4-9ff6-f4dfff00fcaa} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
13623 | 2025.07.18 19:24:31.981399 [ 4 ] {1a54099e-d09d-43c4-9ff6-f4dfff00fcaa} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13624 | 2025.07.18 19:24:31.981525 [ 4 ] {1a54099e-d09d-43c4-9ff6-f4dfff00fcaa} <Debug> executeQuery: Read 705 rows, 50.83 KiB in 0.001392 sec., 506465.5172413793 rows/sec., 35.66 MiB/sec. | ||
13625 | 2025.07.18 19:24:31.981562 [ 4 ] {1a54099e-d09d-43c4-9ff6-f4dfff00fcaa} <Debug> TCPHandler: Processed in 0.001554684 sec. | ||
13626 | 2025.07.18 19:24:31.981673 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13627 | 2025.07.18 19:24:31.981771 [ 4 ] {8c863bec-41a3-4882-969c-6d5dff5a0ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
13628 | 2025.07.18 19:24:31.981813 [ 4 ] {8c863bec-41a3-4882-969c-6d5dff5a0ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13629 | 2025.07.18 19:24:31.982147 [ 4 ] {8c863bec-41a3-4882-969c-6d5dff5a0ac4} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13630 | 2025.07.18 19:24:31.982180 [ 4 ] {8c863bec-41a3-4882-969c-6d5dff5a0ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13631 | 2025.07.18 19:24:31.982471 [ 4 ] {8c863bec-41a3-4882-969c-6d5dff5a0ac4} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
13632 | 2025.07.18 19:24:31.982668 [ 4 ] {8c863bec-41a3-4882-969c-6d5dff5a0ac4} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13633 | 2025.07.18 19:24:31.982792 [ 4 ] {8c863bec-41a3-4882-969c-6d5dff5a0ac4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001038 sec., 5780.346820809248 rows/sec., 302.00 KiB/sec. | ||
13634 | 2025.07.18 19:24:31.982826 [ 4 ] {8c863bec-41a3-4882-969c-6d5dff5a0ac4} <Debug> TCPHandler: Processed in 0.001202169 sec. | ||
13635 | 2025.07.18 19:24:31.982932 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13636 | 2025.07.18 19:24:31.983025 [ 4 ] {d3dcf9e2-999e-48d7-ac9c-4e0fcd98e25d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
13637 | 2025.07.18 19:24:31.983067 [ 4 ] {d3dcf9e2-999e-48d7-ac9c-4e0fcd98e25d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13638 | 2025.07.18 19:24:31.983485 [ 4 ] {d3dcf9e2-999e-48d7-ac9c-4e0fcd98e25d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13639 | 2025.07.18 19:24:31.983518 [ 4 ] {d3dcf9e2-999e-48d7-ac9c-4e0fcd98e25d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13640 | 2025.07.18 19:24:31.983848 [ 4 ] {d3dcf9e2-999e-48d7-ac9c-4e0fcd98e25d} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
13641 | 2025.07.18 19:24:31.984053 [ 4 ] {d3dcf9e2-999e-48d7-ac9c-4e0fcd98e25d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13642 | 2025.07.18 19:24:31.984179 [ 4 ] {d3dcf9e2-999e-48d7-ac9c-4e0fcd98e25d} <Debug> executeQuery: Read 313 rows, 21.10 KiB in 0.001172 sec., 267064.84641638224 rows/sec., 17.58 MiB/sec. | ||
13643 | 2025.07.18 19:24:31.984214 [ 4 ] {d3dcf9e2-999e-48d7-ac9c-4e0fcd98e25d} <Debug> TCPHandler: Processed in 0.00133091 sec. | ||
13644 | 2025.07.18 19:24:31.984320 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13645 | 2025.07.18 19:24:31.984413 [ 4 ] {258c8f68-29e4-4e44-ac88-8b5b36adadb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
13646 | 2025.07.18 19:24:31.984454 [ 4 ] {258c8f68-29e4-4e44-ac88-8b5b36adadb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13647 | 2025.07.18 19:24:31.984763 [ 4 ] {258c8f68-29e4-4e44-ac88-8b5b36adadb7} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13648 | 2025.07.18 19:24:31.984796 [ 4 ] {258c8f68-29e4-4e44-ac88-8b5b36adadb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13649 | 2025.07.18 19:24:31.985083 [ 4 ] {258c8f68-29e4-4e44-ac88-8b5b36adadb7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
13650 | 2025.07.18 19:24:31.985284 [ 4 ] {258c8f68-29e4-4e44-ac88-8b5b36adadb7} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13651 | 2025.07.18 19:24:31.985408 [ 4 ] {258c8f68-29e4-4e44-ac88-8b5b36adadb7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001013 sec., 987.1668311944719 rows/sec., 66.52 KiB/sec. | ||
13652 | 2025.07.18 19:24:31.985443 [ 4 ] {258c8f68-29e4-4e44-ac88-8b5b36adadb7} <Debug> TCPHandler: Processed in 0.001172948 sec. | ||
13653 | 2025.07.18 19:24:31.985552 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13654 | 2025.07.18 19:24:31.985645 [ 4 ] {05ffcf7f-56ac-4a9e-9073-ffe9425cb5d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
13655 | 2025.07.18 19:24:31.985697 [ 4 ] {05ffcf7f-56ac-4a9e-9073-ffe9425cb5d4} <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 | ||
13656 | 2025.07.18 19:24:31.986526 [ 4 ] {05ffcf7f-56ac-4a9e-9073-ffe9425cb5d4} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13657 | 2025.07.18 19:24:31.986561 [ 4 ] {05ffcf7f-56ac-4a9e-9073-ffe9425cb5d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13658 | 2025.07.18 19:24:31.987104 [ 4 ] {05ffcf7f-56ac-4a9e-9073-ffe9425cb5d4} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
13659 | 2025.07.18 19:24:31.987333 [ 4 ] {05ffcf7f-56ac-4a9e-9073-ffe9425cb5d4} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13660 | 2025.07.18 19:24:31.987466 [ 4 ] {05ffcf7f-56ac-4a9e-9073-ffe9425cb5d4} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001839 sec., 22294.725394236 rows/sec., 39.95 MiB/sec. | ||
13661 | 2025.07.18 19:24:31.987519 [ 4 ] {05ffcf7f-56ac-4a9e-9073-ffe9425cb5d4} <Debug> TCPHandler: Processed in 0.002017261 sec. | ||
13662 | 2025.07.18 19:24:31.987632 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13663 | 2025.07.18 19:24:31.987729 [ 4 ] {07e37895-c95f-4f59-9bd3-bfd0fdd61f80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
13664 | 2025.07.18 19:24:31.987771 [ 4 ] {07e37895-c95f-4f59-9bd3-bfd0fdd61f80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13665 | 2025.07.18 19:24:31.988096 [ 4 ] {07e37895-c95f-4f59-9bd3-bfd0fdd61f80} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13666 | 2025.07.18 19:24:31.988130 [ 4 ] {07e37895-c95f-4f59-9bd3-bfd0fdd61f80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13667 | 2025.07.18 19:24:31.988424 [ 4 ] {07e37895-c95f-4f59-9bd3-bfd0fdd61f80} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
13668 | 2025.07.18 19:24:31.988638 [ 4 ] {07e37895-c95f-4f59-9bd3-bfd0fdd61f80} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13669 | 2025.07.18 19:24:31.988763 [ 4 ] {07e37895-c95f-4f59-9bd3-bfd0fdd61f80} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001056 sec., 96590.90909090909 rows/sec., 5.93 MiB/sec. | ||
13670 | 2025.07.18 19:24:31.988797 [ 4 ] {07e37895-c95f-4f59-9bd3-bfd0fdd61f80} <Debug> TCPHandler: Processed in 0.001215618 sec. | ||
13671 | 2025.07.18 19:24:33.162520 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34404 | ||
13672 | 2025.07.18 19:24:33.163105 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13673 | 2025.07.18 19:24:33.163157 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13674 | 2025.07.18 19:24:33.163686 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13675 | 2025.07.18 19:24:33.163924 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13676 | 2025.07.18 19:24:33.164059 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404 | ||
13677 | 2025.07.18 19:24:33.365509 [ 219 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13678 | 2025.07.18 19:24:33.365582 [ 219 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13679 | 2025.07.18 19:24:33.367578 [ 219 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13680 | 2025.07.18 19:24:33.671252 [ 223 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13681 | 2025.07.18 19:24:33.671304 [ 223 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13682 | 2025.07.18 19:24:33.673225 [ 223 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
13683 | 2025.07.18 19:24:35.031603 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 565 | ||
13684 | 2025.07.18 19:24:35.047773 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13685 | 2025.07.18 19:24:35.047822 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13686 | 2025.07.18 19:24:35.053425 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13687 | 2025.07.18 19:24:35.054142 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13688 | 2025.07.18 19:24:35.056945 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 565 | ||
13689 | 2025.07.18 19:24:36.956266 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13690 | 2025.07.18 19:24:36.956481 [ 4 ] {4df46537-1b10-4629-874f-213dd4254d97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
13691 | 2025.07.18 19:24:36.956555 [ 4 ] {4df46537-1b10-4629-874f-213dd4254d97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13692 | 2025.07.18 19:24:36.957299 [ 4 ] {4df46537-1b10-4629-874f-213dd4254d97} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13693 | 2025.07.18 19:24:36.957346 [ 4 ] {4df46537-1b10-4629-874f-213dd4254d97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13694 | 2025.07.18 19:24:36.957723 [ 4 ] {4df46537-1b10-4629-874f-213dd4254d97} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
13695 | 2025.07.18 19:24:36.957957 [ 4 ] {4df46537-1b10-4629-874f-213dd4254d97} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13696 | 2025.07.18 19:24:36.958103 [ 4 ] {4df46537-1b10-4629-874f-213dd4254d97} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001676 sec., 33412.88782816229 rows/sec., 2.57 MiB/sec. | ||
13697 | 2025.07.18 19:24:36.958143 [ 4 ] {4df46537-1b10-4629-874f-213dd4254d97} <Debug> TCPHandler: Processed in 0.002014381 sec. | ||
13698 | 2025.07.18 19:24:36.958268 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13699 | 2025.07.18 19:24:36.958363 [ 4 ] {e485dc67-1c38-4492-85fb-3225dd3eabb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
13700 | 2025.07.18 19:24:36.958402 [ 4 ] {e485dc67-1c38-4492-85fb-3225dd3eabb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13701 | 2025.07.18 19:24:36.958838 [ 4 ] {e485dc67-1c38-4492-85fb-3225dd3eabb7} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13702 | 2025.07.18 19:24:36.958873 [ 4 ] {e485dc67-1c38-4492-85fb-3225dd3eabb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13703 | 2025.07.18 19:24:36.959169 [ 4 ] {e485dc67-1c38-4492-85fb-3225dd3eabb7} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
13704 | 2025.07.18 19:24:36.959382 [ 4 ] {e485dc67-1c38-4492-85fb-3225dd3eabb7} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13705 | 2025.07.18 19:24:36.959508 [ 4 ] {e485dc67-1c38-4492-85fb-3225dd3eabb7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001164 sec., 54982.817869415805 rows/sec., 4.29 MiB/sec. | ||
13706 | 2025.07.18 19:24:36.959545 [ 4 ] {e485dc67-1c38-4492-85fb-3225dd3eabb7} <Debug> TCPHandler: Processed in 0.001327411 sec. | ||
13707 | 2025.07.18 19:24:36.959661 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13708 | 2025.07.18 19:24:36.959755 [ 4 ] {b3e924aa-3a71-42a4-b9aa-f1c731ee485a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
13709 | 2025.07.18 19:24:36.959799 [ 4 ] {b3e924aa-3a71-42a4-b9aa-f1c731ee485a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13710 | 2025.07.18 19:24:36.960239 [ 4 ] {b3e924aa-3a71-42a4-b9aa-f1c731ee485a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13711 | 2025.07.18 19:24:36.960275 [ 4 ] {b3e924aa-3a71-42a4-b9aa-f1c731ee485a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13712 | 2025.07.18 19:24:36.960594 [ 4 ] {b3e924aa-3a71-42a4-b9aa-f1c731ee485a} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
13713 | 2025.07.18 19:24:36.960809 [ 4 ] {b3e924aa-3a71-42a4-b9aa-f1c731ee485a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13714 | 2025.07.18 19:24:36.960924 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 5 parts from all_1_105_21 to all_109_109_0 | ||
13715 | 2025.07.18 19:24:36.960937 [ 4 ] {b3e924aa-3a71-42a4-b9aa-f1c731ee485a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. | ||
13716 | 2025.07.18 19:24:36.960988 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13717 | 2025.07.18 19:24:36.960997 [ 4 ] {b3e924aa-3a71-42a4-b9aa-f1c731ee485a} <Debug> TCPHandler: Processed in 0.001384971 sec. | ||
13718 | 2025.07.18 19:24:36.961017 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13719 | 2025.07.18 19:24:36.961124 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13720 | 2025.07.18 19:24:36.961153 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_105_21 to all_109_109_0 into Compact with storage Full | ||
13721 | 2025.07.18 19:24:36.961222 [ 4 ] {f9205a08-ac88-4fd7-976d-863bc14ecf62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
13722 | 2025.07.18 19:24:36.961268 [ 4 ] {f9205a08-ac88-4fd7-976d-863bc14ecf62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13723 | 2025.07.18 19:24:36.961320 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13724 | 2025.07.18 19:24:36.961368 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_105_21, total 40083 rows starting from the beginning of the part | ||
13725 | 2025.07.18 19:24:36.961443 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 1007 rows starting from the beginning of the part | ||
13726 | 2025.07.18 19:24:36.961496 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 307 rows starting from the beginning of the part | ||
13727 | 2025.07.18 19:24:36.961548 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part | ||
13728 | 2025.07.18 19:24:36.961599 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 313 rows starting from the beginning of the part | ||
13729 | 2025.07.18 19:24:36.961618 [ 4 ] {f9205a08-ac88-4fd7-976d-863bc14ecf62} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13730 | 2025.07.18 19:24:36.961660 [ 4 ] {f9205a08-ac88-4fd7-976d-863bc14ecf62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13731 | 2025.07.18 19:24:36.962030 [ 4 ] {f9205a08-ac88-4fd7-976d-863bc14ecf62} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
13732 | 2025.07.18 19:24:36.962234 [ 4 ] {f9205a08-ac88-4fd7-976d-863bc14ecf62} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13733 | 2025.07.18 19:24:36.962366 [ 4 ] {f9205a08-ac88-4fd7-976d-863bc14ecf62} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001162 sec., 51635.11187607573 rows/sec., 3.48 MiB/sec. | ||
13734 | 2025.07.18 19:24:36.962401 [ 4 ] {f9205a08-ac88-4fd7-976d-863bc14ecf62} <Debug> TCPHandler: Processed in 0.001327761 sec. | ||
13735 | 2025.07.18 19:24:36.969109 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41870 rows, containing 5 columns (5 merged, 0 gathered) in 0.008020064 sec., 5220656.593264094 rows/sec., 349.49 MiB/sec. | ||
13736 | 2025.07.18 19:24:36.969401 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} <Trace> MergedBlockOutputStream: filled checksums all_1_109_22 (state Temporary) | ||
13737 | 2025.07.18 19:24:36.969699 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_109_22 to all_1_109_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13738 | 2025.07.18 19:24:36.969760 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 5 parts: [all_1_105_21, all_109_109_0] -> all_1_109_22 | ||
13739 | 2025.07.18 19:24:36.969848 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
13740 | 2025.07.18 19:24:40.465122 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13741 | 2025.07.18 19:24:40.465184 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13742 | 2025.07.18 19:24:40.664203 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34831 | ||
13743 | 2025.07.18 19:24:40.664706 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13744 | 2025.07.18 19:24:40.664759 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13745 | 2025.07.18 19:24:40.665257 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13746 | 2025.07.18 19:24:40.665499 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13747 | 2025.07.18 19:24:40.665638 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
13748 | 2025.07.18 19:24:40.665650 [ 29 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13749 | 2025.07.18 19:24:40.665706 [ 29 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13750 | 2025.07.18 19:24:40.665725 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13751 | 2025.07.18 19:24:40.665830 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
13752 | 2025.07.18 19:24:40.665936 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13753 | 2025.07.18 19:24:40.665973 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32574 rows starting from the beginning of the part | ||
13754 | 2025.07.18 19:24:40.666045 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 427 rows starting from the beginning of the part | ||
13755 | 2025.07.18 19:24:40.666105 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 488 rows starting from the beginning of the part | ||
13756 | 2025.07.18 19:24:40.666154 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 427 rows starting from the beginning of the part | ||
13757 | 2025.07.18 19:24:40.666200 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 488 rows starting from the beginning of the part | ||
13758 | 2025.07.18 19:24:40.666247 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 427 rows starting from the beginning of the part | ||
13759 | 2025.07.18 19:24:40.668644 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.002857444 sec., 12189565.21982583 rows/sec., 174.37 MiB/sec. | ||
13760 | 2025.07.18 19:24:40.668849 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13761 | 2025.07.18 19:24:40.669117 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_76_15} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13762 | 2025.07.18 19:24:40.669182 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_76_15} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13763 | 2025.07.18 19:24:40.669248 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. | ||
13764 | 2025.07.18 19:24:40.761124 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1900 | ||
13765 | 2025.07.18 19:24:40.763536 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13766 | 2025.07.18 19:24:40.763598 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13767 | 2025.07.18 19:24:40.764808 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
13768 | 2025.07.18 19:24:40.765078 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13769 | 2025.07.18 19:24:40.765287 [ 29 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
13770 | 2025.07.18 19:24:40.765371 [ 29 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13771 | 2025.07.18 19:24:40.765389 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1900 | ||
13772 | 2025.07.18 19:24:40.765408 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13773 | 2025.07.18 19:24:40.765550 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
13774 | 2025.07.18 19:24:40.766169 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13775 | 2025.07.18 19:24:40.766313 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1740 rows starting from the beginning of the part | ||
13776 | 2025.07.18 19:24:40.766656 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 30 rows starting from the beginning of the part | ||
13777 | 2025.07.18 19:24:40.766968 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 32 rows starting from the beginning of the part | ||
13778 | 2025.07.18 19:24:40.767265 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 36 rows starting from the beginning of the part | ||
13779 | 2025.07.18 19:24:40.767549 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 30 rows starting from the beginning of the part | ||
13780 | 2025.07.18 19:24:40.767835 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
13781 | 2025.07.18 19:24:40.773980 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1900 rows, containing 72 columns (72 merged, 0 gathered) in 0.008484261 sec., 223944.0771565137 rows/sec., 170.33 MiB/sec. | ||
13782 | 2025.07.18 19:24:40.776127 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
13783 | 2025.07.18 19:24:40.776688 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_56_11} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13784 | 2025.07.18 19:24:40.776772 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_56_11} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
13785 | 2025.07.18 19:24:40.777069 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB. | ||
13786 | 2025.07.18 19:24:41.970162 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13787 | 2025.07.18 19:24:41.970336 [ 4 ] {95b1d8c0-e6f1-42e9-a9d6-a8bf86ba8b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
13788 | 2025.07.18 19:24:41.970401 [ 4 ] {95b1d8c0-e6f1-42e9-a9d6-a8bf86ba8b11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
13789 | 2025.07.18 19:24:41.971241 [ 4 ] {95b1d8c0-e6f1-42e9-a9d6-a8bf86ba8b11} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13790 | 2025.07.18 19:24:41.971300 [ 4 ] {95b1d8c0-e6f1-42e9-a9d6-a8bf86ba8b11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13791 | 2025.07.18 19:24:41.971754 [ 4 ] {95b1d8c0-e6f1-42e9-a9d6-a8bf86ba8b11} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
13792 | 2025.07.18 19:24:41.971983 [ 4 ] {95b1d8c0-e6f1-42e9-a9d6-a8bf86ba8b11} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13793 | 2025.07.18 19:24:41.972135 [ 4 ] {95b1d8c0-e6f1-42e9-a9d6-a8bf86ba8b11} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001848 sec., 212121.21212121213 rows/sec., 13.46 MiB/sec. | ||
13794 | 2025.07.18 19:24:41.972180 [ 4 ] {95b1d8c0-e6f1-42e9-a9d6-a8bf86ba8b11} <Debug> TCPHandler: Processed in 0.002145493 sec. | ||
13795 | 2025.07.18 19:24:41.972312 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13796 | 2025.07.18 19:24:41.972410 [ 4 ] {bd69c52b-e68b-49b9-8212-2fb7da04e23e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
13797 | 2025.07.18 19:24:41.972462 [ 4 ] {bd69c52b-e68b-49b9-8212-2fb7da04e23e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13798 | 2025.07.18 19:24:41.973490 [ 4 ] {bd69c52b-e68b-49b9-8212-2fb7da04e23e} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13799 | 2025.07.18 19:24:41.973527 [ 4 ] {bd69c52b-e68b-49b9-8212-2fb7da04e23e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13800 | 2025.07.18 19:24:41.973943 [ 4 ] {bd69c52b-e68b-49b9-8212-2fb7da04e23e} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
13801 | 2025.07.18 19:24:41.974166 [ 4 ] {bd69c52b-e68b-49b9-8212-2fb7da04e23e} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13802 | 2025.07.18 19:24:41.974301 [ 4 ] {bd69c52b-e68b-49b9-8212-2fb7da04e23e} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001911 sec., 601255.8869701728 rows/sec., 47.99 MiB/sec. | ||
13803 | 2025.07.18 19:24:41.974314 [ 29 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
13804 | 2025.07.18 19:24:41.974340 [ 4 ] {bd69c52b-e68b-49b9-8212-2fb7da04e23e} <Debug> TCPHandler: Processed in 0.002080581 sec. | ||
13805 | 2025.07.18 19:24:41.974389 [ 29 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13806 | 2025.07.18 19:24:41.974416 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13807 | 2025.07.18 19:24:41.974504 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13808 | 2025.07.18 19:24:41.974544 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
13809 | 2025.07.18 19:24:41.974607 [ 4 ] {11b0ca33-1de4-43e8-a553-9ff9fb47a6cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
13810 | 2025.07.18 19:24:41.974655 [ 4 ] {11b0ca33-1de4-43e8-a553-9ff9fb47a6cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13811 | 2025.07.18 19:24:41.974688 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13812 | 2025.07.18 19:24:41.974727 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2298 rows starting from the beginning of the part | ||
13813 | 2025.07.18 19:24:41.974795 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 1149 rows starting from the beginning of the part | ||
13814 | 2025.07.18 19:24:41.974840 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 56 rows starting from the beginning of the part | ||
13815 | 2025.07.18 19:24:41.974886 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 1155 rows starting from the beginning of the part | ||
13816 | 2025.07.18 19:24:41.974933 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 56 rows starting from the beginning of the part | ||
13817 | 2025.07.18 19:24:41.974974 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 1149 rows starting from the beginning of the part | ||
13818 | 2025.07.18 19:24:41.975181 [ 4 ] {11b0ca33-1de4-43e8-a553-9ff9fb47a6cd} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13819 | 2025.07.18 19:24:41.975225 [ 4 ] {11b0ca33-1de4-43e8-a553-9ff9fb47a6cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13820 | 2025.07.18 19:24:41.975577 [ 4 ] {11b0ca33-1de4-43e8-a553-9ff9fb47a6cd} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
13821 | 2025.07.18 19:24:41.975816 [ 4 ] {11b0ca33-1de4-43e8-a553-9ff9fb47a6cd} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13822 | 2025.07.18 19:24:41.975957 [ 4 ] {11b0ca33-1de4-43e8-a553-9ff9fb47a6cd} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001371 sec., 172866.52078774618 rows/sec., 10.58 MiB/sec. | ||
13823 | 2025.07.18 19:24:41.975996 [ 4 ] {11b0ca33-1de4-43e8-a553-9ff9fb47a6cd} <Debug> TCPHandler: Processed in 0.001544194 sec. | ||
13824 | 2025.07.18 19:24:41.976108 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13825 | 2025.07.18 19:24:41.976203 [ 4 ] {180a1319-f5fc-41a9-80e2-71e30ce6071d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
13826 | 2025.07.18 19:24:41.976244 [ 4 ] {180a1319-f5fc-41a9-80e2-71e30ce6071d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13827 | 2025.07.18 19:24:41.976733 [ 4 ] {180a1319-f5fc-41a9-80e2-71e30ce6071d} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13828 | 2025.07.18 19:24:41.976770 [ 4 ] {180a1319-f5fc-41a9-80e2-71e30ce6071d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13829 | 2025.07.18 19:24:41.977038 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5863 rows, containing 5 columns (5 merged, 0 gathered) in 0.002555489 sec., 2294277.1422612267 rows/sec., 192.98 MiB/sec. | ||
13830 | 2025.07.18 19:24:41.977176 [ 4 ] {180a1319-f5fc-41a9-80e2-71e30ce6071d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
13831 | 2025.07.18 19:24:41.977287 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
13832 | 2025.07.18 19:24:41.977514 [ 4 ] {180a1319-f5fc-41a9-80e2-71e30ce6071d} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13833 | 2025.07.18 19:24:41.977579 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13834 | 2025.07.18 19:24:41.977656 [ 29 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_62_13 to all_67_67_0 | ||
13835 | 2025.07.18 19:24:41.977663 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
13836 | 2025.07.18 19:24:41.977687 [ 4 ] {180a1319-f5fc-41a9-80e2-71e30ce6071d} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001501 sec., 135243.1712191872 rows/sec., 8.72 MiB/sec. | ||
13837 | 2025.07.18 19:24:41.977692 [ 29 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13838 | 2025.07.18 19:24:41.977733 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13839 | 2025.07.18 19:24:41.977743 [ 4 ] {180a1319-f5fc-41a9-80e2-71e30ce6071d} <Debug> TCPHandler: Processed in 0.001684276 sec. | ||
13840 | 2025.07.18 19:24:41.977756 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
13841 | 2025.07.18 19:24:41.977888 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13842 | 2025.07.18 19:24:41.977888 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_62_13 to all_67_67_0 into Compact with storage Full | ||
13843 | 2025.07.18 19:24:41.978013 [ 4 ] {e1ffb48e-37a4-4736-908b-2d56c5b24af6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
13844 | 2025.07.18 19:24:41.978013 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13845 | 2025.07.18 19:24:41.978063 [ 4 ] {e1ffb48e-37a4-4736-908b-2d56c5b24af6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13846 | 2025.07.18 19:24:41.978063 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_62_13, total 431 rows starting from the beginning of the part | ||
13847 | 2025.07.18 19:24:41.978146 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 203 rows starting from the beginning of the part | ||
13848 | 2025.07.18 19:24:41.978220 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 228 rows starting from the beginning of the part | ||
13849 | 2025.07.18 19:24:41.978284 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 203 rows starting from the beginning of the part | ||
13850 | 2025.07.18 19:24:41.978346 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 203 rows starting from the beginning of the part | ||
13851 | 2025.07.18 19:24:41.978390 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 203 rows starting from the beginning of the part | ||
13852 | 2025.07.18 19:24:41.978665 [ 4 ] {e1ffb48e-37a4-4736-908b-2d56c5b24af6} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13853 | 2025.07.18 19:24:41.978704 [ 4 ] {e1ffb48e-37a4-4736-908b-2d56c5b24af6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13854 | 2025.07.18 19:24:41.979131 [ 4 ] {e1ffb48e-37a4-4736-908b-2d56c5b24af6} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
13855 | 2025.07.18 19:24:41.979449 [ 4 ] {e1ffb48e-37a4-4736-908b-2d56c5b24af6} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13856 | 2025.07.18 19:24:41.979615 [ 4 ] {e1ffb48e-37a4-4736-908b-2d56c5b24af6} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001625 sec., 124307.69230769231 rows/sec., 7.06 MiB/sec. | ||
13857 | 2025.07.18 19:24:41.979666 [ 4 ] {e1ffb48e-37a4-4736-908b-2d56c5b24af6} <Debug> TCPHandler: Processed in 0.001842519 sec. | ||
13858 | 2025.07.18 19:24:41.979732 [ 192 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001900559 sec., 773982.8124251865 rows/sec., 53.65 MiB/sec. | ||
13859 | 2025.07.18 19:24:41.979797 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13860 | 2025.07.18 19:24:41.979896 [ 4 ] {e5471a5b-fd3a-4997-ad96-62436a68ba54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
13861 | 2025.07.18 19:24:41.979898 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} <Trace> MergedBlockOutputStream: filled checksums all_1_67_14 (state Temporary) | ||
13862 | 2025.07.18 19:24:41.979939 [ 4 ] {e5471a5b-fd3a-4997-ad96-62436a68ba54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13863 | 2025.07.18 19:24:41.980189 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_67_14 to all_1_67_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13864 | 2025.07.18 19:24:41.980254 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_62_13, all_67_67_0] -> all_1_67_14 | ||
13865 | 2025.07.18 19:24:41.980316 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
13866 | 2025.07.18 19:24:41.980625 [ 4 ] {e5471a5b-fd3a-4997-ad96-62436a68ba54} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13867 | 2025.07.18 19:24:41.980662 [ 4 ] {e5471a5b-fd3a-4997-ad96-62436a68ba54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13868 | 2025.07.18 19:24:41.981009 [ 4 ] {e5471a5b-fd3a-4997-ad96-62436a68ba54} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
13869 | 2025.07.18 19:24:41.981223 [ 4 ] {e5471a5b-fd3a-4997-ad96-62436a68ba54} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13870 | 2025.07.18 19:24:41.981347 [ 29 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
13871 | 2025.07.18 19:24:41.981354 [ 4 ] {e5471a5b-fd3a-4997-ad96-62436a68ba54} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001475 sec., 469830.5084745763 rows/sec., 33.01 MiB/sec. | ||
13872 | 2025.07.18 19:24:41.981387 [ 29 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13873 | 2025.07.18 19:24:41.981415 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13874 | 2025.07.18 19:24:41.981429 [ 4 ] {e5471a5b-fd3a-4997-ad96-62436a68ba54} <Debug> TCPHandler: Processed in 0.001680975 sec. | ||
13875 | 2025.07.18 19:24:41.981483 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
13876 | 2025.07.18 19:24:41.981562 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13877 | 2025.07.18 19:24:41.981569 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13878 | 2025.07.18 19:24:41.981610 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1185 rows starting from the beginning of the part | ||
13879 | 2025.07.18 19:24:41.981656 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 693 rows starting from the beginning of the part | ||
13880 | 2025.07.18 19:24:41.981666 [ 4 ] {ebc8e002-f64d-479d-bf0f-73a45f77ed14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
13881 | 2025.07.18 19:24:41.981696 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 64 rows starting from the beginning of the part | ||
13882 | 2025.07.18 19:24:41.981714 [ 4 ] {ebc8e002-f64d-479d-bf0f-73a45f77ed14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13883 | 2025.07.18 19:24:41.981734 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 705 rows starting from the beginning of the part | ||
13884 | 2025.07.18 19:24:41.981777 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 64 rows starting from the beginning of the part | ||
13885 | 2025.07.18 19:24:41.981810 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 693 rows starting from the beginning of the part | ||
13886 | 2025.07.18 19:24:41.982074 [ 4 ] {ebc8e002-f64d-479d-bf0f-73a45f77ed14} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13887 | 2025.07.18 19:24:41.982115 [ 4 ] {ebc8e002-f64d-479d-bf0f-73a45f77ed14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13888 | 2025.07.18 19:24:41.982476 [ 4 ] {ebc8e002-f64d-479d-bf0f-73a45f77ed14} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
13889 | 2025.07.18 19:24:41.982690 [ 4 ] {ebc8e002-f64d-479d-bf0f-73a45f77ed14} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13890 | 2025.07.18 19:24:41.982825 [ 4 ] {ebc8e002-f64d-479d-bf0f-73a45f77ed14} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001178 sec., 5093.378607809847 rows/sec., 266.11 KiB/sec. | ||
13891 | 2025.07.18 19:24:41.982863 [ 4 ] {ebc8e002-f64d-479d-bf0f-73a45f77ed14} <Debug> TCPHandler: Processed in 0.001351731 sec. | ||
13892 | 2025.07.18 19:24:41.982964 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3404 rows, containing 5 columns (5 merged, 0 gathered) in 0.001510193 sec., 2254016.5396078513 rows/sec., 168.85 MiB/sec. | ||
13893 | 2025.07.18 19:24:41.982976 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13894 | 2025.07.18 19:24:41.983083 [ 4 ] {9bf12d15-2fc0-40a7-b15b-75f37d243109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
13895 | 2025.07.18 19:24:41.983127 [ 4 ] {9bf12d15-2fc0-40a7-b15b-75f37d243109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13896 | 2025.07.18 19:24:41.983198 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
13897 | 2025.07.18 19:24:41.983501 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13898 | 2025.07.18 19:24:41.983578 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
13899 | 2025.07.18 19:24:41.983584 [ 4 ] {9bf12d15-2fc0-40a7-b15b-75f37d243109} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13900 | 2025.07.18 19:24:41.983628 [ 4 ] {9bf12d15-2fc0-40a7-b15b-75f37d243109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13901 | 2025.07.18 19:24:41.983671 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
13902 | 2025.07.18 19:24:41.984080 [ 4 ] {9bf12d15-2fc0-40a7-b15b-75f37d243109} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
13903 | 2025.07.18 19:24:41.984308 [ 4 ] {9bf12d15-2fc0-40a7-b15b-75f37d243109} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13904 | 2025.07.18 19:24:41.984445 [ 4 ] {9bf12d15-2fc0-40a7-b15b-75f37d243109} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001381 sec., 222302.67921795798 rows/sec., 14.62 MiB/sec. | ||
13905 | 2025.07.18 19:24:41.984483 [ 4 ] {9bf12d15-2fc0-40a7-b15b-75f37d243109} <Debug> TCPHandler: Processed in 0.001557264 sec. | ||
13906 | 2025.07.18 19:24:41.984600 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13907 | 2025.07.18 19:24:41.984695 [ 4 ] {01848eb6-0563-4e8b-b3e5-7f26d7c22053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
13908 | 2025.07.18 19:24:41.984737 [ 4 ] {01848eb6-0563-4e8b-b3e5-7f26d7c22053} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13909 | 2025.07.18 19:24:41.985080 [ 4 ] {01848eb6-0563-4e8b-b3e5-7f26d7c22053} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13910 | 2025.07.18 19:24:41.985116 [ 4 ] {01848eb6-0563-4e8b-b3e5-7f26d7c22053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13911 | 2025.07.18 19:24:41.985425 [ 4 ] {01848eb6-0563-4e8b-b3e5-7f26d7c22053} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
13912 | 2025.07.18 19:24:41.985645 [ 4 ] {01848eb6-0563-4e8b-b3e5-7f26d7c22053} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13913 | 2025.07.18 19:24:41.985754 [ 29 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
13914 | 2025.07.18 19:24:41.985776 [ 4 ] {01848eb6-0563-4e8b-b3e5-7f26d7c22053} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0011 sec., 909.090909090909 rows/sec., 61.26 KiB/sec. | ||
13915 | 2025.07.18 19:24:41.985789 [ 29 ] {} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13916 | 2025.07.18 19:24:41.985817 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13917 | 2025.07.18 19:24:41.985821 [ 4 ] {01848eb6-0563-4e8b-b3e5-7f26d7c22053} <Debug> TCPHandler: Processed in 0.001270099 sec. | ||
13918 | 2025.07.18 19:24:41.985899 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
13919 | 2025.07.18 19:24:41.985952 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13920 | 2025.07.18 19:24:41.986002 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13921 | 2025.07.18 19:24:41.986034 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 50 rows starting from the beginning of the part | ||
13922 | 2025.07.18 19:24:41.986051 [ 4 ] {e01866af-9db7-4ed6-8403-da50b323efbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
13923 | 2025.07.18 19:24:41.986087 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part | ||
13924 | 2025.07.18 19:24:41.986110 [ 4 ] {e01866af-9db7-4ed6-8403-da50b323efbd} <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 | ||
13925 | 2025.07.18 19:24:41.986133 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part | ||
13926 | 2025.07.18 19:24:41.986176 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part | ||
13927 | 2025.07.18 19:24:41.986212 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part | ||
13928 | 2025.07.18 19:24:41.986248 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part | ||
13929 | 2025.07.18 19:24:41.986989 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 55 rows, containing 4 columns (4 merged, 0 gathered) in 0.001125427 sec., 48870.33987988559 rows/sec., 3.22 MiB/sec. | ||
13930 | 2025.07.18 19:24:41.987055 [ 4 ] {e01866af-9db7-4ed6-8403-da50b323efbd} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13931 | 2025.07.18 19:24:41.987096 [ 4 ] {e01866af-9db7-4ed6-8403-da50b323efbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13932 | 2025.07.18 19:24:41.987123 [ 191 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
13933 | 2025.07.18 19:24:41.987389 [ 191 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13934 | 2025.07.18 19:24:41.987456 [ 191 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
13935 | 2025.07.18 19:24:41.987539 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13936 | 2025.07.18 19:24:41.987684 [ 4 ] {e01866af-9db7-4ed6-8403-da50b323efbd} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
13937 | 2025.07.18 19:24:41.987918 [ 4 ] {e01866af-9db7-4ed6-8403-da50b323efbd} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13938 | 2025.07.18 19:24:41.988059 [ 4 ] {e01866af-9db7-4ed6-8403-da50b323efbd} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002026 sec., 20236.920039486675 rows/sec., 36.26 MiB/sec. | ||
13939 | 2025.07.18 19:24:41.988120 [ 4 ] {e01866af-9db7-4ed6-8403-da50b323efbd} <Debug> TCPHandler: Processed in 0.002218875 sec. | ||
13940 | 2025.07.18 19:24:41.988247 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13941 | 2025.07.18 19:24:41.988342 [ 4 ] {bfcb424f-7dab-454d-a423-2bceab79d07e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
13942 | 2025.07.18 19:24:41.988382 [ 4 ] {bfcb424f-7dab-454d-a423-2bceab79d07e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13943 | 2025.07.18 19:24:41.988740 [ 4 ] {bfcb424f-7dab-454d-a423-2bceab79d07e} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13944 | 2025.07.18 19:24:41.988775 [ 4 ] {bfcb424f-7dab-454d-a423-2bceab79d07e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13945 | 2025.07.18 19:24:41.989087 [ 4 ] {bfcb424f-7dab-454d-a423-2bceab79d07e} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
13946 | 2025.07.18 19:24:41.989318 [ 4 ] {bfcb424f-7dab-454d-a423-2bceab79d07e} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13947 | 2025.07.18 19:24:41.989447 [ 4 ] {bfcb424f-7dab-454d-a423-2bceab79d07e} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001124 sec., 90747.33096085409 rows/sec., 5.58 MiB/sec. | ||
13948 | 2025.07.18 19:24:41.989483 [ 4 ] {bfcb424f-7dab-454d-a423-2bceab79d07e} <Debug> TCPHandler: Processed in 0.001285039 sec. | ||
13949 | 2025.07.18 19:24:42.557044 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 573 | ||
13950 | 2025.07.18 19:24:42.574266 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13951 | 2025.07.18 19:24:42.574393 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13952 | 2025.07.18 19:24:42.580478 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13953 | 2025.07.18 19:24:42.581214 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13954 | 2025.07.18 19:24:42.581534 [ 34 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13955 | 2025.07.18 19:24:42.581603 [ 34 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13956 | 2025.07.18 19:24:42.581627 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
13957 | 2025.07.18 19:24:42.581736 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
13958 | 2025.07.18 19:24:42.584830 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
13959 | 2025.07.18 19:24:42.585504 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13960 | 2025.07.18 19:24:42.586989 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part | ||
13961 | 2025.07.18 19:24:42.591867 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part | ||
13962 | 2025.07.18 19:24:42.596648 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part | ||
13963 | 2025.07.18 19:24:42.601127 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part | ||
13964 | 2025.07.18 19:24:42.605943 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 7 rows starting from the beginning of the part | ||
13965 | 2025.07.18 19:24:42.610298 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part | ||
13966 | 2025.07.18 19:24:42.671440 [ 196 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.08974822 sec., 6384.527737708892 rows/sec., 33.01 MiB/sec. | ||
13967 | 2025.07.18 19:24:42.674134 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13968 | 2025.07.18 19:24:42.676143 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_76_15} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13969 | 2025.07.18 19:24:42.676264 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_76_15} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13970 | 2025.07.18 19:24:42.678329 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
13971 | 2025.07.18 19:24:46.605759 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13972 | 2025.07.18 19:24:46.605973 [ 4 ] {d0233184-49e4-4005-a01d-260e74ee6f27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
13973 | 2025.07.18 19:24:46.606041 [ 4 ] {d0233184-49e4-4005-a01d-260e74ee6f27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13974 | 2025.07.18 19:24:46.607664 [ 4 ] {d0233184-49e4-4005-a01d-260e74ee6f27} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13975 | 2025.07.18 19:24:46.607711 [ 4 ] {d0233184-49e4-4005-a01d-260e74ee6f27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
13976 | 2025.07.18 19:24:46.608200 [ 4 ] {d0233184-49e4-4005-a01d-260e74ee6f27} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
13977 | 2025.07.18 19:24:46.608424 [ 4 ] {d0233184-49e4-4005-a01d-260e74ee6f27} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13978 | 2025.07.18 19:24:46.608575 [ 4 ] {d0233184-49e4-4005-a01d-260e74ee6f27} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002657 sec., 450131.72751223185 rows/sec., 37.11 MiB/sec. | ||
13979 | 2025.07.18 19:24:46.608619 [ 4 ] {d0233184-49e4-4005-a01d-260e74ee6f27} <Debug> TCPHandler: Processed in 0.002995496 sec. | ||
13980 | 2025.07.18 19:24:46.608759 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13981 | 2025.07.18 19:24:46.608857 [ 4 ] {ae177069-9b41-46f3-9c38-38e9fadd2097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
13982 | 2025.07.18 19:24:46.608898 [ 4 ] {ae177069-9b41-46f3-9c38-38e9fadd2097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13983 | 2025.07.18 19:24:46.609452 [ 4 ] {ae177069-9b41-46f3-9c38-38e9fadd2097} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13984 | 2025.07.18 19:24:46.609489 [ 4 ] {ae177069-9b41-46f3-9c38-38e9fadd2097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
13985 | 2025.07.18 19:24:46.609795 [ 4 ] {ae177069-9b41-46f3-9c38-38e9fadd2097} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13986 | 2025.07.18 19:24:46.610001 [ 4 ] {ae177069-9b41-46f3-9c38-38e9fadd2097} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13987 | 2025.07.18 19:24:46.610129 [ 4 ] {ae177069-9b41-46f3-9c38-38e9fadd2097} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001294 sec., 176197.83616692427 rows/sec., 11.93 MiB/sec. | ||
13988 | 2025.07.18 19:24:46.610166 [ 4 ] {ae177069-9b41-46f3-9c38-38e9fadd2097} <Debug> TCPHandler: Processed in 0.001458292 sec. | ||
13989 | 2025.07.18 19:24:46.610284 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13990 | 2025.07.18 19:24:46.610378 [ 4 ] {f306ed5c-edaa-40cf-a9ec-110fdebb1155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
13991 | 2025.07.18 19:24:46.610418 [ 4 ] {f306ed5c-edaa-40cf-a9ec-110fdebb1155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13992 | 2025.07.18 19:24:46.611073 [ 4 ] {f306ed5c-edaa-40cf-a9ec-110fdebb1155} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13993 | 2025.07.18 19:24:46.611109 [ 4 ] {f306ed5c-edaa-40cf-a9ec-110fdebb1155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
13994 | 2025.07.18 19:24:46.611462 [ 4 ] {f306ed5c-edaa-40cf-a9ec-110fdebb1155} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
13995 | 2025.07.18 19:24:46.611704 [ 4 ] {f306ed5c-edaa-40cf-a9ec-110fdebb1155} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13996 | 2025.07.18 19:24:46.611833 [ 4 ] {f306ed5c-edaa-40cf-a9ec-110fdebb1155} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001473 sec., 353021.04548540397 rows/sec., 26.12 MiB/sec. | ||
13997 | 2025.07.18 19:24:46.611871 [ 4 ] {f306ed5c-edaa-40cf-a9ec-110fdebb1155} <Debug> TCPHandler: Processed in 0.001638346 sec. | ||
13998 | 2025.07.18 19:24:46.611991 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13999 | 2025.07.18 19:24:46.612089 [ 4 ] {7f26f1dc-4337-45c1-b94c-c96b93e13d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
14000 | 2025.07.18 19:24:46.612133 [ 4 ] {7f26f1dc-4337-45c1-b94c-c96b93e13d75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14001 | 2025.07.18 19:24:46.612836 [ 4 ] {7f26f1dc-4337-45c1-b94c-c96b93e13d75} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14002 | 2025.07.18 19:24:46.612873 [ 4 ] {7f26f1dc-4337-45c1-b94c-c96b93e13d75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14003 | 2025.07.18 19:24:46.613263 [ 4 ] {7f26f1dc-4337-45c1-b94c-c96b93e13d75} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
14004 | 2025.07.18 19:24:46.613488 [ 4 ] {7f26f1dc-4337-45c1-b94c-c96b93e13d75} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14005 | 2025.07.18 19:24:46.613620 [ 4 ] {7f26f1dc-4337-45c1-b94c-c96b93e13d75} <Debug> executeQuery: Read 1006 rows, 69.24 KiB in 0.001549 sec., 649451.2588766946 rows/sec., 43.65 MiB/sec. | ||
14006 | 2025.07.18 19:24:46.613658 [ 4 ] {7f26f1dc-4337-45c1-b94c-c96b93e13d75} <Debug> TCPHandler: Processed in 0.001717156 sec. | ||
14007 | 2025.07.18 19:24:46.613778 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14008 | 2025.07.18 19:24:46.613888 [ 4 ] {384873de-617e-4d21-abc6-e15b0e81236d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
14009 | 2025.07.18 19:24:46.613931 [ 4 ] {384873de-617e-4d21-abc6-e15b0e81236d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14010 | 2025.07.18 19:24:46.614287 [ 4 ] {384873de-617e-4d21-abc6-e15b0e81236d} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14011 | 2025.07.18 19:24:46.614323 [ 4 ] {384873de-617e-4d21-abc6-e15b0e81236d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14012 | 2025.07.18 19:24:46.614630 [ 4 ] {384873de-617e-4d21-abc6-e15b0e81236d} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
14013 | 2025.07.18 19:24:46.614866 [ 4 ] {384873de-617e-4d21-abc6-e15b0e81236d} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14014 | 2025.07.18 19:24:46.615020 [ 30 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
14015 | 2025.07.18 19:24:46.615028 [ 4 ] {384873de-617e-4d21-abc6-e15b0e81236d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001158 sec., 51813.47150259068 rows/sec., 3.49 MiB/sec. | ||
14016 | 2025.07.18 19:24:46.615110 [ 30 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14017 | 2025.07.18 19:24:46.615133 [ 4 ] {384873de-617e-4d21-abc6-e15b0e81236d} <Debug> TCPHandler: Processed in 0.001403532 sec. | ||
14018 | 2025.07.18 19:24:46.615138 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14019 | 2025.07.18 19:24:46.615283 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
14020 | 2025.07.18 19:24:46.615464 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14021 | 2025.07.18 19:24:46.615508 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_106_21, total 8406 rows starting from the beginning of the part | ||
14022 | 2025.07.18 19:24:46.615574 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part | ||
14023 | 2025.07.18 19:24:46.615619 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 102 rows starting from the beginning of the part | ||
14024 | 2025.07.18 19:24:46.615664 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part | ||
14025 | 2025.07.18 19:24:46.615700 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 102 rows starting from the beginning of the part | ||
14026 | 2025.07.18 19:24:46.615741 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part | ||
14027 | 2025.07.18 19:24:46.618502 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8790 rows, containing 4 columns (4 merged, 0 gathered) in 0.00327707 sec., 2682274.1046117414 rows/sec., 170.63 MiB/sec. | ||
14028 | 2025.07.18 19:24:46.618732 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
14029 | 2025.07.18 19:24:46.618998 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_111_22} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14030 | 2025.07.18 19:24:46.619073 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_111_22} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
14031 | 2025.07.18 19:24:46.619153 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. | ||
14032 | 2025.07.18 19:24:48.165848 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35319 | ||
14033 | 2025.07.18 19:24:48.166380 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14034 | 2025.07.18 19:24:48.166430 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14035 | 2025.07.18 19:24:48.166939 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14036 | 2025.07.18 19:24:48.167195 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14037 | 2025.07.18 19:24:48.167343 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319 | ||
14038 | 2025.07.18 19:24:50.084998 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 580 | ||
14039 | 2025.07.18 19:24:50.102414 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14040 | 2025.07.18 19:24:50.102470 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14041 | 2025.07.18 19:24:50.108558 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14042 | 2025.07.18 19:24:50.109272 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14043 | 2025.07.18 19:24:50.112281 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 580 | ||
14044 | 2025.07.18 19:24:50.765691 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1932 | ||
14045 | 2025.07.18 19:24:50.767954 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14046 | 2025.07.18 19:24:50.767994 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14047 | 2025.07.18 19:24:50.769125 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
14048 | 2025.07.18 19:24:50.769396 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14049 | 2025.07.18 19:24:50.769649 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1932 | ||
14050 | 2025.07.18 19:24:51.318613 [ 223 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14051 | 2025.07.18 19:24:51.318664 [ 223 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14052 | 2025.07.18 19:24:51.320535 [ 223 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14053 | 2025.07.18 19:24:51.695476 [ 225 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14054 | 2025.07.18 19:24:51.695554 [ 225 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14055 | 2025.07.18 19:24:51.697744 [ 225 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14056 | 2025.07.18 19:24:51.861332 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14057 | 2025.07.18 19:24:51.861389 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14058 | 2025.07.18 19:24:51.863316 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14059 | 2025.07.18 19:24:51.970180 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14060 | 2025.07.18 19:24:51.970357 [ 4 ] {b677233c-b0bb-431e-8c6b-e0860248ec52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
14061 | 2025.07.18 19:24:51.970423 [ 4 ] {b677233c-b0bb-431e-8c6b-e0860248ec52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
14062 | 2025.07.18 19:24:51.971244 [ 4 ] {b677233c-b0bb-431e-8c6b-e0860248ec52} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14063 | 2025.07.18 19:24:51.971293 [ 4 ] {b677233c-b0bb-431e-8c6b-e0860248ec52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14064 | 2025.07.18 19:24:51.971684 [ 4 ] {b677233c-b0bb-431e-8c6b-e0860248ec52} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
14065 | 2025.07.18 19:24:51.971904 [ 4 ] {b677233c-b0bb-431e-8c6b-e0860248ec52} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14066 | 2025.07.18 19:24:51.972058 [ 4 ] {b677233c-b0bb-431e-8c6b-e0860248ec52} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.00175 sec., 224000 rows/sec., 14.21 MiB/sec. | ||
14067 | 2025.07.18 19:24:51.972107 [ 4 ] {b677233c-b0bb-431e-8c6b-e0860248ec52} <Debug> TCPHandler: Processed in 0.002048951 sec. | ||
14068 | 2025.07.18 19:24:51.972229 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14069 | 2025.07.18 19:24:51.972328 [ 4 ] {aa92cf4d-fce5-4f8f-84ad-3698680dc4ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
14070 | 2025.07.18 19:24:51.972371 [ 4 ] {aa92cf4d-fce5-4f8f-84ad-3698680dc4ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14071 | 2025.07.18 19:24:51.973326 [ 4 ] {aa92cf4d-fce5-4f8f-84ad-3698680dc4ea} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14072 | 2025.07.18 19:24:51.973364 [ 4 ] {aa92cf4d-fce5-4f8f-84ad-3698680dc4ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14073 | 2025.07.18 19:24:51.973740 [ 4 ] {aa92cf4d-fce5-4f8f-84ad-3698680dc4ea} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
14074 | 2025.07.18 19:24:51.973943 [ 4 ] {aa92cf4d-fce5-4f8f-84ad-3698680dc4ea} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14075 | 2025.07.18 19:24:51.974071 [ 4 ] {aa92cf4d-fce5-4f8f-84ad-3698680dc4ea} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001765 sec., 650991.5014164306 rows/sec., 51.96 MiB/sec. | ||
14076 | 2025.07.18 19:24:51.974109 [ 4 ] {aa92cf4d-fce5-4f8f-84ad-3698680dc4ea} <Debug> TCPHandler: Processed in 0.00192887 sec. | ||
14077 | 2025.07.18 19:24:51.974217 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14078 | 2025.07.18 19:24:51.974312 [ 4 ] {bb47da10-048f-4d75-a222-b257b716c2af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
14079 | 2025.07.18 19:24:51.974353 [ 4 ] {bb47da10-048f-4d75-a222-b257b716c2af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14080 | 2025.07.18 19:24:51.974840 [ 4 ] {bb47da10-048f-4d75-a222-b257b716c2af} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14081 | 2025.07.18 19:24:51.974874 [ 4 ] {bb47da10-048f-4d75-a222-b257b716c2af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14082 | 2025.07.18 19:24:51.975174 [ 4 ] {bb47da10-048f-4d75-a222-b257b716c2af} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
14083 | 2025.07.18 19:24:51.975376 [ 4 ] {bb47da10-048f-4d75-a222-b257b716c2af} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14084 | 2025.07.18 19:24:51.975502 [ 4 ] {bb47da10-048f-4d75-a222-b257b716c2af} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001209 sec., 196029.77667493795 rows/sec., 12.00 MiB/sec. | ||
14085 | 2025.07.18 19:24:51.975539 [ 4 ] {bb47da10-048f-4d75-a222-b257b716c2af} <Debug> TCPHandler: Processed in 0.001369361 sec. | ||
14086 | 2025.07.18 19:24:51.975644 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14087 | 2025.07.18 19:24:51.975736 [ 4 ] {8c69440c-09af-4ff5-83ed-1ef69bacb4e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
14088 | 2025.07.18 19:24:51.975776 [ 4 ] {8c69440c-09af-4ff5-83ed-1ef69bacb4e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14089 | 2025.07.18 19:24:51.976244 [ 4 ] {8c69440c-09af-4ff5-83ed-1ef69bacb4e8} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14090 | 2025.07.18 19:24:51.976278 [ 4 ] {8c69440c-09af-4ff5-83ed-1ef69bacb4e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14091 | 2025.07.18 19:24:51.976569 [ 4 ] {8c69440c-09af-4ff5-83ed-1ef69bacb4e8} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
14092 | 2025.07.18 19:24:51.976766 [ 4 ] {8c69440c-09af-4ff5-83ed-1ef69bacb4e8} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14093 | 2025.07.18 19:24:51.976890 [ 4 ] {8c69440c-09af-4ff5-83ed-1ef69bacb4e8} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001172 sec., 173208.19112627985 rows/sec., 11.17 MiB/sec. | ||
14094 | 2025.07.18 19:24:51.976928 [ 4 ] {8c69440c-09af-4ff5-83ed-1ef69bacb4e8} <Debug> TCPHandler: Processed in 0.00133319 sec. | ||
14095 | 2025.07.18 19:24:51.977025 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14096 | 2025.07.18 19:24:51.977110 [ 4 ] {3edef6c1-3438-4f38-8830-77f9ae94c73c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
14097 | 2025.07.18 19:24:51.977147 [ 4 ] {3edef6c1-3438-4f38-8830-77f9ae94c73c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14098 | 2025.07.18 19:24:51.977559 [ 4 ] {3edef6c1-3438-4f38-8830-77f9ae94c73c} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14099 | 2025.07.18 19:24:51.977590 [ 4 ] {3edef6c1-3438-4f38-8830-77f9ae94c73c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14100 | 2025.07.18 19:24:51.977932 [ 4 ] {3edef6c1-3438-4f38-8830-77f9ae94c73c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
14101 | 2025.07.18 19:24:51.978132 [ 4 ] {3edef6c1-3438-4f38-8830-77f9ae94c73c} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14102 | 2025.07.18 19:24:51.978261 [ 4 ] {3edef6c1-3438-4f38-8830-77f9ae94c73c} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001147 sec., 176111.59546643417 rows/sec., 10.00 MiB/sec. | ||
14103 | 2025.07.18 19:24:51.978297 [ 4 ] {3edef6c1-3438-4f38-8830-77f9ae94c73c} <Debug> TCPHandler: Processed in 0.00130871 sec. | ||
14104 | 2025.07.18 19:24:51.978405 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14105 | 2025.07.18 19:24:51.978495 [ 4 ] {d88f0803-46d7-400c-9413-f442793fdd10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
14106 | 2025.07.18 19:24:51.978533 [ 4 ] {d88f0803-46d7-400c-9413-f442793fdd10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14107 | 2025.07.18 19:24:51.979161 [ 4 ] {d88f0803-46d7-400c-9413-f442793fdd10} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14108 | 2025.07.18 19:24:51.979194 [ 4 ] {d88f0803-46d7-400c-9413-f442793fdd10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14109 | 2025.07.18 19:24:51.979506 [ 4 ] {d88f0803-46d7-400c-9413-f442793fdd10} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
14110 | 2025.07.18 19:24:51.979702 [ 4 ] {d88f0803-46d7-400c-9413-f442793fdd10} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14111 | 2025.07.18 19:24:51.979826 [ 4 ] {d88f0803-46d7-400c-9413-f442793fdd10} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001348 sec., 514094.9554896142 rows/sec., 36.12 MiB/sec. | ||
14112 | 2025.07.18 19:24:51.979863 [ 4 ] {d88f0803-46d7-400c-9413-f442793fdd10} <Debug> TCPHandler: Processed in 0.001504653 sec. | ||
14113 | 2025.07.18 19:24:51.979970 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14114 | 2025.07.18 19:24:51.980060 [ 4 ] {b03d362d-c614-4b11-bf51-8cf560f61d7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
14115 | 2025.07.18 19:24:51.980101 [ 4 ] {b03d362d-c614-4b11-bf51-8cf560f61d7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14116 | 2025.07.18 19:24:51.980429 [ 4 ] {b03d362d-c614-4b11-bf51-8cf560f61d7e} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14117 | 2025.07.18 19:24:51.980462 [ 4 ] {b03d362d-c614-4b11-bf51-8cf560f61d7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14118 | 2025.07.18 19:24:51.980753 [ 4 ] {b03d362d-c614-4b11-bf51-8cf560f61d7e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
14119 | 2025.07.18 19:24:51.980947 [ 4 ] {b03d362d-c614-4b11-bf51-8cf560f61d7e} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14120 | 2025.07.18 19:24:51.981042 [ 63 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 5 parts from all_52_52_0 to all_56_56_0 | ||
14121 | 2025.07.18 19:24:51.981075 [ 4 ] {b03d362d-c614-4b11-bf51-8cf560f61d7e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001032 sec., 5813.9534883720935 rows/sec., 303.76 KiB/sec. | ||
14122 | 2025.07.18 19:24:51.981080 [ 63 ] {} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14123 | 2025.07.18 19:24:51.981106 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14124 | 2025.07.18 19:24:51.981110 [ 4 ] {b03d362d-c614-4b11-bf51-8cf560f61d7e} <Debug> TCPHandler: Processed in 0.001187038 sec. | ||
14125 | 2025.07.18 19:24:51.981219 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14126 | 2025.07.18 19:24:51.981216 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_52_52_0 to all_56_56_0 into Compact with storage Full | ||
14127 | 2025.07.18 19:24:51.981310 [ 4 ] {cee549a4-771e-4b07-9f74-e9a929cdf96b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
14128 | 2025.07.18 19:24:51.981355 [ 4 ] {cee549a4-771e-4b07-9f74-e9a929cdf96b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14129 | 2025.07.18 19:24:51.981373 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14130 | 2025.07.18 19:24:51.981413 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part | ||
14131 | 2025.07.18 19:24:51.981477 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part | ||
14132 | 2025.07.18 19:24:51.981524 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part | ||
14133 | 2025.07.18 19:24:51.981565 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part | ||
14134 | 2025.07.18 19:24:51.981603 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part | ||
14135 | 2025.07.18 19:24:51.981783 [ 4 ] {cee549a4-771e-4b07-9f74-e9a929cdf96b} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14136 | 2025.07.18 19:24:51.981822 [ 4 ] {cee549a4-771e-4b07-9f74-e9a929cdf96b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14137 | 2025.07.18 19:24:51.982158 [ 4 ] {cee549a4-771e-4b07-9f74-e9a929cdf96b} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
14138 | 2025.07.18 19:24:51.982314 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001151318 sec., 26057.09282752463 rows/sec., 1.33 MiB/sec. | ||
14139 | 2025.07.18 19:24:51.982378 [ 4 ] {cee549a4-771e-4b07-9f74-e9a929cdf96b} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14140 | 2025.07.18 19:24:51.982504 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} <Trace> MergedBlockOutputStream: filled checksums all_52_56_1 (state Temporary) | ||
14141 | 2025.07.18 19:24:51.982516 [ 4 ] {cee549a4-771e-4b07-9f74-e9a929cdf96b} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001224 sec., 250816.99346405227 rows/sec., 16.50 MiB/sec. | ||
14142 | 2025.07.18 19:24:51.982570 [ 4 ] {cee549a4-771e-4b07-9f74-e9a929cdf96b} <Debug> TCPHandler: Processed in 0.001398702 sec. | ||
14143 | 2025.07.18 19:24:51.982675 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14144 | 2025.07.18 19:24:51.982768 [ 4 ] {cdac674e-c585-4064-9c25-300d0b174742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
14145 | 2025.07.18 19:24:51.982811 [ 4 ] {cdac674e-c585-4064-9c25-300d0b174742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14146 | 2025.07.18 19:24:51.982845 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_52_56_1 to all_52_56_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14147 | 2025.07.18 19:24:51.982933 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 5 parts: [all_52_52_0, all_56_56_0] -> all_52_56_1 | ||
14148 | 2025.07.18 19:24:51.983023 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
14149 | 2025.07.18 19:24:51.983129 [ 4 ] {cdac674e-c585-4064-9c25-300d0b174742} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14150 | 2025.07.18 19:24:51.983169 [ 4 ] {cdac674e-c585-4064-9c25-300d0b174742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14151 | 2025.07.18 19:24:51.983451 [ 4 ] {cdac674e-c585-4064-9c25-300d0b174742} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
14152 | 2025.07.18 19:24:51.983652 [ 4 ] {cdac674e-c585-4064-9c25-300d0b174742} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14153 | 2025.07.18 19:24:51.983775 [ 4 ] {cdac674e-c585-4064-9c25-300d0b174742} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001026 sec., 974.6588693957115 rows/sec., 65.68 KiB/sec. | ||
14154 | 2025.07.18 19:24:51.983810 [ 4 ] {cdac674e-c585-4064-9c25-300d0b174742} <Debug> TCPHandler: Processed in 0.001181938 sec. | ||
14155 | 2025.07.18 19:24:51.983914 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14156 | 2025.07.18 19:24:51.984005 [ 4 ] {b717ad4c-3d3a-42d7-899c-feeda9d52063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
14157 | 2025.07.18 19:24:51.984057 [ 4 ] {b717ad4c-3d3a-42d7-899c-feeda9d52063} <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 | ||
14158 | 2025.07.18 19:24:51.984925 [ 4 ] {b717ad4c-3d3a-42d7-899c-feeda9d52063} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14159 | 2025.07.18 19:24:51.984960 [ 4 ] {b717ad4c-3d3a-42d7-899c-feeda9d52063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14160 | 2025.07.18 19:24:51.985498 [ 4 ] {b717ad4c-3d3a-42d7-899c-feeda9d52063} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
14161 | 2025.07.18 19:24:51.985707 [ 4 ] {b717ad4c-3d3a-42d7-899c-feeda9d52063} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14162 | 2025.07.18 19:24:51.985804 [ 63 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
14163 | 2025.07.18 19:24:51.985829 [ 63 ] {} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14164 | 2025.07.18 19:24:51.985841 [ 4 ] {b717ad4c-3d3a-42d7-899c-feeda9d52063} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001854 sec., 22114.347357065802 rows/sec., 39.63 MiB/sec. | ||
14165 | 2025.07.18 19:24:51.985845 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14166 | 2025.07.18 19:24:51.985903 [ 4 ] {b717ad4c-3d3a-42d7-899c-feeda9d52063} <Debug> TCPHandler: Processed in 0.002035491 sec. | ||
14167 | 2025.07.18 19:24:51.985948 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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 | ||
14168 | 2025.07.18 19:24:51.986016 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14169 | 2025.07.18 19:24:51.986113 [ 4 ] {d8174758-d34a-49ce-a640-3a5659222499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
14170 | 2025.07.18 19:24:51.986152 [ 4 ] {d8174758-d34a-49ce-a640-3a5659222499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14171 | 2025.07.18 19:24:51.986178 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14172 | 2025.07.18 19:24:51.986239 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2061 rows starting from the beginning of the part | ||
14173 | 2025.07.18 19:24:51.986378 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 41 rows starting from the beginning of the part | ||
14174 | 2025.07.18 19:24:51.986481 [ 4 ] {d8174758-d34a-49ce-a640-3a5659222499} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14175 | 2025.07.18 19:24:51.986487 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 41 rows starting from the beginning of the part | ||
14176 | 2025.07.18 19:24:51.986522 [ 4 ] {d8174758-d34a-49ce-a640-3a5659222499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14177 | 2025.07.18 19:24:51.986608 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 41 rows starting from the beginning of the part | ||
14178 | 2025.07.18 19:24:51.986720 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 41 rows starting from the beginning of the part | ||
14179 | 2025.07.18 19:24:51.986818 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 41 rows starting from the beginning of the part | ||
14180 | 2025.07.18 19:24:51.986827 [ 4 ] {d8174758-d34a-49ce-a640-3a5659222499} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
14181 | 2025.07.18 19:24:51.987041 [ 4 ] {d8174758-d34a-49ce-a640-3a5659222499} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14182 | 2025.07.18 19:24:51.987173 [ 4 ] {d8174758-d34a-49ce-a640-3a5659222499} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001078 sec., 94619.66604823749 rows/sec., 5.81 MiB/sec. | ||
14183 | 2025.07.18 19:24:51.987208 [ 4 ] {d8174758-d34a-49ce-a640-3a5659222499} <Debug> TCPHandler: Processed in 0.001239219 sec. | ||
14184 | 2025.07.18 19:24:51.987258 [ 218 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14185 | 2025.07.18 19:24:51.987294 [ 218 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14186 | 2025.07.18 19:24:51.989150 [ 218 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14187 | 2025.07.18 19:24:51.998467 [ 201 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2266 rows, containing 19 columns (19 merged, 0 gathered) in 0.012562853 sec., 180373.04106002036 rows/sec., 323.22 MiB/sec. | ||
14188 | 2025.07.18 19:24:52.000188 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
14189 | 2025.07.18 19:24:52.000516 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14190 | 2025.07.18 19:24:52.000585 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
14191 | 2025.07.18 19:24:52.000692 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.57 MiB. | ||
14192 | 2025.07.18 19:24:53.000251 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 337.89 MiB, peak 356.88 MiB, free memory in arenas 0.00 B, will set to 345.11 MiB (RSS), difference: 7.22 MiB | ||
14193 | 2025.07.18 19:24:55.465221 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14194 | 2025.07.18 19:24:55.465281 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14195 | 2025.07.18 19:24:55.667567 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35746 | ||
14196 | 2025.07.18 19:24:55.668132 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14197 | 2025.07.18 19:24:55.668182 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14198 | 2025.07.18 19:24:55.668668 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14199 | 2025.07.18 19:24:55.668887 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14200 | 2025.07.18 19:24:55.669019 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
14201 | 2025.07.18 19:24:56.956506 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14202 | 2025.07.18 19:24:56.956682 [ 4 ] {c97e5662-bcac-4e32-90b4-8867be447c24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
14203 | 2025.07.18 19:24:56.956747 [ 4 ] {c97e5662-bcac-4e32-90b4-8867be447c24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14204 | 2025.07.18 19:24:56.957405 [ 4 ] {c97e5662-bcac-4e32-90b4-8867be447c24} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14205 | 2025.07.18 19:24:56.957453 [ 4 ] {c97e5662-bcac-4e32-90b4-8867be447c24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14206 | 2025.07.18 19:24:56.957831 [ 4 ] {c97e5662-bcac-4e32-90b4-8867be447c24} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
14207 | 2025.07.18 19:24:56.958055 [ 4 ] {c97e5662-bcac-4e32-90b4-8867be447c24} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14208 | 2025.07.18 19:24:56.958212 [ 4 ] {c97e5662-bcac-4e32-90b4-8867be447c24} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001578 sec., 35487.95944233207 rows/sec., 2.73 MiB/sec. | ||
14209 | 2025.07.18 19:24:56.958261 [ 4 ] {c97e5662-bcac-4e32-90b4-8867be447c24} <Debug> TCPHandler: Processed in 0.001882629 sec. | ||
14210 | 2025.07.18 19:24:56.958387 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14211 | 2025.07.18 19:24:56.958489 [ 4 ] {189a2bed-1453-4a7d-b63b-791edd300bce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
14212 | 2025.07.18 19:24:56.958532 [ 4 ] {189a2bed-1453-4a7d-b63b-791edd300bce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14213 | 2025.07.18 19:24:56.958970 [ 4 ] {189a2bed-1453-4a7d-b63b-791edd300bce} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14214 | 2025.07.18 19:24:56.959008 [ 4 ] {189a2bed-1453-4a7d-b63b-791edd300bce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14215 | 2025.07.18 19:24:56.959319 [ 4 ] {189a2bed-1453-4a7d-b63b-791edd300bce} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
14216 | 2025.07.18 19:24:56.959525 [ 4 ] {189a2bed-1453-4a7d-b63b-791edd300bce} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14217 | 2025.07.18 19:24:56.959658 [ 4 ] {189a2bed-1453-4a7d-b63b-791edd300bce} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001191 sec., 53736.35600335852 rows/sec., 4.19 MiB/sec. | ||
14218 | 2025.07.18 19:24:56.959698 [ 4 ] {189a2bed-1453-4a7d-b63b-791edd300bce} <Debug> TCPHandler: Processed in 0.001363761 sec. | ||
14219 | 2025.07.18 19:24:56.959812 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14220 | 2025.07.18 19:24:56.959908 [ 4 ] {f7bbe825-da30-4f4e-b023-683ba2fbc9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
14221 | 2025.07.18 19:24:56.959952 [ 4 ] {f7bbe825-da30-4f4e-b023-683ba2fbc9fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14222 | 2025.07.18 19:24:56.960379 [ 4 ] {f7bbe825-da30-4f4e-b023-683ba2fbc9fc} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14223 | 2025.07.18 19:24:56.960413 [ 4 ] {f7bbe825-da30-4f4e-b023-683ba2fbc9fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14224 | 2025.07.18 19:24:56.960741 [ 4 ] {f7bbe825-da30-4f4e-b023-683ba2fbc9fc} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
14225 | 2025.07.18 19:24:56.960954 [ 4 ] {f7bbe825-da30-4f4e-b023-683ba2fbc9fc} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14226 | 2025.07.18 19:24:56.961078 [ 154 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 5 parts from all_1_109_22 to all_113_113_0 | ||
14227 | 2025.07.18 19:24:56.961086 [ 4 ] {f7bbe825-da30-4f4e-b023-683ba2fbc9fc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. | ||
14228 | 2025.07.18 19:24:56.961151 [ 154 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14229 | 2025.07.18 19:24:56.961167 [ 4 ] {f7bbe825-da30-4f4e-b023-683ba2fbc9fc} <Debug> TCPHandler: Processed in 0.001405342 sec. | ||
14230 | 2025.07.18 19:24:56.961179 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14231 | 2025.07.18 19:24:56.961288 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14232 | 2025.07.18 19:24:56.961311 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_109_22 to all_113_113_0 into Compact with storage Full | ||
14233 | 2025.07.18 19:24:56.961388 [ 4 ] {df8bc12e-c108-4f5e-958d-8b91d5c82de1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
14234 | 2025.07.18 19:24:56.961434 [ 4 ] {df8bc12e-c108-4f5e-958d-8b91d5c82de1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14235 | 2025.07.18 19:24:56.961467 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14236 | 2025.07.18 19:24:56.961510 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_109_22, total 41870 rows starting from the beginning of the part | ||
14237 | 2025.07.18 19:24:56.961581 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part | ||
14238 | 2025.07.18 19:24:56.961626 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 307 rows starting from the beginning of the part | ||
14239 | 2025.07.18 19:24:56.961673 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1006 rows starting from the beginning of the part | ||
14240 | 2025.07.18 19:24:56.961716 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 307 rows starting from the beginning of the part | ||
14241 | 2025.07.18 19:24:56.961775 [ 4 ] {df8bc12e-c108-4f5e-958d-8b91d5c82de1} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14242 | 2025.07.18 19:24:56.961815 [ 4 ] {df8bc12e-c108-4f5e-958d-8b91d5c82de1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14243 | 2025.07.18 19:24:56.962151 [ 4 ] {df8bc12e-c108-4f5e-958d-8b91d5c82de1} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
14244 | 2025.07.18 19:24:56.962357 [ 4 ] {df8bc12e-c108-4f5e-958d-8b91d5c82de1} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14245 | 2025.07.18 19:24:56.962489 [ 4 ] {df8bc12e-c108-4f5e-958d-8b91d5c82de1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001119 sec., 53619.30294906166 rows/sec., 3.61 MiB/sec. | ||
14246 | 2025.07.18 19:24:56.962525 [ 4 ] {df8bc12e-c108-4f5e-958d-8b91d5c82de1} <Debug> TCPHandler: Processed in 0.00128703 sec. | ||
14247 | 2025.07.18 19:24:56.969610 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43650 rows, containing 5 columns (5 merged, 0 gathered) in 0.008355958 sec., 5223817.544319874 rows/sec., 349.70 MiB/sec. | ||
14248 | 2025.07.18 19:24:56.969975 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} <Trace> MergedBlockOutputStream: filled checksums all_1_113_23 (state Temporary) | ||
14249 | 2025.07.18 19:24:56.970244 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_113_23 to all_1_113_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14250 | 2025.07.18 19:24:56.970314 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 5 parts: [all_1_109_22, all_113_113_0] -> all_1_113_23 | ||
14251 | 2025.07.18 19:24:56.970410 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
14252 | 2025.07.18 19:24:57.612430 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 588 | ||
14253 | 2025.07.18 19:24:57.630769 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14254 | 2025.07.18 19:24:57.630824 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14255 | 2025.07.18 19:24:57.636977 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14256 | 2025.07.18 19:24:57.637691 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14257 | 2025.07.18 19:24:57.640835 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
14258 | 2025.07.18 19:25:00.769974 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1962 | ||
14259 | 2025.07.18 19:25:00.772654 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14260 | 2025.07.18 19:25:00.772707 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14261 | 2025.07.18 19:25:00.773880 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
14262 | 2025.07.18 19:25:00.774145 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14263 | 2025.07.18 19:25:00.774419 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1962 | ||
14264 | 2025.07.18 19:25:01.707188 [ 225 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
14265 | 2025.07.18 19:25:01.707245 [ 225 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
14266 | 2025.07.18 19:25:01.708835 [ 225 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
14267 | 2025.07.18 19:25:01.928258 [ 218 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
14268 | 2025.07.18 19:25:01.928306 [ 218 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
14269 | 2025.07.18 19:25:01.929648 [ 218 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
14270 | 2025.07.18 19:25:01.969212 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14271 | 2025.07.18 19:25:01.969472 [ 4 ] {cb412cd1-b4f5-47f4-acc3-63cdcbbce260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
14272 | 2025.07.18 19:25:01.969567 [ 4 ] {cb412cd1-b4f5-47f4-acc3-63cdcbbce260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
14273 | 2025.07.18 19:25:01.970448 [ 4 ] {cb412cd1-b4f5-47f4-acc3-63cdcbbce260} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14274 | 2025.07.18 19:25:01.970496 [ 4 ] {cb412cd1-b4f5-47f4-acc3-63cdcbbce260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14275 | 2025.07.18 19:25:01.970901 [ 4 ] {cb412cd1-b4f5-47f4-acc3-63cdcbbce260} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
14276 | 2025.07.18 19:25:01.971128 [ 4 ] {cb412cd1-b4f5-47f4-acc3-63cdcbbce260} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14277 | 2025.07.18 19:25:01.971287 [ 4 ] {cb412cd1-b4f5-47f4-acc3-63cdcbbce260} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001885 sec., 207957.5596816976 rows/sec., 13.19 MiB/sec. | ||
14278 | 2025.07.18 19:25:01.971284 [ 40 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
14279 | 2025.07.18 19:25:01.971331 [ 4 ] {cb412cd1-b4f5-47f4-acc3-63cdcbbce260} <Debug> TCPHandler: Processed in 0.002288165 sec. | ||
14280 | 2025.07.18 19:25:01.971393 [ 40 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14281 | 2025.07.18 19:25:01.971436 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14282 | 2025.07.18 19:25:01.971485 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14283 | 2025.07.18 19:25:01.971577 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
14284 | 2025.07.18 19:25:01.971587 [ 4 ] {a3e3e7d4-54ff-4e04-b7b7-7ed660097d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
14285 | 2025.07.18 19:25:01.971675 [ 4 ] {a3e3e7d4-54ff-4e04-b7b7-7ed660097d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14286 | 2025.07.18 19:25:01.971745 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14287 | 2025.07.18 19:25:01.971789 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 392 rows starting from the beginning of the part | ||
14288 | 2025.07.18 19:25:01.971864 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 392 rows starting from the beginning of the part | ||
14289 | 2025.07.18 19:25:01.971917 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 392 rows starting from the beginning of the part | ||
14290 | 2025.07.18 19:25:01.971967 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 392 rows starting from the beginning of the part | ||
14291 | 2025.07.18 19:25:01.972014 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 392 rows starting from the beginning of the part | ||
14292 | 2025.07.18 19:25:01.972083 [ 4 ] {a3e3e7d4-54ff-4e04-b7b7-7ed660097d58} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14293 | 2025.07.18 19:25:01.972124 [ 4 ] {a3e3e7d4-54ff-4e04-b7b7-7ed660097d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14294 | 2025.07.18 19:25:01.972449 [ 4 ] {a3e3e7d4-54ff-4e04-b7b7-7ed660097d58} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
14295 | 2025.07.18 19:25:01.972667 [ 4 ] {a3e3e7d4-54ff-4e04-b7b7-7ed660097d58} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14296 | 2025.07.18 19:25:01.972812 [ 4 ] {a3e3e7d4-54ff-4e04-b7b7-7ed660097d58} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001242 sec., 3220.6119162640903 rows/sec., 262.62 KiB/sec. | ||
14297 | 2025.07.18 19:25:01.972853 [ 4 ] {a3e3e7d4-54ff-4e04-b7b7-7ed660097d58} <Debug> TCPHandler: Processed in 0.001417222 sec. | ||
14298 | 2025.07.18 19:25:01.972956 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14299 | 2025.07.18 19:25:01.973054 [ 4 ] {da8f9326-c1a8-4ecc-a64d-11a820cdfcfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
14300 | 2025.07.18 19:25:01.973094 [ 4 ] {da8f9326-c1a8-4ecc-a64d-11a820cdfcfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14301 | 2025.07.18 19:25:01.973171 [ 195 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001656205 sec., 1183428.3799408888 rows/sec., 79.60 MiB/sec. | ||
14302 | 2025.07.18 19:25:01.973345 [ 197 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
14303 | 2025.07.18 19:25:01.973665 [ 197 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14304 | 2025.07.18 19:25:01.973736 [ 197 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
14305 | 2025.07.18 19:25:01.973813 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
14306 | 2025.07.18 19:25:01.974114 [ 4 ] {da8f9326-c1a8-4ecc-a64d-11a820cdfcfb} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14307 | 2025.07.18 19:25:01.974156 [ 4 ] {da8f9326-c1a8-4ecc-a64d-11a820cdfcfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14308 | 2025.07.18 19:25:01.974557 [ 4 ] {da8f9326-c1a8-4ecc-a64d-11a820cdfcfb} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
14309 | 2025.07.18 19:25:01.974768 [ 4 ] {da8f9326-c1a8-4ecc-a64d-11a820cdfcfb} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14310 | 2025.07.18 19:25:01.974897 [ 4 ] {da8f9326-c1a8-4ecc-a64d-11a820cdfcfb} <Debug> executeQuery: Read 1151 rows, 94.05 KiB in 0.001866 sec., 616827.4383708467 rows/sec., 49.22 MiB/sec. | ||
14311 | 2025.07.18 19:25:01.974935 [ 4 ] {da8f9326-c1a8-4ecc-a64d-11a820cdfcfb} <Debug> TCPHandler: Processed in 0.002028931 sec. | ||
14312 | 2025.07.18 19:25:01.975048 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14313 | 2025.07.18 19:25:01.975144 [ 4 ] {691c2a5f-0574-4a95-8777-399eb37d2a29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
14314 | 2025.07.18 19:25:01.975183 [ 4 ] {691c2a5f-0574-4a95-8777-399eb37d2a29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14315 | 2025.07.18 19:25:01.975688 [ 4 ] {691c2a5f-0574-4a95-8777-399eb37d2a29} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14316 | 2025.07.18 19:25:01.975723 [ 4 ] {691c2a5f-0574-4a95-8777-399eb37d2a29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14317 | 2025.07.18 19:25:01.976027 [ 4 ] {691c2a5f-0574-4a95-8777-399eb37d2a29} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
14318 | 2025.07.18 19:25:01.976233 [ 4 ] {691c2a5f-0574-4a95-8777-399eb37d2a29} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14319 | 2025.07.18 19:25:01.976362 [ 4 ] {691c2a5f-0574-4a95-8777-399eb37d2a29} <Debug> executeQuery: Read 241 rows, 15.14 KiB in 0.001236 sec., 194983.81877022656 rows/sec., 11.96 MiB/sec. | ||
14320 | 2025.07.18 19:25:01.976399 [ 4 ] {691c2a5f-0574-4a95-8777-399eb37d2a29} <Debug> TCPHandler: Processed in 0.001400002 sec. | ||
14321 | 2025.07.18 19:25:01.976522 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14322 | 2025.07.18 19:25:01.976642 [ 4 ] {0196d9b9-c103-460c-aa69-f75435a186f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
14323 | 2025.07.18 19:25:01.976693 [ 4 ] {0196d9b9-c103-460c-aa69-f75435a186f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14324 | 2025.07.18 19:25:01.977313 [ 4 ] {0196d9b9-c103-460c-aa69-f75435a186f4} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14325 | 2025.07.18 19:25:01.977358 [ 4 ] {0196d9b9-c103-460c-aa69-f75435a186f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14326 | 2025.07.18 19:25:01.977720 [ 4 ] {0196d9b9-c103-460c-aa69-f75435a186f4} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
14327 | 2025.07.18 19:25:01.977934 [ 4 ] {0196d9b9-c103-460c-aa69-f75435a186f4} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14328 | 2025.07.18 19:25:01.978068 [ 4 ] {0196d9b9-c103-460c-aa69-f75435a186f4} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001451 sec., 139903.51481736734 rows/sec., 9.02 MiB/sec. | ||
14329 | 2025.07.18 19:25:01.978102 [ 219 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
14330 | 2025.07.18 19:25:01.978107 [ 4 ] {0196d9b9-c103-460c-aa69-f75435a186f4} <Debug> TCPHandler: Processed in 0.001647555 sec. | ||
14331 | 2025.07.18 19:25:01.978130 [ 219 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
14332 | 2025.07.18 19:25:01.978228 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14333 | 2025.07.18 19:25:01.978324 [ 4 ] {925d13b2-d132-42c5-a2de-78edd0734e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
14334 | 2025.07.18 19:25:01.978364 [ 4 ] {925d13b2-d132-42c5-a2de-78edd0734e52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14335 | 2025.07.18 19:25:01.978873 [ 4 ] {925d13b2-d132-42c5-a2de-78edd0734e52} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14336 | 2025.07.18 19:25:01.978909 [ 4 ] {925d13b2-d132-42c5-a2de-78edd0734e52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14337 | 2025.07.18 19:25:01.979236 [ 4 ] {925d13b2-d132-42c5-a2de-78edd0734e52} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
14338 | 2025.07.18 19:25:01.979455 [ 4 ] {925d13b2-d132-42c5-a2de-78edd0734e52} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14339 | 2025.07.18 19:25:01.979533 [ 219 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
14340 | 2025.07.18 19:25:01.979567 [ 105 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
14341 | 2025.07.18 19:25:01.979589 [ 4 ] {925d13b2-d132-42c5-a2de-78edd0734e52} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001283 sec., 157443.4918160561 rows/sec., 8.94 MiB/sec. | ||
14342 | 2025.07.18 19:25:01.979616 [ 105 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14343 | 2025.07.18 19:25:01.979636 [ 4 ] {925d13b2-d132-42c5-a2de-78edd0734e52} <Debug> TCPHandler: Processed in 0.001456273 sec. | ||
14344 | 2025.07.18 19:25:01.979642 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14345 | 2025.07.18 19:25:01.979725 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
14346 | 2025.07.18 19:25:01.979760 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14347 | 2025.07.18 19:25:01.979825 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14348 | 2025.07.18 19:25:01.979858 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 202 rows starting from the beginning of the part | ||
14349 | 2025.07.18 19:25:01.979860 [ 4 ] {ecf9a52d-963b-4c89-bb3c-fbbbd12d2f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
14350 | 2025.07.18 19:25:01.979914 [ 4 ] {ecf9a52d-963b-4c89-bb3c-fbbbd12d2f8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14351 | 2025.07.18 19:25:01.979916 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 202 rows starting from the beginning of the part | ||
14352 | 2025.07.18 19:25:01.979973 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 202 rows starting from the beginning of the part | ||
14353 | 2025.07.18 19:25:01.980014 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 202 rows starting from the beginning of the part | ||
14354 | 2025.07.18 19:25:01.980056 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 202 rows starting from the beginning of the part | ||
14355 | 2025.07.18 19:25:01.980728 [ 4 ] {ecf9a52d-963b-4c89-bb3c-fbbbd12d2f8f} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14356 | 2025.07.18 19:25:01.980770 [ 4 ] {ecf9a52d-963b-4c89-bb3c-fbbbd12d2f8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14357 | 2025.07.18 19:25:01.980865 [ 195 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001168718 sec., 864194.7843705667 rows/sec., 52.38 MiB/sec. | ||
14358 | 2025.07.18 19:25:01.980979 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
14359 | 2025.07.18 19:25:01.981130 [ 4 ] {ecf9a52d-963b-4c89-bb3c-fbbbd12d2f8f} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
14360 | 2025.07.18 19:25:01.981293 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14361 | 2025.07.18 19:25:01.981367 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
14362 | 2025.07.18 19:25:01.981414 [ 4 ] {ecf9a52d-963b-4c89-bb3c-fbbbd12d2f8f} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14363 | 2025.07.18 19:25:01.981427 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
14364 | 2025.07.18 19:25:01.981560 [ 4 ] {ecf9a52d-963b-4c89-bb3c-fbbbd12d2f8f} <Debug> executeQuery: Read 697 rows, 50.18 KiB in 0.001719 sec., 405468.2955206515 rows/sec., 28.51 MiB/sec. | ||
14365 | 2025.07.18 19:25:01.981603 [ 4 ] {ecf9a52d-963b-4c89-bb3c-fbbbd12d2f8f} <Debug> TCPHandler: Processed in 0.001893169 sec. | ||
14366 | 2025.07.18 19:25:01.981718 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14367 | 2025.07.18 19:25:01.981812 [ 4 ] {123d73f6-fd0c-4eba-89c6-23927cb56db1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
14368 | 2025.07.18 19:25:01.981854 [ 4 ] {123d73f6-fd0c-4eba-89c6-23927cb56db1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14369 | 2025.07.18 19:25:01.982190 [ 4 ] {123d73f6-fd0c-4eba-89c6-23927cb56db1} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14370 | 2025.07.18 19:25:01.982226 [ 4 ] {123d73f6-fd0c-4eba-89c6-23927cb56db1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14371 | 2025.07.18 19:25:01.982521 [ 4 ] {123d73f6-fd0c-4eba-89c6-23927cb56db1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
14372 | 2025.07.18 19:25:01.982725 [ 4 ] {123d73f6-fd0c-4eba-89c6-23927cb56db1} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14373 | 2025.07.18 19:25:01.982851 [ 4 ] {123d73f6-fd0c-4eba-89c6-23927cb56db1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001056 sec., 5681.818181818181 rows/sec., 296.85 KiB/sec. | ||
14374 | 2025.07.18 19:25:01.982887 [ 4 ] {123d73f6-fd0c-4eba-89c6-23927cb56db1} <Debug> TCPHandler: Processed in 0.001221159 sec. | ||
14375 | 2025.07.18 19:25:01.982987 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14376 | 2025.07.18 19:25:01.983081 [ 4 ] {29bcedb1-2e03-47d4-94f4-07e5bf9e9df5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
14377 | 2025.07.18 19:25:01.983123 [ 4 ] {29bcedb1-2e03-47d4-94f4-07e5bf9e9df5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14378 | 2025.07.18 19:25:01.983595 [ 4 ] {29bcedb1-2e03-47d4-94f4-07e5bf9e9df5} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14379 | 2025.07.18 19:25:01.983631 [ 4 ] {29bcedb1-2e03-47d4-94f4-07e5bf9e9df5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14380 | 2025.07.18 19:25:01.983960 [ 4 ] {29bcedb1-2e03-47d4-94f4-07e5bf9e9df5} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
14381 | 2025.07.18 19:25:01.984167 [ 4 ] {29bcedb1-2e03-47d4-94f4-07e5bf9e9df5} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14382 | 2025.07.18 19:25:01.984294 [ 4 ] {29bcedb1-2e03-47d4-94f4-07e5bf9e9df5} <Debug> executeQuery: Read 309 rows, 20.82 KiB in 0.001232 sec., 250811.6883116883 rows/sec., 16.50 MiB/sec. | ||
14383 | 2025.07.18 19:25:01.984332 [ 4 ] {29bcedb1-2e03-47d4-94f4-07e5bf9e9df5} <Debug> TCPHandler: Processed in 0.001393292 sec. | ||
14384 | 2025.07.18 19:25:01.984449 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14385 | 2025.07.18 19:25:01.984564 [ 4 ] {a8515690-ed5c-40f3-aad5-c5409497db2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
14386 | 2025.07.18 19:25:01.984615 [ 4 ] {a8515690-ed5c-40f3-aad5-c5409497db2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14387 | 2025.07.18 19:25:01.984994 [ 4 ] {a8515690-ed5c-40f3-aad5-c5409497db2c} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14388 | 2025.07.18 19:25:01.985037 [ 4 ] {a8515690-ed5c-40f3-aad5-c5409497db2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14389 | 2025.07.18 19:25:01.985382 [ 4 ] {a8515690-ed5c-40f3-aad5-c5409497db2c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
14390 | 2025.07.18 19:25:01.985616 [ 4 ] {a8515690-ed5c-40f3-aad5-c5409497db2c} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14391 | 2025.07.18 19:25:01.985745 [ 4 ] {a8515690-ed5c-40f3-aad5-c5409497db2c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001205 sec., 829.8755186721992 rows/sec., 55.92 KiB/sec. | ||
14392 | 2025.07.18 19:25:01.985782 [ 4 ] {a8515690-ed5c-40f3-aad5-c5409497db2c} <Debug> TCPHandler: Processed in 0.001391461 sec. | ||
14393 | 2025.07.18 19:25:01.985899 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14394 | 2025.07.18 19:25:01.986015 [ 4 ] {cc114611-bc5e-430a-aaaa-8650da7f5501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
14395 | 2025.07.18 19:25:01.986078 [ 4 ] {cc114611-bc5e-430a-aaaa-8650da7f5501} <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 | ||
14396 | 2025.07.18 19:25:01.987019 [ 4 ] {cc114611-bc5e-430a-aaaa-8650da7f5501} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14397 | 2025.07.18 19:25:01.987054 [ 4 ] {cc114611-bc5e-430a-aaaa-8650da7f5501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14398 | 2025.07.18 19:25:01.987593 [ 4 ] {cc114611-bc5e-430a-aaaa-8650da7f5501} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
14399 | 2025.07.18 19:25:01.987807 [ 4 ] {cc114611-bc5e-430a-aaaa-8650da7f5501} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14400 | 2025.07.18 19:25:01.987941 [ 4 ] {cc114611-bc5e-430a-aaaa-8650da7f5501} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001951 sec., 21014.864172219375 rows/sec., 37.66 MiB/sec. | ||
14401 | 2025.07.18 19:25:01.987995 [ 4 ] {cc114611-bc5e-430a-aaaa-8650da7f5501} <Debug> TCPHandler: Processed in 0.002155903 sec. | ||
14402 | 2025.07.18 19:25:01.988107 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14403 | 2025.07.18 19:25:01.988201 [ 4 ] {517e395c-dd91-4420-b463-45ed3668abf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
14404 | 2025.07.18 19:25:01.988242 [ 4 ] {517e395c-dd91-4420-b463-45ed3668abf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14405 | 2025.07.18 19:25:01.988584 [ 4 ] {517e395c-dd91-4420-b463-45ed3668abf9} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14406 | 2025.07.18 19:25:01.988618 [ 4 ] {517e395c-dd91-4420-b463-45ed3668abf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14407 | 2025.07.18 19:25:01.988921 [ 4 ] {517e395c-dd91-4420-b463-45ed3668abf9} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
14408 | 2025.07.18 19:25:01.989116 [ 4 ] {517e395c-dd91-4420-b463-45ed3668abf9} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14409 | 2025.07.18 19:25:01.989241 [ 4 ] {517e395c-dd91-4420-b463-45ed3668abf9} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001058 sec., 96408.31758034027 rows/sec., 5.92 MiB/sec. | ||
14410 | 2025.07.18 19:25:01.989276 [ 4 ] {517e395c-dd91-4420-b463-45ed3668abf9} <Debug> TCPHandler: Processed in 0.001218979 sec. | ||
14411 | 2025.07.18 19:25:02.000217 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 342.64 MiB, peak 356.88 MiB, free memory in arenas 0.00 B, will set to 345.71 MiB (RSS), difference: 3.07 MiB | ||
14412 | 2025.07.18 19:25:03.169217 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36234 | ||
14413 | 2025.07.18 19:25:03.169724 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14414 | 2025.07.18 19:25:03.169770 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14415 | 2025.07.18 19:25:03.170310 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14416 | 2025.07.18 19:25:03.170538 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14417 | 2025.07.18 19:25:03.170677 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 | ||
14418 | 2025.07.18 19:25:05.140999 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 595 | ||
14419 | 2025.07.18 19:25:05.158825 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14420 | 2025.07.18 19:25:05.158871 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14421 | 2025.07.18 19:25:05.164936 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14422 | 2025.07.18 19:25:05.165641 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14423 | 2025.07.18 19:25:05.168588 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 595 | ||
14424 | 2025.07.18 19:25:06.956932 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14425 | 2025.07.18 19:25:06.957137 [ 4 ] {2ce8ca5b-91d3-4928-9dbb-28cd232c3a9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
14426 | 2025.07.18 19:25:06.957207 [ 4 ] {2ce8ca5b-91d3-4928-9dbb-28cd232c3a9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14427 | 2025.07.18 19:25:06.957958 [ 4 ] {2ce8ca5b-91d3-4928-9dbb-28cd232c3a9b} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14428 | 2025.07.18 19:25:06.958008 [ 4 ] {2ce8ca5b-91d3-4928-9dbb-28cd232c3a9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14429 | 2025.07.18 19:25:06.958379 [ 4 ] {2ce8ca5b-91d3-4928-9dbb-28cd232c3a9b} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
14430 | 2025.07.18 19:25:06.958587 [ 4 ] {2ce8ca5b-91d3-4928-9dbb-28cd232c3a9b} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14431 | 2025.07.18 19:25:06.958738 [ 4 ] {2ce8ca5b-91d3-4928-9dbb-28cd232c3a9b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001653 sec., 33877.7979431337 rows/sec., 2.60 MiB/sec. | ||
14432 | 2025.07.18 19:25:06.958739 [ 172 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
14433 | 2025.07.18 19:25:06.958780 [ 4 ] {2ce8ca5b-91d3-4928-9dbb-28cd232c3a9b} <Debug> TCPHandler: Processed in 0.00198657 sec. | ||
14434 | 2025.07.18 19:25:06.958842 [ 172 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14435 | 2025.07.18 19:25:06.958885 [ 172 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14436 | 2025.07.18 19:25:06.958946 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14437 | 2025.07.18 19:25:06.959045 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
14438 | 2025.07.18 19:25:06.959048 [ 4 ] {9c5ff647-959e-487a-9609-2b866092d1b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
14439 | 2025.07.18 19:25:06.959146 [ 4 ] {9c5ff647-959e-487a-9609-2b866092d1b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14440 | 2025.07.18 19:25:06.959240 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14441 | 2025.07.18 19:25:06.959301 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2298 rows starting from the beginning of the part | ||
14442 | 2025.07.18 19:25:06.959408 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1196 rows starting from the beginning of the part | ||
14443 | 2025.07.18 19:25:06.959487 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 1149 rows starting from the beginning of the part | ||
14444 | 2025.07.18 19:25:06.959556 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 56 rows starting from the beginning of the part | ||
14445 | 2025.07.18 19:25:06.959582 [ 4 ] {9c5ff647-959e-487a-9609-2b866092d1b1} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14446 | 2025.07.18 19:25:06.959623 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 1151 rows starting from the beginning of the part | ||
14447 | 2025.07.18 19:25:06.959624 [ 4 ] {9c5ff647-959e-487a-9609-2b866092d1b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14448 | 2025.07.18 19:25:06.959700 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 56 rows starting from the beginning of the part | ||
14449 | 2025.07.18 19:25:06.959967 [ 4 ] {9c5ff647-959e-487a-9609-2b866092d1b1} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
14450 | 2025.07.18 19:25:06.960191 [ 4 ] {9c5ff647-959e-487a-9609-2b866092d1b1} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14451 | 2025.07.18 19:25:06.960308 [ 172 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
14452 | 2025.07.18 19:25:06.960318 [ 4 ] {9c5ff647-959e-487a-9609-2b866092d1b1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001288 sec., 49689.44099378882 rows/sec., 3.88 MiB/sec. | ||
14453 | 2025.07.18 19:25:06.960339 [ 172 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14454 | 2025.07.18 19:25:06.960362 [ 172 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14455 | 2025.07.18 19:25:06.960364 [ 4 ] {9c5ff647-959e-487a-9609-2b866092d1b1} <Debug> TCPHandler: Processed in 0.001466643 sec. | ||
14456 | 2025.07.18 19:25:06.960490 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
14457 | 2025.07.18 19:25:06.960496 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14458 | 2025.07.18 19:25:06.960632 [ 4 ] {3246987a-4543-4fad-b6fb-c3d73eda1e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
14459 | 2025.07.18 19:25:06.960645 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14460 | 2025.07.18 19:25:06.960677 [ 4 ] {3246987a-4543-4fad-b6fb-c3d73eda1e65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14461 | 2025.07.18 19:25:06.960685 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1185 rows starting from the beginning of the part | ||
14462 | 2025.07.18 19:25:06.960765 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 520 rows starting from the beginning of the part | ||
14463 | 2025.07.18 19:25:06.960812 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 693 rows starting from the beginning of the part | ||
14464 | 2025.07.18 19:25:06.960853 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 64 rows starting from the beginning of the part | ||
14465 | 2025.07.18 19:25:06.960895 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 697 rows starting from the beginning of the part | ||
14466 | 2025.07.18 19:25:06.960934 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 64 rows starting from the beginning of the part | ||
14467 | 2025.07.18 19:25:06.961126 [ 4 ] {3246987a-4543-4fad-b6fb-c3d73eda1e65} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14468 | 2025.07.18 19:25:06.961166 [ 4 ] {3246987a-4543-4fad-b6fb-c3d73eda1e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
14469 | 2025.07.18 19:25:06.961517 [ 4 ] {3246987a-4543-4fad-b6fb-c3d73eda1e65} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
14470 | 2025.07.18 19:25:06.961699 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5906 rows, containing 5 columns (5 merged, 0 gathered) in 0.002727672 sec., 2165216.345660329 rows/sec., 183.28 MiB/sec. | ||
14471 | 2025.07.18 19:25:06.961772 [ 4 ] {3246987a-4543-4fad-b6fb-c3d73eda1e65} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14472 | 2025.07.18 19:25:06.961905 [ 4 ] {3246987a-4543-4fad-b6fb-c3d73eda1e65} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001291 sec., 123934.93415956623 rows/sec., 8.63 MiB/sec. | ||
14473 | 2025.07.18 19:25:06.961942 [ 4 ] {3246987a-4543-4fad-b6fb-c3d73eda1e65} <Debug> TCPHandler: Processed in 0.001496353 sec. | ||
14474 | 2025.07.18 19:25:06.962049 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14475 | 2025.07.18 19:25:06.962056 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
14476 | 2025.07.18 19:25:06.962141 [ 4 ] {d3dd423b-9265-4af8-8f7e-77b463ac9575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
14477 | 2025.07.18 19:25:06.962186 [ 4 ] {d3dd423b-9265-4af8-8f7e-77b463ac9575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14478 | 2025.07.18 19:25:06.962224 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3223 rows, containing 5 columns (5 merged, 0 gathered) in 0.001798868 sec., 1791682.324661954 rows/sec., 135.35 MiB/sec. | ||
14479 | 2025.07.18 19:25:06.962427 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14480 | 2025.07.18 19:25:06.962453 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
14481 | 2025.07.18 19:25:06.962528 [ 4 ] {d3dd423b-9265-4af8-8f7e-77b463ac9575} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14482 | 2025.07.18 19:25:06.962536 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
14483 | 2025.07.18 19:25:06.962565 [ 4 ] {d3dd423b-9265-4af8-8f7e-77b463ac9575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14484 | 2025.07.18 19:25:06.962660 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
14485 | 2025.07.18 19:25:06.962768 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14486 | 2025.07.18 19:25:06.962839 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
14487 | 2025.07.18 19:25:06.962873 [ 4 ] {d3dd423b-9265-4af8-8f7e-77b463ac9575} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
14488 | 2025.07.18 19:25:06.962919 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
14489 | 2025.07.18 19:25:06.963079 [ 4 ] {d3dd423b-9265-4af8-8f7e-77b463ac9575} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14490 | 2025.07.18 19:25:06.963204 [ 4 ] {d3dd423b-9265-4af8-8f7e-77b463ac9575} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. | ||
14491 | 2025.07.18 19:25:06.963239 [ 4 ] {d3dd423b-9265-4af8-8f7e-77b463ac9575} <Debug> TCPHandler: Processed in 0.001237469 sec. | ||
14492 | 2025.07.18 19:25:10.465322 [ 155 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14493 | 2025.07.18 19:25:10.465373 [ 155 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14494 | 2025.07.18 19:25:10.671759 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36661 | ||
14495 | 2025.07.18 19:25:10.672270 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14496 | 2025.07.18 19:25:10.672313 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14497 | 2025.07.18 19:25:10.672799 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14498 | 2025.07.18 19:25:10.673042 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14499 | 2025.07.18 19:25:10.673189 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
14500 | 2025.07.18 19:25:10.673303 [ 218 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14501 | 2025.07.18 19:25:10.673386 [ 218 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14502 | 2025.07.18 19:25:10.675359 [ 218 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14503 | 2025.07.18 19:25:10.775545 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1994 | ||
14504 | 2025.07.18 19:25:10.777893 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14505 | 2025.07.18 19:25:10.777944 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14506 | 2025.07.18 19:25:10.779173 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
14507 | 2025.07.18 19:25:10.779452 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14508 | 2025.07.18 19:25:10.779680 [ 220 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
14509 | 2025.07.18 19:25:10.779743 [ 220 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
14510 | 2025.07.18 19:25:10.779834 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1994 | ||
14511 | 2025.07.18 19:25:10.781719 [ 220 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
14512 | 2025.07.18 19:25:11.001275 [ 249 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000874864 sec. | ||
14513 | 2025.07.18 19:25:11.089528 [ 222 ] {} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
14514 | 2025.07.18 19:25:11.089577 [ 222 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
14515 | 2025.07.18 19:25:11.091418 [ 222 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
14516 | 2025.07.18 19:25:11.937119 [ 225 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14517 | 2025.07.18 19:25:11.937173 [ 225 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14518 | 2025.07.18 19:25:11.938974 [ 225 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
14519 | 2025.07.18 19:25:11.970051 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14520 | 2025.07.18 19:25:11.970250 [ 4 ] {e4866621-c7ef-4c42-b582-82fdfaefecfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
14521 | 2025.07.18 19:25:11.970328 [ 4 ] {e4866621-c7ef-4c42-b582-82fdfaefecfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
14522 | 2025.07.18 19:25:11.971174 [ 4 ] {e4866621-c7ef-4c42-b582-82fdfaefecfe} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14523 | 2025.07.18 19:25:11.971223 [ 4 ] {e4866621-c7ef-4c42-b582-82fdfaefecfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14524 | 2025.07.18 19:25:11.971626 [ 4 ] {e4866621-c7ef-4c42-b582-82fdfaefecfe} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
14525 | 2025.07.18 19:25:11.971874 [ 4 ] {e4866621-c7ef-4c42-b582-82fdfaefecfe} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14526 | 2025.07.18 19:25:11.972081 [ 4 ] {e4866621-c7ef-4c42-b582-82fdfaefecfe} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001887 sec., 207737.1489136195 rows/sec., 13.18 MiB/sec. | ||
14527 | 2025.07.18 19:25:11.972169 [ 4 ] {e4866621-c7ef-4c42-b582-82fdfaefecfe} <Debug> TCPHandler: Processed in 0.002264635 sec. | ||
14528 | 2025.07.18 19:25:11.972314 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14529 | 2025.07.18 19:25:11.972426 [ 4 ] {8f52cb62-1990-456a-8dca-33ec97b5d97c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
14530 | 2025.07.18 19:25:11.972473 [ 4 ] {8f52cb62-1990-456a-8dca-33ec97b5d97c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14531 | 2025.07.18 19:25:11.973525 [ 4 ] {8f52cb62-1990-456a-8dca-33ec97b5d97c} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14532 | 2025.07.18 19:25:11.973563 [ 4 ] {8f52cb62-1990-456a-8dca-33ec97b5d97c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14533 | 2025.07.18 19:25:11.973956 [ 4 ] {8f52cb62-1990-456a-8dca-33ec97b5d97c} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
14534 | 2025.07.18 19:25:11.974181 [ 4 ] {8f52cb62-1990-456a-8dca-33ec97b5d97c} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14535 | 2025.07.18 19:25:11.974311 [ 4 ] {8f52cb62-1990-456a-8dca-33ec97b5d97c} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001885 sec., 609549.0716180372 rows/sec., 48.65 MiB/sec. | ||
14536 | 2025.07.18 19:25:11.974349 [ 4 ] {8f52cb62-1990-456a-8dca-33ec97b5d97c} <Debug> TCPHandler: Processed in 0.002073912 sec. | ||
14537 | 2025.07.18 19:25:11.974463 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14538 | 2025.07.18 19:25:11.974556 [ 4 ] {1982a375-38f6-46a3-8376-7643288407df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
14539 | 2025.07.18 19:25:11.974595 [ 4 ] {1982a375-38f6-46a3-8376-7643288407df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14540 | 2025.07.18 19:25:11.975089 [ 4 ] {1982a375-38f6-46a3-8376-7643288407df} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14541 | 2025.07.18 19:25:11.975125 [ 4 ] {1982a375-38f6-46a3-8376-7643288407df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14542 | 2025.07.18 19:25:11.975429 [ 4 ] {1982a375-38f6-46a3-8376-7643288407df} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
14543 | 2025.07.18 19:25:11.975649 [ 4 ] {1982a375-38f6-46a3-8376-7643288407df} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14544 | 2025.07.18 19:25:11.975778 [ 4 ] {1982a375-38f6-46a3-8376-7643288407df} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.00124 sec., 191129.03225806452 rows/sec., 11.70 MiB/sec. | ||
14545 | 2025.07.18 19:25:11.975815 [ 4 ] {1982a375-38f6-46a3-8376-7643288407df} <Debug> TCPHandler: Processed in 0.001400442 sec. | ||
14546 | 2025.07.18 19:25:11.975821 [ 221 ] {} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
14547 | 2025.07.18 19:25:11.975877 [ 221 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
14548 | 2025.07.18 19:25:11.975925 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14549 | 2025.07.18 19:25:11.976023 [ 4 ] {3535bc50-505a-4731-8b15-0f26ed2f6ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
14550 | 2025.07.18 19:25:11.976080 [ 4 ] {3535bc50-505a-4731-8b15-0f26ed2f6ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14551 | 2025.07.18 19:25:11.976569 [ 4 ] {3535bc50-505a-4731-8b15-0f26ed2f6ef4} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14552 | 2025.07.18 19:25:11.976607 [ 4 ] {3535bc50-505a-4731-8b15-0f26ed2f6ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14553 | 2025.07.18 19:25:11.976938 [ 4 ] {3535bc50-505a-4731-8b15-0f26ed2f6ef4} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
14554 | 2025.07.18 19:25:11.977190 [ 4 ] {3535bc50-505a-4731-8b15-0f26ed2f6ef4} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14555 | 2025.07.18 19:25:11.977328 [ 4 ] {3535bc50-505a-4731-8b15-0f26ed2f6ef4} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001322 sec., 153555.2193645991 rows/sec., 9.90 MiB/sec. | ||
14556 | 2025.07.18 19:25:11.977365 [ 4 ] {3535bc50-505a-4731-8b15-0f26ed2f6ef4} <Debug> TCPHandler: Processed in 0.001487173 sec. | ||
14557 | 2025.07.18 19:25:11.977477 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14558 | 2025.07.18 19:25:11.977570 [ 4 ] {b883fbae-7243-45a4-8760-284119a7473d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
14559 | 2025.07.18 19:25:11.977610 [ 4 ] {b883fbae-7243-45a4-8760-284119a7473d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14560 | 2025.07.18 19:25:11.977872 [ 221 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
14561 | 2025.07.18 19:25:11.978057 [ 4 ] {b883fbae-7243-45a4-8760-284119a7473d} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14562 | 2025.07.18 19:25:11.978098 [ 4 ] {b883fbae-7243-45a4-8760-284119a7473d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14563 | 2025.07.18 19:25:11.978392 [ 4 ] {b883fbae-7243-45a4-8760-284119a7473d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
14564 | 2025.07.18 19:25:11.978616 [ 4 ] {b883fbae-7243-45a4-8760-284119a7473d} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14565 | 2025.07.18 19:25:11.978742 [ 4 ] {b883fbae-7243-45a4-8760-284119a7473d} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.00119 sec., 169747.89915966385 rows/sec., 9.64 MiB/sec. | ||
14566 | 2025.07.18 19:25:11.978779 [ 4 ] {b883fbae-7243-45a4-8760-284119a7473d} <Debug> TCPHandler: Processed in 0.00134884 sec. | ||
14567 | 2025.07.18 19:25:11.978888 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14568 | 2025.07.18 19:25:11.978978 [ 4 ] {cba976a7-271e-43ec-af69-a893c70f75b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
14569 | 2025.07.18 19:25:11.979021 [ 4 ] {cba976a7-271e-43ec-af69-a893c70f75b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14570 | 2025.07.18 19:25:11.979674 [ 4 ] {cba976a7-271e-43ec-af69-a893c70f75b4} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14571 | 2025.07.18 19:25:11.979709 [ 4 ] {cba976a7-271e-43ec-af69-a893c70f75b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14572 | 2025.07.18 19:25:11.980031 [ 4 ] {cba976a7-271e-43ec-af69-a893c70f75b4} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
14573 | 2025.07.18 19:25:11.980232 [ 4 ] {cba976a7-271e-43ec-af69-a893c70f75b4} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14574 | 2025.07.18 19:25:11.980362 [ 4 ] {cba976a7-271e-43ec-af69-a893c70f75b4} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001401 sec., 494646.6809421842 rows/sec., 34.75 MiB/sec. | ||
14575 | 2025.07.18 19:25:11.980399 [ 4 ] {cba976a7-271e-43ec-af69-a893c70f75b4} <Debug> TCPHandler: Processed in 0.001558224 sec. | ||
14576 | 2025.07.18 19:25:11.980513 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14577 | 2025.07.18 19:25:11.980606 [ 4 ] {b53a1b2b-8e12-466f-9358-4fd68e03698d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
14578 | 2025.07.18 19:25:11.980646 [ 4 ] {b53a1b2b-8e12-466f-9358-4fd68e03698d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14579 | 2025.07.18 19:25:11.980980 [ 4 ] {b53a1b2b-8e12-466f-9358-4fd68e03698d} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14580 | 2025.07.18 19:25:11.981015 [ 4 ] {b53a1b2b-8e12-466f-9358-4fd68e03698d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14581 | 2025.07.18 19:25:11.981317 [ 4 ] {b53a1b2b-8e12-466f-9358-4fd68e03698d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
14582 | 2025.07.18 19:25:11.981518 [ 4 ] {b53a1b2b-8e12-466f-9358-4fd68e03698d} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14583 | 2025.07.18 19:25:11.981642 [ 4 ] {b53a1b2b-8e12-466f-9358-4fd68e03698d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001054 sec., 5692.599620493358 rows/sec., 297.42 KiB/sec. | ||
14584 | 2025.07.18 19:25:11.981678 [ 4 ] {b53a1b2b-8e12-466f-9358-4fd68e03698d} <Debug> TCPHandler: Processed in 0.001211419 sec. | ||
14585 | 2025.07.18 19:25:11.981783 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14586 | 2025.07.18 19:25:11.981873 [ 4 ] {e8e5e9ed-0b4a-4a4c-9972-76950104f9c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
14587 | 2025.07.18 19:25:11.981914 [ 4 ] {e8e5e9ed-0b4a-4a4c-9972-76950104f9c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14588 | 2025.07.18 19:25:11.982340 [ 4 ] {e8e5e9ed-0b4a-4a4c-9972-76950104f9c1} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14589 | 2025.07.18 19:25:11.982374 [ 4 ] {e8e5e9ed-0b4a-4a4c-9972-76950104f9c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14590 | 2025.07.18 19:25:11.982704 [ 4 ] {e8e5e9ed-0b4a-4a4c-9972-76950104f9c1} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
14591 | 2025.07.18 19:25:11.982916 [ 4 ] {e8e5e9ed-0b4a-4a4c-9972-76950104f9c1} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14592 | 2025.07.18 19:25:11.983043 [ 4 ] {e8e5e9ed-0b4a-4a4c-9972-76950104f9c1} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001187 sec., 258635.2148272957 rows/sec., 17.01 MiB/sec. | ||
14593 | 2025.07.18 19:25:11.983080 [ 4 ] {e8e5e9ed-0b4a-4a4c-9972-76950104f9c1} <Debug> TCPHandler: Processed in 0.001343751 sec. | ||
14594 | 2025.07.18 19:25:11.983185 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14595 | 2025.07.18 19:25:11.983275 [ 4 ] {a2acaad4-d03c-4a0a-9773-a6225fa7dcab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
14596 | 2025.07.18 19:25:11.983315 [ 4 ] {a2acaad4-d03c-4a0a-9773-a6225fa7dcab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14597 | 2025.07.18 19:25:11.983623 [ 4 ] {a2acaad4-d03c-4a0a-9773-a6225fa7dcab} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14598 | 2025.07.18 19:25:11.983658 [ 4 ] {a2acaad4-d03c-4a0a-9773-a6225fa7dcab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14599 | 2025.07.18 19:25:11.983951 [ 4 ] {a2acaad4-d03c-4a0a-9773-a6225fa7dcab} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
14600 | 2025.07.18 19:25:11.984152 [ 4 ] {a2acaad4-d03c-4a0a-9773-a6225fa7dcab} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14601 | 2025.07.18 19:25:11.984277 [ 4 ] {a2acaad4-d03c-4a0a-9773-a6225fa7dcab} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001019 sec., 981.3542688910698 rows/sec., 66.13 KiB/sec. | ||
14602 | 2025.07.18 19:25:11.984312 [ 4 ] {a2acaad4-d03c-4a0a-9773-a6225fa7dcab} <Debug> TCPHandler: Processed in 0.001175249 sec. | ||
14603 | 2025.07.18 19:25:11.984416 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14604 | 2025.07.18 19:25:11.984507 [ 4 ] {1e177c59-afba-439b-84fe-a8acf2a07f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
14605 | 2025.07.18 19:25:11.984559 [ 4 ] {1e177c59-afba-439b-84fe-a8acf2a07f9a} <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 | ||
14606 | 2025.07.18 19:25:11.985428 [ 4 ] {1e177c59-afba-439b-84fe-a8acf2a07f9a} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14607 | 2025.07.18 19:25:11.985463 [ 4 ] {1e177c59-afba-439b-84fe-a8acf2a07f9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14608 | 2025.07.18 19:25:11.986017 [ 4 ] {1e177c59-afba-439b-84fe-a8acf2a07f9a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
14609 | 2025.07.18 19:25:11.986236 [ 4 ] {1e177c59-afba-439b-84fe-a8acf2a07f9a} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14610 | 2025.07.18 19:25:11.986370 [ 4 ] {1e177c59-afba-439b-84fe-a8acf2a07f9a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00188 sec., 21808.510638297874 rows/sec., 39.08 MiB/sec. | ||
14611 | 2025.07.18 19:25:11.986422 [ 4 ] {1e177c59-afba-439b-84fe-a8acf2a07f9a} <Debug> TCPHandler: Processed in 0.002052621 sec. | ||
14612 | 2025.07.18 19:25:11.986533 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14613 | 2025.07.18 19:25:11.986625 [ 4 ] {318921fe-35e3-4526-9684-8e2bbecb1611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
14614 | 2025.07.18 19:25:11.986666 [ 4 ] {318921fe-35e3-4526-9684-8e2bbecb1611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14615 | 2025.07.18 19:25:11.986990 [ 4 ] {318921fe-35e3-4526-9684-8e2bbecb1611} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14616 | 2025.07.18 19:25:11.987026 [ 4 ] {318921fe-35e3-4526-9684-8e2bbecb1611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14617 | 2025.07.18 19:25:11.987320 [ 4 ] {318921fe-35e3-4526-9684-8e2bbecb1611} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
14618 | 2025.07.18 19:25:11.987535 [ 4 ] {318921fe-35e3-4526-9684-8e2bbecb1611} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14619 | 2025.07.18 19:25:11.987652 [ 153 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
14620 | 2025.07.18 19:25:11.987659 [ 4 ] {318921fe-35e3-4526-9684-8e2bbecb1611} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001052 sec., 96958.17490494296 rows/sec., 5.96 MiB/sec. | ||
14621 | 2025.07.18 19:25:11.987695 [ 153 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14622 | 2025.07.18 19:25:11.987709 [ 4 ] {318921fe-35e3-4526-9684-8e2bbecb1611} <Debug> TCPHandler: Processed in 0.001224529 sec. | ||
14623 | 2025.07.18 19:25:11.987721 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14624 | 2025.07.18 19:25:11.987848 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
14625 | 2025.07.18 19:25:11.987995 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14626 | 2025.07.18 19:25:11.988031 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_111_22, total 8790 rows starting from the beginning of the part | ||
14627 | 2025.07.18 19:25:11.988094 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 102 rows starting from the beginning of the part | ||
14628 | 2025.07.18 19:25:11.988138 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part | ||
14629 | 2025.07.18 19:25:11.988178 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 102 rows starting from the beginning of the part | ||
14630 | 2025.07.18 19:25:11.988215 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part | ||
14631 | 2025.07.18 19:25:11.988254 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 102 rows starting from the beginning of the part | ||
14632 | 2025.07.18 19:25:11.990590 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9216 rows, containing 4 columns (4 merged, 0 gathered) in 0.002798783 sec., 3292859.7894156137 rows/sec., 209.40 MiB/sec. | ||
14633 | 2025.07.18 19:25:11.990784 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
14634 | 2025.07.18 19:25:11.991035 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_116_23} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14635 | 2025.07.18 19:25:11.991107 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_116_23} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
14636 | 2025.07.18 19:25:11.991179 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.86 MiB. | ||
14637 | 2025.07.18 19:25:12.000259 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 342.51 MiB, peak 356.88 MiB, free memory in arenas 0.00 B, will set to 345.73 MiB (RSS), difference: 3.22 MiB | ||
14638 | 2025.07.18 19:25:12.669609 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 603 | ||
14639 | 2025.07.18 19:25:12.685931 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14640 | 2025.07.18 19:25:12.685976 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14641 | 2025.07.18 19:25:12.691936 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14642 | 2025.07.18 19:25:12.692640 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14643 | 2025.07.18 19:25:12.695585 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
14644 | 2025.07.18 19:25:16.109368 [ 222 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
14645 | 2025.07.18 19:25:16.109440 [ 222 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
14646 | 2025.07.18 19:25:16.111338 [ 222 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
14647 | 2025.07.18 19:25:16.517697 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
14648 | 2025.07.18 19:25:16.517746 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
14649 | 2025.07.18 19:25:16.519573 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
14650 | 2025.07.18 19:25:16.607713 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14651 | 2025.07.18 19:25:16.607877 [ 4 ] {e281a618-ca8d-4b44-b6ae-d201075c752a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
14652 | 2025.07.18 19:25:16.607944 [ 4 ] {e281a618-ca8d-4b44-b6ae-d201075c752a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14653 | 2025.07.18 19:25:16.608568 [ 4 ] {e281a618-ca8d-4b44-b6ae-d201075c752a} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14654 | 2025.07.18 19:25:16.608611 [ 4 ] {e281a618-ca8d-4b44-b6ae-d201075c752a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14655 | 2025.07.18 19:25:16.608998 [ 4 ] {e281a618-ca8d-4b44-b6ae-d201075c752a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
14656 | 2025.07.18 19:25:16.609238 [ 4 ] {e281a618-ca8d-4b44-b6ae-d201075c752a} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14657 | 2025.07.18 19:25:16.609394 [ 4 ] {e281a618-ca8d-4b44-b6ae-d201075c752a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001565 sec., 1277.9552715654952 rows/sec., 104.21 KiB/sec. | ||
14658 | 2025.07.18 19:25:16.609437 [ 4 ] {e281a618-ca8d-4b44-b6ae-d201075c752a} <Debug> TCPHandler: Processed in 0.001850858 sec. | ||
14659 | 2025.07.18 19:25:16.609543 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14660 | 2025.07.18 19:25:16.609640 [ 4 ] {d1ca4fb4-52d6-478f-8dc7-4ab97310bd86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
14661 | 2025.07.18 19:25:16.609680 [ 4 ] {d1ca4fb4-52d6-478f-8dc7-4ab97310bd86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14662 | 2025.07.18 19:25:16.611032 [ 4 ] {d1ca4fb4-52d6-478f-8dc7-4ab97310bd86} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14663 | 2025.07.18 19:25:16.611069 [ 4 ] {d1ca4fb4-52d6-478f-8dc7-4ab97310bd86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14664 | 2025.07.18 19:25:16.611455 [ 4 ] {d1ca4fb4-52d6-478f-8dc7-4ab97310bd86} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
14665 | 2025.07.18 19:25:16.611688 [ 4 ] {d1ca4fb4-52d6-478f-8dc7-4ab97310bd86} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14666 | 2025.07.18 19:25:16.611821 [ 4 ] {d1ca4fb4-52d6-478f-8dc7-4ab97310bd86} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.0022 sec., 544090.9090909091 rows/sec., 44.85 MiB/sec. | ||
14667 | 2025.07.18 19:25:16.611862 [ 4 ] {d1ca4fb4-52d6-478f-8dc7-4ab97310bd86} <Debug> TCPHandler: Processed in 0.002368117 sec. | ||
14668 | 2025.07.18 19:25:16.611938 [ 225 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
14669 | 2025.07.18 19:25:16.611988 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14670 | 2025.07.18 19:25:16.611994 [ 225 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
14671 | 2025.07.18 19:25:16.612117 [ 4 ] {5870781d-5bf8-4962-a365-c121f7436718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
14672 | 2025.07.18 19:25:16.612173 [ 4 ] {5870781d-5bf8-4962-a365-c121f7436718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14673 | 2025.07.18 19:25:16.612682 [ 4 ] {5870781d-5bf8-4962-a365-c121f7436718} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14674 | 2025.07.18 19:25:16.612729 [ 4 ] {5870781d-5bf8-4962-a365-c121f7436718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14675 | 2025.07.18 19:25:16.613142 [ 4 ] {5870781d-5bf8-4962-a365-c121f7436718} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
14676 | 2025.07.18 19:25:16.613397 [ 4 ] {5870781d-5bf8-4962-a365-c121f7436718} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14677 | 2025.07.18 19:25:16.613524 [ 64 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
14678 | 2025.07.18 19:25:16.613543 [ 4 ] {5870781d-5bf8-4962-a365-c121f7436718} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001451 sec., 1378.3597518952447 rows/sec., 96.24 KiB/sec. | ||
14679 | 2025.07.18 19:25:16.613591 [ 64 ] {} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14680 | 2025.07.18 19:25:16.613604 [ 4 ] {5870781d-5bf8-4962-a365-c121f7436718} <Debug> TCPHandler: Processed in 0.001678176 sec. | ||
14681 | 2025.07.18 19:25:16.613621 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14682 | 2025.07.18 19:25:16.613716 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14683 | 2025.07.18 19:25:16.613741 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full | ||
14684 | 2025.07.18 19:25:16.613816 [ 4 ] {9673da46-08e4-45cc-bccc-29925e166530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
14685 | 2025.07.18 19:25:16.613864 [ 4 ] {9673da46-08e4-45cc-bccc-29925e166530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14686 | 2025.07.18 19:25:16.613878 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14687 | 2025.07.18 19:25:16.613922 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 255 rows starting from the beginning of the part | ||
14688 | 2025.07.18 19:25:16.614003 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part | ||
14689 | 2025.07.18 19:25:16.614060 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 237 rows starting from the beginning of the part | ||
14690 | 2025.07.18 19:25:16.614107 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 241 rows starting from the beginning of the part | ||
14691 | 2025.07.18 19:25:16.614150 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 237 rows starting from the beginning of the part | ||
14692 | 2025.07.18 19:25:16.614195 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 2 rows starting from the beginning of the part | ||
14693 | 2025.07.18 19:25:16.614226 [ 225 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
14694 | 2025.07.18 19:25:16.614409 [ 4 ] {9673da46-08e4-45cc-bccc-29925e166530} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14695 | 2025.07.18 19:25:16.614453 [ 4 ] {9673da46-08e4-45cc-bccc-29925e166530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14696 | 2025.07.18 19:25:16.614795 [ 4 ] {9673da46-08e4-45cc-bccc-29925e166530} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
14697 | 2025.07.18 19:25:16.615019 [ 4 ] {9673da46-08e4-45cc-bccc-29925e166530} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14698 | 2025.07.18 19:25:16.615128 [ 64 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_67_14 to all_72_72_0 | ||
14699 | 2025.07.18 19:25:16.615155 [ 4 ] {9673da46-08e4-45cc-bccc-29925e166530} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001358 sec., 167893.9617083947 rows/sec., 11.37 MiB/sec. | ||
14700 | 2025.07.18 19:25:16.615160 [ 64 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14701 | 2025.07.18 19:25:16.615195 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14702 | 2025.07.18 19:25:16.615197 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1209 rows, containing 5 columns (5 merged, 0 gathered) in 0.001510163 sec., 800575.8318803997 rows/sec., 52.18 MiB/sec. | ||
14703 | 2025.07.18 19:25:16.615201 [ 4 ] {9673da46-08e4-45cc-bccc-29925e166530} <Debug> TCPHandler: Processed in 0.001534914 sec. | ||
14704 | 2025.07.18 19:25:16.615276 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_67_14 to all_72_72_0 into Compact with storage Full | ||
14705 | 2025.07.18 19:25:16.615336 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14706 | 2025.07.18 19:25:16.615373 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14707 | 2025.07.18 19:25:16.615376 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
14708 | 2025.07.18 19:25:16.615409 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_67_14, total 431 rows starting from the beginning of the part | ||
14709 | 2025.07.18 19:25:16.615431 [ 4 ] {f5098c7e-b6f3-45c5-8ab1-583d51de1f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
14710 | 2025.07.18 19:25:16.615473 [ 4 ] {f5098c7e-b6f3-45c5-8ab1-583d51de1f65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14711 | 2025.07.18 19:25:16.615476 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 228 rows starting from the beginning of the part | ||
14712 | 2025.07.18 19:25:16.615529 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 203 rows starting from the beginning of the part | ||
14713 | 2025.07.18 19:25:16.615571 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 203 rows starting from the beginning of the part | ||
14714 | 2025.07.18 19:25:16.615612 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 203 rows starting from the beginning of the part | ||
14715 | 2025.07.18 19:25:16.615651 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 228 rows starting from the beginning of the part | ||
14716 | 2025.07.18 19:25:16.615706 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14717 | 2025.07.18 19:25:16.615791 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
14718 | 2025.07.18 19:25:16.615884 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
14719 | 2025.07.18 19:25:16.616187 [ 4 ] {f5098c7e-b6f3-45c5-8ab1-583d51de1f65} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14720 | 2025.07.18 19:25:16.616227 [ 4 ] {f5098c7e-b6f3-45c5-8ab1-583d51de1f65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14721 | 2025.07.18 19:25:16.616552 [ 4 ] {f5098c7e-b6f3-45c5-8ab1-583d51de1f65} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
14722 | 2025.07.18 19:25:16.616604 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1496 rows, containing 5 columns (5 merged, 0 gathered) in 0.00136122 sec., 1099014.1196867516 rows/sec., 76.69 MiB/sec. | ||
14723 | 2025.07.18 19:25:16.616780 [ 192 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} <Trace> MergedBlockOutputStream: filled checksums all_1_72_15 (state Temporary) | ||
14724 | 2025.07.18 19:25:16.616788 [ 4 ] {f5098c7e-b6f3-45c5-8ab1-583d51de1f65} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14725 | 2025.07.18 19:25:16.616941 [ 4 ] {f5098c7e-b6f3-45c5-8ab1-583d51de1f65} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.001528 sec., 341623.0366492146 rows/sec., 25.29 MiB/sec. | ||
14726 | 2025.07.18 19:25:16.616983 [ 4 ] {f5098c7e-b6f3-45c5-8ab1-583d51de1f65} <Debug> TCPHandler: Processed in 0.001696506 sec. | ||
14727 | 2025.07.18 19:25:16.617049 [ 192 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_72_15 to all_1_72_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14728 | 2025.07.18 19:25:16.617093 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14729 | 2025.07.18 19:25:16.617122 [ 192 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_67_14, all_72_72_0] -> all_1_72_15 | ||
14730 | 2025.07.18 19:25:16.617200 [ 4 ] {eac56446-fd97-4ecd-9cf9-12184382f171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
14731 | 2025.07.18 19:25:16.617213 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
14732 | 2025.07.18 19:25:16.617251 [ 4 ] {eac56446-fd97-4ecd-9cf9-12184382f171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14733 | 2025.07.18 19:25:16.617956 [ 4 ] {eac56446-fd97-4ecd-9cf9-12184382f171} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14734 | 2025.07.18 19:25:16.617993 [ 4 ] {eac56446-fd97-4ecd-9cf9-12184382f171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14735 | 2025.07.18 19:25:16.618379 [ 4 ] {eac56446-fd97-4ecd-9cf9-12184382f171} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
14736 | 2025.07.18 19:25:16.618593 [ 4 ] {eac56446-fd97-4ecd-9cf9-12184382f171} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14737 | 2025.07.18 19:25:16.618710 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_113_23 to all_118_118_0 | ||
14738 | 2025.07.18 19:25:16.618724 [ 4 ] {eac56446-fd97-4ecd-9cf9-12184382f171} <Debug> executeQuery: Read 1007 rows, 69.31 KiB in 0.001544 sec., 652202.0725388601 rows/sec., 43.84 MiB/sec. | ||
14739 | 2025.07.18 19:25:16.618757 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14740 | 2025.07.18 19:25:16.618777 [ 4 ] {eac56446-fd97-4ecd-9cf9-12184382f171} <Debug> TCPHandler: Processed in 0.001732997 sec. | ||
14741 | 2025.07.18 19:25:16.618781 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14742 | 2025.07.18 19:25:16.618864 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_113_23 to all_118_118_0 into Compact with storage Full | ||
14743 | 2025.07.18 19:25:16.618894 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14744 | 2025.07.18 19:25:16.618963 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14745 | 2025.07.18 19:25:16.618994 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_113_23, total 43650 rows starting from the beginning of the part | ||
14746 | 2025.07.18 19:25:16.618995 [ 4 ] {769ec4ac-901c-415d-9681-2bd66d8a6fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
14747 | 2025.07.18 19:25:16.619043 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part | ||
14748 | 2025.07.18 19:25:16.619049 [ 4 ] {769ec4ac-901c-415d-9681-2bd66d8a6fae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14749 | 2025.07.18 19:25:16.619092 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 309 rows starting from the beginning of the part | ||
14750 | 2025.07.18 19:25:16.619145 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part | ||
14751 | 2025.07.18 19:25:16.619192 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 307 rows starting from the beginning of the part | ||
14752 | 2025.07.18 19:25:16.619237 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 1007 rows starting from the beginning of the part | ||
14753 | 2025.07.18 19:25:16.619415 [ 4 ] {769ec4ac-901c-415d-9681-2bd66d8a6fae} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14754 | 2025.07.18 19:25:16.619457 [ 4 ] {769ec4ac-901c-415d-9681-2bd66d8a6fae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14755 | 2025.07.18 19:25:16.619780 [ 4 ] {769ec4ac-901c-415d-9681-2bd66d8a6fae} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
14756 | 2025.07.18 19:25:16.619986 [ 4 ] {769ec4ac-901c-415d-9681-2bd66d8a6fae} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14757 | 2025.07.18 19:25:16.620119 [ 4 ] {769ec4ac-901c-415d-9681-2bd66d8a6fae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001143 sec., 52493.43832020998 rows/sec., 3.54 MiB/sec. | ||
14758 | 2025.07.18 19:25:16.620157 [ 4 ] {769ec4ac-901c-415d-9681-2bd66d8a6fae} <Debug> TCPHandler: Processed in 0.00131217 sec. | ||
14759 | 2025.07.18 19:25:16.627524 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45593 rows, containing 5 columns (5 merged, 0 gathered) in 0.008687833 sec., 5247913.950463827 rows/sec., 351.36 MiB/sec. | ||
14760 | 2025.07.18 19:25:16.628025 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} <Trace> MergedBlockOutputStream: filled checksums all_1_118_24 (state Temporary) | ||
14761 | 2025.07.18 19:25:16.628324 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_118_24 to all_1_118_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14762 | 2025.07.18 19:25:16.628408 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_113_23, all_118_118_0] -> all_1_118_24 | ||
14763 | 2025.07.18 19:25:16.628501 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
14764 | 2025.07.18 19:25:17.562523 [ 225 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
14765 | 2025.07.18 19:25:17.562574 [ 225 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
14766 | 2025.07.18 19:25:17.564309 [ 225 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
14767 | 2025.07.18 19:25:18.173472 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37149 | ||
14768 | 2025.07.18 19:25:18.174135 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14769 | 2025.07.18 19:25:18.174200 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14770 | 2025.07.18 19:25:18.174847 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14771 | 2025.07.18 19:25:18.175150 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14772 | 2025.07.18 19:25:18.175332 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149 | ||
14773 | 2025.07.18 19:25:18.175333 [ 149 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14774 | 2025.07.18 19:25:18.175425 [ 149 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14775 | 2025.07.18 19:25:18.175449 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14776 | 2025.07.18 19:25:18.175608 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
14777 | 2025.07.18 19:25:18.175786 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14778 | 2025.07.18 19:25:18.175833 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part | ||
14779 | 2025.07.18 19:25:18.175908 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 488 rows starting from the beginning of the part | ||
14780 | 2025.07.18 19:25:18.175963 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 427 rows starting from the beginning of the part | ||
14781 | 2025.07.18 19:25:18.176014 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 488 rows starting from the beginning of the part | ||
14782 | 2025.07.18 19:25:18.176060 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 427 rows starting from the beginning of the part | ||
14783 | 2025.07.18 19:25:18.176110 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 488 rows starting from the beginning of the part | ||
14784 | 2025.07.18 19:25:18.178998 [ 198 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.003464053 sec., 10724143.077487556 rows/sec., 153.41 MiB/sec. | ||
14785 | 2025.07.18 19:25:18.179461 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14786 | 2025.07.18 19:25:18.179850 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14787 | 2025.07.18 19:25:18.179941 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14788 | 2025.07.18 19:25:18.180059 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
14789 | 2025.07.18 19:25:20.195792 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 610 | ||
14790 | 2025.07.18 19:25:20.212987 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14791 | 2025.07.18 19:25:20.213050 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14792 | 2025.07.18 19:25:20.219301 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14793 | 2025.07.18 19:25:20.220047 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14794 | 2025.07.18 19:25:20.220406 [ 148 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14795 | 2025.07.18 19:25:20.220497 [ 148 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14796 | 2025.07.18 19:25:20.220534 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14797 | 2025.07.18 19:25:20.220714 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
14798 | 2025.07.18 19:25:20.223265 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 610 | ||
14799 | 2025.07.18 19:25:20.224868 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14800 | 2025.07.18 19:25:20.226501 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part | ||
14801 | 2025.07.18 19:25:20.231278 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 7 rows starting from the beginning of the part | ||
14802 | 2025.07.18 19:25:20.235954 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 8 rows starting from the beginning of the part | ||
14803 | 2025.07.18 19:25:20.240553 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 7 rows starting from the beginning of the part | ||
14804 | 2025.07.18 19:25:20.245364 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 8 rows starting from the beginning of the part | ||
14805 | 2025.07.18 19:25:20.249792 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 7 rows starting from the beginning of the part | ||
14806 | 2025.07.18 19:25:20.306502 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 679 columns (679 merged, 0 gathered) in 0.085871451 sec., 7103.641465194293 rows/sec., 36.73 MiB/sec. | ||
14807 | 2025.07.18 19:25:20.309389 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14808 | 2025.07.18 19:25:20.311373 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_81_16} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14809 | 2025.07.18 19:25:20.311452 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_81_16} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14810 | 2025.07.18 19:25:20.314005 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
14811 | 2025.07.18 19:25:20.780198 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2030 | ||
14812 | 2025.07.18 19:25:20.782751 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14813 | 2025.07.18 19:25:20.782801 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14814 | 2025.07.18 19:25:20.784000 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
14815 | 2025.07.18 19:25:20.784270 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14816 | 2025.07.18 19:25:20.784536 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2030 | ||
14817 | 2025.07.18 19:25:21.000176 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 347.49 MiB, peak 364.90 MiB, free memory in arenas 0.00 B, will set to 346.44 MiB (RSS), difference: -1.05 MiB | ||
14818 | 2025.07.18 19:25:21.857019 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
14819 | 2025.07.18 19:25:21.857073 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
14820 | 2025.07.18 19:25:21.858971 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
14821 | 2025.07.18 19:25:21.968888 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14822 | 2025.07.18 19:25:21.969102 [ 4 ] {77996313-e888-4d17-8120-139bb0e20cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
14823 | 2025.07.18 19:25:21.969190 [ 4 ] {77996313-e888-4d17-8120-139bb0e20cc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
14824 | 2025.07.18 19:25:21.970374 [ 4 ] {77996313-e888-4d17-8120-139bb0e20cc6} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14825 | 2025.07.18 19:25:21.970438 [ 4 ] {77996313-e888-4d17-8120-139bb0e20cc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14826 | 2025.07.18 19:25:21.970954 [ 4 ] {77996313-e888-4d17-8120-139bb0e20cc6} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
14827 | 2025.07.18 19:25:21.971242 [ 4 ] {77996313-e888-4d17-8120-139bb0e20cc6} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14828 | 2025.07.18 19:25:21.971438 [ 4 ] {77996313-e888-4d17-8120-139bb0e20cc6} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.002401 sec., 163265.306122449 rows/sec., 10.36 MiB/sec. | ||
14829 | 2025.07.18 19:25:21.971503 [ 4 ] {77996313-e888-4d17-8120-139bb0e20cc6} <Debug> TCPHandler: Processed in 0.002821074 sec. | ||
14830 | 2025.07.18 19:25:21.971643 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14831 | 2025.07.18 19:25:21.971749 [ 4 ] {33525d6a-5b6d-4d84-9b81-cc97221028aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
14832 | 2025.07.18 19:25:21.971795 [ 4 ] {33525d6a-5b6d-4d84-9b81-cc97221028aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14833 | 2025.07.18 19:25:21.972743 [ 4 ] {33525d6a-5b6d-4d84-9b81-cc97221028aa} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14834 | 2025.07.18 19:25:21.972775 [ 4 ] {33525d6a-5b6d-4d84-9b81-cc97221028aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14835 | 2025.07.18 19:25:21.973118 [ 4 ] {33525d6a-5b6d-4d84-9b81-cc97221028aa} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
14836 | 2025.07.18 19:25:21.973389 [ 4 ] {33525d6a-5b6d-4d84-9b81-cc97221028aa} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14837 | 2025.07.18 19:25:21.973518 [ 4 ] {33525d6a-5b6d-4d84-9b81-cc97221028aa} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001794 sec., 640468.2274247492 rows/sec., 51.12 MiB/sec. | ||
14838 | 2025.07.18 19:25:21.973556 [ 4 ] {33525d6a-5b6d-4d84-9b81-cc97221028aa} <Debug> TCPHandler: Processed in 0.00196814 sec. | ||
14839 | 2025.07.18 19:25:21.973676 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14840 | 2025.07.18 19:25:21.973769 [ 4 ] {34e998b5-b8d1-4f5e-87cf-034047049001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
14841 | 2025.07.18 19:25:21.973810 [ 4 ] {34e998b5-b8d1-4f5e-87cf-034047049001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14842 | 2025.07.18 19:25:21.974317 [ 4 ] {34e998b5-b8d1-4f5e-87cf-034047049001} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14843 | 2025.07.18 19:25:21.974359 [ 4 ] {34e998b5-b8d1-4f5e-87cf-034047049001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14844 | 2025.07.18 19:25:21.974753 [ 4 ] {34e998b5-b8d1-4f5e-87cf-034047049001} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
14845 | 2025.07.18 19:25:21.975009 [ 4 ] {34e998b5-b8d1-4f5e-87cf-034047049001} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14846 | 2025.07.18 19:25:21.975173 [ 4 ] {34e998b5-b8d1-4f5e-87cf-034047049001} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.00142 sec., 166901.4084507042 rows/sec., 10.22 MiB/sec. | ||
14847 | 2025.07.18 19:25:21.975221 [ 4 ] {34e998b5-b8d1-4f5e-87cf-034047049001} <Debug> TCPHandler: Processed in 0.001595585 sec. | ||
14848 | 2025.07.18 19:25:21.975348 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14849 | 2025.07.18 19:25:21.975444 [ 4 ] {b3ef722b-ccef-48ce-9daa-ff58699e880a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
14850 | 2025.07.18 19:25:21.975485 [ 4 ] {b3ef722b-ccef-48ce-9daa-ff58699e880a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14851 | 2025.07.18 19:25:21.975986 [ 4 ] {b3ef722b-ccef-48ce-9daa-ff58699e880a} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14852 | 2025.07.18 19:25:21.976023 [ 4 ] {b3ef722b-ccef-48ce-9daa-ff58699e880a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14853 | 2025.07.18 19:25:21.976332 [ 4 ] {b3ef722b-ccef-48ce-9daa-ff58699e880a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
14854 | 2025.07.18 19:25:21.976547 [ 4 ] {b3ef722b-ccef-48ce-9daa-ff58699e880a} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14855 | 2025.07.18 19:25:21.976687 [ 4 ] {b3ef722b-ccef-48ce-9daa-ff58699e880a} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001259 sec., 161239.07863383638 rows/sec., 10.40 MiB/sec. | ||
14856 | 2025.07.18 19:25:21.976728 [ 4 ] {b3ef722b-ccef-48ce-9daa-ff58699e880a} <Debug> TCPHandler: Processed in 0.001435302 sec. | ||
14857 | 2025.07.18 19:25:21.976871 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14858 | 2025.07.18 19:25:21.976969 [ 4 ] {dff4037e-4971-4aaf-a453-9b99138a8e1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
14859 | 2025.07.18 19:25:21.977010 [ 4 ] {dff4037e-4971-4aaf-a453-9b99138a8e1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14860 | 2025.07.18 19:25:21.977516 [ 4 ] {dff4037e-4971-4aaf-a453-9b99138a8e1e} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14861 | 2025.07.18 19:25:21.977553 [ 4 ] {dff4037e-4971-4aaf-a453-9b99138a8e1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14862 | 2025.07.18 19:25:21.977861 [ 4 ] {dff4037e-4971-4aaf-a453-9b99138a8e1e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
14863 | 2025.07.18 19:25:21.978072 [ 4 ] {dff4037e-4971-4aaf-a453-9b99138a8e1e} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14864 | 2025.07.18 19:25:21.978200 [ 4 ] {dff4037e-4971-4aaf-a453-9b99138a8e1e} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001249 sec., 161729.38350680546 rows/sec., 9.19 MiB/sec. | ||
14865 | 2025.07.18 19:25:21.978243 [ 4 ] {dff4037e-4971-4aaf-a453-9b99138a8e1e} <Debug> TCPHandler: Processed in 0.001423382 sec. | ||
14866 | 2025.07.18 19:25:21.978366 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14867 | 2025.07.18 19:25:21.978459 [ 4 ] {946bd6eb-09ee-4536-862c-58b507f8b6d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
14868 | 2025.07.18 19:25:21.978498 [ 4 ] {946bd6eb-09ee-4536-862c-58b507f8b6d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14869 | 2025.07.18 19:25:21.979145 [ 4 ] {946bd6eb-09ee-4536-862c-58b507f8b6d1} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14870 | 2025.07.18 19:25:21.979181 [ 4 ] {946bd6eb-09ee-4536-862c-58b507f8b6d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14871 | 2025.07.18 19:25:21.979506 [ 4 ] {946bd6eb-09ee-4536-862c-58b507f8b6d1} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
14872 | 2025.07.18 19:25:21.979710 [ 4 ] {946bd6eb-09ee-4536-862c-58b507f8b6d1} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14873 | 2025.07.18 19:25:21.979838 [ 4 ] {946bd6eb-09ee-4536-862c-58b507f8b6d1} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001396 sec., 496418.3381088825 rows/sec., 34.87 MiB/sec. | ||
14874 | 2025.07.18 19:25:21.979875 [ 4 ] {946bd6eb-09ee-4536-862c-58b507f8b6d1} <Debug> TCPHandler: Processed in 0.001558873 sec. | ||
14875 | 2025.07.18 19:25:21.979992 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14876 | 2025.07.18 19:25:21.980086 [ 4 ] {c409ec0a-bf67-446b-8704-851e723562c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
14877 | 2025.07.18 19:25:21.980126 [ 4 ] {c409ec0a-bf67-446b-8704-851e723562c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14878 | 2025.07.18 19:25:21.980466 [ 4 ] {c409ec0a-bf67-446b-8704-851e723562c1} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14879 | 2025.07.18 19:25:21.980500 [ 4 ] {c409ec0a-bf67-446b-8704-851e723562c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14880 | 2025.07.18 19:25:21.980799 [ 4 ] {c409ec0a-bf67-446b-8704-851e723562c1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
14881 | 2025.07.18 19:25:21.981001 [ 4 ] {c409ec0a-bf67-446b-8704-851e723562c1} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14882 | 2025.07.18 19:25:21.981129 [ 4 ] {c409ec0a-bf67-446b-8704-851e723562c1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00106 sec., 5660.377358490567 rows/sec., 295.73 KiB/sec. | ||
14883 | 2025.07.18 19:25:21.981165 [ 4 ] {c409ec0a-bf67-446b-8704-851e723562c1} <Debug> TCPHandler: Processed in 0.001221748 sec. | ||
14884 | 2025.07.18 19:25:21.981171 [ 220 ] {} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
14885 | 2025.07.18 19:25:21.981226 [ 220 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
14886 | 2025.07.18 19:25:21.981281 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14887 | 2025.07.18 19:25:21.981378 [ 4 ] {cbf7c71e-1c73-4950-b94f-c7e580fced6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
14888 | 2025.07.18 19:25:21.981420 [ 4 ] {cbf7c71e-1c73-4950-b94f-c7e580fced6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14889 | 2025.07.18 19:25:21.981869 [ 4 ] {cbf7c71e-1c73-4950-b94f-c7e580fced6e} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14890 | 2025.07.18 19:25:21.981908 [ 4 ] {cbf7c71e-1c73-4950-b94f-c7e580fced6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14891 | 2025.07.18 19:25:21.982263 [ 4 ] {cbf7c71e-1c73-4950-b94f-c7e580fced6e} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
14892 | 2025.07.18 19:25:21.982509 [ 4 ] {cbf7c71e-1c73-4950-b94f-c7e580fced6e} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14893 | 2025.07.18 19:25:21.982650 [ 4 ] {cbf7c71e-1c73-4950-b94f-c7e580fced6e} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001289 sec., 238169.12335143524 rows/sec., 15.67 MiB/sec. | ||
14894 | 2025.07.18 19:25:21.982688 [ 4 ] {cbf7c71e-1c73-4950-b94f-c7e580fced6e} <Debug> TCPHandler: Processed in 0.001455353 sec. | ||
14895 | 2025.07.18 19:25:21.982800 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14896 | 2025.07.18 19:25:21.982895 [ 4 ] {d6fab2a0-3f53-490e-8547-19263ef83d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
14897 | 2025.07.18 19:25:21.982938 [ 4 ] {d6fab2a0-3f53-490e-8547-19263ef83d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14898 | 2025.07.18 19:25:21.983241 [ 220 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
14899 | 2025.07.18 19:25:21.983266 [ 4 ] {d6fab2a0-3f53-490e-8547-19263ef83d1c} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14900 | 2025.07.18 19:25:21.983305 [ 4 ] {d6fab2a0-3f53-490e-8547-19263ef83d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14901 | 2025.07.18 19:25:21.983599 [ 4 ] {d6fab2a0-3f53-490e-8547-19263ef83d1c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
14902 | 2025.07.18 19:25:21.983802 [ 4 ] {d6fab2a0-3f53-490e-8547-19263ef83d1c} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14903 | 2025.07.18 19:25:21.983929 [ 4 ] {d6fab2a0-3f53-490e-8547-19263ef83d1c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001051 sec., 951.4747859181731 rows/sec., 64.11 KiB/sec. | ||
14904 | 2025.07.18 19:25:21.983964 [ 4 ] {d6fab2a0-3f53-490e-8547-19263ef83d1c} <Debug> TCPHandler: Processed in 0.001213588 sec. | ||
14905 | 2025.07.18 19:25:21.984080 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14906 | 2025.07.18 19:25:21.984173 [ 4 ] {6de5f3f5-f861-47f3-b82d-37942b9a16d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
14907 | 2025.07.18 19:25:21.984229 [ 4 ] {6de5f3f5-f861-47f3-b82d-37942b9a16d5} <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 | ||
14908 | 2025.07.18 19:25:21.985091 [ 4 ] {6de5f3f5-f861-47f3-b82d-37942b9a16d5} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14909 | 2025.07.18 19:25:21.985126 [ 4 ] {6de5f3f5-f861-47f3-b82d-37942b9a16d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14910 | 2025.07.18 19:25:21.985668 [ 4 ] {6de5f3f5-f861-47f3-b82d-37942b9a16d5} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
14911 | 2025.07.18 19:25:21.985881 [ 4 ] {6de5f3f5-f861-47f3-b82d-37942b9a16d5} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14912 | 2025.07.18 19:25:21.986017 [ 4 ] {6de5f3f5-f861-47f3-b82d-37942b9a16d5} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001861 sec., 22031.166039763568 rows/sec., 39.48 MiB/sec. | ||
14913 | 2025.07.18 19:25:21.986068 [ 4 ] {6de5f3f5-f861-47f3-b82d-37942b9a16d5} <Debug> TCPHandler: Processed in 0.002037642 sec. | ||
14914 | 2025.07.18 19:25:21.986186 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14915 | 2025.07.18 19:25:21.986281 [ 4 ] {996fd5cb-450a-41d5-a1e5-56b6394b1f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
14916 | 2025.07.18 19:25:21.986322 [ 4 ] {996fd5cb-450a-41d5-a1e5-56b6394b1f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14917 | 2025.07.18 19:25:21.986656 [ 4 ] {996fd5cb-450a-41d5-a1e5-56b6394b1f5d} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14918 | 2025.07.18 19:25:21.986692 [ 4 ] {996fd5cb-450a-41d5-a1e5-56b6394b1f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14919 | 2025.07.18 19:25:21.986984 [ 4 ] {996fd5cb-450a-41d5-a1e5-56b6394b1f5d} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
14920 | 2025.07.18 19:25:21.987184 [ 4 ] {996fd5cb-450a-41d5-a1e5-56b6394b1f5d} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14921 | 2025.07.18 19:25:21.987310 [ 4 ] {996fd5cb-450a-41d5-a1e5-56b6394b1f5d} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001047 sec., 97421.20343839542 rows/sec., 5.99 MiB/sec. | ||
14922 | 2025.07.18 19:25:21.987345 [ 4 ] {996fd5cb-450a-41d5-a1e5-56b6394b1f5d} <Debug> TCPHandler: Processed in 0.001209098 sec. | ||
14923 | 2025.07.18 19:25:25.465627 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14924 | 2025.07.18 19:25:25.465681 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14925 | 2025.07.18 19:25:25.675602 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37576 | ||
14926 | 2025.07.18 19:25:25.676175 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14927 | 2025.07.18 19:25:25.676230 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14928 | 2025.07.18 19:25:25.676756 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14929 | 2025.07.18 19:25:25.676984 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14930 | 2025.07.18 19:25:25.677127 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
14931 | 2025.07.18 19:25:26.957219 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14932 | 2025.07.18 19:25:26.957414 [ 4 ] {b7178af1-4b7d-465d-a6d2-f9447432e0b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
14933 | 2025.07.18 19:25:26.957485 [ 4 ] {b7178af1-4b7d-465d-a6d2-f9447432e0b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14934 | 2025.07.18 19:25:26.958155 [ 4 ] {b7178af1-4b7d-465d-a6d2-f9447432e0b9} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14935 | 2025.07.18 19:25:26.958202 [ 4 ] {b7178af1-4b7d-465d-a6d2-f9447432e0b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14936 | 2025.07.18 19:25:26.958579 [ 4 ] {b7178af1-4b7d-465d-a6d2-f9447432e0b9} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
14937 | 2025.07.18 19:25:26.958798 [ 4 ] {b7178af1-4b7d-465d-a6d2-f9447432e0b9} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14938 | 2025.07.18 19:25:26.958950 [ 4 ] {b7178af1-4b7d-465d-a6d2-f9447432e0b9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001589 sec., 35242.29074889868 rows/sec., 2.71 MiB/sec. | ||
14939 | 2025.07.18 19:25:26.958990 [ 4 ] {b7178af1-4b7d-465d-a6d2-f9447432e0b9} <Debug> TCPHandler: Processed in 0.0019076 sec. | ||
14940 | 2025.07.18 19:25:26.959114 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14941 | 2025.07.18 19:25:26.959209 [ 4 ] {74861b45-7218-4fff-a01f-0d508857f371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
14942 | 2025.07.18 19:25:26.959248 [ 4 ] {74861b45-7218-4fff-a01f-0d508857f371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14943 | 2025.07.18 19:25:26.959666 [ 4 ] {74861b45-7218-4fff-a01f-0d508857f371} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14944 | 2025.07.18 19:25:26.959701 [ 4 ] {74861b45-7218-4fff-a01f-0d508857f371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14945 | 2025.07.18 19:25:26.959996 [ 4 ] {74861b45-7218-4fff-a01f-0d508857f371} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
14946 | 2025.07.18 19:25:26.960211 [ 4 ] {74861b45-7218-4fff-a01f-0d508857f371} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14947 | 2025.07.18 19:25:26.960341 [ 4 ] {74861b45-7218-4fff-a01f-0d508857f371} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001149 sec., 55700.6092254134 rows/sec., 4.35 MiB/sec. | ||
14948 | 2025.07.18 19:25:26.960378 [ 4 ] {74861b45-7218-4fff-a01f-0d508857f371} <Debug> TCPHandler: Processed in 0.00131472 sec. | ||
14949 | 2025.07.18 19:25:26.960491 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14950 | 2025.07.18 19:25:26.960585 [ 4 ] {6b79e0c1-4b88-42e8-a6bb-5a525190499a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
14951 | 2025.07.18 19:25:26.960628 [ 4 ] {6b79e0c1-4b88-42e8-a6bb-5a525190499a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14952 | 2025.07.18 19:25:26.961042 [ 4 ] {6b79e0c1-4b88-42e8-a6bb-5a525190499a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14953 | 2025.07.18 19:25:26.961078 [ 4 ] {6b79e0c1-4b88-42e8-a6bb-5a525190499a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14954 | 2025.07.18 19:25:26.961412 [ 4 ] {6b79e0c1-4b88-42e8-a6bb-5a525190499a} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
14955 | 2025.07.18 19:25:26.961619 [ 4 ] {6b79e0c1-4b88-42e8-a6bb-5a525190499a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14956 | 2025.07.18 19:25:26.961748 [ 4 ] {6b79e0c1-4b88-42e8-a6bb-5a525190499a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. | ||
14957 | 2025.07.18 19:25:26.961783 [ 4 ] {6b79e0c1-4b88-42e8-a6bb-5a525190499a} <Debug> TCPHandler: Processed in 0.001341121 sec. | ||
14958 | 2025.07.18 19:25:26.961895 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14959 | 2025.07.18 19:25:26.961988 [ 4 ] {b3f03a65-7dc9-488f-a94e-cb3cc4e7a73f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
14960 | 2025.07.18 19:25:26.962030 [ 4 ] {b3f03a65-7dc9-488f-a94e-cb3cc4e7a73f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14961 | 2025.07.18 19:25:26.962361 [ 4 ] {b3f03a65-7dc9-488f-a94e-cb3cc4e7a73f} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14962 | 2025.07.18 19:25:26.962396 [ 4 ] {b3f03a65-7dc9-488f-a94e-cb3cc4e7a73f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14963 | 2025.07.18 19:25:26.962698 [ 4 ] {b3f03a65-7dc9-488f-a94e-cb3cc4e7a73f} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
14964 | 2025.07.18 19:25:26.962899 [ 4 ] {b3f03a65-7dc9-488f-a94e-cb3cc4e7a73f} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14965 | 2025.07.18 19:25:26.963024 [ 4 ] {b3f03a65-7dc9-488f-a94e-cb3cc4e7a73f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. | ||
14966 | 2025.07.18 19:25:26.963059 [ 4 ] {b3f03a65-7dc9-488f-a94e-cb3cc4e7a73f} <Debug> TCPHandler: Processed in 0.001213458 sec. | ||
14967 | 2025.07.18 19:25:27.723478 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 618 | ||
14968 | 2025.07.18 19:25:27.740991 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14969 | 2025.07.18 19:25:27.741045 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14970 | 2025.07.18 19:25:27.747236 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14971 | 2025.07.18 19:25:27.747931 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14972 | 2025.07.18 19:25:27.751086 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618 | ||
14973 | 2025.07.18 19:25:29.042425 [ 136 ] {} <Debug> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
14974 | 2025.07.18 19:25:29.042486 [ 136 ] {} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14975 | 2025.07.18 19:25:29.042506 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14976 | 2025.07.18 19:25:29.042633 [ 198 ] {6a071a87-e434-4288-a163-c4637791446e::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 | ||
14977 | 2025.07.18 19:25:29.042782 [ 198 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14978 | 2025.07.18 19:25:29.042819 [ 198 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part | ||
14979 | 2025.07.18 19:25:29.042888 [ 198 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
14980 | 2025.07.18 19:25:29.042934 [ 198 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part | ||
14981 | 2025.07.18 19:25:29.042977 [ 198 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
14982 | 2025.07.18 19:25:29.043016 [ 198 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
14983 | 2025.07.18 19:25:29.043789 [ 197 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001207709 sec., 31464.533260909706 rows/sec., 2.63 MiB/sec. | ||
14984 | 2025.07.18 19:25:29.043987 [ 195 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
14985 | 2025.07.18 19:25:29.044298 [ 195 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_25_6} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14986 | 2025.07.18 19:25:29.044386 [ 195 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_25_6} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
14987 | 2025.07.18 19:25:29.044503 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
14988 | 2025.07.18 19:25:30.785007 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2060 | ||
14989 | 2025.07.18 19:25:30.787431 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14990 | 2025.07.18 19:25:30.787487 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14991 | 2025.07.18 19:25:30.788690 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
14992 | 2025.07.18 19:25:30.788979 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14993 | 2025.07.18 19:25:30.789146 [ 133 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
14994 | 2025.07.18 19:25:30.789218 [ 133 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14995 | 2025.07.18 19:25:30.789244 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
14996 | 2025.07.18 19:25:30.789364 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2060 | ||
14997 | 2025.07.18 19:25:30.789405 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
14998 | 2025.07.18 19:25:30.790108 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14999 | 2025.07.18 19:25:30.790270 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1900 rows starting from the beginning of the part | ||
15000 | 2025.07.18 19:25:30.790657 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 32 rows starting from the beginning of the part | ||
15001 | 2025.07.18 19:25:30.791036 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 30 rows starting from the beginning of the part | ||
15002 | 2025.07.18 19:25:30.791396 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 32 rows starting from the beginning of the part | ||
15003 | 2025.07.18 19:25:30.791759 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 36 rows starting from the beginning of the part | ||
15004 | 2025.07.18 19:25:30.792098 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 30 rows starting from the beginning of the part | ||
15005 | 2025.07.18 19:25:30.798950 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2060 rows, containing 72 columns (72 merged, 0 gathered) in 0.009628098 sec., 213957.10762395646 rows/sec., 161.84 MiB/sec. | ||
15006 | 2025.07.18 19:25:30.800475 [ 186 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
15007 | 2025.07.18 19:25:30.800963 [ 186 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15008 | 2025.07.18 19:25:30.801036 [ 186 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
15009 | 2025.07.18 19:25:30.801208 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.57 MiB. | ||
15010 | 2025.07.18 19:25:31.973046 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15011 | 2025.07.18 19:25:31.973217 [ 4 ] {46e9d008-4466-4bce-92b7-856138249758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
15012 | 2025.07.18 19:25:31.973283 [ 4 ] {46e9d008-4466-4bce-92b7-856138249758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
15013 | 2025.07.18 19:25:31.974181 [ 4 ] {46e9d008-4466-4bce-92b7-856138249758} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15014 | 2025.07.18 19:25:31.974222 [ 4 ] {46e9d008-4466-4bce-92b7-856138249758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
15015 | 2025.07.18 19:25:31.974623 [ 4 ] {46e9d008-4466-4bce-92b7-856138249758} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
15016 | 2025.07.18 19:25:31.974868 [ 4 ] {46e9d008-4466-4bce-92b7-856138249758} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15017 | 2025.07.18 19:25:31.975026 [ 4 ] {46e9d008-4466-4bce-92b7-856138249758} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001856 sec., 211206.89655172414 rows/sec., 13.40 MiB/sec. | ||
15018 | 2025.07.18 19:25:31.975078 [ 4 ] {46e9d008-4466-4bce-92b7-856138249758} <Debug> TCPHandler: Processed in 0.002156763 sec. | ||
15019 | 2025.07.18 19:25:31.975213 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15020 | 2025.07.18 19:25:31.975315 [ 4 ] {62da61eb-7df8-473f-be3e-e84168716223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
15021 | 2025.07.18 19:25:31.975359 [ 4 ] {62da61eb-7df8-473f-be3e-e84168716223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15022 | 2025.07.18 19:25:31.975839 [ 4 ] {62da61eb-7df8-473f-be3e-e84168716223} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15023 | 2025.07.18 19:25:31.975877 [ 4 ] {62da61eb-7df8-473f-be3e-e84168716223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
15024 | 2025.07.18 19:25:31.976186 [ 4 ] {62da61eb-7df8-473f-be3e-e84168716223} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
15025 | 2025.07.18 19:25:31.976409 [ 4 ] {62da61eb-7df8-473f-be3e-e84168716223} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15026 | 2025.07.18 19:25:31.976544 [ 4 ] {62da61eb-7df8-473f-be3e-e84168716223} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001252 sec., 9584.664536741213 rows/sec., 781.56 KiB/sec. | ||
15027 | 2025.07.18 19:25:31.976583 [ 4 ] {62da61eb-7df8-473f-be3e-e84168716223} <Debug> TCPHandler: Processed in 0.001423602 sec. | ||
15028 | 2025.07.18 19:25:31.976702 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15029 | 2025.07.18 19:25:31.976800 [ 4 ] {66ccf737-9251-42cf-8e10-ba00480e7e4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
15030 | 2025.07.18 19:25:31.976843 [ 4 ] {66ccf737-9251-42cf-8e10-ba00480e7e4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15031 | 2025.07.18 19:25:31.977809 [ 4 ] {66ccf737-9251-42cf-8e10-ba00480e7e4c} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15032 | 2025.07.18 19:25:31.977845 [ 4 ] {66ccf737-9251-42cf-8e10-ba00480e7e4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
15033 | 2025.07.18 19:25:31.978215 [ 4 ] {66ccf737-9251-42cf-8e10-ba00480e7e4c} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
15034 | 2025.07.18 19:25:31.978427 [ 4 ] {66ccf737-9251-42cf-8e10-ba00480e7e4c} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15035 | 2025.07.18 19:25:31.978539 [ 131 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
15036 | 2025.07.18 19:25:31.978557 [ 4 ] {66ccf737-9251-42cf-8e10-ba00480e7e4c} <Debug> executeQuery: Read 1155 rows, 94.34 KiB in 0.001777 sec., 649971.8626899269 rows/sec., 51.85 MiB/sec. | ||
15037 | 2025.07.18 19:25:31.978576 [ 131 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15038 | 2025.07.18 19:25:31.978594 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
15039 | 2025.07.18 19:25:31.978596 [ 4 ] {66ccf737-9251-42cf-8e10-ba00480e7e4c} <Debug> TCPHandler: Processed in 0.00194452 sec. | ||
15040 | 2025.07.18 19:25:31.978716 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
15041 | 2025.07.18 19:25:31.978721 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15042 | 2025.07.18 19:25:31.978865 [ 4 ] {bfec6494-94bd-4bf8-8486-67ec90f5da78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
15043 | 2025.07.18 19:25:31.978881 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15044 | 2025.07.18 19:25:31.978905 [ 4 ] {bfec6494-94bd-4bf8-8486-67ec90f5da78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15045 | 2025.07.18 19:25:31.978932 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2298 rows starting from the beginning of the part | ||
15046 | 2025.07.18 19:25:31.979007 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 1149 rows starting from the beginning of the part | ||
15047 | 2025.07.18 19:25:31.979065 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 1197 rows starting from the beginning of the part | ||
15048 | 2025.07.18 19:25:31.979111 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1149 rows starting from the beginning of the part | ||
15049 | 2025.07.18 19:25:31.979168 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part | ||
15050 | 2025.07.18 19:25:31.979220 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 1155 rows starting from the beginning of the part | ||
15051 | 2025.07.18 19:25:31.979489 [ 4 ] {bfec6494-94bd-4bf8-8486-67ec90f5da78} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15052 | 2025.07.18 19:25:31.979531 [ 4 ] {bfec6494-94bd-4bf8-8486-67ec90f5da78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15053 | 2025.07.18 19:25:31.979867 [ 4 ] {bfec6494-94bd-4bf8-8486-67ec90f5da78} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
15054 | 2025.07.18 19:25:31.980091 [ 4 ] {bfec6494-94bd-4bf8-8486-67ec90f5da78} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15055 | 2025.07.18 19:25:31.980225 [ 4 ] {bfec6494-94bd-4bf8-8486-67ec90f5da78} <Debug> executeQuery: Read 249 rows, 15.70 KiB in 0.00138 sec., 180434.78260869565 rows/sec., 11.11 MiB/sec. | ||
15056 | 2025.07.18 19:25:31.980264 [ 4 ] {bfec6494-94bd-4bf8-8486-67ec90f5da78} <Debug> TCPHandler: Processed in 0.001592785 sec. | ||
15057 | 2025.07.18 19:25:31.980385 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15058 | 2025.07.18 19:25:31.980479 [ 4 ] {2dade72f-e122-45cb-845f-cd67645daaa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
15059 | 2025.07.18 19:25:31.980520 [ 4 ] {2dade72f-e122-45cb-845f-cd67645daaa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15060 | 2025.07.18 19:25:31.981001 [ 4 ] {2dade72f-e122-45cb-845f-cd67645daaa6} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15061 | 2025.07.18 19:25:31.981038 [ 4 ] {2dade72f-e122-45cb-845f-cd67645daaa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15062 | 2025.07.18 19:25:31.981335 [ 4 ] {2dade72f-e122-45cb-845f-cd67645daaa6} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
15063 | 2025.07.18 19:25:31.981540 [ 4 ] {2dade72f-e122-45cb-845f-cd67645daaa6} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15064 | 2025.07.18 19:25:31.981669 [ 4 ] {2dade72f-e122-45cb-845f-cd67645daaa6} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001208 sec., 168046.35761589403 rows/sec., 10.84 MiB/sec. | ||
15065 | 2025.07.18 19:25:31.981687 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7004 rows, containing 5 columns (5 merged, 0 gathered) in 0.003026847 sec., 2313959.0471536885 rows/sec., 195.54 MiB/sec. | ||
15066 | 2025.07.18 19:25:31.981707 [ 4 ] {2dade72f-e122-45cb-845f-cd67645daaa6} <Debug> TCPHandler: Processed in 0.001374081 sec. | ||
15067 | 2025.07.18 19:25:31.981844 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15068 | 2025.07.18 19:25:31.981936 [ 4 ] {c39e2793-3e40-4542-aff4-213e240899b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
15069 | 2025.07.18 19:25:31.981976 [ 4 ] {c39e2793-3e40-4542-aff4-213e240899b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15070 | 2025.07.18 19:25:31.982007 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
15071 | 2025.07.18 19:25:31.982328 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15072 | 2025.07.18 19:25:31.982416 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
15073 | 2025.07.18 19:25:31.982433 [ 4 ] {c39e2793-3e40-4542-aff4-213e240899b1} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15074 | 2025.07.18 19:25:31.982479 [ 4 ] {c39e2793-3e40-4542-aff4-213e240899b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15075 | 2025.07.18 19:25:31.982505 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. | ||
15076 | 2025.07.18 19:25:31.982784 [ 4 ] {c39e2793-3e40-4542-aff4-213e240899b1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
15077 | 2025.07.18 19:25:31.982997 [ 4 ] {c39e2793-3e40-4542-aff4-213e240899b1} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15078 | 2025.07.18 19:25:31.983125 [ 4 ] {c39e2793-3e40-4542-aff4-213e240899b1} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001206 sec., 167495.85406301823 rows/sec., 9.51 MiB/sec. | ||
15079 | 2025.07.18 19:25:31.983162 [ 4 ] {c39e2793-3e40-4542-aff4-213e240899b1} <Debug> TCPHandler: Processed in 0.001368091 sec. | ||
15080 | 2025.07.18 19:25:31.983278 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15081 | 2025.07.18 19:25:31.983370 [ 4 ] {b2d0ce66-5a6f-478d-a013-d63276869514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
15082 | 2025.07.18 19:25:31.983411 [ 4 ] {b2d0ce66-5a6f-478d-a013-d63276869514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15083 | 2025.07.18 19:25:31.984083 [ 4 ] {b2d0ce66-5a6f-478d-a013-d63276869514} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15084 | 2025.07.18 19:25:31.984118 [ 4 ] {b2d0ce66-5a6f-478d-a013-d63276869514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
15085 | 2025.07.18 19:25:31.984448 [ 4 ] {b2d0ce66-5a6f-478d-a013-d63276869514} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
15086 | 2025.07.18 19:25:31.984673 [ 4 ] {b2d0ce66-5a6f-478d-a013-d63276869514} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15087 | 2025.07.18 19:25:31.984781 [ 131 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
15088 | 2025.07.18 19:25:31.984800 [ 4 ] {b2d0ce66-5a6f-478d-a013-d63276869514} <Debug> executeQuery: Read 705 rows, 50.83 KiB in 0.001447 sec., 487214.92743607465 rows/sec., 34.31 MiB/sec. | ||
15089 | 2025.07.18 19:25:31.984812 [ 131 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15090 | 2025.07.18 19:25:31.984830 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
15091 | 2025.07.18 19:25:31.984838 [ 4 ] {b2d0ce66-5a6f-478d-a013-d63276869514} <Debug> TCPHandler: Processed in 0.001609085 sec. | ||
15092 | 2025.07.18 19:25:31.984939 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
15093 | 2025.07.18 19:25:31.984954 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15094 | 2025.07.18 19:25:31.985068 [ 4 ] {989e21be-d342-45c6-9738-78d0c722daa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
15095 | 2025.07.18 19:25:31.985082 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15096 | 2025.07.18 19:25:31.985110 [ 4 ] {989e21be-d342-45c6-9738-78d0c722daa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15097 | 2025.07.18 19:25:31.985122 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1185 rows starting from the beginning of the part | ||
15098 | 2025.07.18 19:25:31.985193 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 693 rows starting from the beginning of the part | ||
15099 | 2025.07.18 19:25:31.985239 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 522 rows starting from the beginning of the part | ||
15100 | 2025.07.18 19:25:31.985279 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 693 rows starting from the beginning of the part | ||
15101 | 2025.07.18 19:25:31.985319 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part | ||
15102 | 2025.07.18 19:25:31.985363 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 705 rows starting from the beginning of the part | ||
15103 | 2025.07.18 19:25:31.985472 [ 4 ] {989e21be-d342-45c6-9738-78d0c722daa6} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15104 | 2025.07.18 19:25:31.985515 [ 4 ] {989e21be-d342-45c6-9738-78d0c722daa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15105 | 2025.07.18 19:25:31.985842 [ 4 ] {989e21be-d342-45c6-9738-78d0c722daa6} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
15106 | 2025.07.18 19:25:31.986060 [ 4 ] {989e21be-d342-45c6-9738-78d0c722daa6} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15107 | 2025.07.18 19:25:31.986165 [ 131 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_60_60_0 | ||
15108 | 2025.07.18 19:25:31.986191 [ 131 ] {} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15109 | 2025.07.18 19:25:31.986197 [ 4 ] {989e21be-d342-45c6-9738-78d0c722daa6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001147 sec., 5231.037489102006 rows/sec., 273.30 KiB/sec. | ||
15110 | 2025.07.18 19:25:31.986209 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15111 | 2025.07.18 19:25:31.986235 [ 4 ] {989e21be-d342-45c6-9738-78d0c722daa6} <Debug> TCPHandler: Processed in 0.001330431 sec. | ||
15112 | 2025.07.18 19:25:31.986281 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_60_60_0 into Compact with storage Full | ||
15113 | 2025.07.18 19:25:31.986346 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15114 | 2025.07.18 19:25:31.986373 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15115 | 2025.07.18 19:25:31.986405 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 306 rows starting from the beginning of the part | ||
15116 | 2025.07.18 19:25:31.986446 [ 4 ] {7024f99c-4685-4ba3-b418-87ea9fc02319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
15117 | 2025.07.18 19:25:31.986455 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_56_1, total 30 rows starting from the beginning of the part | ||
15118 | 2025.07.18 19:25:31.986498 [ 4 ] {7024f99c-4685-4ba3-b418-87ea9fc02319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15119 | 2025.07.18 19:25:31.986513 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part | ||
15120 | 2025.07.18 19:25:31.986558 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part | ||
15121 | 2025.07.18 19:25:31.986596 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part | ||
15122 | 2025.07.18 19:25:31.986634 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part | ||
15123 | 2025.07.18 19:25:31.986810 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3862 rows, containing 5 columns (5 merged, 0 gathered) in 0.001925449 sec., 2005765.9278433237 rows/sec., 150.82 MiB/sec. | ||
15124 | 2025.07.18 19:25:31.986959 [ 4 ] {7024f99c-4685-4ba3-b418-87ea9fc02319} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15125 | 2025.07.18 19:25:31.986996 [ 4 ] {7024f99c-4685-4ba3-b418-87ea9fc02319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15126 | 2025.07.18 19:25:31.987032 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
15127 | 2025.07.18 19:25:31.987402 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15128 | 2025.07.18 19:25:31.987410 [ 199 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 4 columns (4 merged, 0 gathered) in 0.001163458 sec., 309422.4286566425 rows/sec., 15.79 MiB/sec. | ||
15129 | 2025.07.18 19:25:31.987497 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
15130 | 2025.07.18 19:25:31.987539 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} <Trace> MergedBlockOutputStream: filled checksums all_1_60_11 (state Temporary) | ||
15131 | 2025.07.18 19:25:31.987553 [ 4 ] {7024f99c-4685-4ba3-b418-87ea9fc02319} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
15132 | 2025.07.18 19:25:31.987617 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
15133 | 2025.07.18 19:25:31.987866 [ 4 ] {7024f99c-4685-4ba3-b418-87ea9fc02319} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15134 | 2025.07.18 19:25:31.987868 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_60_11 to all_1_60_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15135 | 2025.07.18 19:25:31.987959 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_60_60_0] -> all_1_60_11 | ||
15136 | 2025.07.18 19:25:31.988017 [ 4 ] {7024f99c-4685-4ba3-b418-87ea9fc02319} <Debug> executeQuery: Read 313 rows, 21.10 KiB in 0.00159 sec., 196855.34591194967 rows/sec., 12.96 MiB/sec. | ||
15137 | 2025.07.18 19:25:31.988024 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
15138 | 2025.07.18 19:25:31.988065 [ 4 ] {7024f99c-4685-4ba3-b418-87ea9fc02319} <Debug> TCPHandler: Processed in 0.001766517 sec. | ||
15139 | 2025.07.18 19:25:31.988187 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15140 | 2025.07.18 19:25:31.988280 [ 4 ] {3bc0b3e0-e2f2-438e-9733-0dbcbb804da4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
15141 | 2025.07.18 19:25:31.988322 [ 4 ] {3bc0b3e0-e2f2-438e-9733-0dbcbb804da4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15142 | 2025.07.18 19:25:31.988660 [ 4 ] {3bc0b3e0-e2f2-438e-9733-0dbcbb804da4} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15143 | 2025.07.18 19:25:31.988694 [ 4 ] {3bc0b3e0-e2f2-438e-9733-0dbcbb804da4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
15144 | 2025.07.18 19:25:31.988994 [ 4 ] {3bc0b3e0-e2f2-438e-9733-0dbcbb804da4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
15145 | 2025.07.18 19:25:31.989211 [ 4 ] {3bc0b3e0-e2f2-438e-9733-0dbcbb804da4} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15146 | 2025.07.18 19:25:31.989312 [ 131 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
15147 | 2025.07.18 19:25:31.989340 [ 131 ] {} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15148 | 2025.07.18 19:25:31.989342 [ 4 ] {3bc0b3e0-e2f2-438e-9733-0dbcbb804da4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001079 sec., 926.7840593141797 rows/sec., 62.45 KiB/sec. | ||
15149 | 2025.07.18 19:25:31.989356 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
15150 | 2025.07.18 19:25:31.989383 [ 4 ] {3bc0b3e0-e2f2-438e-9733-0dbcbb804da4} <Debug> TCPHandler: Processed in 0.001243549 sec. | ||
15151 | 2025.07.18 19:25:31.989432 [ 197 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full | ||
15152 | 2025.07.18 19:25:31.989498 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15153 | 2025.07.18 19:25:31.989525 [ 197 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15154 | 2025.07.18 19:25:31.989556 [ 197 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 55 rows starting from the beginning of the part | ||
15155 | 2025.07.18 19:25:31.989600 [ 4 ] {ace32c39-9995-4704-824d-3f2afc9de2ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
15156 | 2025.07.18 19:25:31.989602 [ 197 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part | ||
15157 | 2025.07.18 19:25:31.989660 [ 197 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part | ||
15158 | 2025.07.18 19:25:31.989661 [ 4 ] {ace32c39-9995-4704-824d-3f2afc9de2ee} <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 | ||
15159 | 2025.07.18 19:25:31.989694 [ 197 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part | ||
15160 | 2025.07.18 19:25:31.989734 [ 197 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part | ||
15161 | 2025.07.18 19:25:31.989765 [ 197 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part | ||
15162 | 2025.07.18 19:25:31.990424 [ 186 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.001023126 sec., 58643.80340251347 rows/sec., 3.86 MiB/sec. | ||
15163 | 2025.07.18 19:25:31.990557 [ 199 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
15164 | 2025.07.18 19:25:31.990588 [ 4 ] {ace32c39-9995-4704-824d-3f2afc9de2ee} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15165 | 2025.07.18 19:25:31.990624 [ 4 ] {ace32c39-9995-4704-824d-3f2afc9de2ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
15166 | 2025.07.18 19:25:31.990834 [ 199 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15167 | 2025.07.18 19:25:31.990900 [ 199 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
15168 | 2025.07.18 19:25:31.990974 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
15169 | 2025.07.18 19:25:31.991223 [ 4 ] {ace32c39-9995-4704-824d-3f2afc9de2ee} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
15170 | 2025.07.18 19:25:31.991447 [ 4 ] {ace32c39-9995-4704-824d-3f2afc9de2ee} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15171 | 2025.07.18 19:25:31.991586 [ 4 ] {ace32c39-9995-4704-824d-3f2afc9de2ee} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002004 sec., 20459.081836327343 rows/sec., 36.66 MiB/sec. | ||
15172 | 2025.07.18 19:25:31.991661 [ 4 ] {ace32c39-9995-4704-824d-3f2afc9de2ee} <Debug> TCPHandler: Processed in 0.002211724 sec. | ||
15173 | 2025.07.18 19:25:31.991778 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15174 | 2025.07.18 19:25:31.991871 [ 4 ] {0e1dc148-c726-44c3-b4f1-b1d0bd25a202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
15175 | 2025.07.18 19:25:31.991911 [ 4 ] {0e1dc148-c726-44c3-b4f1-b1d0bd25a202} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15176 | 2025.07.18 19:25:31.992244 [ 4 ] {0e1dc148-c726-44c3-b4f1-b1d0bd25a202} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15177 | 2025.07.18 19:25:31.992279 [ 4 ] {0e1dc148-c726-44c3-b4f1-b1d0bd25a202} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
15178 | 2025.07.18 19:25:31.992601 [ 4 ] {0e1dc148-c726-44c3-b4f1-b1d0bd25a202} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
15179 | 2025.07.18 19:25:31.992806 [ 4 ] {0e1dc148-c726-44c3-b4f1-b1d0bd25a202} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15180 | 2025.07.18 19:25:31.992930 [ 4 ] {0e1dc148-c726-44c3-b4f1-b1d0bd25a202} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001078 sec., 94619.66604823749 rows/sec., 5.81 MiB/sec. | ||
15181 | 2025.07.18 19:25:31.992966 [ 4 ] {0e1dc148-c726-44c3-b4f1-b1d0bd25a202} <Debug> TCPHandler: Processed in 0.001237129 sec. | ||
15182 | 2025.07.18 19:25:33.177407 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38064 | ||
15183 | 2025.07.18 19:25:33.177975 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15184 | 2025.07.18 19:25:33.178016 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
15185 | 2025.07.18 19:25:33.178495 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15186 | 2025.07.18 19:25:33.178733 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15187 | 2025.07.18 19:25:33.178875 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064 | ||
15188 | 2025.07.18 19:25:35.251246 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 625 | ||
15189 | 2025.07.18 19:25:35.269113 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15190 | 2025.07.18 19:25:35.269163 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
15191 | 2025.07.18 19:25:35.275739 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15192 | 2025.07.18 19:25:35.276446 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15193 | 2025.07.18 19:25:35.279607 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 625 | ||
15194 | 2025.07.18 19:25:36.957055 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15195 | 2025.07.18 19:25:36.957262 [ 4 ] {ebefe510-6cd9-49c4-8c35-5d08382abf19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
15196 | 2025.07.18 19:25:36.957335 [ 4 ] {ebefe510-6cd9-49c4-8c35-5d08382abf19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15197 | 2025.07.18 19:25:36.958107 [ 4 ] {ebefe510-6cd9-49c4-8c35-5d08382abf19} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15198 | 2025.07.18 19:25:36.958145 [ 4 ] {ebefe510-6cd9-49c4-8c35-5d08382abf19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15199 | 2025.07.18 19:25:36.958547 [ 4 ] {ebefe510-6cd9-49c4-8c35-5d08382abf19} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
15200 | 2025.07.18 19:25:36.958766 [ 4 ] {ebefe510-6cd9-49c4-8c35-5d08382abf19} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15201 | 2025.07.18 19:25:36.958918 [ 4 ] {ebefe510-6cd9-49c4-8c35-5d08382abf19} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001709 sec., 32767.700409596255 rows/sec., 2.52 MiB/sec. | ||
15202 | 2025.07.18 19:25:36.958960 [ 4 ] {ebefe510-6cd9-49c4-8c35-5d08382abf19} <Debug> TCPHandler: Processed in 0.002035772 sec. | ||
15203 | 2025.07.18 19:25:36.959101 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15204 | 2025.07.18 19:25:36.959194 [ 4 ] {a6bfa3a5-ba5f-42cb-b5be-496a1cd19e8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
15205 | 2025.07.18 19:25:36.959234 [ 4 ] {a6bfa3a5-ba5f-42cb-b5be-496a1cd19e8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15206 | 2025.07.18 19:25:36.959654 [ 4 ] {a6bfa3a5-ba5f-42cb-b5be-496a1cd19e8a} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15207 | 2025.07.18 19:25:36.959688 [ 4 ] {a6bfa3a5-ba5f-42cb-b5be-496a1cd19e8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15208 | 2025.07.18 19:25:36.960002 [ 4 ] {a6bfa3a5-ba5f-42cb-b5be-496a1cd19e8a} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
15209 | 2025.07.18 19:25:36.960209 [ 4 ] {a6bfa3a5-ba5f-42cb-b5be-496a1cd19e8a} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15210 | 2025.07.18 19:25:36.960335 [ 4 ] {a6bfa3a5-ba5f-42cb-b5be-496a1cd19e8a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001159 sec., 55220.017256255385 rows/sec., 4.31 MiB/sec. | ||
15211 | 2025.07.18 19:25:36.960372 [ 4 ] {a6bfa3a5-ba5f-42cb-b5be-496a1cd19e8a} <Debug> TCPHandler: Processed in 0.00132076 sec. | ||
15212 | 2025.07.18 19:25:36.960492 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15213 | 2025.07.18 19:25:36.960590 [ 4 ] {fc540291-8eb1-474e-bc20-7f1cfb461abf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
15214 | 2025.07.18 19:25:36.960633 [ 4 ] {fc540291-8eb1-474e-bc20-7f1cfb461abf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15215 | 2025.07.18 19:25:36.961053 [ 4 ] {fc540291-8eb1-474e-bc20-7f1cfb461abf} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15216 | 2025.07.18 19:25:36.961087 [ 4 ] {fc540291-8eb1-474e-bc20-7f1cfb461abf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15217 | 2025.07.18 19:25:36.961410 [ 4 ] {fc540291-8eb1-474e-bc20-7f1cfb461abf} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
15218 | 2025.07.18 19:25:36.961624 [ 4 ] {fc540291-8eb1-474e-bc20-7f1cfb461abf} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15219 | 2025.07.18 19:25:36.961749 [ 4 ] {fc540291-8eb1-474e-bc20-7f1cfb461abf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. | ||
15220 | 2025.07.18 19:25:36.961785 [ 4 ] {fc540291-8eb1-474e-bc20-7f1cfb461abf} <Debug> TCPHandler: Processed in 0.001340671 sec. | ||
15221 | 2025.07.18 19:25:36.961895 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15222 | 2025.07.18 19:25:36.961988 [ 4 ] {022db371-7387-4869-a2fa-7aefe8798bf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
15223 | 2025.07.18 19:25:36.962028 [ 4 ] {022db371-7387-4869-a2fa-7aefe8798bf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15224 | 2025.07.18 19:25:36.962360 [ 4 ] {022db371-7387-4869-a2fa-7aefe8798bf4} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15225 | 2025.07.18 19:25:36.962393 [ 4 ] {022db371-7387-4869-a2fa-7aefe8798bf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15226 | 2025.07.18 19:25:36.962685 [ 4 ] {022db371-7387-4869-a2fa-7aefe8798bf4} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
15227 | 2025.07.18 19:25:36.962900 [ 4 ] {022db371-7387-4869-a2fa-7aefe8798bf4} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15228 | 2025.07.18 19:25:36.963002 [ 127 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
15229 | 2025.07.18 19:25:36.963024 [ 4 ] {022db371-7387-4869-a2fa-7aefe8798bf4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001055 sec., 56872.037914691944 rows/sec., 3.83 MiB/sec. | ||
15230 | 2025.07.18 19:25:36.963041 [ 127 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15231 | 2025.07.18 19:25:36.963060 [ 4 ] {022db371-7387-4869-a2fa-7aefe8798bf4} <Debug> TCPHandler: Processed in 0.001212788 sec. | ||
15232 | 2025.07.18 19:25:36.963060 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15233 | 2025.07.18 19:25:36.963157 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
15234 | 2025.07.18 19:25:36.963258 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15235 | 2025.07.18 19:25:36.963290 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_116_23, total 9216 rows starting from the beginning of the part | ||
15236 | 2025.07.18 19:25:36.963352 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part | ||
15237 | 2025.07.18 19:25:36.963399 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 102 rows starting from the beginning of the part | ||
15238 | 2025.07.18 19:25:36.963440 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part | ||
15239 | 2025.07.18 19:25:36.963481 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 102 rows starting from the beginning of the part | ||
15240 | 2025.07.18 19:25:36.963523 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part | ||
15241 | 2025.07.18 19:25:36.965754 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9600 rows, containing 4 columns (4 merged, 0 gathered) in 0.002631441 sec., 3648191.238184706 rows/sec., 232.09 MiB/sec. | ||
15242 | 2025.07.18 19:25:36.966175 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
15243 | 2025.07.18 19:25:36.966739 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_121_24} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15244 | 2025.07.18 19:25:36.966889 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_121_24} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
15245 | 2025.07.18 19:25:36.967042 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.95 MiB. | ||
15246 | 2025.07.18 19:25:40.465729 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15247 | 2025.07.18 19:25:40.465803 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15248 | 2025.07.18 19:25:40.678985 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38491 | ||
15249 | 2025.07.18 19:25:40.679483 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15250 | 2025.07.18 19:25:40.679522 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15251 | 2025.07.18 19:25:40.680009 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15252 | 2025.07.18 19:25:40.680242 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15253 | 2025.07.18 19:25:40.680385 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
15254 | 2025.07.18 19:25:40.789557 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2092 | ||
15255 | 2025.07.18 19:25:40.791926 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15256 | 2025.07.18 19:25:40.791976 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15257 | 2025.07.18 19:25:40.793179 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
15258 | 2025.07.18 19:25:40.793457 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15259 | 2025.07.18 19:25:40.793728 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2092 | ||
15260 | 2025.07.18 19:25:41.118786 [ 218 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
15261 | 2025.07.18 19:25:41.118839 [ 218 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
15262 | 2025.07.18 19:25:41.120253 [ 218 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
15263 | 2025.07.18 19:25:41.969724 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15264 | 2025.07.18 19:25:41.969902 [ 4 ] {e01a89bc-7f52-4cea-b15c-1bc0e25e2c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
15265 | 2025.07.18 19:25:41.969967 [ 4 ] {e01a89bc-7f52-4cea-b15c-1bc0e25e2c77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
15266 | 2025.07.18 19:25:41.970776 [ 4 ] {e01a89bc-7f52-4cea-b15c-1bc0e25e2c77} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15267 | 2025.07.18 19:25:41.970822 [ 4 ] {e01a89bc-7f52-4cea-b15c-1bc0e25e2c77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15268 | 2025.07.18 19:25:41.971215 [ 4 ] {e01a89bc-7f52-4cea-b15c-1bc0e25e2c77} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
15269 | 2025.07.18 19:25:41.971449 [ 4 ] {e01a89bc-7f52-4cea-b15c-1bc0e25e2c77} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15270 | 2025.07.18 19:25:41.971597 [ 4 ] {e01a89bc-7f52-4cea-b15c-1bc0e25e2c77} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001743 sec., 224899.5983935743 rows/sec., 14.27 MiB/sec. | ||
15271 | 2025.07.18 19:25:41.971611 [ 120 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
15272 | 2025.07.18 19:25:41.971637 [ 4 ] {e01a89bc-7f52-4cea-b15c-1bc0e25e2c77} <Debug> TCPHandler: Processed in 0.002037051 sec. | ||
15273 | 2025.07.18 19:25:41.971700 [ 120 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15274 | 2025.07.18 19:25:41.971741 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15275 | 2025.07.18 19:25:41.971799 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15276 | 2025.07.18 19:25:41.971881 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
15277 | 2025.07.18 19:25:41.971899 [ 4 ] {bc336c69-2fd9-464e-9803-2642bfb1140f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
15278 | 2025.07.18 19:25:41.971965 [ 4 ] {bc336c69-2fd9-464e-9803-2642bfb1140f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15279 | 2025.07.18 19:25:41.972055 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15280 | 2025.07.18 19:25:41.972109 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 392 rows starting from the beginning of the part | ||
15281 | 2025.07.18 19:25:41.972184 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 392 rows starting from the beginning of the part | ||
15282 | 2025.07.18 19:25:41.972236 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 392 rows starting from the beginning of the part | ||
15283 | 2025.07.18 19:25:41.972283 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 392 rows starting from the beginning of the part | ||
15284 | 2025.07.18 19:25:41.972329 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 392 rows starting from the beginning of the part | ||
15285 | 2025.07.18 19:25:41.972892 [ 4 ] {bc336c69-2fd9-464e-9803-2642bfb1140f} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15286 | 2025.07.18 19:25:41.972933 [ 4 ] {bc336c69-2fd9-464e-9803-2642bfb1140f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15287 | 2025.07.18 19:25:41.973309 [ 4 ] {bc336c69-2fd9-464e-9803-2642bfb1140f} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
15288 | 2025.07.18 19:25:41.973408 [ 192 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001587824 sec., 1234393.7363334978 rows/sec., 83.02 MiB/sec. | ||
15289 | 2025.07.18 19:25:41.973537 [ 4 ] {bc336c69-2fd9-464e-9803-2642bfb1140f} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15290 | 2025.07.18 19:25:41.973593 [ 196 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
15291 | 2025.07.18 19:25:41.973673 [ 4 ] {bc336c69-2fd9-464e-9803-2642bfb1140f} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001792 sec., 641183.0357142857 rows/sec., 51.17 MiB/sec. | ||
15292 | 2025.07.18 19:25:41.973716 [ 4 ] {bc336c69-2fd9-464e-9803-2642bfb1140f} <Debug> TCPHandler: Processed in 0.001965091 sec. | ||
15293 | 2025.07.18 19:25:41.973730 [ 220 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15294 | 2025.07.18 19:25:41.973769 [ 220 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15295 | 2025.07.18 19:25:41.973838 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15296 | 2025.07.18 19:25:41.973901 [ 196 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15297 | 2025.07.18 19:25:41.973936 [ 4 ] {142616a1-4550-4e7e-87a3-64c57e244a49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
15298 | 2025.07.18 19:25:41.973978 [ 196 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
15299 | 2025.07.18 19:25:41.973981 [ 4 ] {142616a1-4550-4e7e-87a3-64c57e244a49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15300 | 2025.07.18 19:25:41.974057 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
15301 | 2025.07.18 19:25:41.974491 [ 4 ] {142616a1-4550-4e7e-87a3-64c57e244a49} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15302 | 2025.07.18 19:25:41.974532 [ 4 ] {142616a1-4550-4e7e-87a3-64c57e244a49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15303 | 2025.07.18 19:25:41.974867 [ 4 ] {142616a1-4550-4e7e-87a3-64c57e244a49} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
15304 | 2025.07.18 19:25:41.975178 [ 4 ] {142616a1-4550-4e7e-87a3-64c57e244a49} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15305 | 2025.07.18 19:25:41.975324 [ 4 ] {142616a1-4550-4e7e-87a3-64c57e244a49} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001405 sec., 168683.27402135232 rows/sec., 10.33 MiB/sec. | ||
15306 | 2025.07.18 19:25:41.975363 [ 4 ] {142616a1-4550-4e7e-87a3-64c57e244a49} <Debug> TCPHandler: Processed in 0.001572634 sec. | ||
15307 | 2025.07.18 19:25:41.975493 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15308 | 2025.07.18 19:25:41.975591 [ 4 ] {6d89192d-508f-443e-b02f-071a2017dd64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
15309 | 2025.07.18 19:25:41.975633 [ 4 ] {6d89192d-508f-443e-b02f-071a2017dd64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15310 | 2025.07.18 19:25:41.975899 [ 220 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15311 | 2025.07.18 19:25:41.976114 [ 4 ] {6d89192d-508f-443e-b02f-071a2017dd64} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15312 | 2025.07.18 19:25:41.976156 [ 4 ] {6d89192d-508f-443e-b02f-071a2017dd64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15313 | 2025.07.18 19:25:41.976477 [ 4 ] {6d89192d-508f-443e-b02f-071a2017dd64} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
15314 | 2025.07.18 19:25:41.976734 [ 4 ] {6d89192d-508f-443e-b02f-071a2017dd64} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15315 | 2025.07.18 19:25:41.976864 [ 4 ] {6d89192d-508f-443e-b02f-071a2017dd64} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001291 sec., 157242.44771494964 rows/sec., 10.14 MiB/sec. | ||
15316 | 2025.07.18 19:25:41.976901 [ 4 ] {6d89192d-508f-443e-b02f-071a2017dd64} <Debug> TCPHandler: Processed in 0.001463413 sec. | ||
15317 | 2025.07.18 19:25:41.977011 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15318 | 2025.07.18 19:25:41.977106 [ 4 ] {e0b8c0fe-761c-4013-b586-51081cdccae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
15319 | 2025.07.18 19:25:41.977146 [ 4 ] {e0b8c0fe-761c-4013-b586-51081cdccae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15320 | 2025.07.18 19:25:41.977603 [ 4 ] {e0b8c0fe-761c-4013-b586-51081cdccae7} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15321 | 2025.07.18 19:25:41.977638 [ 4 ] {e0b8c0fe-761c-4013-b586-51081cdccae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15322 | 2025.07.18 19:25:41.978028 [ 4 ] {e0b8c0fe-761c-4013-b586-51081cdccae7} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
15323 | 2025.07.18 19:25:41.978238 [ 4 ] {e0b8c0fe-761c-4013-b586-51081cdccae7} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15324 | 2025.07.18 19:25:41.978337 [ 119 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
15325 | 2025.07.18 19:25:41.978363 [ 4 ] {e0b8c0fe-761c-4013-b586-51081cdccae7} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001275 sec., 158431.3725490196 rows/sec., 9.00 MiB/sec. | ||
15326 | 2025.07.18 19:25:41.978376 [ 119 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15327 | 2025.07.18 19:25:41.978397 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15328 | 2025.07.18 19:25:41.978401 [ 4 ] {e0b8c0fe-761c-4013-b586-51081cdccae7} <Debug> TCPHandler: Processed in 0.001438552 sec. | ||
15329 | 2025.07.18 19:25:41.978488 [ 200 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
15330 | 2025.07.18 19:25:41.978493 [ 224 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
15331 | 2025.07.18 19:25:41.978522 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15332 | 2025.07.18 19:25:41.978551 [ 224 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
15333 | 2025.07.18 19:25:41.978624 [ 200 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15334 | 2025.07.18 19:25:41.978639 [ 4 ] {c22b2c43-d2b5-4735-9544-2229b2413cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
15335 | 2025.07.18 19:25:41.978666 [ 200 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 202 rows starting from the beginning of the part | ||
15336 | 2025.07.18 19:25:41.978687 [ 4 ] {c22b2c43-d2b5-4735-9544-2229b2413cec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15337 | 2025.07.18 19:25:41.978745 [ 200 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 202 rows starting from the beginning of the part | ||
15338 | 2025.07.18 19:25:41.978810 [ 200 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 202 rows starting from the beginning of the part | ||
15339 | 2025.07.18 19:25:41.978864 [ 200 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 202 rows starting from the beginning of the part | ||
15340 | 2025.07.18 19:25:41.978918 [ 200 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 202 rows starting from the beginning of the part | ||
15341 | 2025.07.18 19:25:41.979353 [ 4 ] {c22b2c43-d2b5-4735-9544-2229b2413cec} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15342 | 2025.07.18 19:25:41.979394 [ 4 ] {c22b2c43-d2b5-4735-9544-2229b2413cec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15343 | 2025.07.18 19:25:41.979680 [ 196 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001235199 sec., 817682.0091337509 rows/sec., 49.56 MiB/sec. | ||
15344 | 2025.07.18 19:25:41.979776 [ 4 ] {c22b2c43-d2b5-4735-9544-2229b2413cec} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
15345 | 2025.07.18 19:25:41.979805 [ 200 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
15346 | 2025.07.18 19:25:41.980082 [ 4 ] {c22b2c43-d2b5-4735-9544-2229b2413cec} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15347 | 2025.07.18 19:25:41.980102 [ 200 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15348 | 2025.07.18 19:25:41.980169 [ 200 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
15349 | 2025.07.18 19:25:41.980223 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
15350 | 2025.07.18 19:25:41.980225 [ 4 ] {c22b2c43-d2b5-4735-9544-2229b2413cec} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001603 sec., 432314.4104803493 rows/sec., 30.37 MiB/sec. | ||
15351 | 2025.07.18 19:25:41.980276 [ 4 ] {c22b2c43-d2b5-4735-9544-2229b2413cec} <Debug> TCPHandler: Processed in 0.001803618 sec. | ||
15352 | 2025.07.18 19:25:41.980289 [ 224 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
15353 | 2025.07.18 19:25:41.980326 [ 225 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15354 | 2025.07.18 19:25:41.980380 [ 225 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15355 | 2025.07.18 19:25:41.980390 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15356 | 2025.07.18 19:25:41.980491 [ 4 ] {10a6a209-70e4-476b-9fa9-a16a36c87b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
15357 | 2025.07.18 19:25:41.980535 [ 4 ] {10a6a209-70e4-476b-9fa9-a16a36c87b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15358 | 2025.07.18 19:25:41.980868 [ 4 ] {10a6a209-70e4-476b-9fa9-a16a36c87b2c} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15359 | 2025.07.18 19:25:41.980905 [ 4 ] {10a6a209-70e4-476b-9fa9-a16a36c87b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15360 | 2025.07.18 19:25:41.981263 [ 4 ] {10a6a209-70e4-476b-9fa9-a16a36c87b2c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
15361 | 2025.07.18 19:25:41.981579 [ 4 ] {10a6a209-70e4-476b-9fa9-a16a36c87b2c} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15362 | 2025.07.18 19:25:41.981724 [ 4 ] {10a6a209-70e4-476b-9fa9-a16a36c87b2c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001251 sec., 4796.163069544365 rows/sec., 250.58 KiB/sec. | ||
15363 | 2025.07.18 19:25:41.981760 [ 4 ] {10a6a209-70e4-476b-9fa9-a16a36c87b2c} <Debug> TCPHandler: Processed in 0.001419371 sec. | ||
15364 | 2025.07.18 19:25:41.981869 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15365 | 2025.07.18 19:25:41.981963 [ 4 ] {ca432f4b-cc3e-4e1e-a27f-5a35eb3a9388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
15366 | 2025.07.18 19:25:41.982007 [ 4 ] {ca432f4b-cc3e-4e1e-a27f-5a35eb3a9388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15367 | 2025.07.18 19:25:41.982333 [ 225 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15368 | 2025.07.18 19:25:41.982439 [ 4 ] {ca432f4b-cc3e-4e1e-a27f-5a35eb3a9388} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15369 | 2025.07.18 19:25:41.982483 [ 4 ] {ca432f4b-cc3e-4e1e-a27f-5a35eb3a9388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15370 | 2025.07.18 19:25:41.982827 [ 4 ] {ca432f4b-cc3e-4e1e-a27f-5a35eb3a9388} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
15371 | 2025.07.18 19:25:41.983042 [ 4 ] {ca432f4b-cc3e-4e1e-a27f-5a35eb3a9388} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15372 | 2025.07.18 19:25:41.983148 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_118_24 to all_123_123_0 | ||
15373 | 2025.07.18 19:25:41.983172 [ 4 ] {ca432f4b-cc3e-4e1e-a27f-5a35eb3a9388} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001228 sec., 250000.00000000003 rows/sec., 16.45 MiB/sec. | ||
15374 | 2025.07.18 19:25:41.983180 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15375 | 2025.07.18 19:25:41.983212 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15376 | 2025.07.18 19:25:41.983217 [ 4 ] {ca432f4b-cc3e-4e1e-a27f-5a35eb3a9388} <Debug> TCPHandler: Processed in 0.001395322 sec. | ||
15377 | 2025.07.18 19:25:41.983317 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_118_24 to all_123_123_0 into Compact with storage Full | ||
15378 | 2025.07.18 19:25:41.983334 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15379 | 2025.07.18 19:25:41.983344 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15380 | 2025.07.18 19:25:41.983388 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15381 | 2025.07.18 19:25:41.983442 [ 4 ] {e5b7ca7c-7fbe-40f5-9161-85cfda5de92d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
15382 | 2025.07.18 19:25:41.983455 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15383 | 2025.07.18 19:25:41.983500 [ 4 ] {e5b7ca7c-7fbe-40f5-9161-85cfda5de92d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15384 | 2025.07.18 19:25:41.983504 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_118_24, total 45593 rows starting from the beginning of the part | ||
15385 | 2025.07.18 19:25:41.983598 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 307 rows starting from the beginning of the part | ||
15386 | 2025.07.18 19:25:41.983652 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part | ||
15387 | 2025.07.18 19:25:41.983700 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 313 rows starting from the beginning of the part | ||
15388 | 2025.07.18 19:25:41.983745 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 160 rows starting from the beginning of the part | ||
15389 | 2025.07.18 19:25:41.983793 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 307 rows starting from the beginning of the part | ||
15390 | 2025.07.18 19:25:41.983831 [ 4 ] {e5b7ca7c-7fbe-40f5-9161-85cfda5de92d} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15391 | 2025.07.18 19:25:41.983871 [ 4 ] {e5b7ca7c-7fbe-40f5-9161-85cfda5de92d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15392 | 2025.07.18 19:25:41.984219 [ 4 ] {e5b7ca7c-7fbe-40f5-9161-85cfda5de92d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
15393 | 2025.07.18 19:25:41.984494 [ 4 ] {e5b7ca7c-7fbe-40f5-9161-85cfda5de92d} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15394 | 2025.07.18 19:25:41.984632 [ 4 ] {e5b7ca7c-7fbe-40f5-9161-85cfda5de92d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001207 sec., 828.5004142502072 rows/sec., 55.83 KiB/sec. | ||
15395 | 2025.07.18 19:25:41.984670 [ 4 ] {e5b7ca7c-7fbe-40f5-9161-85cfda5de92d} <Debug> TCPHandler: Processed in 0.001383081 sec. | ||
15396 | 2025.07.18 19:25:41.984781 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15397 | 2025.07.18 19:25:41.984875 [ 4 ] {62c37d79-64a5-4c92-b512-b5e9c95297c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
15398 | 2025.07.18 19:25:41.984931 [ 4 ] {62c37d79-64a5-4c92-b512-b5e9c95297c3} <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 | ||
15399 | 2025.07.18 19:25:41.985385 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15400 | 2025.07.18 19:25:41.985816 [ 4 ] {62c37d79-64a5-4c92-b512-b5e9c95297c3} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15401 | 2025.07.18 19:25:41.985856 [ 4 ] {62c37d79-64a5-4c92-b512-b5e9c95297c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15402 | 2025.07.18 19:25:41.986437 [ 4 ] {62c37d79-64a5-4c92-b512-b5e9c95297c3} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
15403 | 2025.07.18 19:25:41.986700 [ 4 ] {62c37d79-64a5-4c92-b512-b5e9c95297c3} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15404 | 2025.07.18 19:25:41.986810 [ 120 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
15405 | 2025.07.18 19:25:41.986840 [ 120 ] {} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15406 | 2025.07.18 19:25:41.986846 [ 4 ] {62c37d79-64a5-4c92-b512-b5e9c95297c3} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001987 sec., 20634.121791645695 rows/sec., 36.98 MiB/sec. | ||
15407 | 2025.07.18 19:25:41.986859 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15408 | 2025.07.18 19:25:41.986918 [ 4 ] {62c37d79-64a5-4c92-b512-b5e9c95297c3} <Debug> TCPHandler: Processed in 0.002185154 sec. | ||
15409 | 2025.07.18 19:25:41.986938 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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 | ||
15410 | 2025.07.18 19:25:41.987040 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15411 | 2025.07.18 19:25:41.987138 [ 4 ] {c712d89b-2eed-47eb-86fc-80f44b460ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
15412 | 2025.07.18 19:25:41.987155 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15413 | 2025.07.18 19:25:41.987179 [ 4 ] {c712d89b-2eed-47eb-86fc-80f44b460ffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15414 | 2025.07.18 19:25:41.987229 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2266 rows starting from the beginning of the part | ||
15415 | 2025.07.18 19:25:41.987398 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 41 rows starting from the beginning of the part | ||
15416 | 2025.07.18 19:25:41.987533 [ 4 ] {c712d89b-2eed-47eb-86fc-80f44b460ffe} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15417 | 2025.07.18 19:25:41.987556 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 41 rows starting from the beginning of the part | ||
15418 | 2025.07.18 19:25:41.987573 [ 4 ] {c712d89b-2eed-47eb-86fc-80f44b460ffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15419 | 2025.07.18 19:25:41.987708 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 41 rows starting from the beginning of the part | ||
15420 | 2025.07.18 19:25:41.987847 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 41 rows starting from the beginning of the part | ||
15421 | 2025.07.18 19:25:41.987903 [ 4 ] {c712d89b-2eed-47eb-86fc-80f44b460ffe} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
15422 | 2025.07.18 19:25:41.987982 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 41 rows starting from the beginning of the part | ||
15423 | 2025.07.18 19:25:41.988136 [ 4 ] {c712d89b-2eed-47eb-86fc-80f44b460ffe} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15424 | 2025.07.18 19:25:41.988268 [ 4 ] {c712d89b-2eed-47eb-86fc-80f44b460ffe} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001148 sec., 88850.17421602788 rows/sec., 5.46 MiB/sec. | ||
15425 | 2025.07.18 19:25:41.988304 [ 4 ] {c712d89b-2eed-47eb-86fc-80f44b460ffe} <Debug> TCPHandler: Processed in 0.0013145 sec. | ||
15426 | 2025.07.18 19:25:41.988356 [ 222 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15427 | 2025.07.18 19:25:41.988406 [ 222 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15428 | 2025.07.18 19:25:41.990240 [ 222 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
15429 | 2025.07.18 19:25:41.991887 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46840 rows, containing 5 columns (5 merged, 0 gathered) in 0.008620512 sec., 5433551.9746390935 rows/sec., 363.77 MiB/sec. | ||
15430 | 2025.07.18 19:25:41.992563 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} <Trace> MergedBlockOutputStream: filled checksums all_1_123_25 (state Temporary) | ||
15431 | 2025.07.18 19:25:41.992824 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_123_25 to all_1_123_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15432 | 2025.07.18 19:25:41.992892 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_118_24, all_123_123_0] -> all_1_123_25 | ||
15433 | 2025.07.18 19:25:41.992988 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
15434 | 2025.07.18 19:25:42.000221 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 362.15 MiB, peak 364.90 MiB, free memory in arenas 0.00 B, will set to 354.52 MiB (RSS), difference: -7.63 MiB | ||
15435 | 2025.07.18 19:25:42.000568 [ 187 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2471 rows, containing 19 columns (19 merged, 0 gathered) in 0.01365915 sec., 180904.37545528088 rows/sec., 324.17 MiB/sec. | ||
15436 | 2025.07.18 19:25:42.002701 [ 187 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
15437 | 2025.07.18 19:25:42.003038 [ 187 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15438 | 2025.07.18 19:25:42.003107 [ 187 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
15439 | 2025.07.18 19:25:42.003250 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.83 MiB. | ||
15440 | 2025.07.18 19:25:42.312005 [ 223 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
15441 | 2025.07.18 19:25:42.312082 [ 223 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
15442 | 2025.07.18 19:25:42.314035 [ 223 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
15443 | 2025.07.18 19:25:42.779679 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 633 | ||
15444 | 2025.07.18 19:25:42.797996 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15445 | 2025.07.18 19:25:42.798056 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15446 | 2025.07.18 19:25:42.804508 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15447 | 2025.07.18 19:25:42.805250 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15448 | 2025.07.18 19:25:42.808391 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 633 | ||
15449 | 2025.07.18 19:25:43.000164 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 336.25 MiB, peak 364.90 MiB, free memory in arenas 0.00 B, will set to 354.59 MiB (RSS), difference: 18.33 MiB | ||
15450 | 2025.07.18 19:25:46.604675 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15451 | 2025.07.18 19:25:46.604864 [ 4 ] {bdf427f4-93de-421b-83b4-7346fdc77749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
15452 | 2025.07.18 19:25:46.604930 [ 4 ] {bdf427f4-93de-421b-83b4-7346fdc77749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15453 | 2025.07.18 19:25:46.605984 [ 4 ] {bdf427f4-93de-421b-83b4-7346fdc77749} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15454 | 2025.07.18 19:25:46.606033 [ 4 ] {bdf427f4-93de-421b-83b4-7346fdc77749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15455 | 2025.07.18 19:25:46.606491 [ 4 ] {bdf427f4-93de-421b-83b4-7346fdc77749} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
15456 | 2025.07.18 19:25:46.606717 [ 4 ] {bdf427f4-93de-421b-83b4-7346fdc77749} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15457 | 2025.07.18 19:25:46.606874 [ 4 ] {bdf427f4-93de-421b-83b4-7346fdc77749} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002058 sec., 581146.7444120506 rows/sec., 47.91 MiB/sec. | ||
15458 | 2025.07.18 19:25:46.606916 [ 4 ] {bdf427f4-93de-421b-83b4-7346fdc77749} <Debug> TCPHandler: Processed in 0.002367846 sec. | ||
15459 | 2025.07.18 19:25:46.607029 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15460 | 2025.07.18 19:25:46.607124 [ 4 ] {5ada7dc8-c878-457c-9bc4-9b9fc8850063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
15461 | 2025.07.18 19:25:46.607165 [ 4 ] {5ada7dc8-c878-457c-9bc4-9b9fc8850063} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15462 | 2025.07.18 19:25:46.607644 [ 4 ] {5ada7dc8-c878-457c-9bc4-9b9fc8850063} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15463 | 2025.07.18 19:25:46.607682 [ 4 ] {5ada7dc8-c878-457c-9bc4-9b9fc8850063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15464 | 2025.07.18 19:25:46.607988 [ 4 ] {5ada7dc8-c878-457c-9bc4-9b9fc8850063} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
15465 | 2025.07.18 19:25:46.608201 [ 4 ] {5ada7dc8-c878-457c-9bc4-9b9fc8850063} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15466 | 2025.07.18 19:25:46.608332 [ 4 ] {5ada7dc8-c878-457c-9bc4-9b9fc8850063} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001227 sec., 185819.0709046455 rows/sec., 12.58 MiB/sec. | ||
15467 | 2025.07.18 19:25:46.608370 [ 4 ] {5ada7dc8-c878-457c-9bc4-9b9fc8850063} <Debug> TCPHandler: Processed in 0.001389342 sec. | ||
15468 | 2025.07.18 19:25:46.608478 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15469 | 2025.07.18 19:25:46.608573 [ 4 ] {332d5b42-94d8-4734-8740-00ad8d0da7d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
15470 | 2025.07.18 19:25:46.608613 [ 4 ] {332d5b42-94d8-4734-8740-00ad8d0da7d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15471 | 2025.07.18 19:25:46.609179 [ 4 ] {332d5b42-94d8-4734-8740-00ad8d0da7d5} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15472 | 2025.07.18 19:25:46.609216 [ 4 ] {332d5b42-94d8-4734-8740-00ad8d0da7d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15473 | 2025.07.18 19:25:46.609535 [ 4 ] {332d5b42-94d8-4734-8740-00ad8d0da7d5} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
15474 | 2025.07.18 19:25:46.609747 [ 4 ] {332d5b42-94d8-4734-8740-00ad8d0da7d5} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15475 | 2025.07.18 19:25:46.609874 [ 4 ] {332d5b42-94d8-4734-8740-00ad8d0da7d5} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001318 sec., 394537.17754172994 rows/sec., 29.20 MiB/sec. | ||
15476 | 2025.07.18 19:25:46.609911 [ 4 ] {332d5b42-94d8-4734-8740-00ad8d0da7d5} <Debug> TCPHandler: Processed in 0.001481732 sec. | ||
15477 | 2025.07.18 19:25:46.610022 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15478 | 2025.07.18 19:25:46.610116 [ 4 ] {4614e63e-d6c9-41c2-907a-116f44275e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
15479 | 2025.07.18 19:25:46.610161 [ 4 ] {4614e63e-d6c9-41c2-907a-116f44275e29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15480 | 2025.07.18 19:25:46.610754 [ 4 ] {4614e63e-d6c9-41c2-907a-116f44275e29} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15481 | 2025.07.18 19:25:46.610790 [ 4 ] {4614e63e-d6c9-41c2-907a-116f44275e29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15482 | 2025.07.18 19:25:46.611154 [ 4 ] {4614e63e-d6c9-41c2-907a-116f44275e29} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
15483 | 2025.07.18 19:25:46.611374 [ 4 ] {4614e63e-d6c9-41c2-907a-116f44275e29} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15484 | 2025.07.18 19:25:46.611505 [ 4 ] {4614e63e-d6c9-41c2-907a-116f44275e29} <Debug> executeQuery: Read 1006 rows, 69.24 KiB in 0.001405 sec., 716014.2348754448 rows/sec., 48.13 MiB/sec. | ||
15485 | 2025.07.18 19:25:46.611544 [ 4 ] {4614e63e-d6c9-41c2-907a-116f44275e29} <Debug> TCPHandler: Processed in 0.001570033 sec. | ||
15486 | 2025.07.18 19:25:46.611655 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15487 | 2025.07.18 19:25:46.611750 [ 4 ] {0755d4f9-9c78-487c-88ce-d6325c93a137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
15488 | 2025.07.18 19:25:46.611792 [ 4 ] {0755d4f9-9c78-487c-88ce-d6325c93a137} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15489 | 2025.07.18 19:25:46.612123 [ 4 ] {0755d4f9-9c78-487c-88ce-d6325c93a137} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15490 | 2025.07.18 19:25:46.612159 [ 4 ] {0755d4f9-9c78-487c-88ce-d6325c93a137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15491 | 2025.07.18 19:25:46.612465 [ 4 ] {0755d4f9-9c78-487c-88ce-d6325c93a137} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
15492 | 2025.07.18 19:25:46.612685 [ 4 ] {0755d4f9-9c78-487c-88ce-d6325c93a137} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15493 | 2025.07.18 19:25:46.612814 [ 4 ] {0755d4f9-9c78-487c-88ce-d6325c93a137} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. | ||
15494 | 2025.07.18 19:25:46.612848 [ 4 ] {0755d4f9-9c78-487c-88ce-d6325c93a137} <Debug> TCPHandler: Processed in 0.00124175 sec. | ||
15495 | 2025.07.18 19:25:48.180579 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38979 | ||
15496 | 2025.07.18 19:25:48.181106 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15497 | 2025.07.18 19:25:48.181144 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15498 | 2025.07.18 19:25:48.181638 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15499 | 2025.07.18 19:25:48.181875 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15500 | 2025.07.18 19:25:48.182018 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979 | ||
15501 | 2025.07.18 19:25:48.182086 [ 222 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15502 | 2025.07.18 19:25:48.182140 [ 222 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15503 | 2025.07.18 19:25:48.184027 [ 222 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15504 | 2025.07.18 19:25:48.955551 [ 222 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15505 | 2025.07.18 19:25:48.955603 [ 222 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15506 | 2025.07.18 19:25:48.957655 [ 222 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
15507 | 2025.07.18 19:25:49.000173 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 350.60 MiB, peak 364.90 MiB, free memory in arenas 0.00 B, will set to 354.59 MiB (RSS), difference: 3.99 MiB | ||
15508 | 2025.07.18 19:25:50.308512 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 640 | ||
15509 | 2025.07.18 19:25:50.325383 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15510 | 2025.07.18 19:25:50.325439 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15511 | 2025.07.18 19:25:50.331670 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15512 | 2025.07.18 19:25:50.332368 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15513 | 2025.07.18 19:25:50.335363 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 640 | ||
15514 | 2025.07.18 19:25:50.794017 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2124 | ||
15515 | 2025.07.18 19:25:50.796659 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15516 | 2025.07.18 19:25:50.796703 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15517 | 2025.07.18 19:25:50.797888 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
15518 | 2025.07.18 19:25:50.798157 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15519 | 2025.07.18 19:25:50.798426 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2124 | ||
15520 | 2025.07.18 19:25:51.969605 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15521 | 2025.07.18 19:25:51.969785 [ 4 ] {671ab40e-5006-43ab-a58e-6603378799a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
15522 | 2025.07.18 19:25:51.969851 [ 4 ] {671ab40e-5006-43ab-a58e-6603378799a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
15523 | 2025.07.18 19:25:51.970632 [ 4 ] {671ab40e-5006-43ab-a58e-6603378799a9} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15524 | 2025.07.18 19:25:51.970683 [ 4 ] {671ab40e-5006-43ab-a58e-6603378799a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15525 | 2025.07.18 19:25:51.971083 [ 4 ] {671ab40e-5006-43ab-a58e-6603378799a9} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
15526 | 2025.07.18 19:25:51.971321 [ 4 ] {671ab40e-5006-43ab-a58e-6603378799a9} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15527 | 2025.07.18 19:25:51.971479 [ 4 ] {671ab40e-5006-43ab-a58e-6603378799a9} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001742 sec., 225028.70264064294 rows/sec., 14.28 MiB/sec. | ||
15528 | 2025.07.18 19:25:51.971529 [ 4 ] {671ab40e-5006-43ab-a58e-6603378799a9} <Debug> TCPHandler: Processed in 0.002053172 sec. | ||
15529 | 2025.07.18 19:25:51.971660 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15530 | 2025.07.18 19:25:51.971763 [ 4 ] {ba4eb0d8-1e42-4fce-afda-c2083584b779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
15531 | 2025.07.18 19:25:51.971807 [ 4 ] {ba4eb0d8-1e42-4fce-afda-c2083584b779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15532 | 2025.07.18 19:25:51.972694 [ 4 ] {ba4eb0d8-1e42-4fce-afda-c2083584b779} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15533 | 2025.07.18 19:25:51.972732 [ 4 ] {ba4eb0d8-1e42-4fce-afda-c2083584b779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15534 | 2025.07.18 19:25:51.973102 [ 4 ] {ba4eb0d8-1e42-4fce-afda-c2083584b779} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
15535 | 2025.07.18 19:25:51.973326 [ 4 ] {ba4eb0d8-1e42-4fce-afda-c2083584b779} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15536 | 2025.07.18 19:25:51.973459 [ 4 ] {ba4eb0d8-1e42-4fce-afda-c2083584b779} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001719 sec., 668411.867364747 rows/sec., 53.35 MiB/sec. | ||
15537 | 2025.07.18 19:25:51.973498 [ 4 ] {ba4eb0d8-1e42-4fce-afda-c2083584b779} <Debug> TCPHandler: Processed in 0.001890629 sec. | ||
15538 | 2025.07.18 19:25:51.973627 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15539 | 2025.07.18 19:25:51.973723 [ 4 ] {390912d1-2777-47cc-8ce5-f7ea2e6c42cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
15540 | 2025.07.18 19:25:51.973764 [ 4 ] {390912d1-2777-47cc-8ce5-f7ea2e6c42cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15541 | 2025.07.18 19:25:51.974266 [ 4 ] {390912d1-2777-47cc-8ce5-f7ea2e6c42cd} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15542 | 2025.07.18 19:25:51.974304 [ 4 ] {390912d1-2777-47cc-8ce5-f7ea2e6c42cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15543 | 2025.07.18 19:25:51.974613 [ 4 ] {390912d1-2777-47cc-8ce5-f7ea2e6c42cd} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
15544 | 2025.07.18 19:25:51.974843 [ 4 ] {390912d1-2777-47cc-8ce5-f7ea2e6c42cd} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15545 | 2025.07.18 19:25:51.974979 [ 4 ] {390912d1-2777-47cc-8ce5-f7ea2e6c42cd} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001275 sec., 185882.35294117645 rows/sec., 11.38 MiB/sec. | ||
15546 | 2025.07.18 19:25:51.975017 [ 4 ] {390912d1-2777-47cc-8ce5-f7ea2e6c42cd} <Debug> TCPHandler: Processed in 0.001439232 sec. | ||
15547 | 2025.07.18 19:25:51.975136 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15548 | 2025.07.18 19:25:51.975231 [ 4 ] {fd9bb9fd-820e-4daf-85db-8bd41003e9ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
15549 | 2025.07.18 19:25:51.975271 [ 4 ] {fd9bb9fd-820e-4daf-85db-8bd41003e9ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15550 | 2025.07.18 19:25:51.975752 [ 4 ] {fd9bb9fd-820e-4daf-85db-8bd41003e9ef} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15551 | 2025.07.18 19:25:51.975787 [ 4 ] {fd9bb9fd-820e-4daf-85db-8bd41003e9ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15552 | 2025.07.18 19:25:51.976089 [ 4 ] {fd9bb9fd-820e-4daf-85db-8bd41003e9ef} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
15553 | 2025.07.18 19:25:51.976308 [ 4 ] {fd9bb9fd-820e-4daf-85db-8bd41003e9ef} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15554 | 2025.07.18 19:25:51.976439 [ 4 ] {fd9bb9fd-820e-4daf-85db-8bd41003e9ef} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001226 sec., 165579.11908646 rows/sec., 10.68 MiB/sec. | ||
15555 | 2025.07.18 19:25:51.976477 [ 4 ] {fd9bb9fd-820e-4daf-85db-8bd41003e9ef} <Debug> TCPHandler: Processed in 0.001390231 sec. | ||
15556 | 2025.07.18 19:25:51.976476 [ 110 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_72_15 to all_77_77_0 | ||
15557 | 2025.07.18 19:25:51.976551 [ 110 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15558 | 2025.07.18 19:25:51.976577 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15559 | 2025.07.18 19:25:51.976594 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15560 | 2025.07.18 19:25:51.976675 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_72_15 to all_77_77_0 into Compact with storage Full | ||
15561 | 2025.07.18 19:25:51.976692 [ 4 ] {53870910-32fa-4de6-bc4e-856f942a448f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
15562 | 2025.07.18 19:25:51.976736 [ 4 ] {53870910-32fa-4de6-bc4e-856f942a448f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15563 | 2025.07.18 19:25:51.976778 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15564 | 2025.07.18 19:25:51.976809 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_72_15, total 431 rows starting from the beginning of the part | ||
15565 | 2025.07.18 19:25:51.976872 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 203 rows starting from the beginning of the part | ||
15566 | 2025.07.18 19:25:51.976926 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 203 rows starting from the beginning of the part | ||
15567 | 2025.07.18 19:25:51.976971 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 203 rows starting from the beginning of the part | ||
15568 | 2025.07.18 19:25:51.977016 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 228 rows starting from the beginning of the part | ||
15569 | 2025.07.18 19:25:51.977066 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 203 rows starting from the beginning of the part | ||
15570 | 2025.07.18 19:25:51.977182 [ 4 ] {53870910-32fa-4de6-bc4e-856f942a448f} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15571 | 2025.07.18 19:25:51.977218 [ 4 ] {53870910-32fa-4de6-bc4e-856f942a448f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15572 | 2025.07.18 19:25:51.977543 [ 4 ] {53870910-32fa-4de6-bc4e-856f942a448f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
15573 | 2025.07.18 19:25:51.977762 [ 4 ] {53870910-32fa-4de6-bc4e-856f942a448f} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15574 | 2025.07.18 19:25:51.977893 [ 4 ] {53870910-32fa-4de6-bc4e-856f942a448f} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001219 sec., 165709.59803117308 rows/sec., 9.41 MiB/sec. | ||
15575 | 2025.07.18 19:25:51.977930 [ 4 ] {53870910-32fa-4de6-bc4e-856f942a448f} <Debug> TCPHandler: Processed in 0.001388691 sec. | ||
15576 | 2025.07.18 19:25:51.978046 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15577 | 2025.07.18 19:25:51.978087 [ 193 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001443002 sec., 1019402.6065105938 rows/sec., 70.66 MiB/sec. | ||
15578 | 2025.07.18 19:25:51.978140 [ 4 ] {155f6615-dac0-4b54-b33b-134433b76cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
15579 | 2025.07.18 19:25:51.978183 [ 4 ] {155f6615-dac0-4b54-b33b-134433b76cd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15580 | 2025.07.18 19:25:51.978304 [ 188 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} <Trace> MergedBlockOutputStream: filled checksums all_1_77_16 (state Temporary) | ||
15581 | 2025.07.18 19:25:51.978708 [ 188 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_77_16 to all_1_77_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15582 | 2025.07.18 19:25:51.978797 [ 188 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_72_15, all_77_77_0] -> all_1_77_16 | ||
15583 | 2025.07.18 19:25:51.978883 [ 4 ] {155f6615-dac0-4b54-b33b-134433b76cd6} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15584 | 2025.07.18 19:25:51.978899 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
15585 | 2025.07.18 19:25:51.978926 [ 4 ] {155f6615-dac0-4b54-b33b-134433b76cd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15586 | 2025.07.18 19:25:51.979263 [ 4 ] {155f6615-dac0-4b54-b33b-134433b76cd6} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
15587 | 2025.07.18 19:25:51.979474 [ 4 ] {155f6615-dac0-4b54-b33b-134433b76cd6} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15588 | 2025.07.18 19:25:51.979608 [ 4 ] {155f6615-dac0-4b54-b33b-134433b76cd6} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001486 sec., 466352.6244952894 rows/sec., 32.76 MiB/sec. | ||
15589 | 2025.07.18 19:25:51.979647 [ 4 ] {155f6615-dac0-4b54-b33b-134433b76cd6} <Debug> TCPHandler: Processed in 0.001648836 sec. | ||
15590 | 2025.07.18 19:25:51.979768 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15591 | 2025.07.18 19:25:51.979862 [ 4 ] {e38b4d97-73c5-4554-9204-096465f0bb92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
15592 | 2025.07.18 19:25:51.979903 [ 4 ] {e38b4d97-73c5-4554-9204-096465f0bb92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15593 | 2025.07.18 19:25:51.980244 [ 4 ] {e38b4d97-73c5-4554-9204-096465f0bb92} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15594 | 2025.07.18 19:25:51.980280 [ 4 ] {e38b4d97-73c5-4554-9204-096465f0bb92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15595 | 2025.07.18 19:25:51.980585 [ 4 ] {e38b4d97-73c5-4554-9204-096465f0bb92} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
15596 | 2025.07.18 19:25:51.980783 [ 4 ] {e38b4d97-73c5-4554-9204-096465f0bb92} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15597 | 2025.07.18 19:25:51.980910 [ 4 ] {e38b4d97-73c5-4554-9204-096465f0bb92} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001067 sec., 5623.242736644798 rows/sec., 293.79 KiB/sec. | ||
15598 | 2025.07.18 19:25:51.980946 [ 4 ] {e38b4d97-73c5-4554-9204-096465f0bb92} <Debug> TCPHandler: Processed in 0.001227679 sec. | ||
15599 | 2025.07.18 19:25:51.981057 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15600 | 2025.07.18 19:25:51.981151 [ 4 ] {f5d4f18c-c9f2-4447-8343-b67fbfeba40b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
15601 | 2025.07.18 19:25:51.981193 [ 4 ] {f5d4f18c-c9f2-4447-8343-b67fbfeba40b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15602 | 2025.07.18 19:25:51.981630 [ 4 ] {f5d4f18c-c9f2-4447-8343-b67fbfeba40b} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15603 | 2025.07.18 19:25:51.981664 [ 4 ] {f5d4f18c-c9f2-4447-8343-b67fbfeba40b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15604 | 2025.07.18 19:25:51.982000 [ 4 ] {f5d4f18c-c9f2-4447-8343-b67fbfeba40b} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
15605 | 2025.07.18 19:25:51.982202 [ 4 ] {f5d4f18c-c9f2-4447-8343-b67fbfeba40b} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15606 | 2025.07.18 19:25:51.982329 [ 4 ] {f5d4f18c-c9f2-4447-8343-b67fbfeba40b} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001196 sec., 256688.96321070235 rows/sec., 16.89 MiB/sec. | ||
15607 | 2025.07.18 19:25:51.982365 [ 4 ] {f5d4f18c-c9f2-4447-8343-b67fbfeba40b} <Debug> TCPHandler: Processed in 0.001356321 sec. | ||
15608 | 2025.07.18 19:25:51.982475 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15609 | 2025.07.18 19:25:51.982571 [ 4 ] {834a86b2-c6b9-4a52-85d2-4a3502db146d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
15610 | 2025.07.18 19:25:51.982614 [ 4 ] {834a86b2-c6b9-4a52-85d2-4a3502db146d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15611 | 2025.07.18 19:25:51.982929 [ 4 ] {834a86b2-c6b9-4a52-85d2-4a3502db146d} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15612 | 2025.07.18 19:25:51.982964 [ 4 ] {834a86b2-c6b9-4a52-85d2-4a3502db146d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15613 | 2025.07.18 19:25:51.983263 [ 4 ] {834a86b2-c6b9-4a52-85d2-4a3502db146d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
15614 | 2025.07.18 19:25:51.983477 [ 4 ] {834a86b2-c6b9-4a52-85d2-4a3502db146d} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15615 | 2025.07.18 19:25:51.983606 [ 4 ] {834a86b2-c6b9-4a52-85d2-4a3502db146d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001056 sec., 946.9696969696969 rows/sec., 63.81 KiB/sec. | ||
15616 | 2025.07.18 19:25:51.983642 [ 4 ] {834a86b2-c6b9-4a52-85d2-4a3502db146d} <Debug> TCPHandler: Processed in 0.001215029 sec. | ||
15617 | 2025.07.18 19:25:51.983751 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15618 | 2025.07.18 19:25:51.983844 [ 4 ] {0e32191f-c5a4-43be-aa1d-a1a8fb22195a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
15619 | 2025.07.18 19:25:51.983898 [ 4 ] {0e32191f-c5a4-43be-aa1d-a1a8fb22195a} <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 | ||
15620 | 2025.07.18 19:25:51.984728 [ 4 ] {0e32191f-c5a4-43be-aa1d-a1a8fb22195a} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15621 | 2025.07.18 19:25:51.984764 [ 4 ] {0e32191f-c5a4-43be-aa1d-a1a8fb22195a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15622 | 2025.07.18 19:25:51.985317 [ 4 ] {0e32191f-c5a4-43be-aa1d-a1a8fb22195a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
15623 | 2025.07.18 19:25:51.985531 [ 4 ] {0e32191f-c5a4-43be-aa1d-a1a8fb22195a} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15624 | 2025.07.18 19:25:51.985669 [ 4 ] {0e32191f-c5a4-43be-aa1d-a1a8fb22195a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001843 sec., 22246.33749321758 rows/sec., 39.86 MiB/sec. | ||
15625 | 2025.07.18 19:25:51.985728 [ 4 ] {0e32191f-c5a4-43be-aa1d-a1a8fb22195a} <Debug> TCPHandler: Processed in 0.002024641 sec. | ||
15626 | 2025.07.18 19:25:51.985845 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15627 | 2025.07.18 19:25:51.985940 [ 4 ] {6fb1bea0-cdc5-4ff2-a6bd-4e59e2705e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
15628 | 2025.07.18 19:25:51.985981 [ 4 ] {6fb1bea0-cdc5-4ff2-a6bd-4e59e2705e27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15629 | 2025.07.18 19:25:51.986307 [ 4 ] {6fb1bea0-cdc5-4ff2-a6bd-4e59e2705e27} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15630 | 2025.07.18 19:25:51.986342 [ 4 ] {6fb1bea0-cdc5-4ff2-a6bd-4e59e2705e27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15631 | 2025.07.18 19:25:51.986642 [ 4 ] {6fb1bea0-cdc5-4ff2-a6bd-4e59e2705e27} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
15632 | 2025.07.18 19:25:51.986857 [ 4 ] {6fb1bea0-cdc5-4ff2-a6bd-4e59e2705e27} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15633 | 2025.07.18 19:25:51.986982 [ 4 ] {6fb1bea0-cdc5-4ff2-a6bd-4e59e2705e27} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001059 sec., 96317.28045325779 rows/sec., 5.92 MiB/sec. | ||
15634 | 2025.07.18 19:25:51.987017 [ 4 ] {6fb1bea0-cdc5-4ff2-a6bd-4e59e2705e27} <Debug> TCPHandler: Processed in 0.001219739 sec. | ||
15635 | 2025.07.18 19:25:55.465849 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15636 | 2025.07.18 19:25:55.465912 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15637 | 2025.07.18 19:25:55.682237 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39406 | ||
15638 | 2025.07.18 19:25:55.682881 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15639 | 2025.07.18 19:25:55.682925 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15640 | 2025.07.18 19:25:55.683418 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15641 | 2025.07.18 19:25:55.683649 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15642 | 2025.07.18 19:25:55.683795 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 | ||
15643 | 2025.07.18 19:25:55.683795 [ 102 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15644 | 2025.07.18 19:25:55.683872 [ 102 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15645 | 2025.07.18 19:25:55.683895 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15646 | 2025.07.18 19:25:55.684026 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
15647 | 2025.07.18 19:25:55.684186 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15648 | 2025.07.18 19:25:55.684229 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37149 rows starting from the beginning of the part | ||
15649 | 2025.07.18 19:25:55.684303 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 427 rows starting from the beginning of the part | ||
15650 | 2025.07.18 19:25:55.684358 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 488 rows starting from the beginning of the part | ||
15651 | 2025.07.18 19:25:55.684406 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 427 rows starting from the beginning of the part | ||
15652 | 2025.07.18 19:25:55.684446 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 488 rows starting from the beginning of the part | ||
15653 | 2025.07.18 19:25:55.684488 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 427 rows starting from the beginning of the part | ||
15654 | 2025.07.18 19:25:55.687073 [ 194 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.003106498 sec., 12685023.457282122 rows/sec., 181.46 MiB/sec. | ||
15655 | 2025.07.18 19:25:55.687661 [ 194 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15656 | 2025.07.18 19:25:55.687958 [ 194 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_86_17} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15657 | 2025.07.18 19:25:55.688037 [ 194 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_86_17} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15658 | 2025.07.18 19:25:55.688139 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
15659 | 2025.07.18 19:25:56.956510 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15660 | 2025.07.18 19:25:56.956690 [ 4 ] {2be0e8f5-8eff-449e-80d9-c831c96640a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
15661 | 2025.07.18 19:25:56.956755 [ 4 ] {2be0e8f5-8eff-449e-80d9-c831c96640a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15662 | 2025.07.18 19:25:56.957392 [ 4 ] {2be0e8f5-8eff-449e-80d9-c831c96640a1} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15663 | 2025.07.18 19:25:56.957435 [ 4 ] {2be0e8f5-8eff-449e-80d9-c831c96640a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15664 | 2025.07.18 19:25:56.957830 [ 4 ] {2be0e8f5-8eff-449e-80d9-c831c96640a1} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
15665 | 2025.07.18 19:25:56.958050 [ 4 ] {2be0e8f5-8eff-449e-80d9-c831c96640a1} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15666 | 2025.07.18 19:25:56.958197 [ 4 ] {2be0e8f5-8eff-449e-80d9-c831c96640a1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001556 sec., 35989.71722365038 rows/sec., 2.76 MiB/sec. | ||
15667 | 2025.07.18 19:25:56.958225 [ 101 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
15668 | 2025.07.18 19:25:56.958238 [ 4 ] {2be0e8f5-8eff-449e-80d9-c831c96640a1} <Debug> TCPHandler: Processed in 0.001852109 sec. | ||
15669 | 2025.07.18 19:25:56.958312 [ 101 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15670 | 2025.07.18 19:25:56.958344 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15671 | 2025.07.18 19:25:56.958416 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15672 | 2025.07.18 19:25:56.958485 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
15673 | 2025.07.18 19:25:56.958516 [ 4 ] {1ce77115-d0db-4729-9ee7-dc08b5fa719f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
15674 | 2025.07.18 19:25:56.958574 [ 4 ] {1ce77115-d0db-4729-9ee7-dc08b5fa719f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15675 | 2025.07.18 19:25:56.958641 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15676 | 2025.07.18 19:25:56.958686 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2298 rows starting from the beginning of the part | ||
15677 | 2025.07.18 19:25:56.958764 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 56 rows starting from the beginning of the part | ||
15678 | 2025.07.18 19:25:56.958821 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 1149 rows starting from the beginning of the part | ||
15679 | 2025.07.18 19:25:56.958875 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 1196 rows starting from the beginning of the part | ||
15680 | 2025.07.18 19:25:56.958921 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 1149 rows starting from the beginning of the part | ||
15681 | 2025.07.18 19:25:56.958970 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 56 rows starting from the beginning of the part | ||
15682 | 2025.07.18 19:25:56.958988 [ 4 ] {1ce77115-d0db-4729-9ee7-dc08b5fa719f} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15683 | 2025.07.18 19:25:56.959029 [ 4 ] {1ce77115-d0db-4729-9ee7-dc08b5fa719f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15684 | 2025.07.18 19:25:56.959395 [ 4 ] {1ce77115-d0db-4729-9ee7-dc08b5fa719f} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
15685 | 2025.07.18 19:25:56.959612 [ 4 ] {1ce77115-d0db-4729-9ee7-dc08b5fa719f} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15686 | 2025.07.18 19:25:56.959740 [ 101 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
15687 | 2025.07.18 19:25:56.959749 [ 4 ] {1ce77115-d0db-4729-9ee7-dc08b5fa719f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001251 sec., 51159.07274180656 rows/sec., 3.99 MiB/sec. | ||
15688 | 2025.07.18 19:25:56.959775 [ 101 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15689 | 2025.07.18 19:25:56.959800 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15690 | 2025.07.18 19:25:56.959800 [ 4 ] {1ce77115-d0db-4729-9ee7-dc08b5fa719f} <Debug> TCPHandler: Processed in 0.001445972 sec. | ||
15691 | 2025.07.18 19:25:56.959886 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
15692 | 2025.07.18 19:25:56.959923 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15693 | 2025.07.18 19:25:56.959994 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15694 | 2025.07.18 19:25:56.960023 [ 4 ] {9cac62c0-b44e-48e6-a1f1-be74c90ed23f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
15695 | 2025.07.18 19:25:56.960026 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1185 rows starting from the beginning of the part | ||
15696 | 2025.07.18 19:25:56.960077 [ 4 ] {9cac62c0-b44e-48e6-a1f1-be74c90ed23f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15697 | 2025.07.18 19:25:56.960107 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 64 rows starting from the beginning of the part | ||
15698 | 2025.07.18 19:25:56.960158 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 693 rows starting from the beginning of the part | ||
15699 | 2025.07.18 19:25:56.960201 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 520 rows starting from the beginning of the part | ||
15700 | 2025.07.18 19:25:56.960238 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 693 rows starting from the beginning of the part | ||
15701 | 2025.07.18 19:25:56.960278 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 64 rows starting from the beginning of the part | ||
15702 | 2025.07.18 19:25:56.960488 [ 4 ] {9cac62c0-b44e-48e6-a1f1-be74c90ed23f} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15703 | 2025.07.18 19:25:56.960531 [ 4 ] {9cac62c0-b44e-48e6-a1f1-be74c90ed23f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15704 | 2025.07.18 19:25:56.960877 [ 4 ] {9cac62c0-b44e-48e6-a1f1-be74c90ed23f} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
15705 | 2025.07.18 19:25:56.961096 [ 4 ] {9cac62c0-b44e-48e6-a1f1-be74c90ed23f} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15706 | 2025.07.18 19:25:56.961226 [ 4 ] {9cac62c0-b44e-48e6-a1f1-be74c90ed23f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. | ||
15707 | 2025.07.18 19:25:56.961235 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5904 rows, containing 5 columns (5 merged, 0 gathered) in 0.002812594 sec., 2099129.8424159335 rows/sec., 177.69 MiB/sec. | ||
15708 | 2025.07.18 19:25:56.961263 [ 4 ] {9cac62c0-b44e-48e6-a1f1-be74c90ed23f} <Debug> TCPHandler: Processed in 0.001388231 sec. | ||
15709 | 2025.07.18 19:25:56.961407 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15710 | 2025.07.18 19:25:56.961458 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3219 rows, containing 5 columns (5 merged, 0 gathered) in 0.001611025 sec., 1998106.7953632004 rows/sec., 150.92 MiB/sec. | ||
15711 | 2025.07.18 19:25:56.961493 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
15712 | 2025.07.18 19:25:56.961502 [ 4 ] {d3d5057c-e631-4a91-ba7f-d9131260c65b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
15713 | 2025.07.18 19:25:56.961557 [ 4 ] {d3d5057c-e631-4a91-ba7f-d9131260c65b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15714 | 2025.07.18 19:25:56.961626 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
15715 | 2025.07.18 19:25:56.961784 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15716 | 2025.07.18 19:25:56.961858 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
15717 | 2025.07.18 19:25:56.961867 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15718 | 2025.07.18 19:25:56.961916 [ 4 ] {d3d5057c-e631-4a91-ba7f-d9131260c65b} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15719 | 2025.07.18 19:25:56.961936 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
15720 | 2025.07.18 19:25:56.961936 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
15721 | 2025.07.18 19:25:56.961962 [ 4 ] {d3d5057c-e631-4a91-ba7f-d9131260c65b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15722 | 2025.07.18 19:25:56.962013 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
15723 | 2025.07.18 19:25:56.962278 [ 4 ] {d3d5057c-e631-4a91-ba7f-d9131260c65b} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
15724 | 2025.07.18 19:25:56.962496 [ 4 ] {d3d5057c-e631-4a91-ba7f-d9131260c65b} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15725 | 2025.07.18 19:25:56.962628 [ 4 ] {d3d5057c-e631-4a91-ba7f-d9131260c65b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. | ||
15726 | 2025.07.18 19:25:56.962664 [ 4 ] {d3d5057c-e631-4a91-ba7f-d9131260c65b} <Debug> TCPHandler: Processed in 0.00130556 sec. | ||
15727 | 2025.07.18 19:25:57.835489 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 648 | ||
15728 | 2025.07.18 19:25:57.854136 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15729 | 2025.07.18 19:25:57.854201 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15730 | 2025.07.18 19:25:57.860455 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15731 | 2025.07.18 19:25:57.861215 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15732 | 2025.07.18 19:25:57.861523 [ 101 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15733 | 2025.07.18 19:25:57.861566 [ 101 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15734 | 2025.07.18 19:25:57.861588 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15735 | 2025.07.18 19:25:57.861688 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
15736 | 2025.07.18 19:25:57.864926 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15737 | 2025.07.18 19:25:57.865400 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 648 | ||
15738 | 2025.07.18 19:25:57.865840 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 610 rows starting from the beginning of the part | ||
15739 | 2025.07.18 19:25:57.869323 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part | ||
15740 | 2025.07.18 19:25:57.872747 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part | ||
15741 | 2025.07.18 19:25:57.876743 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part | ||
15742 | 2025.07.18 19:25:57.881155 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part | ||
15743 | 2025.07.18 19:25:57.885638 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
15744 | 2025.07.18 19:25:57.943449 [ 191 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 679 columns (679 merged, 0 gathered) in 0.081799778 sec., 7921.781890410509 rows/sec., 40.96 MiB/sec. | ||
15745 | 2025.07.18 19:25:57.945627 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15746 | 2025.07.18 19:25:57.947342 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_86_17} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15747 | 2025.07.18 19:25:57.947433 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_86_17} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15748 | 2025.07.18 19:25:57.948893 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
15749 | 2025.07.18 19:25:58.000234 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 355.67 MiB, peak 373.09 MiB, free memory in arenas 0.00 B, will set to 354.59 MiB (RSS), difference: -1.07 MiB | ||
15750 | 2025.07.18 19:26:00.798743 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2154 | ||
15751 | 2025.07.18 19:26:00.801553 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15752 | 2025.07.18 19:26:00.801601 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15753 | 2025.07.18 19:26:00.802749 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
15754 | 2025.07.18 19:26:00.803017 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15755 | 2025.07.18 19:26:00.803274 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2154 | ||
15756 | 2025.07.18 19:26:01.279538 [ 220 ] {} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
15757 | 2025.07.18 19:26:01.279610 [ 220 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
15758 | 2025.07.18 19:26:01.281526 [ 220 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
15759 | 2025.07.18 19:26:01.969546 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15760 | 2025.07.18 19:26:01.969719 [ 4 ] {920a4495-3e9b-4711-b67f-1cea05a7fd36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
15761 | 2025.07.18 19:26:01.969785 [ 4 ] {920a4495-3e9b-4711-b67f-1cea05a7fd36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
15762 | 2025.07.18 19:26:01.970538 [ 4 ] {920a4495-3e9b-4711-b67f-1cea05a7fd36} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15763 | 2025.07.18 19:26:01.970576 [ 4 ] {920a4495-3e9b-4711-b67f-1cea05a7fd36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15764 | 2025.07.18 19:26:01.970990 [ 4 ] {920a4495-3e9b-4711-b67f-1cea05a7fd36} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
15765 | 2025.07.18 19:26:01.971231 [ 4 ] {920a4495-3e9b-4711-b67f-1cea05a7fd36} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15766 | 2025.07.18 19:26:01.971383 [ 4 ] {920a4495-3e9b-4711-b67f-1cea05a7fd36} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001715 sec., 228571.42857142858 rows/sec., 14.50 MiB/sec. | ||
15767 | 2025.07.18 19:26:01.971433 [ 4 ] {920a4495-3e9b-4711-b67f-1cea05a7fd36} <Debug> TCPHandler: Processed in 0.00200884 sec. | ||
15768 | 2025.07.18 19:26:01.971547 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15769 | 2025.07.18 19:26:01.971650 [ 4 ] {1bac39aa-ba79-4f57-85ff-51180dc62c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
15770 | 2025.07.18 19:26:01.971697 [ 4 ] {1bac39aa-ba79-4f57-85ff-51180dc62c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15771 | 2025.07.18 19:26:01.972085 [ 4 ] {1bac39aa-ba79-4f57-85ff-51180dc62c7a} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15772 | 2025.07.18 19:26:01.972118 [ 4 ] {1bac39aa-ba79-4f57-85ff-51180dc62c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15773 | 2025.07.18 19:26:01.972390 [ 4 ] {1bac39aa-ba79-4f57-85ff-51180dc62c7a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
15774 | 2025.07.18 19:26:01.972596 [ 4 ] {1bac39aa-ba79-4f57-85ff-51180dc62c7a} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15775 | 2025.07.18 19:26:01.972828 [ 4 ] {1bac39aa-ba79-4f57-85ff-51180dc62c7a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.0012 sec., 3333.3333333333335 rows/sec., 271.81 KiB/sec. | ||
15776 | 2025.07.18 19:26:01.972873 [ 4 ] {1bac39aa-ba79-4f57-85ff-51180dc62c7a} <Debug> TCPHandler: Processed in 0.001375982 sec. | ||
15777 | 2025.07.18 19:26:01.972993 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15778 | 2025.07.18 19:26:01.973089 [ 4 ] {a0978023-bb2b-4fd5-bb77-fa5b05c8e339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
15779 | 2025.07.18 19:26:01.973130 [ 4 ] {a0978023-bb2b-4fd5-bb77-fa5b05c8e339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15780 | 2025.07.18 19:26:01.973964 [ 4 ] {a0978023-bb2b-4fd5-bb77-fa5b05c8e339} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15781 | 2025.07.18 19:26:01.973999 [ 4 ] {a0978023-bb2b-4fd5-bb77-fa5b05c8e339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15782 | 2025.07.18 19:26:01.974375 [ 4 ] {a0978023-bb2b-4fd5-bb77-fa5b05c8e339} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
15783 | 2025.07.18 19:26:01.974592 [ 4 ] {a0978023-bb2b-4fd5-bb77-fa5b05c8e339} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15784 | 2025.07.18 19:26:01.974716 [ 4 ] {a0978023-bb2b-4fd5-bb77-fa5b05c8e339} <Debug> executeQuery: Read 1151 rows, 94.05 KiB in 0.001647 sec., 698846.3873709776 rows/sec., 55.77 MiB/sec. | ||
15785 | 2025.07.18 19:26:01.974752 [ 4 ] {a0978023-bb2b-4fd5-bb77-fa5b05c8e339} <Debug> TCPHandler: Processed in 0.001806658 sec. | ||
15786 | 2025.07.18 19:26:01.974869 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15787 | 2025.07.18 19:26:01.974962 [ 4 ] {3c654d74-3d01-4daf-8d6b-26c920dae2e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
15788 | 2025.07.18 19:26:01.975002 [ 4 ] {3c654d74-3d01-4daf-8d6b-26c920dae2e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15789 | 2025.07.18 19:26:01.975480 [ 4 ] {3c654d74-3d01-4daf-8d6b-26c920dae2e3} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15790 | 2025.07.18 19:26:01.975514 [ 4 ] {3c654d74-3d01-4daf-8d6b-26c920dae2e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15791 | 2025.07.18 19:26:01.975812 [ 4 ] {3c654d74-3d01-4daf-8d6b-26c920dae2e3} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
15792 | 2025.07.18 19:26:01.976037 [ 4 ] {3c654d74-3d01-4daf-8d6b-26c920dae2e3} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15793 | 2025.07.18 19:26:01.976126 [ 95 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
15794 | 2025.07.18 19:26:01.976161 [ 4 ] {3c654d74-3d01-4daf-8d6b-26c920dae2e3} <Debug> executeQuery: Read 241 rows, 15.14 KiB in 0.001217 sec., 198027.9375513558 rows/sec., 12.15 MiB/sec. | ||
15795 | 2025.07.18 19:26:01.976164 [ 95 ] {} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15796 | 2025.07.18 19:26:01.976192 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15797 | 2025.07.18 19:26:01.976198 [ 4 ] {3c654d74-3d01-4daf-8d6b-26c920dae2e3} <Debug> TCPHandler: Processed in 0.001376281 sec. | ||
15798 | 2025.07.18 19:26:01.976297 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full | ||
15799 | 2025.07.18 19:26:01.976314 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15800 | 2025.07.18 19:26:01.976425 [ 4 ] {2ef2720e-ea77-4b9b-92df-a4fe5776ec94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
15801 | 2025.07.18 19:26:01.976436 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15802 | 2025.07.18 19:26:01.976466 [ 4 ] {2ef2720e-ea77-4b9b-92df-a4fe5776ec94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15803 | 2025.07.18 19:26:01.976475 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 255 rows starting from the beginning of the part | ||
15804 | 2025.07.18 19:26:01.976551 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part | ||
15805 | 2025.07.18 19:26:01.976596 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 249 rows starting from the beginning of the part | ||
15806 | 2025.07.18 19:26:01.976637 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part | ||
15807 | 2025.07.18 19:26:01.976676 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 237 rows starting from the beginning of the part | ||
15808 | 2025.07.18 19:26:01.976714 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 241 rows starting from the beginning of the part | ||
15809 | 2025.07.18 19:26:01.976943 [ 4 ] {2ef2720e-ea77-4b9b-92df-a4fe5776ec94} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15810 | 2025.07.18 19:26:01.976983 [ 4 ] {2ef2720e-ea77-4b9b-92df-a4fe5776ec94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15811 | 2025.07.18 19:26:01.977294 [ 4 ] {2ef2720e-ea77-4b9b-92df-a4fe5776ec94} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
15812 | 2025.07.18 19:26:01.977515 [ 4 ] {2ef2720e-ea77-4b9b-92df-a4fe5776ec94} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15813 | 2025.07.18 19:26:01.977639 [ 4 ] {2ef2720e-ea77-4b9b-92df-a4fe5776ec94} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001231 sec., 164906.58001624694 rows/sec., 10.64 MiB/sec. | ||
15814 | 2025.07.18 19:26:01.977664 [ 196 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1456 rows, containing 5 columns (5 merged, 0 gathered) in 0.001416122 sec., 1028160.0031635693 rows/sec., 67.04 MiB/sec. | ||
15815 | 2025.07.18 19:26:01.977675 [ 4 ] {2ef2720e-ea77-4b9b-92df-a4fe5776ec94} <Debug> TCPHandler: Processed in 0.001408331 sec. | ||
15816 | 2025.07.18 19:26:01.977817 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15817 | 2025.07.18 19:26:01.977909 [ 4 ] {54e57623-c4ec-4615-a5fd-1b9735afccc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
15818 | 2025.07.18 19:26:01.977908 [ 190 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
15819 | 2025.07.18 19:26:01.977949 [ 4 ] {54e57623-c4ec-4615-a5fd-1b9735afccc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15820 | 2025.07.18 19:26:01.978296 [ 190 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15821 | 2025.07.18 19:26:01.978393 [ 4 ] {54e57623-c4ec-4615-a5fd-1b9735afccc4} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15822 | 2025.07.18 19:26:01.978398 [ 190 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
15823 | 2025.07.18 19:26:01.978435 [ 4 ] {54e57623-c4ec-4615-a5fd-1b9735afccc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15824 | 2025.07.18 19:26:01.978549 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
15825 | 2025.07.18 19:26:01.978758 [ 4 ] {54e57623-c4ec-4615-a5fd-1b9735afccc4} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
15826 | 2025.07.18 19:26:01.978964 [ 4 ] {54e57623-c4ec-4615-a5fd-1b9735afccc4} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15827 | 2025.07.18 19:26:01.979088 [ 4 ] {54e57623-c4ec-4615-a5fd-1b9735afccc4} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001196 sec., 168896.32107023412 rows/sec., 9.59 MiB/sec. | ||
15828 | 2025.07.18 19:26:01.979125 [ 4 ] {54e57623-c4ec-4615-a5fd-1b9735afccc4} <Debug> TCPHandler: Processed in 0.001355531 sec. | ||
15829 | 2025.07.18 19:26:01.979237 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15830 | 2025.07.18 19:26:01.979327 [ 4 ] {8690c2eb-6128-4008-944b-958e5c39e99b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
15831 | 2025.07.18 19:26:01.979366 [ 4 ] {8690c2eb-6128-4008-944b-958e5c39e99b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15832 | 2025.07.18 19:26:01.979977 [ 4 ] {8690c2eb-6128-4008-944b-958e5c39e99b} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15833 | 2025.07.18 19:26:01.980011 [ 4 ] {8690c2eb-6128-4008-944b-958e5c39e99b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15834 | 2025.07.18 19:26:01.980334 [ 4 ] {8690c2eb-6128-4008-944b-958e5c39e99b} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
15835 | 2025.07.18 19:26:01.980563 [ 4 ] {8690c2eb-6128-4008-944b-958e5c39e99b} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15836 | 2025.07.18 19:26:01.980686 [ 4 ] {8690c2eb-6128-4008-944b-958e5c39e99b} <Debug> executeQuery: Read 697 rows, 50.18 KiB in 0.001376 sec., 506540.69767441857 rows/sec., 35.61 MiB/sec. | ||
15837 | 2025.07.18 19:26:01.980722 [ 4 ] {8690c2eb-6128-4008-944b-958e5c39e99b} <Debug> TCPHandler: Processed in 0.001532073 sec. | ||
15838 | 2025.07.18 19:26:01.980838 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15839 | 2025.07.18 19:26:01.980930 [ 4 ] {b21234a4-9c0f-419e-9727-39bec49d4f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
15840 | 2025.07.18 19:26:01.980971 [ 4 ] {b21234a4-9c0f-419e-9727-39bec49d4f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15841 | 2025.07.18 19:26:01.981303 [ 4 ] {b21234a4-9c0f-419e-9727-39bec49d4f60} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15842 | 2025.07.18 19:26:01.981336 [ 4 ] {b21234a4-9c0f-419e-9727-39bec49d4f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15843 | 2025.07.18 19:26:01.981624 [ 4 ] {b21234a4-9c0f-419e-9727-39bec49d4f60} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
15844 | 2025.07.18 19:26:01.981838 [ 4 ] {b21234a4-9c0f-419e-9727-39bec49d4f60} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15845 | 2025.07.18 19:26:01.981961 [ 4 ] {b21234a4-9c0f-419e-9727-39bec49d4f60} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001049 sec., 5719.733079122974 rows/sec., 298.83 KiB/sec. | ||
15846 | 2025.07.18 19:26:01.981995 [ 4 ] {b21234a4-9c0f-419e-9727-39bec49d4f60} <Debug> TCPHandler: Processed in 0.001205309 sec. | ||
15847 | 2025.07.18 19:26:01.982105 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15848 | 2025.07.18 19:26:01.982197 [ 4 ] {759209f5-0198-496e-a7d0-3179d785aa8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
15849 | 2025.07.18 19:26:01.982238 [ 4 ] {759209f5-0198-496e-a7d0-3179d785aa8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15850 | 2025.07.18 19:26:01.982659 [ 4 ] {759209f5-0198-496e-a7d0-3179d785aa8d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15851 | 2025.07.18 19:26:01.982692 [ 4 ] {759209f5-0198-496e-a7d0-3179d785aa8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15852 | 2025.07.18 19:26:01.983012 [ 4 ] {759209f5-0198-496e-a7d0-3179d785aa8d} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
15853 | 2025.07.18 19:26:01.983231 [ 4 ] {759209f5-0198-496e-a7d0-3179d785aa8d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15854 | 2025.07.18 19:26:01.983355 [ 4 ] {759209f5-0198-496e-a7d0-3179d785aa8d} <Debug> executeQuery: Read 309 rows, 20.82 KiB in 0.001176 sec., 262755.10204081633 rows/sec., 17.29 MiB/sec. | ||
15855 | 2025.07.18 19:26:01.983391 [ 4 ] {759209f5-0198-496e-a7d0-3179d785aa8d} <Debug> TCPHandler: Processed in 0.00133361 sec. | ||
15856 | 2025.07.18 19:26:01.983507 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15857 | 2025.07.18 19:26:01.983597 [ 4 ] {e53743ba-0a57-41cb-9b68-5e09691720e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
15858 | 2025.07.18 19:26:01.983638 [ 4 ] {e53743ba-0a57-41cb-9b68-5e09691720e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15859 | 2025.07.18 19:26:01.983955 [ 4 ] {e53743ba-0a57-41cb-9b68-5e09691720e2} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15860 | 2025.07.18 19:26:01.983989 [ 4 ] {e53743ba-0a57-41cb-9b68-5e09691720e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15861 | 2025.07.18 19:26:01.984273 [ 4 ] {e53743ba-0a57-41cb-9b68-5e09691720e2} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
15862 | 2025.07.18 19:26:01.984492 [ 4 ] {e53743ba-0a57-41cb-9b68-5e09691720e2} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15863 | 2025.07.18 19:26:01.984619 [ 4 ] {e53743ba-0a57-41cb-9b68-5e09691720e2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001039 sec., 962.4639076034649 rows/sec., 64.85 KiB/sec. | ||
15864 | 2025.07.18 19:26:01.984656 [ 4 ] {e53743ba-0a57-41cb-9b68-5e09691720e2} <Debug> TCPHandler: Processed in 0.001195749 sec. | ||
15865 | 2025.07.18 19:26:01.984660 [ 224 ] {} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
15866 | 2025.07.18 19:26:01.984742 [ 224 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
15867 | 2025.07.18 19:26:01.984804 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15868 | 2025.07.18 19:26:01.984900 [ 4 ] {5159fe3e-5a17-451e-8145-b6a24d18be50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
15869 | 2025.07.18 19:26:01.984953 [ 4 ] {5159fe3e-5a17-451e-8145-b6a24d18be50} <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 | ||
15870 | 2025.07.18 19:26:01.985774 [ 4 ] {5159fe3e-5a17-451e-8145-b6a24d18be50} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15871 | 2025.07.18 19:26:01.985810 [ 4 ] {5159fe3e-5a17-451e-8145-b6a24d18be50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15872 | 2025.07.18 19:26:01.986373 [ 4 ] {5159fe3e-5a17-451e-8145-b6a24d18be50} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
15873 | 2025.07.18 19:26:01.986582 [ 224 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
15874 | 2025.07.18 19:26:01.986663 [ 4 ] {5159fe3e-5a17-451e-8145-b6a24d18be50} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15875 | 2025.07.18 19:26:01.986809 [ 4 ] {5159fe3e-5a17-451e-8145-b6a24d18be50} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001926 sec., 21287.642782969888 rows/sec., 38.15 MiB/sec. | ||
15876 | 2025.07.18 19:26:01.986865 [ 4 ] {5159fe3e-5a17-451e-8145-b6a24d18be50} <Debug> TCPHandler: Processed in 0.002109393 sec. | ||
15877 | 2025.07.18 19:26:01.986985 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15878 | 2025.07.18 19:26:01.987077 [ 4 ] {a9bd42ee-8f5b-4b96-842d-25951e1f3dbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
15879 | 2025.07.18 19:26:01.987116 [ 4 ] {a9bd42ee-8f5b-4b96-842d-25951e1f3dbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15880 | 2025.07.18 19:26:01.987450 [ 4 ] {a9bd42ee-8f5b-4b96-842d-25951e1f3dbf} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15881 | 2025.07.18 19:26:01.987486 [ 4 ] {a9bd42ee-8f5b-4b96-842d-25951e1f3dbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15882 | 2025.07.18 19:26:01.987782 [ 4 ] {a9bd42ee-8f5b-4b96-842d-25951e1f3dbf} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
15883 | 2025.07.18 19:26:01.987996 [ 4 ] {a9bd42ee-8f5b-4b96-842d-25951e1f3dbf} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15884 | 2025.07.18 19:26:01.988111 [ 94 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
15885 | 2025.07.18 19:26:01.988119 [ 4 ] {a9bd42ee-8f5b-4b96-842d-25951e1f3dbf} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.00106 sec., 96226.41509433962 rows/sec., 5.91 MiB/sec. | ||
15886 | 2025.07.18 19:26:01.988157 [ 94 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15887 | 2025.07.18 19:26:01.988173 [ 4 ] {a9bd42ee-8f5b-4b96-842d-25951e1f3dbf} <Debug> TCPHandler: Processed in 0.001236299 sec. | ||
15888 | 2025.07.18 19:26:01.988183 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15889 | 2025.07.18 19:26:01.988267 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
15890 | 2025.07.18 19:26:01.988356 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15891 | 2025.07.18 19:26:01.988381 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_121_24, total 9600 rows starting from the beginning of the part | ||
15892 | 2025.07.18 19:26:01.988427 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 102 rows starting from the beginning of the part | ||
15893 | 2025.07.18 19:26:01.988461 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part | ||
15894 | 2025.07.18 19:26:01.988493 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 102 rows starting from the beginning of the part | ||
15895 | 2025.07.18 19:26:01.988526 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part | ||
15896 | 2025.07.18 19:26:01.988559 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 102 rows starting from the beginning of the part | ||
15897 | 2025.07.18 19:26:01.990850 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10026 rows, containing 4 columns (4 merged, 0 gathered) in 0.00260694 sec., 3845888.282814334 rows/sec., 244.58 MiB/sec. | ||
15898 | 2025.07.18 19:26:01.991152 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
15899 | 2025.07.18 19:26:01.991518 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_126_25} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15900 | 2025.07.18 19:26:01.991611 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_126_25} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
15901 | 2025.07.18 19:26:01.991723 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.97 MiB. | ||
15902 | 2025.07.18 19:26:01.992277 [ 221 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
15903 | 2025.07.18 19:26:01.992306 [ 221 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
15904 | 2025.07.18 19:26:01.993961 [ 221 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
15905 | 2025.07.18 19:26:03.184085 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39894 | ||
15906 | 2025.07.18 19:26:03.184708 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15907 | 2025.07.18 19:26:03.184746 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15908 | 2025.07.18 19:26:03.185252 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15909 | 2025.07.18 19:26:03.185497 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15910 | 2025.07.18 19:26:03.185627 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894 | ||
15911 | 2025.07.18 19:26:05.365630 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 655 | ||
15912 | 2025.07.18 19:26:05.383490 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15913 | 2025.07.18 19:26:05.383558 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15914 | 2025.07.18 19:26:05.389792 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15915 | 2025.07.18 19:26:05.390513 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15916 | 2025.07.18 19:26:05.393934 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 655 | ||
15917 | 2025.07.18 19:26:06.141968 [ 220 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
15918 | 2025.07.18 19:26:06.142069 [ 220 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
15919 | 2025.07.18 19:26:06.144368 [ 220 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
15920 | 2025.07.18 19:26:06.506249 [ 218 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
15921 | 2025.07.18 19:26:06.506305 [ 218 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
15922 | 2025.07.18 19:26:06.508103 [ 218 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
15923 | 2025.07.18 19:26:06.900577 [ 218 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
15924 | 2025.07.18 19:26:06.900633 [ 218 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
15925 | 2025.07.18 19:26:06.902481 [ 218 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
15926 | 2025.07.18 19:26:06.956871 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15927 | 2025.07.18 19:26:06.957045 [ 4 ] {b2747679-603a-4058-bb85-92c70a2c375d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
15928 | 2025.07.18 19:26:06.957110 [ 4 ] {b2747679-603a-4058-bb85-92c70a2c375d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15929 | 2025.07.18 19:26:06.957824 [ 4 ] {b2747679-603a-4058-bb85-92c70a2c375d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15930 | 2025.07.18 19:26:06.957860 [ 4 ] {b2747679-603a-4058-bb85-92c70a2c375d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15931 | 2025.07.18 19:26:06.958233 [ 4 ] {b2747679-603a-4058-bb85-92c70a2c375d} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
15932 | 2025.07.18 19:26:06.958453 [ 4 ] {b2747679-603a-4058-bb85-92c70a2c375d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15933 | 2025.07.18 19:26:06.958597 [ 4 ] {b2747679-603a-4058-bb85-92c70a2c375d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.0016 sec., 35000 rows/sec., 2.69 MiB/sec. | ||
15934 | 2025.07.18 19:26:06.958640 [ 4 ] {b2747679-603a-4058-bb85-92c70a2c375d} <Debug> TCPHandler: Processed in 0.001892189 sec. | ||
15935 | 2025.07.18 19:26:06.958778 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15936 | 2025.07.18 19:26:06.958875 [ 4 ] {a9d0bd88-6077-4c20-893a-1da5b2195b68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
15937 | 2025.07.18 19:26:06.958915 [ 4 ] {a9d0bd88-6077-4c20-893a-1da5b2195b68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15938 | 2025.07.18 19:26:06.959365 [ 4 ] {a9d0bd88-6077-4c20-893a-1da5b2195b68} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15939 | 2025.07.18 19:26:06.959399 [ 4 ] {a9d0bd88-6077-4c20-893a-1da5b2195b68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15940 | 2025.07.18 19:26:06.959717 [ 4 ] {a9d0bd88-6077-4c20-893a-1da5b2195b68} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
15941 | 2025.07.18 19:26:06.959920 [ 4 ] {a9d0bd88-6077-4c20-893a-1da5b2195b68} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15942 | 2025.07.18 19:26:06.960045 [ 4 ] {a9d0bd88-6077-4c20-893a-1da5b2195b68} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001189 sec., 53826.74516400337 rows/sec., 4.20 MiB/sec. | ||
15943 | 2025.07.18 19:26:06.960084 [ 4 ] {a9d0bd88-6077-4c20-893a-1da5b2195b68} <Debug> TCPHandler: Processed in 0.001355181 sec. | ||
15944 | 2025.07.18 19:26:06.960206 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15945 | 2025.07.18 19:26:06.960300 [ 4 ] {461c6e38-1145-49f6-927b-6643dc67af55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
15946 | 2025.07.18 19:26:06.960344 [ 4 ] {461c6e38-1145-49f6-927b-6643dc67af55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15947 | 2025.07.18 19:26:06.960790 [ 4 ] {461c6e38-1145-49f6-927b-6643dc67af55} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15948 | 2025.07.18 19:26:06.960823 [ 4 ] {461c6e38-1145-49f6-927b-6643dc67af55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15949 | 2025.07.18 19:26:06.961140 [ 4 ] {461c6e38-1145-49f6-927b-6643dc67af55} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
15950 | 2025.07.18 19:26:06.961344 [ 4 ] {461c6e38-1145-49f6-927b-6643dc67af55} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15951 | 2025.07.18 19:26:06.961447 [ 87 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 5 parts from all_1_123_25 to all_127_127_0 | ||
15952 | 2025.07.18 19:26:06.961470 [ 4 ] {461c6e38-1145-49f6-927b-6643dc67af55} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. | ||
15953 | 2025.07.18 19:26:06.961484 [ 87 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15954 | 2025.07.18 19:26:06.961505 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
15955 | 2025.07.18 19:26:06.961508 [ 4 ] {461c6e38-1145-49f6-927b-6643dc67af55} <Debug> TCPHandler: Processed in 0.001351861 sec. | ||
15956 | 2025.07.18 19:26:06.961616 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_123_25 to all_127_127_0 into Compact with storage Full | ||
15957 | 2025.07.18 19:26:06.961635 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
15958 | 2025.07.18 19:26:06.961628 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15959 | 2025.07.18 19:26:06.961689 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
15960 | 2025.07.18 19:26:06.961765 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15961 | 2025.07.18 19:26:06.961786 [ 4 ] {b967b5e2-9bc0-457f-b7bd-0b2c65a0a52e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
15962 | 2025.07.18 19:26:06.961807 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_123_25, total 46840 rows starting from the beginning of the part | ||
15963 | 2025.07.18 19:26:06.961832 [ 4 ] {b967b5e2-9bc0-457f-b7bd-0b2c65a0a52e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15964 | 2025.07.18 19:26:06.961879 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 1006 rows starting from the beginning of the part | ||
15965 | 2025.07.18 19:26:06.961933 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 307 rows starting from the beginning of the part | ||
15966 | 2025.07.18 19:26:06.961979 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part | ||
15967 | 2025.07.18 19:26:06.962021 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 309 rows starting from the beginning of the part | ||
15968 | 2025.07.18 19:26:06.962178 [ 4 ] {b967b5e2-9bc0-457f-b7bd-0b2c65a0a52e} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15969 | 2025.07.18 19:26:06.962218 [ 4 ] {b967b5e2-9bc0-457f-b7bd-0b2c65a0a52e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
15970 | 2025.07.18 19:26:06.962559 [ 4 ] {b967b5e2-9bc0-457f-b7bd-0b2c65a0a52e} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
15971 | 2025.07.18 19:26:06.962835 [ 4 ] {b967b5e2-9bc0-457f-b7bd-0b2c65a0a52e} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15972 | 2025.07.18 19:26:06.962966 [ 4 ] {b967b5e2-9bc0-457f-b7bd-0b2c65a0a52e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001199 sec., 50041.701417848206 rows/sec., 3.37 MiB/sec. | ||
15973 | 2025.07.18 19:26:06.963005 [ 4 ] {b967b5e2-9bc0-457f-b7bd-0b2c65a0a52e} <Debug> TCPHandler: Processed in 0.001427292 sec. | ||
15974 | 2025.07.18 19:26:06.963632 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
15975 | 2025.07.18 19:26:06.970256 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48622 rows, containing 5 columns (5 merged, 0 gathered) in 0.008684953 sec., 5598418.321895352 rows/sec., 374.80 MiB/sec. | ||
15976 | 2025.07.18 19:26:06.970818 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} <Trace> MergedBlockOutputStream: filled checksums all_1_127_26 (state Temporary) | ||
15977 | 2025.07.18 19:26:06.971096 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_127_26 to all_1_127_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15978 | 2025.07.18 19:26:06.971161 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 5 parts: [all_1_123_25, all_127_127_0] -> all_1_127_26 | ||
15979 | 2025.07.18 19:26:06.971240 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
15980 | 2025.07.18 19:26:10.465951 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15981 | 2025.07.18 19:26:10.466007 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15982 | 2025.07.18 19:26:10.685835 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40321 | ||
15983 | 2025.07.18 19:26:10.686349 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15984 | 2025.07.18 19:26:10.686390 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
15985 | 2025.07.18 19:26:10.686879 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15986 | 2025.07.18 19:26:10.687105 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15987 | 2025.07.18 19:26:10.687237 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 | ||
15988 | 2025.07.18 19:26:10.803555 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2186 | ||
15989 | 2025.07.18 19:26:10.805963 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15990 | 2025.07.18 19:26:10.806009 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
15991 | 2025.07.18 19:26:10.807217 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
15992 | 2025.07.18 19:26:10.807507 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15993 | 2025.07.18 19:26:10.807890 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2186 | ||
15994 | 2025.07.18 19:26:11.008592 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
15995 | 2025.07.18 19:26:11.008631 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
15996 | 2025.07.18 19:26:11.010417 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
15997 | 2025.07.18 19:26:11.969992 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15998 | 2025.07.18 19:26:11.970167 [ 4 ] {d7470645-3e9b-4a26-b37d-b82fe8d5f103} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
15999 | 2025.07.18 19:26:11.970258 [ 4 ] {d7470645-3e9b-4a26-b37d-b82fe8d5f103} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
16000 | 2025.07.18 19:26:11.971071 [ 4 ] {d7470645-3e9b-4a26-b37d-b82fe8d5f103} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16001 | 2025.07.18 19:26:11.971109 [ 4 ] {d7470645-3e9b-4a26-b37d-b82fe8d5f103} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16002 | 2025.07.18 19:26:11.971506 [ 4 ] {d7470645-3e9b-4a26-b37d-b82fe8d5f103} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
16003 | 2025.07.18 19:26:11.971718 [ 4 ] {d7470645-3e9b-4a26-b37d-b82fe8d5f103} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16004 | 2025.07.18 19:26:11.971860 [ 4 ] {d7470645-3e9b-4a26-b37d-b82fe8d5f103} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001741 sec., 225157.95519816197 rows/sec., 14.28 MiB/sec. | ||
16005 | 2025.07.18 19:26:11.971902 [ 4 ] {d7470645-3e9b-4a26-b37d-b82fe8d5f103} <Debug> TCPHandler: Processed in 0.002039892 sec. | ||
16006 | 2025.07.18 19:26:11.972030 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16007 | 2025.07.18 19:26:11.972124 [ 4 ] {38565afb-f3dc-4acf-9677-d5da6023b43d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
16008 | 2025.07.18 19:26:11.972164 [ 4 ] {38565afb-f3dc-4acf-9677-d5da6023b43d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16009 | 2025.07.18 19:26:11.973386 [ 4 ] {38565afb-f3dc-4acf-9677-d5da6023b43d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16010 | 2025.07.18 19:26:11.973419 [ 4 ] {38565afb-f3dc-4acf-9677-d5da6023b43d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16011 | 2025.07.18 19:26:11.973781 [ 4 ] {38565afb-f3dc-4acf-9677-d5da6023b43d} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
16012 | 2025.07.18 19:26:11.973982 [ 4 ] {38565afb-f3dc-4acf-9677-d5da6023b43d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16013 | 2025.07.18 19:26:11.974105 [ 4 ] {38565afb-f3dc-4acf-9677-d5da6023b43d} <Debug> executeQuery: Read 1149 rows, 93.90 KiB in 0.001999 sec., 574787.3936968484 rows/sec., 45.87 MiB/sec. | ||
16014 | 2025.07.18 19:26:11.974142 [ 4 ] {38565afb-f3dc-4acf-9677-d5da6023b43d} <Debug> TCPHandler: Processed in 0.002159443 sec. | ||
16015 | 2025.07.18 19:26:11.974260 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16016 | 2025.07.18 19:26:11.974353 [ 4 ] {4fce5f6f-251a-4b86-83c0-30932a0975bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
16017 | 2025.07.18 19:26:11.974391 [ 4 ] {4fce5f6f-251a-4b86-83c0-30932a0975bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16018 | 2025.07.18 19:26:11.974978 [ 4 ] {4fce5f6f-251a-4b86-83c0-30932a0975bb} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16019 | 2025.07.18 19:26:11.975022 [ 4 ] {4fce5f6f-251a-4b86-83c0-30932a0975bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16020 | 2025.07.18 19:26:11.975368 [ 4 ] {4fce5f6f-251a-4b86-83c0-30932a0975bb} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
16021 | 2025.07.18 19:26:11.975588 [ 4 ] {4fce5f6f-251a-4b86-83c0-30932a0975bb} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16022 | 2025.07.18 19:26:11.975716 [ 4 ] {4fce5f6f-251a-4b86-83c0-30932a0975bb} <Debug> executeQuery: Read 237 rows, 14.86 KiB in 0.001381 sec., 171614.77190441708 rows/sec., 10.51 MiB/sec. | ||
16023 | 2025.07.18 19:26:11.975754 [ 4 ] {4fce5f6f-251a-4b86-83c0-30932a0975bb} <Debug> TCPHandler: Processed in 0.001542234 sec. | ||
16024 | 2025.07.18 19:26:11.975870 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16025 | 2025.07.18 19:26:11.975965 [ 4 ] {44058839-4acd-4df6-b62f-dde6c09b88c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
16026 | 2025.07.18 19:26:11.976004 [ 4 ] {44058839-4acd-4df6-b62f-dde6c09b88c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16027 | 2025.07.18 19:26:11.976527 [ 4 ] {44058839-4acd-4df6-b62f-dde6c09b88c2} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16028 | 2025.07.18 19:26:11.976560 [ 4 ] {44058839-4acd-4df6-b62f-dde6c09b88c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16029 | 2025.07.18 19:26:11.976870 [ 4 ] {44058839-4acd-4df6-b62f-dde6c09b88c2} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
16030 | 2025.07.18 19:26:11.977089 [ 4 ] {44058839-4acd-4df6-b62f-dde6c09b88c2} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16031 | 2025.07.18 19:26:11.977216 [ 4 ] {44058839-4acd-4df6-b62f-dde6c09b88c2} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.00127 sec., 159842.51968503935 rows/sec., 10.31 MiB/sec. | ||
16032 | 2025.07.18 19:26:11.977253 [ 4 ] {44058839-4acd-4df6-b62f-dde6c09b88c2} <Debug> TCPHandler: Processed in 0.001434382 sec. | ||
16033 | 2025.07.18 19:26:11.977365 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16034 | 2025.07.18 19:26:11.977459 [ 4 ] {9b619279-64ef-4602-b218-46f00eb90fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
16035 | 2025.07.18 19:26:11.977496 [ 4 ] {9b619279-64ef-4602-b218-46f00eb90fbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16036 | 2025.07.18 19:26:11.977989 [ 4 ] {9b619279-64ef-4602-b218-46f00eb90fbf} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16037 | 2025.07.18 19:26:11.978022 [ 4 ] {9b619279-64ef-4602-b218-46f00eb90fbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16038 | 2025.07.18 19:26:11.978321 [ 4 ] {9b619279-64ef-4602-b218-46f00eb90fbf} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
16039 | 2025.07.18 19:26:11.978537 [ 4 ] {9b619279-64ef-4602-b218-46f00eb90fbf} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16040 | 2025.07.18 19:26:11.978662 [ 4 ] {9b619279-64ef-4602-b218-46f00eb90fbf} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001221 sec., 165438.16543816542 rows/sec., 9.40 MiB/sec. | ||
16041 | 2025.07.18 19:26:11.978698 [ 4 ] {9b619279-64ef-4602-b218-46f00eb90fbf} <Debug> TCPHandler: Processed in 0.001382611 sec. | ||
16042 | 2025.07.18 19:26:11.978812 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16043 | 2025.07.18 19:26:11.978906 [ 4 ] {56043c84-7f9a-42ae-a40c-359e3acb4a49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
16044 | 2025.07.18 19:26:11.978944 [ 4 ] {56043c84-7f9a-42ae-a40c-359e3acb4a49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16045 | 2025.07.18 19:26:11.979705 [ 4 ] {56043c84-7f9a-42ae-a40c-359e3acb4a49} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16046 | 2025.07.18 19:26:11.979738 [ 4 ] {56043c84-7f9a-42ae-a40c-359e3acb4a49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16047 | 2025.07.18 19:26:11.980059 [ 4 ] {56043c84-7f9a-42ae-a40c-359e3acb4a49} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
16048 | 2025.07.18 19:26:11.980272 [ 4 ] {56043c84-7f9a-42ae-a40c-359e3acb4a49} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16049 | 2025.07.18 19:26:11.980395 [ 4 ] {56043c84-7f9a-42ae-a40c-359e3acb4a49} <Debug> executeQuery: Read 693 rows, 49.85 KiB in 0.001507 sec., 459854.0145985401 rows/sec., 32.31 MiB/sec. | ||
16050 | 2025.07.18 19:26:11.980434 [ 4 ] {56043c84-7f9a-42ae-a40c-359e3acb4a49} <Debug> TCPHandler: Processed in 0.001671426 sec. | ||
16051 | 2025.07.18 19:26:11.980547 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16052 | 2025.07.18 19:26:11.980640 [ 4 ] {c1836f2f-93a7-43fc-947a-b6cef54cdcdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
16053 | 2025.07.18 19:26:11.980680 [ 4 ] {c1836f2f-93a7-43fc-947a-b6cef54cdcdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16054 | 2025.07.18 19:26:11.981024 [ 4 ] {c1836f2f-93a7-43fc-947a-b6cef54cdcdc} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16055 | 2025.07.18 19:26:11.981056 [ 4 ] {c1836f2f-93a7-43fc-947a-b6cef54cdcdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16056 | 2025.07.18 19:26:11.981355 [ 4 ] {c1836f2f-93a7-43fc-947a-b6cef54cdcdc} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
16057 | 2025.07.18 19:26:11.981555 [ 4 ] {c1836f2f-93a7-43fc-947a-b6cef54cdcdc} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16058 | 2025.07.18 19:26:11.981679 [ 4 ] {c1836f2f-93a7-43fc-947a-b6cef54cdcdc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001057 sec., 5676.442762535477 rows/sec., 296.57 KiB/sec. | ||
16059 | 2025.07.18 19:26:11.981715 [ 4 ] {c1836f2f-93a7-43fc-947a-b6cef54cdcdc} <Debug> TCPHandler: Processed in 0.001217249 sec. | ||
16060 | 2025.07.18 19:26:11.981712 [ 225 ] {} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
16061 | 2025.07.18 19:26:11.981763 [ 225 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
16062 | 2025.07.18 19:26:11.981833 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16063 | 2025.07.18 19:26:11.981931 [ 4 ] {ab185ef9-a996-4dde-8dd4-5711a7f9fc6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
16064 | 2025.07.18 19:26:11.981972 [ 4 ] {ab185ef9-a996-4dde-8dd4-5711a7f9fc6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16065 | 2025.07.18 19:26:11.982444 [ 4 ] {ab185ef9-a996-4dde-8dd4-5711a7f9fc6e} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16066 | 2025.07.18 19:26:11.982479 [ 4 ] {ab185ef9-a996-4dde-8dd4-5711a7f9fc6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16067 | 2025.07.18 19:26:11.982849 [ 4 ] {ab185ef9-a996-4dde-8dd4-5711a7f9fc6e} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
16068 | 2025.07.18 19:26:11.983114 [ 4 ] {ab185ef9-a996-4dde-8dd4-5711a7f9fc6e} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16069 | 2025.07.18 19:26:11.983250 [ 4 ] {ab185ef9-a996-4dde-8dd4-5711a7f9fc6e} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001337 sec., 229618.54899027673 rows/sec., 15.11 MiB/sec. | ||
16070 | 2025.07.18 19:26:11.983289 [ 4 ] {ab185ef9-a996-4dde-8dd4-5711a7f9fc6e} <Debug> TCPHandler: Processed in 0.001505643 sec. | ||
16071 | 2025.07.18 19:26:11.983408 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16072 | 2025.07.18 19:26:11.983500 [ 4 ] {a5ec9e55-d7ce-47e7-a939-bd1fd298373f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
16073 | 2025.07.18 19:26:11.983543 [ 4 ] {a5ec9e55-d7ce-47e7-a939-bd1fd298373f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16074 | 2025.07.18 19:26:11.983579 [ 225 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
16075 | 2025.07.18 19:26:11.983864 [ 4 ] {a5ec9e55-d7ce-47e7-a939-bd1fd298373f} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16076 | 2025.07.18 19:26:11.983901 [ 4 ] {a5ec9e55-d7ce-47e7-a939-bd1fd298373f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16077 | 2025.07.18 19:26:11.984198 [ 4 ] {a5ec9e55-d7ce-47e7-a939-bd1fd298373f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
16078 | 2025.07.18 19:26:11.984396 [ 4 ] {a5ec9e55-d7ce-47e7-a939-bd1fd298373f} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16079 | 2025.07.18 19:26:11.984520 [ 4 ] {a5ec9e55-d7ce-47e7-a939-bd1fd298373f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001038 sec., 963.3911368015414 rows/sec., 64.92 KiB/sec. | ||
16080 | 2025.07.18 19:26:11.984555 [ 4 ] {a5ec9e55-d7ce-47e7-a939-bd1fd298373f} <Debug> TCPHandler: Processed in 0.001197248 sec. | ||
16081 | 2025.07.18 19:26:11.984679 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16082 | 2025.07.18 19:26:11.984770 [ 4 ] {58b57eb6-19f9-4786-923b-31719d0dd221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
16083 | 2025.07.18 19:26:11.984827 [ 4 ] {58b57eb6-19f9-4786-923b-31719d0dd221} <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 | ||
16084 | 2025.07.18 19:26:11.985675 [ 4 ] {58b57eb6-19f9-4786-923b-31719d0dd221} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16085 | 2025.07.18 19:26:11.985709 [ 4 ] {58b57eb6-19f9-4786-923b-31719d0dd221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16086 | 2025.07.18 19:26:11.986271 [ 4 ] {58b57eb6-19f9-4786-923b-31719d0dd221} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
16087 | 2025.07.18 19:26:11.986488 [ 4 ] {58b57eb6-19f9-4786-923b-31719d0dd221} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16088 | 2025.07.18 19:26:11.986622 [ 4 ] {58b57eb6-19f9-4786-923b-31719d0dd221} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.001869 sec., 21936.864633493846 rows/sec., 39.31 MiB/sec. | ||
16089 | 2025.07.18 19:26:11.986674 [ 4 ] {58b57eb6-19f9-4786-923b-31719d0dd221} <Debug> TCPHandler: Processed in 0.002044061 sec. | ||
16090 | 2025.07.18 19:26:11.986793 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16091 | 2025.07.18 19:26:11.986886 [ 4 ] {8e24673f-7a3d-4044-bfea-5cf346ffd284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
16092 | 2025.07.18 19:26:11.986926 [ 4 ] {8e24673f-7a3d-4044-bfea-5cf346ffd284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16093 | 2025.07.18 19:26:11.987269 [ 4 ] {8e24673f-7a3d-4044-bfea-5cf346ffd284} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16094 | 2025.07.18 19:26:11.987302 [ 4 ] {8e24673f-7a3d-4044-bfea-5cf346ffd284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16095 | 2025.07.18 19:26:11.987599 [ 4 ] {8e24673f-7a3d-4044-bfea-5cf346ffd284} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
16096 | 2025.07.18 19:26:11.987819 [ 4 ] {8e24673f-7a3d-4044-bfea-5cf346ffd284} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16097 | 2025.07.18 19:26:11.987945 [ 4 ] {8e24673f-7a3d-4044-bfea-5cf346ffd284} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001077 sec., 94707.5208913649 rows/sec., 5.82 MiB/sec. | ||
16098 | 2025.07.18 19:26:11.987978 [ 4 ] {8e24673f-7a3d-4044-bfea-5cf346ffd284} <Debug> TCPHandler: Processed in 0.001234659 sec. | ||
16099 | 2025.07.18 19:26:12.894082 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 663 | ||
16100 | 2025.07.18 19:26:12.912392 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16101 | 2025.07.18 19:26:12.912454 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16102 | 2025.07.18 19:26:12.918875 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16103 | 2025.07.18 19:26:12.919608 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16104 | 2025.07.18 19:26:12.922761 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 663 | ||
16105 | 2025.07.18 19:26:16.603586 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16106 | 2025.07.18 19:26:16.603773 [ 4 ] {ecf32019-7fab-443f-9ec6-3e34951b7cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
16107 | 2025.07.18 19:26:16.603839 [ 4 ] {ecf32019-7fab-443f-9ec6-3e34951b7cba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16108 | 2025.07.18 19:26:16.604459 [ 4 ] {ecf32019-7fab-443f-9ec6-3e34951b7cba} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16109 | 2025.07.18 19:26:16.604502 [ 4 ] {ecf32019-7fab-443f-9ec6-3e34951b7cba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16110 | 2025.07.18 19:26:16.604902 [ 4 ] {ecf32019-7fab-443f-9ec6-3e34951b7cba} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
16111 | 2025.07.18 19:26:16.605131 [ 4 ] {ecf32019-7fab-443f-9ec6-3e34951b7cba} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16112 | 2025.07.18 19:26:16.605294 [ 4 ] {ecf32019-7fab-443f-9ec6-3e34951b7cba} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001569 sec., 1274.697259400892 rows/sec., 103.94 KiB/sec. | ||
16113 | 2025.07.18 19:26:16.605338 [ 4 ] {ecf32019-7fab-443f-9ec6-3e34951b7cba} <Debug> TCPHandler: Processed in 0.00188382 sec. | ||
16114 | 2025.07.18 19:26:16.605472 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16115 | 2025.07.18 19:26:16.605572 [ 4 ] {35aa3122-0198-442e-ad37-08fe1086cc3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
16116 | 2025.07.18 19:26:16.605613 [ 4 ] {35aa3122-0198-442e-ad37-08fe1086cc3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16117 | 2025.07.18 19:26:16.606705 [ 4 ] {35aa3122-0198-442e-ad37-08fe1086cc3b} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16118 | 2025.07.18 19:26:16.606741 [ 4 ] {35aa3122-0198-442e-ad37-08fe1086cc3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16119 | 2025.07.18 19:26:16.607172 [ 4 ] {35aa3122-0198-442e-ad37-08fe1086cc3b} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
16120 | 2025.07.18 19:26:16.607392 [ 4 ] {35aa3122-0198-442e-ad37-08fe1086cc3b} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16121 | 2025.07.18 19:26:16.607521 [ 4 ] {35aa3122-0198-442e-ad37-08fe1086cc3b} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.001968 sec., 608231.7073170731 rows/sec., 50.14 MiB/sec. | ||
16122 | 2025.07.18 19:26:16.607558 [ 4 ] {35aa3122-0198-442e-ad37-08fe1086cc3b} <Debug> TCPHandler: Processed in 0.002140183 sec. | ||
16123 | 2025.07.18 19:26:16.607677 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16124 | 2025.07.18 19:26:16.607773 [ 4 ] {3be80114-d3a8-41ff-a1e7-756f6ddf2539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
16125 | 2025.07.18 19:26:16.607813 [ 4 ] {3be80114-d3a8-41ff-a1e7-756f6ddf2539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16126 | 2025.07.18 19:26:16.608212 [ 4 ] {3be80114-d3a8-41ff-a1e7-756f6ddf2539} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16127 | 2025.07.18 19:26:16.608247 [ 4 ] {3be80114-d3a8-41ff-a1e7-756f6ddf2539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16128 | 2025.07.18 19:26:16.608542 [ 4 ] {3be80114-d3a8-41ff-a1e7-756f6ddf2539} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
16129 | 2025.07.18 19:26:16.608756 [ 4 ] {3be80114-d3a8-41ff-a1e7-756f6ddf2539} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16130 | 2025.07.18 19:26:16.608887 [ 4 ] {3be80114-d3a8-41ff-a1e7-756f6ddf2539} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001132 sec., 1766.7844522968198 rows/sec., 123.36 KiB/sec. | ||
16131 | 2025.07.18 19:26:16.608924 [ 4 ] {3be80114-d3a8-41ff-a1e7-756f6ddf2539} <Debug> TCPHandler: Processed in 0.001296129 sec. | ||
16132 | 2025.07.18 19:26:16.609039 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16133 | 2025.07.18 19:26:16.609133 [ 4 ] {87717609-e183-4a5a-bc6b-211b522cf620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
16134 | 2025.07.18 19:26:16.609171 [ 4 ] {87717609-e183-4a5a-bc6b-211b522cf620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16135 | 2025.07.18 19:26:16.609685 [ 4 ] {87717609-e183-4a5a-bc6b-211b522cf620} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16136 | 2025.07.18 19:26:16.609720 [ 4 ] {87717609-e183-4a5a-bc6b-211b522cf620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16137 | 2025.07.18 19:26:16.610033 [ 4 ] {87717609-e183-4a5a-bc6b-211b522cf620} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
16138 | 2025.07.18 19:26:16.610258 [ 4 ] {87717609-e183-4a5a-bc6b-211b522cf620} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16139 | 2025.07.18 19:26:16.610384 [ 4 ] {87717609-e183-4a5a-bc6b-211b522cf620} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001269 sec., 179669.03073286053 rows/sec., 12.17 MiB/sec. | ||
16140 | 2025.07.18 19:26:16.610422 [ 4 ] {87717609-e183-4a5a-bc6b-211b522cf620} <Debug> TCPHandler: Processed in 0.001431533 sec. | ||
16141 | 2025.07.18 19:26:16.610536 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16142 | 2025.07.18 19:26:16.610629 [ 4 ] {6126b016-d837-479e-af40-7313ac4b6a80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
16143 | 2025.07.18 19:26:16.610667 [ 4 ] {6126b016-d837-479e-af40-7313ac4b6a80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16144 | 2025.07.18 19:26:16.611270 [ 4 ] {6126b016-d837-479e-af40-7313ac4b6a80} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16145 | 2025.07.18 19:26:16.611303 [ 4 ] {6126b016-d837-479e-af40-7313ac4b6a80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16146 | 2025.07.18 19:26:16.611625 [ 4 ] {6126b016-d837-479e-af40-7313ac4b6a80} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
16147 | 2025.07.18 19:26:16.611851 [ 4 ] {6126b016-d837-479e-af40-7313ac4b6a80} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16148 | 2025.07.18 19:26:16.611978 [ 4 ] {6126b016-d837-479e-af40-7313ac4b6a80} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.001366 sec., 382137.6281112738 rows/sec., 28.29 MiB/sec. | ||
16149 | 2025.07.18 19:26:16.612015 [ 4 ] {6126b016-d837-479e-af40-7313ac4b6a80} <Debug> TCPHandler: Processed in 0.001528153 sec. | ||
16150 | 2025.07.18 19:26:16.612127 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16151 | 2025.07.18 19:26:16.612222 [ 4 ] {81c8982f-9662-4760-8df8-cbc76c35bec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
16152 | 2025.07.18 19:26:16.612264 [ 4 ] {81c8982f-9662-4760-8df8-cbc76c35bec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16153 | 2025.07.18 19:26:16.612885 [ 4 ] {81c8982f-9662-4760-8df8-cbc76c35bec6} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16154 | 2025.07.18 19:26:16.612919 [ 4 ] {81c8982f-9662-4760-8df8-cbc76c35bec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16155 | 2025.07.18 19:26:16.613298 [ 4 ] {81c8982f-9662-4760-8df8-cbc76c35bec6} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
16156 | 2025.07.18 19:26:16.613534 [ 4 ] {81c8982f-9662-4760-8df8-cbc76c35bec6} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16157 | 2025.07.18 19:26:16.613664 [ 4 ] {81c8982f-9662-4760-8df8-cbc76c35bec6} <Debug> executeQuery: Read 1007 rows, 69.31 KiB in 0.00146 sec., 689726.0273972603 rows/sec., 46.36 MiB/sec. | ||
16158 | 2025.07.18 19:26:16.613701 [ 4 ] {81c8982f-9662-4760-8df8-cbc76c35bec6} <Debug> TCPHandler: Processed in 0.001622925 sec. | ||
16159 | 2025.07.18 19:26:16.613829 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16160 | 2025.07.18 19:26:16.613923 [ 4 ] {969b775e-6d42-4da8-84f5-662a3e4e35bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
16161 | 2025.07.18 19:26:16.613964 [ 4 ] {969b775e-6d42-4da8-84f5-662a3e4e35bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16162 | 2025.07.18 19:26:16.614308 [ 4 ] {969b775e-6d42-4da8-84f5-662a3e4e35bb} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16163 | 2025.07.18 19:26:16.614342 [ 4 ] {969b775e-6d42-4da8-84f5-662a3e4e35bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16164 | 2025.07.18 19:26:16.614645 [ 4 ] {969b775e-6d42-4da8-84f5-662a3e4e35bb} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
16165 | 2025.07.18 19:26:16.614861 [ 4 ] {969b775e-6d42-4da8-84f5-662a3e4e35bb} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16166 | 2025.07.18 19:26:16.615000 [ 4 ] {969b775e-6d42-4da8-84f5-662a3e4e35bb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. | ||
16167 | 2025.07.18 19:26:16.615036 [ 4 ] {969b775e-6d42-4da8-84f5-662a3e4e35bb} <Debug> TCPHandler: Processed in 0.0012557 sec. | ||
16168 | 2025.07.18 19:26:18.187474 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40809 | ||
16169 | 2025.07.18 19:26:18.188005 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16170 | 2025.07.18 19:26:18.188052 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16171 | 2025.07.18 19:26:18.188608 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16172 | 2025.07.18 19:26:18.188838 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16173 | 2025.07.18 19:26:18.188972 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809 | ||
16174 | 2025.07.18 19:26:20.422953 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 670 | ||
16175 | 2025.07.18 19:26:20.442627 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16176 | 2025.07.18 19:26:20.442691 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16177 | 2025.07.18 19:26:20.449202 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16178 | 2025.07.18 19:26:20.449955 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16179 | 2025.07.18 19:26:20.453882 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 670 | ||
16180 | 2025.07.18 19:26:20.808231 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2222 | ||
16181 | 2025.07.18 19:26:20.810778 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16182 | 2025.07.18 19:26:20.810840 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16183 | 2025.07.18 19:26:20.812127 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
16184 | 2025.07.18 19:26:20.812416 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16185 | 2025.07.18 19:26:20.812585 [ 70 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
16186 | 2025.07.18 19:26:20.812649 [ 70 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16187 | 2025.07.18 19:26:20.812670 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
16188 | 2025.07.18 19:26:20.812773 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
16189 | 2025.07.18 19:26:20.812823 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2222 | ||
16190 | 2025.07.18 19:26:20.813231 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16191 | 2025.07.18 19:26:20.813357 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2060 rows starting from the beginning of the part | ||
16192 | 2025.07.18 19:26:20.813700 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
16193 | 2025.07.18 19:26:20.814006 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
16194 | 2025.07.18 19:26:20.814293 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 30 rows starting from the beginning of the part | ||
16195 | 2025.07.18 19:26:20.814582 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 32 rows starting from the beginning of the part | ||
16196 | 2025.07.18 19:26:20.814878 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 36 rows starting from the beginning of the part | ||
16197 | 2025.07.18 19:26:20.821938 [ 187 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2222 rows, containing 72 columns (72 merged, 0 gathered) in 0.009215761 sec., 241108.6832655491 rows/sec., 181.50 MiB/sec. | ||
16198 | 2025.07.18 19:26:20.823929 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
16199 | 2025.07.18 19:26:20.824608 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_66_13} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16200 | 2025.07.18 19:26:20.824703 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_66_13} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
16201 | 2025.07.18 19:26:20.825089 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
16202 | 2025.07.18 19:26:21.578050 [ 222 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
16203 | 2025.07.18 19:26:21.578116 [ 222 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
16204 | 2025.07.18 19:26:21.579073 [ 224 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
16205 | 2025.07.18 19:26:21.579122 [ 224 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
16206 | 2025.07.18 19:26:21.579585 [ 222 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
16207 | 2025.07.18 19:26:21.580548 [ 224 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
16208 | 2025.07.18 19:26:21.972188 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16209 | 2025.07.18 19:26:21.972398 [ 4 ] {582be632-6a82-4e6d-854a-0afd619c8c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
16210 | 2025.07.18 19:26:21.972470 [ 4 ] {582be632-6a82-4e6d-854a-0afd619c8c95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
16211 | 2025.07.18 19:26:21.973416 [ 4 ] {582be632-6a82-4e6d-854a-0afd619c8c95} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16212 | 2025.07.18 19:26:21.973464 [ 4 ] {582be632-6a82-4e6d-854a-0afd619c8c95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16213 | 2025.07.18 19:26:21.973978 [ 4 ] {582be632-6a82-4e6d-854a-0afd619c8c95} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
16214 | 2025.07.18 19:26:21.974275 [ 4 ] {582be632-6a82-4e6d-854a-0afd619c8c95} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16215 | 2025.07.18 19:26:21.974442 [ 68 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
16216 | 2025.07.18 19:26:21.974457 [ 4 ] {582be632-6a82-4e6d-854a-0afd619c8c95} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.002116 sec., 185255.19848771268 rows/sec., 11.75 MiB/sec. | ||
16217 | 2025.07.18 19:26:21.974516 [ 68 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16218 | 2025.07.18 19:26:21.974536 [ 4 ] {582be632-6a82-4e6d-854a-0afd619c8c95} <Debug> TCPHandler: Processed in 0.002506078 sec. | ||
16219 | 2025.07.18 19:26:21.974549 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16220 | 2025.07.18 19:26:21.974668 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
16221 | 2025.07.18 19:26:21.974752 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16222 | 2025.07.18 19:26:21.974781 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16223 | 2025.07.18 19:26:21.974821 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 392 rows starting from the beginning of the part | ||
16224 | 2025.07.18 19:26:21.974866 [ 4 ] {620bf8c8-e1de-4c6e-9dbf-e5b1bc747a1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
16225 | 2025.07.18 19:26:21.974901 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 392 rows starting from the beginning of the part | ||
16226 | 2025.07.18 19:26:21.974917 [ 4 ] {620bf8c8-e1de-4c6e-9dbf-e5b1bc747a1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16227 | 2025.07.18 19:26:21.974959 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 392 rows starting from the beginning of the part | ||
16228 | 2025.07.18 19:26:21.975019 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 392 rows starting from the beginning of the part | ||
16229 | 2025.07.18 19:26:21.975073 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 392 rows starting from the beginning of the part | ||
16230 | 2025.07.18 19:26:21.976320 [ 4 ] {620bf8c8-e1de-4c6e-9dbf-e5b1bc747a1b} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16231 | 2025.07.18 19:26:21.976362 [ 4 ] {620bf8c8-e1de-4c6e-9dbf-e5b1bc747a1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16232 | 2025.07.18 19:26:21.976428 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001796757 sec., 1090854.2446196119 rows/sec., 73.37 MiB/sec. | ||
16233 | 2025.07.18 19:26:21.976645 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
16234 | 2025.07.18 19:26:21.976798 [ 4 ] {620bf8c8-e1de-4c6e-9dbf-e5b1bc747a1b} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
16235 | 2025.07.18 19:26:21.977030 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16236 | 2025.07.18 19:26:21.977124 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
16237 | 2025.07.18 19:26:21.977124 [ 4 ] {620bf8c8-e1de-4c6e-9dbf-e5b1bc747a1b} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16238 | 2025.07.18 19:26:21.977226 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
16239 | 2025.07.18 19:26:21.977272 [ 68 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
16240 | 2025.07.18 19:26:21.977282 [ 4 ] {620bf8c8-e1de-4c6e-9dbf-e5b1bc747a1b} <Debug> executeQuery: Read 1171 rows, 95.98 KiB in 0.00244 sec., 479918.0327868853 rows/sec., 38.42 MiB/sec. | ||
16241 | 2025.07.18 19:26:21.977309 [ 68 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16242 | 2025.07.18 19:26:21.977333 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16243 | 2025.07.18 19:26:21.977335 [ 4 ] {620bf8c8-e1de-4c6e-9dbf-e5b1bc747a1b} <Debug> TCPHandler: Processed in 0.00264479 sec. | ||
16244 | 2025.07.18 19:26:21.977409 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
16245 | 2025.07.18 19:26:21.977484 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16246 | 2025.07.18 19:26:21.977493 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16247 | 2025.07.18 19:26:21.977526 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2298 rows starting from the beginning of the part | ||
16248 | 2025.07.18 19:26:21.977577 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 1151 rows starting from the beginning of the part | ||
16249 | 2025.07.18 19:26:21.977583 [ 4 ] {7c1d8936-2ee9-4e65-a395-c8af51f0ec4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
16250 | 2025.07.18 19:26:21.977620 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 56 rows starting from the beginning of the part | ||
16251 | 2025.07.18 19:26:21.977628 [ 4 ] {7c1d8936-2ee9-4e65-a395-c8af51f0ec4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16252 | 2025.07.18 19:26:21.977659 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 1149 rows starting from the beginning of the part | ||
16253 | 2025.07.18 19:26:21.977696 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 1197 rows starting from the beginning of the part | ||
16254 | 2025.07.18 19:26:21.977733 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 1171 rows starting from the beginning of the part | ||
16255 | 2025.07.18 19:26:21.978214 [ 4 ] {7c1d8936-2ee9-4e65-a395-c8af51f0ec4d} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16256 | 2025.07.18 19:26:21.978251 [ 4 ] {7c1d8936-2ee9-4e65-a395-c8af51f0ec4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16257 | 2025.07.18 19:26:21.978564 [ 4 ] {7c1d8936-2ee9-4e65-a395-c8af51f0ec4d} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
16258 | 2025.07.18 19:26:21.978776 [ 4 ] {7c1d8936-2ee9-4e65-a395-c8af51f0ec4d} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16259 | 2025.07.18 19:26:21.978909 [ 4 ] {7c1d8936-2ee9-4e65-a395-c8af51f0ec4d} <Debug> executeQuery: Read 248 rows, 15.69 KiB in 0.001347 sec., 184112.84335560503 rows/sec., 11.37 MiB/sec. | ||
16260 | 2025.07.18 19:26:21.978948 [ 4 ] {7c1d8936-2ee9-4e65-a395-c8af51f0ec4d} <Debug> TCPHandler: Processed in 0.001516943 sec. | ||
16261 | 2025.07.18 19:26:21.979065 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16262 | 2025.07.18 19:26:21.979163 [ 4 ] {597306c4-a0d3-4bb7-9aef-59d9ebf2fde4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
16263 | 2025.07.18 19:26:21.979204 [ 4 ] {597306c4-a0d3-4bb7-9aef-59d9ebf2fde4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16264 | 2025.07.18 19:26:21.979727 [ 4 ] {597306c4-a0d3-4bb7-9aef-59d9ebf2fde4} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16265 | 2025.07.18 19:26:21.979764 [ 4 ] {597306c4-a0d3-4bb7-9aef-59d9ebf2fde4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16266 | 2025.07.18 19:26:21.980068 [ 4 ] {597306c4-a0d3-4bb7-9aef-59d9ebf2fde4} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
16267 | 2025.07.18 19:26:21.980278 [ 4 ] {597306c4-a0d3-4bb7-9aef-59d9ebf2fde4} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16268 | 2025.07.18 19:26:21.980411 [ 4 ] {597306c4-a0d3-4bb7-9aef-59d9ebf2fde4} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001267 sec., 160220.99447513814 rows/sec., 10.33 MiB/sec. | ||
16269 | 2025.07.18 19:26:21.980425 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7022 rows, containing 5 columns (5 merged, 0 gathered) in 0.003039557 sec., 2310205.0726470994 rows/sec., 195.32 MiB/sec. | ||
16270 | 2025.07.18 19:26:21.980450 [ 4 ] {597306c4-a0d3-4bb7-9aef-59d9ebf2fde4} <Debug> TCPHandler: Processed in 0.001436453 sec. | ||
16271 | 2025.07.18 19:26:21.980581 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16272 | 2025.07.18 19:26:21.980677 [ 4 ] {f97d7964-a5e0-4ac5-bade-92ff98b50997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
16273 | 2025.07.18 19:26:21.980719 [ 4 ] {f97d7964-a5e0-4ac5-bade-92ff98b50997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16274 | 2025.07.18 19:26:21.980745 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
16275 | 2025.07.18 19:26:21.981030 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16276 | 2025.07.18 19:26:21.981112 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
16277 | 2025.07.18 19:26:21.981214 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. | ||
16278 | 2025.07.18 19:26:21.981231 [ 4 ] {f97d7964-a5e0-4ac5-bade-92ff98b50997} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16279 | 2025.07.18 19:26:21.981273 [ 4 ] {f97d7964-a5e0-4ac5-bade-92ff98b50997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16280 | 2025.07.18 19:26:21.981587 [ 4 ] {f97d7964-a5e0-4ac5-bade-92ff98b50997} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
16281 | 2025.07.18 19:26:21.981822 [ 4 ] {f97d7964-a5e0-4ac5-bade-92ff98b50997} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16282 | 2025.07.18 19:26:21.981937 [ 66 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
16283 | 2025.07.18 19:26:21.981956 [ 4 ] {f97d7964-a5e0-4ac5-bade-92ff98b50997} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001296 sec., 155864.19753086418 rows/sec., 8.85 MiB/sec. | ||
16284 | 2025.07.18 19:26:21.981980 [ 66 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16285 | 2025.07.18 19:26:21.982002 [ 4 ] {f97d7964-a5e0-4ac5-bade-92ff98b50997} <Debug> TCPHandler: Processed in 0.001469962 sec. | ||
16286 | 2025.07.18 19:26:21.982006 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16287 | 2025.07.18 19:26:21.982090 [ 194 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
16288 | 2025.07.18 19:26:21.982112 [ 219 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
16289 | 2025.07.18 19:26:21.982127 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16290 | 2025.07.18 19:26:21.982152 [ 219 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
16291 | 2025.07.18 19:26:21.982170 [ 194 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16292 | 2025.07.18 19:26:21.982204 [ 194 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 202 rows starting from the beginning of the part | ||
16293 | 2025.07.18 19:26:21.982234 [ 4 ] {fc9637a2-049e-4284-a091-b7eacaa97527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
16294 | 2025.07.18 19:26:21.982263 [ 194 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 202 rows starting from the beginning of the part | ||
16295 | 2025.07.18 19:26:21.982280 [ 4 ] {fc9637a2-049e-4284-a091-b7eacaa97527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16296 | 2025.07.18 19:26:21.982313 [ 194 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 202 rows starting from the beginning of the part | ||
16297 | 2025.07.18 19:26:21.982359 [ 194 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 202 rows starting from the beginning of the part | ||
16298 | 2025.07.18 19:26:21.982397 [ 194 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 202 rows starting from the beginning of the part | ||
16299 | 2025.07.18 19:26:21.983100 [ 4 ] {fc9637a2-049e-4284-a091-b7eacaa97527} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16300 | 2025.07.18 19:26:21.983141 [ 4 ] {fc9637a2-049e-4284-a091-b7eacaa97527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16301 | 2025.07.18 19:26:21.983275 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001211139 sec., 833925.7508840852 rows/sec., 50.54 MiB/sec. | ||
16302 | 2025.07.18 19:26:21.983448 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
16303 | 2025.07.18 19:26:21.983489 [ 4 ] {fc9637a2-049e-4284-a091-b7eacaa97527} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
16304 | 2025.07.18 19:26:21.983738 [ 4 ] {fc9637a2-049e-4284-a091-b7eacaa97527} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16305 | 2025.07.18 19:26:21.983758 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16306 | 2025.07.18 19:26:21.983823 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
16307 | 2025.07.18 19:26:21.983829 [ 219 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
16308 | 2025.07.18 19:26:21.983870 [ 66 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
16309 | 2025.07.18 19:26:21.983877 [ 4 ] {fc9637a2-049e-4284-a091-b7eacaa97527} <Debug> executeQuery: Read 710 rows, 51.24 KiB in 0.001662 sec., 427196.14921780984 rows/sec., 30.11 MiB/sec. | ||
16310 | 2025.07.18 19:26:21.983900 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
16311 | 2025.07.18 19:26:21.983910 [ 66 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16312 | 2025.07.18 19:26:21.983936 [ 4 ] {fc9637a2-049e-4284-a091-b7eacaa97527} <Debug> TCPHandler: Processed in 0.001857788 sec. | ||
16313 | 2025.07.18 19:26:21.983943 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16314 | 2025.07.18 19:26:21.984047 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
16315 | 2025.07.18 19:26:21.984063 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16316 | 2025.07.18 19:26:21.984164 [ 4 ] {58a50e3a-cb97-465f-b0af-b11b5d4f9455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
16317 | 2025.07.18 19:26:21.984170 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16318 | 2025.07.18 19:26:21.984211 [ 4 ] {58a50e3a-cb97-465f-b0af-b11b5d4f9455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16319 | 2025.07.18 19:26:21.984219 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1185 rows starting from the beginning of the part | ||
16320 | 2025.07.18 19:26:21.984300 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 697 rows starting from the beginning of the part | ||
16321 | 2025.07.18 19:26:21.984347 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 64 rows starting from the beginning of the part | ||
16322 | 2025.07.18 19:26:21.984393 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 693 rows starting from the beginning of the part | ||
16323 | 2025.07.18 19:26:21.984437 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 522 rows starting from the beginning of the part | ||
16324 | 2025.07.18 19:26:21.984479 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 710 rows starting from the beginning of the part | ||
16325 | 2025.07.18 19:26:21.984568 [ 4 ] {58a50e3a-cb97-465f-b0af-b11b5d4f9455} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16326 | 2025.07.18 19:26:21.984609 [ 4 ] {58a50e3a-cb97-465f-b0af-b11b5d4f9455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16327 | 2025.07.18 19:26:21.984938 [ 4 ] {58a50e3a-cb97-465f-b0af-b11b5d4f9455} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
16328 | 2025.07.18 19:26:21.985190 [ 4 ] {58a50e3a-cb97-465f-b0af-b11b5d4f9455} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16329 | 2025.07.18 19:26:21.985301 [ 66 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_60_11 to all_65_65_0 | ||
16330 | 2025.07.18 19:26:21.985328 [ 4 ] {58a50e3a-cb97-465f-b0af-b11b5d4f9455} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001182 sec., 5076.142131979695 rows/sec., 265.21 KiB/sec. | ||
16331 | 2025.07.18 19:26:21.985330 [ 66 ] {} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16332 | 2025.07.18 19:26:21.985369 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16333 | 2025.07.18 19:26:21.985374 [ 4 ] {58a50e3a-cb97-465f-b0af-b11b5d4f9455} <Debug> TCPHandler: Processed in 0.001360601 sec. | ||
16334 | 2025.07.18 19:26:21.985440 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_11 to all_65_65_0 into Compact with storage Full | ||
16335 | 2025.07.18 19:26:21.985498 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16336 | 2025.07.18 19:26:21.985513 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16337 | 2025.07.18 19:26:21.985539 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_11, total 360 rows starting from the beginning of the part | ||
16338 | 2025.07.18 19:26:21.985583 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part | ||
16339 | 2025.07.18 19:26:21.985592 [ 4 ] {fb9b9dff-c5d1-47f4-903c-b500d45575f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
16340 | 2025.07.18 19:26:21.985624 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part | ||
16341 | 2025.07.18 19:26:21.985636 [ 4 ] {fb9b9dff-c5d1-47f4-903c-b500d45575f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16342 | 2025.07.18 19:26:21.985659 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 6 rows starting from the beginning of the part | ||
16343 | 2025.07.18 19:26:21.985694 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part | ||
16344 | 2025.07.18 19:26:21.985729 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 6 rows starting from the beginning of the part | ||
16345 | 2025.07.18 19:26:21.985942 [ 200 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3871 rows, containing 5 columns (5 merged, 0 gathered) in 0.00194034 sec., 1995011.1836069967 rows/sec., 150.05 MiB/sec. | ||
16346 | 2025.07.18 19:26:21.986112 [ 4 ] {fb9b9dff-c5d1-47f4-903c-b500d45575f4} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16347 | 2025.07.18 19:26:21.986125 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
16348 | 2025.07.18 19:26:21.986153 [ 4 ] {fb9b9dff-c5d1-47f4-903c-b500d45575f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16349 | 2025.07.18 19:26:21.986383 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16350 | 2025.07.18 19:26:21.986455 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
16351 | 2025.07.18 19:26:21.986506 [ 4 ] {fb9b9dff-c5d1-47f4-903c-b500d45575f4} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
16352 | 2025.07.18 19:26:21.986526 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
16353 | 2025.07.18 19:26:21.986668 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 390 rows, containing 4 columns (4 merged, 0 gathered) in 0.001255939 sec., 310524.63535251317 rows/sec., 15.84 MiB/sec. | ||
16354 | 2025.07.18 19:26:21.986729 [ 4 ] {fb9b9dff-c5d1-47f4-903c-b500d45575f4} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16355 | 2025.07.18 19:26:21.986793 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} <Trace> MergedBlockOutputStream: filled checksums all_1_65_12 (state Temporary) | ||
16356 | 2025.07.18 19:26:21.986867 [ 4 ] {fb9b9dff-c5d1-47f4-903c-b500d45575f4} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001294 sec., 237248.84080370943 rows/sec., 15.61 MiB/sec. | ||
16357 | 2025.07.18 19:26:21.986904 [ 4 ] {fb9b9dff-c5d1-47f4-903c-b500d45575f4} <Debug> TCPHandler: Processed in 0.001454973 sec. | ||
16358 | 2025.07.18 19:26:21.987013 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16359 | 2025.07.18 19:26:21.987025 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_65_12 to all_1_65_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16360 | 2025.07.18 19:26:21.987088 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_60_11, all_65_65_0] -> all_1_65_12 | ||
16361 | 2025.07.18 19:26:21.987107 [ 4 ] {48435d16-3b31-4497-b4f7-d1608ec6912c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
16362 | 2025.07.18 19:26:21.987141 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
16363 | 2025.07.18 19:26:21.987149 [ 4 ] {48435d16-3b31-4497-b4f7-d1608ec6912c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16364 | 2025.07.18 19:26:21.987469 [ 4 ] {48435d16-3b31-4497-b4f7-d1608ec6912c} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16365 | 2025.07.18 19:26:21.987504 [ 4 ] {48435d16-3b31-4497-b4f7-d1608ec6912c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16366 | 2025.07.18 19:26:21.987815 [ 4 ] {48435d16-3b31-4497-b4f7-d1608ec6912c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
16367 | 2025.07.18 19:26:21.988019 [ 4 ] {48435d16-3b31-4497-b4f7-d1608ec6912c} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16368 | 2025.07.18 19:26:21.988132 [ 66 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
16369 | 2025.07.18 19:26:21.988152 [ 4 ] {48435d16-3b31-4497-b4f7-d1608ec6912c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001063 sec., 940.7337723424272 rows/sec., 63.39 KiB/sec. | ||
16370 | 2025.07.18 19:26:21.988162 [ 66 ] {} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16371 | 2025.07.18 19:26:21.988193 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16372 | 2025.07.18 19:26:21.988196 [ 4 ] {48435d16-3b31-4497-b4f7-d1608ec6912c} <Debug> TCPHandler: Processed in 0.001231658 sec. | ||
16373 | 2025.07.18 19:26:21.988269 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full | ||
16374 | 2025.07.18 19:26:21.988316 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16375 | 2025.07.18 19:26:21.988371 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16376 | 2025.07.18 19:26:21.988405 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 60 rows starting from the beginning of the part | ||
16377 | 2025.07.18 19:26:21.988414 [ 4 ] {62900031-c198-4286-bdf0-f5b41ae14b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
16378 | 2025.07.18 19:26:21.988457 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part | ||
16379 | 2025.07.18 19:26:21.988472 [ 4 ] {62900031-c198-4286-bdf0-f5b41ae14b81} <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 | ||
16380 | 2025.07.18 19:26:21.988498 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1 rows starting from the beginning of the part | ||
16381 | 2025.07.18 19:26:21.988535 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part | ||
16382 | 2025.07.18 19:26:21.988565 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1 rows starting from the beginning of the part | ||
16383 | 2025.07.18 19:26:21.988596 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part | ||
16384 | 2025.07.18 19:26:21.989279 [ 191 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 4 columns (4 merged, 0 gathered) in 0.001043666 sec., 62280.46137365786 rows/sec., 4.10 MiB/sec. | ||
16385 | 2025.07.18 19:26:21.989391 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
16386 | 2025.07.18 19:26:21.989394 [ 4 ] {62900031-c198-4286-bdf0-f5b41ae14b81} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16387 | 2025.07.18 19:26:21.989446 [ 4 ] {62900031-c198-4286-bdf0-f5b41ae14b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16388 | 2025.07.18 19:26:21.989647 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16389 | 2025.07.18 19:26:21.989721 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
16390 | 2025.07.18 19:26:21.989788 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
16391 | 2025.07.18 19:26:21.990047 [ 4 ] {62900031-c198-4286-bdf0-f5b41ae14b81} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
16392 | 2025.07.18 19:26:21.990278 [ 4 ] {62900031-c198-4286-bdf0-f5b41ae14b81} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16393 | 2025.07.18 19:26:21.990415 [ 4 ] {62900031-c198-4286-bdf0-f5b41ae14b81} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.002019 sec., 25755.32441802873 rows/sec., 46.15 MiB/sec. | ||
16394 | 2025.07.18 19:26:21.990470 [ 4 ] {62900031-c198-4286-bdf0-f5b41ae14b81} <Debug> TCPHandler: Processed in 0.002202843 sec. | ||
16395 | 2025.07.18 19:26:21.990589 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16396 | 2025.07.18 19:26:21.990684 [ 4 ] {925a940a-ebab-4b2f-81ac-00d2dc2326ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
16397 | 2025.07.18 19:26:21.990727 [ 4 ] {925a940a-ebab-4b2f-81ac-00d2dc2326ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
16398 | 2025.07.18 19:26:21.991056 [ 4 ] {925a940a-ebab-4b2f-81ac-00d2dc2326ce} <Trace> oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16399 | 2025.07.18 19:26:21.991091 [ 4 ] {925a940a-ebab-4b2f-81ac-00d2dc2326ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16400 | 2025.07.18 19:26:21.991467 [ 4 ] {925a940a-ebab-4b2f-81ac-00d2dc2326ce} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
16401 | 2025.07.18 19:26:21.991674 [ 4 ] {925a940a-ebab-4b2f-81ac-00d2dc2326ce} <Trace> oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16402 | 2025.07.18 19:26:21.991798 [ 4 ] {925a940a-ebab-4b2f-81ac-00d2dc2326ce} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.001132 sec., 7950.530035335689 rows/sec., 611.65 KiB/sec. | ||
16403 | 2025.07.18 19:26:21.991836 [ 4 ] {925a940a-ebab-4b2f-81ac-00d2dc2326ce} <Debug> TCPHandler: Processed in 0.00129724 sec. | ||
16404 | 2025.07.18 19:26:21.991946 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16405 | 2025.07.18 19:26:21.992040 [ 4 ] {a52d7731-e392-4a4d-9894-b7e880dc2120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
16406 | 2025.07.18 19:26:21.992080 [ 4 ] {a52d7731-e392-4a4d-9894-b7e880dc2120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16407 | 2025.07.18 19:26:21.992415 [ 4 ] {a52d7731-e392-4a4d-9894-b7e880dc2120} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16408 | 2025.07.18 19:26:21.992451 [ 4 ] {a52d7731-e392-4a4d-9894-b7e880dc2120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16409 | 2025.07.18 19:26:21.992779 [ 4 ] {a52d7731-e392-4a4d-9894-b7e880dc2120} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
16410 | 2025.07.18 19:26:21.993003 [ 4 ] {a52d7731-e392-4a4d-9894-b7e880dc2120} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16411 | 2025.07.18 19:26:21.993129 [ 4 ] {a52d7731-e392-4a4d-9894-b7e880dc2120} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001107 sec., 92140.9214092141 rows/sec., 5.66 MiB/sec. | ||
16412 | 2025.07.18 19:26:21.993164 [ 4 ] {a52d7731-e392-4a4d-9894-b7e880dc2120} <Debug> TCPHandler: Processed in 0.00126807 sec. | ||
16413 | 2025.07.18 19:26:25.466044 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16414 | 2025.07.18 19:26:25.466092 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16415 | 2025.07.18 19:26:25.689219 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41236 | ||
16416 | 2025.07.18 19:26:25.689791 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16417 | 2025.07.18 19:26:25.689841 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16418 | 2025.07.18 19:26:25.690343 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16419 | 2025.07.18 19:26:25.690579 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16420 | 2025.07.18 19:26:25.690729 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 | ||
16421 | 2025.07.18 19:26:25.690799 [ 224 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
16422 | 2025.07.18 19:26:25.690825 [ 224 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
16423 | 2025.07.18 19:26:25.692579 [ 224 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
16424 | 2025.07.18 19:26:26.957510 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16425 | 2025.07.18 19:26:26.957800 [ 4 ] {bb916479-db4d-4b27-8bf1-3d1a0c893bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
16426 | 2025.07.18 19:26:26.957908 [ 4 ] {bb916479-db4d-4b27-8bf1-3d1a0c893bb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16427 | 2025.07.18 19:26:26.958757 [ 4 ] {bb916479-db4d-4b27-8bf1-3d1a0c893bb8} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16428 | 2025.07.18 19:26:26.958812 [ 4 ] {bb916479-db4d-4b27-8bf1-3d1a0c893bb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16429 | 2025.07.18 19:26:26.959229 [ 4 ] {bb916479-db4d-4b27-8bf1-3d1a0c893bb8} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
16430 | 2025.07.18 19:26:26.959464 [ 4 ] {bb916479-db4d-4b27-8bf1-3d1a0c893bb8} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16431 | 2025.07.18 19:26:26.959629 [ 4 ] {bb916479-db4d-4b27-8bf1-3d1a0c893bb8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001896 sec., 29535.864978902955 rows/sec., 2.27 MiB/sec. | ||
16432 | 2025.07.18 19:26:26.959680 [ 4 ] {bb916479-db4d-4b27-8bf1-3d1a0c893bb8} <Debug> TCPHandler: Processed in 0.002299866 sec. | ||
16433 | 2025.07.18 19:26:26.959821 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16434 | 2025.07.18 19:26:26.959927 [ 4 ] {40ddb778-b55f-4ebd-af60-ff583f0246a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
16435 | 2025.07.18 19:26:26.959973 [ 4 ] {40ddb778-b55f-4ebd-af60-ff583f0246a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16436 | 2025.07.18 19:26:26.960437 [ 4 ] {40ddb778-b55f-4ebd-af60-ff583f0246a3} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16437 | 2025.07.18 19:26:26.960476 [ 4 ] {40ddb778-b55f-4ebd-af60-ff583f0246a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16438 | 2025.07.18 19:26:26.960810 [ 4 ] {40ddb778-b55f-4ebd-af60-ff583f0246a3} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
16439 | 2025.07.18 19:26:26.961036 [ 4 ] {40ddb778-b55f-4ebd-af60-ff583f0246a3} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16440 | 2025.07.18 19:26:26.961179 [ 4 ] {40ddb778-b55f-4ebd-af60-ff583f0246a3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001278 sec., 50078.24726134585 rows/sec., 3.91 MiB/sec. | ||
16441 | 2025.07.18 19:26:26.961219 [ 4 ] {40ddb778-b55f-4ebd-af60-ff583f0246a3} <Debug> TCPHandler: Processed in 0.001453273 sec. | ||
16442 | 2025.07.18 19:26:26.961335 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16443 | 2025.07.18 19:26:26.961433 [ 4 ] {dc357ab7-dcfa-4043-a1be-f8770cd08f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
16444 | 2025.07.18 19:26:26.961479 [ 4 ] {dc357ab7-dcfa-4043-a1be-f8770cd08f5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16445 | 2025.07.18 19:26:26.961905 [ 4 ] {dc357ab7-dcfa-4043-a1be-f8770cd08f5a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16446 | 2025.07.18 19:26:26.961941 [ 4 ] {dc357ab7-dcfa-4043-a1be-f8770cd08f5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16447 | 2025.07.18 19:26:26.962288 [ 4 ] {dc357ab7-dcfa-4043-a1be-f8770cd08f5a} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
16448 | 2025.07.18 19:26:26.962504 [ 4 ] {dc357ab7-dcfa-4043-a1be-f8770cd08f5a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16449 | 2025.07.18 19:26:26.962629 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 5 parts from all_1_127_26 to all_131_131_0 | ||
16450 | 2025.07.18 19:26:26.962638 [ 4 ] {dc357ab7-dcfa-4043-a1be-f8770cd08f5a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001224 sec., 130718.954248366 rows/sec., 9.10 MiB/sec. | ||
16451 | 2025.07.18 19:26:26.962699 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16452 | 2025.07.18 19:26:26.962715 [ 4 ] {dc357ab7-dcfa-4043-a1be-f8770cd08f5a} <Debug> TCPHandler: Processed in 0.001429811 sec. | ||
16453 | 2025.07.18 19:26:26.962724 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16454 | 2025.07.18 19:26:26.962824 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_127_26 to all_131_131_0 into Compact with storage Full | ||
16455 | 2025.07.18 19:26:26.962830 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16456 | 2025.07.18 19:26:26.962943 [ 4 ] {75218dc3-c054-4a28-8258-4e981205e3ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
16457 | 2025.07.18 19:26:26.962945 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16458 | 2025.07.18 19:26:26.962989 [ 4 ] {75218dc3-c054-4a28-8258-4e981205e3ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16459 | 2025.07.18 19:26:26.962999 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_127_26, total 48622 rows starting from the beginning of the part | ||
16460 | 2025.07.18 19:26:26.963075 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 160 rows starting from the beginning of the part | ||
16461 | 2025.07.18 19:26:26.963125 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 307 rows starting from the beginning of the part | ||
16462 | 2025.07.18 19:26:26.963178 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 1007 rows starting from the beginning of the part | ||
16463 | 2025.07.18 19:26:26.963225 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 307 rows starting from the beginning of the part | ||
16464 | 2025.07.18 19:26:26.963385 [ 4 ] {75218dc3-c054-4a28-8258-4e981205e3ed} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16465 | 2025.07.18 19:26:26.963430 [ 4 ] {75218dc3-c054-4a28-8258-4e981205e3ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16466 | 2025.07.18 19:26:26.963886 [ 4 ] {75218dc3-c054-4a28-8258-4e981205e3ed} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
16467 | 2025.07.18 19:26:26.964126 [ 4 ] {75218dc3-c054-4a28-8258-4e981205e3ed} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16468 | 2025.07.18 19:26:26.964278 [ 56 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
16469 | 2025.07.18 19:26:26.964310 [ 4 ] {75218dc3-c054-4a28-8258-4e981205e3ed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec. | ||
16470 | 2025.07.18 19:26:26.964314 [ 56 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16471 | 2025.07.18 19:26:26.964375 [ 4 ] {75218dc3-c054-4a28-8258-4e981205e3ed} <Debug> TCPHandler: Processed in 0.001595094 sec. | ||
16472 | 2025.07.18 19:26:26.964385 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16473 | 2025.07.18 19:26:26.964475 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
16474 | 2025.07.18 19:26:26.964566 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16475 | 2025.07.18 19:26:26.964593 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_126_25, total 10026 rows starting from the beginning of the part | ||
16476 | 2025.07.18 19:26:26.964642 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 60 rows starting from the beginning of the part | ||
16477 | 2025.07.18 19:26:26.964686 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 102 rows starting from the beginning of the part | ||
16478 | 2025.07.18 19:26:26.964723 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part | ||
16479 | 2025.07.18 19:26:26.964760 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 102 rows starting from the beginning of the part | ||
16480 | 2025.07.18 19:26:26.964800 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part | ||
16481 | 2025.07.18 19:26:26.967686 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10410 rows, containing 4 columns (4 merged, 0 gathered) in 0.00324524 sec., 3207775.0798091977 rows/sec., 204.08 MiB/sec. | ||
16482 | 2025.07.18 19:26:26.967903 [ 196 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
16483 | 2025.07.18 19:26:26.968199 [ 196 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16484 | 2025.07.18 19:26:26.968272 [ 196 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
16485 | 2025.07.18 19:26:26.968341 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB. | ||
16486 | 2025.07.18 19:26:26.974394 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50403 rows, containing 5 columns (5 merged, 0 gathered) in 0.011601938 sec., 4344360.399098841 rows/sec., 290.84 MiB/sec. | ||
16487 | 2025.07.18 19:26:26.974665 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} <Trace> MergedBlockOutputStream: filled checksums all_1_131_27 (state Temporary) | ||
16488 | 2025.07.18 19:26:26.974943 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_131_27 to all_1_131_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16489 | 2025.07.18 19:26:26.975011 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 5 parts: [all_1_127_26, all_131_131_0] -> all_1_131_27 | ||
16490 | 2025.07.18 19:26:26.975075 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. | ||
16491 | 2025.07.18 19:26:27.436285 [ 224 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
16492 | 2025.07.18 19:26:27.436357 [ 224 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
16493 | 2025.07.18 19:26:27.439209 [ 224 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
16494 | 2025.07.18 19:26:27.954052 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 678 | ||
16495 | 2025.07.18 19:26:27.971102 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16496 | 2025.07.18 19:26:27.971154 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16497 | 2025.07.18 19:26:27.977193 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16498 | 2025.07.18 19:26:27.977936 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16499 | 2025.07.18 19:26:27.980785 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 678 | ||
16500 | 2025.07.18 19:26:30.813140 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2254 | ||
16501 | 2025.07.18 19:26:30.815529 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16502 | 2025.07.18 19:26:30.815581 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16503 | 2025.07.18 19:26:30.816775 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
16504 | 2025.07.18 19:26:30.817056 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16505 | 2025.07.18 19:26:30.817431 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2254 | ||
16506 | 2025.07.18 19:26:31.366694 [ 225 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
16507 | 2025.07.18 19:26:31.366752 [ 225 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
16508 | 2025.07.18 19:26:31.369577 [ 225 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
16509 | 2025.07.18 19:26:31.576584 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
16510 | 2025.07.18 19:26:31.576622 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
16511 | 2025.07.18 19:26:31.579546 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
16512 | 2025.07.18 19:26:31.799112 [ 221 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
16513 | 2025.07.18 19:26:31.799170 [ 221 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
16514 | 2025.07.18 19:26:31.801348 [ 221 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
16515 | 2025.07.18 19:26:31.971546 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16516 | 2025.07.18 19:26:31.971744 [ 4 ] {19e8ba39-7279-4e41-af55-84500bb6c24c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
16517 | 2025.07.18 19:26:31.971817 [ 4 ] {19e8ba39-7279-4e41-af55-84500bb6c24c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
16518 | 2025.07.18 19:26:31.972661 [ 4 ] {19e8ba39-7279-4e41-af55-84500bb6c24c} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16519 | 2025.07.18 19:26:31.972708 [ 4 ] {19e8ba39-7279-4e41-af55-84500bb6c24c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16520 | 2025.07.18 19:26:31.973093 [ 4 ] {19e8ba39-7279-4e41-af55-84500bb6c24c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
16521 | 2025.07.18 19:26:31.973320 [ 4 ] {19e8ba39-7279-4e41-af55-84500bb6c24c} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16522 | 2025.07.18 19:26:31.973468 [ 4 ] {19e8ba39-7279-4e41-af55-84500bb6c24c} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001779 sec., 220348.51039910063 rows/sec., 13.98 MiB/sec. | ||
16523 | 2025.07.18 19:26:31.973508 [ 4 ] {19e8ba39-7279-4e41-af55-84500bb6c24c} <Debug> TCPHandler: Processed in 0.002096772 sec. | ||
16524 | 2025.07.18 19:26:31.973625 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16525 | 2025.07.18 19:26:31.973719 [ 4 ] {f90dbaa0-9260-4e23-b85e-331f570b9954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
16526 | 2025.07.18 19:26:31.973761 [ 4 ] {f90dbaa0-9260-4e23-b85e-331f570b9954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16527 | 2025.07.18 19:26:31.974160 [ 4 ] {f90dbaa0-9260-4e23-b85e-331f570b9954} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16528 | 2025.07.18 19:26:31.974195 [ 4 ] {f90dbaa0-9260-4e23-b85e-331f570b9954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16529 | 2025.07.18 19:26:31.974474 [ 4 ] {f90dbaa0-9260-4e23-b85e-331f570b9954} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
16530 | 2025.07.18 19:26:31.974697 [ 4 ] {f90dbaa0-9260-4e23-b85e-331f570b9954} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16531 | 2025.07.18 19:26:31.974823 [ 4 ] {f90dbaa0-9260-4e23-b85e-331f570b9954} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001122 sec., 10695.187165775402 rows/sec., 872.12 KiB/sec. | ||
16532 | 2025.07.18 19:26:31.974860 [ 4 ] {f90dbaa0-9260-4e23-b85e-331f570b9954} <Debug> TCPHandler: Processed in 0.00128409 sec. | ||
16533 | 2025.07.18 19:26:31.974965 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16534 | 2025.07.18 19:26:31.975059 [ 4 ] {e388f818-f3a3-413f-b70b-a3d955043283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
16535 | 2025.07.18 19:26:31.975097 [ 4 ] {e388f818-f3a3-413f-b70b-a3d955043283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16536 | 2025.07.18 19:26:31.976056 [ 4 ] {e388f818-f3a3-413f-b70b-a3d955043283} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16537 | 2025.07.18 19:26:31.976090 [ 4 ] {e388f818-f3a3-413f-b70b-a3d955043283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16538 | 2025.07.18 19:26:31.976448 [ 4 ] {e388f818-f3a3-413f-b70b-a3d955043283} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
16539 | 2025.07.18 19:26:31.976656 [ 4 ] {e388f818-f3a3-413f-b70b-a3d955043283} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16540 | 2025.07.18 19:26:31.976779 [ 4 ] {e388f818-f3a3-413f-b70b-a3d955043283} <Debug> executeQuery: Read 1183 rows, 96.99 KiB in 0.001738 sec., 680667.4338319908 rows/sec., 54.50 MiB/sec. | ||
16541 | 2025.07.18 19:26:31.976816 [ 4 ] {e388f818-f3a3-413f-b70b-a3d955043283} <Debug> TCPHandler: Processed in 0.00189858 sec. | ||
16542 | 2025.07.18 19:26:31.976927 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16543 | 2025.07.18 19:26:31.977019 [ 4 ] {2f4dd4f5-a9bb-4c48-b6b8-7dd4ad1f2aa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
16544 | 2025.07.18 19:26:31.977058 [ 4 ] {2f4dd4f5-a9bb-4c48-b6b8-7dd4ad1f2aa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16545 | 2025.07.18 19:26:31.977537 [ 4 ] {2f4dd4f5-a9bb-4c48-b6b8-7dd4ad1f2aa6} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16546 | 2025.07.18 19:26:31.977573 [ 4 ] {2f4dd4f5-a9bb-4c48-b6b8-7dd4ad1f2aa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16547 | 2025.07.18 19:26:31.977863 [ 4 ] {2f4dd4f5-a9bb-4c48-b6b8-7dd4ad1f2aa6} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
16548 | 2025.07.18 19:26:31.978071 [ 4 ] {2f4dd4f5-a9bb-4c48-b6b8-7dd4ad1f2aa6} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16549 | 2025.07.18 19:26:31.978193 [ 4 ] {2f4dd4f5-a9bb-4c48-b6b8-7dd4ad1f2aa6} <Debug> executeQuery: Read 263 rows, 16.75 KiB in 0.001192 sec., 220637.58389261746 rows/sec., 13.72 MiB/sec. | ||
16550 | 2025.07.18 19:26:31.978229 [ 4 ] {2f4dd4f5-a9bb-4c48-b6b8-7dd4ad1f2aa6} <Debug> TCPHandler: Processed in 0.001350261 sec. | ||
16551 | 2025.07.18 19:26:31.978336 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16552 | 2025.07.18 19:26:31.978428 [ 4 ] {333a2ac0-2f0e-4ccc-8a19-2f7dc590ae16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
16553 | 2025.07.18 19:26:31.978466 [ 4 ] {333a2ac0-2f0e-4ccc-8a19-2f7dc590ae16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16554 | 2025.07.18 19:26:31.978930 [ 4 ] {333a2ac0-2f0e-4ccc-8a19-2f7dc590ae16} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16555 | 2025.07.18 19:26:31.978966 [ 4 ] {333a2ac0-2f0e-4ccc-8a19-2f7dc590ae16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16556 | 2025.07.18 19:26:31.979258 [ 4 ] {333a2ac0-2f0e-4ccc-8a19-2f7dc590ae16} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
16557 | 2025.07.18 19:26:31.979467 [ 4 ] {333a2ac0-2f0e-4ccc-8a19-2f7dc590ae16} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16558 | 2025.07.18 19:26:31.979576 [ 48 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_77_16 to all_82_82_0 | ||
16559 | 2025.07.18 19:26:31.979592 [ 4 ] {333a2ac0-2f0e-4ccc-8a19-2f7dc590ae16} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001181 sec., 171888.2303132938 rows/sec., 11.09 MiB/sec. | ||
16560 | 2025.07.18 19:26:31.979643 [ 48 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16561 | 2025.07.18 19:26:31.979651 [ 4 ] {333a2ac0-2f0e-4ccc-8a19-2f7dc590ae16} <Debug> TCPHandler: Processed in 0.001362911 sec. | ||
16562 | 2025.07.18 19:26:31.979673 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16563 | 2025.07.18 19:26:31.979769 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16564 | 2025.07.18 19:26:31.979789 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_77_16 to all_82_82_0 into Compact with storage Full | ||
16565 | 2025.07.18 19:26:31.979866 [ 4 ] {daca2e13-63f2-4b47-ad0a-45f5fe9a99e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
16566 | 2025.07.18 19:26:31.979909 [ 4 ] {daca2e13-63f2-4b47-ad0a-45f5fe9a99e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16567 | 2025.07.18 19:26:31.979923 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16568 | 2025.07.18 19:26:31.979966 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_77_16, total 431 rows starting from the beginning of the part | ||
16569 | 2025.07.18 19:26:31.980041 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 203 rows starting from the beginning of the part | ||
16570 | 2025.07.18 19:26:31.980094 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 203 rows starting from the beginning of the part | ||
16571 | 2025.07.18 19:26:31.980144 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 228 rows starting from the beginning of the part | ||
16572 | 2025.07.18 19:26:31.980193 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 203 rows starting from the beginning of the part | ||
16573 | 2025.07.18 19:26:31.980240 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 203 rows starting from the beginning of the part | ||
16574 | 2025.07.18 19:26:31.980421 [ 4 ] {daca2e13-63f2-4b47-ad0a-45f5fe9a99e6} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16575 | 2025.07.18 19:26:31.980472 [ 4 ] {daca2e13-63f2-4b47-ad0a-45f5fe9a99e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16576 | 2025.07.18 19:26:31.980863 [ 4 ] {daca2e13-63f2-4b47-ad0a-45f5fe9a99e6} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
16577 | 2025.07.18 19:26:31.981122 [ 4 ] {daca2e13-63f2-4b47-ad0a-45f5fe9a99e6} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16578 | 2025.07.18 19:26:31.981251 [ 4 ] {daca2e13-63f2-4b47-ad0a-45f5fe9a99e6} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001402 sec., 144079.88587731813 rows/sec., 8.18 MiB/sec. | ||
16579 | 2025.07.18 19:26:31.981288 [ 4 ] {daca2e13-63f2-4b47-ad0a-45f5fe9a99e6} <Debug> TCPHandler: Processed in 0.001566814 sec. | ||
16580 | 2025.07.18 19:26:31.981397 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16581 | 2025.07.18 19:26:31.981396 [ 196 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001658096 sec., 887162.1426021172 rows/sec., 61.49 MiB/sec. | ||
16582 | 2025.07.18 19:26:31.981493 [ 4 ] {bd4313d9-ad43-4f6b-b39f-e62f9d223377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
16583 | 2025.07.18 19:26:31.981537 [ 4 ] {bd4313d9-ad43-4f6b-b39f-e62f9d223377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16584 | 2025.07.18 19:26:31.981553 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} <Trace> MergedBlockOutputStream: filled checksums all_1_82_17 (state Temporary) | ||
16585 | 2025.07.18 19:26:31.981813 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_82_17 to all_1_82_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16586 | 2025.07.18 19:26:31.981882 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_77_16, all_82_82_0] -> all_1_82_17 | ||
16587 | 2025.07.18 19:26:31.981955 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
16588 | 2025.07.18 19:26:31.982233 [ 4 ] {bd4313d9-ad43-4f6b-b39f-e62f9d223377} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16589 | 2025.07.18 19:26:31.982275 [ 4 ] {bd4313d9-ad43-4f6b-b39f-e62f9d223377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16590 | 2025.07.18 19:26:31.982620 [ 4 ] {bd4313d9-ad43-4f6b-b39f-e62f9d223377} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
16591 | 2025.07.18 19:26:31.982826 [ 4 ] {bd4313d9-ad43-4f6b-b39f-e62f9d223377} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16592 | 2025.07.18 19:26:31.982991 [ 4 ] {bd4313d9-ad43-4f6b-b39f-e62f9d223377} <Debug> executeQuery: Read 725 rows, 52.41 KiB in 0.001516 sec., 478232.18997361476 rows/sec., 33.76 MiB/sec. | ||
16593 | 2025.07.18 19:26:31.983030 [ 4 ] {bd4313d9-ad43-4f6b-b39f-e62f9d223377} <Debug> TCPHandler: Processed in 0.001680796 sec. | ||
16594 | 2025.07.18 19:26:31.983144 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16595 | 2025.07.18 19:26:31.983239 [ 4 ] {9b15affe-4bf7-4906-87a8-dd4a13d65646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
16596 | 2025.07.18 19:26:31.983281 [ 4 ] {9b15affe-4bf7-4906-87a8-dd4a13d65646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16597 | 2025.07.18 19:26:31.983615 [ 4 ] {9b15affe-4bf7-4906-87a8-dd4a13d65646} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16598 | 2025.07.18 19:26:31.983651 [ 4 ] {9b15affe-4bf7-4906-87a8-dd4a13d65646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16599 | 2025.07.18 19:26:31.983972 [ 4 ] {9b15affe-4bf7-4906-87a8-dd4a13d65646} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
16600 | 2025.07.18 19:26:31.984189 [ 4 ] {9b15affe-4bf7-4906-87a8-dd4a13d65646} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16601 | 2025.07.18 19:26:31.984316 [ 4 ] {9b15affe-4bf7-4906-87a8-dd4a13d65646} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001096 sec., 5474.4525547445255 rows/sec., 286.02 KiB/sec. | ||
16602 | 2025.07.18 19:26:31.984351 [ 4 ] {9b15affe-4bf7-4906-87a8-dd4a13d65646} <Debug> TCPHandler: Processed in 0.00125905 sec. | ||
16603 | 2025.07.18 19:26:31.984457 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16604 | 2025.07.18 19:26:31.984551 [ 4 ] {10e29dc8-0800-404d-a9d7-141e1a6c2622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
16605 | 2025.07.18 19:26:31.984593 [ 4 ] {10e29dc8-0800-404d-a9d7-141e1a6c2622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16606 | 2025.07.18 19:26:31.985023 [ 4 ] {10e29dc8-0800-404d-a9d7-141e1a6c2622} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16607 | 2025.07.18 19:26:31.985059 [ 4 ] {10e29dc8-0800-404d-a9d7-141e1a6c2622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16608 | 2025.07.18 19:26:31.985395 [ 4 ] {10e29dc8-0800-404d-a9d7-141e1a6c2622} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
16609 | 2025.07.18 19:26:31.985613 [ 4 ] {10e29dc8-0800-404d-a9d7-141e1a6c2622} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16610 | 2025.07.18 19:26:31.985742 [ 4 ] {10e29dc8-0800-404d-a9d7-141e1a6c2622} <Debug> executeQuery: Read 313 rows, 21.10 KiB in 0.001209 sec., 258891.64598842018 rows/sec., 17.05 MiB/sec. | ||
16611 | 2025.07.18 19:26:31.985778 [ 4 ] {10e29dc8-0800-404d-a9d7-141e1a6c2622} <Debug> TCPHandler: Processed in 0.001370491 sec. | ||
16612 | 2025.07.18 19:26:31.985882 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16613 | 2025.07.18 19:26:31.985976 [ 4 ] {a8023fd6-7be7-4dec-bb30-3fab7ddeeaff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
16614 | 2025.07.18 19:26:31.986017 [ 4 ] {a8023fd6-7be7-4dec-bb30-3fab7ddeeaff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16615 | 2025.07.18 19:26:31.986328 [ 4 ] {a8023fd6-7be7-4dec-bb30-3fab7ddeeaff} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16616 | 2025.07.18 19:26:31.986364 [ 4 ] {a8023fd6-7be7-4dec-bb30-3fab7ddeeaff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16617 | 2025.07.18 19:26:31.986649 [ 4 ] {a8023fd6-7be7-4dec-bb30-3fab7ddeeaff} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
16618 | 2025.07.18 19:26:31.986862 [ 4 ] {a8023fd6-7be7-4dec-bb30-3fab7ddeeaff} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16619 | 2025.07.18 19:26:31.986987 [ 4 ] {a8023fd6-7be7-4dec-bb30-3fab7ddeeaff} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001029 sec., 971.8172983479107 rows/sec., 65.48 KiB/sec. | ||
16620 | 2025.07.18 19:26:31.987022 [ 4 ] {a8023fd6-7be7-4dec-bb30-3fab7ddeeaff} <Debug> TCPHandler: Processed in 0.001188669 sec. | ||
16621 | 2025.07.18 19:26:31.987126 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16622 | 2025.07.18 19:26:31.987220 [ 4 ] {9c72604f-3e4c-4a0e-adc8-f43eca813677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
16623 | 2025.07.18 19:26:31.987271 [ 4 ] {9c72604f-3e4c-4a0e-adc8-f43eca813677} <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 | ||
16624 | 2025.07.18 19:26:31.988182 [ 4 ] {9c72604f-3e4c-4a0e-adc8-f43eca813677} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16625 | 2025.07.18 19:26:31.988218 [ 4 ] {9c72604f-3e4c-4a0e-adc8-f43eca813677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16626 | 2025.07.18 19:26:31.988780 [ 4 ] {9c72604f-3e4c-4a0e-adc8-f43eca813677} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
16627 | 2025.07.18 19:26:31.989008 [ 4 ] {9c72604f-3e4c-4a0e-adc8-f43eca813677} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16628 | 2025.07.18 19:26:31.989114 [ 48 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
16629 | 2025.07.18 19:26:31.989145 [ 4 ] {9c72604f-3e4c-4a0e-adc8-f43eca813677} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.001943 sec., 28306.742151312403 rows/sec., 50.72 MiB/sec. | ||
16630 | 2025.07.18 19:26:31.989148 [ 48 ] {} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16631 | 2025.07.18 19:26:31.989184 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16632 | 2025.07.18 19:26:31.989206 [ 4 ] {9c72604f-3e4c-4a0e-adc8-f43eca813677} <Debug> TCPHandler: Processed in 0.002129313 sec. | ||
16633 | 2025.07.18 19:26:31.989255 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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 | ||
16634 | 2025.07.18 19:26:31.989320 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16635 | 2025.07.18 19:26:31.989418 [ 4 ] {005ac5c5-1188-48e0-8888-2b9e658e5952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
16636 | 2025.07.18 19:26:31.989449 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16637 | 2025.07.18 19:26:31.989459 [ 4 ] {005ac5c5-1188-48e0-8888-2b9e658e5952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
16638 | 2025.07.18 19:26:31.989507 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2471 rows starting from the beginning of the part | ||
16639 | 2025.07.18 19:26:31.989636 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 41 rows starting from the beginning of the part | ||
16640 | 2025.07.18 19:26:31.989748 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 41 rows starting from the beginning of the part | ||
16641 | 2025.07.18 19:26:31.989783 [ 4 ] {005ac5c5-1188-48e0-8888-2b9e658e5952} <Trace> oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16642 | 2025.07.18 19:26:31.989822 [ 4 ] {005ac5c5-1188-48e0-8888-2b9e658e5952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16643 | 2025.07.18 19:26:31.989856 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 41 rows starting from the beginning of the part | ||
16644 | 2025.07.18 19:26:31.989961 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 52 rows starting from the beginning of the part | ||
16645 | 2025.07.18 19:26:31.990062 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 55 rows starting from the beginning of the part | ||
16646 | 2025.07.18 19:26:31.990120 [ 4 ] {005ac5c5-1188-48e0-8888-2b9e658e5952} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
16647 | 2025.07.18 19:26:31.990352 [ 4 ] {005ac5c5-1188-48e0-8888-2b9e658e5952} <Trace> oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16648 | 2025.07.18 19:26:31.990486 [ 4 ] {005ac5c5-1188-48e0-8888-2b9e658e5952} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001086 sec., 5524.861878453039 rows/sec., 364.19 KiB/sec. | ||
16649 | 2025.07.18 19:26:31.990521 [ 4 ] {005ac5c5-1188-48e0-8888-2b9e658e5952} <Debug> TCPHandler: Processed in 0.001250249 sec. | ||
16650 | 2025.07.18 19:26:31.990624 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16651 | 2025.07.18 19:26:31.990718 [ 4 ] {30d8b761-1cd0-4eb0-8fe5-0c932220b094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
16652 | 2025.07.18 19:26:31.990758 [ 4 ] {30d8b761-1cd0-4eb0-8fe5-0c932220b094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16653 | 2025.07.18 19:26:31.991077 [ 4 ] {30d8b761-1cd0-4eb0-8fe5-0c932220b094} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16654 | 2025.07.18 19:26:31.991115 [ 4 ] {30d8b761-1cd0-4eb0-8fe5-0c932220b094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16655 | 2025.07.18 19:26:31.991417 [ 4 ] {30d8b761-1cd0-4eb0-8fe5-0c932220b094} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
16656 | 2025.07.18 19:26:31.991629 [ 4 ] {30d8b761-1cd0-4eb0-8fe5-0c932220b094} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16657 | 2025.07.18 19:26:31.991757 [ 4 ] {30d8b761-1cd0-4eb0-8fe5-0c932220b094} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001058 sec., 96408.31758034027 rows/sec., 5.92 MiB/sec. | ||
16658 | 2025.07.18 19:26:31.991793 [ 4 ] {30d8b761-1cd0-4eb0-8fe5-0c932220b094} <Debug> TCPHandler: Processed in 0.001216269 sec. | ||
16659 | 2025.07.18 19:26:31.991840 [ 222 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
16660 | 2025.07.18 19:26:31.991889 [ 222 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
16661 | 2025.07.18 19:26:31.994519 [ 222 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
16662 | 2025.07.18 19:26:32.000221 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 369.21 MiB, peak 373.09 MiB, free memory in arenas 0.00 B, will set to 357.24 MiB (RSS), difference: -11.97 MiB | ||
16663 | 2025.07.18 19:26:32.003064 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2701 rows, containing 19 columns (19 merged, 0 gathered) in 0.013836133 sec., 195213.5036574164 rows/sec., 349.81 MiB/sec. | ||
16664 | 2025.07.18 19:26:32.005255 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
16665 | 2025.07.18 19:26:32.005588 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16666 | 2025.07.18 19:26:32.005679 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
16667 | 2025.07.18 19:26:32.005767 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.60 MiB. | ||
16668 | 2025.07.18 19:26:33.000184 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 344.57 MiB, peak 373.09 MiB, free memory in arenas 0.00 B, will set to 360.66 MiB (RSS), difference: 16.09 MiB | ||
16669 | 2025.07.18 19:26:33.190932 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41724 | ||
16670 | 2025.07.18 19:26:33.191448 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16671 | 2025.07.18 19:26:33.191490 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16672 | 2025.07.18 19:26:33.191965 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16673 | 2025.07.18 19:26:33.192255 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16674 | 2025.07.18 19:26:33.192394 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724 | ||
16675 | 2025.07.18 19:26:33.192450 [ 46 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16676 | 2025.07.18 19:26:33.192545 [ 46 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16677 | 2025.07.18 19:26:33.192581 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16678 | 2025.07.18 19:26:33.192716 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
16679 | 2025.07.18 19:26:33.192862 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16680 | 2025.07.18 19:26:33.192903 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39406 rows starting from the beginning of the part | ||
16681 | 2025.07.18 19:26:33.192972 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 488 rows starting from the beginning of the part | ||
16682 | 2025.07.18 19:26:33.193026 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 427 rows starting from the beginning of the part | ||
16683 | 2025.07.18 19:26:33.193075 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 488 rows starting from the beginning of the part | ||
16684 | 2025.07.18 19:26:33.193115 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 427 rows starting from the beginning of the part | ||
16685 | 2025.07.18 19:26:33.193161 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 488 rows starting from the beginning of the part | ||
16686 | 2025.07.18 19:26:33.195743 [ 193 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.003079007 sec., 13551122.163736556 rows/sec., 193.85 MiB/sec. | ||
16687 | 2025.07.18 19:26:33.196062 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16688 | 2025.07.18 19:26:33.196355 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16689 | 2025.07.18 19:26:33.196432 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16690 | 2025.07.18 19:26:33.196554 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
16691 | 2025.07.18 19:26:35.480935 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 685 | ||
16692 | 2025.07.18 19:26:35.499584 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16693 | 2025.07.18 19:26:35.499654 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16694 | 2025.07.18 19:26:35.506336 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16695 | 2025.07.18 19:26:35.507065 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16696 | 2025.07.18 19:26:35.507382 [ 43 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16697 | 2025.07.18 19:26:35.507459 [ 43 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16698 | 2025.07.18 19:26:35.507485 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
16699 | 2025.07.18 19:26:35.507629 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
16700 | 2025.07.18 19:26:35.510531 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 685 | ||
16701 | 2025.07.18 19:26:35.511876 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16702 | 2025.07.18 19:26:35.513693 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 648 rows starting from the beginning of the part | ||
16703 | 2025.07.18 19:26:35.518428 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part | ||
16704 | 2025.07.18 19:26:35.523269 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
16705 | 2025.07.18 19:26:35.528365 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part | ||
16706 | 2025.07.18 19:26:35.533858 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part | ||
16707 | 2025.07.18 19:26:35.538759 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part | ||
16708 | 2025.07.18 19:26:35.606750 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 685 rows, containing 679 columns (679 merged, 0 gathered) in 0.099196395 sec., 6905.492886107403 rows/sec., 35.71 MiB/sec. | ||
16709 | 2025.07.18 19:26:35.609857 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16710 | 2025.07.18 19:26:35.611972 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16711 | 2025.07.18 19:26:35.612069 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16712 | 2025.07.18 19:26:35.614511 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
16713 | 2025.07.18 19:26:36.001224 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 361.75 MiB, peak 379.15 MiB, free memory in arenas 0.00 B, will set to 360.66 MiB (RSS), difference: -1.08 MiB | ||
16714 | 2025.07.18 19:26:36.958013 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16715 | 2025.07.18 19:26:36.958211 [ 4 ] {2b735e99-940b-4725-92ba-4ae7b861b7bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
16716 | 2025.07.18 19:26:36.958281 [ 4 ] {2b735e99-940b-4725-92ba-4ae7b861b7bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16717 | 2025.07.18 19:26:36.958945 [ 4 ] {2b735e99-940b-4725-92ba-4ae7b861b7bd} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16718 | 2025.07.18 19:26:36.958996 [ 4 ] {2b735e99-940b-4725-92ba-4ae7b861b7bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16719 | 2025.07.18 19:26:36.959407 [ 4 ] {2b735e99-940b-4725-92ba-4ae7b861b7bd} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
16720 | 2025.07.18 19:26:36.959658 [ 4 ] {2b735e99-940b-4725-92ba-4ae7b861b7bd} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16721 | 2025.07.18 19:26:36.959833 [ 4 ] {2b735e99-940b-4725-92ba-4ae7b861b7bd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001674 sec., 33452.807646356036 rows/sec., 2.57 MiB/sec. | ||
16722 | 2025.07.18 19:26:36.959889 [ 4 ] {2b735e99-940b-4725-92ba-4ae7b861b7bd} <Debug> TCPHandler: Processed in 0.00200331 sec. | ||
16723 | 2025.07.18 19:26:36.960024 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16724 | 2025.07.18 19:26:36.960128 [ 4 ] {b711337d-888c-42ea-8bde-55ea0609e8d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
16725 | 2025.07.18 19:26:36.960173 [ 4 ] {b711337d-888c-42ea-8bde-55ea0609e8d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16726 | 2025.07.18 19:26:36.960622 [ 4 ] {b711337d-888c-42ea-8bde-55ea0609e8d7} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16727 | 2025.07.18 19:26:36.960661 [ 4 ] {b711337d-888c-42ea-8bde-55ea0609e8d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16728 | 2025.07.18 19:26:36.960971 [ 4 ] {b711337d-888c-42ea-8bde-55ea0609e8d7} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
16729 | 2025.07.18 19:26:36.961211 [ 4 ] {b711337d-888c-42ea-8bde-55ea0609e8d7} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16730 | 2025.07.18 19:26:36.961352 [ 4 ] {b711337d-888c-42ea-8bde-55ea0609e8d7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001247 sec., 51323.17562149158 rows/sec., 4.01 MiB/sec. | ||
16731 | 2025.07.18 19:26:36.961391 [ 4 ] {b711337d-888c-42ea-8bde-55ea0609e8d7} <Debug> TCPHandler: Processed in 0.001418932 sec. | ||
16732 | 2025.07.18 19:26:36.961508 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16733 | 2025.07.18 19:26:36.961607 [ 4 ] {a5cd9988-8823-4aea-bbb5-c9d7ae724d5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
16734 | 2025.07.18 19:26:36.961652 [ 4 ] {a5cd9988-8823-4aea-bbb5-c9d7ae724d5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16735 | 2025.07.18 19:26:36.962070 [ 4 ] {a5cd9988-8823-4aea-bbb5-c9d7ae724d5d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16736 | 2025.07.18 19:26:36.962107 [ 4 ] {a5cd9988-8823-4aea-bbb5-c9d7ae724d5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16737 | 2025.07.18 19:26:36.962453 [ 4 ] {a5cd9988-8823-4aea-bbb5-c9d7ae724d5d} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
16738 | 2025.07.18 19:26:36.962665 [ 4 ] {a5cd9988-8823-4aea-bbb5-c9d7ae724d5d} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16739 | 2025.07.18 19:26:36.962800 [ 4 ] {a5cd9988-8823-4aea-bbb5-c9d7ae724d5d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. | ||
16740 | 2025.07.18 19:26:36.962838 [ 4 ] {a5cd9988-8823-4aea-bbb5-c9d7ae724d5d} <Debug> TCPHandler: Processed in 0.001379302 sec. | ||
16741 | 2025.07.18 19:26:36.962948 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16742 | 2025.07.18 19:26:36.963045 [ 4 ] {bf154f23-5842-43e1-9fcc-cd11d5287d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
16743 | 2025.07.18 19:26:36.963086 [ 4 ] {bf154f23-5842-43e1-9fcc-cd11d5287d39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16744 | 2025.07.18 19:26:36.963442 [ 4 ] {bf154f23-5842-43e1-9fcc-cd11d5287d39} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16745 | 2025.07.18 19:26:36.963480 [ 4 ] {bf154f23-5842-43e1-9fcc-cd11d5287d39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16746 | 2025.07.18 19:26:36.963824 [ 4 ] {bf154f23-5842-43e1-9fcc-cd11d5287d39} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
16747 | 2025.07.18 19:26:36.964058 [ 4 ] {bf154f23-5842-43e1-9fcc-cd11d5287d39} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16748 | 2025.07.18 19:26:36.964200 [ 4 ] {bf154f23-5842-43e1-9fcc-cd11d5287d39} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001173 sec., 51150.895140664965 rows/sec., 3.45 MiB/sec. | ||
16749 | 2025.07.18 19:26:36.964237 [ 4 ] {bf154f23-5842-43e1-9fcc-cd11d5287d39} <Debug> TCPHandler: Processed in 0.00133777 sec. | ||
16750 | 2025.07.18 19:26:40.466140 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16751 | 2025.07.18 19:26:40.466192 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16752 | 2025.07.18 19:26:40.692654 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42151 | ||
16753 | 2025.07.18 19:26:40.693418 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16754 | 2025.07.18 19:26:40.693463 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16755 | 2025.07.18 19:26:40.694090 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16756 | 2025.07.18 19:26:40.694576 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16757 | 2025.07.18 19:26:40.694723 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151 | ||
16758 | 2025.07.18 19:26:40.817696 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2288 | ||
16759 | 2025.07.18 19:26:40.820131 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16760 | 2025.07.18 19:26:40.820173 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16761 | 2025.07.18 19:26:40.821444 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
16762 | 2025.07.18 19:26:40.821891 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16763 | 2025.07.18 19:26:40.822151 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2288 | ||
16764 | 2025.07.18 19:26:41.971574 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16765 | 2025.07.18 19:26:41.971768 [ 4 ] {fa8fcd66-2c93-4236-841c-e50e47f222f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
16766 | 2025.07.18 19:26:41.971834 [ 4 ] {fa8fcd66-2c93-4236-841c-e50e47f222f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
16767 | 2025.07.18 19:26:41.972613 [ 4 ] {fa8fcd66-2c93-4236-841c-e50e47f222f8} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16768 | 2025.07.18 19:26:41.972662 [ 4 ] {fa8fcd66-2c93-4236-841c-e50e47f222f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16769 | 2025.07.18 19:26:41.973061 [ 4 ] {fa8fcd66-2c93-4236-841c-e50e47f222f8} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
16770 | 2025.07.18 19:26:41.973297 [ 4 ] {fa8fcd66-2c93-4236-841c-e50e47f222f8} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16771 | 2025.07.18 19:26:41.973449 [ 4 ] {fa8fcd66-2c93-4236-841c-e50e47f222f8} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001727 sec., 226983.2078749276 rows/sec., 14.40 MiB/sec. | ||
16772 | 2025.07.18 19:26:41.973493 [ 4 ] {fa8fcd66-2c93-4236-841c-e50e47f222f8} <Debug> TCPHandler: Processed in 0.002044791 sec. | ||
16773 | 2025.07.18 19:26:41.973616 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16774 | 2025.07.18 19:26:41.973713 [ 4 ] {ee7f0f72-b0f1-47b5-992c-c60321210e7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
16775 | 2025.07.18 19:26:41.973754 [ 4 ] {ee7f0f72-b0f1-47b5-992c-c60321210e7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16776 | 2025.07.18 19:26:41.974627 [ 4 ] {ee7f0f72-b0f1-47b5-992c-c60321210e7d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16777 | 2025.07.18 19:26:41.974664 [ 4 ] {ee7f0f72-b0f1-47b5-992c-c60321210e7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16778 | 2025.07.18 19:26:41.975028 [ 4 ] {ee7f0f72-b0f1-47b5-992c-c60321210e7d} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
16779 | 2025.07.18 19:26:41.975235 [ 4 ] {ee7f0f72-b0f1-47b5-992c-c60321210e7d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16780 | 2025.07.18 19:26:41.975363 [ 4 ] {ee7f0f72-b0f1-47b5-992c-c60321210e7d} <Debug> executeQuery: Read 1181 rows, 96.94 KiB in 0.001669 sec., 707609.34691432 rows/sec., 56.72 MiB/sec. | ||
16781 | 2025.07.18 19:26:41.975401 [ 4 ] {ee7f0f72-b0f1-47b5-992c-c60321210e7d} <Debug> TCPHandler: Processed in 0.001835609 sec. | ||
16782 | 2025.07.18 19:26:41.975516 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16783 | 2025.07.18 19:26:41.975610 [ 4 ] {9f6fec48-bd67-48a5-bcd3-b907e2be496b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
16784 | 2025.07.18 19:26:41.975650 [ 4 ] {9f6fec48-bd67-48a5-bcd3-b907e2be496b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16785 | 2025.07.18 19:26:41.976137 [ 4 ] {9f6fec48-bd67-48a5-bcd3-b907e2be496b} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16786 | 2025.07.18 19:26:41.976174 [ 4 ] {9f6fec48-bd67-48a5-bcd3-b907e2be496b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16787 | 2025.07.18 19:26:41.976476 [ 4 ] {9f6fec48-bd67-48a5-bcd3-b907e2be496b} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
16788 | 2025.07.18 19:26:41.976687 [ 4 ] {9f6fec48-bd67-48a5-bcd3-b907e2be496b} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16789 | 2025.07.18 19:26:41.976801 [ 29 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
16790 | 2025.07.18 19:26:41.976815 [ 4 ] {9f6fec48-bd67-48a5-bcd3-b907e2be496b} <Debug> executeQuery: Read 253 rows, 16.06 KiB in 0.001224 sec., 206699.34640522875 rows/sec., 12.82 MiB/sec. | ||
16791 | 2025.07.18 19:26:41.976869 [ 29 ] {} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16792 | 2025.07.18 19:26:41.976878 [ 4 ] {9f6fec48-bd67-48a5-bcd3-b907e2be496b} <Debug> TCPHandler: Processed in 0.001412012 sec. | ||
16793 | 2025.07.18 19:26:41.976899 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16794 | 2025.07.18 19:26:41.977002 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16795 | 2025.07.18 19:26:41.977007 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full | ||
16796 | 2025.07.18 19:26:41.977107 [ 4 ] {f38dca23-5feb-4ae4-a5fc-daa0ab8e5ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
16797 | 2025.07.18 19:26:41.977147 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16798 | 2025.07.18 19:26:41.977151 [ 4 ] {f38dca23-5feb-4ae4-a5fc-daa0ab8e5ac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16799 | 2025.07.18 19:26:41.977187 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 255 rows starting from the beginning of the part | ||
16800 | 2025.07.18 19:26:41.977261 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 237 rows starting from the beginning of the part | ||
16801 | 2025.07.18 19:26:41.977307 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 2 rows starting from the beginning of the part | ||
16802 | 2025.07.18 19:26:41.977350 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 248 rows starting from the beginning of the part | ||
16803 | 2025.07.18 19:26:41.977395 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 263 rows starting from the beginning of the part | ||
16804 | 2025.07.18 19:26:41.977447 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 253 rows starting from the beginning of the part | ||
16805 | 2025.07.18 19:26:41.977651 [ 4 ] {f38dca23-5feb-4ae4-a5fc-daa0ab8e5ac2} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16806 | 2025.07.18 19:26:41.977692 [ 4 ] {f38dca23-5feb-4ae4-a5fc-daa0ab8e5ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16807 | 2025.07.18 19:26:41.978008 [ 4 ] {f38dca23-5feb-4ae4-a5fc-daa0ab8e5ac2} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
16808 | 2025.07.18 19:26:41.978225 [ 4 ] {f38dca23-5feb-4ae4-a5fc-daa0ab8e5ac2} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16809 | 2025.07.18 19:26:41.978360 [ 4 ] {f38dca23-5feb-4ae4-a5fc-daa0ab8e5ac2} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001271 sec., 159716.75845790716 rows/sec., 10.30 MiB/sec. | ||
16810 | 2025.07.18 19:26:41.978397 [ 4 ] {f38dca23-5feb-4ae4-a5fc-daa0ab8e5ac2} <Debug> TCPHandler: Processed in 0.001444143 sec. | ||
16811 | 2025.07.18 19:26:41.978500 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1258 rows, containing 5 columns (5 merged, 0 gathered) in 0.001538533 sec., 817662.0195991896 rows/sec., 53.65 MiB/sec. | ||
16812 | 2025.07.18 19:26:41.978513 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16813 | 2025.07.18 19:26:41.978622 [ 4 ] {c5ab6ddf-c7cc-4cbf-b434-2b2fdca7bc6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
16814 | 2025.07.18 19:26:41.978653 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
16815 | 2025.07.18 19:26:41.978663 [ 4 ] {c5ab6ddf-c7cc-4cbf-b434-2b2fdca7bc6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16816 | 2025.07.18 19:26:41.978923 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16817 | 2025.07.18 19:26:41.978999 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
16818 | 2025.07.18 19:26:41.979066 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
16819 | 2025.07.18 19:26:41.979128 [ 4 ] {c5ab6ddf-c7cc-4cbf-b434-2b2fdca7bc6a} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16820 | 2025.07.18 19:26:41.979169 [ 4 ] {c5ab6ddf-c7cc-4cbf-b434-2b2fdca7bc6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16821 | 2025.07.18 19:26:41.979479 [ 4 ] {c5ab6ddf-c7cc-4cbf-b434-2b2fdca7bc6a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
16822 | 2025.07.18 19:26:41.979683 [ 4 ] {c5ab6ddf-c7cc-4cbf-b434-2b2fdca7bc6a} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16823 | 2025.07.18 19:26:41.979809 [ 4 ] {c5ab6ddf-c7cc-4cbf-b434-2b2fdca7bc6a} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001205 sec., 167634.85477178424 rows/sec., 9.52 MiB/sec. | ||
16824 | 2025.07.18 19:26:41.979848 [ 4 ] {c5ab6ddf-c7cc-4cbf-b434-2b2fdca7bc6a} <Debug> TCPHandler: Processed in 0.001383241 sec. | ||
16825 | 2025.07.18 19:26:41.979995 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16826 | 2025.07.18 19:26:41.980094 [ 4 ] {1935c1a9-ba61-4a79-9d8c-781a8927c63f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
16827 | 2025.07.18 19:26:41.980133 [ 4 ] {1935c1a9-ba61-4a79-9d8c-781a8927c63f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16828 | 2025.07.18 19:26:41.980786 [ 4 ] {1935c1a9-ba61-4a79-9d8c-781a8927c63f} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16829 | 2025.07.18 19:26:41.980823 [ 4 ] {1935c1a9-ba61-4a79-9d8c-781a8927c63f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16830 | 2025.07.18 19:26:41.981152 [ 4 ] {1935c1a9-ba61-4a79-9d8c-781a8927c63f} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
16831 | 2025.07.18 19:26:41.981382 [ 4 ] {1935c1a9-ba61-4a79-9d8c-781a8927c63f} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16832 | 2025.07.18 19:26:41.981510 [ 4 ] {1935c1a9-ba61-4a79-9d8c-781a8927c63f} <Debug> executeQuery: Read 709 rows, 51.13 KiB in 0.001433 sec., 494766.2247034194 rows/sec., 34.85 MiB/sec. | ||
16833 | 2025.07.18 19:26:41.981547 [ 4 ] {1935c1a9-ba61-4a79-9d8c-781a8927c63f} <Debug> TCPHandler: Processed in 0.001613035 sec. | ||
16834 | 2025.07.18 19:26:41.981671 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16835 | 2025.07.18 19:26:41.981766 [ 4 ] {cf066180-7fba-4720-bf8b-57174cd0923a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
16836 | 2025.07.18 19:26:41.981807 [ 4 ] {cf066180-7fba-4720-bf8b-57174cd0923a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16837 | 2025.07.18 19:26:41.982145 [ 4 ] {cf066180-7fba-4720-bf8b-57174cd0923a} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16838 | 2025.07.18 19:26:41.982181 [ 4 ] {cf066180-7fba-4720-bf8b-57174cd0923a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16839 | 2025.07.18 19:26:41.982489 [ 4 ] {cf066180-7fba-4720-bf8b-57174cd0923a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
16840 | 2025.07.18 19:26:41.982691 [ 4 ] {cf066180-7fba-4720-bf8b-57174cd0923a} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16841 | 2025.07.18 19:26:41.982817 [ 4 ] {cf066180-7fba-4720-bf8b-57174cd0923a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00107 sec., 5607.476635514019 rows/sec., 292.97 KiB/sec. | ||
16842 | 2025.07.18 19:26:41.982854 [ 4 ] {cf066180-7fba-4720-bf8b-57174cd0923a} <Debug> TCPHandler: Processed in 0.001231289 sec. | ||
16843 | 2025.07.18 19:26:41.982966 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16844 | 2025.07.18 19:26:41.983059 [ 4 ] {36718113-4981-439f-99d8-4aafa7f35178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
16845 | 2025.07.18 19:26:41.983101 [ 4 ] {36718113-4981-439f-99d8-4aafa7f35178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16846 | 2025.07.18 19:26:41.983532 [ 4 ] {36718113-4981-439f-99d8-4aafa7f35178} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16847 | 2025.07.18 19:26:41.983567 [ 4 ] {36718113-4981-439f-99d8-4aafa7f35178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16848 | 2025.07.18 19:26:41.983891 [ 4 ] {36718113-4981-439f-99d8-4aafa7f35178} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
16849 | 2025.07.18 19:26:41.984098 [ 4 ] {36718113-4981-439f-99d8-4aafa7f35178} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16850 | 2025.07.18 19:26:41.984230 [ 4 ] {36718113-4981-439f-99d8-4aafa7f35178} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001188 sec., 258417.50841750842 rows/sec., 17.00 MiB/sec. | ||
16851 | 2025.07.18 19:26:41.984267 [ 4 ] {36718113-4981-439f-99d8-4aafa7f35178} <Debug> TCPHandler: Processed in 0.001350141 sec. | ||
16852 | 2025.07.18 19:26:41.984377 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16853 | 2025.07.18 19:26:41.984471 [ 4 ] {e0c48e41-91dd-45a8-97f9-0b1066a9ddfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
16854 | 2025.07.18 19:26:41.984512 [ 4 ] {e0c48e41-91dd-45a8-97f9-0b1066a9ddfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16855 | 2025.07.18 19:26:41.984824 [ 4 ] {e0c48e41-91dd-45a8-97f9-0b1066a9ddfa} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16856 | 2025.07.18 19:26:41.984860 [ 4 ] {e0c48e41-91dd-45a8-97f9-0b1066a9ddfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16857 | 2025.07.18 19:26:41.985149 [ 4 ] {e0c48e41-91dd-45a8-97f9-0b1066a9ddfa} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
16858 | 2025.07.18 19:26:41.985357 [ 4 ] {e0c48e41-91dd-45a8-97f9-0b1066a9ddfa} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16859 | 2025.07.18 19:26:41.985488 [ 4 ] {e0c48e41-91dd-45a8-97f9-0b1066a9ddfa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001034 sec., 967.1179883945841 rows/sec., 65.17 KiB/sec. | ||
16860 | 2025.07.18 19:26:41.985524 [ 4 ] {e0c48e41-91dd-45a8-97f9-0b1066a9ddfa} <Debug> TCPHandler: Processed in 0.001193878 sec. | ||
16861 | 2025.07.18 19:26:41.985632 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16862 | 2025.07.18 19:26:41.985726 [ 4 ] {c136dd07-4070-4ac0-be01-63d098e0fbf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
16863 | 2025.07.18 19:26:41.985779 [ 4 ] {c136dd07-4070-4ac0-be01-63d098e0fbf0} <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 | ||
16864 | 2025.07.18 19:26:41.986655 [ 4 ] {c136dd07-4070-4ac0-be01-63d098e0fbf0} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16865 | 2025.07.18 19:26:41.986700 [ 4 ] {c136dd07-4070-4ac0-be01-63d098e0fbf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16866 | 2025.07.18 19:26:41.987293 [ 4 ] {c136dd07-4070-4ac0-be01-63d098e0fbf0} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
16867 | 2025.07.18 19:26:41.987517 [ 4 ] {c136dd07-4070-4ac0-be01-63d098e0fbf0} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16868 | 2025.07.18 19:26:41.987660 [ 4 ] {c136dd07-4070-4ac0-be01-63d098e0fbf0} <Debug> executeQuery: Read 57 rows, 104.59 KiB in 0.001952 sec., 29200.819672131147 rows/sec., 52.33 MiB/sec. | ||
16869 | 2025.07.18 19:26:41.987720 [ 4 ] {c136dd07-4070-4ac0-be01-63d098e0fbf0} <Debug> TCPHandler: Processed in 0.002135493 sec. | ||
16870 | 2025.07.18 19:26:41.987837 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16871 | 2025.07.18 19:26:41.987931 [ 4 ] {d2a113e0-0528-4fe3-acb6-f88b84da5729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
16872 | 2025.07.18 19:26:41.987972 [ 4 ] {d2a113e0-0528-4fe3-acb6-f88b84da5729} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16873 | 2025.07.18 19:26:41.988314 [ 4 ] {d2a113e0-0528-4fe3-acb6-f88b84da5729} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16874 | 2025.07.18 19:26:41.988350 [ 4 ] {d2a113e0-0528-4fe3-acb6-f88b84da5729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16875 | 2025.07.18 19:26:41.988669 [ 4 ] {d2a113e0-0528-4fe3-acb6-f88b84da5729} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
16876 | 2025.07.18 19:26:41.988881 [ 4 ] {d2a113e0-0528-4fe3-acb6-f88b84da5729} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16877 | 2025.07.18 19:26:41.989010 [ 4 ] {d2a113e0-0528-4fe3-acb6-f88b84da5729} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001098 sec., 92896.17486338798 rows/sec., 5.71 MiB/sec. | ||
16878 | 2025.07.18 19:26:41.989047 [ 4 ] {d2a113e0-0528-4fe3-acb6-f88b84da5729} <Debug> TCPHandler: Processed in 0.001259619 sec. | ||
16879 | 2025.07.18 19:26:42.078652 [ 34 ] {} <Debug> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
16880 | 2025.07.18 19:26:42.078727 [ 34 ] {} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16881 | 2025.07.18 19:26:42.078752 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16882 | 2025.07.18 19:26:42.078866 [ 194 ] {6a071a87-e434-4288-a163-c4637791446e::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 | ||
16883 | 2025.07.18 19:26:42.079004 [ 194 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16884 | 2025.07.18 19:26:42.079042 [ 194 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part | ||
16885 | 2025.07.18 19:26:42.079117 [ 194 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 12 rows starting from the beginning of the part | ||
16886 | 2025.07.18 19:26:42.079166 [ 194 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
16887 | 2025.07.18 19:26:42.079217 [ 194 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
16888 | 2025.07.18 19:26:42.079265 [ 194 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 12 rows starting from the beginning of the part | ||
16889 | 2025.07.18 19:26:42.080080 [ 189 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.001260349 sec., 38084.68924083726 rows/sec., 3.18 MiB/sec. | ||
16890 | 2025.07.18 19:26:42.080293 [ 187 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
16891 | 2025.07.18 19:26:42.080650 [ 187 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_29_7} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16892 | 2025.07.18 19:26:42.080744 [ 187 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_29_7} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
16893 | 2025.07.18 19:26:42.080853 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
16894 | 2025.07.18 19:26:43.010631 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 693 | ||
16895 | 2025.07.18 19:26:43.028028 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16896 | 2025.07.18 19:26:43.028089 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16897 | 2025.07.18 19:26:43.033931 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16898 | 2025.07.18 19:26:43.034613 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16899 | 2025.07.18 19:26:43.038123 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 693 | ||
16900 | 2025.07.18 19:26:46.160577 [ 218 ] {} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Found 5 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] | ||
16901 | 2025.07.18 19:26:46.160658 [ 218 ] {} <Debug> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Removing 5 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] | ||
16902 | 2025.07.18 19:26:46.163642 [ 218 ] {} <Debug> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
16903 | 2025.07.18 19:26:46.607885 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16904 | 2025.07.18 19:26:46.608059 [ 4 ] {b4e95dea-09b6-41e9-b3e1-283d1eb8b8c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
16905 | 2025.07.18 19:26:46.608125 [ 4 ] {b4e95dea-09b6-41e9-b3e1-283d1eb8b8c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16906 | 2025.07.18 19:26:46.609518 [ 4 ] {b4e95dea-09b6-41e9-b3e1-283d1eb8b8c0} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16907 | 2025.07.18 19:26:46.609564 [ 4 ] {b4e95dea-09b6-41e9-b3e1-283d1eb8b8c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16908 | 2025.07.18 19:26:46.610031 [ 4 ] {b4e95dea-09b6-41e9-b3e1-283d1eb8b8c0} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
16909 | 2025.07.18 19:26:46.610263 [ 4 ] {b4e95dea-09b6-41e9-b3e1-283d1eb8b8c0} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16910 | 2025.07.18 19:26:46.610418 [ 31 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
16911 | 2025.07.18 19:26:46.610428 [ 4 ] {b4e95dea-09b6-41e9-b3e1-283d1eb8b8c0} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002415 sec., 495238.0952380952 rows/sec., 40.83 MiB/sec. | ||
16912 | 2025.07.18 19:26:46.610463 [ 31 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16913 | 2025.07.18 19:26:46.610485 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16914 | 2025.07.18 19:26:46.610491 [ 4 ] {b4e95dea-09b6-41e9-b3e1-283d1eb8b8c0} <Debug> TCPHandler: Processed in 0.002732762 sec. | ||
16915 | 2025.07.18 19:26:46.610611 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
16916 | 2025.07.18 19:26:46.610619 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16917 | 2025.07.18 19:26:46.610770 [ 4 ] {7c3ec9ec-67ee-4d48-809e-c85d3ea094cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
16918 | 2025.07.18 19:26:46.610780 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16919 | 2025.07.18 19:26:46.610832 [ 4 ] {7c3ec9ec-67ee-4d48-809e-c85d3ea094cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16920 | 2025.07.18 19:26:46.610834 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2320 rows starting from the beginning of the part | ||
16921 | 2025.07.18 19:26:46.610931 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 56 rows starting from the beginning of the part | ||
16922 | 2025.07.18 19:26:46.610985 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 1183 rows starting from the beginning of the part | ||
16923 | 2025.07.18 19:26:46.611043 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 56 rows starting from the beginning of the part | ||
16924 | 2025.07.18 19:26:46.611088 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 1181 rows starting from the beginning of the part | ||
16925 | 2025.07.18 19:26:46.611133 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 1196 rows starting from the beginning of the part | ||
16926 | 2025.07.18 19:26:46.611413 [ 4 ] {7c3ec9ec-67ee-4d48-809e-c85d3ea094cc} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16927 | 2025.07.18 19:26:46.611456 [ 4 ] {7c3ec9ec-67ee-4d48-809e-c85d3ea094cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16928 | 2025.07.18 19:26:46.611791 [ 4 ] {7c3ec9ec-67ee-4d48-809e-c85d3ea094cc} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
16929 | 2025.07.18 19:26:46.612035 [ 4 ] {7c3ec9ec-67ee-4d48-809e-c85d3ea094cc} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16930 | 2025.07.18 19:26:46.612177 [ 4 ] {7c3ec9ec-67ee-4d48-809e-c85d3ea094cc} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001431 sec., 159329.14046121592 rows/sec., 10.79 MiB/sec. | ||
16931 | 2025.07.18 19:26:46.612217 [ 4 ] {7c3ec9ec-67ee-4d48-809e-c85d3ea094cc} <Debug> TCPHandler: Processed in 0.001650375 sec. | ||
16932 | 2025.07.18 19:26:46.612330 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16933 | 2025.07.18 19:26:46.612429 [ 4 ] {300fb725-787a-42dc-8893-92d639ac6992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
16934 | 2025.07.18 19:26:46.612470 [ 4 ] {300fb725-787a-42dc-8893-92d639ac6992} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16935 | 2025.07.18 19:26:46.613186 [ 4 ] {300fb725-787a-42dc-8893-92d639ac6992} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16936 | 2025.07.18 19:26:46.613226 [ 4 ] {300fb725-787a-42dc-8893-92d639ac6992} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16937 | 2025.07.18 19:26:46.613269 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5992 rows, containing 5 columns (5 merged, 0 gathered) in 0.002715502 sec., 2206590.1627028817 rows/sec., 187.12 MiB/sec. | ||
16938 | 2025.07.18 19:26:46.613560 [ 4 ] {300fb725-787a-42dc-8893-92d639ac6992} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
16939 | 2025.07.18 19:26:46.613586 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
16940 | 2025.07.18 19:26:46.613786 [ 4 ] {300fb725-787a-42dc-8893-92d639ac6992} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16941 | 2025.07.18 19:26:46.613899 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16942 | 2025.07.18 19:26:46.613900 [ 31 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
16943 | 2025.07.18 19:26:46.613918 [ 4 ] {300fb725-787a-42dc-8893-92d639ac6992} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.00151 sec., 344370.86092715233 rows/sec., 25.48 MiB/sec. | ||
16944 | 2025.07.18 19:26:46.613942 [ 31 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16945 | 2025.07.18 19:26:46.613964 [ 4 ] {300fb725-787a-42dc-8893-92d639ac6992} <Debug> TCPHandler: Processed in 0.001682226 sec. | ||
16946 | 2025.07.18 19:26:46.613964 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16947 | 2025.07.18 19:26:46.613977 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
16948 | 2025.07.18 19:26:46.614060 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
16949 | 2025.07.18 19:26:46.614077 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
16950 | 2025.07.18 19:26:46.614078 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16951 | 2025.07.18 19:26:46.614155 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16952 | 2025.07.18 19:26:46.614186 [ 4 ] {e467982d-f420-4964-947a-2901744f5d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
16953 | 2025.07.18 19:26:46.614187 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1199 rows starting from the beginning of the part | ||
16954 | 2025.07.18 19:26:46.614233 [ 4 ] {e467982d-f420-4964-947a-2901744f5d24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16955 | 2025.07.18 19:26:46.614265 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 64 rows starting from the beginning of the part | ||
16956 | 2025.07.18 19:26:46.614317 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 725 rows starting from the beginning of the part | ||
16957 | 2025.07.18 19:26:46.614364 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 64 rows starting from the beginning of the part | ||
16958 | 2025.07.18 19:26:46.614412 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 709 rows starting from the beginning of the part | ||
16959 | 2025.07.18 19:26:46.614456 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 520 rows starting from the beginning of the part | ||
16960 | 2025.07.18 19:26:46.614943 [ 4 ] {e467982d-f420-4964-947a-2901744f5d24} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16961 | 2025.07.18 19:26:46.614978 [ 4 ] {e467982d-f420-4964-947a-2901744f5d24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16962 | 2025.07.18 19:26:46.615368 [ 4 ] {e467982d-f420-4964-947a-2901744f5d24} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
16963 | 2025.07.18 19:26:46.615574 [ 4 ] {e467982d-f420-4964-947a-2901744f5d24} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16964 | 2025.07.18 19:26:46.615670 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3281 rows, containing 5 columns (5 merged, 0 gathered) in 0.001651945 sec., 1986143.6064760026 rows/sec., 150.25 MiB/sec. | ||
16965 | 2025.07.18 19:26:46.615691 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_131_27 to all_136_136_0 | ||
16966 | 2025.07.18 19:26:46.615704 [ 4 ] {e467982d-f420-4964-947a-2901744f5d24} <Debug> executeQuery: Read 1006 rows, 69.24 KiB in 0.001539 sec., 653671.2150747238 rows/sec., 43.94 MiB/sec. | ||
16967 | 2025.07.18 19:26:46.615733 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16968 | 2025.07.18 19:26:46.615750 [ 4 ] {e467982d-f420-4964-947a-2901744f5d24} <Debug> TCPHandler: Processed in 0.001721906 sec. | ||
16969 | 2025.07.18 19:26:46.615752 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16970 | 2025.07.18 19:26:46.615821 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_27 to all_136_136_0 into Compact with storage Full | ||
16971 | 2025.07.18 19:26:46.615840 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
16972 | 2025.07.18 19:26:46.615862 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16973 | 2025.07.18 19:26:46.615894 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16974 | 2025.07.18 19:26:46.615919 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_131_27, total 50403 rows starting from the beginning of the part | ||
16975 | 2025.07.18 19:26:46.615956 [ 4 ] {b678cac5-0187-4436-a7dd-73b79462a140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
16976 | 2025.07.18 19:26:46.615966 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part | ||
16977 | 2025.07.18 19:26:46.616001 [ 4 ] {b678cac5-0187-4436-a7dd-73b79462a140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16978 | 2025.07.18 19:26:46.616006 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 313 rows starting from the beginning of the part | ||
16979 | 2025.07.18 19:26:46.616046 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 160 rows starting from the beginning of the part | ||
16980 | 2025.07.18 19:26:46.616080 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 307 rows starting from the beginning of the part | ||
16981 | 2025.07.18 19:26:46.616107 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16982 | 2025.07.18 19:26:46.616119 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 1006 rows starting from the beginning of the part | ||
16983 | 2025.07.18 19:26:46.616172 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
16984 | 2025.07.18 19:26:46.616229 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
16985 | 2025.07.18 19:26:46.616352 [ 4 ] {b678cac5-0187-4436-a7dd-73b79462a140} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16986 | 2025.07.18 19:26:46.616387 [ 4 ] {b678cac5-0187-4436-a7dd-73b79462a140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
16987 | 2025.07.18 19:26:46.616684 [ 4 ] {b678cac5-0187-4436-a7dd-73b79462a140} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
16988 | 2025.07.18 19:26:46.616911 [ 4 ] {b678cac5-0187-4436-a7dd-73b79462a140} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16989 | 2025.07.18 19:26:46.617042 [ 4 ] {b678cac5-0187-4436-a7dd-73b79462a140} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. | ||
16990 | 2025.07.18 19:26:46.617077 [ 4 ] {b678cac5-0187-4436-a7dd-73b79462a140} <Debug> TCPHandler: Processed in 0.00126471 sec. | ||
16991 | 2025.07.18 19:26:46.624687 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52349 rows, containing 5 columns (5 merged, 0 gathered) in 0.008893647 sec., 5886111.7379630655 rows/sec., 394.11 MiB/sec. | ||
16992 | 2025.07.18 19:26:46.625227 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} <Trace> MergedBlockOutputStream: filled checksums all_1_136_28 (state Temporary) | ||
16993 | 2025.07.18 19:26:46.625508 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_136_28 to all_1_136_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16994 | 2025.07.18 19:26:46.625569 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_131_27, all_136_136_0] -> all_1_136_28 | ||
16995 | 2025.07.18 19:26:46.625635 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. | ||
16996 | 2025.07.18 19:26:48.194881 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42639 | ||
16997 | 2025.07.18 19:26:48.195466 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16998 | 2025.07.18 19:26:48.195525 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
16999 | 2025.07.18 19:26:48.196024 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
17000 | 2025.07.18 19:26:48.196264 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17001 | 2025.07.18 19:26:48.196417 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42639 | ||
17002 | 2025.07.18 19:26:50.538260 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 701 | ||
17003 | 2025.07.18 19:26:50.559027 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17004 | 2025.07.18 19:26:50.559107 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17005 | 2025.07.18 19:26:50.567139 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
17006 | 2025.07.18 19:26:50.568281 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17007 | 2025.07.18 19:26:50.571560 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701 | ||
17008 | 2025.07.18 19:26:50.822416 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2320 | ||
17009 | 2025.07.18 19:26:50.824892 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17010 | 2025.07.18 19:26:50.824948 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17011 | 2025.07.18 19:26:50.826323 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
17012 | 2025.07.18 19:26:50.826856 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17013 | 2025.07.18 19:26:50.827275 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2320 | ||
17014 | 2025.07.18 19:26:51.232942 [ 219 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17015 | 2025.07.18 19:26:51.233000 [ 219 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17016 | 2025.07.18 19:26:51.237031 [ 219 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17017 | 2025.07.18 19:26:51.390118 [ 224 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
17018 | 2025.07.18 19:26:51.390169 [ 224 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
17019 | 2025.07.18 19:26:51.393266 [ 224 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
17020 | 2025.07.18 19:26:51.515111 [ 222 ] {} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
17021 | 2025.07.18 19:26:51.515192 [ 222 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
17022 | 2025.07.18 19:26:51.517586 [ 222 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
17023 | 2025.07.18 19:26:51.781906 [ 224 ] {} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
17024 | 2025.07.18 19:26:51.781959 [ 224 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
17025 | 2025.07.18 19:26:51.785664 [ 224 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
17026 | 2025.07.18 19:26:51.971045 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17027 | 2025.07.18 19:26:51.971267 [ 4 ] {33d17656-a496-4712-a1b4-fba6efdfe9be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
17028 | 2025.07.18 19:26:51.971352 [ 4 ] {33d17656-a496-4712-a1b4-fba6efdfe9be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
17029 | 2025.07.18 19:26:51.972302 [ 4 ] {33d17656-a496-4712-a1b4-fba6efdfe9be} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17030 | 2025.07.18 19:26:51.972343 [ 4 ] {33d17656-a496-4712-a1b4-fba6efdfe9be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17031 | 2025.07.18 19:26:51.972726 [ 4 ] {33d17656-a496-4712-a1b4-fba6efdfe9be} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
17032 | 2025.07.18 19:26:51.972944 [ 4 ] {33d17656-a496-4712-a1b4-fba6efdfe9be} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17033 | 2025.07.18 19:26:51.973097 [ 4 ] {33d17656-a496-4712-a1b4-fba6efdfe9be} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.001888 sec., 207627.1186440678 rows/sec., 13.17 MiB/sec. | ||
17034 | 2025.07.18 19:26:51.973146 [ 4 ] {33d17656-a496-4712-a1b4-fba6efdfe9be} <Debug> TCPHandler: Processed in 0.002245125 sec. | ||
17035 | 2025.07.18 19:26:51.973262 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17036 | 2025.07.18 19:26:51.973364 [ 4 ] {4267d568-9a27-41c3-a91b-6e385f042fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
17037 | 2025.07.18 19:26:51.973405 [ 4 ] {4267d568-9a27-41c3-a91b-6e385f042fb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17038 | 2025.07.18 19:26:51.974434 [ 4 ] {4267d568-9a27-41c3-a91b-6e385f042fb7} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17039 | 2025.07.18 19:26:51.974470 [ 4 ] {4267d568-9a27-41c3-a91b-6e385f042fb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17040 | 2025.07.18 19:26:51.974843 [ 4 ] {4267d568-9a27-41c3-a91b-6e385f042fb7} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
17041 | 2025.07.18 19:26:51.975043 [ 4 ] {4267d568-9a27-41c3-a91b-6e385f042fb7} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17042 | 2025.07.18 19:26:51.975173 [ 4 ] {4267d568-9a27-41c3-a91b-6e385f042fb7} <Debug> executeQuery: Read 1187 rows, 97.49 KiB in 0.001829 sec., 648988.5183160197 rows/sec., 52.06 MiB/sec. | ||
17043 | 2025.07.18 19:26:51.975213 [ 4 ] {4267d568-9a27-41c3-a91b-6e385f042fb7} <Debug> TCPHandler: Processed in 0.00199937 sec. | ||
17044 | 2025.07.18 19:26:51.975260 [ 220 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17045 | 2025.07.18 19:26:51.975316 [ 220 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17046 | 2025.07.18 19:26:51.975328 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17047 | 2025.07.18 19:26:51.975430 [ 4 ] {93ca4c64-5891-4fca-b68c-857567be6a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
17048 | 2025.07.18 19:26:51.975471 [ 4 ] {93ca4c64-5891-4fca-b68c-857567be6a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17049 | 2025.07.18 19:26:51.975986 [ 4 ] {93ca4c64-5891-4fca-b68c-857567be6a59} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17050 | 2025.07.18 19:26:51.976022 [ 4 ] {93ca4c64-5891-4fca-b68c-857567be6a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17051 | 2025.07.18 19:26:51.976353 [ 4 ] {93ca4c64-5891-4fca-b68c-857567be6a59} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
17052 | 2025.07.18 19:26:51.976570 [ 4 ] {93ca4c64-5891-4fca-b68c-857567be6a59} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17053 | 2025.07.18 19:26:51.976705 [ 4 ] {93ca4c64-5891-4fca-b68c-857567be6a59} <Debug> executeQuery: Read 256 rows, 16.29 KiB in 0.001291 sec., 198295.89465530595 rows/sec., 12.32 MiB/sec. | ||
17054 | 2025.07.18 19:26:51.976749 [ 4 ] {93ca4c64-5891-4fca-b68c-857567be6a59} <Debug> TCPHandler: Processed in 0.001470413 sec. | ||
17055 | 2025.07.18 19:26:51.976874 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17056 | 2025.07.18 19:26:51.976982 [ 4 ] {50776860-d6c4-413b-8ca4-929f8990234e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
17057 | 2025.07.18 19:26:51.977023 [ 4 ] {50776860-d6c4-413b-8ca4-929f8990234e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17058 | 2025.07.18 19:26:51.977525 [ 4 ] {50776860-d6c4-413b-8ca4-929f8990234e} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17059 | 2025.07.18 19:26:51.977563 [ 4 ] {50776860-d6c4-413b-8ca4-929f8990234e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17060 | 2025.07.18 19:26:51.977906 [ 4 ] {50776860-d6c4-413b-8ca4-929f8990234e} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
17061 | 2025.07.18 19:26:51.978177 [ 4 ] {50776860-d6c4-413b-8ca4-929f8990234e} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17062 | 2025.07.18 19:26:51.978308 [ 4 ] {50776860-d6c4-413b-8ca4-929f8990234e} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001345 sec., 150929.36802973977 rows/sec., 9.74 MiB/sec. | ||
17063 | 2025.07.18 19:26:51.978351 [ 4 ] {50776860-d6c4-413b-8ca4-929f8990234e} <Debug> TCPHandler: Processed in 0.001530334 sec. | ||
17064 | 2025.07.18 19:26:51.978432 [ 220 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17065 | 2025.07.18 19:26:51.978466 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17066 | 2025.07.18 19:26:51.978565 [ 4 ] {40224654-f756-47f6-8f81-0729437ab1fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
17067 | 2025.07.18 19:26:51.978605 [ 4 ] {40224654-f756-47f6-8f81-0729437ab1fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17068 | 2025.07.18 19:26:51.979065 [ 4 ] {40224654-f756-47f6-8f81-0729437ab1fb} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17069 | 2025.07.18 19:26:51.979100 [ 4 ] {40224654-f756-47f6-8f81-0729437ab1fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17070 | 2025.07.18 19:26:51.979402 [ 4 ] {40224654-f756-47f6-8f81-0729437ab1fb} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
17071 | 2025.07.18 19:26:51.979601 [ 4 ] {40224654-f756-47f6-8f81-0729437ab1fb} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17072 | 2025.07.18 19:26:51.979725 [ 4 ] {40224654-f756-47f6-8f81-0729437ab1fb} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001177 sec., 171622.76975361086 rows/sec., 9.75 MiB/sec. | ||
17073 | 2025.07.18 19:26:51.979762 [ 4 ] {40224654-f756-47f6-8f81-0729437ab1fb} <Debug> TCPHandler: Processed in 0.001343921 sec. | ||
17074 | 2025.07.18 19:26:51.979875 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17075 | 2025.07.18 19:26:51.979969 [ 4 ] {5be07982-e98b-495a-8f4c-bb940e176e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
17076 | 2025.07.18 19:26:51.980007 [ 4 ] {5be07982-e98b-495a-8f4c-bb940e176e49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17077 | 2025.07.18 19:26:51.980751 [ 4 ] {5be07982-e98b-495a-8f4c-bb940e176e49} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17078 | 2025.07.18 19:26:51.980786 [ 4 ] {5be07982-e98b-495a-8f4c-bb940e176e49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17079 | 2025.07.18 19:26:51.981102 [ 4 ] {5be07982-e98b-495a-8f4c-bb940e176e49} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
17080 | 2025.07.18 19:26:51.981307 [ 4 ] {5be07982-e98b-495a-8f4c-bb940e176e49} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17081 | 2025.07.18 19:26:51.981432 [ 4 ] {5be07982-e98b-495a-8f4c-bb940e176e49} <Debug> executeQuery: Read 721 rows, 52.10 KiB in 0.001481 sec., 486833.220796759 rows/sec., 34.35 MiB/sec. | ||
17082 | 2025.07.18 19:26:51.981470 [ 4 ] {5be07982-e98b-495a-8f4c-bb940e176e49} <Debug> TCPHandler: Processed in 0.001643035 sec. | ||
17083 | 2025.07.18 19:26:51.981586 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17084 | 2025.07.18 19:26:51.981679 [ 4 ] {8527d969-b33b-424f-b527-694841f6f34c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
17085 | 2025.07.18 19:26:51.981721 [ 4 ] {8527d969-b33b-424f-b527-694841f6f34c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17086 | 2025.07.18 19:26:51.982057 [ 4 ] {8527d969-b33b-424f-b527-694841f6f34c} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17087 | 2025.07.18 19:26:51.982091 [ 4 ] {8527d969-b33b-424f-b527-694841f6f34c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17088 | 2025.07.18 19:26:51.982395 [ 4 ] {8527d969-b33b-424f-b527-694841f6f34c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
17089 | 2025.07.18 19:26:51.982598 [ 4 ] {8527d969-b33b-424f-b527-694841f6f34c} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17090 | 2025.07.18 19:26:51.982728 [ 4 ] {8527d969-b33b-424f-b527-694841f6f34c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001067 sec., 5623.242736644798 rows/sec., 293.79 KiB/sec. | ||
17091 | 2025.07.18 19:26:51.982764 [ 4 ] {8527d969-b33b-424f-b527-694841f6f34c} <Debug> TCPHandler: Processed in 0.001226349 sec. | ||
17092 | 2025.07.18 19:26:51.982875 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17093 | 2025.07.18 19:26:51.982969 [ 4 ] {ec3e6d1a-b2dd-4441-a667-9478478594a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
17094 | 2025.07.18 19:26:51.983011 [ 4 ] {ec3e6d1a-b2dd-4441-a667-9478478594a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17095 | 2025.07.18 19:26:51.983486 [ 4 ] {ec3e6d1a-b2dd-4441-a667-9478478594a6} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17096 | 2025.07.18 19:26:51.983520 [ 4 ] {ec3e6d1a-b2dd-4441-a667-9478478594a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17097 | 2025.07.18 19:26:51.983843 [ 4 ] {ec3e6d1a-b2dd-4441-a667-9478478594a6} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
17098 | 2025.07.18 19:26:51.984045 [ 4 ] {ec3e6d1a-b2dd-4441-a667-9478478594a6} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17099 | 2025.07.18 19:26:51.984169 [ 4 ] {ec3e6d1a-b2dd-4441-a667-9478478594a6} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001219 sec., 251845.77522559476 rows/sec., 16.57 MiB/sec. | ||
17100 | 2025.07.18 19:26:51.984205 [ 4 ] {ec3e6d1a-b2dd-4441-a667-9478478594a6} <Debug> TCPHandler: Processed in 0.001377441 sec. | ||
17101 | 2025.07.18 19:26:51.984219 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17102 | 2025.07.18 19:26:51.984249 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17103 | 2025.07.18 19:26:51.984316 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17104 | 2025.07.18 19:26:51.984418 [ 4 ] {f15aff8e-fd65-4518-b56c-f95b632c78ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
17105 | 2025.07.18 19:26:51.984466 [ 4 ] {f15aff8e-fd65-4518-b56c-f95b632c78ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17106 | 2025.07.18 19:26:51.984783 [ 4 ] {f15aff8e-fd65-4518-b56c-f95b632c78ef} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17107 | 2025.07.18 19:26:51.984821 [ 4 ] {f15aff8e-fd65-4518-b56c-f95b632c78ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17108 | 2025.07.18 19:26:51.985124 [ 4 ] {f15aff8e-fd65-4518-b56c-f95b632c78ef} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
17109 | 2025.07.18 19:26:51.985325 [ 4 ] {f15aff8e-fd65-4518-b56c-f95b632c78ef} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17110 | 2025.07.18 19:26:51.985458 [ 4 ] {f15aff8e-fd65-4518-b56c-f95b632c78ef} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001058 sec., 945.179584120983 rows/sec., 63.69 KiB/sec. | ||
17111 | 2025.07.18 19:26:51.985495 [ 4 ] {f15aff8e-fd65-4518-b56c-f95b632c78ef} <Debug> TCPHandler: Processed in 0.001227359 sec. | ||
17112 | 2025.07.18 19:26:51.985612 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17113 | 2025.07.18 19:26:51.985705 [ 4 ] {9660ca6d-98d9-4a05-9202-77253149962a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
17114 | 2025.07.18 19:26:51.985760 [ 4 ] {9660ca6d-98d9-4a05-9202-77253149962a} <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 | ||
17115 | 2025.07.18 19:26:51.986689 [ 4 ] {9660ca6d-98d9-4a05-9202-77253149962a} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17116 | 2025.07.18 19:26:51.986723 [ 4 ] {9660ca6d-98d9-4a05-9202-77253149962a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17117 | 2025.07.18 19:26:51.987357 [ 4 ] {9660ca6d-98d9-4a05-9202-77253149962a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
17118 | 2025.07.18 19:26:51.987606 [ 4 ] {9660ca6d-98d9-4a05-9202-77253149962a} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17119 | 2025.07.18 19:26:51.987744 [ 4 ] {9660ca6d-98d9-4a05-9202-77253149962a} <Debug> executeQuery: Read 60 rows, 110.10 KiB in 0.002055 sec., 29197.080291970804 rows/sec., 52.32 MiB/sec. | ||
17120 | 2025.07.18 19:26:51.987802 [ 4 ] {9660ca6d-98d9-4a05-9202-77253149962a} <Debug> TCPHandler: Processed in 0.002236794 sec. | ||
17121 | 2025.07.18 19:26:51.987851 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17122 | 2025.07.18 19:26:51.987923 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17123 | 2025.07.18 19:26:51.988023 [ 4 ] {9ee3573f-1dc3-45e6-9157-d0fcba4212bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
17124 | 2025.07.18 19:26:51.988064 [ 4 ] {9ee3573f-1dc3-45e6-9157-d0fcba4212bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
17125 | 2025.07.18 19:26:51.988389 [ 4 ] {9ee3573f-1dc3-45e6-9157-d0fcba4212bc} <Trace> oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17126 | 2025.07.18 19:26:51.988426 [ 4 ] {9ee3573f-1dc3-45e6-9157-d0fcba4212bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17127 | 2025.07.18 19:26:51.988724 [ 4 ] {9ee3573f-1dc3-45e6-9157-d0fcba4212bc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
17128 | 2025.07.18 19:26:51.988928 [ 4 ] {9ee3573f-1dc3-45e6-9157-d0fcba4212bc} <Trace> oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17129 | 2025.07.18 19:26:51.989055 [ 4 ] {9ee3573f-1dc3-45e6-9157-d0fcba4212bc} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001051 sec., 8563.273073263557 rows/sec., 604.89 KiB/sec. | ||
17130 | 2025.07.18 19:26:51.989091 [ 4 ] {9ee3573f-1dc3-45e6-9157-d0fcba4212bc} <Debug> TCPHandler: Processed in 0.001216729 sec. | ||
17131 | 2025.07.18 19:26:51.989201 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17132 | 2025.07.18 19:26:51.989294 [ 4 ] {acaf3f64-4232-4e0e-8701-29ee8d16b3f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
17133 | 2025.07.18 19:26:51.989337 [ 4 ] {acaf3f64-4232-4e0e-8701-29ee8d16b3f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17134 | 2025.07.18 19:26:51.989679 [ 4 ] {acaf3f64-4232-4e0e-8701-29ee8d16b3f6} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17135 | 2025.07.18 19:26:51.989714 [ 4 ] {acaf3f64-4232-4e0e-8701-29ee8d16b3f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17136 | 2025.07.18 19:26:51.990007 [ 4 ] {acaf3f64-4232-4e0e-8701-29ee8d16b3f6} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
17137 | 2025.07.18 19:26:51.990208 [ 4 ] {acaf3f64-4232-4e0e-8701-29ee8d16b3f6} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17138 | 2025.07.18 19:26:51.990333 [ 4 ] {acaf3f64-4232-4e0e-8701-29ee8d16b3f6} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001055 sec., 96682.4644549763 rows/sec., 5.94 MiB/sec. | ||
17139 | 2025.07.18 19:26:51.990352 [ 85 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
17140 | 2025.07.18 19:26:51.990370 [ 4 ] {acaf3f64-4232-4e0e-8701-29ee8d16b3f6} <Debug> TCPHandler: Processed in 0.001216598 sec. | ||
17141 | 2025.07.18 19:26:51.990422 [ 85 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17142 | 2025.07.18 19:26:51.990448 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17143 | 2025.07.18 19:26:51.990577 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
17144 | 2025.07.18 19:26:51.990724 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17145 | 2025.07.18 19:26:51.990762 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_131_26, total 10410 rows starting from the beginning of the part | ||
17146 | 2025.07.18 19:26:51.990830 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 102 rows starting from the beginning of the part | ||
17147 | 2025.07.18 19:26:51.990882 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 60 rows starting from the beginning of the part | ||
17148 | 2025.07.18 19:26:51.990928 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 102 rows starting from the beginning of the part | ||
17149 | 2025.07.18 19:26:51.990971 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part | ||
17150 | 2025.07.18 19:26:51.991014 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 102 rows starting from the beginning of the part | ||
17151 | 2025.07.18 19:26:51.993559 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10836 rows, containing 4 columns (4 merged, 0 gathered) in 0.003037506 sec., 3567400.3606906454 rows/sec., 226.88 MiB/sec. | ||
17152 | 2025.07.18 19:26:51.993894 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
17153 | 2025.07.18 19:26:51.994274 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17154 | 2025.07.18 19:26:51.994373 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
17155 | 2025.07.18 19:26:51.994485 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. | ||
17156 | 2025.07.18 19:26:52.000175 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 357.54 MiB, peak 379.15 MiB, free memory in arenas 0.00 B, will set to 360.67 MiB (RSS), difference: 3.13 MiB | ||
17157 | 2025.07.18 19:26:55.466245 [ 154 ] {} <Debug> DNSResolver: Updating DNS cache | ||
17158 | 2025.07.18 19:26:55.466349 [ 154 ] {} <Debug> DNSResolver: Updated DNS cache | ||
17159 | 2025.07.18 19:26:55.696740 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43066 | ||
17160 | 2025.07.18 19:26:55.697533 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17161 | 2025.07.18 19:26:55.697639 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17162 | 2025.07.18 19:26:55.698266 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
17163 | 2025.07.18 19:26:55.698550 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17164 | 2025.07.18 19:26:55.698726 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066 | ||
17165 | 2025.07.18 19:26:56.902506 [ 221 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17166 | 2025.07.18 19:26:56.902564 [ 221 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17167 | 2025.07.18 19:26:56.905588 [ 221 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
17168 | 2025.07.18 19:26:56.957773 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17169 | 2025.07.18 19:26:56.957954 [ 4 ] {76d5bb0a-4116-4af2-bfde-d2b1ab64ea21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
17170 | 2025.07.18 19:26:56.958022 [ 4 ] {76d5bb0a-4116-4af2-bfde-d2b1ab64ea21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17171 | 2025.07.18 19:26:56.958750 [ 4 ] {76d5bb0a-4116-4af2-bfde-d2b1ab64ea21} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17172 | 2025.07.18 19:26:56.958795 [ 4 ] {76d5bb0a-4116-4af2-bfde-d2b1ab64ea21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17173 | 2025.07.18 19:26:56.959313 [ 4 ] {76d5bb0a-4116-4af2-bfde-d2b1ab64ea21} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
17174 | 2025.07.18 19:26:56.959921 [ 4 ] {76d5bb0a-4116-4af2-bfde-d2b1ab64ea21} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17175 | 2025.07.18 19:26:56.960084 [ 4 ] {76d5bb0a-4116-4af2-bfde-d2b1ab64ea21} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002177 sec., 25723.47266881029 rows/sec., 1.98 MiB/sec. | ||
17176 | 2025.07.18 19:26:56.960132 [ 4 ] {76d5bb0a-4116-4af2-bfde-d2b1ab64ea21} <Debug> TCPHandler: Processed in 0.002482118 sec. | ||
17177 | 2025.07.18 19:26:56.960264 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17178 | 2025.07.18 19:26:56.960365 [ 4 ] {cdccfb7d-4a4c-4f26-a23d-53cfd35869cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
17179 | 2025.07.18 19:26:56.960408 [ 4 ] {cdccfb7d-4a4c-4f26-a23d-53cfd35869cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17180 | 2025.07.18 19:26:56.960859 [ 4 ] {cdccfb7d-4a4c-4f26-a23d-53cfd35869cc} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17181 | 2025.07.18 19:26:56.960897 [ 4 ] {cdccfb7d-4a4c-4f26-a23d-53cfd35869cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17182 | 2025.07.18 19:26:56.961321 [ 4 ] {cdccfb7d-4a4c-4f26-a23d-53cfd35869cc} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
17183 | 2025.07.18 19:26:56.961763 [ 4 ] {cdccfb7d-4a4c-4f26-a23d-53cfd35869cc} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17184 | 2025.07.18 19:26:56.961899 [ 4 ] {cdccfb7d-4a4c-4f26-a23d-53cfd35869cc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001556 sec., 41131.105398457585 rows/sec., 3.21 MiB/sec. | ||
17185 | 2025.07.18 19:26:56.961937 [ 4 ] {cdccfb7d-4a4c-4f26-a23d-53cfd35869cc} <Debug> TCPHandler: Processed in 0.001724887 sec. | ||
17186 | 2025.07.18 19:26:56.962051 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17187 | 2025.07.18 19:26:56.962147 [ 4 ] {771fb620-e815-4dea-8839-36a1cc784372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
17188 | 2025.07.18 19:26:56.962191 [ 4 ] {771fb620-e815-4dea-8839-36a1cc784372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17189 | 2025.07.18 19:26:56.962610 [ 4 ] {771fb620-e815-4dea-8839-36a1cc784372} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17190 | 2025.07.18 19:26:56.962647 [ 4 ] {771fb620-e815-4dea-8839-36a1cc784372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17191 | 2025.07.18 19:26:56.963092 [ 4 ] {771fb620-e815-4dea-8839-36a1cc784372} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
17192 | 2025.07.18 19:26:56.963567 [ 4 ] {771fb620-e815-4dea-8839-36a1cc784372} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17193 | 2025.07.18 19:26:56.963704 [ 4 ] {771fb620-e815-4dea-8839-36a1cc784372} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001576 sec., 101522.84263959392 rows/sec., 7.07 MiB/sec. | ||
17194 | 2025.07.18 19:26:56.963742 [ 4 ] {771fb620-e815-4dea-8839-36a1cc784372} <Debug> TCPHandler: Processed in 0.001740567 sec. | ||
17195 | 2025.07.18 19:26:56.963872 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17196 | 2025.07.18 19:26:56.963972 [ 4 ] {dc1c7685-c76e-4007-9d9b-e49c115304f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
17197 | 2025.07.18 19:26:56.964014 [ 4 ] {dc1c7685-c76e-4007-9d9b-e49c115304f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17198 | 2025.07.18 19:26:56.964376 [ 4 ] {dc1c7685-c76e-4007-9d9b-e49c115304f8} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17199 | 2025.07.18 19:26:56.964412 [ 4 ] {dc1c7685-c76e-4007-9d9b-e49c115304f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17200 | 2025.07.18 19:26:56.964825 [ 4 ] {dc1c7685-c76e-4007-9d9b-e49c115304f8} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
17201 | 2025.07.18 19:26:56.965414 [ 4 ] {dc1c7685-c76e-4007-9d9b-e49c115304f8} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17202 | 2025.07.18 19:26:56.965569 [ 4 ] {dc1c7685-c76e-4007-9d9b-e49c115304f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001616 sec., 37128.71287128713 rows/sec., 2.50 MiB/sec. | ||
17203 | 2025.07.18 19:26:56.965609 [ 4 ] {dc1c7685-c76e-4007-9d9b-e49c115304f8} <Debug> TCPHandler: Processed in 0.001785487 sec. | ||
17204 | 2025.07.18 19:26:58.071776 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 708 | ||
17205 | 2025.07.18 19:26:58.089166 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17206 | 2025.07.18 19:26:58.089206 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17207 | 2025.07.18 19:26:58.095423 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
17208 | 2025.07.18 19:26:58.096587 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17209 | 2025.07.18 19:26:58.099598 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 708 | ||
17210 | 2025.07.18 19:27:00.827653 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2352 | ||
17211 | 2025.07.18 19:27:00.830303 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17212 | 2025.07.18 19:27:00.830359 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17213 | 2025.07.18 19:27:00.831697 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
17214 | 2025.07.18 19:27:00.832231 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17215 | 2025.07.18 19:27:00.832531 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2352 | ||
17216 | 2025.07.18 19:27:01.144766 [ 224 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Found 6 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0] | ||
17217 | 2025.07.18 19:27:01.144844 [ 224 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 6 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0] | ||
17218 | 2025.07.18 19:27:01.147313 [ 224 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 6 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0] | ||
17219 | 2025.07.18 19:27:01.331824 [ 222 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
17220 | 2025.07.18 19:27:01.331876 [ 222 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
17221 | 2025.07.18 19:27:01.333743 [ 222 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
17222 | 2025.07.18 19:27:01.603898 [ 220 ] {} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
17223 | 2025.07.18 19:27:01.603939 [ 220 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
17224 | 2025.07.18 19:27:01.605785 [ 220 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
17225 | 2025.07.18 19:27:01.971239 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17226 | 2025.07.18 19:27:01.971419 [ 4 ] {267d8efa-c343-4438-a0b4-30587bf56b75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
17227 | 2025.07.18 19:27:01.971485 [ 4 ] {267d8efa-c343-4438-a0b4-30587bf56b75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
17228 | 2025.07.18 19:27:01.972288 [ 4 ] {267d8efa-c343-4438-a0b4-30587bf56b75} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17229 | 2025.07.18 19:27:01.972331 [ 4 ] {267d8efa-c343-4438-a0b4-30587bf56b75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17230 | 2025.07.18 19:27:01.972895 [ 4 ] {267d8efa-c343-4438-a0b4-30587bf56b75} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
17231 | 2025.07.18 19:27:01.973464 [ 4 ] {267d8efa-c343-4438-a0b4-30587bf56b75} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17232 | 2025.07.18 19:27:01.973601 [ 37 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 | ||
17233 | 2025.07.18 19:27:01.973617 [ 4 ] {267d8efa-c343-4438-a0b4-30587bf56b75} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.002248 sec., 174377.22419928826 rows/sec., 11.06 MiB/sec. | ||
17234 | 2025.07.18 19:27:01.973667 [ 37 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17235 | 2025.07.18 19:27:01.973682 [ 4 ] {267d8efa-c343-4438-a0b4-30587bf56b75} <Debug> TCPHandler: Processed in 0.00256783 sec. | ||
17236 | 2025.07.18 19:27:01.973694 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17237 | 2025.07.18 19:27:01.973822 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17238 | 2025.07.18 19:27:01.973835 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full | ||
17239 | 2025.07.18 19:27:01.973924 [ 4 ] {f23b2135-4374-4516-8909-9b64e1c2f9d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
17240 | 2025.07.18 19:27:01.973971 [ 4 ] {f23b2135-4374-4516-8909-9b64e1c2f9d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
17241 | 2025.07.18 19:27:01.973976 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17242 | 2025.07.18 19:27:01.974024 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 392 rows starting from the beginning of the part | ||
17243 | 2025.07.18 19:27:01.974097 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 392 rows starting from the beginning of the part | ||
17244 | 2025.07.18 19:27:01.974150 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 392 rows starting from the beginning of the part | ||
17245 | 2025.07.18 19:27:01.974192 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 392 rows starting from the beginning of the part | ||
17246 | 2025.07.18 19:27:01.974231 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 392 rows starting from the beginning of the part | ||
17247 | 2025.07.18 19:27:01.974382 [ 4 ] {f23b2135-4374-4516-8909-9b64e1c2f9d3} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17248 | 2025.07.18 19:27:01.974426 [ 4 ] {f23b2135-4374-4516-8909-9b64e1c2f9d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17249 | 2025.07.18 19:27:01.974921 [ 4 ] {f23b2135-4374-4516-8909-9b64e1c2f9d3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
17250 | 2025.07.18 19:27:01.975295 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001514403 sec., 1294239.380138576 rows/sec., 87.05 MiB/sec. | ||
17251 | 2025.07.18 19:27:01.975446 [ 4 ] {f23b2135-4374-4516-8909-9b64e1c2f9d3} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17252 | 2025.07.18 19:27:01.975540 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) | ||
17253 | 2025.07.18 19:27:01.975617 [ 4 ] {f23b2135-4374-4516-8909-9b64e1c2f9d3} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001711 sec., 2337.81414377557 rows/sec., 190.63 KiB/sec. | ||
17254 | 2025.07.18 19:27:01.975663 [ 4 ] {f23b2135-4374-4516-8909-9b64e1c2f9d3} <Debug> TCPHandler: Processed in 0.001893199 sec. | ||
17255 | 2025.07.18 19:27:01.975791 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17256 | 2025.07.18 19:27:01.975888 [ 4 ] {28684a4b-c927-4c6c-ad2a-0ab48c5f0cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
17257 | 2025.07.18 19:27:01.975929 [ 4 ] {28684a4b-c927-4c6c-ad2a-0ab48c5f0cf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17258 | 2025.07.18 19:27:01.976110 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17259 | 2025.07.18 19:27:01.976185 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 | ||
17260 | 2025.07.18 19:27:01.976259 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
17261 | 2025.07.18 19:27:01.976961 [ 4 ] {28684a4b-c927-4c6c-ad2a-0ab48c5f0cf9} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17262 | 2025.07.18 19:27:01.977003 [ 4 ] {28684a4b-c927-4c6c-ad2a-0ab48c5f0cf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17263 | 2025.07.18 19:27:01.977518 [ 4 ] {28684a4b-c927-4c6c-ad2a-0ab48c5f0cf9} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
17264 | 2025.07.18 19:27:01.978030 [ 4 ] {28684a4b-c927-4c6c-ad2a-0ab48c5f0cf9} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17265 | 2025.07.18 19:27:01.978164 [ 4 ] {28684a4b-c927-4c6c-ad2a-0ab48c5f0cf9} <Debug> executeQuery: Read 1189 rows, 97.64 KiB in 0.002295 sec., 518082.7886710239 rows/sec., 41.55 MiB/sec. | ||
17266 | 2025.07.18 19:27:01.978202 [ 4 ] {28684a4b-c927-4c6c-ad2a-0ab48c5f0cf9} <Debug> TCPHandler: Processed in 0.002461718 sec. | ||
17267 | 2025.07.18 19:27:01.978321 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17268 | 2025.07.18 19:27:01.978413 [ 4 ] {da253967-046d-497b-a469-7acf18ea4d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
17269 | 2025.07.18 19:27:01.978453 [ 4 ] {da253967-046d-497b-a469-7acf18ea4d59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17270 | 2025.07.18 19:27:01.978965 [ 4 ] {da253967-046d-497b-a469-7acf18ea4d59} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17271 | 2025.07.18 19:27:01.979001 [ 4 ] {da253967-046d-497b-a469-7acf18ea4d59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17272 | 2025.07.18 19:27:01.979419 [ 4 ] {da253967-046d-497b-a469-7acf18ea4d59} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
17273 | 2025.07.18 19:27:01.979885 [ 4 ] {da253967-046d-497b-a469-7acf18ea4d59} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17274 | 2025.07.18 19:27:01.980016 [ 4 ] {da253967-046d-497b-a469-7acf18ea4d59} <Debug> executeQuery: Read 260 rows, 16.57 KiB in 0.001621 sec., 160394.81801357187 rows/sec., 9.98 MiB/sec. | ||
17275 | 2025.07.18 19:27:01.980053 [ 4 ] {da253967-046d-497b-a469-7acf18ea4d59} <Debug> TCPHandler: Processed in 0.001779808 sec. | ||
17276 | 2025.07.18 19:27:01.980164 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17277 | 2025.07.18 19:27:01.980256 [ 4 ] {c2f07963-d2b9-4bd8-b385-0061ec7e682a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
17278 | 2025.07.18 19:27:01.980294 [ 4 ] {c2f07963-d2b9-4bd8-b385-0061ec7e682a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17279 | 2025.07.18 19:27:01.980769 [ 4 ] {c2f07963-d2b9-4bd8-b385-0061ec7e682a} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17280 | 2025.07.18 19:27:01.980803 [ 4 ] {c2f07963-d2b9-4bd8-b385-0061ec7e682a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17281 | 2025.07.18 19:27:01.981207 [ 4 ] {c2f07963-d2b9-4bd8-b385-0061ec7e682a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
17282 | 2025.07.18 19:27:01.981622 [ 4 ] {c2f07963-d2b9-4bd8-b385-0061ec7e682a} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17283 | 2025.07.18 19:27:01.981750 [ 4 ] {c2f07963-d2b9-4bd8-b385-0061ec7e682a} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001512 sec., 134259.25925925924 rows/sec., 8.66 MiB/sec. | ||
17284 | 2025.07.18 19:27:01.981787 [ 4 ] {c2f07963-d2b9-4bd8-b385-0061ec7e682a} <Debug> TCPHandler: Processed in 0.001669585 sec. | ||
17285 | 2025.07.18 19:27:01.981895 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17286 | 2025.07.18 19:27:01.981987 [ 4 ] {a459092a-adbb-4034-b7fc-668948fcc7f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
17287 | 2025.07.18 19:27:01.982025 [ 4 ] {a459092a-adbb-4034-b7fc-668948fcc7f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17288 | 2025.07.18 19:27:01.982474 [ 4 ] {a459092a-adbb-4034-b7fc-668948fcc7f0} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17289 | 2025.07.18 19:27:01.982509 [ 4 ] {a459092a-adbb-4034-b7fc-668948fcc7f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17290 | 2025.07.18 19:27:01.982918 [ 4 ] {a459092a-adbb-4034-b7fc-668948fcc7f0} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
17291 | 2025.07.18 19:27:01.983343 [ 4 ] {a459092a-adbb-4034-b7fc-668948fcc7f0} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17292 | 2025.07.18 19:27:01.983450 [ 37 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 | ||
17293 | 2025.07.18 19:27:01.983469 [ 4 ] {a459092a-adbb-4034-b7fc-668948fcc7f0} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.0015 sec., 134666.66666666666 rows/sec., 7.65 MiB/sec. | ||
17294 | 2025.07.18 19:27:01.983493 [ 37 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17295 | 2025.07.18 19:27:01.983514 [ 4 ] {a459092a-adbb-4034-b7fc-668948fcc7f0} <Debug> TCPHandler: Processed in 0.001665336 sec. | ||
17296 | 2025.07.18 19:27:01.983521 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17297 | 2025.07.18 19:27:01.983618 [ 225 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
17298 | 2025.07.18 19:27:01.983622 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full | ||
17299 | 2025.07.18 19:27:01.983655 [ 225 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
17300 | 2025.07.18 19:27:01.983637 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17301 | 2025.07.18 19:27:01.983745 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17302 | 2025.07.18 19:27:01.983778 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 202 rows starting from the beginning of the part | ||
17303 | 2025.07.18 19:27:01.983786 [ 4 ] {5fc9d88b-3f5d-447a-ad87-7d769124544b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
17304 | 2025.07.18 19:27:01.983827 [ 4 ] {5fc9d88b-3f5d-447a-ad87-7d769124544b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17305 | 2025.07.18 19:27:01.983843 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 202 rows starting from the beginning of the part | ||
17306 | 2025.07.18 19:27:01.983894 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 202 rows starting from the beginning of the part | ||
17307 | 2025.07.18 19:27:01.983941 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 202 rows starting from the beginning of the part | ||
17308 | 2025.07.18 19:27:01.983995 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 202 rows starting from the beginning of the part | ||
17309 | 2025.07.18 19:27:01.984511 [ 4 ] {5fc9d88b-3f5d-447a-ad87-7d769124544b} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17310 | 2025.07.18 19:27:01.984545 [ 4 ] {5fc9d88b-3f5d-447a-ad87-7d769124544b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17311 | 2025.07.18 19:27:01.984957 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001373231 sec., 735491.6980464321 rows/sec., 44.58 MiB/sec. | ||
17312 | 2025.07.18 19:27:01.985071 [ 4 ] {5fc9d88b-3f5d-447a-ad87-7d769124544b} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
17313 | 2025.07.18 19:27:01.985256 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) | ||
17314 | 2025.07.18 19:27:01.985680 [ 4 ] {5fc9d88b-3f5d-447a-ad87-7d769124544b} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17315 | 2025.07.18 19:27:01.985825 [ 4 ] {5fc9d88b-3f5d-447a-ad87-7d769124544b} <Debug> executeQuery: Read 716 rows, 51.70 KiB in 0.002056 sec., 348249.0272373541 rows/sec., 24.56 MiB/sec. | ||
17316 | 2025.07.18 19:27:01.985859 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17317 | 2025.07.18 19:27:01.985863 [ 4 ] {5fc9d88b-3f5d-447a-ad87-7d769124544b} <Debug> TCPHandler: Processed in 0.002272565 sec. | ||
17318 | 2025.07.18 19:27:01.985960 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 | ||
17319 | 2025.07.18 19:27:01.986008 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17320 | 2025.07.18 19:27:01.986063 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
17321 | 2025.07.18 19:27:01.986106 [ 4 ] {843e1a1f-e7b9-4987-9464-05196cc95942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
17322 | 2025.07.18 19:27:01.986153 [ 4 ] {843e1a1f-e7b9-4987-9464-05196cc95942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17323 | 2025.07.18 19:27:01.986492 [ 4 ] {843e1a1f-e7b9-4987-9464-05196cc95942} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17324 | 2025.07.18 19:27:01.986527 [ 4 ] {843e1a1f-e7b9-4987-9464-05196cc95942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17325 | 2025.07.18 19:27:01.986739 [ 225 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
17326 | 2025.07.18 19:27:01.986968 [ 4 ] {843e1a1f-e7b9-4987-9464-05196cc95942} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
17327 | 2025.07.18 19:27:01.987409 [ 4 ] {843e1a1f-e7b9-4987-9464-05196cc95942} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17328 | 2025.07.18 19:27:01.987536 [ 4 ] {843e1a1f-e7b9-4987-9464-05196cc95942} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec. | ||
17329 | 2025.07.18 19:27:01.987571 [ 4 ] {843e1a1f-e7b9-4987-9464-05196cc95942} <Debug> TCPHandler: Processed in 0.001609824 sec. | ||
17330 | 2025.07.18 19:27:01.987681 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17331 | 2025.07.18 19:27:01.987771 [ 4 ] {d621cc9a-caef-49c9-af6e-6cd69a0ee03a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
17332 | 2025.07.18 19:27:01.987811 [ 4 ] {d621cc9a-caef-49c9-af6e-6cd69a0ee03a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17333 | 2025.07.18 19:27:01.988246 [ 4 ] {d621cc9a-caef-49c9-af6e-6cd69a0ee03a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17334 | 2025.07.18 19:27:01.988281 [ 4 ] {d621cc9a-caef-49c9-af6e-6cd69a0ee03a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17335 | 2025.07.18 19:27:01.988733 [ 4 ] {d621cc9a-caef-49c9-af6e-6cd69a0ee03a} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
17336 | 2025.07.18 19:27:01.989180 [ 4 ] {d621cc9a-caef-49c9-af6e-6cd69a0ee03a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17337 | 2025.07.18 19:27:01.989309 [ 4 ] {d621cc9a-caef-49c9-af6e-6cd69a0ee03a} <Debug> executeQuery: Read 309 rows, 20.82 KiB in 0.001555 sec., 198713.8263665595 rows/sec., 13.08 MiB/sec. | ||
17338 | 2025.07.18 19:27:01.989345 [ 4 ] {d621cc9a-caef-49c9-af6e-6cd69a0ee03a} <Debug> TCPHandler: Processed in 0.001710936 sec. | ||
17339 | 2025.07.18 19:27:01.989452 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17340 | 2025.07.18 19:27:01.989548 [ 4 ] {9383f6bd-03a3-441c-be47-52a713603bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
17341 | 2025.07.18 19:27:01.989588 [ 4 ] {9383f6bd-03a3-441c-be47-52a713603bf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17342 | 2025.07.18 19:27:01.989899 [ 4 ] {9383f6bd-03a3-441c-be47-52a713603bf1} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17343 | 2025.07.18 19:27:01.989934 [ 4 ] {9383f6bd-03a3-441c-be47-52a713603bf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17344 | 2025.07.18 19:27:01.990396 [ 4 ] {9383f6bd-03a3-441c-be47-52a713603bf1} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
17345 | 2025.07.18 19:27:01.990828 [ 4 ] {9383f6bd-03a3-441c-be47-52a713603bf1} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17346 | 2025.07.18 19:27:01.990956 [ 4 ] {9383f6bd-03a3-441c-be47-52a713603bf1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001425 sec., 701.7543859649122 rows/sec., 47.29 KiB/sec. | ||
17347 | 2025.07.18 19:27:01.990990 [ 4 ] {9383f6bd-03a3-441c-be47-52a713603bf1} <Debug> TCPHandler: Processed in 0.001584755 sec. | ||
17348 | 2025.07.18 19:27:01.991097 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17349 | 2025.07.18 19:27:01.991271 [ 4 ] {3753887f-65a4-4501-aba1-6845c1ef2ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
17350 | 2025.07.18 19:27:01.991323 [ 4 ] {3753887f-65a4-4501-aba1-6845c1ef2ebc} <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 | ||
17351 | 2025.07.18 19:27:01.992244 [ 4 ] {3753887f-65a4-4501-aba1-6845c1ef2ebc} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17352 | 2025.07.18 19:27:01.992279 [ 4 ] {3753887f-65a4-4501-aba1-6845c1ef2ebc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17353 | 2025.07.18 19:27:01.993006 [ 4 ] {3753887f-65a4-4501-aba1-6845c1ef2ebc} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
17354 | 2025.07.18 19:27:01.993433 [ 4 ] {3753887f-65a4-4501-aba1-6845c1ef2ebc} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17355 | 2025.07.18 19:27:01.993647 [ 4 ] {3753887f-65a4-4501-aba1-6845c1ef2ebc} <Debug> executeQuery: Read 60 rows, 110.10 KiB in 0.002393 sec., 25073.129962390303 rows/sec., 44.93 MiB/sec. | ||
17356 | 2025.07.18 19:27:01.993662 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
17357 | 2025.07.18 19:27:01.993697 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
17358 | 2025.07.18 19:27:01.993701 [ 4 ] {3753887f-65a4-4501-aba1-6845c1ef2ebc} <Debug> TCPHandler: Processed in 0.002650951 sec. | ||
17359 | 2025.07.18 19:27:01.993828 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17360 | 2025.07.18 19:27:01.993920 [ 4 ] {471f152f-8640-48f5-8809-1fc792296c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
17361 | 2025.07.18 19:27:01.993962 [ 4 ] {471f152f-8640-48f5-8809-1fc792296c98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17362 | 2025.07.18 19:27:01.994293 [ 4 ] {471f152f-8640-48f5-8809-1fc792296c98} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17363 | 2025.07.18 19:27:01.994335 [ 4 ] {471f152f-8640-48f5-8809-1fc792296c98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17364 | 2025.07.18 19:27:01.994803 [ 4 ] {471f152f-8640-48f5-8809-1fc792296c98} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
17365 | 2025.07.18 19:27:01.995294 [ 4 ] {471f152f-8640-48f5-8809-1fc792296c98} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17366 | 2025.07.18 19:27:01.995429 [ 4 ] {471f152f-8640-48f5-8809-1fc792296c98} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001527 sec., 66797.64243614931 rows/sec., 4.10 MiB/sec. | ||
17367 | 2025.07.18 19:27:01.995465 [ 4 ] {471f152f-8640-48f5-8809-1fc792296c98} <Debug> TCPHandler: Processed in 0.001684676 sec. | ||
17368 | 2025.07.18 19:27:01.995573 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
17369 | 2025.07.18 19:27:02.061336 [ 37 ] {} <Debug> oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
17370 | 2025.07.18 19:27:02.061370 [ 37 ] {} <Trace> oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17371 | 2025.07.18 19:27:02.061388 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17372 | 2025.07.18 19:27:02.061477 [ 196 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::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 | ||
17373 | 2025.07.18 19:27:02.061607 [ 196 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17374 | 2025.07.18 19:27:02.061640 [ 196 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
17375 | 2025.07.18 19:27:02.061704 [ 196 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
17376 | 2025.07.18 19:27:02.061749 [ 196 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part | ||
17377 | 2025.07.18 19:27:02.061792 [ 196 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
17378 | 2025.07.18 19:27:02.061833 [ 196 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part | ||
17379 | 2025.07.18 19:27:02.063865 [ 186 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002428027 sec., 21004.708761475882 rows/sec., 1.49 MiB/sec. | ||
17380 | 2025.07.18 19:27:02.064141 [ 186 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
17381 | 2025.07.18 19:27:02.064726 [ 186 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::all_1_5_1} <Trace> oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17382 | 2025.07.18 19:27:02.064798 [ 186 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::all_1_5_1} <Trace> oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
17383 | 2025.07.18 19:27:02.064886 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
17384 | 2025.07.18 19:27:03.198966 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43554 | ||
17385 | 2025.07.18 19:27:03.199606 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17386 | 2025.07.18 19:27:03.199654 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17387 | 2025.07.18 19:27:03.200346 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17388 | 2025.07.18 19:27:03.200892 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17389 | 2025.07.18 19:27:03.201041 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43554 | ||
17390 | 2025.07.18 19:27:03.201164 [ 218 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
17391 | 2025.07.18 19:27:03.201239 [ 218 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
17392 | 2025.07.18 19:27:03.203527 [ 218 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
17393 | 2025.07.18 19:27:03.756875 [ 225 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
17394 | 2025.07.18 19:27:03.756955 [ 225 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
17395 | 2025.07.18 19:27:03.759863 [ 225 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
17396 | 2025.07.18 19:27:04.000230 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 356.68 MiB, peak 379.15 MiB, free memory in arenas 0.00 B, will set to 360.67 MiB (RSS), difference: 3.99 MiB | ||
17397 | 2025.07.18 19:27:05.599744 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 716 | ||
17398 | 2025.07.18 19:27:05.617031 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17399 | 2025.07.18 19:27:05.617086 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17400 | 2025.07.18 19:27:05.623288 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17401 | 2025.07.18 19:27:05.624429 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17402 | 2025.07.18 19:27:05.627579 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 716 | ||
17403 | 2025.07.18 19:27:06.958275 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17404 | 2025.07.18 19:27:06.958522 [ 4 ] {e7b4229e-8379-4d9e-bbba-0d544efd1003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
17405 | 2025.07.18 19:27:06.958626 [ 4 ] {e7b4229e-8379-4d9e-bbba-0d544efd1003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17406 | 2025.07.18 19:27:06.959531 [ 4 ] {e7b4229e-8379-4d9e-bbba-0d544efd1003} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17407 | 2025.07.18 19:27:06.959581 [ 4 ] {e7b4229e-8379-4d9e-bbba-0d544efd1003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17408 | 2025.07.18 19:27:06.960136 [ 4 ] {e7b4229e-8379-4d9e-bbba-0d544efd1003} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
17409 | 2025.07.18 19:27:06.960624 [ 4 ] {e7b4229e-8379-4d9e-bbba-0d544efd1003} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17410 | 2025.07.18 19:27:06.960782 [ 4 ] {e7b4229e-8379-4d9e-bbba-0d544efd1003} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002329 sec., 24044.654358093605 rows/sec., 1.85 MiB/sec. | ||
17411 | 2025.07.18 19:27:06.960832 [ 4 ] {e7b4229e-8379-4d9e-bbba-0d544efd1003} <Debug> TCPHandler: Processed in 0.002687241 sec. | ||
17412 | 2025.07.18 19:27:06.960955 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17413 | 2025.07.18 19:27:06.961054 [ 4 ] {b12a8eeb-429c-4c40-ad3b-cbfa4b1639ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
17414 | 2025.07.18 19:27:06.961095 [ 4 ] {b12a8eeb-429c-4c40-ad3b-cbfa4b1639ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17415 | 2025.07.18 19:27:06.961531 [ 4 ] {b12a8eeb-429c-4c40-ad3b-cbfa4b1639ea} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17416 | 2025.07.18 19:27:06.961568 [ 4 ] {b12a8eeb-429c-4c40-ad3b-cbfa4b1639ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17417 | 2025.07.18 19:27:06.962096 [ 4 ] {b12a8eeb-429c-4c40-ad3b-cbfa4b1639ea} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
17418 | 2025.07.18 19:27:06.962539 [ 4 ] {b12a8eeb-429c-4c40-ad3b-cbfa4b1639ea} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17419 | 2025.07.18 19:27:06.962672 [ 4 ] {b12a8eeb-429c-4c40-ad3b-cbfa4b1639ea} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00164 sec., 39024.39024390244 rows/sec., 3.05 MiB/sec. | ||
17420 | 2025.07.18 19:27:06.962710 [ 4 ] {b12a8eeb-429c-4c40-ad3b-cbfa4b1639ea} <Debug> TCPHandler: Processed in 0.001805328 sec. | ||
17421 | 2025.07.18 19:27:06.962826 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17422 | 2025.07.18 19:27:06.962919 [ 4 ] {73edf140-9574-4698-9d03-26e341d4d161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
17423 | 2025.07.18 19:27:06.962961 [ 4 ] {73edf140-9574-4698-9d03-26e341d4d161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17424 | 2025.07.18 19:27:06.963373 [ 4 ] {73edf140-9574-4698-9d03-26e341d4d161} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17425 | 2025.07.18 19:27:06.963409 [ 4 ] {73edf140-9574-4698-9d03-26e341d4d161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17426 | 2025.07.18 19:27:06.963845 [ 4 ] {73edf140-9574-4698-9d03-26e341d4d161} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
17427 | 2025.07.18 19:27:06.964276 [ 4 ] {73edf140-9574-4698-9d03-26e341d4d161} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17428 | 2025.07.18 19:27:06.964412 [ 4 ] {73edf140-9574-4698-9d03-26e341d4d161} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001512 sec., 105820.10582010582 rows/sec., 7.37 MiB/sec. | ||
17429 | 2025.07.18 19:27:06.964448 [ 4 ] {73edf140-9574-4698-9d03-26e341d4d161} <Debug> TCPHandler: Processed in 0.001670496 sec. | ||
17430 | 2025.07.18 19:27:06.964563 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17431 | 2025.07.18 19:27:06.964655 [ 4 ] {a4b9a7ec-1b04-4321-bb3b-5cff861d12ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
17432 | 2025.07.18 19:27:06.964695 [ 4 ] {a4b9a7ec-1b04-4321-bb3b-5cff861d12ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17433 | 2025.07.18 19:27:06.965050 [ 4 ] {a4b9a7ec-1b04-4321-bb3b-5cff861d12ac} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17434 | 2025.07.18 19:27:06.965084 [ 4 ] {a4b9a7ec-1b04-4321-bb3b-5cff861d12ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
17435 | 2025.07.18 19:27:06.965485 [ 4 ] {a4b9a7ec-1b04-4321-bb3b-5cff861d12ac} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
17436 | 2025.07.18 19:27:06.965921 [ 4 ] {a4b9a7ec-1b04-4321-bb3b-5cff861d12ac} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17437 | 2025.07.18 19:27:06.966050 [ 4 ] {a4b9a7ec-1b04-4321-bb3b-5cff861d12ac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec. | ||
17438 | 2025.07.18 19:27:06.966086 [ 4 ] {a4b9a7ec-1b04-4321-bb3b-5cff861d12ac} <Debug> TCPHandler: Processed in 0.001574724 sec. | ||
17439 | 2025.07.18 19:27:10.466459 [ 153 ] {} <Debug> DNSResolver: Updating DNS cache | ||
17440 | 2025.07.18 19:27:10.466529 [ 153 ] {} <Debug> DNSResolver: Updated DNS cache | ||
17441 | 2025.07.18 19:27:10.701199 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43981 | ||
17442 | 2025.07.18 19:27:10.701776 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17443 | 2025.07.18 19:27:10.701829 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17444 | 2025.07.18 19:27:10.702565 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17445 | 2025.07.18 19:27:10.703021 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17446 | 2025.07.18 19:27:10.703154 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43981 | ||
17447 | 2025.07.18 19:27:10.703159 [ 153 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17448 | 2025.07.18 19:27:10.703216 [ 153 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17449 | 2025.07.18 19:27:10.703237 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17450 | 2025.07.18 19:27:10.703360 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
17451 | 2025.07.18 19:27:10.703517 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17452 | 2025.07.18 19:27:10.703561 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41724 rows starting from the beginning of the part | ||
17453 | 2025.07.18 19:27:10.703635 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 427 rows starting from the beginning of the part | ||
17454 | 2025.07.18 19:27:10.703688 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 488 rows starting from the beginning of the part | ||
17455 | 2025.07.18 19:27:10.703734 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 427 rows starting from the beginning of the part | ||
17456 | 2025.07.18 19:27:10.703780 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 488 rows starting from the beginning of the part | ||
17457 | 2025.07.18 19:27:10.703825 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 427 rows starting from the beginning of the part | ||
17458 | 2025.07.18 19:27:10.706628 [ 200 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43981 rows, containing 4 columns (4 merged, 0 gathered) in 0.003329441 sec., 13209724.995877687 rows/sec., 188.97 MiB/sec. | ||
17459 | 2025.07.18 19:27:10.707080 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17460 | 2025.07.18 19:27:10.707667 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17461 | 2025.07.18 19:27:10.707748 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17462 | 2025.07.18 19:27:10.707864 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
17463 | 2025.07.18 19:27:10.832750 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2384 | ||
17464 | 2025.07.18 19:27:10.835057 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17465 | 2025.07.18 19:27:10.835098 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17466 | 2025.07.18 19:27:10.836327 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
17467 | 2025.07.18 19:27:10.836786 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17468 | 2025.07.18 19:27:10.836948 [ 152 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
17469 | 2025.07.18 19:27:10.836997 [ 152 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17470 | 2025.07.18 19:27:10.837020 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17471 | 2025.07.18 19:27:10.837046 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2384 | ||
17472 | 2025.07.18 19:27:10.837122 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
17473 | 2025.07.18 19:27:10.837683 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17474 | 2025.07.18 19:27:10.837823 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2222 rows starting from the beginning of the part | ||
17475 | 2025.07.18 19:27:10.838181 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 32 rows starting from the beginning of the part | ||
17476 | 2025.07.18 19:27:10.838547 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 34 rows starting from the beginning of the part | ||
17477 | 2025.07.18 19:27:10.838896 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 32 rows starting from the beginning of the part | ||
17478 | 2025.07.18 19:27:10.839236 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
17479 | 2025.07.18 19:27:10.839565 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 32 rows starting from the beginning of the part | ||
17480 | 2025.07.18 19:27:10.850278 [ 200 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2384 rows, containing 72 columns (72 merged, 0 gathered) in 0.013200893 sec., 180593.84315894387 rows/sec., 135.38 MiB/sec. | ||
17481 | 2025.07.18 19:27:10.852604 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
17482 | 2025.07.18 19:27:10.853429 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_71_14} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17483 | 2025.07.18 19:27:10.853516 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_71_14} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
17484 | 2025.07.18 19:27:10.853875 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.01 MiB. | ||
17485 | 2025.07.18 19:27:11.007425 [ 249 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.006949827 sec. | ||
17486 | 2025.07.18 19:27:11.971926 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17487 | 2025.07.18 19:27:11.972119 [ 4 ] {e5959ffb-727f-4648-bc2e-c1721e222ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
17488 | 2025.07.18 19:27:11.972190 [ 4 ] {e5959ffb-727f-4648-bc2e-c1721e222ddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
17489 | 2025.07.18 19:27:11.973024 [ 4 ] {e5959ffb-727f-4648-bc2e-c1721e222ddb} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17490 | 2025.07.18 19:27:11.973068 [ 4 ] {e5959ffb-727f-4648-bc2e-c1721e222ddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17491 | 2025.07.18 19:27:11.973587 [ 4 ] {e5959ffb-727f-4648-bc2e-c1721e222ddb} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
17492 | 2025.07.18 19:27:11.974100 [ 4 ] {e5959ffb-727f-4648-bc2e-c1721e222ddb} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17493 | 2025.07.18 19:27:11.974253 [ 4 ] {e5959ffb-727f-4648-bc2e-c1721e222ddb} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.002189 sec., 179077.20420283233 rows/sec., 11.36 MiB/sec. | ||
17494 | 2025.07.18 19:27:11.974297 [ 4 ] {e5959ffb-727f-4648-bc2e-c1721e222ddb} <Debug> TCPHandler: Processed in 0.002504088 sec. | ||
17495 | 2025.07.18 19:27:11.974419 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17496 | 2025.07.18 19:27:11.974514 [ 4 ] {a76d249b-5eec-4f12-aefa-b0043a51a6a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
17497 | 2025.07.18 19:27:11.974562 [ 4 ] {a76d249b-5eec-4f12-aefa-b0043a51a6a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17498 | 2025.07.18 19:27:11.975590 [ 4 ] {a76d249b-5eec-4f12-aefa-b0043a51a6a8} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17499 | 2025.07.18 19:27:11.975630 [ 4 ] {a76d249b-5eec-4f12-aefa-b0043a51a6a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17500 | 2025.07.18 19:27:11.976107 [ 4 ] {a76d249b-5eec-4f12-aefa-b0043a51a6a8} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
17501 | 2025.07.18 19:27:11.976554 [ 4 ] {a76d249b-5eec-4f12-aefa-b0043a51a6a8} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17502 | 2025.07.18 19:27:11.976693 [ 4 ] {a76d249b-5eec-4f12-aefa-b0043a51a6a8} <Debug> executeQuery: Read 1187 rows, 97.49 KiB in 0.002197 sec., 540282.2030040964 rows/sec., 43.34 MiB/sec. | ||
17503 | 2025.07.18 19:27:11.976694 [ 135 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
17504 | 2025.07.18 19:27:11.976740 [ 4 ] {a76d249b-5eec-4f12-aefa-b0043a51a6a8} <Debug> TCPHandler: Processed in 0.002371047 sec. | ||
17505 | 2025.07.18 19:27:11.976744 [ 135 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17506 | 2025.07.18 19:27:11.976767 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17507 | 2025.07.18 19:27:11.976861 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17508 | 2025.07.18 19:27:11.976888 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
17509 | 2025.07.18 19:27:11.976965 [ 4 ] {f838616d-cc8c-4644-97de-24e6b718df8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
17510 | 2025.07.18 19:27:11.977012 [ 4 ] {f838616d-cc8c-4644-97de-24e6b718df8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17511 | 2025.07.18 19:27:11.977033 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17512 | 2025.07.18 19:27:11.977073 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2330 rows starting from the beginning of the part | ||
17513 | 2025.07.18 19:27:11.977143 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 1187 rows starting from the beginning of the part | ||
17514 | 2025.07.18 19:27:11.977188 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 56 rows starting from the beginning of the part | ||
17515 | 2025.07.18 19:27:11.977230 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 1189 rows starting from the beginning of the part | ||
17516 | 2025.07.18 19:27:11.977270 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 56 rows starting from the beginning of the part | ||
17517 | 2025.07.18 19:27:11.977311 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 1187 rows starting from the beginning of the part | ||
17518 | 2025.07.18 19:27:11.977533 [ 4 ] {f838616d-cc8c-4644-97de-24e6b718df8b} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17519 | 2025.07.18 19:27:11.977573 [ 4 ] {f838616d-cc8c-4644-97de-24e6b718df8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17520 | 2025.07.18 19:27:11.978001 [ 4 ] {f838616d-cc8c-4644-97de-24e6b718df8b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
17521 | 2025.07.18 19:27:11.978488 [ 4 ] {f838616d-cc8c-4644-97de-24e6b718df8b} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17522 | 2025.07.18 19:27:11.978634 [ 4 ] {f838616d-cc8c-4644-97de-24e6b718df8b} <Debug> executeQuery: Read 256 rows, 16.29 KiB in 0.001687 sec., 151748.66627148786 rows/sec., 9.43 MiB/sec. | ||
17523 | 2025.07.18 19:27:11.978674 [ 4 ] {f838616d-cc8c-4644-97de-24e6b718df8b} <Debug> TCPHandler: Processed in 0.001866288 sec. | ||
17524 | 2025.07.18 19:27:11.978785 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17525 | 2025.07.18 19:27:11.978878 [ 4 ] {8dcfd9c8-3455-4f80-a271-762c71bb4e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
17526 | 2025.07.18 19:27:11.978919 [ 4 ] {8dcfd9c8-3455-4f80-a271-762c71bb4e90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17527 | 2025.07.18 19:27:11.979398 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6005 rows, containing 5 columns (5 merged, 0 gathered) in 0.002566139 sec., 2340091.475948887 rows/sec., 197.53 MiB/sec. | ||
17528 | 2025.07.18 19:27:11.979403 [ 4 ] {8dcfd9c8-3455-4f80-a271-762c71bb4e90} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17529 | 2025.07.18 19:27:11.979477 [ 4 ] {8dcfd9c8-3455-4f80-a271-762c71bb4e90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17530 | 2025.07.18 19:27:11.979816 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
17531 | 2025.07.18 19:27:11.979901 [ 4 ] {8dcfd9c8-3455-4f80-a271-762c71bb4e90} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
17532 | 2025.07.18 19:27:11.980384 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17533 | 2025.07.18 19:27:11.980432 [ 4 ] {8dcfd9c8-3455-4f80-a271-762c71bb4e90} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17534 | 2025.07.18 19:27:11.980475 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
17535 | 2025.07.18 19:27:11.980551 [ 135 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_82_17 to all_87_87_0 | ||
17536 | 2025.07.18 19:27:11.980577 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
17537 | 2025.07.18 19:27:11.980586 [ 135 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17538 | 2025.07.18 19:27:11.980581 [ 4 ] {8dcfd9c8-3455-4f80-a271-762c71bb4e90} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001719 sec., 118091.91390343223 rows/sec., 7.62 MiB/sec. | ||
17539 | 2025.07.18 19:27:11.980621 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17540 | 2025.07.18 19:27:11.980652 [ 4 ] {8dcfd9c8-3455-4f80-a271-762c71bb4e90} <Debug> TCPHandler: Processed in 0.00191569 sec. | ||
17541 | 2025.07.18 19:27:11.980715 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_82_17 to all_87_87_0 into Compact with storage Full | ||
17542 | 2025.07.18 19:27:11.980762 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17543 | 2025.07.18 19:27:11.980835 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17544 | 2025.07.18 19:27:11.980858 [ 4 ] {068e2a7c-9d80-428e-8bbb-c15016c67c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
17545 | 2025.07.18 19:27:11.980872 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_82_17, total 431 rows starting from the beginning of the part | ||
17546 | 2025.07.18 19:27:11.980906 [ 4 ] {068e2a7c-9d80-428e-8bbb-c15016c67c77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17547 | 2025.07.18 19:27:11.980944 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 203 rows starting from the beginning of the part | ||
17548 | 2025.07.18 19:27:11.980995 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 228 rows starting from the beginning of the part | ||
17549 | 2025.07.18 19:27:11.981036 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 203 rows starting from the beginning of the part | ||
17550 | 2025.07.18 19:27:11.981077 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 203 rows starting from the beginning of the part | ||
17551 | 2025.07.18 19:27:11.981118 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 203 rows starting from the beginning of the part | ||
17552 | 2025.07.18 19:27:11.981374 [ 4 ] {068e2a7c-9d80-428e-8bbb-c15016c67c77} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17553 | 2025.07.18 19:27:11.981414 [ 4 ] {068e2a7c-9d80-428e-8bbb-c15016c67c77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17554 | 2025.07.18 19:27:11.981844 [ 4 ] {068e2a7c-9d80-428e-8bbb-c15016c67c77} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
17555 | 2025.07.18 19:27:11.982136 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001464652 sec., 1004334.1353440953 rows/sec., 69.61 MiB/sec. | ||
17556 | 2025.07.18 19:27:11.982287 [ 4 ] {068e2a7c-9d80-428e-8bbb-c15016c67c77} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17557 | 2025.07.18 19:27:11.982377 [ 198 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} <Trace> MergedBlockOutputStream: filled checksums all_1_87_18 (state Temporary) | ||
17558 | 2025.07.18 19:27:11.982430 [ 4 ] {068e2a7c-9d80-428e-8bbb-c15016c67c77} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001588 sec., 127204.03022670026 rows/sec., 7.22 MiB/sec. | ||
17559 | 2025.07.18 19:27:11.982473 [ 4 ] {068e2a7c-9d80-428e-8bbb-c15016c67c77} <Debug> TCPHandler: Processed in 0.001761047 sec. | ||
17560 | 2025.07.18 19:27:11.982584 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17561 | 2025.07.18 19:27:11.982678 [ 4 ] {c5b94b7c-8cb6-4b93-95ae-9b752ddfadc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
17562 | 2025.07.18 19:27:11.982718 [ 4 ] {c5b94b7c-8cb6-4b93-95ae-9b752ddfadc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17563 | 2025.07.18 19:27:11.982923 [ 198 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_87_18 to all_1_87_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17564 | 2025.07.18 19:27:11.983017 [ 198 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_82_17, all_87_87_0] -> all_1_87_18 | ||
17565 | 2025.07.18 19:27:11.983112 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
17566 | 2025.07.18 19:27:11.983397 [ 4 ] {c5b94b7c-8cb6-4b93-95ae-9b752ddfadc0} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17567 | 2025.07.18 19:27:11.983437 [ 4 ] {c5b94b7c-8cb6-4b93-95ae-9b752ddfadc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17568 | 2025.07.18 19:27:11.983896 [ 4 ] {c5b94b7c-8cb6-4b93-95ae-9b752ddfadc0} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
17569 | 2025.07.18 19:27:11.984326 [ 4 ] {c5b94b7c-8cb6-4b93-95ae-9b752ddfadc0} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17570 | 2025.07.18 19:27:11.984440 [ 135 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
17571 | 2025.07.18 19:27:11.984461 [ 4 ] {c5b94b7c-8cb6-4b93-95ae-9b752ddfadc0} <Debug> executeQuery: Read 712 rows, 51.37 KiB in 0.0018 sec., 395555.55555555556 rows/sec., 27.87 MiB/sec. | ||
17572 | 2025.07.18 19:27:11.984468 [ 135 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17573 | 2025.07.18 19:27:11.984493 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17574 | 2025.07.18 19:27:11.984500 [ 4 ] {c5b94b7c-8cb6-4b93-95ae-9b752ddfadc0} <Debug> TCPHandler: Processed in 0.00196452 sec. | ||
17575 | 2025.07.18 19:27:11.984577 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
17576 | 2025.07.18 19:27:11.984614 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17577 | 2025.07.18 19:27:11.984682 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17578 | 2025.07.18 19:27:11.984713 [ 4 ] {93a15b61-7b6a-44c6-bdd8-930f54b47a71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
17579 | 2025.07.18 19:27:11.984713 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1204 rows starting from the beginning of the part | ||
17580 | 2025.07.18 19:27:11.984762 [ 4 ] {93a15b61-7b6a-44c6-bdd8-930f54b47a71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17581 | 2025.07.18 19:27:11.984793 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 721 rows starting from the beginning of the part | ||
17582 | 2025.07.18 19:27:11.984846 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 64 rows starting from the beginning of the part | ||
17583 | 2025.07.18 19:27:11.984889 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 716 rows starting from the beginning of the part | ||
17584 | 2025.07.18 19:27:11.984932 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 64 rows starting from the beginning of the part | ||
17585 | 2025.07.18 19:27:11.984974 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 712 rows starting from the beginning of the part | ||
17586 | 2025.07.18 19:27:11.985105 [ 4 ] {93a15b61-7b6a-44c6-bdd8-930f54b47a71} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17587 | 2025.07.18 19:27:11.985146 [ 4 ] {93a15b61-7b6a-44c6-bdd8-930f54b47a71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17588 | 2025.07.18 19:27:11.985603 [ 4 ] {93a15b61-7b6a-44c6-bdd8-930f54b47a71} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
17589 | 2025.07.18 19:27:11.986144 [ 4 ] {93a15b61-7b6a-44c6-bdd8-930f54b47a71} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17590 | 2025.07.18 19:27:11.986267 [ 135 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 5 parts from all_66_66_0 to all_70_70_0 | ||
17591 | 2025.07.18 19:27:11.986287 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3481 rows, containing 5 columns (5 merged, 0 gathered) in 0.001749157 sec., 1990101.517473846 rows/sec., 149.39 MiB/sec. | ||
17592 | 2025.07.18 19:27:11.986291 [ 135 ] {} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17593 | 2025.07.18 19:27:11.986311 [ 4 ] {93a15b61-7b6a-44c6-bdd8-930f54b47a71} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001614 sec., 3717.472118959108 rows/sec., 194.22 KiB/sec. | ||
17594 | 2025.07.18 19:27:11.986320 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17595 | 2025.07.18 19:27:11.986356 [ 4 ] {93a15b61-7b6a-44c6-bdd8-930f54b47a71} <Debug> TCPHandler: Processed in 0.001791287 sec. | ||
17596 | 2025.07.18 19:27:11.986392 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_66_66_0 to all_70_70_0 into Compact with storage Full | ||
17597 | 2025.07.18 19:27:11.986480 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17598 | 2025.07.18 19:27:11.986483 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17599 | 2025.07.18 19:27:11.986530 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 6 rows starting from the beginning of the part | ||
17600 | 2025.07.18 19:27:11.986581 [ 4 ] {7f1bf948-c4b4-4209-bd98-9498f02d031a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
17601 | 2025.07.18 19:27:11.986585 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 6 rows starting from the beginning of the part | ||
17602 | 2025.07.18 19:27:11.986626 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
17603 | 2025.07.18 19:27:11.986631 [ 4 ] {7f1bf948-c4b4-4209-bd98-9498f02d031a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17604 | 2025.07.18 19:27:11.986647 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 6 rows starting from the beginning of the part | ||
17605 | 2025.07.18 19:27:11.986697 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 6 rows starting from the beginning of the part | ||
17606 | 2025.07.18 19:27:11.986745 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 6 rows starting from the beginning of the part | ||
17607 | 2025.07.18 19:27:11.987093 [ 4 ] {7f1bf948-c4b4-4209-bd98-9498f02d031a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17608 | 2025.07.18 19:27:11.987131 [ 4 ] {7f1bf948-c4b4-4209-bd98-9498f02d031a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17609 | 2025.07.18 19:27:11.987271 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17610 | 2025.07.18 19:27:11.987357 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
17611 | 2025.07.18 19:27:11.987447 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
17612 | 2025.07.18 19:27:11.987517 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001153897 sec., 25998.854317153087 rows/sec., 1.33 MiB/sec. | ||
17613 | 2025.07.18 19:27:11.987595 [ 4 ] {7f1bf948-c4b4-4209-bd98-9498f02d031a} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
17614 | 2025.07.18 19:27:11.987770 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} <Trace> MergedBlockOutputStream: filled checksums all_66_70_1 (state Temporary) | ||
17615 | 2025.07.18 19:27:11.988158 [ 4 ] {7f1bf948-c4b4-4209-bd98-9498f02d031a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17616 | 2025.07.18 19:27:11.988277 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_136_28 to all_141_141_0 | ||
17617 | 2025.07.18 19:27:11.988298 [ 4 ] {7f1bf948-c4b4-4209-bd98-9498f02d031a} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001736 sec., 176843.31797235023 rows/sec., 11.63 MiB/sec. | ||
17618 | 2025.07.18 19:27:11.988300 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17619 | 2025.07.18 19:27:11.988316 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_66_70_1 to all_66_70_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17620 | 2025.07.18 19:27:11.988328 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17621 | 2025.07.18 19:27:11.988336 [ 4 ] {7f1bf948-c4b4-4209-bd98-9498f02d031a} <Debug> TCPHandler: Processed in 0.001908649 sec. | ||
17622 | 2025.07.18 19:27:11.988404 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 5 parts: [all_66_66_0, all_70_70_0] -> all_66_70_1 | ||
17623 | 2025.07.18 19:27:11.988426 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_28 to all_141_141_0 into Compact with storage Full | ||
17624 | 2025.07.18 19:27:11.988449 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17625 | 2025.07.18 19:27:11.988494 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
17626 | 2025.07.18 19:27:11.988528 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17627 | 2025.07.18 19:27:11.988547 [ 4 ] {cbdebd35-09cb-48b0-92d5-d035ee00de91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
17628 | 2025.07.18 19:27:11.988560 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_136_28, total 52349 rows starting from the beginning of the part | ||
17629 | 2025.07.18 19:27:11.988595 [ 4 ] {cbdebd35-09cb-48b0-92d5-d035ee00de91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17630 | 2025.07.18 19:27:11.988629 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 307 rows starting from the beginning of the part | ||
17631 | 2025.07.18 19:27:11.988678 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part | ||
17632 | 2025.07.18 19:27:11.988721 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 309 rows starting from the beginning of the part | ||
17633 | 2025.07.18 19:27:11.988762 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 160 rows starting from the beginning of the part | ||
17634 | 2025.07.18 19:27:11.988801 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 307 rows starting from the beginning of the part | ||
17635 | 2025.07.18 19:27:11.988921 [ 4 ] {cbdebd35-09cb-48b0-92d5-d035ee00de91} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17636 | 2025.07.18 19:27:11.988961 [ 4 ] {cbdebd35-09cb-48b0-92d5-d035ee00de91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17637 | 2025.07.18 19:27:11.989432 [ 4 ] {cbdebd35-09cb-48b0-92d5-d035ee00de91} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
17638 | 2025.07.18 19:27:11.989964 [ 4 ] {cbdebd35-09cb-48b0-92d5-d035ee00de91} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17639 | 2025.07.18 19:27:11.990066 [ 135 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
17640 | 2025.07.18 19:27:11.990090 [ 135 ] {} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17641 | 2025.07.18 19:27:11.990100 [ 4 ] {cbdebd35-09cb-48b0-92d5-d035ee00de91} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001571 sec., 636.5372374283896 rows/sec., 42.89 KiB/sec. | ||
17642 | 2025.07.18 19:27:11.990108 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17643 | 2025.07.18 19:27:11.990136 [ 4 ] {cbdebd35-09cb-48b0-92d5-d035ee00de91} <Debug> TCPHandler: Processed in 0.001734357 sec. | ||
17644 | 2025.07.18 19:27:11.990180 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full | ||
17645 | 2025.07.18 19:27:11.990244 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17646 | 2025.07.18 19:27:11.990278 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17647 | 2025.07.18 19:27:11.990309 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 65 rows starting from the beginning of the part | ||
17648 | 2025.07.18 19:27:11.990340 [ 4 ] {7ef6b25d-0928-4d93-a878-21c86e0e3a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
17649 | 2025.07.18 19:27:11.990360 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1 rows starting from the beginning of the part | ||
17650 | 2025.07.18 19:27:11.990397 [ 4 ] {7ef6b25d-0928-4d93-a878-21c86e0e3a4d} <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 | ||
17651 | 2025.07.18 19:27:11.990411 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1 rows starting from the beginning of the part | ||
17652 | 2025.07.18 19:27:11.990457 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1 rows starting from the beginning of the part | ||
17653 | 2025.07.18 19:27:11.990495 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1 rows starting from the beginning of the part | ||
17654 | 2025.07.18 19:27:11.990534 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1 rows starting from the beginning of the part | ||
17655 | 2025.07.18 19:27:11.991269 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 4 columns (4 merged, 0 gathered) in 0.001119057 sec., 62552.66711168422 rows/sec., 4.12 MiB/sec. | ||
17656 | 2025.07.18 19:27:11.991322 [ 4 ] {7ef6b25d-0928-4d93-a878-21c86e0e3a4d} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17657 | 2025.07.18 19:27:11.991364 [ 4 ] {7ef6b25d-0928-4d93-a878-21c86e0e3a4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17658 | 2025.07.18 19:27:11.991523 [ 190 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
17659 | 2025.07.18 19:27:11.992114 [ 4 ] {7ef6b25d-0928-4d93-a878-21c86e0e3a4d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
17660 | 2025.07.18 19:27:11.992126 [ 190 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17661 | 2025.07.18 19:27:11.992226 [ 190 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
17662 | 2025.07.18 19:27:11.992327 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
17663 | 2025.07.18 19:27:11.992616 [ 4 ] {7ef6b25d-0928-4d93-a878-21c86e0e3a4d} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17664 | 2025.07.18 19:27:11.992766 [ 4 ] {7ef6b25d-0928-4d93-a878-21c86e0e3a4d} <Debug> executeQuery: Read 60 rows, 110.10 KiB in 0.002444 sec., 24549.918166939442 rows/sec., 43.99 MiB/sec. | ||
17665 | 2025.07.18 19:27:11.992820 [ 4 ] {7ef6b25d-0928-4d93-a878-21c86e0e3a4d} <Debug> TCPHandler: Processed in 0.002624231 sec. | ||
17666 | 2025.07.18 19:27:11.992931 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17667 | 2025.07.18 19:27:11.993023 [ 4 ] {6022aeba-4a8e-4674-a146-93bf2d32dc8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
17668 | 2025.07.18 19:27:11.993063 [ 4 ] {6022aeba-4a8e-4674-a146-93bf2d32dc8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17669 | 2025.07.18 19:27:11.993391 [ 4 ] {6022aeba-4a8e-4674-a146-93bf2d32dc8c} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17670 | 2025.07.18 19:27:11.993425 [ 4 ] {6022aeba-4a8e-4674-a146-93bf2d32dc8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17671 | 2025.07.18 19:27:11.993836 [ 4 ] {6022aeba-4a8e-4674-a146-93bf2d32dc8c} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
17672 | 2025.07.18 19:27:11.994258 [ 4 ] {6022aeba-4a8e-4674-a146-93bf2d32dc8c} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17673 | 2025.07.18 19:27:11.994394 [ 4 ] {6022aeba-4a8e-4674-a146-93bf2d32dc8c} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001388 sec., 73487.0317002882 rows/sec., 4.51 MiB/sec. | ||
17674 | 2025.07.18 19:27:11.994430 [ 4 ] {6022aeba-4a8e-4674-a146-93bf2d32dc8c} <Debug> TCPHandler: Processed in 0.001546224 sec. | ||
17675 | 2025.07.18 19:27:11.997720 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 53592 rows, containing 5 columns (5 merged, 0 gathered) in 0.009339564 sec., 5738169.362081571 rows/sec., 384.18 MiB/sec. | ||
17676 | 2025.07.18 19:27:11.998405 [ 198 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} <Trace> MergedBlockOutputStream: filled checksums all_1_141_29 (state Temporary) | ||
17677 | 2025.07.18 19:27:11.998949 [ 198 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_141_29 to all_1_141_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17678 | 2025.07.18 19:27:11.999023 [ 198 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_136_28, all_141_141_0] -> all_1_141_29 | ||
17679 | 2025.07.18 19:27:11.999108 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
17680 | 2025.07.18 19:27:13.127690 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 723 | ||
17681 | 2025.07.18 19:27:13.145299 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17682 | 2025.07.18 19:27:13.145345 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17683 | 2025.07.18 19:27:13.151588 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17684 | 2025.07.18 19:27:13.152765 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17685 | 2025.07.18 19:27:13.153136 [ 146 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17686 | 2025.07.18 19:27:13.153227 [ 146 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17687 | 2025.07.18 19:27:13.153263 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17688 | 2025.07.18 19:27:13.153433 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
17689 | 2025.07.18 19:27:13.155997 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 723 | ||
17690 | 2025.07.18 19:27:13.157468 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17691 | 2025.07.18 19:27:13.159026 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 685 rows starting from the beginning of the part | ||
17692 | 2025.07.18 19:27:13.163589 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part | ||
17693 | 2025.07.18 19:27:13.168346 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 8 rows starting from the beginning of the part | ||
17694 | 2025.07.18 19:27:13.173291 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 7 rows starting from the beginning of the part | ||
17695 | 2025.07.18 19:27:13.178259 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part | ||
17696 | 2025.07.18 19:27:13.182662 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 7 rows starting from the beginning of the part | ||
17697 | 2025.07.18 19:27:13.239716 [ 195 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 679 columns (679 merged, 0 gathered) in 0.086349658 sec., 8372.934146421287 rows/sec., 43.29 MiB/sec. | ||
17698 | 2025.07.18 19:27:13.242283 [ 195 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17699 | 2025.07.18 19:27:13.244546 [ 195 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17700 | 2025.07.18 19:27:13.244642 [ 195 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17701 | 2025.07.18 19:27:13.246240 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
17702 | 2025.07.18 19:27:14.000230 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 361.79 MiB, peak 379.20 MiB, free memory in arenas 0.00 B, will set to 360.70 MiB (RSS), difference: -1.09 MiB | ||
17703 | 2025.07.18 19:27:16.139567 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
17704 | 2025.07.18 19:27:16.139650 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
17705 | 2025.07.18 19:27:16.143192 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
17706 | 2025.07.18 19:27:16.608102 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17707 | 2025.07.18 19:27:16.608302 [ 4 ] {c6551057-50f6-4751-a38d-d2d7a86dd892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
17708 | 2025.07.18 19:27:16.608376 [ 4 ] {c6551057-50f6-4751-a38d-d2d7a86dd892} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
17709 | 2025.07.18 19:27:16.609015 [ 4 ] {c6551057-50f6-4751-a38d-d2d7a86dd892} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17710 | 2025.07.18 19:27:16.609061 [ 4 ] {c6551057-50f6-4751-a38d-d2d7a86dd892} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17711 | 2025.07.18 19:27:16.609576 [ 4 ] {c6551057-50f6-4751-a38d-d2d7a86dd892} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
17712 | 2025.07.18 19:27:16.610060 [ 4 ] {c6551057-50f6-4751-a38d-d2d7a86dd892} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17713 | 2025.07.18 19:27:16.610216 [ 4 ] {c6551057-50f6-4751-a38d-d2d7a86dd892} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001969 sec., 1015.7440325038091 rows/sec., 82.83 KiB/sec. | ||
17714 | 2025.07.18 19:27:16.610258 [ 4 ] {c6551057-50f6-4751-a38d-d2d7a86dd892} <Debug> TCPHandler: Processed in 0.002293625 sec. | ||
17715 | 2025.07.18 19:27:16.610378 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17716 | 2025.07.18 19:27:16.610474 [ 4 ] {c3abb1d1-5b8f-43c7-ae75-e5bf5e4ae24d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
17717 | 2025.07.18 19:27:16.610514 [ 4 ] {c3abb1d1-5b8f-43c7-ae75-e5bf5e4ae24d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17718 | 2025.07.18 19:27:16.611544 [ 4 ] {c3abb1d1-5b8f-43c7-ae75-e5bf5e4ae24d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17719 | 2025.07.18 19:27:16.611580 [ 4 ] {c3abb1d1-5b8f-43c7-ae75-e5bf5e4ae24d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17720 | 2025.07.18 19:27:16.612153 [ 4 ] {c3abb1d1-5b8f-43c7-ae75-e5bf5e4ae24d} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
17721 | 2025.07.18 19:27:16.612609 [ 4 ] {c3abb1d1-5b8f-43c7-ae75-e5bf5e4ae24d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17722 | 2025.07.18 19:27:16.612747 [ 4 ] {c3abb1d1-5b8f-43c7-ae75-e5bf5e4ae24d} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.002292 sec., 522251.3089005235 rows/sec., 43.05 MiB/sec. | ||
17723 | 2025.07.18 19:27:16.612787 [ 4 ] {c3abb1d1-5b8f-43c7-ae75-e5bf5e4ae24d} <Debug> TCPHandler: Processed in 0.002458858 sec. | ||
17724 | 2025.07.18 19:27:16.612903 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17725 | 2025.07.18 19:27:16.612997 [ 4 ] {772b0392-5855-4ca9-b6b4-04850dfcc77e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
17726 | 2025.07.18 19:27:16.613038 [ 4 ] {772b0392-5855-4ca9-b6b4-04850dfcc77e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17727 | 2025.07.18 19:27:16.613432 [ 4 ] {772b0392-5855-4ca9-b6b4-04850dfcc77e} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17728 | 2025.07.18 19:27:16.613468 [ 4 ] {772b0392-5855-4ca9-b6b4-04850dfcc77e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17729 | 2025.07.18 19:27:16.613871 [ 4 ] {772b0392-5855-4ca9-b6b4-04850dfcc77e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
17730 | 2025.07.18 19:27:16.614303 [ 4 ] {772b0392-5855-4ca9-b6b4-04850dfcc77e} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17731 | 2025.07.18 19:27:16.614437 [ 4 ] {772b0392-5855-4ca9-b6b4-04850dfcc77e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001457 sec., 1372.6835964310226 rows/sec., 95.85 KiB/sec. | ||
17732 | 2025.07.18 19:27:16.614475 [ 4 ] {772b0392-5855-4ca9-b6b4-04850dfcc77e} <Debug> TCPHandler: Processed in 0.001621065 sec. | ||
17733 | 2025.07.18 19:27:16.614584 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17734 | 2025.07.18 19:27:16.614678 [ 4 ] {aa2af093-c78f-4b18-b1a0-b2804c5ba719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
17735 | 2025.07.18 19:27:16.614718 [ 4 ] {aa2af093-c78f-4b18-b1a0-b2804c5ba719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17736 | 2025.07.18 19:27:16.615211 [ 4 ] {aa2af093-c78f-4b18-b1a0-b2804c5ba719} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17737 | 2025.07.18 19:27:16.615247 [ 4 ] {aa2af093-c78f-4b18-b1a0-b2804c5ba719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17738 | 2025.07.18 19:27:16.615682 [ 4 ] {aa2af093-c78f-4b18-b1a0-b2804c5ba719} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
17739 | 2025.07.18 19:27:16.616169 [ 4 ] {aa2af093-c78f-4b18-b1a0-b2804c5ba719} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17740 | 2025.07.18 19:27:16.616302 [ 4 ] {aa2af093-c78f-4b18-b1a0-b2804c5ba719} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001642 sec., 138855.05481120583 rows/sec., 9.40 MiB/sec. | ||
17741 | 2025.07.18 19:27:16.616340 [ 4 ] {aa2af093-c78f-4b18-b1a0-b2804c5ba719} <Debug> TCPHandler: Processed in 0.001804238 sec. | ||
17742 | 2025.07.18 19:27:16.616450 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17743 | 2025.07.18 19:27:16.616544 [ 4 ] {f402c338-b56a-40b5-8456-24f14310b0a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
17744 | 2025.07.18 19:27:16.616583 [ 4 ] {f402c338-b56a-40b5-8456-24f14310b0a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17745 | 2025.07.18 19:27:16.617170 [ 4 ] {f402c338-b56a-40b5-8456-24f14310b0a2} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17746 | 2025.07.18 19:27:16.617206 [ 4 ] {f402c338-b56a-40b5-8456-24f14310b0a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17747 | 2025.07.18 19:27:16.617643 [ 4 ] {f402c338-b56a-40b5-8456-24f14310b0a2} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
17748 | 2025.07.18 19:27:16.618082 [ 4 ] {f402c338-b56a-40b5-8456-24f14310b0a2} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17749 | 2025.07.18 19:27:16.618222 [ 4 ] {f402c338-b56a-40b5-8456-24f14310b0a2} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.001695 sec., 307964.60176991153 rows/sec., 22.80 MiB/sec. | ||
17750 | 2025.07.18 19:27:16.618260 [ 4 ] {f402c338-b56a-40b5-8456-24f14310b0a2} <Debug> TCPHandler: Processed in 0.001858388 sec. | ||
17751 | 2025.07.18 19:27:16.618316 [ 220 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
17752 | 2025.07.18 19:27:16.618371 [ 220 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
17753 | 2025.07.18 19:27:16.618371 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17754 | 2025.07.18 19:27:16.618478 [ 4 ] {2c1b9c04-04ff-41df-8406-95474ef5a2f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
17755 | 2025.07.18 19:27:16.618523 [ 4 ] {2c1b9c04-04ff-41df-8406-95474ef5a2f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17756 | 2025.07.18 19:27:16.619128 [ 4 ] {2c1b9c04-04ff-41df-8406-95474ef5a2f8} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17757 | 2025.07.18 19:27:16.619164 [ 4 ] {2c1b9c04-04ff-41df-8406-95474ef5a2f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17758 | 2025.07.18 19:27:16.619690 [ 4 ] {2c1b9c04-04ff-41df-8406-95474ef5a2f8} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
17759 | 2025.07.18 19:27:16.620159 [ 4 ] {2c1b9c04-04ff-41df-8406-95474ef5a2f8} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17760 | 2025.07.18 19:27:16.620289 [ 4 ] {2c1b9c04-04ff-41df-8406-95474ef5a2f8} <Debug> executeQuery: Read 1007 rows, 69.31 KiB in 0.001876 sec., 536780.3837953091 rows/sec., 36.08 MiB/sec. | ||
17761 | 2025.07.18 19:27:16.620325 [ 4 ] {2c1b9c04-04ff-41df-8406-95474ef5a2f8} <Debug> TCPHandler: Processed in 0.002052592 sec. | ||
17762 | 2025.07.18 19:27:16.620431 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17763 | 2025.07.18 19:27:16.620520 [ 4 ] {aa4d1ba2-8080-46b3-9afc-aa4e43b26dce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
17764 | 2025.07.18 19:27:16.620628 [ 4 ] {aa4d1ba2-8080-46b3-9afc-aa4e43b26dce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17765 | 2025.07.18 19:27:16.620687 [ 220 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
17766 | 2025.07.18 19:27:16.620974 [ 4 ] {aa4d1ba2-8080-46b3-9afc-aa4e43b26dce} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17767 | 2025.07.18 19:27:16.621014 [ 4 ] {aa4d1ba2-8080-46b3-9afc-aa4e43b26dce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17768 | 2025.07.18 19:27:16.621431 [ 4 ] {aa4d1ba2-8080-46b3-9afc-aa4e43b26dce} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
17769 | 2025.07.18 19:27:16.621870 [ 4 ] {aa4d1ba2-8080-46b3-9afc-aa4e43b26dce} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17770 | 2025.07.18 19:27:16.621993 [ 150 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
17771 | 2025.07.18 19:27:16.622004 [ 4 ] {aa4d1ba2-8080-46b3-9afc-aa4e43b26dce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec. | ||
17772 | 2025.07.18 19:27:16.622060 [ 150 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17773 | 2025.07.18 19:27:16.622067 [ 4 ] {aa4d1ba2-8080-46b3-9afc-aa4e43b26dce} <Debug> TCPHandler: Processed in 0.001626815 sec. | ||
17774 | 2025.07.18 19:27:16.622088 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17775 | 2025.07.18 19:27:16.622200 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
17776 | 2025.07.18 19:27:16.622337 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17777 | 2025.07.18 19:27:16.622375 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 10836 rows starting from the beginning of the part | ||
17778 | 2025.07.18 19:27:16.622446 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part | ||
17779 | 2025.07.18 19:27:16.622495 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 102 rows starting from the beginning of the part | ||
17780 | 2025.07.18 19:27:16.622544 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part | ||
17781 | 2025.07.18 19:27:16.622588 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 102 rows starting from the beginning of the part | ||
17782 | 2025.07.18 19:27:16.622630 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 60 rows starting from the beginning of the part | ||
17783 | 2025.07.18 19:27:16.625186 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11220 rows, containing 4 columns (4 merged, 0 gathered) in 0.003026427 sec., 3707342.0241096183 rows/sec., 235.86 MiB/sec. | ||
17784 | 2025.07.18 19:27:16.625808 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
17785 | 2025.07.18 19:27:16.626444 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17786 | 2025.07.18 19:27:16.626527 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
17787 | 2025.07.18 19:27:16.626628 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB. | ||
17788 | 2025.07.18 19:27:17.185984 [ 219 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
17789 | 2025.07.18 19:27:17.186048 [ 219 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
17790 | 2025.07.18 19:27:17.188900 [ 219 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
17791 | 2025.07.18 19:27:18.203329 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44469 | ||
17792 | 2025.07.18 19:27:18.203910 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17793 | 2025.07.18 19:27:18.203952 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17794 | 2025.07.18 19:27:18.204554 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
17795 | 2025.07.18 19:27:18.205043 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17796 | 2025.07.18 19:27:18.205186 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44469 | ||
17797 | 2025.07.18 19:27:20.656176 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 731 | ||
17798 | 2025.07.18 19:27:20.674259 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17799 | 2025.07.18 19:27:20.674305 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17800 | 2025.07.18 19:27:20.680575 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
17801 | 2025.07.18 19:27:20.681718 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17802 | 2025.07.18 19:27:20.684858 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 731 | ||
17803 | 2025.07.18 19:27:20.837341 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2420 | ||
17804 | 2025.07.18 19:27:20.839829 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17805 | 2025.07.18 19:27:20.839870 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17806 | 2025.07.18 19:27:20.841214 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
17807 | 2025.07.18 19:27:20.841665 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17808 | 2025.07.18 19:27:20.841927 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2420 | ||
17809 | 2025.07.18 19:27:21.971518 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17810 | 2025.07.18 19:27:21.971711 [ 4 ] {27038ea2-4616-44c0-a50d-ad23823df2a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
17811 | 2025.07.18 19:27:21.971781 [ 4 ] {27038ea2-4616-44c0-a50d-ad23823df2a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
17812 | 2025.07.18 19:27:21.972627 [ 4 ] {27038ea2-4616-44c0-a50d-ad23823df2a5} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17813 | 2025.07.18 19:27:21.972669 [ 4 ] {27038ea2-4616-44c0-a50d-ad23823df2a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17814 | 2025.07.18 19:27:21.973360 [ 4 ] {27038ea2-4616-44c0-a50d-ad23823df2a5} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
17815 | 2025.07.18 19:27:21.973802 [ 4 ] {27038ea2-4616-44c0-a50d-ad23823df2a5} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17816 | 2025.07.18 19:27:21.973960 [ 4 ] {27038ea2-4616-44c0-a50d-ad23823df2a5} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.002301 sec., 170360.7127335941 rows/sec., 10.81 MiB/sec. | ||
17817 | 2025.07.18 19:27:21.974008 [ 4 ] {27038ea2-4616-44c0-a50d-ad23823df2a5} <Debug> TCPHandler: Processed in 0.002620531 sec. | ||
17818 | 2025.07.18 19:27:21.974130 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17819 | 2025.07.18 19:27:21.974224 [ 4 ] {5e47116e-ed1e-432f-90d9-954e14700562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
17820 | 2025.07.18 19:27:21.974264 [ 4 ] {5e47116e-ed1e-432f-90d9-954e14700562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17821 | 2025.07.18 19:27:21.975280 [ 4 ] {5e47116e-ed1e-432f-90d9-954e14700562} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17822 | 2025.07.18 19:27:21.975316 [ 4 ] {5e47116e-ed1e-432f-90d9-954e14700562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17823 | 2025.07.18 19:27:21.975794 [ 4 ] {5e47116e-ed1e-432f-90d9-954e14700562} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
17824 | 2025.07.18 19:27:21.976270 [ 4 ] {5e47116e-ed1e-432f-90d9-954e14700562} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17825 | 2025.07.18 19:27:21.976407 [ 4 ] {5e47116e-ed1e-432f-90d9-954e14700562} <Debug> executeQuery: Read 1187 rows, 97.49 KiB in 0.002201 sec., 539300.3180372558 rows/sec., 43.26 MiB/sec. | ||
17826 | 2025.07.18 19:27:21.976446 [ 4 ] {5e47116e-ed1e-432f-90d9-954e14700562} <Debug> TCPHandler: Processed in 0.002363506 sec. | ||
17827 | 2025.07.18 19:27:21.976562 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17828 | 2025.07.18 19:27:21.976655 [ 4 ] {b8851397-c227-49b2-8c8e-92fc6c26ffec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
17829 | 2025.07.18 19:27:21.976693 [ 4 ] {b8851397-c227-49b2-8c8e-92fc6c26ffec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17830 | 2025.07.18 19:27:21.977197 [ 4 ] {b8851397-c227-49b2-8c8e-92fc6c26ffec} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17831 | 2025.07.18 19:27:21.977232 [ 4 ] {b8851397-c227-49b2-8c8e-92fc6c26ffec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17832 | 2025.07.18 19:27:21.977678 [ 4 ] {b8851397-c227-49b2-8c8e-92fc6c26ffec} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
17833 | 2025.07.18 19:27:21.978087 [ 4 ] {b8851397-c227-49b2-8c8e-92fc6c26ffec} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17834 | 2025.07.18 19:27:21.978202 [ 140 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 | ||
17835 | 2025.07.18 19:27:21.978219 [ 4 ] {b8851397-c227-49b2-8c8e-92fc6c26ffec} <Debug> executeQuery: Read 256 rows, 16.29 KiB in 0.001582 sec., 161820.4804045512 rows/sec., 10.05 MiB/sec. | ||
17836 | 2025.07.18 19:27:21.978274 [ 140 ] {} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17837 | 2025.07.18 19:27:21.978283 [ 4 ] {b8851397-c227-49b2-8c8e-92fc6c26ffec} <Debug> TCPHandler: Processed in 0.001767807 sec. | ||
17838 | 2025.07.18 19:27:21.978305 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17839 | 2025.07.18 19:27:21.978409 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17840 | 2025.07.18 19:27:21.978409 [ 200 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full | ||
17841 | 2025.07.18 19:27:21.978516 [ 4 ] {0d49ba77-e227-4963-922c-b2dd40508d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
17842 | 2025.07.18 19:27:21.978547 [ 200 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17843 | 2025.07.18 19:27:21.978560 [ 4 ] {0d49ba77-e227-4963-922c-b2dd40508d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17844 | 2025.07.18 19:27:21.978584 [ 200 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 271 rows starting from the beginning of the part | ||
17845 | 2025.07.18 19:27:21.978657 [ 200 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 256 rows starting from the beginning of the part | ||
17846 | 2025.07.18 19:27:21.978702 [ 200 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 260 rows starting from the beginning of the part | ||
17847 | 2025.07.18 19:27:21.978747 [ 200 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 256 rows starting from the beginning of the part | ||
17848 | 2025.07.18 19:27:21.978787 [ 200 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 2 rows starting from the beginning of the part | ||
17849 | 2025.07.18 19:27:21.978824 [ 200 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 256 rows starting from the beginning of the part | ||
17850 | 2025.07.18 19:27:21.979049 [ 4 ] {0d49ba77-e227-4963-922c-b2dd40508d45} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17851 | 2025.07.18 19:27:21.979091 [ 4 ] {0d49ba77-e227-4963-922c-b2dd40508d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17852 | 2025.07.18 19:27:21.979516 [ 4 ] {0d49ba77-e227-4963-922c-b2dd40508d45} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
17853 | 2025.07.18 19:27:21.979802 [ 191 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1301 rows, containing 5 columns (5 merged, 0 gathered) in 0.001437163 sec., 905255.7016844993 rows/sec., 59.78 MiB/sec. | ||
17854 | 2025.07.18 19:27:21.979943 [ 4 ] {0d49ba77-e227-4963-922c-b2dd40508d45} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17855 | 2025.07.18 19:27:21.980037 [ 191 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
17856 | 2025.07.18 19:27:21.980078 [ 4 ] {0d49ba77-e227-4963-922c-b2dd40508d45} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.00158 sec., 128481.01265822785 rows/sec., 8.29 MiB/sec. | ||
17857 | 2025.07.18 19:27:21.980115 [ 4 ] {0d49ba77-e227-4963-922c-b2dd40508d45} <Debug> TCPHandler: Processed in 0.001756916 sec. | ||
17858 | 2025.07.18 19:27:21.980222 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17859 | 2025.07.18 19:27:21.980314 [ 4 ] {bb1b35b8-5b52-461d-badf-1f909e035823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
17860 | 2025.07.18 19:27:21.980353 [ 4 ] {bb1b35b8-5b52-461d-badf-1f909e035823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17861 | 2025.07.18 19:27:21.980631 [ 191 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17862 | 2025.07.18 19:27:21.980697 [ 191 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 | ||
17863 | 2025.07.18 19:27:21.980772 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
17864 | 2025.07.18 19:27:21.980796 [ 4 ] {bb1b35b8-5b52-461d-badf-1f909e035823} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17865 | 2025.07.18 19:27:21.980830 [ 4 ] {bb1b35b8-5b52-461d-badf-1f909e035823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17866 | 2025.07.18 19:27:21.981220 [ 4 ] {bb1b35b8-5b52-461d-badf-1f909e035823} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
17867 | 2025.07.18 19:27:21.981664 [ 4 ] {bb1b35b8-5b52-461d-badf-1f909e035823} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17868 | 2025.07.18 19:27:21.981785 [ 4 ] {bb1b35b8-5b52-461d-badf-1f909e035823} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001495 sec., 135117.0568561873 rows/sec., 7.67 MiB/sec. | ||
17869 | 2025.07.18 19:27:21.981819 [ 4 ] {bb1b35b8-5b52-461d-badf-1f909e035823} <Debug> TCPHandler: Processed in 0.001653186 sec. | ||
17870 | 2025.07.18 19:27:21.981921 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17871 | 2025.07.18 19:27:21.982007 [ 4 ] {a8bce52d-0b52-4d32-8b77-6775b354d807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
17872 | 2025.07.18 19:27:21.982049 [ 4 ] {a8bce52d-0b52-4d32-8b77-6775b354d807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17873 | 2025.07.18 19:27:21.982723 [ 4 ] {a8bce52d-0b52-4d32-8b77-6775b354d807} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17874 | 2025.07.18 19:27:21.982759 [ 4 ] {a8bce52d-0b52-4d32-8b77-6775b354d807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17875 | 2025.07.18 19:27:21.983223 [ 4 ] {a8bce52d-0b52-4d32-8b77-6775b354d807} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
17876 | 2025.07.18 19:27:21.983684 [ 4 ] {a8bce52d-0b52-4d32-8b77-6775b354d807} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17877 | 2025.07.18 19:27:21.983823 [ 4 ] {a8bce52d-0b52-4d32-8b77-6775b354d807} <Debug> executeQuery: Read 712 rows, 51.37 KiB in 0.001811 sec., 393152.95416896744 rows/sec., 27.70 MiB/sec. | ||
17878 | 2025.07.18 19:27:21.983860 [ 4 ] {a8bce52d-0b52-4d32-8b77-6775b354d807} <Debug> TCPHandler: Processed in 0.00196985 sec. | ||
17879 | 2025.07.18 19:27:21.983978 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17880 | 2025.07.18 19:27:21.984080 [ 4 ] {27b35b27-e7c0-4f15-9d19-7c037e6c16d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
17881 | 2025.07.18 19:27:21.984122 [ 4 ] {27b35b27-e7c0-4f15-9d19-7c037e6c16d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17882 | 2025.07.18 19:27:21.984483 [ 4 ] {27b35b27-e7c0-4f15-9d19-7c037e6c16d8} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17883 | 2025.07.18 19:27:21.984517 [ 4 ] {27b35b27-e7c0-4f15-9d19-7c037e6c16d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17884 | 2025.07.18 19:27:21.984930 [ 4 ] {27b35b27-e7c0-4f15-9d19-7c037e6c16d8} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
17885 | 2025.07.18 19:27:21.985359 [ 4 ] {27b35b27-e7c0-4f15-9d19-7c037e6c16d8} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17886 | 2025.07.18 19:27:21.985490 [ 4 ] {27b35b27-e7c0-4f15-9d19-7c037e6c16d8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00143 sec., 4195.804195804196 rows/sec., 219.21 KiB/sec. | ||
17887 | 2025.07.18 19:27:21.985526 [ 4 ] {27b35b27-e7c0-4f15-9d19-7c037e6c16d8} <Debug> TCPHandler: Processed in 0.001594855 sec. | ||
17888 | 2025.07.18 19:27:21.985633 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17889 | 2025.07.18 19:27:21.985747 [ 4 ] {9ddf9a1a-a5a4-4761-8933-4361dd242e43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
17890 | 2025.07.18 19:27:21.985791 [ 4 ] {9ddf9a1a-a5a4-4761-8933-4361dd242e43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17891 | 2025.07.18 19:27:21.986226 [ 4 ] {9ddf9a1a-a5a4-4761-8933-4361dd242e43} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17892 | 2025.07.18 19:27:21.986260 [ 4 ] {9ddf9a1a-a5a4-4761-8933-4361dd242e43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17893 | 2025.07.18 19:27:21.986691 [ 4 ] {9ddf9a1a-a5a4-4761-8933-4361dd242e43} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
17894 | 2025.07.18 19:27:21.987145 [ 4 ] {9ddf9a1a-a5a4-4761-8933-4361dd242e43} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17895 | 2025.07.18 19:27:21.987273 [ 4 ] {9ddf9a1a-a5a4-4761-8933-4361dd242e43} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001547 sec., 198448.6102133161 rows/sec., 13.05 MiB/sec. | ||
17896 | 2025.07.18 19:27:21.987309 [ 4 ] {9ddf9a1a-a5a4-4761-8933-4361dd242e43} <Debug> TCPHandler: Processed in 0.001723046 sec. | ||
17897 | 2025.07.18 19:27:21.987414 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17898 | 2025.07.18 19:27:21.987505 [ 4 ] {5ffc4002-ff03-4764-ad60-041c30b12c10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
17899 | 2025.07.18 19:27:21.987546 [ 4 ] {5ffc4002-ff03-4764-ad60-041c30b12c10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17900 | 2025.07.18 19:27:21.987860 [ 4 ] {5ffc4002-ff03-4764-ad60-041c30b12c10} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17901 | 2025.07.18 19:27:21.987893 [ 4 ] {5ffc4002-ff03-4764-ad60-041c30b12c10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17902 | 2025.07.18 19:27:21.988292 [ 4 ] {5ffc4002-ff03-4764-ad60-041c30b12c10} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
17903 | 2025.07.18 19:27:21.988719 [ 4 ] {5ffc4002-ff03-4764-ad60-041c30b12c10} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17904 | 2025.07.18 19:27:21.988847 [ 4 ] {5ffc4002-ff03-4764-ad60-041c30b12c10} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00136 sec., 735.2941176470588 rows/sec., 49.55 KiB/sec. | ||
17905 | 2025.07.18 19:27:21.988882 [ 4 ] {5ffc4002-ff03-4764-ad60-041c30b12c10} <Debug> TCPHandler: Processed in 0.001515563 sec. | ||
17906 | 2025.07.18 19:27:21.988986 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17907 | 2025.07.18 19:27:21.989077 [ 4 ] {abfca555-4ce0-4611-91cb-bef21826740b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
17908 | 2025.07.18 19:27:21.989129 [ 4 ] {abfca555-4ce0-4611-91cb-bef21826740b} <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 | ||
17909 | 2025.07.18 19:27:21.990070 [ 4 ] {abfca555-4ce0-4611-91cb-bef21826740b} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17910 | 2025.07.18 19:27:21.990104 [ 4 ] {abfca555-4ce0-4611-91cb-bef21826740b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17911 | 2025.07.18 19:27:21.990787 [ 4 ] {abfca555-4ce0-4611-91cb-bef21826740b} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
17912 | 2025.07.18 19:27:21.991215 [ 4 ] {abfca555-4ce0-4611-91cb-bef21826740b} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17913 | 2025.07.18 19:27:21.991322 [ 143 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
17914 | 2025.07.18 19:27:21.991354 [ 4 ] {abfca555-4ce0-4611-91cb-bef21826740b} <Debug> executeQuery: Read 60 rows, 110.10 KiB in 0.002295 sec., 26143.7908496732 rows/sec., 46.85 MiB/sec. | ||
17915 | 2025.07.18 19:27:21.991363 [ 143 ] {} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17916 | 2025.07.18 19:27:21.991388 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17917 | 2025.07.18 19:27:21.991420 [ 4 ] {abfca555-4ce0-4611-91cb-bef21826740b} <Debug> TCPHandler: Processed in 0.002480718 sec. | ||
17918 | 2025.07.18 19:27:21.991471 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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 | ||
17919 | 2025.07.18 19:27:21.991531 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17920 | 2025.07.18 19:27:21.991628 [ 4 ] {c343bf25-39d5-48d5-b133-6acd9bb75c72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
17921 | 2025.07.18 19:27:21.991668 [ 4 ] {c343bf25-39d5-48d5-b133-6acd9bb75c72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17922 | 2025.07.18 19:27:21.991677 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17923 | 2025.07.18 19:27:21.991734 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2701 rows starting from the beginning of the part | ||
17924 | 2025.07.18 19:27:21.991846 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 57 rows starting from the beginning of the part | ||
17925 | 2025.07.18 19:27:21.991945 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
17926 | 2025.07.18 19:27:21.991997 [ 4 ] {c343bf25-39d5-48d5-b133-6acd9bb75c72} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17927 | 2025.07.18 19:27:21.992036 [ 4 ] {c343bf25-39d5-48d5-b133-6acd9bb75c72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17928 | 2025.07.18 19:27:21.992037 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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 | ||
17929 | 2025.07.18 19:27:21.992145 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
17930 | 2025.07.18 19:27:21.992235 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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 | ||
17931 | 2025.07.18 19:27:21.992456 [ 4 ] {c343bf25-39d5-48d5-b133-6acd9bb75c72} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
17932 | 2025.07.18 19:27:21.992916 [ 4 ] {c343bf25-39d5-48d5-b133-6acd9bb75c72} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17933 | 2025.07.18 19:27:21.993048 [ 4 ] {c343bf25-39d5-48d5-b133-6acd9bb75c72} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001439 sec., 70882.5573314802 rows/sec., 4.35 MiB/sec. | ||
17934 | 2025.07.18 19:27:21.993083 [ 4 ] {c343bf25-39d5-48d5-b133-6acd9bb75c72} <Debug> TCPHandler: Processed in 0.001600425 sec. | ||
17935 | 2025.07.18 19:27:21.993104 [ 224 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
17936 | 2025.07.18 19:27:21.993140 [ 224 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
17937 | 2025.07.18 19:27:21.995868 [ 224 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
17938 | 2025.07.18 19:27:22.000179 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 379.62 MiB, peak 379.62 MiB, free memory in arenas 0.00 B, will set to 362.69 MiB (RSS), difference: -16.93 MiB | ||
17939 | 2025.07.18 19:27:22.001970 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2998 rows, containing 19 columns (19 merged, 0 gathered) in 0.010532641 sec., 284638.9618710065 rows/sec., 510.06 MiB/sec. | ||
17940 | 2025.07.18 19:27:22.004513 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
17941 | 2025.07.18 19:27:22.005130 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17942 | 2025.07.18 19:27:22.005202 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
17943 | 2025.07.18 19:27:22.005300 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.08 MiB. | ||
17944 | 2025.07.18 19:27:23.000250 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 344.64 MiB, peak 379.62 MiB, free memory in arenas 0.00 B, will set to 364.79 MiB (RSS), difference: 20.15 MiB | ||
17945 | 2025.07.18 19:27:25.466765 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
17946 | 2025.07.18 19:27:25.466814 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
17947 | 2025.07.18 19:27:25.705425 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44896 | ||
17948 | 2025.07.18 19:27:25.705932 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17949 | 2025.07.18 19:27:25.705972 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17950 | 2025.07.18 19:27:25.706576 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
17951 | 2025.07.18 19:27:25.707120 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17952 | 2025.07.18 19:27:25.707252 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44896 | ||
17953 | 2025.07.18 19:27:26.958349 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17954 | 2025.07.18 19:27:26.958605 [ 4 ] {1364a28c-6667-49dd-865a-13812f83c74d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
17955 | 2025.07.18 19:27:26.958707 [ 4 ] {1364a28c-6667-49dd-865a-13812f83c74d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17956 | 2025.07.18 19:27:26.959487 [ 4 ] {1364a28c-6667-49dd-865a-13812f83c74d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17957 | 2025.07.18 19:27:26.959537 [ 4 ] {1364a28c-6667-49dd-865a-13812f83c74d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17958 | 2025.07.18 19:27:26.960107 [ 4 ] {1364a28c-6667-49dd-865a-13812f83c74d} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
17959 | 2025.07.18 19:27:26.960563 [ 4 ] {1364a28c-6667-49dd-865a-13812f83c74d} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17960 | 2025.07.18 19:27:26.960731 [ 4 ] {1364a28c-6667-49dd-865a-13812f83c74d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002197 sec., 25489.30359581247 rows/sec., 1.96 MiB/sec. | ||
17961 | 2025.07.18 19:27:26.960781 [ 4 ] {1364a28c-6667-49dd-865a-13812f83c74d} <Debug> TCPHandler: Processed in 0.00260284 sec. | ||
17962 | 2025.07.18 19:27:26.960896 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17963 | 2025.07.18 19:27:26.960999 [ 4 ] {ca8ba037-9099-4095-86d0-0c20eef42894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
17964 | 2025.07.18 19:27:26.961043 [ 4 ] {ca8ba037-9099-4095-86d0-0c20eef42894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17965 | 2025.07.18 19:27:26.961469 [ 4 ] {ca8ba037-9099-4095-86d0-0c20eef42894} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17966 | 2025.07.18 19:27:26.961507 [ 4 ] {ca8ba037-9099-4095-86d0-0c20eef42894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17967 | 2025.07.18 19:27:26.961939 [ 4 ] {ca8ba037-9099-4095-86d0-0c20eef42894} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
17968 | 2025.07.18 19:27:26.962435 [ 4 ] {ca8ba037-9099-4095-86d0-0c20eef42894} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17969 | 2025.07.18 19:27:26.962577 [ 4 ] {ca8ba037-9099-4095-86d0-0c20eef42894} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001602 sec., 39950.062421972536 rows/sec., 3.12 MiB/sec. | ||
17970 | 2025.07.18 19:27:26.962617 [ 4 ] {ca8ba037-9099-4095-86d0-0c20eef42894} <Debug> TCPHandler: Processed in 0.001773248 sec. | ||
17971 | 2025.07.18 19:27:26.962738 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17972 | 2025.07.18 19:27:26.962836 [ 4 ] {232b7204-3d38-492a-acbf-02a24dadbb29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
17973 | 2025.07.18 19:27:26.962881 [ 4 ] {232b7204-3d38-492a-acbf-02a24dadbb29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17974 | 2025.07.18 19:27:26.963297 [ 4 ] {232b7204-3d38-492a-acbf-02a24dadbb29} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17975 | 2025.07.18 19:27:26.963334 [ 4 ] {232b7204-3d38-492a-acbf-02a24dadbb29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17976 | 2025.07.18 19:27:26.963781 [ 4 ] {232b7204-3d38-492a-acbf-02a24dadbb29} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
17977 | 2025.07.18 19:27:26.964218 [ 4 ] {232b7204-3d38-492a-acbf-02a24dadbb29} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17978 | 2025.07.18 19:27:26.964356 [ 4 ] {232b7204-3d38-492a-acbf-02a24dadbb29} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00154 sec., 103896.1038961039 rows/sec., 7.24 MiB/sec. | ||
17979 | 2025.07.18 19:27:26.964394 [ 4 ] {232b7204-3d38-492a-acbf-02a24dadbb29} <Debug> TCPHandler: Processed in 0.001706126 sec. | ||
17980 | 2025.07.18 19:27:26.964497 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17981 | 2025.07.18 19:27:26.964592 [ 4 ] {a3d93bce-fb40-4103-9384-ad9a7e2ffe9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
17982 | 2025.07.18 19:27:26.964635 [ 4 ] {a3d93bce-fb40-4103-9384-ad9a7e2ffe9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17983 | 2025.07.18 19:27:26.964973 [ 4 ] {a3d93bce-fb40-4103-9384-ad9a7e2ffe9d} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17984 | 2025.07.18 19:27:26.965010 [ 4 ] {a3d93bce-fb40-4103-9384-ad9a7e2ffe9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17985 | 2025.07.18 19:27:26.965472 [ 4 ] {a3d93bce-fb40-4103-9384-ad9a7e2ffe9d} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
17986 | 2025.07.18 19:27:26.965906 [ 4 ] {a3d93bce-fb40-4103-9384-ad9a7e2ffe9d} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17987 | 2025.07.18 19:27:26.966042 [ 4 ] {a3d93bce-fb40-4103-9384-ad9a7e2ffe9d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001468 sec., 40871.934604904636 rows/sec., 2.75 MiB/sec. | ||
17988 | 2025.07.18 19:27:26.966078 [ 4 ] {a3d93bce-fb40-4103-9384-ad9a7e2ffe9d} <Debug> TCPHandler: Processed in 0.001630535 sec. | ||
17989 | 2025.07.18 19:27:28.185052 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 738 | ||
17990 | 2025.07.18 19:27:28.203556 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17991 | 2025.07.18 19:27:28.203602 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17992 | 2025.07.18 19:27:28.210092 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
17993 | 2025.07.18 19:27:28.211265 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17994 | 2025.07.18 19:27:28.214418 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 738 | ||
17995 | 2025.07.18 19:27:30.842267 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2450 | ||
17996 | 2025.07.18 19:27:30.844702 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17997 | 2025.07.18 19:27:30.844758 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
17998 | 2025.07.18 19:27:30.846081 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
17999 | 2025.07.18 19:27:30.846547 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18000 | 2025.07.18 19:27:30.846839 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2450 | ||
18001 | 2025.07.18 19:27:31.234946 [ 222 ] {} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Found 6 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
18002 | 2025.07.18 19:27:31.235005 [ 222 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Removing 6 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
18003 | 2025.07.18 19:27:31.238228 [ 222 ] {} <Debug> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Removing 6 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
18004 | 2025.07.18 19:27:31.971539 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18005 | 2025.07.18 19:27:31.971731 [ 4 ] {643db5ae-d892-44a5-ac0d-ab31ad0c24dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
18006 | 2025.07.18 19:27:31.971802 [ 4 ] {643db5ae-d892-44a5-ac0d-ab31ad0c24dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
18007 | 2025.07.18 19:27:31.972599 [ 4 ] {643db5ae-d892-44a5-ac0d-ab31ad0c24dd} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18008 | 2025.07.18 19:27:31.972641 [ 4 ] {643db5ae-d892-44a5-ac0d-ab31ad0c24dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18009 | 2025.07.18 19:27:31.973398 [ 4 ] {643db5ae-d892-44a5-ac0d-ab31ad0c24dd} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
18010 | 2025.07.18 19:27:31.973833 [ 4 ] {643db5ae-d892-44a5-ac0d-ab31ad0c24dd} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18011 | 2025.07.18 19:27:31.973994 [ 4 ] {643db5ae-d892-44a5-ac0d-ab31ad0c24dd} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.002314 sec., 169403.63007778738 rows/sec., 10.75 MiB/sec. | ||
18012 | 2025.07.18 19:27:31.974035 [ 4 ] {643db5ae-d892-44a5-ac0d-ab31ad0c24dd} <Debug> TCPHandler: Processed in 0.00261732 sec. | ||
18013 | 2025.07.18 19:27:31.974164 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18014 | 2025.07.18 19:27:31.974258 [ 4 ] {3e666a36-4f43-462c-babe-e05cfbbe138d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
18015 | 2025.07.18 19:27:31.974299 [ 4 ] {3e666a36-4f43-462c-babe-e05cfbbe138d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
18016 | 2025.07.18 19:27:31.974757 [ 4 ] {3e666a36-4f43-462c-babe-e05cfbbe138d} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18017 | 2025.07.18 19:27:31.974791 [ 4 ] {3e666a36-4f43-462c-babe-e05cfbbe138d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18018 | 2025.07.18 19:27:31.975198 [ 4 ] {3e666a36-4f43-462c-babe-e05cfbbe138d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
18019 | 2025.07.18 19:27:31.975715 [ 4 ] {3e666a36-4f43-462c-babe-e05cfbbe138d} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18020 | 2025.07.18 19:27:31.975847 [ 4 ] {3e666a36-4f43-462c-babe-e05cfbbe138d} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001607 sec., 7467.3304293715 rows/sec., 608.91 KiB/sec. | ||
18021 | 2025.07.18 19:27:31.975885 [ 4 ] {3e666a36-4f43-462c-babe-e05cfbbe138d} <Debug> TCPHandler: Processed in 0.001769017 sec. | ||
18022 | 2025.07.18 19:27:31.975995 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18023 | 2025.07.18 19:27:31.976087 [ 4 ] {d252c92d-1229-4b58-ab82-c8371e1527cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
18024 | 2025.07.18 19:27:31.976125 [ 4 ] {d252c92d-1229-4b58-ab82-c8371e1527cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
18025 | 2025.07.18 19:27:31.976936 [ 4 ] {d252c92d-1229-4b58-ab82-c8371e1527cc} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18026 | 2025.07.18 19:27:31.976972 [ 4 ] {d252c92d-1229-4b58-ab82-c8371e1527cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18027 | 2025.07.18 19:27:31.977441 [ 4 ] {d252c92d-1229-4b58-ab82-c8371e1527cc} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
18028 | 2025.07.18 19:27:31.977932 [ 4 ] {d252c92d-1229-4b58-ab82-c8371e1527cc} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18029 | 2025.07.18 19:27:31.978063 [ 4 ] {d252c92d-1229-4b58-ab82-c8371e1527cc} <Debug> executeQuery: Read 1193 rows, 97.93 KiB in 0.001994 sec., 598294.8846539619 rows/sec., 47.96 MiB/sec. | ||
18030 | 2025.07.18 19:27:31.978100 [ 4 ] {d252c92d-1229-4b58-ab82-c8371e1527cc} <Debug> TCPHandler: Processed in 0.002152363 sec. | ||
18031 | 2025.07.18 19:27:31.978226 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18032 | 2025.07.18 19:27:31.978319 [ 4 ] {46bb3730-d8d6-4e60-ac41-891726932504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
18033 | 2025.07.18 19:27:31.978358 [ 4 ] {46bb3730-d8d6-4e60-ac41-891726932504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
18034 | 2025.07.18 19:27:31.978860 [ 4 ] {46bb3730-d8d6-4e60-ac41-891726932504} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18035 | 2025.07.18 19:27:31.978896 [ 4 ] {46bb3730-d8d6-4e60-ac41-891726932504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18036 | 2025.07.18 19:27:31.979378 [ 4 ] {46bb3730-d8d6-4e60-ac41-891726932504} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
18037 | 2025.07.18 19:27:31.979802 [ 4 ] {46bb3730-d8d6-4e60-ac41-891726932504} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18038 | 2025.07.18 19:27:31.979932 [ 4 ] {46bb3730-d8d6-4e60-ac41-891726932504} <Debug> executeQuery: Read 268 rows, 17.13 KiB in 0.001631 sec., 164316.370324954 rows/sec., 10.25 MiB/sec. | ||
18039 | 2025.07.18 19:27:31.979969 [ 4 ] {46bb3730-d8d6-4e60-ac41-891726932504} <Debug> TCPHandler: Processed in 0.001791337 sec. | ||
18040 | 2025.07.18 19:27:31.980083 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18041 | 2025.07.18 19:27:31.980175 [ 4 ] {cb04c5b1-4447-4ed8-a95d-19c95c0c152e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
18042 | 2025.07.18 19:27:31.980214 [ 4 ] {cb04c5b1-4447-4ed8-a95d-19c95c0c152e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
18043 | 2025.07.18 19:27:31.980671 [ 4 ] {cb04c5b1-4447-4ed8-a95d-19c95c0c152e} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18044 | 2025.07.18 19:27:31.980707 [ 4 ] {cb04c5b1-4447-4ed8-a95d-19c95c0c152e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18045 | 2025.07.18 19:27:31.981110 [ 4 ] {cb04c5b1-4447-4ed8-a95d-19c95c0c152e} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
18046 | 2025.07.18 19:27:31.981564 [ 4 ] {cb04c5b1-4447-4ed8-a95d-19c95c0c152e} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18047 | 2025.07.18 19:27:31.981698 [ 4 ] {cb04c5b1-4447-4ed8-a95d-19c95c0c152e} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001541 sec., 131732.6411421155 rows/sec., 8.50 MiB/sec. | ||
18048 | 2025.07.18 19:27:31.981735 [ 4 ] {cb04c5b1-4447-4ed8-a95d-19c95c0c152e} <Debug> TCPHandler: Processed in 0.001699236 sec. | ||
18049 | 2025.07.18 19:27:31.981843 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18050 | 2025.07.18 19:27:31.981933 [ 4 ] {7148ea66-7790-4042-9aa4-34b2b92e17e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
18051 | 2025.07.18 19:27:31.981971 [ 4 ] {7148ea66-7790-4042-9aa4-34b2b92e17e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
18052 | 2025.07.18 19:27:31.982389 [ 4 ] {7148ea66-7790-4042-9aa4-34b2b92e17e4} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18053 | 2025.07.18 19:27:31.982425 [ 4 ] {7148ea66-7790-4042-9aa4-34b2b92e17e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18054 | 2025.07.18 19:27:31.982891 [ 4 ] {7148ea66-7790-4042-9aa4-34b2b92e17e4} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
18055 | 2025.07.18 19:27:31.983317 [ 4 ] {7148ea66-7790-4042-9aa4-34b2b92e17e4} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18056 | 2025.07.18 19:27:31.983448 [ 4 ] {7148ea66-7790-4042-9aa4-34b2b92e17e4} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001531 sec., 131939.90855649902 rows/sec., 7.49 MiB/sec. | ||
18057 | 2025.07.18 19:27:31.983485 [ 4 ] {7148ea66-7790-4042-9aa4-34b2b92e17e4} <Debug> TCPHandler: Processed in 0.001688576 sec. | ||
18058 | 2025.07.18 19:27:31.983595 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18059 | 2025.07.18 19:27:31.983686 [ 4 ] {78d4149d-fed5-4754-9b5b-029614ea9c41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
18060 | 2025.07.18 19:27:31.983724 [ 4 ] {78d4149d-fed5-4754-9b5b-029614ea9c41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
18061 | 2025.07.18 19:27:31.984311 [ 4 ] {78d4149d-fed5-4754-9b5b-029614ea9c41} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18062 | 2025.07.18 19:27:31.984347 [ 4 ] {78d4149d-fed5-4754-9b5b-029614ea9c41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18063 | 2025.07.18 19:27:31.984781 [ 4 ] {78d4149d-fed5-4754-9b5b-029614ea9c41} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
18064 | 2025.07.18 19:27:31.985232 [ 4 ] {78d4149d-fed5-4754-9b5b-029614ea9c41} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18065 | 2025.07.18 19:27:31.985359 [ 4 ] {78d4149d-fed5-4754-9b5b-029614ea9c41} <Debug> executeQuery: Read 724 rows, 52.35 KiB in 0.00169 sec., 428402.3668639053 rows/sec., 30.25 MiB/sec. | ||
18066 | 2025.07.18 19:27:31.985396 [ 4 ] {78d4149d-fed5-4754-9b5b-029614ea9c41} <Debug> TCPHandler: Processed in 0.001848869 sec. | ||
18067 | 2025.07.18 19:27:31.985507 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18068 | 2025.07.18 19:27:31.985598 [ 4 ] {836dbccc-4de6-41a7-8ae9-19646a6757ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
18069 | 2025.07.18 19:27:31.985639 [ 4 ] {836dbccc-4de6-41a7-8ae9-19646a6757ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
18070 | 2025.07.18 19:27:31.986033 [ 4 ] {836dbccc-4de6-41a7-8ae9-19646a6757ba} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18071 | 2025.07.18 19:27:31.986079 [ 4 ] {836dbccc-4de6-41a7-8ae9-19646a6757ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18072 | 2025.07.18 19:27:31.986532 [ 4 ] {836dbccc-4de6-41a7-8ae9-19646a6757ba} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
18073 | 2025.07.18 19:27:31.986983 [ 4 ] {836dbccc-4de6-41a7-8ae9-19646a6757ba} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18074 | 2025.07.18 19:27:31.987114 [ 4 ] {836dbccc-4de6-41a7-8ae9-19646a6757ba} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001533 sec., 3913.8943248532287 rows/sec., 204.49 KiB/sec. | ||
18075 | 2025.07.18 19:27:31.987151 [ 4 ] {836dbccc-4de6-41a7-8ae9-19646a6757ba} <Debug> TCPHandler: Processed in 0.001690546 sec. | ||
18076 | 2025.07.18 19:27:31.987258 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18077 | 2025.07.18 19:27:31.987351 [ 4 ] {1f5eb9d8-e1a5-427f-b2d9-7b6e41f223df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
18078 | 2025.07.18 19:27:31.987393 [ 4 ] {1f5eb9d8-e1a5-427f-b2d9-7b6e41f223df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
18079 | 2025.07.18 19:27:31.987810 [ 4 ] {1f5eb9d8-e1a5-427f-b2d9-7b6e41f223df} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18080 | 2025.07.18 19:27:31.987846 [ 4 ] {1f5eb9d8-e1a5-427f-b2d9-7b6e41f223df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18081 | 2025.07.18 19:27:31.988366 [ 4 ] {1f5eb9d8-e1a5-427f-b2d9-7b6e41f223df} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
18082 | 2025.07.18 19:27:31.988840 [ 4 ] {1f5eb9d8-e1a5-427f-b2d9-7b6e41f223df} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18083 | 2025.07.18 19:27:31.988970 [ 4 ] {1f5eb9d8-e1a5-427f-b2d9-7b6e41f223df} <Debug> executeQuery: Read 313 rows, 21.10 KiB in 0.001638 sec., 191086.6910866911 rows/sec., 12.58 MiB/sec. | ||
18084 | 2025.07.18 19:27:31.989006 [ 4 ] {1f5eb9d8-e1a5-427f-b2d9-7b6e41f223df} <Debug> TCPHandler: Processed in 0.001795437 sec. | ||
18085 | 2025.07.18 19:27:31.989131 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18086 | 2025.07.18 19:27:31.989225 [ 4 ] {0ed5183e-e937-40ac-809d-66b7677c7c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
18087 | 2025.07.18 19:27:31.989265 [ 4 ] {0ed5183e-e937-40ac-809d-66b7677c7c95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
18088 | 2025.07.18 19:27:31.989611 [ 4 ] {0ed5183e-e937-40ac-809d-66b7677c7c95} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18089 | 2025.07.18 19:27:31.989646 [ 4 ] {0ed5183e-e937-40ac-809d-66b7677c7c95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18090 | 2025.07.18 19:27:31.990038 [ 4 ] {0ed5183e-e937-40ac-809d-66b7677c7c95} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
18091 | 2025.07.18 19:27:31.990549 [ 4 ] {0ed5183e-e937-40ac-809d-66b7677c7c95} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18092 | 2025.07.18 19:27:31.990712 [ 4 ] {0ed5183e-e937-40ac-809d-66b7677c7c95} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001504 sec., 664.8936170212767 rows/sec., 44.80 KiB/sec. | ||
18093 | 2025.07.18 19:27:31.990754 [ 4 ] {0ed5183e-e937-40ac-809d-66b7677c7c95} <Debug> TCPHandler: Processed in 0.001669426 sec. | ||
18094 | 2025.07.18 19:27:31.990884 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18095 | 2025.07.18 19:27:31.990993 [ 4 ] {63ada870-f1ca-48e5-bf81-222c14a5a960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
18096 | 2025.07.18 19:27:31.991054 [ 4 ] {63ada870-f1ca-48e5-bf81-222c14a5a960} <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 | ||
18097 | 2025.07.18 19:27:31.991988 [ 4 ] {63ada870-f1ca-48e5-bf81-222c14a5a960} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18098 | 2025.07.18 19:27:31.992024 [ 4 ] {63ada870-f1ca-48e5-bf81-222c14a5a960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18099 | 2025.07.18 19:27:31.992723 [ 4 ] {63ada870-f1ca-48e5-bf81-222c14a5a960} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
18100 | 2025.07.18 19:27:31.993149 [ 4 ] {63ada870-f1ca-48e5-bf81-222c14a5a960} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18101 | 2025.07.18 19:27:31.993288 [ 4 ] {63ada870-f1ca-48e5-bf81-222c14a5a960} <Debug> executeQuery: Read 60 rows, 110.10 KiB in 0.002318 sec., 25884.383088869712 rows/sec., 46.38 MiB/sec. | ||
18102 | 2025.07.18 19:27:31.993343 [ 4 ] {63ada870-f1ca-48e5-bf81-222c14a5a960} <Debug> TCPHandler: Processed in 0.002515099 sec. | ||
18103 | 2025.07.18 19:27:31.993462 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18104 | 2025.07.18 19:27:31.993556 [ 4 ] {8efcd5ab-4c38-483f-9166-b31af45da7fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
18105 | 2025.07.18 19:27:31.993596 [ 4 ] {8efcd5ab-4c38-483f-9166-b31af45da7fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
18106 | 2025.07.18 19:27:31.993925 [ 4 ] {8efcd5ab-4c38-483f-9166-b31af45da7fd} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18107 | 2025.07.18 19:27:31.993960 [ 4 ] {8efcd5ab-4c38-483f-9166-b31af45da7fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18108 | 2025.07.18 19:27:31.994364 [ 4 ] {8efcd5ab-4c38-483f-9166-b31af45da7fd} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
18109 | 2025.07.18 19:27:31.994782 [ 4 ] {8efcd5ab-4c38-483f-9166-b31af45da7fd} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18110 | 2025.07.18 19:27:31.994914 [ 4 ] {8efcd5ab-4c38-483f-9166-b31af45da7fd} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001377 sec., 74074.07407407407 rows/sec., 4.55 MiB/sec. | ||
18111 | 2025.07.18 19:27:31.994949 [ 4 ] {8efcd5ab-4c38-483f-9166-b31af45da7fd} <Debug> TCPHandler: Processed in 0.001534733 sec. | ||
18112 | 2025.07.18 19:27:33.207441 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 45384 | ||
18113 | 2025.07.18 19:27:33.207972 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18114 | 2025.07.18 19:27:33.208011 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18115 | 2025.07.18 19:27:33.208606 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
18116 | 2025.07.18 19:27:33.209048 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18117 | 2025.07.18 19:27:33.209181 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45384 | ||
18118 | 2025.07.18 19:27:35.714557 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 746 | ||
18119 | 2025.07.18 19:27:35.732833 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18120 | 2025.07.18 19:27:35.732887 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18121 | 2025.07.18 19:27:35.739333 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
18122 | 2025.07.18 19:27:35.740437 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18123 | 2025.07.18 19:27:35.743460 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 746 | ||
18124 | 2025.07.18 19:27:36.957581 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18125 | 2025.07.18 19:27:36.957781 [ 4 ] {c9a5a135-87ff-419f-a3bb-4708dfee9652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
18126 | 2025.07.18 19:27:36.957856 [ 4 ] {c9a5a135-87ff-419f-a3bb-4708dfee9652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
18127 | 2025.07.18 19:27:36.958629 [ 4 ] {c9a5a135-87ff-419f-a3bb-4708dfee9652} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18128 | 2025.07.18 19:27:36.958682 [ 4 ] {c9a5a135-87ff-419f-a3bb-4708dfee9652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18129 | 2025.07.18 19:27:36.959232 [ 4 ] {c9a5a135-87ff-419f-a3bb-4708dfee9652} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
18130 | 2025.07.18 19:27:36.959729 [ 4 ] {c9a5a135-87ff-419f-a3bb-4708dfee9652} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18131 | 2025.07.18 19:27:36.959896 [ 4 ] {c9a5a135-87ff-419f-a3bb-4708dfee9652} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002169 sec., 25818.349469801753 rows/sec., 1.98 MiB/sec. | ||
18132 | 2025.07.18 19:27:36.959893 [ 121 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
18133 | 2025.07.18 19:27:36.959950 [ 4 ] {c9a5a135-87ff-419f-a3bb-4708dfee9652} <Debug> TCPHandler: Processed in 0.002505319 sec. | ||
18134 | 2025.07.18 19:27:36.959975 [ 121 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18135 | 2025.07.18 19:27:36.960000 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18136 | 2025.07.18 19:27:36.960101 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18137 | 2025.07.18 19:27:36.960110 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
18138 | 2025.07.18 19:27:36.960210 [ 4 ] {dc39a21c-cacd-4099-b851-b9955f5c9a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
18139 | 2025.07.18 19:27:36.960254 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18140 | 2025.07.18 19:27:36.960258 [ 4 ] {dc39a21c-cacd-4099-b851-b9955f5c9a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
18141 | 2025.07.18 19:27:36.960300 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 2336 rows starting from the beginning of the part | ||
18142 | 2025.07.18 19:27:36.960381 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 1197 rows starting from the beginning of the part | ||
18143 | 2025.07.18 19:27:36.960432 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 1187 rows starting from the beginning of the part | ||
18144 | 2025.07.18 19:27:36.960478 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 56 rows starting from the beginning of the part | ||
18145 | 2025.07.18 19:27:36.960519 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 1193 rows starting from the beginning of the part | ||
18146 | 2025.07.18 19:27:36.960561 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 56 rows starting from the beginning of the part | ||
18147 | 2025.07.18 19:27:36.960747 [ 4 ] {dc39a21c-cacd-4099-b851-b9955f5c9a2b} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18148 | 2025.07.18 19:27:36.960792 [ 4 ] {dc39a21c-cacd-4099-b851-b9955f5c9a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18149 | 2025.07.18 19:27:36.961272 [ 4 ] {dc39a21c-cacd-4099-b851-b9955f5c9a2b} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
18150 | 2025.07.18 19:27:36.961841 [ 4 ] {dc39a21c-cacd-4099-b851-b9955f5c9a2b} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18151 | 2025.07.18 19:27:36.961970 [ 121 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
18152 | 2025.07.18 19:27:36.961982 [ 4 ] {dc39a21c-cacd-4099-b851-b9955f5c9a2b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001795 sec., 35654.596100278555 rows/sec., 2.78 MiB/sec. | ||
18153 | 2025.07.18 19:27:36.962005 [ 121 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18154 | 2025.07.18 19:27:36.962029 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18155 | 2025.07.18 19:27:36.962034 [ 4 ] {dc39a21c-cacd-4099-b851-b9955f5c9a2b} <Debug> TCPHandler: Processed in 0.001984841 sec. | ||
18156 | 2025.07.18 19:27:36.962146 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
18157 | 2025.07.18 19:27:36.962175 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18158 | 2025.07.18 19:27:36.962288 [ 4 ] {16b10f13-cb33-48cb-948c-143a4752c2d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
18159 | 2025.07.18 19:27:36.962290 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18160 | 2025.07.18 19:27:36.962338 [ 4 ] {16b10f13-cb33-48cb-948c-143a4752c2d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
18161 | 2025.07.18 19:27:36.962341 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1207 rows starting from the beginning of the part | ||
18162 | 2025.07.18 19:27:36.962429 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 522 rows starting from the beginning of the part | ||
18163 | 2025.07.18 19:27:36.962474 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 712 rows starting from the beginning of the part | ||
18164 | 2025.07.18 19:27:36.962520 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 64 rows starting from the beginning of the part | ||
18165 | 2025.07.18 19:27:36.962561 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 724 rows starting from the beginning of the part | ||
18166 | 2025.07.18 19:27:36.962602 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 64 rows starting from the beginning of the part | ||
18167 | 2025.07.18 19:27:36.962639 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6025 rows, containing 5 columns (5 merged, 0 gathered) in 0.0025769 sec., 2338080.6395281153 rows/sec., 198.40 MiB/sec. | ||
18168 | 2025.07.18 19:27:36.962788 [ 4 ] {16b10f13-cb33-48cb-948c-143a4752c2d1} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18169 | 2025.07.18 19:27:36.962830 [ 4 ] {16b10f13-cb33-48cb-948c-143a4752c2d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18170 | 2025.07.18 19:27:36.963016 [ 199 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
18171 | 2025.07.18 19:27:36.963312 [ 4 ] {16b10f13-cb33-48cb-948c-143a4752c2d1} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
18172 | 2025.07.18 19:27:36.963569 [ 199 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18173 | 2025.07.18 19:27:36.963645 [ 199 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
18174 | 2025.07.18 19:27:36.963729 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
18175 | 2025.07.18 19:27:36.963782 [ 4 ] {16b10f13-cb33-48cb-948c-143a4752c2d1} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18176 | 2025.07.18 19:27:36.963907 [ 121 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 5 parts from all_1_141_29 to all_145_145_0 | ||
18177 | 2025.07.18 19:27:36.963920 [ 4 ] {16b10f13-cb33-48cb-948c-143a4752c2d1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001651 sec., 96910.96305269534 rows/sec., 6.75 MiB/sec. | ||
18178 | 2025.07.18 19:27:36.963942 [ 121 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18179 | 2025.07.18 19:27:36.963967 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18180 | 2025.07.18 19:27:36.963970 [ 4 ] {16b10f13-cb33-48cb-948c-143a4752c2d1} <Debug> TCPHandler: Processed in 0.001845438 sec. | ||
18181 | 2025.07.18 19:27:36.964031 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3293 rows, containing 5 columns (5 merged, 0 gathered) in 0.00194358 sec., 1694296.0927772461 rows/sec., 128.23 MiB/sec. | ||
18182 | 2025.07.18 19:27:36.964035 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_141_29 to all_145_145_0 into Compact with storage Full | ||
18183 | 2025.07.18 19:27:36.964091 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18184 | 2025.07.18 19:27:36.964157 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18185 | 2025.07.18 19:27:36.964190 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_141_29, total 53592 rows starting from the beginning of the part | ||
18186 | 2025.07.18 19:27:36.964191 [ 4 ] {17490f33-67ff-4403-afbe-da353b9b8976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
18187 | 2025.07.18 19:27:36.964245 [ 4 ] {17490f33-67ff-4403-afbe-da353b9b8976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
18188 | 2025.07.18 19:27:36.964247 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 1007 rows starting from the beginning of the part | ||
18189 | 2025.07.18 19:27:36.964306 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 307 rows starting from the beginning of the part | ||
18190 | 2025.07.18 19:27:36.964350 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part | ||
18191 | 2025.07.18 19:27:36.964394 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 313 rows starting from the beginning of the part | ||
18192 | 2025.07.18 19:27:36.964390 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
18193 | 2025.07.18 19:27:36.964596 [ 4 ] {17490f33-67ff-4403-afbe-da353b9b8976} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18194 | 2025.07.18 19:27:36.964639 [ 4 ] {17490f33-67ff-4403-afbe-da353b9b8976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18195 | 2025.07.18 19:27:36.965021 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18196 | 2025.07.18 19:27:36.965092 [ 4 ] {17490f33-67ff-4403-afbe-da353b9b8976} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
18197 | 2025.07.18 19:27:36.965124 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
18198 | 2025.07.18 19:27:36.965236 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
18199 | 2025.07.18 19:27:36.965579 [ 4 ] {17490f33-67ff-4403-afbe-da353b9b8976} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18200 | 2025.07.18 19:27:36.965723 [ 4 ] {17490f33-67ff-4403-afbe-da353b9b8976} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001551 sec., 38684.71953578336 rows/sec., 2.61 MiB/sec. | ||
18201 | 2025.07.18 19:27:36.965762 [ 4 ] {17490f33-67ff-4403-afbe-da353b9b8976} <Debug> TCPHandler: Processed in 0.001719967 sec. | ||
18202 | 2025.07.18 19:27:36.973710 [ 194 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 55379 rows, containing 5 columns (5 merged, 0 gathered) in 0.009704889 sec., 5706299.165296996 rows/sec., 382.05 MiB/sec. | ||
18203 | 2025.07.18 19:27:36.974736 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} <Trace> MergedBlockOutputStream: filled checksums all_1_145_30 (state Temporary) | ||
18204 | 2025.07.18 19:27:36.975303 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_145_30 to all_1_145_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18205 | 2025.07.18 19:27:36.975383 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 5 parts: [all_1_141_29, all_145_145_0] -> all_1_145_30 | ||
18206 | 2025.07.18 19:27:36.975468 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. | ||
18207 | 2025.07.18 19:27:40.466852 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
18208 | 2025.07.18 19:27:40.466922 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
18209 | 2025.07.18 19:27:40.703679 [ 224 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
18210 | 2025.07.18 19:27:40.703717 [ 224 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
18211 | 2025.07.18 19:27:40.707731 [ 224 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
18212 | 2025.07.18 19:27:40.709390 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 45811 | ||
18213 | 2025.07.18 19:27:40.709857 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18214 | 2025.07.18 19:27:40.709893 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18215 | 2025.07.18 19:27:40.710572 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
18216 | 2025.07.18 19:27:40.711147 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18217 | 2025.07.18 19:27:40.711280 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45811 | ||
18218 | 2025.07.18 19:27:40.847118 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2482 | ||
18219 | 2025.07.18 19:27:40.849416 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18220 | 2025.07.18 19:27:40.849458 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18221 | 2025.07.18 19:27:40.850804 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
18222 | 2025.07.18 19:27:40.851298 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18223 | 2025.07.18 19:27:40.851546 [ 221 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
18224 | 2025.07.18 19:27:40.851568 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2482 | ||
18225 | 2025.07.18 19:27:40.851635 [ 221 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
18226 | 2025.07.18 19:27:40.854085 [ 221 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
18227 | 2025.07.18 19:27:41.055459 [ 218 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
18228 | 2025.07.18 19:27:41.055559 [ 218 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
18229 | 2025.07.18 19:27:41.057704 [ 218 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
18230 | 2025.07.18 19:27:41.201947 [ 225 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
18231 | 2025.07.18 19:27:41.201985 [ 225 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
18232 | 2025.07.18 19:27:41.204392 [ 225 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
18233 | 2025.07.18 19:27:41.206121 [ 219 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Found 6 old parts to remove. Parts: [all_1_22_5, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0] | ||
18234 | 2025.07.18 19:27:41.206156 [ 219 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 6 parts from filesystem (serially): Parts: [all_1_22_5, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0] | ||
18235 | 2025.07.18 19:27:41.208313 [ 219 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 6 parts from memory: Parts: [all_1_22_5, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0] | ||
18236 | 2025.07.18 19:27:41.566034 [ 225 ] {} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Found 6 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
18237 | 2025.07.18 19:27:41.566112 [ 225 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Removing 6 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
18238 | 2025.07.18 19:27:41.568692 [ 225 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Removing 6 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
18239 | 2025.07.18 19:27:41.645441 [ 219 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Found 5 old parts to remove. Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
18240 | 2025.07.18 19:27:41.645498 [ 219 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 parts from filesystem (serially): Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
18241 | 2025.07.18 19:27:41.648016 [ 219 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 parts from memory: Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
18242 | 2025.07.18 19:27:41.734240 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
18243 | 2025.07.18 19:27:41.734320 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
18244 | 2025.07.18 19:27:41.736722 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
18245 | 2025.07.18 19:27:41.973044 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18246 | 2025.07.18 19:27:41.973222 [ 4 ] {76b946ec-079c-4974-b5c6-cc478962185b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
18247 | 2025.07.18 19:27:41.973290 [ 4 ] {76b946ec-079c-4974-b5c6-cc478962185b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
18248 | 2025.07.18 19:27:41.974207 [ 4 ] {76b946ec-079c-4974-b5c6-cc478962185b} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18249 | 2025.07.18 19:27:41.974249 [ 4 ] {76b946ec-079c-4974-b5c6-cc478962185b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18250 | 2025.07.18 19:27:41.974804 [ 4 ] {76b946ec-079c-4974-b5c6-cc478962185b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
18251 | 2025.07.18 19:27:41.975262 [ 4 ] {76b946ec-079c-4974-b5c6-cc478962185b} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18252 | 2025.07.18 19:27:41.975407 [ 117 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0 | ||
18253 | 2025.07.18 19:27:41.975417 [ 4 ] {76b946ec-079c-4974-b5c6-cc478962185b} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.002245 sec., 174610.24498886414 rows/sec., 11.08 MiB/sec. | ||
18254 | 2025.07.18 19:27:41.975461 [ 117 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18255 | 2025.07.18 19:27:41.975485 [ 4 ] {76b946ec-079c-4974-b5c6-cc478962185b} <Debug> TCPHandler: Processed in 0.002557799 sec. | ||
18256 | 2025.07.18 19:27:41.975487 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18257 | 2025.07.18 19:27:41.975620 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18258 | 2025.07.18 19:27:41.975618 [ 222 ] {} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Found 5 old parts to remove. Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
18259 | 2025.07.18 19:27:41.975629 [ 198 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full | ||
18260 | 2025.07.18 19:27:41.975684 [ 222 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 parts from filesystem (serially): Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
18261 | 2025.07.18 19:27:41.975722 [ 4 ] {7b66f4aa-d408-4c61-9f23-5e2099d71c72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
18262 | 2025.07.18 19:27:41.975769 [ 4 ] {7b66f4aa-d408-4c61-9f23-5e2099d71c72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
18263 | 2025.07.18 19:27:41.975800 [ 198 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18264 | 2025.07.18 19:27:41.975842 [ 198 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 392 rows starting from the beginning of the part | ||
18265 | 2025.07.18 19:27:41.975915 [ 198 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 392 rows starting from the beginning of the part | ||
18266 | 2025.07.18 19:27:41.975973 [ 198 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 392 rows starting from the beginning of the part | ||
18267 | 2025.07.18 19:27:41.976024 [ 198 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 392 rows starting from the beginning of the part | ||
18268 | 2025.07.18 19:27:41.976068 [ 198 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 392 rows starting from the beginning of the part | ||
18269 | 2025.07.18 19:27:41.976973 [ 4 ] {7b66f4aa-d408-4c61-9f23-5e2099d71c72} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18270 | 2025.07.18 19:27:41.977015 [ 4 ] {7b66f4aa-d408-4c61-9f23-5e2099d71c72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18271 | 2025.07.18 19:27:41.977213 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001632615 sec., 1200527.987308704 rows/sec., 80.75 MiB/sec. | ||
18272 | 2025.07.18 19:27:41.977503 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} <Trace> MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary) | ||
18273 | 2025.07.18 19:27:41.977539 [ 4 ] {7b66f4aa-d408-4c61-9f23-5e2099d71c72} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
18274 | 2025.07.18 19:27:41.978002 [ 222 ] {} <Debug> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 parts from memory: Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
18275 | 2025.07.18 19:27:41.978118 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18276 | 2025.07.18 19:27:41.978122 [ 4 ] {7b66f4aa-d408-4c61-9f23-5e2099d71c72} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18277 | 2025.07.18 19:27:41.978198 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18 | ||
18278 | 2025.07.18 19:27:41.978287 [ 4 ] {7b66f4aa-d408-4c61-9f23-5e2099d71c72} <Debug> executeQuery: Read 1187 rows, 97.49 KiB in 0.002584 sec., 459365.3250773994 rows/sec., 36.85 MiB/sec. | ||
18279 | 2025.07.18 19:27:41.978319 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
18280 | 2025.07.18 19:27:41.978330 [ 4 ] {7b66f4aa-d408-4c61-9f23-5e2099d71c72} <Debug> TCPHandler: Processed in 0.002762332 sec. | ||
18281 | 2025.07.18 19:27:41.978374 [ 224 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
18282 | 2025.07.18 19:27:41.978408 [ 224 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
18283 | 2025.07.18 19:27:41.978469 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18284 | 2025.07.18 19:27:41.978567 [ 4 ] {cdf50071-f36e-4e0e-b11e-f1df31ff4cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
18285 | 2025.07.18 19:27:41.978605 [ 4 ] {cdf50071-f36e-4e0e-b11e-f1df31ff4cf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
18286 | 2025.07.18 19:27:41.979124 [ 4 ] {cdf50071-f36e-4e0e-b11e-f1df31ff4cf1} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18287 | 2025.07.18 19:27:41.979160 [ 4 ] {cdf50071-f36e-4e0e-b11e-f1df31ff4cf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18288 | 2025.07.18 19:27:41.979615 [ 4 ] {cdf50071-f36e-4e0e-b11e-f1df31ff4cf1} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
18289 | 2025.07.18 19:27:41.980134 [ 4 ] {cdf50071-f36e-4e0e-b11e-f1df31ff4cf1} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18290 | 2025.07.18 19:27:41.980280 [ 4 ] {cdf50071-f36e-4e0e-b11e-f1df31ff4cf1} <Debug> executeQuery: Read 256 rows, 16.29 KiB in 0.001731 sec., 147891.39225880994 rows/sec., 9.19 MiB/sec. | ||
18291 | 2025.07.18 19:27:41.980319 [ 4 ] {cdf50071-f36e-4e0e-b11e-f1df31ff4cf1} <Debug> TCPHandler: Processed in 0.001905389 sec. | ||
18292 | 2025.07.18 19:27:41.980343 [ 224 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
18293 | 2025.07.18 19:27:41.980430 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18294 | 2025.07.18 19:27:41.980527 [ 4 ] {8f13a4b8-348b-4de6-9f91-2c3884e3c169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
18295 | 2025.07.18 19:27:41.980567 [ 4 ] {8f13a4b8-348b-4de6-9f91-2c3884e3c169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
18296 | 2025.07.18 19:27:41.981055 [ 4 ] {8f13a4b8-348b-4de6-9f91-2c3884e3c169} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18297 | 2025.07.18 19:27:41.981091 [ 4 ] {8f13a4b8-348b-4de6-9f91-2c3884e3c169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18298 | 2025.07.18 19:27:41.981509 [ 4 ] {8f13a4b8-348b-4de6-9f91-2c3884e3c169} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
18299 | 2025.07.18 19:27:41.981938 [ 4 ] {8f13a4b8-348b-4de6-9f91-2c3884e3c169} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18300 | 2025.07.18 19:27:41.982068 [ 4 ] {8f13a4b8-348b-4de6-9f91-2c3884e3c169} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001558 sec., 130295.25032092427 rows/sec., 8.40 MiB/sec. | ||
18301 | 2025.07.18 19:27:41.982105 [ 4 ] {8f13a4b8-348b-4de6-9f91-2c3884e3c169} <Debug> TCPHandler: Processed in 0.001723026 sec. | ||
18302 | 2025.07.18 19:27:41.982219 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18303 | 2025.07.18 19:27:41.982315 [ 4 ] {f0921cea-b3a0-4168-b091-8ea59d1b0f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
18304 | 2025.07.18 19:27:41.982354 [ 4 ] {f0921cea-b3a0-4168-b091-8ea59d1b0f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
18305 | 2025.07.18 19:27:41.982814 [ 4 ] {f0921cea-b3a0-4168-b091-8ea59d1b0f18} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18306 | 2025.07.18 19:27:41.982849 [ 4 ] {f0921cea-b3a0-4168-b091-8ea59d1b0f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18307 | 2025.07.18 19:27:41.983259 [ 4 ] {f0921cea-b3a0-4168-b091-8ea59d1b0f18} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
18308 | 2025.07.18 19:27:41.983750 [ 4 ] {f0921cea-b3a0-4168-b091-8ea59d1b0f18} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18309 | 2025.07.18 19:27:41.983868 [ 117 ] {} <Debug> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0 | ||
18310 | 2025.07.18 19:27:41.983874 [ 4 ] {f0921cea-b3a0-4168-b091-8ea59d1b0f18} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001582 sec., 127686.47281921617 rows/sec., 7.25 MiB/sec. | ||
18311 | 2025.07.18 19:27:41.983910 [ 117 ] {} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18312 | 2025.07.18 19:27:41.983931 [ 4 ] {f0921cea-b3a0-4168-b091-8ea59d1b0f18} <Debug> TCPHandler: Processed in 0.001759777 sec. | ||
18313 | 2025.07.18 19:27:41.983936 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18314 | 2025.07.18 19:27:41.984044 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full | ||
18315 | 2025.07.18 19:27:41.984055 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18316 | 2025.07.18 19:27:41.984148 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18317 | 2025.07.18 19:27:41.984166 [ 4 ] {4cf695e5-4454-4ad6-9ed1-0db8118c324a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
18318 | 2025.07.18 19:27:41.984181 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 202 rows starting from the beginning of the part | ||
18319 | 2025.07.18 19:27:41.984211 [ 4 ] {4cf695e5-4454-4ad6-9ed1-0db8118c324a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
18320 | 2025.07.18 19:27:41.984241 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 202 rows starting from the beginning of the part | ||
18321 | 2025.07.18 19:27:41.984290 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 202 rows starting from the beginning of the part | ||
18322 | 2025.07.18 19:27:41.984326 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 202 rows starting from the beginning of the part | ||
18323 | 2025.07.18 19:27:41.984364 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 202 rows starting from the beginning of the part | ||
18324 | 2025.07.18 19:27:41.984873 [ 4 ] {4cf695e5-4454-4ad6-9ed1-0db8118c324a} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18325 | 2025.07.18 19:27:41.984914 [ 4 ] {4cf695e5-4454-4ad6-9ed1-0db8118c324a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18326 | 2025.07.18 19:27:41.985143 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001133427 sec., 891102.8235607586 rows/sec., 54.01 MiB/sec. | ||
18327 | 2025.07.18 19:27:41.985363 [ 4 ] {4cf695e5-4454-4ad6-9ed1-0db8118c324a} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
18328 | 2025.07.18 19:27:41.985431 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} <Trace> MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary) | ||
18329 | 2025.07.18 19:27:41.985893 [ 4 ] {4cf695e5-4454-4ad6-9ed1-0db8118c324a} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18330 | 2025.07.18 19:27:41.986010 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18331 | 2025.07.18 19:27:41.986032 [ 4 ] {4cf695e5-4454-4ad6-9ed1-0db8118c324a} <Debug> executeQuery: Read 712 rows, 51.37 KiB in 0.001883 sec., 378120.02124269784 rows/sec., 26.64 MiB/sec. | ||
18332 | 2025.07.18 19:27:41.986075 [ 4 ] {4cf695e5-4454-4ad6-9ed1-0db8118c324a} <Debug> TCPHandler: Processed in 0.002067711 sec. | ||
18333 | 2025.07.18 19:27:41.986094 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18 | ||
18334 | 2025.07.18 19:27:41.986188 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
18335 | 2025.07.18 19:27:41.986190 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18336 | 2025.07.18 19:27:41.986294 [ 4 ] {37eecd6d-8e6c-4d06-996a-6096ff7bf3da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
18337 | 2025.07.18 19:27:41.986334 [ 4 ] {37eecd6d-8e6c-4d06-996a-6096ff7bf3da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
18338 | 2025.07.18 19:27:41.986667 [ 4 ] {37eecd6d-8e6c-4d06-996a-6096ff7bf3da} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18339 | 2025.07.18 19:27:41.986702 [ 4 ] {37eecd6d-8e6c-4d06-996a-6096ff7bf3da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18340 | 2025.07.18 19:27:41.987152 [ 4 ] {37eecd6d-8e6c-4d06-996a-6096ff7bf3da} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
18341 | 2025.07.18 19:27:41.987599 [ 4 ] {37eecd6d-8e6c-4d06-996a-6096ff7bf3da} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18342 | 2025.07.18 19:27:41.987729 [ 4 ] {37eecd6d-8e6c-4d06-996a-6096ff7bf3da} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001452 sec., 4132.231404958678 rows/sec., 215.89 KiB/sec. | ||
18343 | 2025.07.18 19:27:41.987764 [ 4 ] {37eecd6d-8e6c-4d06-996a-6096ff7bf3da} <Debug> TCPHandler: Processed in 0.001621695 sec. | ||
18344 | 2025.07.18 19:27:41.987873 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18345 | 2025.07.18 19:27:41.987964 [ 4 ] {b1970e06-58d7-4f56-befd-2a399dfba6cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
18346 | 2025.07.18 19:27:41.988005 [ 4 ] {b1970e06-58d7-4f56-befd-2a399dfba6cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
18347 | 2025.07.18 19:27:41.988456 [ 4 ] {b1970e06-58d7-4f56-befd-2a399dfba6cc} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18348 | 2025.07.18 19:27:41.988492 [ 4 ] {b1970e06-58d7-4f56-befd-2a399dfba6cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18349 | 2025.07.18 19:27:41.988925 [ 4 ] {b1970e06-58d7-4f56-befd-2a399dfba6cc} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
18350 | 2025.07.18 19:27:41.989361 [ 4 ] {b1970e06-58d7-4f56-befd-2a399dfba6cc} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18351 | 2025.07.18 19:27:41.989490 [ 4 ] {b1970e06-58d7-4f56-befd-2a399dfba6cc} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001543 sec., 198963.05897602072 rows/sec., 13.09 MiB/sec. | ||
18352 | 2025.07.18 19:27:41.989526 [ 4 ] {b1970e06-58d7-4f56-befd-2a399dfba6cc} <Debug> TCPHandler: Processed in 0.001700156 sec. | ||
18353 | 2025.07.18 19:27:41.989635 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18354 | 2025.07.18 19:27:41.989727 [ 4 ] {9e65a682-e5c6-4bab-a9e9-ed972949abdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
18355 | 2025.07.18 19:27:41.989767 [ 4 ] {9e65a682-e5c6-4bab-a9e9-ed972949abdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
18356 | 2025.07.18 19:27:41.990082 [ 4 ] {9e65a682-e5c6-4bab-a9e9-ed972949abdb} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18357 | 2025.07.18 19:27:41.990116 [ 4 ] {9e65a682-e5c6-4bab-a9e9-ed972949abdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18358 | 2025.07.18 19:27:41.990516 [ 4 ] {9e65a682-e5c6-4bab-a9e9-ed972949abdb} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
18359 | 2025.07.18 19:27:41.990946 [ 4 ] {9e65a682-e5c6-4bab-a9e9-ed972949abdb} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18360 | 2025.07.18 19:27:41.991077 [ 4 ] {9e65a682-e5c6-4bab-a9e9-ed972949abdb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001367 sec., 731.528895391368 rows/sec., 49.29 KiB/sec. | ||
18361 | 2025.07.18 19:27:41.991111 [ 4 ] {9e65a682-e5c6-4bab-a9e9-ed972949abdb} <Debug> TCPHandler: Processed in 0.001523694 sec. | ||
18362 | 2025.07.18 19:27:41.991219 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18363 | 2025.07.18 19:27:41.991311 [ 4 ] {a68e0679-97b7-4de0-8428-f7b9f4994430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
18364 | 2025.07.18 19:27:41.991363 [ 4 ] {a68e0679-97b7-4de0-8428-f7b9f4994430} <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 | ||
18365 | 2025.07.18 19:27:41.992292 [ 4 ] {a68e0679-97b7-4de0-8428-f7b9f4994430} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18366 | 2025.07.18 19:27:41.992328 [ 4 ] {a68e0679-97b7-4de0-8428-f7b9f4994430} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18367 | 2025.07.18 19:27:41.993058 [ 4 ] {a68e0679-97b7-4de0-8428-f7b9f4994430} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
18368 | 2025.07.18 19:27:41.993488 [ 4 ] {a68e0679-97b7-4de0-8428-f7b9f4994430} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18369 | 2025.07.18 19:27:41.993625 [ 4 ] {a68e0679-97b7-4de0-8428-f7b9f4994430} <Debug> executeQuery: Read 60 rows, 110.10 KiB in 0.002331 sec., 25740.02574002574 rows/sec., 46.12 MiB/sec. | ||
18370 | 2025.07.18 19:27:41.993680 [ 4 ] {a68e0679-97b7-4de0-8428-f7b9f4994430} <Debug> TCPHandler: Processed in 0.002507428 sec. | ||
18371 | 2025.07.18 19:27:41.993807 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18372 | 2025.07.18 19:27:41.993900 [ 4 ] {c255ffae-e026-4aa7-8dc6-c4b09142b742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
18373 | 2025.07.18 19:27:41.993940 [ 4 ] {c255ffae-e026-4aa7-8dc6-c4b09142b742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
18374 | 2025.07.18 19:27:41.994290 [ 4 ] {c255ffae-e026-4aa7-8dc6-c4b09142b742} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18375 | 2025.07.18 19:27:41.994325 [ 4 ] {c255ffae-e026-4aa7-8dc6-c4b09142b742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18376 | 2025.07.18 19:27:41.994748 [ 4 ] {c255ffae-e026-4aa7-8dc6-c4b09142b742} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
18377 | 2025.07.18 19:27:41.995192 [ 4 ] {c255ffae-e026-4aa7-8dc6-c4b09142b742} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18378 | 2025.07.18 19:27:41.995297 [ 117 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
18379 | 2025.07.18 19:27:41.995321 [ 4 ] {c255ffae-e026-4aa7-8dc6-c4b09142b742} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001439 sec., 70882.5573314802 rows/sec., 4.35 MiB/sec. | ||
18380 | 2025.07.18 19:27:41.995337 [ 117 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18381 | 2025.07.18 19:27:41.995363 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18382 | 2025.07.18 19:27:41.995364 [ 4 ] {c255ffae-e026-4aa7-8dc6-c4b09142b742} <Debug> TCPHandler: Processed in 0.001604165 sec. | ||
18383 | 2025.07.18 19:27:41.995467 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
18384 | 2025.07.18 19:27:41.995587 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18385 | 2025.07.18 19:27:41.995619 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 11220 rows starting from the beginning of the part | ||
18386 | 2025.07.18 19:27:41.995670 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 102 rows starting from the beginning of the part | ||
18387 | 2025.07.18 19:27:41.995713 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 60 rows starting from the beginning of the part | ||
18388 | 2025.07.18 19:27:41.995750 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 102 rows starting from the beginning of the part | ||
18389 | 2025.07.18 19:27:41.995786 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 60 rows starting from the beginning of the part | ||
18390 | 2025.07.18 19:27:41.995822 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 102 rows starting from the beginning of the part | ||
18391 | 2025.07.18 19:27:41.998375 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11646 rows, containing 4 columns (4 merged, 0 gathered) in 0.002949335 sec., 3948686.7378578563 rows/sec., 251.15 MiB/sec. | ||
18392 | 2025.07.18 19:27:41.998736 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
18393 | 2025.07.18 19:27:41.999210 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18394 | 2025.07.18 19:27:41.999273 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
18395 | 2025.07.18 19:27:41.999336 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
18396 | 2025.07.18 19:27:42.000162 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 362.06 MiB, peak 379.62 MiB, free memory in arenas 0.00 B, will set to 365.21 MiB (RSS), difference: 3.14 MiB | ||
18397 | 2025.07.18 19:27:43.243605 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 753 | ||
18398 | 2025.07.18 19:27:43.261015 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18399 | 2025.07.18 19:27:43.261070 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18400 | 2025.07.18 19:27:43.267606 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
18401 | 2025.07.18 19:27:43.268823 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18402 | 2025.07.18 19:27:43.271904 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 753 | ||
18403 | 2025.07.18 19:27:46.604733 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18404 | 2025.07.18 19:27:46.604907 [ 4 ] {0387135d-4ee5-4c33-b44e-559b3cde5c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
18405 | 2025.07.18 19:27:46.604970 [ 4 ] {0387135d-4ee5-4c33-b44e-559b3cde5c8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
18406 | 2025.07.18 19:27:46.606383 [ 4 ] {0387135d-4ee5-4c33-b44e-559b3cde5c8e} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18407 | 2025.07.18 19:27:46.606420 [ 4 ] {0387135d-4ee5-4c33-b44e-559b3cde5c8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18408 | 2025.07.18 19:27:46.607008 [ 4 ] {0387135d-4ee5-4c33-b44e-559b3cde5c8e} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
18409 | 2025.07.18 19:27:46.607483 [ 4 ] {0387135d-4ee5-4c33-b44e-559b3cde5c8e} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18410 | 2025.07.18 19:27:46.607640 [ 4 ] {0387135d-4ee5-4c33-b44e-559b3cde5c8e} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002782 sec., 429906.5420560747 rows/sec., 35.44 MiB/sec. | ||
18411 | 2025.07.18 19:27:46.607689 [ 4 ] {0387135d-4ee5-4c33-b44e-559b3cde5c8e} <Debug> TCPHandler: Processed in 0.003078907 sec. | ||
18412 | 2025.07.18 19:27:46.607807 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18413 | 2025.07.18 19:27:46.607904 [ 4 ] {b904691e-1938-48c2-9af2-57f7194708d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
18414 | 2025.07.18 19:27:46.607945 [ 4 ] {b904691e-1938-48c2-9af2-57f7194708d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
18415 | 2025.07.18 19:27:46.608500 [ 4 ] {b904691e-1938-48c2-9af2-57f7194708d8} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18416 | 2025.07.18 19:27:46.608535 [ 4 ] {b904691e-1938-48c2-9af2-57f7194708d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18417 | 2025.07.18 19:27:46.609002 [ 4 ] {b904691e-1938-48c2-9af2-57f7194708d8} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
18418 | 2025.07.18 19:27:46.609437 [ 4 ] {b904691e-1938-48c2-9af2-57f7194708d8} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18419 | 2025.07.18 19:27:46.609539 [ 111 ] {} <Debug> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_87_18 to all_92_92_0 | ||
18420 | 2025.07.18 19:27:46.609570 [ 4 ] {b904691e-1938-48c2-9af2-57f7194708d8} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001685 sec., 135311.57270029673 rows/sec., 9.16 MiB/sec. | ||
18421 | 2025.07.18 19:27:46.609575 [ 111 ] {} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18422 | 2025.07.18 19:27:46.609601 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18423 | 2025.07.18 19:27:46.609610 [ 4 ] {b904691e-1938-48c2-9af2-57f7194708d8} <Debug> TCPHandler: Processed in 0.001853459 sec. | ||
18424 | 2025.07.18 19:27:46.609714 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18425 | 2025.07.18 19:27:46.609727 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_87_18 to all_92_92_0 into Compact with storage Full | ||
18426 | 2025.07.18 19:27:46.609809 [ 4 ] {5cd0b1cc-98af-4d76-a637-ef42dc020159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
18427 | 2025.07.18 19:27:46.609853 [ 4 ] {5cd0b1cc-98af-4d76-a637-ef42dc020159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
18428 | 2025.07.18 19:27:46.609883 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18429 | 2025.07.18 19:27:46.609927 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_87_18, total 431 rows starting from the beginning of the part | ||
18430 | 2025.07.18 19:27:46.610002 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 228 rows starting from the beginning of the part | ||
18431 | 2025.07.18 19:27:46.610057 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 203 rows starting from the beginning of the part | ||
18432 | 2025.07.18 19:27:46.610107 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 203 rows starting from the beginning of the part | ||
18433 | 2025.07.18 19:27:46.610153 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 203 rows starting from the beginning of the part | ||
18434 | 2025.07.18 19:27:46.610199 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 228 rows starting from the beginning of the part | ||
18435 | 2025.07.18 19:27:46.610540 [ 4 ] {5cd0b1cc-98af-4d76-a637-ef42dc020159} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18436 | 2025.07.18 19:27:46.610581 [ 4 ] {5cd0b1cc-98af-4d76-a637-ef42dc020159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18437 | 2025.07.18 19:27:46.611049 [ 4 ] {5cd0b1cc-98af-4d76-a637-ef42dc020159} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
18438 | 2025.07.18 19:27:46.611270 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1496 rows, containing 5 columns (5 merged, 0 gathered) in 0.001600925 sec., 934459.7654481003 rows/sec., 65.21 MiB/sec. | ||
18439 | 2025.07.18 19:27:46.611502 [ 4 ] {5cd0b1cc-98af-4d76-a637-ef42dc020159} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18440 | 2025.07.18 19:27:46.611527 [ 187 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} <Trace> MergedBlockOutputStream: filled checksums all_1_92_19 (state Temporary) | ||
18441 | 2025.07.18 19:27:46.611635 [ 4 ] {5cd0b1cc-98af-4d76-a637-ef42dc020159} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001845 sec., 281842.81842818426 rows/sec., 20.86 MiB/sec. | ||
18442 | 2025.07.18 19:27:46.611673 [ 4 ] {5cd0b1cc-98af-4d76-a637-ef42dc020159} <Debug> TCPHandler: Processed in 0.002008221 sec. | ||
18443 | 2025.07.18 19:27:46.611784 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18444 | 2025.07.18 19:27:46.611880 [ 4 ] {356c2f6d-0de8-4177-b009-573e9dc40211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
18445 | 2025.07.18 19:27:46.611922 [ 4 ] {356c2f6d-0de8-4177-b009-573e9dc40211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
18446 | 2025.07.18 19:27:46.612125 [ 187 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_92_19 to all_1_92_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18447 | 2025.07.18 19:27:46.612193 [ 187 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_87_18, all_92_92_0] -> all_1_92_19 | ||
18448 | 2025.07.18 19:27:46.612282 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
18449 | 2025.07.18 19:27:46.612662 [ 4 ] {356c2f6d-0de8-4177-b009-573e9dc40211} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18450 | 2025.07.18 19:27:46.612697 [ 4 ] {356c2f6d-0de8-4177-b009-573e9dc40211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18451 | 2025.07.18 19:27:46.613186 [ 4 ] {356c2f6d-0de8-4177-b009-573e9dc40211} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
18452 | 2025.07.18 19:27:46.613622 [ 4 ] {356c2f6d-0de8-4177-b009-573e9dc40211} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18453 | 2025.07.18 19:27:46.613752 [ 4 ] {356c2f6d-0de8-4177-b009-573e9dc40211} <Debug> executeQuery: Read 1006 rows, 69.24 KiB in 0.001892 sec., 531712.4735729387 rows/sec., 35.74 MiB/sec. | ||
18454 | 2025.07.18 19:27:46.613790 [ 4 ] {356c2f6d-0de8-4177-b009-573e9dc40211} <Debug> TCPHandler: Processed in 0.002055202 sec. | ||
18455 | 2025.07.18 19:27:46.613898 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18456 | 2025.07.18 19:27:46.613996 [ 4 ] {533cec31-0c96-4719-9571-c2a42d28c83d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
18457 | 2025.07.18 19:27:46.614037 [ 4 ] {533cec31-0c96-4719-9571-c2a42d28c83d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
18458 | 2025.07.18 19:27:46.614379 [ 4 ] {533cec31-0c96-4719-9571-c2a42d28c83d} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18459 | 2025.07.18 19:27:46.614413 [ 4 ] {533cec31-0c96-4719-9571-c2a42d28c83d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
18460 | 2025.07.18 19:27:46.614812 [ 4 ] {533cec31-0c96-4719-9571-c2a42d28c83d} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
18461 | 2025.07.18 19:27:46.615289 [ 4 ] {533cec31-0c96-4719-9571-c2a42d28c83d} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18462 | 2025.07.18 19:27:46.615422 [ 4 ] {533cec31-0c96-4719-9571-c2a42d28c83d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001447 sec., 41465.1002073255 rows/sec., 2.79 MiB/sec. | ||
18463 | 2025.07.18 19:27:46.615457 [ 4 ] {533cec31-0c96-4719-9571-c2a42d28c83d} <Debug> TCPHandler: Processed in 0.001607434 sec. | ||
18464 | 2025.07.18 19:27:47.729641 [ 221 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
18465 | 2025.07.18 19:27:47.729733 [ 221 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
18466 | 2025.07.18 19:27:47.732655 [ 221 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
18467 | 2025.07.18 19:27:48.211437 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 46299 | ||
18468 | 2025.07.18 19:27:48.211965 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18469 | 2025.07.18 19:27:48.212006 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18470 | 2025.07.18 19:27:48.212645 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
18471 | 2025.07.18 19:27:48.213154 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18472 | 2025.07.18 19:27:48.213284 [ 108 ] {} <Debug> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
18473 | 2025.07.18 19:27:48.213299 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46299 | ||
18474 | 2025.07.18 19:27:48.213323 [ 108 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18475 | 2025.07.18 19:27:48.213342 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18476 | 2025.07.18 19:27:48.213478 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::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 | ||
18477 | 2025.07.18 19:27:48.213641 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18478 | 2025.07.18 19:27:48.213688 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 43981 rows starting from the beginning of the part | ||
18479 | 2025.07.18 19:27:48.213763 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 488 rows starting from the beginning of the part | ||
18480 | 2025.07.18 19:27:48.213819 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 427 rows starting from the beginning of the part | ||
18481 | 2025.07.18 19:27:48.213863 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 488 rows starting from the beginning of the part | ||
18482 | 2025.07.18 19:27:48.213901 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 427 rows starting from the beginning of the part | ||
18483 | 2025.07.18 19:27:48.213944 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 488 rows starting from the beginning of the part | ||
18484 | 2025.07.18 19:27:48.216931 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46299 rows, containing 4 columns (4 merged, 0 gathered) in 0.003521784 sec., 13146462.133963922 rows/sec., 188.06 MiB/sec. | ||
18485 | 2025.07.18 19:27:48.217482 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
18486 | 2025.07.18 19:27:48.218095 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18487 | 2025.07.18 19:27:48.218184 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
18488 | 2025.07.18 19:27:48.218309 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. | ||
18489 | 2025.07.18 19:27:50.772019 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 761 | ||
18490 | 2025.07.18 19:27:50.790176 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18491 | 2025.07.18 19:27:50.790229 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18492 | 2025.07.18 19:27:50.796598 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
18493 | 2025.07.18 19:27:50.797872 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18494 | 2025.07.18 19:27:50.798190 [ 103 ] {} <Debug> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
18495 | 2025.07.18 19:27:50.798254 [ 103 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18496 | 2025.07.18 19:27:50.798275 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18497 | 2025.07.18 19:27:50.798387 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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 | ||
18498 | 2025.07.18 19:27:50.800785 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 761 | ||
18499 | 2025.07.18 19:27:50.801326 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18500 | 2025.07.18 19:27:50.802047 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 723 rows starting from the beginning of the part | ||
18501 | 2025.07.18 19:27:50.805269 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part | ||
18502 | 2025.07.18 19:27:50.808583 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 7 rows starting from the beginning of the part | ||
18503 | 2025.07.18 19:27:50.812357 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part | ||
18504 | 2025.07.18 19:27:50.816550 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 7 rows starting from the beginning of the part | ||
18505 | 2025.07.18 19:27:50.820680 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part | ||
18506 | 2025.07.18 19:27:50.851864 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2514 | ||
18507 | 2025.07.18 19:27:50.854489 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18508 | 2025.07.18 19:27:50.854527 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18509 | 2025.07.18 19:27:50.855843 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
18510 | 2025.07.18 19:27:50.856307 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18511 | 2025.07.18 19:27:50.856574 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2514 | ||
18512 | 2025.07.18 19:27:50.882114 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 679 columns (679 merged, 0 gathered) in 0.083763297 sec., 9085.124717571707 rows/sec., 46.98 MiB/sec. | ||
18513 | 2025.07.18 19:27:50.885429 [ 191 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
18514 | 2025.07.18 19:27:50.887935 [ 191 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18515 | 2025.07.18 19:27:50.888038 [ 191 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
18516 | 2025.07.18 19:27:50.890706 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
18517 | 2025.07.18 19:27:51.000169 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 366.29 MiB, peak 383.71 MiB, free memory in arenas 0.00 B, will set to 365.21 MiB (RSS), difference: -1.07 MiB | ||
18518 | 2025.07.18 19:27:51.971668 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18519 | 2025.07.18 19:27:51.971865 [ 4 ] {ef1fc427-ed35-45b2-9d15-4e42b966de69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
18520 | 2025.07.18 19:27:51.971939 [ 4 ] {ef1fc427-ed35-45b2-9d15-4e42b966de69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
18521 | 2025.07.18 19:27:51.972857 [ 4 ] {ef1fc427-ed35-45b2-9d15-4e42b966de69} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18522 | 2025.07.18 19:27:51.972906 [ 4 ] {ef1fc427-ed35-45b2-9d15-4e42b966de69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18523 | 2025.07.18 19:27:51.973468 [ 4 ] {ef1fc427-ed35-45b2-9d15-4e42b966de69} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
18524 | 2025.07.18 19:27:51.973952 [ 4 ] {ef1fc427-ed35-45b2-9d15-4e42b966de69} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18525 | 2025.07.18 19:27:51.974103 [ 4 ] {ef1fc427-ed35-45b2-9d15-4e42b966de69} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.002292 sec., 171029.66841186734 rows/sec., 10.85 MiB/sec. | ||
18526 | 2025.07.18 19:27:51.974145 [ 4 ] {ef1fc427-ed35-45b2-9d15-4e42b966de69} <Debug> TCPHandler: Processed in 0.00260844 sec. | ||
18527 | 2025.07.18 19:27:51.974265 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18528 | 2025.07.18 19:27:51.974360 [ 4 ] {9afc8aa6-412d-4440-95c9-0c32b2ce92c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
18529 | 2025.07.18 19:27:51.974401 [ 4 ] {9afc8aa6-412d-4440-95c9-0c32b2ce92c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
18530 | 2025.07.18 19:27:51.975674 [ 4 ] {9afc8aa6-412d-4440-95c9-0c32b2ce92c3} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18531 | 2025.07.18 19:27:51.975710 [ 4 ] {9afc8aa6-412d-4440-95c9-0c32b2ce92c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18532 | 2025.07.18 19:27:51.976209 [ 4 ] {9afc8aa6-412d-4440-95c9-0c32b2ce92c3} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
18533 | 2025.07.18 19:27:51.976671 [ 4 ] {9afc8aa6-412d-4440-95c9-0c32b2ce92c3} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18534 | 2025.07.18 19:27:51.976803 [ 4 ] {9afc8aa6-412d-4440-95c9-0c32b2ce92c3} <Debug> executeQuery: Read 1187 rows, 97.49 KiB in 0.002462 sec., 482128.3509341998 rows/sec., 38.67 MiB/sec. | ||
18535 | 2025.07.18 19:27:51.976841 [ 4 ] {9afc8aa6-412d-4440-95c9-0c32b2ce92c3} <Debug> TCPHandler: Processed in 0.00262476 sec. | ||
18536 | 2025.07.18 19:27:51.976952 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18537 | 2025.07.18 19:27:51.977046 [ 4 ] {4fcac394-3cab-4aa9-ab8f-d1906dc2bb5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
18538 | 2025.07.18 19:27:51.977085 [ 4 ] {4fcac394-3cab-4aa9-ab8f-d1906dc2bb5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
18539 | 2025.07.18 19:27:51.977640 [ 4 ] {4fcac394-3cab-4aa9-ab8f-d1906dc2bb5c} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18540 | 2025.07.18 19:27:51.977676 [ 4 ] {4fcac394-3cab-4aa9-ab8f-d1906dc2bb5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18541 | 2025.07.18 19:27:51.978104 [ 4 ] {4fcac394-3cab-4aa9-ab8f-d1906dc2bb5c} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
18542 | 2025.07.18 19:27:51.978642 [ 4 ] {4fcac394-3cab-4aa9-ab8f-d1906dc2bb5c} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18543 | 2025.07.18 19:27:51.978773 [ 4 ] {4fcac394-3cab-4aa9-ab8f-d1906dc2bb5c} <Debug> executeQuery: Read 256 rows, 16.29 KiB in 0.001745 sec., 146704.87106017192 rows/sec., 9.12 MiB/sec. | ||
18544 | 2025.07.18 19:27:51.978811 [ 4 ] {4fcac394-3cab-4aa9-ab8f-d1906dc2bb5c} <Debug> TCPHandler: Processed in 0.001906429 sec. | ||
18545 | 2025.07.18 19:27:51.978919 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18546 | 2025.07.18 19:27:51.979012 [ 4 ] {de3b42d2-6c21-4f8a-8094-7c9fea8b4f17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
18547 | 2025.07.18 19:27:51.979057 [ 4 ] {de3b42d2-6c21-4f8a-8094-7c9fea8b4f17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
18548 | 2025.07.18 19:27:51.979613 [ 4 ] {de3b42d2-6c21-4f8a-8094-7c9fea8b4f17} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18549 | 2025.07.18 19:27:51.979649 [ 4 ] {de3b42d2-6c21-4f8a-8094-7c9fea8b4f17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18550 | 2025.07.18 19:27:51.980104 [ 4 ] {de3b42d2-6c21-4f8a-8094-7c9fea8b4f17} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
18551 | 2025.07.18 19:27:51.980588 [ 4 ] {de3b42d2-6c21-4f8a-8094-7c9fea8b4f17} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18552 | 2025.07.18 19:27:51.980718 [ 4 ] {de3b42d2-6c21-4f8a-8094-7c9fea8b4f17} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001724 sec., 117749.41995359628 rows/sec., 7.60 MiB/sec. | ||
18553 | 2025.07.18 19:27:51.980755 [ 4 ] {de3b42d2-6c21-4f8a-8094-7c9fea8b4f17} <Debug> TCPHandler: Processed in 0.001883029 sec. | ||
18554 | 2025.07.18 19:27:51.980871 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18555 | 2025.07.18 19:27:51.980963 [ 4 ] {c0df9010-8d1e-44f6-a926-c3067fbea3ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
18556 | 2025.07.18 19:27:51.981002 [ 4 ] {c0df9010-8d1e-44f6-a926-c3067fbea3ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
18557 | 2025.07.18 19:27:51.981512 [ 4 ] {c0df9010-8d1e-44f6-a926-c3067fbea3ec} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18558 | 2025.07.18 19:27:51.981547 [ 4 ] {c0df9010-8d1e-44f6-a926-c3067fbea3ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18559 | 2025.07.18 19:27:51.981989 [ 4 ] {c0df9010-8d1e-44f6-a926-c3067fbea3ec} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
18560 | 2025.07.18 19:27:51.982443 [ 4 ] {c0df9010-8d1e-44f6-a926-c3067fbea3ec} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18561 | 2025.07.18 19:27:51.982570 [ 4 ] {c0df9010-8d1e-44f6-a926-c3067fbea3ec} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001625 sec., 124307.69230769231 rows/sec., 7.06 MiB/sec. | ||
18562 | 2025.07.18 19:27:51.982607 [ 4 ] {c0df9010-8d1e-44f6-a926-c3067fbea3ec} <Debug> TCPHandler: Processed in 0.001783668 sec. | ||
18563 | 2025.07.18 19:27:51.982721 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18564 | 2025.07.18 19:27:51.982812 [ 4 ] {f0af9193-d64e-41ec-b5b4-96a2da7e7e42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
18565 | 2025.07.18 19:27:51.982851 [ 4 ] {f0af9193-d64e-41ec-b5b4-96a2da7e7e42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
18566 | 2025.07.18 19:27:51.983625 [ 4 ] {f0af9193-d64e-41ec-b5b4-96a2da7e7e42} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18567 | 2025.07.18 19:27:51.983660 [ 4 ] {f0af9193-d64e-41ec-b5b4-96a2da7e7e42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18568 | 2025.07.18 19:27:51.984110 [ 4 ] {f0af9193-d64e-41ec-b5b4-96a2da7e7e42} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
18569 | 2025.07.18 19:27:51.984602 [ 4 ] {f0af9193-d64e-41ec-b5b4-96a2da7e7e42} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18570 | 2025.07.18 19:27:51.984738 [ 4 ] {f0af9193-d64e-41ec-b5b4-96a2da7e7e42} <Debug> executeQuery: Read 712 rows, 51.37 KiB in 0.001943 sec., 366443.64384971693 rows/sec., 25.82 MiB/sec. | ||
18571 | 2025.07.18 19:27:51.984775 [ 4 ] {f0af9193-d64e-41ec-b5b4-96a2da7e7e42} <Debug> TCPHandler: Processed in 0.002101382 sec. | ||
18572 | 2025.07.18 19:27:51.984891 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18573 | 2025.07.18 19:27:51.984984 [ 4 ] {bf2b4f53-38d7-44cf-970f-b96a6fdaa7d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
18574 | 2025.07.18 19:27:51.985024 [ 4 ] {bf2b4f53-38d7-44cf-970f-b96a6fdaa7d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
18575 | 2025.07.18 19:27:51.985364 [ 4 ] {bf2b4f53-38d7-44cf-970f-b96a6fdaa7d5} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18576 | 2025.07.18 19:27:51.985399 [ 4 ] {bf2b4f53-38d7-44cf-970f-b96a6fdaa7d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18577 | 2025.07.18 19:27:51.985810 [ 4 ] {bf2b4f53-38d7-44cf-970f-b96a6fdaa7d5} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
18578 | 2025.07.18 19:27:51.986249 [ 4 ] {bf2b4f53-38d7-44cf-970f-b96a6fdaa7d5} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18579 | 2025.07.18 19:27:51.986382 [ 4 ] {bf2b4f53-38d7-44cf-970f-b96a6fdaa7d5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001416 sec., 4237.28813559322 rows/sec., 221.38 KiB/sec. | ||
18580 | 2025.07.18 19:27:51.986384 [ 102 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_65_12 to all_74_74_0 | ||
18581 | 2025.07.18 19:27:51.986419 [ 4 ] {bf2b4f53-38d7-44cf-970f-b96a6fdaa7d5} <Debug> TCPHandler: Processed in 0.001574884 sec. | ||
18582 | 2025.07.18 19:27:51.986457 [ 102 ] {} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18583 | 2025.07.18 19:27:51.986483 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18584 | 2025.07.18 19:27:51.986546 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18585 | 2025.07.18 19:27:51.986600 [ 225 ] {} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
18586 | 2025.07.18 19:27:51.986613 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_12 to all_74_74_0 into Compact with storage Full | ||
18587 | 2025.07.18 19:27:51.986655 [ 225 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
18588 | 2025.07.18 19:27:51.986642 [ 4 ] {157c0c3e-1596-4d0a-b486-acf6e1638be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
18589 | 2025.07.18 19:27:51.986742 [ 4 ] {157c0c3e-1596-4d0a-b486-acf6e1638be6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
18590 | 2025.07.18 19:27:51.986806 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18591 | 2025.07.18 19:27:51.986856 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_12, total 390 rows starting from the beginning of the part | ||
18592 | 2025.07.18 19:27:51.986931 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_70_1, total 30 rows starting from the beginning of the part | ||
18593 | 2025.07.18 19:27:51.986984 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 6 rows starting from the beginning of the part | ||
18594 | 2025.07.18 19:27:51.987032 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 6 rows starting from the beginning of the part | ||
18595 | 2025.07.18 19:27:51.987075 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 6 rows starting from the beginning of the part | ||
18596 | 2025.07.18 19:27:51.987119 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 6 rows starting from the beginning of the part | ||
18597 | 2025.07.18 19:27:51.987231 [ 4 ] {157c0c3e-1596-4d0a-b486-acf6e1638be6} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18598 | 2025.07.18 19:27:51.987273 [ 4 ] {157c0c3e-1596-4d0a-b486-acf6e1638be6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18599 | 2025.07.18 19:27:51.987757 [ 4 ] {157c0c3e-1596-4d0a-b486-acf6e1638be6} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
18600 | 2025.07.18 19:27:51.988135 [ 193 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 444 rows, containing 4 columns (4 merged, 0 gathered) in 0.001585635 sec., 280014.000700035 rows/sec., 14.29 MiB/sec. | ||
18601 | 2025.07.18 19:27:51.988276 [ 4 ] {157c0c3e-1596-4d0a-b486-acf6e1638be6} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18602 | 2025.07.18 19:27:51.988363 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} <Trace> MergedBlockOutputStream: filled checksums all_1_74_13 (state Temporary) | ||
18603 | 2025.07.18 19:27:51.988432 [ 4 ] {157c0c3e-1596-4d0a-b486-acf6e1638be6} <Debug> executeQuery: Read 307 rows, 20.68 KiB in 0.001808 sec., 169800.88495575223 rows/sec., 11.17 MiB/sec. | ||
18604 | 2025.07.18 19:27:51.988474 [ 4 ] {157c0c3e-1596-4d0a-b486-acf6e1638be6} <Debug> TCPHandler: Processed in 0.001974921 sec. | ||
18605 | 2025.07.18 19:27:51.988586 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18606 | 2025.07.18 19:27:51.988680 [ 4 ] {6b8a0399-03bf-4e09-83e6-c6d1bbbff8cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
18607 | 2025.07.18 19:27:51.988722 [ 4 ] {6b8a0399-03bf-4e09-83e6-c6d1bbbff8cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
18608 | 2025.07.18 19:27:51.988911 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_74_13 to all_1_74_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18609 | 2025.07.18 19:27:51.988994 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_65_12, all_74_74_0] -> all_1_74_13 | ||
18610 | 2025.07.18 19:27:51.989039 [ 4 ] {6b8a0399-03bf-4e09-83e6-c6d1bbbff8cf} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18611 | 2025.07.18 19:27:51.989075 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
18612 | 2025.07.18 19:27:51.989078 [ 4 ] {6b8a0399-03bf-4e09-83e6-c6d1bbbff8cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18613 | 2025.07.18 19:27:51.989557 [ 4 ] {6b8a0399-03bf-4e09-83e6-c6d1bbbff8cf} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
18614 | 2025.07.18 19:27:51.990103 [ 4 ] {6b8a0399-03bf-4e09-83e6-c6d1bbbff8cf} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18615 | 2025.07.18 19:27:51.990104 [ 225 ] {} <Debug> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
18616 | 2025.07.18 19:27:51.990245 [ 4 ] {6b8a0399-03bf-4e09-83e6-c6d1bbbff8cf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001583 sec., 631.7119393556538 rows/sec., 42.57 KiB/sec. | ||
18617 | 2025.07.18 19:27:51.990286 [ 4 ] {6b8a0399-03bf-4e09-83e6-c6d1bbbff8cf} <Debug> TCPHandler: Processed in 0.001746897 sec. | ||
18618 | 2025.07.18 19:27:51.990395 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18619 | 2025.07.18 19:27:51.990487 [ 4 ] {c93c2af8-6875-46c0-92d2-7393f2b7b47d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
18620 | 2025.07.18 19:27:51.990540 [ 4 ] {c93c2af8-6875-46c0-92d2-7393f2b7b47d} <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 | ||
18621 | 2025.07.18 19:27:51.991517 [ 4 ] {c93c2af8-6875-46c0-92d2-7393f2b7b47d} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18622 | 2025.07.18 19:27:51.991554 [ 4 ] {c93c2af8-6875-46c0-92d2-7393f2b7b47d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18623 | 2025.07.18 19:27:51.992294 [ 4 ] {c93c2af8-6875-46c0-92d2-7393f2b7b47d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
18624 | 2025.07.18 19:27:51.992730 [ 4 ] {c93c2af8-6875-46c0-92d2-7393f2b7b47d} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18625 | 2025.07.18 19:27:51.992872 [ 4 ] {c93c2af8-6875-46c0-92d2-7393f2b7b47d} <Debug> executeQuery: Read 60 rows, 110.10 KiB in 0.002402 sec., 24979.184013322232 rows/sec., 44.76 MiB/sec. | ||
18626 | 2025.07.18 19:27:51.992890 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
18627 | 2025.07.18 19:27:51.992928 [ 4 ] {c93c2af8-6875-46c0-92d2-7393f2b7b47d} <Debug> TCPHandler: Processed in 0.002579999 sec. | ||
18628 | 2025.07.18 19:27:51.992929 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
18629 | 2025.07.18 19:27:51.993074 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18630 | 2025.07.18 19:27:51.993171 [ 4 ] {f13dae50-a96a-4c6a-8e09-6efe88fffd6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
18631 | 2025.07.18 19:27:51.993213 [ 4 ] {f13dae50-a96a-4c6a-8e09-6efe88fffd6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
18632 | 2025.07.18 19:27:51.993616 [ 4 ] {f13dae50-a96a-4c6a-8e09-6efe88fffd6f} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18633 | 2025.07.18 19:27:51.993655 [ 4 ] {f13dae50-a96a-4c6a-8e09-6efe88fffd6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18634 | 2025.07.18 19:27:51.994115 [ 4 ] {f13dae50-a96a-4c6a-8e09-6efe88fffd6f} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
18635 | 2025.07.18 19:27:51.994612 [ 4 ] {f13dae50-a96a-4c6a-8e09-6efe88fffd6f} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18636 | 2025.07.18 19:27:51.994756 [ 4 ] {f13dae50-a96a-4c6a-8e09-6efe88fffd6f} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001603 sec., 63630.69245165315 rows/sec., 3.91 MiB/sec. | ||
18637 | 2025.07.18 19:27:51.994794 [ 4 ] {f13dae50-a96a-4c6a-8e09-6efe88fffd6f} <Debug> TCPHandler: Processed in 0.001767897 sec. | ||
18638 | 2025.07.18 19:27:51.995257 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
18639 | 2025.07.18 19:27:53.016699 [ 223 ] {} <Trace> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Found 5 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] | ||
18640 | 2025.07.18 19:27:53.016765 [ 223 ] {} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Removing 5 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] | ||
18641 | 2025.07.18 19:27:53.021000 [ 223 ] {} <Debug> oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
18642 | 2025.07.18 19:27:55.467179 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
18643 | 2025.07.18 19:27:55.467237 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
18644 | 2025.07.18 19:27:55.713502 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 46726 | ||
18645 | 2025.07.18 19:27:55.714062 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18646 | 2025.07.18 19:27:55.714102 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18647 | 2025.07.18 19:27:55.714748 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
18648 | 2025.07.18 19:27:55.715266 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18649 | 2025.07.18 19:27:55.715401 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46726 | ||
18650 | 2025.07.18 19:27:56.958625 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18651 | 2025.07.18 19:27:56.958823 [ 4 ] {541a6f0b-88fa-4e1a-973f-1018222ae8d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
18652 | 2025.07.18 19:27:56.958899 [ 4 ] {541a6f0b-88fa-4e1a-973f-1018222ae8d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
18653 | 2025.07.18 19:27:56.959630 [ 4 ] {541a6f0b-88fa-4e1a-973f-1018222ae8d1} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18654 | 2025.07.18 19:27:56.959676 [ 4 ] {541a6f0b-88fa-4e1a-973f-1018222ae8d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18655 | 2025.07.18 19:27:56.960210 [ 4 ] {541a6f0b-88fa-4e1a-973f-1018222ae8d1} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
18656 | 2025.07.18 19:27:56.960707 [ 4 ] {541a6f0b-88fa-4e1a-973f-1018222ae8d1} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18657 | 2025.07.18 19:27:56.960876 [ 4 ] {541a6f0b-88fa-4e1a-973f-1018222ae8d1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002108 sec., 26565.464895635672 rows/sec., 2.04 MiB/sec. | ||
18658 | 2025.07.18 19:27:56.960930 [ 4 ] {541a6f0b-88fa-4e1a-973f-1018222ae8d1} <Debug> TCPHandler: Processed in 0.002439478 sec. | ||
18659 | 2025.07.18 19:27:56.961059 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18660 | 2025.07.18 19:27:56.961164 [ 4 ] {d462ec47-3411-4e93-baaf-ab4c7ec40fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
18661 | 2025.07.18 19:27:56.961208 [ 4 ] {d462ec47-3411-4e93-baaf-ab4c7ec40fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
18662 | 2025.07.18 19:27:56.961674 [ 4 ] {d462ec47-3411-4e93-baaf-ab4c7ec40fb9} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18663 | 2025.07.18 19:27:56.961710 [ 4 ] {d462ec47-3411-4e93-baaf-ab4c7ec40fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18664 | 2025.07.18 19:27:56.962194 [ 4 ] {d462ec47-3411-4e93-baaf-ab4c7ec40fb9} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
18665 | 2025.07.18 19:27:56.962711 [ 4 ] {d462ec47-3411-4e93-baaf-ab4c7ec40fb9} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18666 | 2025.07.18 19:27:56.962854 [ 4 ] {d462ec47-3411-4e93-baaf-ab4c7ec40fb9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001713 sec., 37361.354349095156 rows/sec., 2.92 MiB/sec. | ||
18667 | 2025.07.18 19:27:56.962894 [ 4 ] {d462ec47-3411-4e93-baaf-ab4c7ec40fb9} <Debug> TCPHandler: Processed in 0.001887019 sec. | ||
18668 | 2025.07.18 19:27:56.963014 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18669 | 2025.07.18 19:27:56.963116 [ 4 ] {5d5b0e74-5fbd-4096-af19-d76c7dd75db6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
18670 | 2025.07.18 19:27:56.963161 [ 4 ] {5d5b0e74-5fbd-4096-af19-d76c7dd75db6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
18671 | 2025.07.18 19:27:56.963605 [ 4 ] {5d5b0e74-5fbd-4096-af19-d76c7dd75db6} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18672 | 2025.07.18 19:27:56.963642 [ 4 ] {5d5b0e74-5fbd-4096-af19-d76c7dd75db6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18673 | 2025.07.18 19:27:56.964098 [ 4 ] {5d5b0e74-5fbd-4096-af19-d76c7dd75db6} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
18674 | 2025.07.18 19:27:56.964553 [ 4 ] {5d5b0e74-5fbd-4096-af19-d76c7dd75db6} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18675 | 2025.07.18 19:27:56.964678 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 5 parts from all_1_145_30 to all_149_149_0 | ||
18676 | 2025.07.18 19:27:56.964692 [ 4 ] {5d5b0e74-5fbd-4096-af19-d76c7dd75db6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001596 sec., 100250.62656641605 rows/sec., 6.98 MiB/sec. | ||
18677 | 2025.07.18 19:27:56.964746 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18678 | 2025.07.18 19:27:56.964758 [ 4 ] {5d5b0e74-5fbd-4096-af19-d76c7dd75db6} <Debug> TCPHandler: Processed in 0.001793008 sec. | ||
18679 | 2025.07.18 19:27:56.964771 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18680 | 2025.07.18 19:27:56.964879 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18681 | 2025.07.18 19:27:56.964889 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_145_30 to all_149_149_0 into Compact with storage Full | ||
18682 | 2025.07.18 19:27:56.964979 [ 4 ] {e8ae05f7-346f-437b-b125-c39ff23df740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
18683 | 2025.07.18 19:27:56.965024 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18684 | 2025.07.18 19:27:56.965026 [ 4 ] {e8ae05f7-346f-437b-b125-c39ff23df740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
18685 | 2025.07.18 19:27:56.965071 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_145_30, total 55379 rows starting from the beginning of the part | ||
18686 | 2025.07.18 19:27:56.965145 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 160 rows starting from the beginning of the part | ||
18687 | 2025.07.18 19:27:56.965192 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 307 rows starting from the beginning of the part | ||
18688 | 2025.07.18 19:27:56.965234 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 1006 rows starting from the beginning of the part | ||
18689 | 2025.07.18 19:27:56.965276 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 307 rows starting from the beginning of the part | ||
18690 | 2025.07.18 19:27:56.965404 [ 4 ] {e8ae05f7-346f-437b-b125-c39ff23df740} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18691 | 2025.07.18 19:27:56.965447 [ 4 ] {e8ae05f7-346f-437b-b125-c39ff23df740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18692 | 2025.07.18 19:27:56.965901 [ 4 ] {e8ae05f7-346f-437b-b125-c39ff23df740} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
18693 | 2025.07.18 19:27:56.966377 [ 4 ] {e8ae05f7-346f-437b-b125-c39ff23df740} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18694 | 2025.07.18 19:27:56.966517 [ 4 ] {e8ae05f7-346f-437b-b125-c39ff23df740} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001557 sec., 38535.64547206166 rows/sec., 2.60 MiB/sec. | ||
18695 | 2025.07.18 19:27:56.966555 [ 4 ] {e8ae05f7-346f-437b-b125-c39ff23df740} <Debug> TCPHandler: Processed in 0.001726056 sec. | ||
18696 | 2025.07.18 19:27:56.974703 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 57159 rows, containing 5 columns (5 merged, 0 gathered) in 0.009866491 sec., 5793245.035139646 rows/sec., 387.87 MiB/sec. | ||
18697 | 2025.07.18 19:27:56.975674 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} <Trace> MergedBlockOutputStream: filled checksums all_1_149_31 (state Temporary) | ||
18698 | 2025.07.18 19:27:56.976236 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_149_31 to all_1_149_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18699 | 2025.07.18 19:27:56.976318 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 5 parts: [all_1_145_30, all_149_149_0] -> all_1_149_31 | ||
18700 | 2025.07.18 19:27:56.976409 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. | ||
18701 | 2025.07.18 19:27:58.300932 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 768 | ||
18702 | 2025.07.18 19:27:58.319524 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18703 | 2025.07.18 19:27:58.319570 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18704 | 2025.07.18 19:27:58.326181 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
18705 | 2025.07.18 19:27:58.327489 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18706 | 2025.07.18 19:27:58.330656 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 768 | ||
18707 | 2025.07.18 19:28:00.856804 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2544 | ||
18708 | 2025.07.18 19:28:00.859161 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18709 | 2025.07.18 19:28:00.859208 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18710 | 2025.07.18 19:28:00.860478 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
18711 | 2025.07.18 19:28:00.861010 [ 243 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18712 | 2025.07.18 19:28:00.861168 [ 90 ] {} <Debug> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
18713 | 2025.07.18 19:28:00.861239 [ 90 ] {} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18714 | 2025.07.18 19:28:00.861283 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2544 | ||
18715 | 2025.07.18 19:28:00.861366 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18716 | 2025.07.18 19:28:00.861533 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
18717 | 2025.07.18 19:28:00.862369 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18718 | 2025.07.18 19:28:00.862517 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2384 rows starting from the beginning of the part | ||
18719 | 2025.07.18 19:28:00.862860 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 36 rows starting from the beginning of the part | ||
18720 | 2025.07.18 19:28:00.863151 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 30 rows starting from the beginning of the part | ||
18721 | 2025.07.18 19:28:00.863464 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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 | ||
18722 | 2025.07.18 19:28:00.863795 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 32 rows starting from the beginning of the part | ||
18723 | 2025.07.18 19:28:00.864128 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 30 rows starting from the beginning of the part | ||
18724 | 2025.07.18 19:28:00.873283 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2544 rows, containing 72 columns (72 merged, 0 gathered) in 0.011833142 sec., 214989.3916594595 rows/sec., 160.59 MiB/sec. | ||
18725 | 2025.07.18 19:28:00.875189 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
18726 | 2025.07.18 19:28:00.875935 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_76_15} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18727 | 2025.07.18 19:28:00.876007 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_76_15} <Trace> system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
18728 | 2025.07.18 19:28:00.876193 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
18729 | 2025.07.18 19:28:01.972812 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18730 | 2025.07.18 19:28:01.973007 [ 4 ] {67ca6b96-0ad3-4dfd-8371-1e5fa143f421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
18731 | 2025.07.18 19:28:01.973079 [ 4 ] {67ca6b96-0ad3-4dfd-8371-1e5fa143f421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
18732 | 2025.07.18 19:28:01.973943 [ 4 ] {67ca6b96-0ad3-4dfd-8371-1e5fa143f421} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18733 | 2025.07.18 19:28:01.973981 [ 4 ] {67ca6b96-0ad3-4dfd-8371-1e5fa143f421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18734 | 2025.07.18 19:28:01.974609 [ 4 ] {67ca6b96-0ad3-4dfd-8371-1e5fa143f421} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
18735 | 2025.07.18 19:28:01.975141 [ 4 ] {67ca6b96-0ad3-4dfd-8371-1e5fa143f421} <Trace> oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18736 | 2025.07.18 19:28:01.975295 [ 4 ] {67ca6b96-0ad3-4dfd-8371-1e5fa143f421} <Debug> executeQuery: Read 392 rows, 25.47 KiB in 0.002342 sec., 167378.30913748933 rows/sec., 10.62 MiB/sec. | ||
18737 | 2025.07.18 19:28:01.975339 [ 4 ] {67ca6b96-0ad3-4dfd-8371-1e5fa143f421} <Debug> TCPHandler: Processed in 0.002657831 sec. | ||
18738 | 2025.07.18 19:28:01.975472 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18739 | 2025.07.18 19:28:01.975566 [ 4 ] {079fd19d-badd-4e88-9c22-8ce93f013d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
18740 | 2025.07.18 19:28:01.975607 [ 4 ] {079fd19d-badd-4e88-9c22-8ce93f013d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
18741 | 2025.07.18 19:28:01.976020 [ 4 ] {079fd19d-badd-4e88-9c22-8ce93f013d53} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18742 | 2025.07.18 19:28:01.976055 [ 4 ] {079fd19d-badd-4e88-9c22-8ce93f013d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18743 | 2025.07.18 19:28:01.976550 [ 4 ] {079fd19d-badd-4e88-9c22-8ce93f013d53} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
18744 | 2025.07.18 19:28:01.977028 [ 4 ] {079fd19d-badd-4e88-9c22-8ce93f013d53} <Trace> oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18745 | 2025.07.18 19:28:01.977191 [ 4 ] {079fd19d-badd-4e88-9c22-8ce93f013d53} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001641 sec., 2437.538086532602 rows/sec., 198.76 KiB/sec. | ||
18746 | 2025.07.18 19:28:01.977239 [ 4 ] {079fd19d-badd-4e88-9c22-8ce93f013d53} <Debug> TCPHandler: Processed in 0.001815418 sec. | ||
18747 | 2025.07.18 19:28:01.977364 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18748 | 2025.07.18 19:28:01.977459 [ 4 ] {221f1996-1ad8-4d89-9060-c10a11ebb5db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
18749 | 2025.07.18 19:28:01.977499 [ 4 ] {221f1996-1ad8-4d89-9060-c10a11ebb5db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
18750 | 2025.07.18 19:28:01.978497 [ 4 ] {221f1996-1ad8-4d89-9060-c10a11ebb5db} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18751 | 2025.07.18 19:28:01.978533 [ 4 ] {221f1996-1ad8-4d89-9060-c10a11ebb5db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18752 | 2025.07.18 19:28:01.979025 [ 4 ] {221f1996-1ad8-4d89-9060-c10a11ebb5db} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
18753 | 2025.07.18 19:28:01.979460 [ 4 ] {221f1996-1ad8-4d89-9060-c10a11ebb5db} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18754 | 2025.07.18 19:28:01.979575 [ 91 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
18755 | 2025.07.18 19:28:01.979595 [ 4 ] {221f1996-1ad8-4d89-9060-c10a11ebb5db} <Debug> executeQuery: Read 1189 rows, 97.64 KiB in 0.002155 sec., 551740.139211137 rows/sec., 44.25 MiB/sec. | ||
18756 | 2025.07.18 19:28:01.979613 [ 91 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18757 | 2025.07.18 19:28:01.979635 [ 4 ] {221f1996-1ad8-4d89-9060-c10a11ebb5db} <Debug> TCPHandler: Processed in 0.002321656 sec. | ||
18758 | 2025.07.18 19:28:01.979636 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18759 | 2025.07.18 19:28:01.979752 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18760 | 2025.07.18 19:28:01.979782 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
18761 | 2025.07.18 19:28:01.979846 [ 4 ] {4df3ef06-916f-4af0-87ef-75e618cc4040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
18762 | 2025.07.18 19:28:01.979891 [ 4 ] {4df3ef06-916f-4af0-87ef-75e618cc4040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
18763 | 2025.07.18 19:28:01.979949 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18764 | 2025.07.18 19:28:01.979992 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 2336 rows starting from the beginning of the part | ||
18765 | 2025.07.18 19:28:01.980071 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 1187 rows starting from the beginning of the part | ||
18766 | 2025.07.18 19:28:01.980126 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 1196 rows starting from the beginning of the part | ||
18767 | 2025.07.18 19:28:01.980182 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 1187 rows starting from the beginning of the part | ||
18768 | 2025.07.18 19:28:01.980236 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 56 rows starting from the beginning of the part | ||
18769 | 2025.07.18 19:28:01.980285 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 1189 rows starting from the beginning of the part | ||
18770 | 2025.07.18 19:28:01.980413 [ 4 ] {4df3ef06-916f-4af0-87ef-75e618cc4040} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18771 | 2025.07.18 19:28:01.980454 [ 4 ] {4df3ef06-916f-4af0-87ef-75e618cc4040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18772 | 2025.07.18 19:28:01.980908 [ 4 ] {4df3ef06-916f-4af0-87ef-75e618cc4040} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
18773 | 2025.07.18 19:28:01.981340 [ 4 ] {4df3ef06-916f-4af0-87ef-75e618cc4040} <Trace> oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18774 | 2025.07.18 19:28:01.981476 [ 4 ] {4df3ef06-916f-4af0-87ef-75e618cc4040} <Debug> executeQuery: Read 260 rows, 16.57 KiB in 0.001648 sec., 157766.99029126213 rows/sec., 9.82 MiB/sec. | ||
18775 | 2025.07.18 19:28:01.981515 [ 4 ] {4df3ef06-916f-4af0-87ef-75e618cc4040} <Debug> TCPHandler: Processed in 0.001813968 sec. | ||
18776 | 2025.07.18 19:28:01.981626 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18777 | 2025.07.18 19:28:01.981721 [ 4 ] {f7ca3bea-39d2-41bd-91dc-19610b251727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
18778 | 2025.07.18 19:28:01.981760 [ 4 ] {f7ca3bea-39d2-41bd-91dc-19610b251727} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
18779 | 2025.07.18 19:28:01.982243 [ 4 ] {f7ca3bea-39d2-41bd-91dc-19610b251727} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18780 | 2025.07.18 19:28:01.982277 [ 4 ] {f7ca3bea-39d2-41bd-91dc-19610b251727} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18781 | 2025.07.18 19:28:01.982654 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7151 rows, containing 5 columns (5 merged, 0 gathered) in 0.002935645 sec., 2435921.2370705586 rows/sec., 206.46 MiB/sec. | ||
18782 | 2025.07.18 19:28:01.982734 [ 4 ] {f7ca3bea-39d2-41bd-91dc-19610b251727} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
18783 | 2025.07.18 19:28:01.983051 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
18784 | 2025.07.18 19:28:01.983188 [ 4 ] {f7ca3bea-39d2-41bd-91dc-19610b251727} <Trace> oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18785 | 2025.07.18 19:28:01.983335 [ 4 ] {f7ca3bea-39d2-41bd-91dc-19610b251727} <Debug> executeQuery: Read 203 rows, 13.41 KiB in 0.001633 sec., 124311.0838946724 rows/sec., 8.02 MiB/sec. | ||
18786 | 2025.07.18 19:28:01.983376 [ 4 ] {f7ca3bea-39d2-41bd-91dc-19610b251727} <Debug> TCPHandler: Processed in 0.001799537 sec. | ||
18787 | 2025.07.18 19:28:01.983491 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18788 | 2025.07.18 19:28:01.983586 [ 4 ] {8419708a-3e58-4f4c-901a-49673b760aba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
18789 | 2025.07.18 19:28:01.983620 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18790 | 2025.07.18 19:28:01.983626 [ 4 ] {8419708a-3e58-4f4c-901a-49673b760aba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
18791 | 2025.07.18 19:28:01.983706 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
18792 | 2025.07.18 19:28:01.983786 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. | ||
18793 | 2025.07.18 19:28:01.984110 [ 4 ] {8419708a-3e58-4f4c-901a-49673b760aba} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18794 | 2025.07.18 19:28:01.984151 [ 4 ] {8419708a-3e58-4f4c-901a-49673b760aba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18795 | 2025.07.18 19:28:01.984566 [ 4 ] {8419708a-3e58-4f4c-901a-49673b760aba} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
18796 | 2025.07.18 19:28:01.984981 [ 4 ] {8419708a-3e58-4f4c-901a-49673b760aba} <Trace> oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18797 | 2025.07.18 19:28:01.985114 [ 4 ] {8419708a-3e58-4f4c-901a-49673b760aba} <Debug> executeQuery: Read 202 rows, 11.75 KiB in 0.001545 sec., 130744.33656957929 rows/sec., 7.43 MiB/sec. | ||
18798 | 2025.07.18 19:28:01.985155 [ 4 ] {8419708a-3e58-4f4c-901a-49673b760aba} <Debug> TCPHandler: Processed in 0.001714137 sec. | ||
18799 | 2025.07.18 19:28:01.985271 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18800 | 2025.07.18 19:28:01.985364 [ 4 ] {f5fd3e3a-0f8d-4b9b-9799-736bdac7fb67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
18801 | 2025.07.18 19:28:01.985408 [ 4 ] {f5fd3e3a-0f8d-4b9b-9799-736bdac7fb67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
18802 | 2025.07.18 19:28:01.986116 [ 4 ] {f5fd3e3a-0f8d-4b9b-9799-736bdac7fb67} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18803 | 2025.07.18 19:28:01.986155 [ 4 ] {f5fd3e3a-0f8d-4b9b-9799-736bdac7fb67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18804 | 2025.07.18 19:28:01.986604 [ 4 ] {f5fd3e3a-0f8d-4b9b-9799-736bdac7fb67} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
18805 | 2025.07.18 19:28:01.987024 [ 4 ] {f5fd3e3a-0f8d-4b9b-9799-736bdac7fb67} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18806 | 2025.07.18 19:28:01.987133 [ 91 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
18807 | 2025.07.18 19:28:01.987156 [ 4 ] {f5fd3e3a-0f8d-4b9b-9799-736bdac7fb67} <Debug> executeQuery: Read 716 rows, 51.70 KiB in 0.001809 sec., 395798.78385848535 rows/sec., 27.91 MiB/sec. | ||
18808 | 2025.07.18 19:28:01.987162 [ 91 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18809 | 2025.07.18 19:28:01.987187 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18810 | 2025.07.18 19:28:01.987195 [ 4 ] {f5fd3e3a-0f8d-4b9b-9799-736bdac7fb67} <Debug> TCPHandler: Processed in 0.00197209 sec. | ||
18811 | 2025.07.18 19:28:01.987299 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
18812 | 2025.07.18 19:28:01.987311 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18813 | 2025.07.18 19:28:01.987425 [ 4 ] {78f2d8ff-1ce7-4a3c-b8a3-ab72ffbb2109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
18814 | 2025.07.18 19:28:01.987431 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18815 | 2025.07.18 19:28:01.987470 [ 4 ] {78f2d8ff-1ce7-4a3c-b8a3-ab72ffbb2109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
18816 | 2025.07.18 19:28:01.987479 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1207 rows starting from the beginning of the part | ||
18817 | 2025.07.18 19:28:01.987561 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 712 rows starting from the beginning of the part | ||
18818 | 2025.07.18 19:28:01.987613 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 520 rows starting from the beginning of the part | ||
18819 | 2025.07.18 19:28:01.987658 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 712 rows starting from the beginning of the part | ||
18820 | 2025.07.18 19:28:01.987704 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 64 rows starting from the beginning of the part | ||
18821 | 2025.07.18 19:28:01.987750 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 716 rows starting from the beginning of the part | ||
18822 | 2025.07.18 19:28:01.987835 [ 4 ] {78f2d8ff-1ce7-4a3c-b8a3-ab72ffbb2109} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18823 | 2025.07.18 19:28:01.987875 [ 4 ] {78f2d8ff-1ce7-4a3c-b8a3-ab72ffbb2109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18824 | 2025.07.18 19:28:01.988327 [ 4 ] {78f2d8ff-1ce7-4a3c-b8a3-ab72ffbb2109} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
18825 | 2025.07.18 19:28:01.988800 [ 4 ] {78f2d8ff-1ce7-4a3c-b8a3-ab72ffbb2109} <Trace> oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18826 | 2025.07.18 19:28:01.988937 [ 4 ] {78f2d8ff-1ce7-4a3c-b8a3-ab72ffbb2109} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001529 sec., 3924.133420536298 rows/sec., 205.02 KiB/sec. | ||
18827 | 2025.07.18 19:28:01.988974 [ 4 ] {78f2d8ff-1ce7-4a3c-b8a3-ab72ffbb2109} <Debug> TCPHandler: Processed in 0.001712957 sec. | ||
18828 | 2025.07.18 19:28:01.989085 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18829 | 2025.07.18 19:28:01.989178 [ 4 ] {e37db140-985e-40b5-89bd-07aa1ca42a83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
18830 | 2025.07.18 19:28:01.989220 [ 4 ] {e37db140-985e-40b5-89bd-07aa1ca42a83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
18831 | 2025.07.18 19:28:01.989240 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3931 rows, containing 5 columns (5 merged, 0 gathered) in 0.001985221 sec., 1980132.1867943164 rows/sec., 149.12 MiB/sec. | ||
18832 | 2025.07.18 19:28:01.989538 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
18833 | 2025.07.18 19:28:01.989680 [ 4 ] {e37db140-985e-40b5-89bd-07aa1ca42a83} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18834 | 2025.07.18 19:28:01.989722 [ 4 ] {e37db140-985e-40b5-89bd-07aa1ca42a83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18835 | 2025.07.18 19:28:01.990049 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18836 | 2025.07.18 19:28:01.990133 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
18837 | 2025.07.18 19:28:01.990205 [ 4 ] {e37db140-985e-40b5-89bd-07aa1ca42a83} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
18838 | 2025.07.18 19:28:01.990211 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
18839 | 2025.07.18 19:28:01.990698 [ 4 ] {e37db140-985e-40b5-89bd-07aa1ca42a83} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18840 | 2025.07.18 19:28:01.990841 [ 4 ] {e37db140-985e-40b5-89bd-07aa1ca42a83} <Debug> executeQuery: Read 309 rows, 20.82 KiB in 0.001681 sec., 183819.15526472338 rows/sec., 12.10 MiB/sec. | ||
18841 | 2025.07.18 19:28:01.990879 [ 4 ] {e37db140-985e-40b5-89bd-07aa1ca42a83} <Debug> TCPHandler: Processed in 0.001842539 sec. | ||
18842 | 2025.07.18 19:28:01.990990 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18843 | 2025.07.18 19:28:01.991083 [ 4 ] {c5dc1226-f7b2-49db-abe9-21a43dcba581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
18844 | 2025.07.18 19:28:01.991125 [ 4 ] {c5dc1226-f7b2-49db-abe9-21a43dcba581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
18845 | 2025.07.18 19:28:01.991449 [ 4 ] {c5dc1226-f7b2-49db-abe9-21a43dcba581} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18846 | 2025.07.18 19:28:01.991484 [ 4 ] {c5dc1226-f7b2-49db-abe9-21a43dcba581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18847 | 2025.07.18 19:28:01.991891 [ 4 ] {c5dc1226-f7b2-49db-abe9-21a43dcba581} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
18848 | 2025.07.18 19:28:01.992306 [ 4 ] {c5dc1226-f7b2-49db-abe9-21a43dcba581} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18849 | 2025.07.18 19:28:01.992422 [ 88 ] {} <Debug> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
18850 | 2025.07.18 19:28:01.992438 [ 4 ] {c5dc1226-f7b2-49db-abe9-21a43dcba581} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001374 sec., 727.802037845706 rows/sec., 49.04 KiB/sec. | ||
18851 | 2025.07.18 19:28:01.992468 [ 88 ] {} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18852 | 2025.07.18 19:28:01.992483 [ 4 ] {c5dc1226-f7b2-49db-abe9-21a43dcba581} <Debug> TCPHandler: Processed in 0.001541404 sec. | ||
18853 | 2025.07.18 19:28:01.992498 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18854 | 2025.07.18 19:28:01.992598 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18855 | 2025.07.18 19:28:01.992605 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full | ||
18856 | 2025.07.18 19:28:01.992699 [ 4 ] {aa7c9503-839a-4e6a-8f67-275c944b90ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
18857 | 2025.07.18 19:28:01.992718 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18858 | 2025.07.18 19:28:01.992752 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 70 rows starting from the beginning of the part | ||
18859 | 2025.07.18 19:28:01.992756 [ 4 ] {aa7c9503-839a-4e6a-8f67-275c944b90ef} <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 | ||
18860 | 2025.07.18 19:28:01.992806 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1 rows starting from the beginning of the part | ||
18861 | 2025.07.18 19:28:01.992851 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1 rows starting from the beginning of the part | ||
18862 | 2025.07.18 19:28:01.992886 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1 rows starting from the beginning of the part | ||
18863 | 2025.07.18 19:28:01.992918 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1 rows starting from the beginning of the part | ||
18864 | 2025.07.18 19:28:01.992953 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 1 rows starting from the beginning of the part | ||
18865 | 2025.07.18 19:28:01.993676 [ 188 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 75 rows, containing 4 columns (4 merged, 0 gathered) in 0.001110927 sec., 67511.18660362021 rows/sec., 4.44 MiB/sec. | ||
18866 | 2025.07.18 19:28:01.993720 [ 4 ] {aa7c9503-839a-4e6a-8f67-275c944b90ef} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18867 | 2025.07.18 19:28:01.993761 [ 4 ] {aa7c9503-839a-4e6a-8f67-275c944b90ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18868 | 2025.07.18 19:28:01.993923 [ 188 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
18869 | 2025.07.18 19:28:01.994473 [ 188 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18870 | 2025.07.18 19:28:01.994499 [ 4 ] {aa7c9503-839a-4e6a-8f67-275c944b90ef} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
18871 | 2025.07.18 19:28:01.994559 [ 188 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} <Trace> oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
18872 | 2025.07.18 19:28:01.994653 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
18873 | 2025.07.18 19:28:01.994981 [ 4 ] {aa7c9503-839a-4e6a-8f67-275c944b90ef} <Trace> oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18874 | 2025.07.18 19:28:01.995132 [ 4 ] {aa7c9503-839a-4e6a-8f67-275c944b90ef} <Debug> executeQuery: Read 60 rows, 110.10 KiB in 0.002451 sec., 24479.804161566706 rows/sec., 43.87 MiB/sec. | ||
18875 | 2025.07.18 19:28:01.995189 [ 4 ] {aa7c9503-839a-4e6a-8f67-275c944b90ef} <Debug> TCPHandler: Processed in 0.00263946 sec. | ||
18876 | 2025.07.18 19:28:01.995305 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18877 | 2025.07.18 19:28:01.995398 [ 4 ] {89dcb167-ca24-40be-9e92-a3a4ccc8119c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
18878 | 2025.07.18 19:28:01.995439 [ 4 ] {89dcb167-ca24-40be-9e92-a3a4ccc8119c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
18879 | 2025.07.18 19:28:01.995800 [ 4 ] {89dcb167-ca24-40be-9e92-a3a4ccc8119c} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18880 | 2025.07.18 19:28:01.995836 [ 4 ] {89dcb167-ca24-40be-9e92-a3a4ccc8119c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18881 | 2025.07.18 19:28:01.996258 [ 4 ] {89dcb167-ca24-40be-9e92-a3a4ccc8119c} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
18882 | 2025.07.18 19:28:01.996690 [ 4 ] {89dcb167-ca24-40be-9e92-a3a4ccc8119c} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18883 | 2025.07.18 19:28:01.996820 [ 4 ] {89dcb167-ca24-40be-9e92-a3a4ccc8119c} <Debug> executeQuery: Read 102 rows, 6.42 KiB in 0.001439 sec., 70882.5573314802 rows/sec., 4.35 MiB/sec. | ||
18884 | 2025.07.18 19:28:01.996856 [ 4 ] {89dcb167-ca24-40be-9e92-a3a4ccc8119c} <Debug> TCPHandler: Processed in 0.001600435 sec. | ||
18885 | 2025.07.18 19:28:03.215621 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 47214 | ||
18886 | 2025.07.18 19:28:03.216161 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18887 | 2025.07.18 19:28:03.216202 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18888 | 2025.07.18 19:28:03.216795 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
18889 | 2025.07.18 19:28:03.217227 [ 244 ] {} <Trace> system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18890 | 2025.07.18 19:28:03.217351 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47214 | ||
18891 | 2025.07.18 19:28:05.000252 [ 249 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 369.25 MiB, peak 383.71 MiB, free memory in arenas 0.00 B, will set to 365.25 MiB (RSS), difference: -4.00 MiB | ||
18892 | 2025.07.18 19:28:05.830848 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 776 | ||
18893 | 2025.07.18 19:28:05.850611 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18894 | 2025.07.18 19:28:05.850678 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18895 | 2025.07.18 19:28:05.857618 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
18896 | 2025.07.18 19:28:05.858775 [ 245 ] {} <Trace> system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18897 | 2025.07.18 19:28:05.862323 [ 245 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 776 | ||
18898 | 2025.07.18 19:28:06.085931 [ 219 ] {} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
18899 | 2025.07.18 19:28:06.085990 [ 219 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
18900 | 2025.07.18 19:28:06.091375 [ 219 ] {} <Debug> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
18901 | 2025.07.18 19:28:06.957532 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
18902 | 2025.07.18 19:28:06.957612 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
18903 | 2025.07.18 19:28:06.959155 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18904 | 2025.07.18 19:28:06.959351 [ 4 ] {f8f647c5-028c-478d-aa19-e2ed3148d4af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
18905 | 2025.07.18 19:28:06.959424 [ 4 ] {f8f647c5-028c-478d-aa19-e2ed3148d4af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
18906 | 2025.07.18 19:28:06.960161 [ 4 ] {f8f647c5-028c-478d-aa19-e2ed3148d4af} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18907 | 2025.07.18 19:28:06.960210 [ 4 ] {f8f647c5-028c-478d-aa19-e2ed3148d4af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18908 | 2025.07.18 19:28:06.960476 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
18909 | 2025.07.18 19:28:06.960733 [ 4 ] {f8f647c5-028c-478d-aa19-e2ed3148d4af} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
18910 | 2025.07.18 19:28:06.961209 [ 4 ] {f8f647c5-028c-478d-aa19-e2ed3148d4af} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18911 | 2025.07.18 19:28:06.961361 [ 4 ] {f8f647c5-028c-478d-aa19-e2ed3148d4af} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002063 sec., 27144.934561318467 rows/sec., 2.09 MiB/sec. | ||
18912 | 2025.07.18 19:28:06.961404 [ 4 ] {f8f647c5-028c-478d-aa19-e2ed3148d4af} <Debug> TCPHandler: Processed in 0.002380896 sec. | ||
18913 | 2025.07.18 19:28:06.961447 [ 218 ] {} <Trace> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
18914 | 2025.07.18 19:28:06.961500 [ 218 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
18915 | 2025.07.18 19:28:06.961535 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18916 | 2025.07.18 19:28:06.961634 [ 4 ] {b175c931-13c2-452f-95bd-a62e1bf3e083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
18917 | 2025.07.18 19:28:06.961674 [ 4 ] {b175c931-13c2-452f-95bd-a62e1bf3e083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
18918 | 2025.07.18 19:28:06.962112 [ 4 ] {b175c931-13c2-452f-95bd-a62e1bf3e083} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18919 | 2025.07.18 19:28:06.962148 [ 4 ] {b175c931-13c2-452f-95bd-a62e1bf3e083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18920 | 2025.07.18 19:28:06.962621 [ 4 ] {b175c931-13c2-452f-95bd-a62e1bf3e083} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
18921 | 2025.07.18 19:28:06.963230 [ 4 ] {b175c931-13c2-452f-95bd-a62e1bf3e083} <Trace> oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18922 | 2025.07.18 19:28:06.963363 [ 4 ] {b175c931-13c2-452f-95bd-a62e1bf3e083} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001749 sec., 36592.338479130936 rows/sec., 2.86 MiB/sec. | ||
18923 | 2025.07.18 19:28:06.963409 [ 4 ] {b175c931-13c2-452f-95bd-a62e1bf3e083} <Debug> TCPHandler: Processed in 0.001922799 sec. | ||
18924 | 2025.07.18 19:28:06.963530 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18925 | 2025.07.18 19:28:06.963623 [ 4 ] {c628e161-4e88-4b20-9e54-9e4187aeba9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
18926 | 2025.07.18 19:28:06.963666 [ 4 ] {c628e161-4e88-4b20-9e54-9e4187aeba9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
18927 | 2025.07.18 19:28:06.964087 [ 4 ] {c628e161-4e88-4b20-9e54-9e4187aeba9a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18928 | 2025.07.18 19:28:06.964123 [ 4 ] {c628e161-4e88-4b20-9e54-9e4187aeba9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18929 | 2025.07.18 19:28:06.964344 [ 218 ] {} <Debug> oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
18930 | 2025.07.18 19:28:06.964607 [ 4 ] {c628e161-4e88-4b20-9e54-9e4187aeba9a} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
18931 | 2025.07.18 19:28:06.965094 [ 4 ] {c628e161-4e88-4b20-9e54-9e4187aeba9a} <Trace> oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18932 | 2025.07.18 19:28:06.965225 [ 4 ] {c628e161-4e88-4b20-9e54-9e4187aeba9a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001621 sec., 98704.50339296731 rows/sec., 6.87 MiB/sec. | ||
18933 | 2025.07.18 19:28:06.965262 [ 4 ] {c628e161-4e88-4b20-9e54-9e4187aeba9a} <Debug> TCPHandler: Processed in 0.001778358 sec. | ||
18934 | 2025.07.18 19:28:06.965370 [ 4 ] {} <Trace> TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18935 | 2025.07.18 19:28:06.965462 [ 4 ] {38f64c26-26ec-4e3b-9a8a-a75da34f45b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
18936 | 2025.07.18 19:28:06.965500 [ 4 ] {38f64c26-26ec-4e3b-9a8a-a75da34f45b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
18937 | 2025.07.18 19:28:06.965839 [ 4 ] {38f64c26-26ec-4e3b-9a8a-a75da34f45b2} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18938 | 2025.07.18 19:28:06.965874 [ 4 ] {38f64c26-26ec-4e3b-9a8a-a75da34f45b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18939 | 2025.07.18 19:28:06.966287 [ 4 ] {38f64c26-26ec-4e3b-9a8a-a75da34f45b2} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
18940 | 2025.07.18 19:28:06.966734 [ 4 ] {38f64c26-26ec-4e3b-9a8a-a75da34f45b2} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18941 | 2025.07.18 19:28:06.966852 [ 82 ] {} <Debug> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
18942 | 2025.07.18 19:28:06.966863 [ 4 ] {38f64c26-26ec-4e3b-9a8a-a75da34f45b2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001419 sec., 42283.29809725159 rows/sec., 2.85 MiB/sec. | ||
18943 | 2025.07.18 19:28:06.966901 [ 82 ] {} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18944 | 2025.07.18 19:28:06.966914 [ 4 ] {38f64c26-26ec-4e3b-9a8a-a75da34f45b2} <Debug> TCPHandler: Processed in 0.001590294 sec. | ||
18945 | 2025.07.18 19:28:06.966927 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
18946 | 2025.07.18 19:28:06.967050 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
18947 | 2025.07.18 19:28:06.967176 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18948 | 2025.07.18 19:28:06.967216 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 11646 rows starting from the beginning of the part | ||
18949 | 2025.07.18 19:28:06.967284 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 60 rows starting from the beginning of the part | ||
18950 | 2025.07.18 19:28:06.967334 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 102 rows starting from the beginning of the part | ||
18951 | 2025.07.18 19:28:06.967378 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part | ||
18952 | 2025.07.18 19:28:06.967419 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 102 rows starting from the beginning of the part | ||
18953 | 2025.07.18 19:28:06.967461 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 60 rows starting from the beginning of the part | ||
18954 | 2025.07.18 19:28:06.969998 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12030 rows, containing 4 columns (4 merged, 0 gathered) in 0.002993515 sec., 4018687.061865399 rows/sec., 255.68 MiB/sec. | ||
18955 | 2025.07.18 19:28:06.970615 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
18956 | 2025.07.18 19:28:06.971199 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18957 | 2025.07.18 19:28:06.971269 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} <Trace> oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
18958 | 2025.07.18 19:28:06.971335 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. |